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

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: #659B31;
    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.service_pdf .g-nav-menu {
    width: 400px;
}
.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: #659B31;
    border: double 5px #ffffff;
}
.g-nav-menu .freelancer {
    background: #fff;
    border: 2px solid #659B31;
    padding: 4px 17px;
    text-align: center;
    line-height: 1.2;
}
.g-nav-menu .freelancer a {
    color: #659B31;
}

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

header .g-nav-menu {
    display: flex;
    width: 920px;
    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: 1.8vw;
    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;
}

.wrapper .contents .contents_box {
    display: flex;
    width: 100%;
    padding: 100px 5%;
  }
  .wrapper .contents .contents_box h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fd6832;
    text-align: left;
  }
  .wrapper .contents .contents_box ul {
    padding-left: 20px;
    margin-top: 10px;
  }
  .wrapper .contents .contents_box ul li {
    list-style: disc;
  }
  .wrapper .contents .contents_box div {
    width: 500px;
    margin: 40px 0 0;
  }

/* 揺れるアニメーションの定義 */
@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_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 120px 0 0;
}

#fv .fv_innerbox {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0px;
    display: flex;
    align-items: end;
}

#fv .fv_innerbox .fv_text_box {
    width: 800px;
    padding-bottom: 50px;
}

#fv .fv_innerbox .fv_text_box .orange_box {
    background: #EB7143;
    border-radius: 50px;
    padding: 3px 10px;
    color: #fff;
}

#fv .fv_innerbox .fv_img {
    width: 550px;
}

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

#fv .fv_innerbox .fv_text_box h1 {
    display: inline;
    padding: 0 6px;
    font-size: 45px;
    line-height: 1.6;
}
#fv .fv_innerbox .fv_text_box h1 span {
    font-size: 55px;
}
#fv .fv_innerbox .fv_text_box .fv_text {
    margin-top: 20px;
}
#fv .fv_innerbox .fv_text_box p {
    display: inline;
    padding: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

#fv .cta_area {
    position: absolute;
    bottom: -180px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.900);
    max-width: 1000px;
    width: 100%;
    padding: 20px 0;
    box-shadow: 4px 4px 4px #0000002b;
}

#fv .cta_area .cta_area_box {
    display: flex;
    width: 800px;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
}
#fv .cta_area .cta_area_box h3 {
    font-size: 20px;
}
#fv .cta_area .cta_area_box p {
    margin-top: 10px;
}
#fv .cta_area .cta_area_box div a {
    border: double 5px #ffffff;
    width: 300px;
    padding: 10px 0;
    display: block;
    color: #fff;
    border-radius: 50px;
    position: relative;
    margin: 10px auto 0;
}
#fv .cta_area .cta_area_box .consultation_box a {
    background: #FD6832;
}
#fv .cta_area .cta_area_box .information_box a {
    background: #659B31;
}
#fv .cta_area .cta_area_box .consultation_box a::before,
#fv .cta_area .cta_area_box .information_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;
}
#fv .cta_area .cta_area_box .consultation_box a::before {
    background-image: url(../img/consultation_icon.png);
}
#fv .cta_area .cta_area_box .information_box a::before {
    background-image: url(../img/information_icon.png);
}
#fv .cta_area .cta_area_box .consultation_box a::after,
#fv .cta_area .cta_area_box .information_box a::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;
    padding: 0;
    overflow: hidden;
}
#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 .service_s_box {
    width: 90%;
    position: relative;
    background-color: #fff;
    margin: 10px auto;
    border: 3px solid #eef9df;
}
#service .service_box .service_s_box h3 {
    color: #659B31;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 20px;
  }
  #service .service_box .service_s_box h3:hover {
    background-color: rgb(245, 245, 245);
  }
  #service .service_box .service_s_box h3 small {
    color: #333;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 3px 10px;
    display: block;
    width: fit-content;
    margin: 10px auto 0;
  }
  
  /* アコーディオン開閉エリア */
  #service .accordion_content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 1s ease;
    border-top: none;
  }
  
  #service .accordion_content.open {
    max-height: 1000px; /* 中身がこれ以下であることを想定。足りなければ増やす */
  }
  
  #service .service_img {
    width: 20%;
    margin: 20px auto 0;
  }
  
#reccomend .reccomend_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#reccomend .reccomend_box .reccomend_s_box {
    width: 31%;
    position: relative;
    background-color: #EEF9DF;
    padding: 20px;
    margin: 10px 0;
}
#reccomend .reccomend_box .reccomend_s_box h3 {
    color: #659B31;
    text-align: center;
    font-weight: bold;
}
#reccomend .reccomend_box .reccomend_s_box .reccomend_img {
    width: 180px;
    margin: 20px auto;
}
#reccomend .reccomend_box .reccomend_s_box li {
    margin-top: 10px;
}

.cta_area_bk {
    background-image: url(../img/cta_bk.jpg);
    background-size: cover;
    padding: 60px 0;
}

.cta_area_bk.fv_under {
    background: #eef9df;
    padding: 20px 0;
}
.cta_area_bk.fv_under .cta_area {
    background: none;
    box-shadow:none;
}

.cta_area {
    background: rgba(255, 255, 255, 0.900);
    max-width: 1000px;
    width: 100%;
    padding: 20px 0;
    box-shadow: 4px 4px 4px #0000002b;
    margin: 0 auto;
}

.cta_area .cta_area_box {
    display: flex;
    width: 800px;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
}
.cta_area .cta_area_box h3 {
    font-size: 20px;
}
.cta_area .cta_area_box p {
    margin-top: 10px;
}
.cta_area .cta_area_box div a {
    border: double 5px #ffffff;
    width: 300px;
    padding: 10px 0;
    display: block;
    color: #fff;
    border-radius: 50px;
    position: relative;
    margin: 10px auto 0;
}
.cta_area .cta_area_box .consultation_box a {
    background: #FD6832;
}
.cta_area .cta_area_box .information_box a {
    background: #659B31;
}
.cta_area .cta_area_box .consultation_box a::before,
.cta_area .cta_area_box .information_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;
}
.cta_area .cta_area_box .consultation_box a::before {
    background-image: url(../img/consultation_icon.png);
}
.cta_area .cta_area_box .information_box a::before {
    background-image: url(../img/information_icon.png);
}
.cta_area .cta_area_box .consultation_box a::after,
.cta_area .cta_area_box .information_box a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 10px solid #fff;
}

#feature {
    background-color: #eaf1e1;
}
#feature .feature_s_box {
    display: flex;
}
#feature .feature_s_box .feature_text {
    flex: 2;
    margin-right: 50px;
}
#feature .feature_s_box .team_box {
    position: relative;
    background-color: #fff;
    padding: 20px;
}
#feature .feature_s_box .team_box div {
    margin-top: 20px;
}
#feature .feature_s_box .feature_img {
    flex: 2.5;
}
#feature .feature_s_box .feature_text .pm_box,
#feature .feature_s_box .feature_text .consl_box {
    background: #fff;
    position: relative;
}
#feature .feature_s_box .feature_text .pm_box::after,
#feature .feature_s_box .feature_text .consl_box::after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    top: 15px;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
}
#feature .feature_s_box .feature_text .pm_box::after {
    background-image: url(../img/pm_img.png);
    width: 50px;
    height: 50px;
}
#feature .feature_s_box .feature_text .consl_box::after {
    background-image: url(../img/consultant_img.png);
    width: 130px;
    height: 50px;
}
#feature .feature_s_box .feature_text .pm_box h4 {
    background: #659B31;
    color: #fff;
    padding: 5px;
    text-align: center;
}
#feature .feature_s_box .feature_text .consl_box h4 {
    background: #eef9df;
    color: #659B31;
    padding: 5px;
    text-align: center;
}
#feature .feature_s_box .feature_text ul {
    padding: 10px 20px 20px;
}
#feature .feature_s_box .feature_text .pm_box {
    margin: 25px 0;
}
#merit {
    background-color: #EEF9DF;
}
#merit .merit_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#merit .merit_box .merit_s_box {
    width: 31%;
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    margin: 10px 0;
}
#merit .merit_box .merit_s_box h3 {
    color: #659B31;
    text-align: center;
    font-size: 18px;
}
#merit .merit_box .merit_s_box p {
    margin: 15px 0;
}
#merit .merit_box .merit_s_box .merit_img {
    width: 170px;
    margin: 0 auto;
}
#example .example_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#example .example_box .example_s_box {
    width: 31%;
    position: relative;
    background-color: #EEF9DF;
    padding: 20px;
    margin: 10px 0;
}
#example .example_box .example_s_box .time {
    position: absolute;
    background: #659B31;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    top: -30px;
    left: -10px;
    z-index: 10;
}
#example .example_box .example_s_box .time p {
    text-align: center;
    line-height: 2.5;
}
#example .example_box .example_s_box:last-child .time p {
    line-height: 1;
    padding-top: 16px;
}
#example .example_box .example_s_box .time p span {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    padding: 0 2px;
}
#example .example_box .example_s_box h3 {
    text-align: center;
    color: #659B31;
}
#example .example_box .example_s_box .money {
    font-size: 20px;
    text-align: center;
}
#example .example_box .example_s_box .money span {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    color: #659B31;
}
#example .example_ss_box {
    display: flex;
}
#example .example_ss_box div {
    flex: 1;
    margin: 0 3px;
}
#example .example_ss_box div h4 {
    background-color: #659B31;
    color: #fff;
    text-align: center;
}
#example .example_ss_box li {
    font-size: 14px;
}

#price {
    background: url(../img/price_back.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 60%;
}

#price .explain_text span {
    color: #FD6832;
    font-weight: bold;
    font-size: 1.3rem;
}
#price .month_price {
    border: 2px solid #659B31;
    text-align: center;
    width: 35%;
    border-radius: 5px;
    padding: 0px 0 10px;
    margin: 0 auto 20px;
    background: #fff;
}
#price .price_s_box {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    margin: 0 auto;
}
#price .price_s_box div {
    border: 2px solid #659B31;
    text-align: center;
    width: 35%;
    border-radius: 5px;
}
#price .price_s_box div p,
#price .month_price p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #659B31;
    padding: 5px 0 5px;
}
#price .price_s_box div p.price_text,
#price .month_price p.price_text {
    color: #333;
    background: #fff;
}
#price .price_s_box div p.price_text span,
#price .month_price p.price_text span {
    font-size: 55px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

#flow {
    background-image: url(../img/service_bk.png);
    background-position: center bottom;
    background-size: cover;
}
#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 #659B31;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    color: #659B31;
}
#flow .flow_box .flow_s_box {
    background: #fff;
    position: relative;
    width: 19%;
}
#flow .flow_box .flow_s_box h3 {
    background: #659B31;
    color: #fff;
    padding: 15px 0 10px;
    text-align: center;
    font-size: 16px;
}
#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: #EEF9DF;
    padding: 20px;
}
#voice .voice_s_box .voice_text p {
    margin-top: 10px;
}
#voice .voice_s_box_2 {
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
#voice .voice_title_box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
}
#voice .voice_title_box .voice_title_box_img {
    width: 200px;
}
#voice .voice_title_box .voice_title_box_title {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#voice .voice_title_box .voice_title_box_title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 25px;
    max-height: 100%;
    border: 1px solid #e3e3e3;
    font-size: 10px;
    text-align: center;
    padding: 0 10px;
    border-radius: 25px;
    margin-left: -2px;
    color: #666666 !important;
}

#voice .voice_text_box div {
    display: flex;
    gap: 15px;
    padding: 10px;
}
#voice .voice_text_box div p:first-of-type {
    width: 20%;
    font-size: 10px;
    line-height: 30px;
    padding: 20px 10px;
    background:#eef9df5e;
    border: 5px solid #fff;
    text-align: center;
}

#voice .voice_text_box div p:last-of-type {
    width: 80%;
    background: #f6f6f6;
    border: 5px solid #fff;
    padding: 10px;
    font-size: 13px;
    line-height: 1.4;
    vertical-align: middle;
}

#faq {
    background: #eef9df;
}
#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;
  }
  #faq h3 strong {
    font-size: 20px;
    margin-right: 5px;
    color: #659B31;
  }
  #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;
  }
  #form .inner_box {
    max-width: 700px;
  }
/* footer */
footer {
    background: #659B31;
    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: 1050px){
    .shake {
        animation: none!Important;
      }
    .wrapper {
        display: block;
    }
    .wrapper .contents {
        width: 100%;
    }
    .wrapper .form {
        width: 90%;
        position: inherit;
        overflow-y: none;
        height: max-content;
        margin: 0 auto;
    }
    .wrapper .contents .contents_box {
        display: block;
        padding-bottom: 0;
      }
    #form .inner_box h3 {
        text-align: center;
        font-size: 20px;
    }
    .wrapper .contents .contents_box div {
        width: 90%;
        margin: 30px auto 0;
      }
      .wrapper .contents .contents_box .form {
        width: 90%;
        margin: 0 auto;
      }
    footer {
        width: 100%;
    }
    .inner_box {
        width: 90%;
    }
}

@media screen and (max-width: 750px){

    #voice .voice_title_box,
    #voice .voice_text_box div {
        display: block;
    }
    #voice .voice_title_box .voice_title_box_img {
        width: 100%;
    }
    #voice .voice_title_box .voice_title_box_title h3 {
        font-size: 17px;
    }
    #voice .voice_text_box div p:first-of-type,
    #voice .voice_text_box div p:last-of-type {
        width: 100%;
    }
    .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;
      }
    #fv .fv_innerbox .fv_text_box h1 span {
        font-size: 30px;
    }
    .cta_area_bk {
        margin-top: -5px;
    }
    section {
        padding: 70px 0;
    }
    .Forpc {
        display: none!important;
    }
    .Forsp {
        display: block!important;
    }
    .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_cta {
        background: #FD6832;
        border: double 5px #ffffff;
        width: 130px;
        padding: 10px 0;
        display: block;
        color: #fff;
        border-radius: 50px;
        position: relative;
        margin: 0 auto;
        font-size:12px;
        text-align:center;
    }
      .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 #659B31;
      }
      .header-sp .menu__link {
        display: block;
        padding: 13px 20px;
        color: #659B31;
        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: #659B31;
      }
      .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 0;
        overflow: hidden;
      }
      #fv .fv_innerbox .fv_text_box {
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
      }
      #fv .fv_innerbox .fv_text_box h1 {
        font-size: 25px;
      }
      #fv .fv_innerbox .fv_text_box p {
        font-size: 15px;
      }
      #fv .fv_innerbox .fv_img2 {
        width: 60%;
      }
      #fv .fv_innerbox .fv_img {
        position: absolute;
        bottom: -10px;
        width: 240px;
        right: -2px;
      }
      #example .example_box .example_s_box:last-child .time p {
        line-height: 1.1;
        padding-top: 13px;
      }
      #clients {
        overflow: hidden;
        padding: 0;
        margin: 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: 18px;
      }
      h2 {
        font-size: 25px;
      }
      h2 span {
        font-size: 15px;
      }
      #service,#flow {
        background-position: bottom;
        background-size: contain;
        background-color: #eef9df;
      }
      #service .service_box,
      #reccomend .reccomend_box,
      #merit .merit_box,
      #example .example_box,
      #flow .flow_box,
      footer .footer-box {
        display: block;
      }
      #service .service_box .service_s_box,
      #reccomend .reccomend_box .reccomend_s_box,
      #merit .merit_box .merit_s_box,
      #example .example_box .example_s_box,
      footer .footer-link-box {
        width: 95%;
        margin: 0 auto 30px;
        display: block;
        padding: 20px 10px;
      }
      #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;
      }
      #feature .feature_s_box {
        flex-direction: column-reverse;
      }
      #feature .feature_s_box .feature_text {
        width: 95%;
        margin: 0 auto;
      }
      #feature .feature_s_box .feature_text .consl_box::after {
        height: 35px;
      }
      #feature .feature_s_box .feature_img {
        width: 95%;
        margin: 0 auto 20px;
      }
      #example .example_box .example_s_box .time {
        width: 80px;
        height: 80px;
        top: -10px;
        left: -10px;
      }
      #example .example_box .example_s_box .time p {
        line-height: 2.5;
      }
      #merit .merit_box .merit_s_box:last-child,
      #service .service_box .service_s_box:last-child,
      #flow .flow_box .flow_s_box:last-child {
        margin-bottom: 0;
      }
      #flow .flow_box .flow_s_box {
        width: 95%;
        margin: 0 auto 50px;
        padding-bottom: 20px;
      }
      #voice .voice_s_box {
        align-items: flex-start;
      }
      #voice .voice_s_box .voice_text {
        flex: 3;
      }
      #voice .voice_s_box .voice_img {
        margin: 0 5px;
      }
      #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 #659B31;
        width: 90%;
        margin: 20px auto 0;
        border-radius: 50px;
    }
    .header-cta .freelance_box a {
        color: #659B31!important;
        padding: 5px 0!important;
        margin: 0!important;
        text-align: center!important;
        width: 100%!important;
    }
    #price .price_s_box {
        display: block;
    }
    #price .price_s_box div,
    #price .month_price {
        width: 80%;
        margin: 0 auto 15px;
    }
}

@media screen and (max-width: 450px){
    #fv .fv_innerbox .fv_img {
        width: 190px;
    }
}