@charset "utf-8";

/* ==================================================
common
================================================== */
.common_ttl h2{
    font-size: 277.8%;
    font-weight: bold;
    color: #333333;
    padding-top: 86px;
    background-repeat: no-repeat;
    background-position: center top;
}
.furigana_on .common_ttl h2 {
    padding-top: 100px;
}
#tmp_services .tab_item_list,
.sec_efforts ul{
    counter-reset: section;
}
#tmp_services .tab_item_section,
.sec_efforts ul li{
    counter-increment: section;
}
#tmp_services .tab_item_section::before,
.sec_efforts ul .efforts_item_ttl .efforts_txt::before {
    content: counter(section);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/* ==================================================
Mainvs + Information Start
================================================== */
#tmp_mainvs {
    color: inherit;
	background: #fffbe4 url(/shared/templates/kihrc_top/images/main/mainvs_bg.png) no-repeat center top;
    text-align: center;
}
#tmp_mainvs .mainvs_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 40px;
    min-height: 600px;
}
#tmp_mainvs .mainvs_inner h2 {
    width: 100%;
    height: 60px;
    background: url(/shared/templates/kihrc_top/images/main/mainvs_txt.png) no-repeat center center;
    font-size: 233.3%;
}
#tmp_mainvs .mainvs_inner h2 span {
    position: relative;
    z-index: -1;
}

/* information */
#tmp_news {
    padding: 120px 0 89px;
}
#tmp_news .common_ttl {
    position: relative;
    margin-bottom: 70px;
    padding-top: 11px;
}
#tmp_news .common_ttl:after {
    position: absolute;
    content: '';
    background-color: #ffc700;
    top: 0;
    left: 189px;
    bottom: 0;
    width: 383px;
    clip-path: polygon(46% 0%, 100% 0, 54% 100%, 0% 100%);
    z-index: -1;
}
#tmp_news .common_ttl h2 {
    background: url(/shared/templates/kihrc_top/images/icon/en_ttl_information.png) no-repeat 2px 3px;
}
#tmp_news .list_news {
    list-style: none;
}
#tmp_news .list_news li {
    margin-bottom: 22px;
    font-size: 88.9%;
    line-height: 1.5;
}
#tmp_news .list_news .new_item {
    display: flex;
}
#tmp_news .list_news .new_date {
    width: 160px;
}
#tmp_news .list_news .new_link {
    flex: 1;
}
#tmp_news .list_news .new_link a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
    background-color: transparent;
}

/* ==================================================
Mainvs + Information End
================================================== */

/* ==================================================
About Us Start
================================================== */
.sec_about_us{
    padding: 133px 0 140px;
    background: #ffc700 url(/shared/templates/kihrc_top/images/icon/bg_about.png) no-repeat left bottom;
    background-size: cover;
}
.sec_about_us .common_ttl h2{
    background-image: url(/shared/templates/kihrc_top/images/icon/about_us_en.png);
    background-position: calc(50% - 2px) top;
}
.sec_about_us .common_ttl{
    padding-bottom: 38px;
    text-align: center;
    margin-bottom: 61px;
    background: url(/shared/templates/kihrc_top/images/icon/about_bg_ttl.png) no-repeat center bottom;
}
.sec_about_us .about_us_cnt{
    position: relative;
}
.sec_about_us .about_us_cnt .about_us_inner{
    position: relative;
    text-align: center;
    font-size: 88.9%;
    font-weight: bold;
    background-color: #ffffff;
    clip-path: polygon(25% 0%, calc(99% + 2px) 0%, calc(74% + 1px) 100%, 0% 100%);
    padding: 40px 290px 44px;
    line-height: 1.5;
    z-index: 1;
    color: #333333;
}
.sec_about_us .about_us_cnt::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: #111111;
    clip-path: polygon(25% 0%, calc(99% + 2px) 0%, calc(74% + 1px) 100%, 0% 100%);
}
/* ==================================================
About Us End
================================================== */

/* ==================================================
Efforts Start
================================================== */
.sec_efforts {
    background: #e9ecee url(/shared/templates/kihrc_top/images/icon/bg_common.png)  left bottom;
    background-size: cover;
    padding: 134px 0 96px;
}
.sec_efforts .common_ttl h2{
    background-image: url(/shared/templates/kihrc_top/images/icon/effort_en.png);
    background-position: 4px top;
}
.sec_efforts .common_ttl{
    margin-bottom: 65px;
}
.sec_efforts ul{
    list-style: none;
}
.sec_efforts ul .efforts_item_ttl .efforts_txt::before {
    width: 48px;
    height: 52px;
    padding: 8px 10px 10px 11px;
    margin-right: 12px;
    border: 1px solid #ffc002;
    background-color: #ffc002;
}
.sec_efforts ul li{
    position: relative;
    margin-bottom: 45px;
}
.sec_efforts ul .efforts_item_ttl{
    border: 1px solid #ffc002;
    background-color: #fefbf5;
    font-size: 133.3%;
    font-weight: bold;
    color: #333333;
    padding: 12px;
    display: inline-flex;
    min-width: 254px;
    max-width: 90%;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sec_efforts ul .efforts_item_cnt{
    position: relative;
    font-size: 88.9%;
    border: 1px solid #dddddd;
    box-shadow: 2px 3px 12px 0 rgba(213, 213, 213, 0.7);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 140px;
    padding: 45px 80px 26px 18px;
    margin-top: -42px;
    margin-left: 38px;
    background-color: #ffffff;
    font-weight: bold;
    color: #333333;
}
.sec_efforts ul .efforts_item_cnt span{
    display: inline-block;
}
.sec_efforts ul li .efforts_item_cnt::before{
    content: "";
    position: absolute;
    top: -41px;
    right: 22px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.sec_efforts ul li.item_type_1 .efforts_item_cnt:before{
    width: 52px;
    height: 159px;
    background-image: url(/shared/templates/kihrc_top/images/icon/bg_number1.png);
}
.sec_efforts ul li.item_type_2 .efforts_item_cnt:before{
    width: 49px;
    height: 159px;
    background-image: url(/shared/templates/kihrc_top/images/icon/bg_number2.png);
    right: 24px;
    top: -40px;
}
.sec_efforts ul li.item_type_3 .efforts_item_cnt:before{
    width: 42px;
    height: 160px;
    background-image: url(/shared/templates/kihrc_top/images/icon/bg_number3.png);
    right: 27px;
}
/* ==================================================
Efforts End
================================================== */

/* ==================================================
Service Start
================================================== */
#tmp_services {
    padding: 99px 0 83px;
}
#tmp_services .common_ttl {
    margin-bottom: 77px;
    padding: 19px 0 15px;
    position: relative;
    color: inherit;
    background-color: #ffc700;
    overflow: hidden;
}
#tmp_services .common_ttl:after {
    position: absolute;
    content: '';
    background-color: #ffffff;
    top: -2px;
    left: 50%;
    margin-left: -462px;
    bottom: -2px;
    width: 603px;
    clip-path: polygon(33.8% 0%, 100% 0, 66.2% 100%, 0% 100%);
    transform: translateX(-50%);
    pointer-events: none;
}
#tmp_services .common_ttl h2 {
    position: relative;
    z-index: 1;
    background: url(/shared/templates/kihrc_top/images/icon/en_ttl_services.png) no-repeat 0 3px;
}
#tmp_services .tab_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center!important;
    gap: 0 18px;
}
#tmp_services .tab_ttl {
    flex: 1;
    text-align: center;
}
#tmp_services .tab_ttl a {
    color: #5e5e5e;
    background-color: #fefbf5;
    border: 1px solid #ffc700;
    font-size: 111.1%;
    margin: 1px 0;
    padding: 14px 78px 12px 83px;
    position: relative;
    text-decoration: none;
    display: block;
}
.no_javascript #tmp_services .tab_ttl a,
#tmp_services .tab_ttl.active a {
    background-color: #ffc700;
    border-color: #000000;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding-bottom: 14px;
}
#tmp_services .tab_ttl a:hover,
#tmp_services .tab_ttl a:focus {
    text-decoration: underline;
}
#tmp_services .tab_ttl a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -4px;
    margin-left: -3px;
    z-index: 1;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #ffc700;
    transform: rotate(-45deg) skew(0deg, 0deg) translateY(-50%);
    opacity: 0;
}
#tmp_services .tab_ttl.active a:after {
    opacity: 1;
}
#tmp_services .tab_item_list,
#tmp_services .tab_item_section_ttl,
#tmp_services .tab_item_img,
#tmp_services .tab_banner_list,
#tmp_services .tab_banner_section,
#tmp_services .tab_banner_section > p,
#tmp_services .tab_banner_section a,
#tmp_services .tab_banner_section_ttl{
    display: flex;
}
#tmp_services .tab_item_list,
#tmp_services .tab_banner_list {
    flex-wrap: wrap;
}
#tmp_services .tab_item_section,
#tmp_services .tab_banner_section a {
    flex-direction: column;
}
#tmp_services .tab_item_section_ttl,
#tmp_services .tab_banner_section_ttl {
    color: #3a4eaa;
    background-color: transparent;
    font-weight: bold;
    font-size: 111.1%;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
}
#tmp_services .tab_cnt {
    padding-top: 90px;
    width: 100%;
}
#tmp_services .tab_item_list {
    gap: 60px 36px;
    margin-bottom: 50px;
    margin-right: -1px;
}
#tmp_services .tab_item_section {
    border: 1px solid #ffc700;
    background-color: #fefbf5;
    color: #333333;
    box-shadow: 1px 3px 20px 0 rgba(213, 213, 213, 0.4);
    position: relative;
    text-align: center;
    padding: 48px 40px 20px;
    width: calc((100% - 72px)/3);
}
#tmp_services .tab_item_section::before{
    width: 60px;
    height: 60px;
    font-size: 133.3%;
    font-weight: bold;
    box-shadow: 4px 4px 0 #000000;
    line-height: 1;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ffc700;
    background-color: #ffc700;
}
#tmp_services .tab_item_section_ttl {
    margin-bottom: 15px;
    min-height: 60px;
}
#tmp_services .tab_item_img {
    padding: 0 20px;
    margin: 0 auto 14px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}
#tmp_services .tab_item_img img,
#tmp_services .tab_banner_section_img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    transition: 0.3s ease-in-out opacity;
}
#tmp_services .tab_item_desc {
    font-size: 88.9%;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 19px;
    padding: 0 18px;
}
#tmp_services .tab_item_link a {
    display: inline-block;
    background: #ffffff url(/shared/templates/kihrc_top/images/icon/tab_item_arrow.png) no-repeat right 15px center;
    border-radius: 20px;
    border: 1px solid #000000;
    color: inherit;
    text-decoration: none;
    box-shadow: 3px 2px 0px #000000;
    padding: 6px 36px 3px 15px;
    text-align: left;
}
#tmp_services .tab_banner_list {
    margin-right: 2px;
    gap: 0 39px;
}
#tmp_services .tab_banner_section {
    width: calc((100% - 78px)/3);
}
#tmp_services .tab_banner_section p {
    width: 100%;
}
#tmp_services .tab_banner_section a {
    color: #333333;
    background: #ffffff url(/shared/templates/kihrc_top/images/icon/tab_banner_arrow.png) no-repeat right bottom;
    box-shadow: 3px 3px 0 #000000;
    text-decoration: none;
    border: 1px solid #000000;
    text-align: center;
    padding: 21px 43px 26px 46px;
    width: 100%;
    align-items: center;
}
#tmp_services .tab_banner_section_ttl {
    flex: 1;
    margin-bottom: 7px;
    padding: 0 0 0 3px;
}
#tmp_services .tab_banner_section_img {
    display: block;
    max-width: 264px;
}
#tmp_services .tab_banner_section a:hover .tab_banner_section_ttl,
#tmp_services .tab_banner_section a:focus .tab_banner_section_ttl,
#tmp_services .tab_item_section.active .tab_item_link a,
#tmp_services .tab_item_link a:hover,
#tmp_services .tab_item_link a:focus {
    text-decoration: underline;
}
#tmp_services .tab_item_section.active .tab_item_img img,
#tmp_services .tab_banner_section a:hover .tab_banner_section_img img {
    opacity: 0.7;
}
#tmp_services .tab_item_link a:focus-visible {
    outline-offset: 1px;
    box-shadow: none;
}

/* ==================================================
Service End
================================================== */

/* ==================================================
Banner Start
================================================== */
#tmp_banner {
    border-top: 1px solid #000000;
}
#tmp_banner .banner_area ul {
    text-align: center;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0 7px 0 0;
}
#tmp_banner .banner_area li {
    margin: 16px 15px 23px;
}
#tmp_banner .banner_area a {
    display: block;
}
#tmp_banner .banner_area img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 40px;
    vertical-align: top;
    transition: 0.3s ease-in-out opacity;
}
#tmp_banner .banner_area a:hover img {
    opacity: 0.7;
}
/* ==================================================
Banner End
================================================== */

/* ==================================================
Accessibility color
================================================== */
.color_black #tmp_news .common_ttl:after,
.color_blue #tmp_news .common_ttl:after,
.color_yellow #tmp_news .common_ttl:after,
.color_black #tmp_services .common_ttl:after,
.color_blue #tmp_services .common_ttl:after,
.color_yellow #tmp_services .common_ttl:after {
    content: none;
}
.color_black #tmp_mainvs,
.color_blue #tmp_mainvs,
.color_yellow #tmp_mainvs,
.color_black #tmp_news,
.color_blue #tmp_news,
.color_yellow #tmp_news,
.color_black #tmp_wrapper .sec_about_us,
.color_blue #tmp_wrapper .sec_about_us,
.color_yellow #tmp_wrapper .sec_about_us,
.color_black #tmp_wrapper .sec_efforts,
.color_blue #tmp_wrapper .sec_efforts,
.color_yellow #tmp_wrapper .sec_efforts {
    border-bottom: 1px solid;
}
.color_black #tmp_mainvs,
.color_blue #tmp_mainvs,
.color_yellow #tmp_mainvs {
    background-image: url(/shared/templates/kihrc_top/images/main/mainvs_bg.png) !important;
}
.color_black #tmp_mainvs .mainvs_inner h2,
.color_blue #tmp_mainvs .mainvs_inner h2,
.color_yellow #tmp_mainvs .mainvs_inner h2 {
    height: auto;
}
.color_black #tmp_mainvs *:not(h2),
.color_blue #tmp_mainvs *:not(h2),
.color_yellow #tmp_mainvs *:not(h2) {
    background-color: transparent !important;
}
.color_black .sec_about_us .about_us_cnt::after,
.color_blue .sec_about_us .about_us_cnt::after,
.color_yellow .sec_about_us .about_us_cnt::after{
    display: none;
}
.color_black .sec_about_us .about_us_cnt .about_us_inner,
.color_blue .sec_about_us .about_us_cnt .about_us_inner,
.color_yellow .sec_about_us .about_us_cnt .about_us_inner {
    clip-path: inherit;
    border: 1px solid;
}
.color_black .common_ttl h2,
.color_blue .common_ttl h2,
.color_yellow .common_ttl h2 {
   padding-top: 0;
}
.color_black #tmp_services .tab_item_section,
.color_blue #tmp_services .tab_item_section,
.color_yellow #tmp_services .tab_item_section,
.color_black .sec_efforts ul .efforts_item_cnt,
.color_blue .sec_efforts ul .efforts_item_cnt,
.color_yellow .sec_efforts ul .efforts_item_cnt{
    box-shadow: none;
}
.color_black .sec_efforts ul li .efforts_item_cnt::before,
.color_blue .sec_efforts ul li .efforts_item_cnt::before,
.color_yellow .sec_efforts ul li .efforts_item_cnt::before{
   display: none;
}
.color_black #tmp_services .tab_ttl.active a {
    background-color: #ffff00 !important;
    color: #000000 !important;
}
.color_blue #tmp_services .tab_ttl.active a {
    background-color: #ffff00 !important;
    color: #00008B !important;
}
.color_yellow #tmp_services .tab_ttl.active a {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.color_black #tmp_services .tab_ttl a:after,
.color_blue #tmp_services .tab_ttl a:after {
    border-color: #ffff00;
    background-color: #ffff00;
}
.color_yellow #tmp_services .tab_ttl a:after {
    background-color: #000000;
}
.color_black #tmp_services .tab_item_section::before,
.color_blue #tmp_services .tab_item_section::before {
    box-shadow: 4px 4px 0px #ffff00;
}
.color_black #tmp_services .tab_item_link a,
.color_blue #tmp_services .tab_item_link a {
    box-shadow: 3px 2px 0px #ffff00;
}
.color_black #tmp_services .tab_banner_section a,
.color_blue #tmp_services .tab_banner_section a {
    box-shadow: 3px 3px 0 #ffff00;
}
.color_black #tmp_services .tab_banner_section a {
    background-image: url(/shared/templates/kihrc_top/images/icon/tab_banner_arrow_black.png) !important;
}
.color_blue #tmp_services .tab_banner_section a {
    background-image: url(/shared/templates/kihrc_top/images/icon/tab_banner_arrow_blue.png) !important;
}
.color_yellow #tmp_services .tab_banner_section a {
    background-image: url(/shared/templates/kihrc_top/images/icon/tab_banner_arrow.png) !important;
}
.color_black #tmp_services .tab_item_section::before,
.color_black .sec_efforts ul .efforts_item_ttl .efforts_txt::before{
    background-color: #000000;
    border-color: #FFFF00;
}
.color_blue #tmp_services .tab_item_section::before,
.color_blue .sec_efforts ul .efforts_item_ttl .efforts_txt::before {
    background-color: #00008B;
    border-color: #FFFF00;
}
.color_yellow #tmp_services .tab_item_section::before,
.color_yellow .sec_efforts ul .efforts_item_ttl .efforts_txt::before{
    background-color: #FFFF00;
    border-color: #000000;
}
/* ==================================================
Accessibility fsize
================================================== */
.fsize_small #tmp_services .tab_item_section_ttl {
    min-height: auto;
}
.fsize_big2 #tmp_news .list_news .new_date {
    width: 210px;
}

/* ==================================================
noJS
================================================== */
.no_javascript #tmp_services .tab_ttl {
    width: 100%;
}
.no_javascript #tmp_services .tab_ttl a {
    pointer-events: none;
}
.no_javascript #tmp_services .tab_ttl a:after {
    opacity: 1;
}
.no_javascript #tmp_services .tab_ttl a:hover {
    text-decoration: none;
}
.no_javascript #tmp_services .tab_cnt {
    margin-bottom: 90px;
}
.no_javascript #tmp_services .tab_cnt:last-of-type {
    margin-bottom: 0;
}
.furigana_on #tmp_mainvs .mainvs_inner h2 span * {
    position: relative;
    z-index: -1;
}

