@charset "utf-8";
@import url("../font/load.css");


/* CSS Document */

body {
    min-width: 1280px;
    font-size: 1.6rem;
    line-height: 2.18;
    color: #373737;
    font-weight: 500;
    letter-spacing: 0.06em;
    font-family: 'Noto Sans JP', sans-serif;

    /*font-family: 'yasasisa','Noto Sans JP', sans-serif;*/
}

@media screen and (max-width:767px) {

    body {
        min-width: 375px;
        font-size: 1.5rem;
        line-height: 1.8;
    }

}

/*========================================
headerの設定
==========================================*/

.h_wrap_boxs {
    padding: 10px 0;
}

.h_block h1 {
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 12px;
}

.h_info_txt {
    line-height: 1;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.h_nav {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    background: linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 58%, rgb(233, 233, 233) 100%);
}

.h_nav_list li {
    flex: 1;
}

.h_nav_list li {
    position: relative;
}

.h_nav_list li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 35px;
    background: #e9e9e9;
}

.h_nav_list li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-family: 'yasasisa', 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    height: 100%;
    font-weight: bold;
}

.h_nav_list li a::before {
    content: url(../images/common/h_nav_list_icon01.png);
    display: block;
    margin-right: 10px;
}

.h_nav_list li:nth-child(2) a::before {
    content: url(../images/common/h_nav_list_icon02.png);
}

.h_nav_list li:nth-child(3) a::before {
    content: url(../images/common/h_nav_list_icon03.png);
}

.h_nav_list li:nth-child(4) a::before {
    content: url(../images/common/h_nav_list_icon04.png);
}

.h_nav_list li:nth-child(5) a::before {
    content: url(../images/common/h_nav_list_icon05.png);
}

.fix_h_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

@media screen and (max-width:767px) {

    .h_wrap {
        display: none;
    }

}

/*========================================
footerの設定
==========================================*/

footer {
    background: url(../images/common/f_bg.jpg) no-repeat center top / cover;
}

.f_boxs {
    padding: 60px 0 30px;
}

.f_block {
    padding: 0 0 12px;
    align-items: flex-end;
}

.f_logo {
    display: inline-block;
    margin-bottom: 12px;
}

.f_ads_txt {
    font-size: 1.3rem;
    line-height: 1;
}

.f_nav {
    border-top: 1px dashed;
    padding-top: 25px;
}

.f_nav_list li {
    position: relative;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0 15px;
}

.f_nav_list li:not(:last-child)::before {
    content: '/';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #ffa800;
}

#copyright {
    color: #fff;
    background: #00c112;
    font-size: 1.2rem;
    text-align: center;
    padding: 3px 0;
}

@media screen and (max-width:767px) {

    .f_boxs {
        padding: 40px 0 30px;
    }

    .f_block {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }

    .f_logo {
        width: 280px;
        margin-bottom: 30px;
    }

    .f_ads_txt {
        margin-bottom: 20px;
    }

    .f_nav {
        display: none;
    }

}

/*========================================
メインビジュアルの設定
==========================================*/

.main_visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/top/main_visual_bg.png) no-repeat center bottom / cover;
    height: 780px;
}

@media screen and (max-width:767px) {

    .main_visual {
        height: 400px;
        margin-top: 50px;
    }

    .catch {
        width: 350px;
    }

}

/*========================================
TOPページ
==========================================*/

/*---------------------
top_greeting
----------------------*/

.top_greeting {
    margin-top: -7%;
    background: url(../images/top/top_greeting_bg.jpg) no-repeat center bottom / cover;
    padding: 15% 0 80px;
}

.top_greeting_txt {
    text-align: center;
}

.top_greeting_txt p:not(:last-child) {
    margin-bottom: 35px;
}

@media screen and (max-width:767px) {

    .top_greeting {
        padding-top: 22%;
    }

    .top_greeting_txt {
        text-align: left;
    }

}

/*---------------------
top_intro
----------------------*/

.top_intro {
    border: 20px solid #fff;
}

.top_intro_block {
    width: calc(50% - 10px);
    overflow: hidden;
}

.top_intro_block a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 150px 50px;
    z-index: 0;
}

.top_intro_block a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    background: url(../images/top/top_intro_img01.jpg) no-repeat center / cover;
    z-index: -1;
}

.top_intro_block:nth-child(2) a::before {
    background-image: url(../images/top/top_intro_img02.jpg);
}

.top_intro_block a:hover::before {
    transform: scale(1.2);
}

@media screen and (max-width:767px) {

    .top_intro {
        border-width: 10px;
    }

    .top_intro_block {
        width: 100%;
    }

    .top_intro_block:not(:last-child) {
        margin-bottom: 10px;
    }

    .top_intro_block a {
        padding: 80px 20px;
    }

    .top_intro_ttl {
        width: 280px;
    }

}

/*---------------------
top_works
----------------------*/

.top_works {
    border-top: 10px solid #00c112;
    background: url(../images/top/top_works_bg.jpg) no-repeat center bottom / cover;
}

.top_works_list {
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {

    .top_works {
        border-width: 5px;
    }

}

/*---------------------
top_recruit
----------------------*/

.top_recruit {
    background: url(../images/top/top_recruit_bg.jpg) no-repeat center / cover;
}

.top_recruit_boxs {
    padding: 60px 100px;
}

.top_recruit_in {
    position: relative;
    border-radius: 10px;
    border: 2px solid #fff;
    overflow: hidden;
    background: #ffa800;
    z-index: 0;
    transition: .5s;
}

.top_recruit_in:hover {
    transform: translateX(15px);
}

.top_recruit_in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50px);
    height: 100%;
    background: url(../images/top/top_recruit_in_bg.jpg) no-repeat center / cover;
    z-index: -1;
}

.top_recruit_in a {
    position: relative;
    display: block;
    height: 100%;
    padding: 100px 70px;
}

.top_recruit_in a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.top_recruit_ttl {
    margin-bottom: 0;
    text-align: left;
    line-height: 1.4;
    padding-left: 90px;
    background: url(../images/top/top_recruit_ttl_icon.png) no-repeat left bottom;
}

@media screen and (max-width:767px) {

    .top_recruit_boxs {
        padding: 60px 0;
    }

    .top_recruit_in:hover {
        transform: translateX(0);
    }

    .top_recruit_in::before {
        width: calc(100% - 35px);
    }

    .top_recruit_in a {
        padding: 50px 50px 50px 20px;
    }

    .top_recruit_in a::before {
        right: 10px;
        border-left-width: 15px;
        border-top-width: 10px;
        border-bottom-width: 10px;
    }

    .top_recruit_ttl {
        padding-left: 50px;
        background-size: 40px;
        background-position: left center;
    }

    .top_recruit_ttl .cmn_ttl_fz30 {
        display: block;
    }

}

/*---------------------
top_news
----------------------*/

.top_news_boxs {
    position: relative;
}

.top_news_ttl {
    text-align: left;
    margin-bottom: 40px;
    padding-bottom: 5px;
    line-height: 1.6;
    border-bottom: 2px solid;
}

.top_news_btn {
    position: absolute;
    top: 130px;
    right: 0;
}

@media screen and (max-width:767px) {

    .top_news_list {
        margin-bottom: 40px;
    }

    .top_news_btn {
        position: static;
    }

}

/*========================================
下層メインビジュアルの設定
==========================================*/

.sub_visual {
    position: relative;
    background: repeating-linear-gradient(-45deg, #00c112 0%, #00c112 10px, #00c613 10.3px, #00c613 20.3px);
    height: 250px;
    z-index: 0;
}

.sub_visual::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    height: 100%;
    background: url(../images/common/sub_visual_img.jpg) no-repeat center / cover;
    z-index: -1;
}

.sub_visual_boxs {
    display: flex;
    align-items: center;
    height: 100%;
}

.sub_visual h2 {
    font-size: 4.0rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-family: 'yasasisa', 'Noto Sans JP', sans-serif;
}

.sub_visual h2 span {
    display: block;
    font-size: 2.0rem;
}

/*施工事例*/

.works_sub_visual::before {
    background-image: url(../images/works/works_sub_visual.jpg);
}

/*求人情報*/

.recruit_sub_visual::before {
    background-image: url(../images/recruit/recruit_sub_visual.jpg);
}

/*会社概要*/

.company_sub_visual::before {
    background-image: url(../images/company/company_sub_visual.jpg);
}

@media screen and (max-width:767px) {

    .sub_visual {
        margin-top: 50px;
        height: 200px;
    }

    .sub_visual::before {
        right: auto;
        left: 0;
        width: 100%;
        height: 100px;
    }

    .sub_visual_boxs {
        padding-top: 95px;
    }

    .sub_visual h2 {
        font-size: 2.7rem;
    }

    .sub_visual h2 span {
        font-size: 1.6rem;
    }

}

/*========================================
business
==========================================*/

/*---------------------
business_cmn
----------------------*/

.business_cmn {
    background: url(../images/business/business_cmn_bg01.jpg) no-repeat center bottom / cover;
}

.business_cmn_list {
    margin-bottom: 80px;
}

.business_individual_list li:nth-last-child(n+4) {
    margin-bottom: 40px;
}

.business_cmn_list_txt {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    font-family: 'yasasisa', 'Noto Sans JP', sans-serif;
}

.business_cmn_txt {
    position: relative;
    border: 10px solid #fbfbfb;
    z-index: 0;
    text-align: center;
    padding: 20px 15px;
}

.business_cmn_txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    border: 1px solid #cacaca;
}

.business_cmn_txt p:not(:last-child) {
    margin-bottom: 35px;
}

.business_corporation {
    background-image: url(../images/business/business_cmn_bg02.jpg);
}

@media screen and (max-width:767px) {

    .business_cmn_list li {
        width: 48%;
        text-align: center;
    }

    .business_individual_list li:nth-last-child(n+4) {
        margin-bottom: 0;
    }

    .business_cmn_list {
        margin-bottom: 50px;
    }

    .business_cmn_list li:nth-last-child(n+3) {
        margin-bottom: 30px;
    }

    .business_cmn_list_txt {
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .business_cmn_txt {
        border-width: 5px;
        text-align: left;
    }

    .business_individual .business_cmn_boxs {
        padding-bottom: 0;
    }

}

/*---------------------
top_staff
----------------------*/

.business_staff_subttl {
    font-size: 3.0rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    background: repeating-linear-gradient(90deg, #00c614 0%, #00c614 6px, #00c112 6.3px, #00c112 16.3px);
}

.business_staff_name {
    font-size: 2.5rem;
    text-align: center;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 30px;
}

.business_staff_img {
    text-align: center;
    margin: 0 auto 30px;
}

.business_staff_txt {
    text-align: center;
}

.business_staff_txt p:not(:last-child) {
    margin-bottom: 35px;
}

.representative_staff_txt {
    margin-bottom: 80px;
}

.business_staff_block {
    width: 500px;
}

.employee_staff_txt {
    text-align: left;
}

@media screen and (max-width:767px) {

    .business_staff_subttl {
        font-size: 2.4rem;
    }

    .business_staff_name {
        font-size: 2.0rem;
    }

    .representative_staff_txt {
        text-align: left;
    }

    .business_staff_block {
        width: 100%;
    }

    .business_staff_block:not(:last-child) {
        margin-bottom: 40px;
    }

}

/*========================================
works
==========================================*/

/*---------------------
works_area
----------------------*/

.works_area {
    background: url(../images/works/works_area_bg.jpg) no-repeat center / cover;
}

/*========================================
recruit
==========================================*/

/*---------------------
recruit_about
----------------------*/

.recruit_about {
    background: url(../images/recruit/recruit_about_bg.jpg) no-repeat right center / cover;
}

.recruit_about_subttl {
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.7;
    background: repeating-linear-gradient(90deg, #00c614 0%, #00c614 6px, #00c112 6.3px, #00c112 16.3px);
    margin-bottom: 30px;
}

.recruit_about_subttl span{
    font-size: 3.0rem;
}

.recruit_about_list li{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 3px solid #ffa800;
    background: #fff;
    text-align: center;
    font-size: 2.0rem;
    z-index: 0;
    line-height: 1.25;
    padding-top: 120px;
    letter-spacing: 0.08em;
}

.recruit_about_list li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    z-index: -1;
}

.recruit_about_list li::after{
    content: '';
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 46px;
    background: url(../images/recruit/recruit_about_list_icon01.png) no-repeat center;
}

.recruit_about_list li:nth-child(2)::after{
    background-image: url(../images/recruit/recruit_about_list_icon02.png);
}

.recruit_about_list li:nth-child(3)::after{
    background-image: url(../images/recruit/recruit_about_list_icon03.png);
}

.recruit_about_list li:nth-child(4)::after{
    background-image: url(../images/recruit/recruit_about_list_icon04.png);
}

@media screen and (max-width:767px) {

    .recruit_about_subttl{
        font-size: 2.6rem;
    }

    .recruit_about_subttl span{
        font-size: 2.0rem;
    }

    .recruit_about_list{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .recruit_about_list li{
        width: 48%;
        height: auto;
        padding-top: 23%;
        padding-bottom: 12%;
        font-size: 1.7rem;
    }

    .recruit_about_list li:nth-last-child(n+3){
        margin-bottom: 30px;
    }

    .recruit_about_list li::before{
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .recruit_about_list li::after{
        top: 25px;
        background-size: 40px;
    }

    .recruit_about_list li:nth-child(4)::after{
        background-size: 22px;
    }

}

/*---------------------
recruit_about
----------------------*/

.recruit_intro_ttl{
    background: repeating-linear-gradient(
        90deg, #ffb100 0%, #ffb100 6px, #ffac00 6.3px, #ffac00 16.3px);
}

.recruit_about_tb{
    width: 660px;
    margin: 0 auto;
}

.recruit_about_tb tr:not(:last-child){
    border-bottom: 1px dashed #b1b1b1;
}

.recruit_about_tb th,
.recruit_about_tb td{
    vertical-align: middle;
    padding: 10px 0;
}

.recruit_about_tb th{
    width: 185px;
    text-align: left;
}

@media screen and (max-width:767px) {

    .recruit_about_tb{
        width: 100%;
    }

    .recruit_about_tb th,
    .recruit_about_tb td{
        display: block;
        width: 100%;
    }

    .recruit_about_tb th{
        font-weight: bold;
        font-size: 1.6rem;
    }

}

/*========================================
company
==========================================*/

/*---------------------
company_about
----------------------*/

.company_about_tb{
    width: 700px;
    margin: 0 auto 50px;
    border: 1px solid #00c112;
}

.company_about_tb th,
.company_about_tb td{
    padding: 10px 35px;
    font-weight: 500;
}

.company_about_tb th{
    width: 200px;
    color: #fff;
    background: #00c112;
}

.company_about_tb tr:not(:last-child) th{
    border-bottom: 1px solid #fff;
}

.company_about_tb tr:not(:last-child) td{
    border-bottom: 1px solid #00c112;
}

.map{
    height: 280px;
}

.map iframe{
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767px) {

    .company_about_tb{
        width: 100%;
        margin: 0 auto 40px;
    }

    .company_about_tb th,
    .company_about_tb td{
        display: block;
        width: 100%;
        padding: 10px 20px
    }

    .company_about_tb tr:not(:last-child) th,
    .company_about_tb tr:not(:last-child) td{
        border: none;
    }


}

/*========================================
newsの設定
==========================================*/

.news_list li:not(:last-child) {
    margin-bottom: 30px;
}

.news_list li a {
    justify-content: flex-start;
    border: 1px solid;
    padding: 10px;
}

.news_list li time {
    display: inline-block;
    margin-right: 20px;
}

.news_txt {
    width: calc(100% - 150px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.news_area_inner {
    border-radius: 5px;
    box-shadow: 0px 6px 24px -11px #000000;
    padding: 30px 30px 50px 30px;
    background: #fff;
}*/

.news_area_inner h3 {
    font-size: 2.3rem;
    border-bottom: 1px solid;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.news_area_txt img {
    max-width: 100%;
    height: auto;
}

.news_inner_time {
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: #b5e9a7;

}

.news_area_txt {
    margin-bottom: 60px;
    min-height: 200px;
}

@media screen and (max-width:767px) {

    .news_list li:not(:last-child) {
        margin-bottom: 25px;
    }

    .news_list li a {
        justify-content: flex-start;
        padding: 2%;
        font-size: 1.2rem;
    }

    .news_list li time {
        display: block;
        width: 100%;
        margin: initial;
    }

    /*.news_area_inner {
    border-radius: 5px;
    padding: 5% 5% 7%;
}*/

    .news_area_inner h3 {
        font-size: 2.0rem;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .news_inner_time {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .news_area_txt {
        margin-bottom: 30px;
    }

    .news_txt {
        width: 100%;
        font-size: 1.5rem;
    }

}

/*========================================
privacyの設定
==========================================*/

.privacy_boxs h4 {
    font-size: 2.3rem;
    font-weight: bold;
    font-family: 'yasasisa', 'Noto Sans JP', sans-serif;
    margin-bottom: 15px;
}

.privacy_boxs section {
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {

    .privacy_boxs h4 {
        font-size: 1.9rem;
        margin-bottom: 10px;
    }

    .privacy_boxs section {
        margin-bottom: 30px;
    }

}

/*========================================
siteの設定
==========================================*/

.site_list a {
    position: relative;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding: 7px 0 7px 30px;
}

.site_list a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.4s;
}

.site_list a:hover::before {
    left: 20px;
}

@media screen and (max-width:767px) {

    .site_list a {
        position: relative;
        display: block;
        margin-bottom: 20px;
        padding: 7px 0 7px 30px;
    }

    .site_list a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 10px;
        width: 5px;
        height: 5px;
        transform: translateY(-50%) rotate(-45deg);
        transition: All .5s;
    }

    .site_list a:hover::before {
        left: 20px;
    }

}

/*========================================
e404の設定
==========================================*/

.e404_txt a {
    color: #e63a3a;
}
