
/* module
----------------------------------------------------*/

:root {
    --blue2: #4A7AF7;
}

.blue {
	color: var(--blue2);
}

p {
    font-size: 16px;
    color: #111;
    font-weight: 500;
}

.gf {
	font-family: 'Josefin Sans', sans-serif;
}

.lp_title {
	margin-bottom: 15px;
}
.lp_title h2 {
	font-size: 36px;
	font-weight: 600;
}
.lp_title h2 .gf {
    padding: 0 2px;
    font-size: 42px;
}
.top_pc_search.fixed{
	position: fixed;
	z-index: 999;
	top:0;
	left:0;
    margin-top: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 5%);
}
.top_pc_search.fixed .inner {
    box-shadow: none;
    background: none;
    padding: 15px 20px;
}

#wrapper {
    overflow: initial;
}


/* header
----------------------------------------------------*/


header.header .logo_menu {
    width: 92%;
    min-height: 86px;
    margin: 0 auto;
}

header.header .tel {
    margin-left: auto;
}

/* eyecatch
----------------------------------------------------*/

.eyecatch2.type2 {
    padding: 40px 0px 80px;
}

.eyecatch2 {
    position: relative;
    padding: 90px 0px 120px;
    background-image: url(../img/fv_bk.jpg);
    background-size: cover;
    background-position: center center;
    animation: bg 10s infinite linear;
}
@keyframes bg {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 360px -360px;
	}
}
.eyecatch2 .inner {
    align-items: center;
}
.eyecatch2 .left {
    width: 560px;
}
.eyecatch2 .right {
    width: calc( 100% - 560px);
}
.eyecatch2 .apeel .block {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 15px;
    letter-spacing: 2px;
    color: #fff;
    background: var(--black);
	transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
}
.eyecatch2 .apeel .block p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
	transform: skew(30deg);
	-moz-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	color: #fff;
}
.eyecatch2 .apeel .block span {
    display: inline-block;
    padding: 0 2px;
    position: relative;
    top: 1px;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}
.eyecatch2 h1 {
	margin: 25px 0px;
	font-size: 68px;
	font-weight: 900;
    letter-spacing: 7px;
    line-height: 1.2;
}

.eyecatch2 .memo {
	margin-top: 15px;
    padding-left: 15px;
	font-size: 11px;
	color: #999;
}

/* トラブル回避
----------------------------------------------------*/

.troubole_area {
    margin-top: -145px;
    padding-top: 200px;
    background: #f7f7f7;
}
.troubole_voide {
    padding: 60px 0px;
    background: var(--blue2);
}
.troubole_voide .tv_box {
    padding: 40px;
    border-radius: 5px;
    background: #fff;
}
.troubole_voide .tv_box .left {
	width: calc(100% - 360px);
	padding-right: 40px;
}
.troubole_voide .tv_box .right {
	width: 360px;
}
.troubole_voide .tv_box .tl_area {
    align-items: center;
}
.troubole_voide .tv_box .tl_area .img {
	width: 114px;
}
.troubole_voide .tv_box .tl_area .tl {
	width: calc(100% - 114px);
	padding-left: 30px;
	font-size: 32px;
	font-weight: 600;
}
.troubole_voide .tv_box .tl_area .tl .gf {
    position: relative;
    top: 2px;
    padding: 0 3px;
    font-size: 42px;
}
.troubole_voide .tv_box .txt {
	margin-top: 30px;
}
.troubole_voide .tv_box .right img {
	margin: 0 10px;
}

/* 発注先探しを簡単に
----------------------------------------------------*/

.easy_mitsu_area {
	position: relative;
	margin-top: 60px;
}
.easy_mitsu_area .lt_img {
	width: calc(100% - 642px);
	padding-right: 90px;
}
.easy_mitsu_area .rt_img {
	width: 642px;
}
.easy_mitsu_area .arrow_img {
	position: absolute;
	top: 45%;
	left: 320px;
}


/* 比較ビズとは
----------------------------------------------------*/

.what_biz .bx-wrapper {
    position: absolute;
    top: 48px;
    left: 190px;
    width: 270px;
    text-align: left;
}
.what_biz .bx-wrapper .bx-viewport {
    padding: 5px 0px 5px;
}
.what_biz .ex_project_list li {

}
.what_biz .ex_project_list li .txt {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    border: 2px solid var(--blue2);
    color: var(--blue2);
}
.what_biz .ex_project_list li .t {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
}

.what_biz .ex_project_list li .txt:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: var(--blue2) transparent transparent;
    translate: -50% 100%;
    transform: skew(25deg);
    transform-origin: top;
}

.what_biz .ex_project_list li .txt:after {
    content: "";
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 15%;
    border-style: solid;
    border-width: 8.2px 8.2px 0 0;
    border-color: #fff transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
    transform: skew(25deg);
    transform-origin: top;
}

.what_biz .what_img {
    position: relative;
	margin: 50px auto 0px;
	text-align: center;
}
p.what_biz_txt {
    max-width: 780px;
    margin: 30px auto 0;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: var(--blue2);
    background: #fff;
    border: 2px solid var(--blue2);
    border-radius: 5px;
}

ul.point_list {
    margin: 50px auto 0;
    max-width: 940px;
}

ul.point_list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: calc(100% / 3 - 2%);
    margin: 0 1%;
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
ul.point_list li .icon {
    width: 100px;
}

ul.point_list li .txt {
    width: calc(100% - 100px);
    padding-left: 15px;
}
ul.point_list li .num {
    display: inline-block;
    margin-bottom: 7px;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    background: var(--blue2);
    color: #fff;
    border-radius: 5px;
}

ul.point_list .txt .tl {
    font-size: 18px;
    color: var(--blue2);
    font-weight: 600;
}
ul.point_list .txt p {
    display: none;
}

.bx-wrapper .bx-viewport {
    padding: 3px;
}
.ex_project_list li {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.ex_project_list li .img {
    width: 60px;
}
.ex_project_list li .img img {
    border-radius: 50%;
}
.ex_project_list li .txt {
	position: relative;
    width: calc(100% - 60px - 15px);
    margin-left: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(90, 90, 90, 0.15);
	border-radius: 3px;
}
.ex_project_list li .txt:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fff;
}
.ex_project_list li .t {
    /*
    margin-bottom: 5px;
    */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
}
.ex_project_list li .c {
    display: none;
    color: #829198;
    font-size: 11px;
}

.ex_project_list li .c span.c_t {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 5px;
    border: 1px solid #829198;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
}
.ex_project_list li .c span.c_t.type2 {
    margin-left: 7px;
}
.ex_project_list li .c i {
    font-style: normal;
}

/* 比較ビズの特徴
----------------------------------------------------*/

.feature_area {
    background: url(../img/sec_stripe_bg.jpg);
}
.feature_list,
.flow_list {
	margin-top: 40px;
}
.feature_list li,
.flow_list li {
	position: relative;
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 30px 25px;
	background-color: #fff;
	border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
}
.feature_list li:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent transparent var(--blue2);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 5px;
    right: -5px;
}
.feature_list li .tl_area,
.flow_list li .tl_area {
	margin: 0px 0px 20px;
	text-align: center;
}
.feature_list li .tl_area .gf,
.flow_list li .tl_area .gf {
	margin-bottom: 5px;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	color: #869aa5;
}
.feature_list li .tl_area h3,
.flow_list li .tl_area h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--blue2);
}
.feature_list li .img,
.flow_list li .img {
	margin: 20px auto;
	text-align: center;
}
.feature_list li .txt {
	
}
.feature_list li .txt p,
.flow_list li .txt p {
	font-size: 14px;
}

/* 比較ビズの活用シーン例
----------------------------------------------------*/

.sean_area .use_scene_case {
	margin-top: 40px;
}


/* 比較ビズの流れ
----------------------------------------------------*/

.voice_area {
    position: relative;
    background: url(../img/sec_stripe_bg.jpg);
}

.flow_list {
	margin-top: 40px;
}
.flow_list li {
    position: relative;
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
    background-color: #fff;
    border-top: 3px solid var(--blue2);
    border-radius: 0px;
}
.flow_list li:not(:first-child):before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    border-top: 4px solid var(--blue2);
    border-right: 4px solid var(--blue2);
    position: absolute;
    top: calc(50% - 14px);
    left: -29px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.voice_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(to right, #f7f7f7 1px, #ffffff 1px);
    background-size: 20px 20px;
}


.voice_txt_img {
	margin: 0 auto;
	text-align: center;
}

.voice_list {
    margin: 40px auto
}

.voice_box {
    width: calc(100% / 2 - 2%);
    margin: 1%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
    transition: .8s;
	border-radius: 3px;
}



.voice_box .num {
    font-size: 18px;
    font-weight: 700;
    color: #f6921d
}

.voice_box .tl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.voice_box .icon_txt {

}
.voice_box .icon_txt .icon {
    width: 180px;
}
.voice_box .icon_txt .icon img {
    width: 100%;
}

.voice_box .icon_txt .txt {
    width: calc(100% - 180px);
    padding-left: 20px
}

.voice_box .txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.voice_box .name {
    margin-top: 10px;
    font-size: 12px;
    color: #4d7591;
    text-align: right;
}



.voice_list {
	margin-top: 40px;
}
.voice_list li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
}

.voice_list li .tl_area {
	align-items: center;
}

.voice_list li .img {
	width: 120px;
}
.voice_list li .txt {
	width: calc(100% - 120px);
	padding-left: 20px;
}
.voice_list li .txt h3 {
	margin-bottom: 5px;
	font-size: 13px;
}
.voice_list li .txt h3 span {
	font-size: 20px;
}
.voice_list li .txt2 {
    position: relative;
    margin-top: 20px;
    padding: 15px;
    background: #edf4f7;
    border-radius: 5px;
}
.voice_list li .txt2:before {
	content: "";
    position: absolute;
    top: -25px;
    left: 18%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 20px solid #edf4f7;
}
.voice_list li .txt2 p {
    font-size: 14px;
}

/* その他
----------------------------------------------------*/

.search_category {
    background: #f7f7f7;
}

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


	.easy_mitsu_area {
		display: block;
	    max-width: 400px;
	}
	.easy_mitsu_area .arrow_img {
	    margin: 50px 0px 50px;
	    position: relative;
	    top: inherit;
	    left: inherit;
	    text-align: center;
	    transform: rotate(103deg);
	}

	.easy_mitsu_area .lt_img,
	.easy_mitsu_area .rt_img {
		width: 100%;
		padding: 0px;
	}


}

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

	section {
		padding: 60px 0px;
	}
	.troubole_voide .tv_box .tl_area .img,
	.troubole_voide .tv_box .tl_area .tl,
	.troubole_voide .tv_box .left,
	.troubole_voide .tv_box .right {
		width: 100%;
		padding: 0px;
	}
	
	.lp_title h2 {
	    font-size: 28px;
	    font-weight: 600;
	}
	p {
	    font-size: 14px;
	}
	
	#content {
		padding-top: 0px;
	}
	
	header.header .logo_menu {
	    width: 100%;
	}

	header.header .logo_menu .tel {
	    padding-right: 15px;
	}

	header.header .logo_menu .tel img {
	    max-width: 170px;
	}
	.eyecatch2 {
	    position: relative;
	    padding: 60px 0px 0px;
	    text-align: center;
	}
	.eyecatch2 .left,
	.eyecatch2 .right {
		width: 100%;
	}
	.eyecatch2 .apeel .block {
	    margin-right: 2px;
	    padding: 4px 8px;
	}
	.eyecatch2 .apeel .block p {
	    font-size: 11px;
	    letter-spacing: 0.5px;
	}
	.eyecatch2 .apeel .block span {
	    padding: 0 2px;
	    font-size: 18px;
	}
	.eyecatch2 h1 {
	    margin: 25px 0px;
	    font-size: 46px;
	    letter-spacing: 4.5px;
	}
	.eyecatch2 .v_lead {
		margin-bottom: 25px;
	}
	.eyecatch2 .memo {
	    padding-left: 10px;
	    font-size: 10px;
	    letter-spacing: 0.5px;
	}
	.troubole_area {
		margin-top: 0px;
		padding: 60px 0px;
	}
	.troubole_voide .tv_box {
	    padding: 20px;
	}
	.troubole_voide .tv_box .tl_area {
	    text-align: center;
	}
	.troubole_voide .tv_box .tl_area .tl {
	    margin-top: 20px;
	    font-size: 22px;
	}
	.troubole_voide .tv_box .mb {
	    display: flex !important;
	    width: 85%;
	    margin: 0 auto;
	}
	.troubole_voide .tv_box .mb .img {
	    width: calc(100% / 3 - 10px);
	    margin: 20px 5px 0px;
	    text-align: center;
	}
	

	.what_biz .what_img {
        margin-top: 20px;
    }
    .what_biz .bx-wrapper {
        top: 120px;
        left: 240px;
        width: 240px;
    }
    .what_biz .ex_project_list li .t {
        font-size: 13px;
    }
    ul.point_list li {
        width: 100%;
        margin: 0 0 15px;
    }
    p.what_biz_txt {
        padding: 12px;
        font-size: 13px;
    }

	.feature_list li,
	.flow_list li {
	    width: 100%;
	    margin: 0px 0px 15px;
	    padding: 25px 20px;
	}
	.flow_list li {
		margin-bottom: 45px;
	}
    .flow_list li .tl_area .img {
	    margin: 0px;	
	}

	.feature_list li .img {
	    max-width: 160px;
	}
	.flow_list li:not(:first-child):before {
	    top: -34px;
	    left: 47%;
	    -webkit-transform: rotate(-225deg);
	    transform: rotate(-225deg);
	}
	.voice_box,
	.feature_list li,
	.flow_list li {
	    width: 100%;
	    margin: 0px 0px 15px;
	    padding: 20px;
	}
	.flow_list li {
		margin-bottom: 45px;
	}
	.feature_list li .img {
	    max-width: 160px;
	}
	.flow_list li:not(:first-child):before {
	    top: -34px;
	    left: 47%;
	    -webkit-transform: rotate(-225deg);
	    transform: rotate(-225deg);
	}
	.voice_list li {
	    width: 100%;
	    margin: 0 0 25px;
	}

    .voice_box .tl {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .voice_box .icon_txt .icon {
        width: 100px;
    }
    .voice_box .icon_txt .txt {
        width: calc(100% - 100px);
        padding-left: 20px;
    }
    .voice_box .txt p {
        font-size: 11px;
        line-height: 1.6;
    }
	
}

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

    .what_biz .bx-wrapper {
        top: 92px;
        left: 180px;
        width: 196px;
    }
    .what_biz .ex_project_list li .t {
        font-size: 13px;
    }
}


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

    .lp_title h2 {
        font-size: 24px;
    }
    
    .problem_area_list li p {
        font-size: 13px;
    }
    .what_biz .bx-wrapper {
        top: 90px;
        left: 168px;
        width: 177px;
    }

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

    .what_biz .bx-wrapper {
        top: 80px;
        left: 158px;
        width: 170px;
    }
    .what_biz .ex_project_list li .t {
        font-size: 12px;
    }
    .cost_entry_list li .cel_dl dd {
        padding-left: 5px;
        font-size: 9px;
    }

}
