
/*top.css*/

.wrapper {
    min-width: 100%;
    overflow: hidden;
}

.top_bk {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url(/https/www.heartcore.co.jp/22/img/top/top_bk.jpg);
    background-size: cover;
    background-repeat: repeat;
    position: fixed;
}

section {
    position: relative;
    z-index: 1;
}

.top_main_wrap {
    width: 100vw;
    height: 60vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.top_main_wrap video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main_title_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}




.main_title {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.main_title h1 {
    font-size: 60px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.2;
}

.main_title ul {
    display: -webkit-flex;
    display: flex;
    margin-top: 35px;
}

.main_title ul li {
    width: 176px;
}

.main_title ul li a {
    display: block;
    height: 48px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.main_title ul li a span {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.main_title ul li:first-child {
    margin-right: 20px;
}

.main_title ul li:first-child a {
    background: #B50106;
}

.main_title ul li:nth-child(2) a {
    background: #1A1A1A;
}

/*----------------------------------
Our Customer
------------------------------------*/

.inner {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
}

.cust .inner {
    padding: 60px 0 60px;
}

.cust h2 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 55px;
    padding-top: 20px;
    position: relative;
}

.cust h2:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #B50106;
    position: absolute;
    top: 0;
    left: 0;
}

.cust h2 span {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #B50106;
}

.cust h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.cust_cont_l > p {
    font-size: 16px;
    line-height: 1.8;
}

.cust_cont {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cust_cont_l {
    width: 30%;
}

ul.cust_cont_r {
    width: 65%;
    min-width: 500px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

ul.cust_cont_r li {
    width: 300px;
    height: 300px;
    border: 1px solid #AC804C;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

ul.cust_cont_r li:first-child {
    margin-right: 30px;
}

ul.cust_cont_r li .box {
    padding-top: 68px;
}

ul.cust_cont_r li .box > p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

ul.cust_cont_r li .box span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


ul.cust_cont_r li .box span.count-size {
    font-size: 73px;
    color: #AC804C;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

ul.cust_cont_r li .box span.no_t {
    display: inline-block;
    font-size: 73px;
    color: #AC804C;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

ul.cust_cont_r li .box2 span.count-size {
    display: inline-block;
}

ul.cust_cont_r li .box2 span.aster {
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: super;
    position: absolute;
}

@media screen and (max-width:980px) {
    ul.cust_cont_r li {
        width: 240px;
        height: 240px;
    }
    ul.cust_cont_r li .box > p {
        font-size: 16px;
    }
    ul.cust_cont_r li .box span.count-size {
        font-size: 54px;
    }
    ul.cust_cont_r li .box span {
        font-size: 16px;
    }
    ul.cust_cont_r li .box span.no_t {
        font-size: 54px;
    }
    ul.cust_cont_r li:first-child {
        margin-right: 20px;
    }
    ul.cust_cont_r li .box {
        padding-top: 60px;
    }
}

/*----------------------------------
導入企業様
------------------------------------*/

.exa {
    background: rgba(255, 255, 255, 1.0);
}

.exa_cont {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.exa_l {
    width: 30%;
    padding: 110px 0 110px 0;
    background: #1a1a1a;
    display: flex;
    justify-content: flex-end;
}

.exa_r {
    width: 70%;
    padding: 20px 5px 20px;
}

.exa_l h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.exa_l > div {
    padding-right: 20%;
}

.exa_slider {
    margin-bottom: 20px;
}

.exa_l a.to_list {
    width: 150px;
    border: 1px solid #fff;
    padding: 8px 12px 8px;
    display: block;
}

.exa_l a.to_list span {
    font-size: 16px;
    color: #fff;
}

.bt01 {
    position: relative;
}

.bt01::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: skew(45deg);
    transition: .3s;
}

@media screen and (min-width:768px) {
    .bt01:hover::after{
        right: -20px;
        width: 60px;
    }
}

.bt02 {
    position: relative;
}

.bt02::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    transform: skew(45deg);
    transition: .3s;
}


@media screen and (min-width:768px) {
    .bt02:hover::after{
        right: -20px;
        width: 60px;
    }
}

.r_more_sp {
    display: none;
}

/*----------------------------------
Our Working Topics
------------------------------------*/

.work {
    background: #fafafa;
}

.work .inner {
    padding: 80px 0 30px;
}

.work h2 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 55px;
    padding-top: 20px;
    position: relative;
}

.work h2 span {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #B50106;
}

.work h2:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #B50106;
    position: absolute;
    top: 0;
    left: 0;
}

.work_top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.work_top ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
}

.work_top ul li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.work_top ul li a {
    font-size: 15px;
    position: relative;
    display: block;
    width: 95px;
}

.work_top ul li a::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #B60005;
    border-bottom: 1px solid #B60005;
    transform: skew(45deg);
    transition: .3s;
}

@media screen and (min-width:768px) {
    .work_top ul li a:hover::after{
        right: 0;
        width: 30px;
    }
}

.work_top ul li:nth-child(3) a {
    width: 168px;
}

.work ul.topics {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.work ul.topics > li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 40px;
}

.work ul.topics > li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width:980px) {
    .work ul.topics > li {
        width: 32%;
        margin-right: 2%;
    }
    .work ul.topics > li:nth-child(4n) {
        margin-right: 2%;
    }
    .work ul.topics > li:nth-child(3n) {
        margin-right: 0;
    }

}

.work ul.topics > li > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.work ul.topics > li a.t_img {
    display: block;
    width: 100%;
    height: 156px;
    margin-bottom: 10px;
}

.work ul.topics > li a.t_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.category {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

ul.category li {
    margin-bottom: 7px;
}

ul.category li a {
    font-size: 10px;
    padding: 2px 10px;
    border: 1px solid #a3a3a3;
    background: #f2f2f2;
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

ul.category li.task a {
    color: #B50106;
    border: 1px solid #B50106;
    background: #f7f7f7;
}

.work ul.topics > li > div > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.work ul.topics > li > div > div > a {
    font-size: 14px;
}

ul.tag {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.tag li a {
    font-size: 12px;
    color: #AC804C;
    margin-right: 10px;
}

/*----------------------------------
About HeartCore
------------------------------------*/

.abouthc {
    background-image: url(/https/www.heartcore.co.jp/22/img/top/about_bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.about_bk_sp {
    display: none;
}

.abouthc .inner {
    display: flex;
    justify-content: flex-end;
}

.abouthc h2 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
    color: #fff;
}

.abouthc h2 span {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #B50106;
}

.abouthc h2:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #B50106;
    position: absolute;
    top: 0;
    left: 0;
}

.abouthc p {
    color: #fff;
    font-size: 16px;
}

.abouthc p.rinen {
    margin-bottom: 45px;
}

.abouthc p.abouthc_text {
    line-height: 2.4;
}

.abouthc_cont {
    width: 50%;
    padding: 70px 0 70px 5%;
    background: rgba(0, 0, 0, .7);
}

.abouthc_cont .r_more {
    display: block;
    width: 150px;
    border: 1px solid #fff;
    padding: 8px 12px 8px;
    margin-top: 40px;
}

.abouthc_cont .r_more span {
    color: #fff;
    font-size: 16px;
}

/*----------------------------------
Product
------------------------------------*/

.top_pro .inner{
    padding: 70px 0 55px;
}

.top_pro h2 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
}

.top_pro h2:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #B50106;
    position: absolute;
    top: 0;
    left: 0;
}

.pro_block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.8);
    padding: 60px 0 30px;
    position: relative;
}

.pro_block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -100%;
}

.pro_block:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -100%;
}

.pro_block01 {
    margin-bottom: 55px;
}

.pro_block_l {
    width: 40%;
    margin-right: 5%;
}

.pro_block_r {
    width: 55%;
}

.pro_block_l h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pro_block_l p.pro_sub {
    font-size: 14px;
    margin-bottom: 55px;
}

.pro_block_l p.pro_text {
    font-size: 14px;
    margin-bottom: 20px;
}

.pro_block_l > ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 10px;
}

.pro_block_r h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
}

.pro_block_r > ul li {
    padding: 30px 0 30px;
    border-bottom: 1px solid #E6E6E6;
}

.pro_block_r > ul li:first-child {
    padding-top: 0;
}

.pro_block_r > ul li:last-child {
    border-bottom: none;
}

.pro_block_r > ul li img {
    display: block;
}

.top_pro .r_more {
    display: block;
    width: 150px;
    border: 1px solid #1a1a1a;
    padding: 8px 12px 8px;
    margin-top: 40px;
}

.top_pro .r_more span {
    color: #1a1a1a;
    font-size: 16px;
}
.service_name {
    font-size: 40px;
    font-weight: 600;
}
/*----------------------------------
Solutions
------------------------------------*/

.solutions {
    background: #fafafa;
}

.solutions .inner {
    padding: 70px 0 70px;
}

.solutions h2 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
}

.solutions h2:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #B50106;
    position: absolute;
    top: 0;
    left: 0;
}

.solutions .inner > p {
    font-size: 16px;
}

.s_block {
    padding: 74px 22px 50px 22px;
    background: #efefef;
    margin-top: 65px;
}

.s_block h3 {
    width: 395px;
    height: 76px;
    margin: 0 auto;
    background-image: url(/https/www.heartcore.co.jp/22/img/top/h3_deco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: relative;
    padding-top: 12px;
    margin-top: -100px;
}

.s_block h3 span {
    font-size: 18px;
    font-weight: 500;
    color: #B50106;
    text-align: center;
}

.s_block ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.s_block ul li {
    padding: 5px 10px;
}

.s_block ul li a {
    background: #1a1a1a;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
}

/*----------------------------------
News & Topics
------------------------------------*/

.news {
    background: rgba(255, 255, 255, 1.0);
}

.news .inner {
    padding: 50px 0 70px;
}

.news h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 55px;
}

ul.news_list {
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 50px;
}

ul.news_list li {
    padding: 18px 0 18px;
    border-bottom: 1px solid #E0E0E0;
}

ul.news_list li:last-child {
    border-bottom: none;
}

ul.news_list li a {
    display: block;
    font-size: 16px;
    margin-top: 6px;
}

ul.news_list li span.date {
    font-size: 14px;
    display: inline-block;
}

ul.news_list li span.tag {
    display: inline-block;
    font-size: 12px;
    background: #FDE6D6;
    text-align: center;
    padding: 2px 10px 2px;
    min-width: 118px;
    margin-left: 15px;
}

.news a.r_more {
    display: block;
    width: 210px;
    border: 1px solid #1a1a1a;
    padding: 8px 12px 8px;
    margin: 0 auto;
    margin-top: 40px;
}

.news a.r_more span {
    color: #1a1a1a;
    font-size: 16px;
}

/*----------------------------------
イベント・セミナー
------------------------------------*/

.event {
    background: rgba(31, 97, 154, .2);
}

.event .inner {
    padding: 60px 0 60px;
}

.event h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
}

ul.event_seminar {
    margin-bottom: 60px;
}

ul.event_seminar li {
    padding: 20px 30px 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 35px;
}

ul.event_seminar li span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

ul.event_seminar li span.date {
    margin-right: 12px;
}

ul.event_seminar li span.cate {
    font-size: 12px;
    border: 1px solid #D8D8D8;
    padding: 2px 15px;
    min-width: 118px;
    margin-right: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

ul.event_seminar li > p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px
}

ul.event_seminar li > a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

ul.event_seminar li .tag {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.event_seminar li .tag a {
    font-size: 13px;
    display: inline-block;
    color: #AC804C;
    margin-right: 12px;
}
ul.event_seminar h3 {
    font-size: 18px;
}
.event a.r_more {
    display: block;
    width: 242px;
    border: 1px solid #1a1a1a;
    padding: 8px 12px 8px;
    margin: 0 auto;
    margin-top: 40px;
}

.event a.r_more span {
    color: #1a1a1a;
    font-size: 16px;
}


/*----------------------------------
採用情報
------------------------------------*/

.recruit_bk_sp {
    display: none;
}

.top_recruit {
    background: rgba(255, 255, 255, 1.0);
    background-image: url(/https/www.heartcore.co.jp/22/img/top/top_recruit.jpg);
    background-size: 803px 351px;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 2;
}

.top_recruit .inner {
    padding: 70px 0 60px;
}

.top_recruit .rec_cont {
    width: 60%;
    position: relative;
}

.top_recruit .rec_cont:before {
    content:'';
    display: block;
    width: 139px;
    height: 139px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 30%;
    top: -60px;
}

.top_recruit .rec_cont:after {
    content:'';
    display: block;
    width: 260px;
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -130px;
    bottom: -80px;
}

.top_recruit h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 45px;
}

.top_recruit h2 span {
    display: block;
    font-size: 14px;
    color: #B50106;
    margin-top: 5px;
}

.rec_cont h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.rec_cont p {
    font-size: 14px;
    margin-bottom: 20px;
}

.rec_cont .r_more {
    display: block;
    width: 150px;
    border: 1px solid #1a1a1a;
    padding: 8px 12px 8px;
    margin-top: 30px;
}

.rec_cont .r_more span {
    color: #1a1a1a;
    font-size: 16px;
}

/*----------------------------------
Contact US
------------------------------------*/

.contactus {
    background: #EFEFEF;
}

.contactus .inner {
    padding: 60px 0 70px;
}

.contactus h2 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    padding-top: 20px;
    position: relative;
}

.contactus h2:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #B50106;
    position: absolute;
    top: 0;
    left: 0;
}

ul.dest {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 60px;
}

ul.dest li {
    width: 290px;
    height: 90px;
    position: relative;
    text-align: center;
}

ul.dest li.tel {
    margin-right: 30px;
}

ul.dest li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

ul.dest li.tel a {
    background: #B50106;
    padding-top: 15px;
    padding-left: 20px;
}

ul.dest li.tel a span {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
}

ul.dest li.tel a span span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

ul.dest li.tel a > span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 41px;
    background-image: url(/https/www.heartcore.co.jp/22/img/common/tel_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: rotate(-45deg);
    position: absolute;
    left: -36px;
    top: 5px;
}

ul.dest li.contact a {
    background: #1a1a1a;
    font-size: 18px;
    text-align: center;
    padding-top: 30px;
}



