p {
    font-size: 16px;
    line-height: 1.8em;
}
main {
    overflow-x: hidden;
}
main a {
    color: #09970d !important;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
     p {
        font-size: 14px;
        line-height: 1.5em;
    }
    ul li {
        font-size: 13px;
        line-height: 1.3em;
    }
}

p.notice1 {
    font-size: 14px;
    font-weight: bold;
    text-indent: -14px;
    margin-left: 14px;
    color: #dd0000;
}
@media only screen and (max-width: 767px) {
    p.notice1 {
        font-size: 14px;
        text-indent: -14px;
        margin-left: 14px;
    }
}

p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}
.separator1 {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #ccc;
}

h2.normal1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}
h2.normal1:after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 100px);
    width: 200px;
    height: 3px;
    content: '';
    background: linear-gradient(to right, #022098 0%, #022098 50%, #09970d 50%, #09970d 100%);
}
@media only screen and (max-width: 767px) {
    h2.normal1 {
        font-size: 22px;
        margin-bottom: 50px;
    }
}

h2.normal2 {
    padding: 20px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #40c0ff;
}
@media only screen and (max-width: 767px) {
    h2.normal2 {
        font-size: 19px;
        text-align: center;
    }
}

h3.normal1 {
    color: #022098;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    h3.normal1 {
        font-size: 17px;
        margin-bottom: 15px;
    }
}

h3.normal2 {
    color: #022098;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    h3.normal2 {
        font-size: 17px;
    }
}

h4.normal1 {
    font-size: 21px;
    font-weight: bold;
}
h4.normal1 small {
    font-size: 16px;
    font-weight: normal;
}
@media only screen and (max-width: 767px) {
    h3.normal4 {
        font-size: 16px;
    }
}

.lead1 {
    color: #022098;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .lead1 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.lead2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .lead2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.column1 {
    padding: 50px;
    background: #f0f0f0;
    box-sizing: border-box;
}
.column1 h3 {
    padding: 10px 20px;
    color: #333;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.column1 p {
    color: #333;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 15px;
    }
}

.column2 {
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .column2 {
        padding: 15px;
    }
}

table.table1 {
    width: 100%;
}
table.table1 tr th {
    padding: 12px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: left;
    border-bottom: 2px solid #022098;
}
table.table1.table_green tr th {
    border-bottom: 2px solid #09970d;
}
table.table1 tr td {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
table.table1 tr td p {
    font-size: 15px;
    line-height: 1.5em;
}
table.table1 tr td p.ti {
    margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
    table.table1 {
        margin: 10px 0 0 0;
    }
    table.table1 tr th {
        padding: 8px 0 8px 3px;
        font-size: 11px;
    }
    table.table1 tr td {
        padding: 8px 5px;
        font-size: 11px;
    }
    table.table1 tr td p {
        font-size: 11px;
        line-height: 1.5em;
        text-indent: -0.5em;
        margin-left: 0.5em;
    }
}

table.table2 {
    width: 100%;
}
table.table2 tr th {
    padding: 5px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
table.table2 tr td {
    padding: 5px 20px;
    font-size: 15px;
    line-height: 1.5em;
    text-align: right;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    table.table2 tr th {
        padding: 3px 0 3px 5px;
        font-size: 11px;
    }
    table.table2 tr td {
        padding: 3px 5px;
        font-size: 11px;
    }
}

table.table3 {
    width: 100%;
}
table.table3 tr th {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    vertical-align: top;
    text-align: left;
}
table.table3 tr td {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.8em;
    vertical-align: middle;
}
table.table3 tr:nth-child(odd) th, table.table3 tr:nth-child(odd) td {
    background: #fff;
}
table.table3 tr th.head {
    padding: 5px 20px;
    color: #fff;
    font-size: 13px;
    background: #222;
}
@media only screen and (max-width: 767px) {
    table.table3 {
        margin: 10px 0 0 0;
    }
    table.table3 tr th {
        padding: 8px 0 8px 3px;
        font-size: 11px;
    }
    table.table3 tr td {
        padding: 8px 5px;
        font-size: 11px;
    }
}



/* レイアウト共通
=================================================================================== */
.main_bg {
    padding: 80px 0;
}
.gray_bg {
    padding: 80px 0;
    background: #f0f0f0;
}
.gray_bg .inner {
    padding: 30px;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        padding: 50px 0;
    }
    .gray_bg {
        padding: 50px 0;
    }
}

/* wrap */
.wrap2 {
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.wrap2 .box {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
}
.wrap2 .box .photo {
    text-align: center;
}
.wrap2 .box .text {
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.3em;
}
.wrap2 .box .text small {
    font-size: 75%;
}
.wrap2 .box .text2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3em;
}
.wrap2 .box .text2 small {
    font-size: 75%;
}
@media only screen and (max-width: 767px) {
    .wrap2 {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .wrap2 .box {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }
    .wrap2 .box .text {
        margin-top: 5px;
    }
    .wrap2 .box .text2 {
        margin-top: 5px;
        font-size: 12px;
    }
}

.wrap3 {
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.wrap3 .box {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px 10px;
}
.wrap3 .box .photo {
    text-align: center;
}
.wrap3 .box .text {
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.3em;
}
.wrap3 .box .text small {
    font-size: 75%;
}
.wrap3 .box .text2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3em;
}
.wrap3 .box .text2 small {
    font-size: 75%;
}
@media only screen and (max-width: 767px) {
    .wrap3 {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .wrap3 .box {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }
    .wrap3 .box .text {
        margin-top: 5px;
    }
    .wrap3 .box .text2 {
        margin-top: 5px;
        font-size: 12px;
    }
}

.wrap4 {
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.wrap4 .box {
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
}
.wrap4 .box .photo {
    text-align: center;
}
.wrap4 .box .text {
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.3em;
}
.wrap4 .box .text small {
    font-size: 75%;
}
.wrap4 .box .text2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3em;
}
.wrap4 .box .text2 small {
    font-size: 75%;
}
@media only screen and (max-width: 767px) {
    .wrap4 {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .wrap4 .box {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }
    .wrap4 .box .text {
        margin-top: 5px;
    }
    .wrap4 .box .text2 {
        margin-top: 5px;
        font-size: 12px;
    }
}




/* ページヘッダー */
#page_header {
    margin-top: 126px;
    padding: 30px 0;
    background: linear-gradient(-45deg, #f0f0f0 0%, #f0f0f0 50%, #09970d 50%, #09970d 100%);
}
#page_header_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#page_header_title h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    box-sizing: border-box;
}
#page_header_en {
    font-family: bebas;
    font-weight: normal;
    font-size: 60px;
    line-height: 1em;
    letter-spacing: 2px;
    color: rgba(0,0,0,0.1);
}
#page_header_photo img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #page_header {
        margin-top: 0;
        padding: 20px 0;
        background: linear-gradient(-45deg, #f0f0f0 0%, #f0f0f0 40%, #09970d 40%, #09970d 100%);
    }
    #page_header_title h1 {
        font-size: 20px;
    }
    #page_header_en {
        font-size: 30px;
        letter-spacing: 0;
    }
}





/* 十河建設について
=================================================================================== */
.greeting_text {
    line-height: 2.5em;
}

.pholosophy_text {
    padding: 50px 20px;
    color: #022098;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #f0f0f0;
}

.environment_bg {
    padding: 80px 0 300px 0;
    background: url(../img/environment_bg.jpg) no-repeat center bottom;
    background-size: cover;
}
ul.environment_list {
    margin-top: 30px;
}
ul.environment_list li {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 3.0em;
}
ul.environment_list li span.num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #022098;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    .environment_bg {
        padding: 50px 0 150px 0;
    }
    ul.environment_list {
        margin-top: 20px;
    }
    ul.environment_list li {
        font-size: 15px;
        line-height: 1em;
        margin-bottom: 15px;
        margin-left: 2em;
    }
    ul.environment_list li span.num {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        margin-left: -2.3em;
    }
}

.sdgs {
    padding: 50px;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .sdgs {
        padding: 20px;
    }
}





/* 会社概要
=================================================================================== */
.technician_wrap {
    width: calc(100% + 40px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.technician_wrap .box {
    width: calc(33.333% - 40px);
    margin: 0 20px 0 20px;
}
@media only screen and (max-width: 767px) {
    .technician_wrap {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .technician_wrap .box {
        width: 100%;
        margin: 0 0 0 0;
    }
}

.permit_wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.permit_wrap .box {
    width: calc(50% - 30px);
    margin: 0 15px 20px 15px;
}
.permit_wrap .box .permit {
    text-align: center;
    box-shadow: 0px 0px 5px #ccc;
}
.permit_wrap .box .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
}
.excellent:before {
    content: '●';
    color: #09970d;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    .permit_wrap {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .permit_wrap .box {
        width: calc(40% - 10px);
        margin: 0 5px 10px 5px;
    }
    .permit_wrap .box .text {
        font-size: 10px;
    }
}

.permit_wrap2 {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.permit_wrap2 .box {
    width: calc(50% - 30px);
    margin: 0 15px 20px 15px;
}
.permit_wrap2 .box .permit {
    text-align: center;
    box-shadow: 0px 0px 5px #ccc;
}
.permit_wrap2 .box .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
}
.excellent:before {
    content: '●';
    color: #09970d;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    .permit_wrap2 {
        width: 100%;
        margin-left: 0;
    }
    .permit_wrap2 .box {
        width: 80%;
        margin: 0 0 10px 0;
    }
    .permit_wrap2 .box .text {
        font-size: 10px;
    }
}





/* 事業内容
=================================================================================== */
.business_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.business_wrap .box {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px 10px;
    padding: 30px;
    box-sizing: border-box;
    background: #09970d;
    display:flex;
    flex-direction:column;
}
.business_wrap .box .num {
    font-family: bebas;
    font-size: 60px;
    line-height: 1em;
    color: rgba(0,0,0,0.2);
    text-align: center;
}
.business_wrap .box h3 {
    margin-top: 10px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.business_wrap .photo {
    width: 40%;
    text-align: center;
}
.business_wrap .text {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    flex-grow: 1
}
@media only screen and (max-width: 767px) {
    .business_wrap {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .business_wrap .box {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 15px;
    }
    .business_wrap .box .num {
        font-size: 40px;
    }
    .business_wrap .box h3 {
        font-size: 20px;
    }
    .business_wrap .text {
        margin-top: 15px;
        padding: 15px;
    }
}



/* 施工事例
=================================================================================== */
table.table_works {
    width: 100%;
}
table.table_works tr th {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
    vertical-align: top;
    text-align: left;
    background: #ccc;
    border-top: 1px solid #fff;
}
table.table_works tr td {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.8em;
    vertical-align: top;
}
table.table_works tr:nth-child(odd) td {
    background: #f0f0f0;
}
table.table_works tr th.head {
    padding: 5px 20px;
    color: #fff;
    font-size: 13px;
    background: #222;
}
@media only screen and (max-width: 767px) {
    .table_wrap {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    table.table_works {
        margin: 10px 0 0 0;
    }
    table.table_works tr th {
        padding: 10px 0 10px 5px;
        font-size: 11px;
        line-height: 1.3em;
        white-space: nowrap;
    }
    table.table_works tr td {
        padding: 10px 5px;
        font-size: 11px;
        line-height: 1.3em;
        white-space: nowrap;
    }
}

ul.works_other li {
    font-size: 19px;
    line-height: 2em;
}
ul.works_other li:before {
    content: '●';
    color: #09970d;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    ul.works_other li {
        font-size: 15px;
        line-height: 2em;
    }
}



/* 採用情報
=================================================================================== */
.recruit_wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.recruit_wrap .box {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px 10px;
    position: relative;
}
.recruit_wrap .box .text {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    text-shadow:
    -1px -1px 5px #fff,0px -1px 5px #fff,0px 1px 5px #fff,1px 0px 5px #fff,-2px -2px 5px #fff,0px -2px 5px #fff,
    0px 2px 5px #fff,2px 0px 5px #fff,-3px -3px 5px #fff,0px -3px 5px #fff,0px 3px 5px #fff,3px 0px 5px #fff;
}
@media only screen and (max-width: 767px) {
    .recruit_wrap {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .recruit_wrap .box {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }
    .recruit_wrap .box .text {
        bottom: 5px;
        right: 5px;
        font-size: 12px;
    }
}

.recruit_desc {
    padding: 50px;
    background: #fff;
}
.recruit_desc h3 {
    padding: 25px 0 30px 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #09970d;
}
@media only screen and (max-width: 767px) {
    .recruit_desc {
        padding: 20px;
    }
    .recruit_desc h3 {
        padding: 15px 0 20px 0;
        color: #fff;
        font-size: 20px;
    }
}

table.recruit_table {
    margin-top: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
table.recruit_table tr th {
    padding: 18px 20px;
    width: 18%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
    border-top: 1px solid #aaa;
}
table.recruit_table tr td {
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #aaa;
}
table.recruit_table tr td strong {
    font-size: 125%;
}
@media only screen and (max-width: 767px) {
    table.recruit_table {
        margin: 10px 0 0 0;
        width: 100%;
    }
    table.recruit_table tr th {
        padding: 8px 0 8px 3px;
        font-size: 11px;
        width: 30%;
    }
    table.recruit_table tr td {
        padding: 8px 5px;
        font-size: 11px;
    }
}



/* お問い合わせ
=================================================================================== */
.contact_tel {
    padding: 80px 0;
    background: #022098;
    box-sizing: border-box;
}
.contact_tel p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.contact_tel p a {
    font-family: 'bebas';
    font-size: 60px;
    font-weight: normal;
    line-height: 1em;
    color: #fff !important;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .contact_tel {
        width: 100%;
        padding: 30px 10px;
    }
    .contact_tel p {
        font-size: 15px;
    }
    .contact_tel p a {
        font-size: 36px;
    }
}

.privacypolicy {
    padding: 20px;
    height: 200px;
    overflow-y: scroll;
    background: #fff;
    box-sizing: border-box;
}
.privacypolicy p {
    font-size: 13px;
    line-height: 1.3em;
}
.privacypolicy h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
.privacypolicy h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}