@charset "utf-8";

/* pattern common
================================================== */
/* title */
.sec_heading{
    margin-bottom: 60px;
}
.sec_title{
	display: inline-block;
    margin-bottom: 24px;
    padding-bottom: 15px;
	background-color: transparent;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#dc3123),to(#dc3123)), -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#a1a1a1));
	background-image: -moz-linear-gradient(#dc3123,#dc3123), -moz-linear-gradient(#a1a1a1, #a1a1a1);
	background-image: -o-linear-gradient(#dc3123,#dc3123), -o-linear-gradient(#a1a1a1, #a1a1a1);
	background-image: linear-gradient(#dc3123,#dc3123), linear-gradient(#a1a1a1, #a1a1a1);
	background-repeat: no-repeat;
	background-position: left bottom, 28px bottom;
	background-size: 28px 1px, 100% 1px;
	font-size: 177.78%;
	font-weight: 500;
	line-height: 1.4;
}
.heading_text{
    line-height: 1.5;
}
/* buttons */
.btn_arrow{
    display: flex;
    justify-content: flex-end;
}
.btn_arrow a{
    color: #125d38;
}

/* mainvisual style
================================================== */
#tmp_sangyo_mainvs,
#tmp_sangyo_mainvs .mainvs_inner,
#tmp_sangyo_mainvs .mainvs_item{
    position: relative;
}
#tmp_sangyo_mainvs{
    color: #ffffff;
    background-color: #02532a;
    background-repeat: no-repeat;
    background-image: -moz-linear-gradient( 45deg, rgb(77,166,129) 0%, rgb(2,83,42) 100%), -moz-linear-gradient( #ffffff, #ffffff);
    background-image: -webkit-linear-gradient( 45deg, rgb(77,166,129) 0%, rgb(2,83,42) 100%), -webkit-linear-gradient( #ffffff, #ffffff);
    background-image: -o-linear-gradient( 45deg, rgb(77,166,129) 0%, rgb(2,83,42) 100%), -o-linear-gradient( #ffffff, #ffffff);
    background-image: linear-gradient( 45deg, rgb(77,166,129) 0%, rgb(2,83,42) 100%), linear-gradient( #ffffff, #ffffff);
    background-position: left bottom -1px, left top;
    background-size: 100% calc(43.9% + 1px), 100% 56.1%;
}
#tmp_sangyo_mainvs .splide_common .splide__arrow{
    color: #ffffff;
}
#tmp_sangyo_mainvs .mainvs_inner{
    padding-top: calc(163 / 1200 * 100%);
    padding-bottom: 20px;
}
#tmp_sangyo_mainvs .splide__list{
    color: #222222;
    background-color: #ffffff;
}
#tmp_sangyo_mainvs .mainvs_img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_sangyo_mainvs .mainvs_item{
    color: #125d38;
    background-color: #ffffff;
}
#tmp_sangyo_mainvs .mainvs_item .mainvs_item_banner{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
#tmp_sangyo_mainvs .mainvs_heading{
    position: absolute;
    z-index: 1;
    top: 26px;
    left: -2px;
}
#tmp_sangyo_mainvs .mainvs_heading img{
    max-width: 100%;
    height: auto;
}
#tmp_sangyo_mainvs .mainvs_item .mainvs_info{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 486px;
    min-height: 246px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 34px;
}
#tmp_sangyo_mainvs .mainvs_item .mainvs_info:after{
    content: '';
    position: absolute;
    z-index: -2;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(78, 167, 129, 0.9);
}
#tmp_sangyo_mainvs .mainvs_item .mainvs_info_inner{
    max-height: 350px;
    overflow-y: auto;
}
#tmp_sangyo_mainvs .mainvs_item .ttl{
    font-weight: bold;
    min-width: 302px;
    min-height: 48px;
    text-indent: -9999px;
    color: inherit;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 7px top;
    margin-bottom: 53px;
}
#tmp_sangyo_mainvs .splide__slide:nth-child(1) .mainvs_item .ttl{
    background-image: url(/shared/templates/sangyo_top/images/mainvs_item_ttl01.png);
}
#tmp_sangyo_mainvs .splide__slide:nth-child(2) .mainvs_item .ttl{
    background-image: url(/shared/templates/sangyo_top/images/mainvs_item_ttl02.png);
}
#tmp_sangyo_mainvs .splide__slide:nth-child(3) .mainvs_item .ttl{
    background-image: url(/shared/templates/sangyo_top/images/mainvs_item_ttl03.png);
}
#tmp_sangyo_mainvs .splide__slide:nth-child(4) .mainvs_item .ttl{
    background-image: url(/shared/templates/sangyo_top/images/mainvs_item_ttl04.png);
}
#tmp_sangyo_mainvs .splide__slide:nth-child(5) .mainvs_item .ttl{
    background-image: url(/shared/templates/sangyo_top/images/mainvs_item_ttl05.png);
}
#tmp_sangyo_mainvs .splide__slide:nth-child(6) .mainvs_item .ttl{
    background-image: url(/shared/templates/sangyo_top/images/mainvs_item_ttl06.png);
}
#tmp_sangyo_mainvs .mainvs_item .link{
    display: inline-block;
    align-self: flex-start;
    padding-right: 60px;
    padding-bottom: 7px;
    border-bottom: 1px solid #125d38;
}
#tmp_sangyo_mainvs .mainvs_item .link > a{
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    color: #125d38;
    background: transparent url(/shared/site_sangyo/images/icon/arrow_link.png) no-repeat left 8px;
    background-size: 9px auto;
    padding-left: 19px;
}
#tmp_sangyo_mainvs .mainvs_item .link > a:focus-visible {
    outline-offset: -1px;
}
#tmp_sangyo_mainvs_splide .splide{
    display: flex;
    flex-direction: column-reverse;
}
#tmp_sangyo_mainvs .splide__controls {
    margin-top: 0;
}
#tmp_sangyo_mainvs .splide .splide__track {
    margin-bottom: 36px;
}
/* business info style
================================================== */
.sec_business{
    overflow: hidden;
}
.sec_business .business_wrapper{
    position: relative;
    padding: 121px 0 124px;
    z-index: 1;
}
.sec_business .business_wrapper:before{
    content: '';
    position: absolute;
    right: -188px;
    top: 10px;
    background: transparent url(/shared/templates/sangyo_top/images/pattern_symbol_rgt.png) no-repeat 0 0;
    width: 386px;
    height: 468px;
    color: inherit;
    z-index: -1;
}
.sec_business .sec_heading{
    padding-left: 4px;
    text-align: center;
}
.sec_business .business_btns{
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
	justify-content: center;
}
.sec_business .business_btns li{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: calc((100% / 3) - 10px);
}
.sec_business .business_btns a{
    display: block;
	background-color: #ffffff;
    padding: 26px 64px 27px 35px;
    background-image: url(/shared/site_sangyo/images/icon/box_pattern_rgt.png), url(/shared/site_sangyo/images/icon/arrow_link.png);
    background-position: right top, 16px center;
    background-size: auto, 9px;
	background-repeat: no-repeat;
	border:1px solid #125d38;
	line-height: 1.6;
	color: #125d38;
	font-weight: 500;
	text-decoration: none;
    width: 100%;
    max-width: 322px;
}
.sec_business .business_btns a:hover{
    text-decoration: underline;
}
.sec_business .business_btns li:nth-child(3n+1){
    justify-content: flex-start;
}
.sec_business .business_btns li:nth-child(3n){
    justify-content: flex-end;
}

/* blog style
================================================== */
.sec_blogs{
    overflow: hidden;
}
.sec_blogs .blog{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 57px;
}
.sec_blogs .blog:after{
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    left: -60px;
    right: -60px;
    background-color: #f0f5f2;
    color: #222222;
}
.sec_blogs .blog_intro{
    position: relative;
    flex: 1 auto;
    margin-top: 98px;
    width: 100%;
    z-index: 1;
}
.sec_blogs .sec_heading{
    margin-bottom: 51px;
}
.sec_blogs .blog_img{
    position: relative;
    flex-shrink: 0;
    margin-right: 52px;
    max-width: 50%;
    z-index: 1;
}
.sec_blogs .blog_img img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* odd */
.sec_blogs .blog:nth-child(2){
    margin-top: 120px;
}
.sec_blogs .blog:nth-child(2):before{
    content: '';
    position: absolute;
    left: -188px;
    top: -270px;
    background: transparent url(/shared/templates/sangyo_top/images/pattern_symbol_lft.png) no-repeat;
    background-size: 100% auto;
    width: 386px;
    height: 468px;
    color: inherit;
    z-index: -1;
}
.sec_blogs .blog#tmp_pickup2{
    flex-direction: row;
}
.sec_blogs .blog#tmp_pickup2 .blog_img{
    margin-right: 0;
    margin-left: 52px;
}

/* news style
================================================== */
.sec_news{
    position: relative;
    padding: 120px 0;
    min-height: 952px;
    color: inherit;
}
.sec_news:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(/shared/templates/sangyo_top/images/news_bgr.png) no-repeat center bottom;
    background-size: 100% auto;
    height: 914px;
    z-index: -1;
}
.news_wrapper .sec_heading{
    margin-bottom: 0;
    text-align: center;
}
.news_wrapper .sec_title{
    margin-bottom: 30px;
}
.news_wrapper .news_links{
    position: relative;
    margin-bottom: 77px;
    padding: 40px 60px 45px;
    background-color: #ffffff;
    border: 1px solid #a0a0a0;
    box-shadow: 15px 17px 0 0 #479d7d;
    color: #222222;
    z-index: 1;
}
.news_wrapper .news_links .item{
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #d7d7d7;
    list-style: none;
}
.news_wrapper .news_links .item_date{
    flex-shrink: 0;
    padding-right: 5px;
    width: 148px;
    color: #545454;
    letter-spacing: -0.02em;
}
.news_wrapper .news_links .item_text{
    font-weight: 500;
}
.news_wrapper .news_links a{
    display: inline-block;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.news_wrapper .news_links a:hover{
    text-decoration: underline;
}
.news_wrapper .news_links .item:first-of-type{
    padding-bottom: 15px;
}
.news_wrapper .btn_arrow{
    margin-top: 77px;
}

/* recommend style
================================================== */
.sec_recommend{
    margin-top: 60px;
    margin-bottom: 15px;
}
.sec_recommend .sec_heading{
    text-align: center;
    margin-bottom: 6px;
}
#tmp_recommend_splide{
    display: flex;
    flex-direction: column-reverse;
}
#tmp_recommend_splide.splide_common .splide__controls{
    padding-bottom: 41px;
    margin-top: 33px;
}
#tmp_recommend_splide.splide_common .splide__toggle{
    border: 1px solid #125d38;
}
#tmp_recommend_splide.splide_common .splide__progress{
    padding-left: 10px;
}
#tmp_recommend_splide.splide_common .splide__progress p{
    color: #125d38;
}
#tmp_recommend_splide.splide_common .splide__progress p.progress_current{
    text-align: right;
    min-width: 21px;
}
#tmp_recommend_splide.splide_common .splide__progress .progress_total{
    padding-left: 28px;
}
#tmp_recommend_splide.splide_common .splide__progress .progress_total:before{
    background-color: #125d38;
    left: 14px;
}
#tmp_recommend_splide.splide_common .splide__arrow--prev {
    background-image: url(/shared/site_sangyo/images/icon/green_prev_icon.png);
}
#tmp_recommend_splide.splide_common .splide__arrow--next {
    background-image: url(/shared/site_sangyo/images/icon/green_next_icon.png);
}
#tmp_recommend_splide .splide__slide{
    padding: 2px 0;
}
#tmp_recommend_splide .recommend_item > a{
    text-decoration: none;
    display: block;
    font-weight: 500;
    line-height: 1.5;
    color: #222222;
    background-color: #ffffff;
}
#tmp_recommend_splide .recommend_item > a:focus-visible{
    outline-offset: -1px;
}
#tmp_recommend_splide .recommend_item > a > span{
    display: block;
}
#tmp_recommend_splide .recommend_item > a > span.img{
    margin-bottom: 9px;
}
#tmp_recommend_splide .recommend_item span.img img{
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: 0.3s ease-in-out opacity;
}
#tmp_recommend_splide .recommend_item > a > span.txt{
    color: inherit;
    background: transparent url(/shared/site_sangyo/images/icon/arrow_link.png) no-repeat left 10px;
    background-size: 9px auto;
    padding-left: 20px;
}
/* Hover */
#tmp_sangyo_mainvs .mainvs_item .mainvs_item_banner:hover .link > a,
#tmp_recommend_splide .recommend_item > a:hover > span.txt{
    text-decoration: underline;
}
#tmp_recommend_splide .recommend_item > a:hover img{
    opacity: 0.7;
}
/* accessibility style
================================================== */
/* color */
.color_black #tmp_wrapper .sec_news:before,
.color_blue #tmp_wrapper .sec_news:before,
.color_yellow #tmp_wrapper .sec_news:before,
.color_black #tmp_wrapper .sec_business .business_wrapper:before,
.color_blue #tmp_wrapper .sec_business .business_wrapper:before,
.color_yellow #tmp_wrapper .sec_business .business_wrapper:before,
.color_black #tmp_wrapper .sec_blogs .blog:nth-child(2):before,
.color_blue #tmp_wrapper .sec_blogs .blog:nth-child(2):before,
.color_yellow #tmp_wrapper .sec_blogs .blog:nth-child(2):before{
    content: none;
}
.color_black #tmp_wrapper .sec_blogs .blog:after,
.color_blue #tmp_wrapper .sec_blogs .blog:after,
.color_yellow #tmp_wrapper .sec_blogs .blog:after{
    background-color: transparent;
    border: 2px solid;
}
.color_black #tmp_wrapper .sec_blogs .blog:after,
.color_blue #tmp_wrapper .sec_blogs .blog:after{
    border-color: #ffff00;
}
.color_yellow #tmp_wrapper .sec_blogs .blog:after{
    border-color: #000000;
}
.color_black #tmp_wrapper .news_wrapper .news_links,
.color_blue #tmp_wrapper .news_wrapper .news_links{
    box-shadow: 15px 17px 0 0 #ffff00;
}
.color_yellow #tmp_wrapper .news_wrapper .news_links{
    box-shadow: 15px 17px 0 0 #000000;
}
.color_blue #tmp_sangyo_mainvs .mainvs_item .mainvs_info:after,
.color_black #tmp_sangyo_mainvs .mainvs_item .mainvs_info:after,
.color_yellow #tmp_sangyo_mainvs .mainvs_item .mainvs_info:after{
    content: none;
}
.color_blue #tmp_sangyo_mainvs .mainvs_item .mainvs_info,
.color_black #tmp_sangyo_mainvs .mainvs_item .mainvs_info,
.color_yellow #tmp_sangyo_mainvs .mainvs_item .mainvs_info,
.color_blue .splide_common .splide__toggle,
.color_black .splide_common .splide__toggle,
.color_yellow .splide_common .splide__toggle{
    border: 1px solid;
}
.color_blue #tmp_sangyo_mainvs .mainvs_item .ttl,
.color_black #tmp_sangyo_mainvs .mainvs_item .ttl,
.color_yellow #tmp_sangyo_mainvs .mainvs_item .ttl{
    min-width: 0;
    min-height: 0;
    text-indent: 0;
    font-size: 150%;
    margin-bottom: 20px;
}
/* fsize */
.fsize_big #tmp_wrapper .news_wrapper .news_links .item_date{
    width: 160px;
}
.fsize_big2 #tmp_wrapper .news_wrapper .news_links .item_date{
    width: 220px;
}
.fsize_big2 .splide_common .splide__controls{
    padding-bottom: 35px;
}
.fsize_small #tmp_recommend_splide .recommend_item > a > span.txt {
    min-height: 27px;
}
/* no-js, no-splide */
.no_javascript #tmp_sangyo_mainvs_splide .splide,
.no_javascript #tmp_recommend_splide.splide{
    visibility: visible;
}
#tmp_sangyo_mainvs .no-splide .splide__list,
.no_javascript #tmp_sangyo_mainvs .splide__list{
    display: block;
}
.no_javascript #tmp_sangyo_mainvs .splide__list{
    max-height: 597px;
    overflow-y: auto;
}
.no_javascript #tmp_sangyo_mainvs .splide__slide:not(:last-child){
    margin-bottom: 10px;
}
.no_javascript #tmp_recommend_splide.splide .splide__list,
#tmp_recommend_splide.no-splide .splide__list{
    gap: 20px 15px;
    flex-wrap: wrap;
}
#tmp_recommend_splide.no-splide .splide__slide,
.no_javascript #tmp_recommend_splide.splide .splide__slide{
    width: calc((100% - 45px) / 4);
}