@charset "utf-8";

/* ==================================================
contents
================================================== */
/* Common */
h2.sec_ttl{
    position: relative;
    min-height: 140px;
    font-size: 277.8%;
    font-weight: 500;
    color: #222222;
    background: #ffffff url(/shared/templates/kenkei_top/images/icon/title_pattern.png) no-repeat left center;
    padding-top: 23px;
    padding-left: 40px;
}
h2.sec_ttl > span{
    position: relative;
    display: block;
    color: inherit;
    background: transparent;
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-bottom: 26px;
}
h2.sec_ttl > span:after{
    content: '';
    position: absolute;
    bottom: 29px;
    left: 12px;
    right: 0;
    border-bottom: 2px solid #2a78ba;
}
li.box_link{
    display: flex;
    align-items: center;
    color: #222222;
    background: #ffffff url(/shared/site_kenkei/images/icon/box_link_arrow.png) no-repeat right bottom;
    border: 1px solid #2a78ba;
}
/* Mainvs */
#tmp_mainvs{
    position: relative;
    margin-bottom: 50px;
    border-top: 1px solid #e5e5e5;
}
#tmp_mainvs p.show_pc{
    height: 609px;
}
#tmp_mainvs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
}
#tmp_mainvs .mainvs_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 4.4%;
}
#tmp_mainvs .mainvs_text p {
    font-size: 200%;
    font-weight: bold;
    width: 100%;
    max-width: 625px;
    min-height: 172px;
    margin-left: 52px;
    margin-left: max(-30px,calc((100% - 1096px)/2));
    text-indent: -9999px;
    color: inherit;
    background: transparent url(/shared/templates/kenkei_top/images/main/mainvs_txt.png) no-repeat;
    background-size: 100% auto;
}
/* Pickup */
#tmp_pickup{
    padding-top: 30px;
    padding-bottom: 118px;
    overflow: hidden;
}
#tmp_pickup h2.sec_ttl{
    margin-bottom: 2px;
}
#tmp_pickup h2.sec_ttl > span{
    background-image: url(/shared/templates/kenkei_top/images/icon/pickup_eng.png);
    background-position: 91px bottom;
}
#tmp_pickup .pickup_cnt{
    position: relative;
    display: flex;
}
#tmp_pickup .pickup_cnt:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: -85px;
    bottom: -100px;
    width: 390px;
    height: 390px;
    color: inherit;
    background: transparent url(/shared/templates/kenkei_top/images/main/pickup_img_pattern.png);
    background-size: 100% auto;
}
#tmp_pickup .pickup_img_col{
    position: relative;
    z-index: 2;
    width: 34%;
    flex-shrink: 0;
    padding-top: 66px;
    margin-bottom: 300px;
}
#tmp_pickup .pickup_item{
    color: #222222;
    background-color: #ffffff;
    border: 3px solid #0071bc;
    box-shadow: 10px 10px 0 0 #b8b8b8;
}
#tmp_pickup .pickup_item > span{
    display: block;
}
#tmp_pickup .pickup_item .img img{
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: 0.3s ease-in-out opacity;
}
#tmp_pickup .pickup_item .link{
    padding: 18px;
}
#tmp_pickup .pickup_item .link > a{
    text-decoration: none;
    display: inline-block;
    min-height: 28px;
    line-height: 1.7;
    color: #222222;
    background: #ffffff url(/shared/site_kenkei/images/icon/icon_arrow.png) no-repeat left 8px;
    padding-left: 20px;
}
#tmp_pickup .pickup_link_col{
    position: relative;
    width: 66%;
    margin-left: auto;
}
#tmp_pickup .pickup_link_col:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: -120px;
    right: -1000%;
    top: 0;
    bottom: 0;
    background-color: #2a78ba;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 180px 100%, 0 calc(100% - 179px));
}
#tmp_pickup .pickup_link_col .pickup_link{
    position: relative;
    z-index: 1;
    min-height: 320px;
    padding: 58px 0 40px 38px;
    color: #ffffff;
    background-color: #2a78ba;
    margin-left: 60px;
}
#tmp_pickup:has(.pickup_img_col) .pickup_link_col .pickup_link{
    min-height: 730px;
}
#tmp_pickup:has(.pickup_link_col) .pickup_img_col{
    margin-bottom: 0;
}
#tmp_pickup .pickup_link_col .pickup_link:before,
#tmp_pickup .pickup_link_col .pickup_link:after{
    content: '';
    position: absolute;
    z-index: -1;
    color: inherit;
    background-color: transparent;
    background-repeat: no-repeat;
}
#tmp_pickup .pickup_link_col .pickup_link:before{
    top: 0;
    right: -204px;
    width: 266px;
    height: 140px;
    background-image: url(/shared/templates/kenkei_top/images/icon/pickup_pattern_top.png);
}
#tmp_pickup .pickup_link_col .pickup_link:after{
    bottom: -116px;
    left: 0;
    width: 218px;
    height: 116px;
    background-image: url(/shared/templates/kenkei_top/images/icon/pickup_pattern_bottom.png);
    background-size: 100% auto;
}
#tmp_pickup .pickup_link > ul{
    list-style: none;
}
#tmp_pickup .pickup_link > ul > li{
    margin-bottom: 19px;
}
#tmp_pickup .pickup_link > ul > li > a{
    text-decoration: none;
    display: inline-block;
    min-height: 20px;
    color: inherit;
    background: transparent url(/shared/site_kenkei/images/icon/icon_arrow_wht.png) no-repeat left 4px;
    padding-left: 23px;
}
/* News */
#tmp_news{
    padding-top: 18px;
    padding-bottom: 13px;
}
#tmp_news .news_inner{
    display: flex;
    gap: 0 50px;
}
.news_list_wrap h2.sec_ttl{
    margin-bottom: 27px;
}
.news_list_wrap h2.sec_ttl > span{
    background-image: url(/shared/templates/kenkei_top/images/icon/news_eng.png);
    background-position: 88px bottom;
}
#tmp_news .news_link_col{
    flex: 1;
}
.news_list_wrap .news_tbl{
    width: 100%;
    border-collapse: collapse;
}
.news_list_wrap .news_tbl tr{
    color: #222222;
    background: #ffffff url(/shared/templates/kenkei_top/images/icon/news_border.png) repeat-x left 1px bottom;
}
.news_list_wrap .news_tbl tr:first-child{
    background-image: url(/shared/templates/kenkei_top/images/icon/news_border.png), url(/shared/templates/kenkei_top/images/icon/news_border.png);
    background-position: left 1px bottom, left 1px top;
}
.news_list_wrap .news_tbl tr td{
    padding: 20px 0 13px;
    vertical-align: top;
}
.news_list_wrap .news_tbl .news_date{
    width: 155px;
    padding-right: 5px;
}
.news_link > a,
.more_news > a{
    text-decoration: none;
    display: inline-block;
    min-height: 22px;
    color: #222222;
    background: #ffffff url(/shared/site_kenkei/images/icon/icon_arrow.png) no-repeat left 5px;
    padding-left: 20px;
}
.more_news > a{
    padding-left: 22px;
}
.news_list_wrap .more_news{
    text-align: right;
    margin-top: 23px;
    margin-right: 15px;
}
#tmp_news .news_banner_col{
    width: min(31.7% , 380px);
    padding-top: 35px;
}
#tmp_news .news_banner_col > ul{
    list-style: none;
}
#tmp_news .news_banner_col > ul > li{
    margin-bottom: 30px;
}
#tmp_news .news_banner_col > ul > li > a{
    position: relative;
    display: block;
}
#tmp_news .news_banner_col > ul > li > a:after{
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent url(/shared/site_kenkei/images/icon/box_link_arrow.png) no-repeat bottom -1px right -1px;
    background-size: 54px auto;
    border: 1px solid #2a78ba;
}
#tmp_news .news_banner_col img{
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: 0.3s ease-in-out opacity;
}
/* Search purpose */
#tmp_search_purpose{
    position: relative;
    padding-top: 115px;
    padding-bottom: 110px;
    overflow: hidden;
}
#tmp_search_purpose:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 115px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #92e0f7;
}
#tmp_search_purpose .search_purpose_inner{
    position: relative;
    padding-top: 56px;
}
#tmp_search_purpose .search_purpose_inner:before,
#tmp_search_purpose .search_purpose_inner:after{
    content: '';
    position: absolute;
    color: inherit;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#tmp_search_purpose .search_purpose_inner:before{
    left: 75px;
    top: -92px;
    width: 172px;
    height: 92px;
    background-image: url(/shared/templates/kenkei_top/images/icon/search_pattern01.png);
}
#tmp_search_purpose .search_purpose_inner:after{
    top: -114px;
    right: -124px;
    width: 216px;
    height: 114px;
    background-image: url(/shared/templates/kenkei_top/images/icon/search_pattern02.png);
}
#tmp_search_purpose h2.sec_ttl{
    position: relative;
    background-image: url(/shared/templates/kenkei_top/images/icon/search_title_pattern.png);
    background-color: #92e0f7;
    margin-bottom: 40px;
}
#tmp_search_purpose h2.sec_ttl:after{
    content: '';
    position: absolute;
    z-index: 2;
    right: -5px;
    top: -140px;
    width: 356px;
    height: 356px;
    color: inherit;
    background: transparent url(/shared/templates/kenkei_top/images/main/search_img_pattern.png);
    background-size: 100% auto;
}
#tmp_search_purpose h2.sec_ttl > span{
    background-image: url(/shared/templates/kenkei_top/images/icon/search_eng.png);
    background-position: 92px bottom;
    padding-right: 350px;
}
#tmp_search_purpose .search_purpose_inner > ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    gap: 20px 25px;
}
#tmp_search_purpose ul > .box_link{
    width: calc((100% - 75px) / 4);
    flex-wrap: wrap;
    min-height: 80px;
    line-height: 1.3;
    background-position: right -1px bottom -1px;
    padding: 15px 50px 13px 26px;
}
#tmp_search_purpose .box_link > a{
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
#tmp_search_purpose .box_link > a[target="_blank"]:after{
    margin-top: 3px;
    margin-left: 8px;
}
/* Hover style */
#tmp_pickup .pickup_link > ul > li > a:hover,
.news_link > a:hover,
.more_news > a:hover,
#tmp_search_purpose .box_link.hv_active a,
#tmp_pickup .pickup_item.hv_active a{
    text-decoration: underline;
}
#tmp_pickup .pickup_item.hv_active img,
#tmp_news .news_banner_col > ul > li > a:hover img{
    opacity: 0.7;
}
#tmp_banner{
    display: none;
}
/* ==================================================
accessibility
================================================== */
.color_blue #tmp_pickup .pickup_link_col .pickup_link:before,
.color_black #tmp_pickup .pickup_link_col .pickup_link:before,
.color_yellow #tmp_pickup .pickup_link_col .pickup_link:before,
.color_blue #tmp_pickup .pickup_link_col .pickup_link:after,
.color_black #tmp_pickup .pickup_link_col .pickup_link:after,
.color_yellow #tmp_pickup .pickup_link_col .pickup_link:after,
.color_blue h2.sec_ttl > span:after,
.color_black h2.sec_ttl > span:after,
.color_yellow h2.sec_ttl > span:after,
.color_blue #tmp_search_purpose .search_purpose_inner:before,
.color_black #tmp_search_purpose .search_purpose_inner:before,
.color_yellow #tmp_search_purpose .search_purpose_inner:before,
.color_blue #tmp_search_purpose .search_purpose_inner:after,
.color_black #tmp_search_purpose .search_purpose_inner:after,
.color_yellow #tmp_search_purpose .search_purpose_inner:after,
.color_blue #tmp_search_purpose h2.sec_ttl:after,
.color_black #tmp_search_purpose h2.sec_ttl:after,
.color_yellow #tmp_search_purpose h2.sec_ttl:after,
.color_blue #tmp_pickup .pickup_cnt:after,
.color_black #tmp_pickup .pickup_cnt:after,
.color_yellow #tmp_pickup .pickup_cnt:after{
    content: none;
}
.color_blue h2.sec_ttl > span,
.color_black h2.sec_ttl > span,
.color_yellow h2.sec_ttl > span{
    border-bottom: 2px solid;
}
.color_blue #tmp_pickup .pickup_item,
.color_black #tmp_pickup .pickup_item,
.color_yellow #tmp_pickup .pickup_item{
    box-shadow: none;
}
.color_blue #tmp_mainvs .mainvs_text,
.color_black #tmp_mainvs .mainvs_text,
.color_yellow #tmp_mainvs .mainvs_text,
.color_blue #tmp_mainvs .mainvs_text .container,
.color_black #tmp_mainvs .mainvs_text .container,
.color_yellow #tmp_mainvs .mainvs_text .container{
    background-color: transparent !important;
}
.color_blue #tmp_mainvs .mainvs_text p,
.color_black #tmp_mainvs .mainvs_text p,
.color_yellow #tmp_mainvs .mainvs_text p {
    text-indent: 0;
    min-height: auto;
    width: auto;
    max-width: none;
    display: inline-block;
    padding: 0 10px;
}
.fsize_big .news_list_wrap .news_tbl .news_date{
    width: 172px;
}
.fsize_big2 .news_list_wrap .news_tbl .news_date{
    width: 240px;
}

.no_javascript #tmp_pickup .pickup_item .link > a:hover,
.no_javascript #tmp_search_purpose .box_link a:hover{
    text-decoration: underline;
}
