@charset "UTF-8";
.fr {
	float: right;
}
.letter-spac {
  letter-spacing: 0.1em;
}
.fs28 {
  font-size: 28px;
}

#wrapper {
	background-image: url(../../images/about/bg_pic.jpg);
	background-position: calc((100vw - 2109px)/2) 216px;
	background-size : auto;
}
@media screen and (max-width: 1020px) {
	#wrapper {
		background-position: -547px 216px;
	}
}
#content.j-credit {
	
}

#content.j-credit .main-img {
	
}
#content.j-credit .main-txt {
	margin: 60px 45px 90px;
    font-size: 18px;
}


#content.j-credit .cate_clumn {
	display: flex;
    justify-content: space-between;
}
#content.j-credit .cate_box {
	width: calc( 100%/2 - 20px );
}
#content.j-credit .cate_box a {
	display: block;
}
#content.j-credit .cate_box .cate_image {
    width: auto;
	height: 350px;
}
#content.j-credit .cate_box.farmer .cate_image {
    background: url(../images/j_credit/top_farmer.jpg) no-repeat;
    background-size: cover;
}
#content.j-credit .cate_box.company .cate_image {
    background: url(../images/j_credit/top_company.jpg) no-repeat;
    background-size: cover;
}

#content.j-credit .cate_box .cate_ttbox {
    display: flex;
    justify-content: space-between;
    color: #FFF;
}
#content.j-credit .cate_box.farmer .cate_ttbox {
    background-color: #18a088;
}
#content.j-credit .cate_box.company .cate_ttbox {
    background-color: #ec8601;
}

#content.j-credit .cate_box .cate_ttbox_icon {
    width: 50px;
    height: 50px;
    padding: 30px 35px 20px;
}
#content.j-credit .cate_box .cate_ttbox_icon img {
    width: 100%;
    height: 100%;
}
#content.j-credit .cate_box .cate_ttbox_tt {
    flex-grow: 1;
    padding: 23px 0 20px;
}
#content.j-credit .cate_box .cate_ttbox_tt h3 {
    font-size: 26px;
    font-weight: bold;
}
#content.j-credit .cate_box .cate_ttbox_tt span {
    font-size: 16px;
    font-weight: normal;
}
#content.j-credit .cate_box .cate_ttbox_tt p {
    font-size: 16px;
}

#content.j-credit .cate_box .cate_ttbox_arrow {
    width: 60px;
    height: auto;
    position: relative;
}
#content.j-credit .cate_box.farmer .cate_ttbox_arrow {
    background-color: #007560;
}
#content.j-credit .cate_box.company .cate_ttbox_arrow {
    background-color: #c26e00; 
}
#content.j-credit .cate_box .cate_ttbox_arrow::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
}






#content.j-credit .scheme_flow {
    margin: 150px 0 100px;
}
#content.j-credit .scheme_flow h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#content.j-credit .scheme_flow h2::before {
    position: absolute;
    content: '';
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 60px;
    background-color: #a2a2a2;
}



#content.j-credit .jcredit_ft {
    padding: 60px 0 100px;
    background-color: #007560;
}
#content.j-credit .jcredit_ft .ft_txt {
    margin-bottom: 60px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
}
#content.j-credit .jcredit_ft .jcredit_clumn {
    width: 1010px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#content.j-credit .jcredit_ft .jcredit_clumn.clumn02 {
    justify-content: center;
}
#content.j-credit .jcredit_ft .jcredit_clumn .jcredit_btn {
    width: calc( 100%/2 - 15px );
    background-color: #FFF;
}
#content.j-credit .jcredit_ft .jcredit_clumn .jcredit_btn.btn-senser {
    width: 100%;
    margin-top: 20px;
}
#content.j-credit .jcredit_ft .jcredit_clumn .jcredit_btn a {
    display: block;
    position: relative;
}
#content.j-credit .jcredit_ft .jcredit_clumn .jcredit_btn a::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 3px solid #007560;
    border-right: 3px solid #007560;
    transform: rotate(45deg);
}
#content.j-credit .jcredit_ft .jcredit_btn_inner {
    display: flex;
    padding: 30px;
}
#content.j-credit .jcredit_ft .jcredit_btn_inner .icon {
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #193686;
    border-radius: 10px;
}
#content.j-credit .jcredit_ft .jcredit_btn_inner .txt {
    display: flex;
    padding-left: 24px;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}






@media screen and (max-width: 768px) {
    
    #content.j-credit .main-img img {
        width: 100%;
    }
	
    #content.j-credit .main-txt {
	   margin: 30px 20px 50px;
        font-size: 1rem;
    }
    
    #content.j-credit .cate_clumn {
	   display: block;
        margin: 0 20px;
    }
    #content.j-credit .cate_box {
	   width: auto;
        margin-bottom: 30px;
    }

    #content.j-credit .cate_box .cate_image {
	   height: 280px;
    }
    
    #content.j-credit .cate_box .cate_ttbox_icon {
        padding: 30px 20px 20px;
    }
    #content.j-credit .cate_box .cate_ttbox_tt h3 {
        font-size: 20px;
    }
    #content.j-credit .cate_box .cate_ttbox_tt span {
        font-size: 12px;
    }
    #content.j-credit .cate_box .cate_ttbox_tt p {
        font-size: 1rem;
    }

    #content.j-credit .cate_box .cate_ttbox_arrow {
        width: 40px;
    }
    #content.j-credit .cate_box .cate_ttbox_arrow::before {
        right: 15px;
    }



    #content.j-credit .scheme_flow {
        margin: 100px 0 50px;
    }
    #content.j-credit .scheme_flow h2 {
        font-size: 20px;
    }
    #content.j-credit .scheme_flow .scheme_figure {
        margin: 0 20px;
    }
    #content.j-credit .scheme_flow .scheme_figure img {
        width: 100%;
    }


    #content.j-credit .jcredit_ft {
        padding: 40px 0 40px;
    }
    #content.j-credit .jcredit_ft .ft_txt {
        margin-bottom: 40px;
        font-size: 18px;
    }
    #content.j-credit .jcredit_ft .jcredit_clumn {
        display: block;
        width: auto;
        margin: 0 20px;
    }
    #content.j-credit .jcredit_ft .jcredit_clumn .jcredit_btn {
        width: auto;
        margin-bottom: 20px;
    }
    #content.j-credit .jcredit_ft .jcredit_btn_inner {
        padding: 20px;
    }
    #content.j-credit .jcredit_ft .jcredit_btn_inner .icon {
        width: 50px;
        height: 50px;
    }
    #content.j-credit .jcredit_ft .jcredit_btn_inner .txt {
        padding-left: 20px;
        font-size: 18px;
    }

    
    
	
}






/* 農家・企業の方 */


#content.j-credit .cont_main-img {
    height: 380px;
}
#content.j-credit .farmer .cont_main-img {
    background: url(../images/j_credit/farmer_main.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
#content.j-credit .company .cont_main-img {
    background: url(../images/j_credit/company_main.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
#content.j-credit .cont_main_tt {
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 280px;
    height: 300px;
    background-color: #FFF;
    text-align: center;
}
#content.j-credit .cont_main_tt .tt_icon {
	width: 85px;
    height: 85px;
    margin: 40px auto 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content.j-credit .farmer .cont_main_tt .tt_icon {
    background-color: #18a088;
}
#content.j-credit .company .cont_main_tt .tt_icon {
    background-color: #ec8601;
}




#content.j-credit .cont_main_tt .tt_icon img {
	width: 60%;
    height: 60%;
}
#content.j-credit .cont_main_tt h2 {
	font-size: 43px;
    font-weight: bold;
    position: relative;
}
#content.j-credit .farmer .cont_main_tt h2 {
    color: #18a088;
}
#content.j-credit .company .cont_main_tt h2 {
    color: #ec8601;
}


#content.j-credit .cont_main_tt span {
	font-size: 36px;
}
#content.j-credit .cont_main_tt h2::before {
	position: absolute;
    content: '';
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 78px;
    height: 33px;
    background: url(../images/j_credit/cont_arrow.png) no-repeat;
}

#content.j-credit .cont_credit_box {
	margin: 50px 0 130px;
}
#content.j-credit .cont_credit_box h3 {
    padding: 20px 40px;
	font-size: 28px;
    font-weight: bold;
}
#content.j-credit .farmer .cont_credit_box h3 {
    border-top: 1px solid #18a088;
    border-bottom: 1px solid #18a088;
}
#content.j-credit .company .cont_credit_box h3 {
    border-top: 1px solid #ec8601;
    border-bottom: 1px solid #ec8601;
}

#content.j-credit .cont_credit_box .txt_box_column {
    display: flex;
    width: 1010px;
    margin: 40px auto 0;
}
#content.j-credit .cont_credit_box .txt_box_column .left_txt {
    flex: 0 0 400px;
    padding: 0 40px;
    font-size: 18px;
    line-height: 1.8rem;
}
#content.j-credit .cont_credit_box .txt_box_column .right_image {
    flex: 0 0 calc(100% - 400px + 50vw - 50%);
    height: 450px;
}
#content.j-credit .cont_credit_box .txt_box_column .right_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content.j-credit .cont_credit_box .link_btn a {
    display: inline-block;
    margin-top: 30px;
    padding: 20px 80px 20px 25px;
    color: #FFF;
    background-color: #000;
    position: relative;
}
#content.j-credit .cont_credit_box .link_btn a::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(../images/j_credit/icon_btn_link.png) no-repeat;
}



#content.j-credit .farmer_flow {
    padding: 0 40px;
    margin-bottom: 120px;
}
#content.j-credit h4 {
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
#content.j-credit .farmer h4 {
    border-left: 7px solid #18a088;
    color: #18a088;
}
#content.j-credit .company h4 {
    border-left: 7px solid #ec8601;
    color: #ec8601;
}


#content.j-credit .farmer_support {
    padding: 0 40px;
    margin-bottom: 120px;
    font-size: 18px;
}
#content.j-credit .farmer_support .support_txt {
    margin: 20px 0;
}
#content.j-credit .farmer_support .support_box {
    padding: 30px 40px;
}
#content.j-credit .company .farmer_support .support_box {
    padding: 30px 30px;
}
#content.j-credit .farmer .farmer_support .support_box {
    border: 1px solid #18a088;
}
#content.j-credit .company .farmer_support .support_box {
    border: 1px solid #ec8601;
}

#content.j-credit .farmer_support .support_box .support_tt {
    font-size: 20px;
    font-weight: bold;
}
#content.j-credit .farmer .farmer_support .support_box .support_tt {
    color: #18a088;
}
#content.j-credit .company .farmer_support .support_box .support_tt {
    color: #ec8601;
}


#content.j-credit .farmer_support .support_box ul li {
    margin-top: 10px;
    padding: 20px 40px;
    position: relative;
}
#content.j-credit .farmer .farmer_support .support_box ul li {
    background-color: #e7f5f3;
}


#content.j-credit .company .farmer_support .support_box ul {
    display: flex;
    justify-content: space-between;
}
#content.j-credit .company .farmer_support .support_box ul li {
    padding: 20px 23px 15px;
    background-color: #fdf3e5;
}
#content.j-credit .company .farmer_support .maru {
    font-size: 20px;
}
#content.j-credit .company .farmer_support .maru span {
    color: #ec8601;
}
#content.j-credit .company .farmer_support .count {
    display: flex;
    font-size: 60px;
    font-weight: bold;
    color: #333333;
}
#content.j-credit .company .farmer_support .count .tani {
    padding-top: 30px;
    padding-left: 10px;
    font-size: 24px;
}




#content.j-credit .farmer_support .support_box ul li::before {
    position: absolute;
    content: '・';
    font-weight: bold;
    top: 20px;
    left: 20px;
}
#content.j-credit .company .farmer_support .support_box ul li::before {
    display: none;
}
#content.j-credit .farmer .farmer_support .support_box ul li::before {
    color: #18a088;
}
#content.j-credit .company .farmer_support .support_box ul li::before {
    color: #fdf3e5;
}


#content.j-credit .farmer_support .Joining_txt {
    margin-top: 70px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
}





@media screen and (max-width: 768px) {
    
    
    
    #content.j-credit .cont_main-img {
        height: 300px;
    }
    #content.j-credit .cont_main_tt {
        width: 220px;
        height: 220px;
    }
    #content.j-credit .cont_main_tt .tt_icon {
	   width: 60px;
        height: 60px;
        margin: 30px auto 20px;
    }

    #content.j-credit .cont_main_tt h2 {
	   font-size: 30px;
    }


    #content.j-credit .cont_main_tt span {
	   font-size: 28px;
    }
    #content.j-credit .cont_main_tt h2::before {
        width: 50px;
        background-size: 50px;
    }

    #content.j-credit .cont_credit_box {
	   margin: 30px 20px 100px;
    }
    #content.j-credit .cont_credit_box h3 {
        padding: 20px 10px;
	   font-size: 20px;
    }

    #content.j-credit .cont_credit_box .txt_box_column {
        display: block;
        width: auto;
        margin: 30px 0 0;
    }
    #content.j-credit .cont_credit_box .txt_box_column .left_txt {
        padding: 0 10px;
        font-size: 1rem;
    }
    #content.j-credit .cont_credit_box .txt_box_column .right_image {
        width: 100vw;
        margin-top: 30px;
        margin-left: 10px;
        height: 300px;
    }

    #content.j-credit .cont_credit_box .link_btn a {
        padding: 10px 60px 10px 20px;
    }



    #content.j-credit .farmer_flow {
        padding: 0 20px;
        margin-bottom: 80px;
    }
    #content.j-credit .farmer_flow_img img {
        width: 100%;
    }
    #content.j-credit h4 {
        font-size: 20px;
    }


    #content.j-credit .farmer_support {
        padding: 0 20px;
        margin-bottom: 80px;
        font-size: 16px;
    }
    #content.j-credit .farmer_support .support_box {
        padding: 20px 20px;
    }
    #content.j-credit .company .farmer_support .support_box {
        padding: 20px 20px;
    }

    #content.j-credit .farmer_support .support_box .support_tt {
        font-size: 18px;
    }


    #content.j-credit .farmer_support .support_box ul li {
        padding: 20px 10px 20px 35px;
    }


    #content.j-credit .company .farmer_support .support_box ul {
        flex-wrap: wrap;
    }
    #content.j-credit .company .farmer_support .support_box ul li {
        width: 40%;
        padding: 20px 10px 10px;
    }
    #content.j-credit .company .farmer_support .maru {
        font-size: 16px;
        text-align: center;
    }
    #content.j-credit .company .farmer_support .count {
        justify-content: center;
        font-size: 30px;
    }
    #content.j-credit .company .farmer_support .count .tani {
        padding-top: 10px;
        padding-left: 5px;
        font-size: 18px;
    }


    #content.j-credit .farmer_support .Joining_txt {
        margin-top: 50px;
        font-size: 18px;
    }



    
    
}