body {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    font-size: 15px;
}

img {
    width: 100%;
}

.Forsp {
    display: none!important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}
a:hover {
    opacity: .8;
}
section {
    padding: 100px 0;
}
.inner_box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
h2 {
    font-size: 40px;
    color: #7FAE55;
    text-align: center;
}
h2 span {
    font-size: 20px;
    color: #333333;
}
h3,h4 {
    font-weight: 500;
}
.explain_text {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}
.inner_box ul li {
    position: relative;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
    margin-top: 5px;
}
.inner_box ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    top: 10px;
    left: 5px;
}
/* header */
header {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.header-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 12px;
}
.header-contents .header-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-contents .header-logo {
    width: 230px;
    margin-bottom: -10px;
}
.header-btn-area li {
    padding: 2px 4px;
    border-radius: 50px;
}
.header-btn-area li a {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}

.g-nav-menu .circle_btn {
    width: fit-content;
    padding: 10px 17px;
    border-radius: 50px;
}
.g-nav-menu .circle_btn a {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}
.g-nav-menu .consultation {
    background: #FD6832;
    border: double 5px #ffffff;
}
.g-nav-menu .information {
    background: #7FAE55;
    border: double 5px #ffffff;
}
.g-nav-menu .bpo {
    background: #fff;
    border: 2px solid #7FAE55;
    padding: 10px 17px;
    text-align: center;
    line-height: 1.2;
}
.g-nav-menu .bpo a {
    color: #7FAE55;
}

header #g-navi {
    display: flex;
    width: 900px;
    margin: 0 auto;
    justify-content: space-around;
}

header .g-nav-menu {
    display: flex;
    width: 710px;
    margin: 0 auto;
    justify-content: space-around;
    font-size: 14px;
    align-items: center;
    font-weight: bold;
}


/* wrapper */
.wrapper {
  display: flex;
}
.wrapper .contents {
  width: 73vw;
}
.wrapper .form {
  width: 24vw;
  right: 3vw;
  top: 5px;
  overflow-y: auto;
  height: calc(100vh - 15px);
  top: 15px;
  position: fixed;
}
.wrapper .form h3 {
  text-align: center;
  margin: 20px auto -20px;
  position: relative;
  z-index: 999;

}


/* 揺れるアニメーションの定義 */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
}

/* 揺れ効果用のクラス */
.shake {
  animation: shake 0.5s ease;
}

/* fv */
#fv {
    background: url(../img/fv_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

#fv .fv_innerbox {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
}

#fv .fv_innerbox.fv_step {
  display: flex;
}

#fv .fv_innerbox.fv_step .stepform {
  width: 500px;
  height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 1100px){
  #fv .fv_innerbox.fv_step .stepform {
    height: 700px;
  }
}

@media screen and (max-width: 750px){
  #fv .fv_innerbox.fv_step .stepform {
    display: none;
  }
}
#fv .fv_innerbox.fv_step .stepform p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding-top: 30px;
}

#fv .fv_innerbox .fv_text_box {
    width: 800px;
}

#fv .fv_innerbox .fv_img {
    position: absolute;
    bottom: -5px;
    width: 430px;
    right: 100px;
}

#fv .fv_innerbox .fv_img2 {
    margin-top: 20px;
    width: 600px;
}

#fv .fv_innerbox .fv_text_box h1 {
    display: inline;
    padding: 0 6px;
    font-size: 50px;
    line-height: 1.6;
    color: #333;
}
#fv .fv_innerbox .fv_text_box h1 small{
    font-size: 30px;
}
#fv .fv_innerbox .fv_text_box h1 span {
	  color: #fd6832;
    text-shadow: 2px 2px 2px #fff;
}
#fv .fv_innerbox .fv_text_box .fv_text {
    margin-top: 20px;
    color: #333;
    text-shadow: 1px 1px 4px #fff;
}
#fv .fv_innerbox .fv_text_box p {
    display: inline;
    padding: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

#fv .fv_cta {
    border: double 5px #ffffff;
    width: 300px;
    padding: 10px 0;
    display: block;
    color: #fff;
    border-radius: 50px;
    position: relative;
    margin: 10px auto 0;
    text-align: center;
    background: #FD6832;
    margin-top: 70px;
}
#fv .fv_cta::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: contain;
    vertical-align: middle;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(../img/consultation_icon.png);
}
#fv .fv_cta::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 10px solid #fff;
}
.fv_text_box {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .fv_text_box.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

#clients {
    background: #ffffff;
    overflow: hidden;
    padding: 10px 0 0;
}
#clients .slider_clients {
    height: 80px;
    margin: 0 auto;
}
#clients .slider_clients .slick-slide {
    width: 220px;
    height: 80px;
    position: relative;
    overflow: hidden;
}
#clients .slider_clients .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#clients .slick-list {
    overflow: inherit !important;
}
#service {
    background-image: url(../img/service_bk.png);
    background-position: center bottom;
    background-size: cover;
}
#service .service_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#service .service_box .service_s_box {
    width: 48%;
    position: relative;
    background-color: #fff;
    padding: 20px;
    display: flex;
    margin: 10px 0;
    background-size: 25%;
    background-position: right bottom;
}
#service .service_box .service_s_box:first-child {
  background-image: url(../img/problem_01.png);
}
#service .service_box .service_s_box:nth-child(2) {
  background-image: url(../img/problem_02.png);
}
#service .service_box .service_s_box:nth-child(3) {
  background-image: url(../img/problem_03.png);
}
#service .service_box .service_s_box:last-child {
  background-image: url(../img/problem_04.png);
}
#service .service_box .service_s_box::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: -3px;
    right: -3px;
    left: 3px;
    border: solid 1px #7FAE55;
    z-index: 4;
}
#service .service_text div {
    display: flex;
    font-weight: bold;
    align-items: center;
}
#service .service_text div div {
    font-size: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin-right: 10px;
}
#service .service_text p {
  width: inherit;
}
#service .service_text div.service_q div {
    background-color: #7FAE55;
}
#service .service_text div.service_q div p {
    color: #FDFD32;
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
}
#service .service_text div.service_a div {
    background-color: #FDFD32;
}
#service .service_text div.service_a {
    margin-top: 10px;
}
#service .service_text div.service_a div p {
    color: #7FAE55;
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
}
.cta_area_bk {
    background-image: url(../img/cta_bk.png);
    background-size: cover;
    padding: 70px 0;
}

.cta_area {
    background: rgba(255, 255, 255, 0.900);
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
}

.cta_area .cta_area_box {
    text-align: center;
}
.cta_area .cta_area_box h3 {
    font-size: 20px;
}
.cta_area .cta_area_box div.consultation_box a {
    border: double 5px #ffffff;
    width: 300px;
    padding: 10px 0;
    display: block;
    color: #fff;
    border-radius: 50px;
    position: relative;
    margin: 10px auto 0;
    background: #FD6832;
}
.cta_area .cta_area_box div.consultation_box a::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: contain;
    vertical-align: middle;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(../img/consultation_icon.png);
}
.cta_area .cta_area_box div.consultation_box a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 10px solid #fff;
}
#projects {
    padding: 30px 0 100px;
}
#projects .project_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#projects .project_s_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #EFFFF0;
    padding: 15px 10px;
    width: 31%;
    margin: 15px 0;
}
#projects .project_s_box .project_title {
    width: 110px;
    text-align: center;
    margin-right: 10px;
}
#projects .project_s_box .project_title img {
    width: 80px;
}
#projects .project_s_box .project_title h3 {
    font-size: 15px;
}
#projects .project_s_box .project_contents {
    width: fit-content;
    margin-top: -15px;
}
#projects .project_s_box .project_contents p {
  font-size: 12px;
}
#projects .project_s_box .project_contents p strong {
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    padding: 0 2px;
    font-weight: 300;
}
#projects .project_s_box .project_contents p:nth-child(2) {
    padding-bottom: 5px;
}
#description {
    background-image: url(../img/description_bk.png);
    background-size: 100%;
    background-position: center center;
}
#description .description_box {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}
#description .description_box .description_s_box {
    background: #EFFFF0;
    position: relative;
    padding: 20px;
    width: 47%;
}
#description .description_box .description_s_box::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: -3px;
    right: -3px;
    left: 3px;
    border: solid 1px #7FAE55;
    z-index: 4;
}
#description .description_box .description_s_box h3 {
    text-align: center;
    color: #7FAE55;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
#description .description_box .description_s_box h4 {
    margin-top: 10px;
    font-size: 17px;
    color: #7FAE55;
}
#description .description_box .description_s_box li {
    margin-top: 2px;
}
#flow {
    background-image: url(../img/service_bk.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
#flow .flow_box {
    display: flex;
    justify-content: space-around;
}
#flow .flow_number {
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FDFD32;
    border: 3px solid #7FAE55;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    color: #7FAE55;
}
#flow .flow_box .flow_s_box {
    background: #fff;
    position: relative;
    width: 19%;
}
#flow .flow_box .flow_s_box h3 {
    background: #7FAE55;
    color: #fff;
    padding: 15px 0 10px;
    text-align: center;
}
#flow .flow_box .flow_s_box .flow_text {
    padding: 10px 15px 15px;
}
#flow .flow_box .flow_s_box .flow_img {
    width: 100px;
    margin: 0 auto;
}
#flow .flow_under {
    text-align: center;
    margin-top: 50px;
}
#voice .voice_s_box {
    display: flex;
    margin-top: 50px;
    align-items: center;
}
#voice .voice_s_box .voice_img {
    flex: 1;
    margin: 0 30px;
}
#voice .voice_s_box .voice_text {
    flex: 5;
    background: #effff0;
    padding: 20px;
}
#voice .voice_s_box .voice_text p {
    margin-top: 10px;
}
#faq li::before {
    content: none;
}
#faq .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:17px;
    padding: 15px 15px 15px 30px;
    transition: all .5s ease;
    background: #fff;
    font-weight: bold;
    background-color: #EFFFF0;
  }
  #faq h3 strong {
    font-size: 20px;
    margin-right: 5px;
    color: #7FAE55;
  }
  #faq .box strong {
    font-size: 20px;
    margin-right: 5px;
    color: #F5675B;
    font-weight: bold;
  }
  /*アイコンの＋と×*/
  #faq .title::before,
  #faq .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
  }
  #faq .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
  }
  #faq .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(0deg);
  }
  /*　closeというクラスがついたら形状変化　*/
  #faq .title.close::before{
    transform: rotate(0deg);
  }
  
  #faq .title.close::after{
  transform: rotate(90deg);
  }
  
  /*アコーディオンで現れるエリア*/
  #faq .box {
    display: none;/*はじめは非表示*/
    background: #fff;
    padding: 15px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding-left: 2.7em;
    text-indent: -1.3em;
    background-color: #EFFFF0;
  }
  #form .inner_box {
    max-width: 700px;
  }
/* footer */
footer {
    background: #7FAE55;
    padding: 65px 0 40px;
    width: 73vw;
  }
footer .footer-box {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    justify-content: space-between;
    align-items: end;
}
footer .footer-txt {
    font-size: 36px;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 20px;
}
footer .footer-logo {
    width: 340px;
}
footer .footer-link-box {
    display: flex;
    width: 490px;
    justify-content: space-between;
}
footer .footer-link-box ul.footer-s-link {
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer-link-box ul.footer-s-link li {
    font-size: 15px;
    margin-bottom: 10px;
}
footer .footer-link-box ul.footer-s-link a {
    margin-top: 0;
    text-align: left;
    color: #fff;
    font-weight: bold;
}
footer small {
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 60px;
}

footer.footer.apply {
  width: 100% !important;
}

@media screen and (max-width: 1000px){
  .shake {
      animation: none!Important;
    }
  .wrapper {
      display: block;
  }
  .wrapper .contents {
      width: 100%;
  }
  .wrapper .form {
      width: 100%;
      position: inherit;
      overflow-y: none;
      height: max-content;
  }
  #form .inner_box h3 {
      text-align: center;
      font-size: 20px;
  }
  footer {
      width: 100%;
  }
  .inner_box,#fv .fv_innerbox {
    width: 90%;
}
}


@media screen and (max-width: 750px){
  #projects {
    padding: 20px 0 70px!important;
  }
  #clients {
    height: 70px;
    padding: 10px !important;
  }
  #clients .slider_clients .slick-slide {
    width: 130px;
    height: 70px;
  }
    section {
        padding: 70px 0!important;
    }
    .Forpc {
        display: none!important;
    }
    .Forsp {
        display: block!important;
    }
    .fixbutton .btn {
      border: double 5px #ffffff;
      width: 300px;
      padding: 10px 0;
      display: block;
      color: #fff;
      border-radius: 50px;
      position: relative;
      margin: 10px auto 0;
      text-align: center;
      background: #FD6832;
      margin-top: 70px;
  }
  .fixbutton .btn::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 28px;
      background-size: contain;
      vertical-align: middle;
      top: 50%;
      left: 14px;
      transform: translateY(-50%);
      position: absolute;
      background-image: url(../img/consultation_icon.png);
  }
  .fixbutton .btn::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 14px;
      transform: translateY(-50%);
      border: 7px solid transparent;
      border-left: 10px solid #fff;
  }
    .fixbutton {
      position: fixed;
      bottom: 0;
      left: 0;
      padding: 10px 0;
      background-color: #ffffffbd;
      width: 100%;
      z-index: 100;
      justify-content: space-evenly;
      transition: 0.3s;
      opacity: 0;
      visibility: hidden;
    }
    .fixbutton .btn {
      margin: 10px auto;
      display: block;
    }
    .active {
      opacity: 1;
      visibility: visible;
    }
    .header-sp {
        position: fixed;
        background: rgba(255, 255, 255, 0.699);
        box-shadow: inherit;
      }
    .header-sp .cta_area {
        box-shadow: none;
    }
    .header-sp .cta_area .cta_area_box div a {
        width: 90%;
    }
      .header-sp .header__inner {
        width: 100%;
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff57;
        padding: 5px 10px 2px;
      }
      .header-sp .header-logo {
        width: 170px;
      }
      .header-sp .header__menu {
        position: fixed;
        z-index: 50000;
        top: 50px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease;
        right: 0;
      }
      .header-sp .header__inner.active .header__menu {
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 0;
        z-index: -1;
        height: fit-content;
        padding: 5rem 10px;
        width: 80%;
      }
      .header-sp .menu__item {
        border-bottom: 1px solid #7FAE55;
      }
      .header-sp .menu__link {
        display: block;
        padding: 13px 20px;
        color: #7FAE55;
        font-size: 15px;
        font-weight: bold;
      }
      .header-sp .header__menu-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: end;
        width: 30px;
        height: 38px;
        cursor: pointer;
      }
      .header-sp .header__menu-btn span:nth-child(-n + 3) {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #7FAE55;
      }
      .header-sp .header__menu-btn span:nth-child(1) {
        top: 10px;
        transition: all 0.2s ease;
      }
      .header-sp .header__inner.active .header__menu-btn span:nth-child(1) {
        top: 20px;
        transform: rotate(45deg);
      }
      .header-sp .header__menu-btn span:nth-child(2) {
        top: 18px;
        transition: opacity 0.2s ease;
      }
      .header-sp .header__inner.active .header__menu-btn span:nth-child(2) {
        opacity: 0;
      }
      .header-sp .header__menu-btn span:nth-child(3) {
        top: 26px;
        transition: all 0.2s ease;
      }
      .header-sp .header__inner.active .header__menu-btn span:nth-child(3) {
        top: 20px;
        transform: rotate(-45deg);
      }
      .header-sp .header__menu-btn span:nth-child(4) {
        font-size: 10px;
        color: #f5675b;
      }
      #fv {
        padding: 70px 0;
      }
      #fv .fv_innerbox .fv_text_box {
        width: 90%;
        margin: 0 auto;
      }
      #fv .fv_innerbox .fv_text_box h1 {
        font-size: 24px;
      }
      #fv .fv_innerbox .fv_text_box p {
        font-size: 15px;
      }
      #fv .fv_innerbox .fv_img {
        position: absolute;
        bottom: -10px;
        width: 220px;
        right: -32px;
      }
      #fv .fv_cta {
        margin: 30px auto 0;
      }
      #fv {
        background: url(../img/fv_bk_sp.png);
        background-size: cover;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
      #clients {
        overflow: hidden;
        padding: 0;
      }
      .inner_box {
        width: 90%;
        margin: 0 auto;
      }
      .cta_area .cta_area_box {
        display: block;
        width: 100%;
      }
      .cta_area .cta_area_box .consultation_box a {
        margin-bottom: 20px;
      }
      .cta_area .cta_area_box h3 {
        font-size: 15px;
      }
      h2 {
        font-size: 25px;
      }
      h2 span {
        font-size: 15px;
      }
      #service,#flow {
        background-position: bottom;
        background-size: contain;
        background-color: #effff0;
      }
      #service .service_text div div {
        width: 45px;
      }
      #service .service_text p {
        width: 400px;
      }
      #service .service_box,
      #flow .flow_box,
      footer .footer-box,
      #description .description_box {
        display: block;
      }
      #service .service_box .service_s_box,
      footer .footer-link-box,
      #description .description_box .description_s_box {
        width: 95%;
        margin: 0 auto 30px;
        display: block;
        padding: 20px 10px;
      }
      #description .description_box .description_s_box {
        padding: 20px;
      }
      #description .description_box .description_s_box h4 {
        font-size: 16px;
      }
      #service .service_box .service_s_box .service_img {
        width: 70%;
        margin: 20px auto 0;
        padding: 10px;
      }
      #service .service_box .service_s_box h3 {
        text-align: center;
      }
      #service .service_box .service_s_box:last-child,
      #flow .flow_box .flow_s_box:last-child,
      #description .description_box .description_s_box:last-child {
        margin-bottom: 0;
      }
      #flow .flow_box .flow_s_box {
        width: 95%;
        margin: 0 auto 50px;
        padding-bottom: 20px;
      }
      #faq .inner_box ul li {
        padding: 0;
      }
      #faq .title{
        padding: 15px 35px 15px 20px;
        font-size: 15px;
        padding-left: 2.7em;
        text-indent: -1.7em;
      }
    #faq .box strong,
    #faq h3 strong {
        margin-right: 10px;
    }
    .header-cta {
        text-align: center;
    }
    .header-cta .consultation_box a {
        background: #FD6832;
    }
    .header-cta .freelance_box {
        background: #fff;
        border: 2px solid #7FAE55;
        width: 90%;
        margin: 20px auto 0;
        border-radius: 50px;
        padding: 10px 0;
    }
    .header-cta .freelance_box a {
        color: #7FAE55!important;
        padding: 5px 0!important;
        margin: 0!important;
        text-align: center!important;
        width: 100%!important;
    }
    #fv .fv_innerbox .fv_text_box h1 small {
        font-size: 20px;
    }
    #projects .project_s_box {
        width: 100%;
        justify-content: center;
        gap: 10px;
    }
    #projects .project_s_box .project_title {
        width: 110px;
    }
    #projects .project_s_box {
        margin: 10px 0;
    }
}
