.fv_message {
    position: absolute;
    top: 26%;
    left: 0%;
    width: 100%;
	    z-index: 3;
}
.fv_message h1 {
    font-size: 6.5vw;
    text-align: center;
}
.fv_message_p p::before {
    display: none;
}
.fv_message_p {
    position: absolute;
    top: 43%;
    left: 7.5vw;
}
.fv_message_p p {
    font-size: 3.3vw;
    margin-top: 50px;
    padding-left: 0px;
    position: relative;
}
#FV:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: #F0F0F0;
    top: 15%;
    left: 20%;
    z-index: -5;
    opacity: 0;
    transition: 1.0s;
    transition-delay: 2.5s;
    transform: rotate(-5deg);
}
#FV:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #E2F5FF;
    bottom: 20%;
    right: 25%;
    z-index: -5;
    opacity: 0;
    transition: 1.0s;
    transition-delay: 3.0s;
    transform: rotate(-5deg);
}
.fv_message_p:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #E2F5FF;
    top: -700%;
    left: -10%;
    z-index: -5;
}
.fv_message_p:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: #F0F0F0;
    bottom: -260%;
    right: -20%;
    z-index: -5;
}



.scrolldown {
    position: absolute;
    left: 0%;
    bottom: 100px;
    height: 100px;
}
.scrolldown span {
    position: absolute;
    left: -15px;
    top: -25px;
    color: #003664;
    font-size: 0.85rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    transform: rotate(90deg);
}
.scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 1.5px;
    height: 100px;
    background: #003664;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

section h2{
    font-size: 2.5rem!important;
    letter-spacing: 1px!important;
    padding-left: 30px!important;
}
section h2::before {
    content: "";
    position: absolute;
    background: url(../images/svg/favicon.svg);
    background-size: cover;
    top: 5px;
    left: -10px!important;
    width: 40px!important;
    height: 40px!important;
}


/* セクションごとの上部スペース上書き */
#service,#works,#company,#blog,#news,#feature,#advertisement_area,#flow,#problem,#achivement,#faq,#about,#why,#price{
    margin-top: 200px;
}
#aboutus{
    margin-top: 50px;
}

/* aboutus */
.aboutus_box_text h3 {
    font-size: 0.95rem;
    line-height: 2.0;
    letter-spacing: 0px;
}
.aboutus_box_img {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-right: 0%;
    margin-left: 0%;
}
.aboutus_box_img img{
    width: 100%;
}
/* works */
.article_lists li {
    width: 100%;
    margin-bottom: 5%;
    height: 90vw;
}
#works .section_inner::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 320px;
    background-color: #E2F5FF;
    bottom: -5%;
    left: -15%;
    z-index: -1;
}
#works .section_inner::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 320px;
    background-color: #F0F0F0;
    top: -5%;
    right: -15%;
    z-index: -1;
}

/* company */
.company_text h3 {
    font-size: 1.0rem;
}
.company_text {
    width: 100%;
    margin-top: 12%;
}



/* service */
.service_area h3 {
    margin: 50px 0 20px;
    position: relative;
    padding-left: 30px;
    font-size: 5.0vw;
}
.advertisement::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-color: #F0F0F0;
    bottom: 70%;
    right: -10%;
    z-index: -1;
}
.advertisement::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    background-color: #E2F5FF;
    top: 8%;
    left: -3%;
    z-index: -1;
}
#service .section_inner::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background-color: #E2F5FF;
    bottom: 33%;
    right: -3%;
    z-index: -1;
}
#service .section_inner::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-color: #F0F0F0;
    top: 59%;
    left: -4%;
    z-index: -1;
}
.service_box h4, .service_box_ft h4 {
    margin-bottom: 2%;
    font-size: 4.5vw;
}
/* blog */
#blog .section_inner::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 320px;
    background-color: #E2F5FF;
    top: -2%;
    left: -15%;
    z-index: -1;
}
#blog .section_inner::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 320px;
    background-color: #F0F0F0;
    bottom: -5%;
    right: -15%;
    z-index: -1;
}
/* news */
.news_contents li {
    width: 100%;
    height: 55vw;
    margin-bottom: 5%;
}


/* contact */
.contact_bg .section_inner {
    padding-top: 0%;
}


/* flow */
.flow_list {
    width: 100%;
    margin: 20px auto;
    padding: 5%;
    border: 1px solid #565352;
    text-align: center;
}


/* problem */
.problem_person {
    position: absolute;
    right: -25%!important;
    top: -20%;
    z-index: -100;
}
.problem_list_box{
    height: 300px;
}

/* feature */
.feature_box h3{
    font-size: 1.0rem;
}
.feature_box h3 span {
    font-size: 30px;
    padding-right: 10px;
    color: #003664;
}
.feature1::before, .feature3::before {
    height: 200px;
}
.feature2::before, .feature4::before{
    height: 200px;
}

/* achivement */
.achivement_box h3{
    font-size: 1.0rem;
}
.achivement_box h3 span {
    font-size: 30px;
    padding-right: 10px;
    color: #003664;
}

.achivement_box_text {
    width: 100%;
    line-height: 2.5;
}
.listing_box_img1 {
    width: 70%;
    margin: 5% 0 0 30%!important;
}
.listing_box_img2,.listing_box_img3 {
    width: 100%;
    position: relative;
    margin: 5% 0 0 0%!important;
}
.listing_box_img1 img,.listing_box_img2 img,.listing_box_img3 img{
    width: 100%;
    height: auto;
}
.listing_box_img2::after{
    position: absolute;
    content: "";
    background-color: #EAF8FE;
    width: 400px;
    height: 200px;
    right: -40%;
    bottom: -15%;
    z-index: -1;
}
.listing_box_img3::after{
    position: absolute;
    content: "";
    background-color: #6D869F;
    width: 400px;
    height: 200px;
    right: -40%;
    bottom: -15%;
    z-index: -1;
}


/* FAQ */
.faq_box{
    margin-top: 50px;
}
.faqs{
    margin-top: 40px;
}
.faqs p{
    font-size: 0.8rem;
} 
.faqs p b{
    color: #003664;
    padding-right: 10px;
    line-height: 2.0;
    font-size: 1.2rem;
}


/* company */
.company_list dl dt{
    width: 30%;
    margin-top: 30px;
    padding: 30px 0;
    font-weight: bold;
    border-top: 1px solid #0188ff;
    line-height: 2.0;
    font-size: 0.85rem;
}
.company_list dl dd{
    width: 70%;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #f5f4f4;
    line-height: 2.0;
    font-size: 0.85rem;
}


/* 代表挨拶 */
#company_greet{
    width: 100%;
    margin-top: 200px;
}
.company_greet_person{
    width: 100%;
    margin: 50px auto;
}
.ceo_title{
    width: 50%;
    margin-top: 10px;
}
.ceo_img{
    width: 45%;
}
.ceo_img img{
    width: 100%;
}
.ceo_message {
    margin-top: 50px;
}
.ceo_title h3{
    font-size: 1.0rem;
    display: none;
}
.ceo_title p{
    font-size: 1.0rem;
    margin-top: 30px;
}
.ceo_title p span{
    font-size: 0.8rem;
}
.ceo_message p {
    font-size: 1.0rem;
    line-height: 2.5em;
}
.sp_message_title h3{
    display: block;
    margin-bottom: 5%;
    color: #003664;

}
.sp_message_title{
    display: block!important;
}
.sigh {
    width: 50%;
    margin: 5% 0 0 50%;
    text-align: left;
}



/* newsカスタム投稿 */
#page_title{
    width: 100%;
}
#page_title .section_inner{
    position: relative;
    height: 500px;
}
.news_article_title{
    position: absolute;
    top: 50%;
    left: 0;
}
section .news_article_title{
    color: #333;
    font-family: serif;
    position: relative;
    font-size: 0.95rem!important;
    font-weight: 600;
}
section .news_article_title b{
    font-size:0.7rem;
}
section .news_article_title span{
    font-size: 20px;
    padding:0 40px;
    font-family: serif;
    letter-spacing: normal;
    color: #003664;
    position: relative;
}
section .news_article_title::after{
    display: none;
}



/* seomeo */
#page_title_lp {
    margin-top: 50px;
}
.page_title_seo_bg {
    height: 570px;
}
.title_img_eyecatch {
    width: 80%;
    margin: 5% auto;
}
.blue_box_w100 {
    height: 200px;
    top: 90px;
    left: 0;
    z-index: -100;
}
.page_title_box {
    padding: 25% 0 3%;
}
.page_title_seo_bg {
    top: 100px;
}


.about_box {
    background-color: #EDF6FF;
    padding: 2% 5% 2%;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin-top: 10%;
}
.about_title_text h3{
    font-size: 1.0rem;
}
.about_title_text h3 span {
    font-weight: bold;
    color: #CE9804;
    font-size: 1.6rem;
}
.about1::before,.about2::before {
    width: 70px;
    height: 70px;
}
.feature_box_img.feature_seo {
    width: 100%;
}
.seo_listing_difference_bg {
    height: 800px;
}
.seo_listing_difference_box {
    width: 100%;
    padding: 4% 2%;
    margin-top: 5%;
}
.page_title_sub{
    font-size: 1.0rem;
}
.seo_listing_difference {
    padding: 4% 0%;
    margin-top: 5%;
}
.seo_listing_difference_box_text ul{
    margin: 7% auto 0;
    width: 100%;
}
.seo_listing_difference h3 {
    margin: 0% 0 0%;
}
.merit h4 {
    color: #0B3663;
    position: relative;
    font-size: 1.2rem;
}
.demerit h4 {
    color: #A93E54;
    position: relative;
    font-size: 1.2rem;
}
.merit h4::after {
    background: #0B3663;
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    top: 30px;
    left: calc( 50% - 50px);
}

.demerit h4::after {
    background: #A93E54;
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    top: 30px;
    left: calc( 50% - 50px);
}
.seo_listing_difference_box_text ul {
    margin: 7% auto 5%;
    width: 100%;
}
.seo_listing_difference_box_text ul li {
    font-weight: bold;
    margin-top: 1%;
    font-size: 0.85rem;
}

/* #price */
.price_box {
    width: 100%;
    margin-top: 5%;
    padding: 5% 5%;
}
.price_bg_white {
    background-color: #fff;
    padding: 10% 5% 10%;
    height: 200px;
}
.price_box {
    width: 100%;
    margin-top: 5%;
    padding: 10% 7%;
}


/* リクルート */
.recruit_list dl dt {
    width: 30%;
    margin-top: 50px;
    padding: 20px 0;

}

.recruit_list dl dd {
    width: 70%;
    margin-top: 50px;
    margin-right: 0%;
}
.recruit_list2 dl dt {
    width: 35%;
}
.recruit_list2 dl dd {
    width: 100%;
    margin-top: 10px;
    padding: 20px 0;
}
.recruit_flex_title {
    width: 20%;
}
.recruit_flex_text {
    width: 80%;
}

