/* reset.css start */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*,
*::before,
*::after {
    box-sizing:border-box;
}
*:focus {
    outline: none;
}

/* reset.css end */

body {
    background: #f2f2f2;
    color: #414141;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    width: auto;
}
.site-width {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.inner {
    padding-top: 6em;
}
.section_title {
    font-size: 3em;
    color: #4c8d4e;
    text-align: center;
    padding-bottom: 1em; 
    position: relative;
	margin-bottom: 1.2em;
	line-height: 1.2;
}
.section_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    font-size: 0.5em;
    color: #414141;
}
@media screen and (max-width: 414px) {
    body {
        font-size: 14px;
    }
    .site-width {
        width: 90%;
    }
    .inner {
        padding-top: 2em;
    }
    .section_title {
        font-size: 1.5em;
        margin-bottom: .5em;
    }
    .section_title::after {
        font-size: .8em;
    }
}
.pankuzu {
    padding: 80px 8em 0 8em;
}
@media screen and (max-width: 414px) {
    .pankuzu {
        padding: 60px 1em 0 1em;
    }
}
/* btn */
.btn {
    text-decoration: none;
    display: inline-block;
    color: #fefefe;
    padding: .5em 1em;
    margin-bottom: .5em;
    border-radius: 2px;
    background: rgba(76, 141, 78, 0.6);
    cursor: pointer;
}
.btn:hover {
    background: #4c8d4e;
}

.btn_survices {
    display: inline-block;
    border: rgba(254, 254, 254, 0.6) solid 2px;
    border-radius: 2px;
    width: 120px;
    color: rgba(254, 254, 254, 0.6);
    text-align: center;
    padding: 1em;
    background: transparent;  
}
.btn_survices:hover{
    color: #fefefe;
    border: 2px solid #fefefe;
    background: rgba(254, 254, 254, 0.5);
}
@media screen and (max-width: 414px) {
    .btn_survices {
        padding: 0.5em;
    }
}

/* top-banner*/
#top_banner {
    min-height: 400px;
}
.top_banner-chireki {
	background: url(img/top-banner-chireki.jpg) 
	center 30%/ cover no-repeat;
}
.top_banner-dojyou {
	background: url(img/top-banner-dojyou.jpg) 
	center 30%/ cover no-repeat;
}
.top_banner-bunnseki {
	background: url(img/top-banner-bunnseki.jpg) 
	center 30%/ cover no-repeat;
}
.top_banner-kairyou {
	background: url(img/top-banner-kairyou.jpg) 
	center 30%/ cover no-repeat;
}
.top_banner-company {
    background: url(img/top-banner-kigyou.jpg) 
	center 70%/ cover no-repeat;
}
.top_banner-office {
    background: url(img/top-banner-kigyou.jpg) 
    center 50%/ cover no-repeat;
}
.top_banner-works {
    background: url(img/top-banner-sekoujisseki.jpg)
    center 30%/ cover no-repeat;
}.top_banner-recycle {
    background: url(img/top-banner-recycle.jpg)
    center 30%/ cover no-repeat;
}
.top_banner-hudousan {
    background: url(img/top-banner-hudousan.jpg)
    center 30%/ cover no-repeat;
}
.top_banner-top {
	min-height: 400px;
    position: relative;
}
.top_banner-top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #f2f2f2 transparent;
    z-index: 3;
}
.top_banner-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 100vw;
    border-color: transparent transparent transparent #4c8d4e;
    z-index: 2;
}
.top_title {
    position: absolute;
    top: 20%;
    left: 13%;
    font-size: 3.5em;
    z-index: 2;
    color: #fefefe;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.top_text {
    position: absolute;
    top: 40%;
    left: 13%;
    font-size: 2.5em;
    z-index: 2;
    color: #fefefe;
    letter-spacing: 0.1em;
}
.top_banner-read {
	position: absolute;
	top: 80%;
	left: 30%;
	font-size: 1.2em;
	z-index: 2;
}
@media screen and (max-width: 414px) {
    #top_banner{
        min-height: 250px;
    }
    .top_banner-top {
        min-height: 250px;
    }
    .top_banner-top::before {
        border-width: 0 0 50px 100vw;
    }
    
    .top_banner-top::after {
        border-width: 50px 0 0 100vw;
    }
    .top_title {
        font-size: 2em;
        top: 25%;
    }
    .top_text {
        font-size: 1.2em;
    }
}

/* contents */
#contents {
	margin-bottom: 6em;
}
.content {
	display: flex;
	position: relative;	
	margin-bottom: 4em;
}
.geological_content {
    margin-bottom: 20em;
}
.content:nth-child(even) {
	flex-direction: row-reverse;
}
.content_body {
	width: 60%;
	height: 450px;
}
.content_body > img {
	width: 100%;
	height: 450px;
}
.content_text {
	width: 45%;
	min-height: 400px;
	position: absolute;
	top: 5%;
	right: 0;
	background: #fefefe;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);;
}
.content_text-odd {
	left: 0;
}
.content_element {
	padding: 3em 4em 2em 4em;
    position: relative;
}
.content_title {
	font-size: 1.5em;
	margin-bottom: 1em;
}
.content_read {
	line-height: 2;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 414px) {
    #contents {
        margin-bottom: 2em;
    }
    .content {
        flex-direction: column;
        flex-wrap: wrap;
        position: static;
        margin-bottom: 0;
    }
    .content_body {
        width: 80%;
        height: 200px;
        margin: 0 auto;
        text-align: center;
    }
    .content_body > img {
        height: 200px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .content_element {
        padding: 1em 2em 3em 2em;
    }
    .content_title {
        font-size: 1.2em;
        margin-bottom: .5em;
    }
    .content_text {
        width: 100%;
        position: relative;
        top: -15%;
        box-shadow: none;
        min-height: auto;
        background: #f2f2f2;
    } 
}

.renen_text {
    width: 60%;
}

/* pageGuide */
.pageGuide{
    display: flex;
    justify-content: space-between;
}

/* btn_border */
.btn_border {
    font-size: 1.3em;
    color: rgba(76, 141, 78, 0.6);
    border: 2px solid rgba(76, 141, 78, 0.6);
    min-width: 200px;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    text-align: left;
    background: transparent;
}
.btn_border:hover {
    background: #4c8d4e;
    color: #fefefe;
}
.page_content-text {
    color: #414141;
    font-size: 0.7em;
}
@media screen and (max-width: 414px) {
    .page_content-text {
        display: none;
    }
    .btn_border {
        font-size: 1em;
        min-width: auto;
        margin: 0 1em 1em 1em;
        padding: .2em .4em ;
        width: 100px;
        margin: 0 auto;
    }
}

/* improvenent */
.technical_content {
    margin-bottom: 6em;
}
.technical_element-wrapper {
    display: flex;
    justify-content: space-around;
}
.technical-title {
    font-size: 1.7em;
    color: #4c8d4e;
    padding: 0 1em 1em 0;
}
/* .technical-title::after {
    content: "重金属無害・不溶化材";
    color: #414141;
    padding-left: 2em;
    font-size: .7em;
}
.technical-title-dojyoukokazai::after {
    content: "土壌固化材";
}
.technical-title-7::after {
    content: "中性固化材"
}
.technical-title-α::after {
    content: "酸化浄化材"
}
.technical-title-onsite {
    content: "オンサイト浄化"
}
.technical_element-img {
    width: 35%;
}
.technical_element > img {
    width: 100%;
}
.technical_element-text {
    width: 60%;
    padding: 0 2em;
    position: relative;
}
.technical_text {
    line-height: 2.0;
    padding: 1em 0 2em 0;
}
.dokutoru-title {
    font-size: 1.5em;
    padding: 1em;
    color: #4c8d4e;
}
.technical_text ol {
    padding: 0 1.5em 1.5em 1.5em;
}
.technical_text li {
    padding: .3em;
}

.btn_toggle {
    display: inline-block;
    position: absolute;
    border: none;
    border-bottom: 1px solid #4c8d4e;
    color: #4c8d4e;
    left: 60%;
    font-size: 1em;
    min-width: auto;
    background: transparent;
}
.btn_toggle:hover {
    background: transparent;
}
.toggle-icon {
    margin-left: 1em;
}
.js-toggle.active {
    display: block;
}
@media screen and (max-width: 414px) {
    .technical {
        margin-bottom: 2em;
    }
    .technical_content {
        margin-bottom: 4em;
    }
    .technical_element-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
        position: static;
        margin-bottom: 0;
    }
    .technical_element-img {
        width: 80%;
        height: 200px;
        margin: 0 auto;
        text-align: center;
    }
    .technical_element > img {
        height: 200px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .technical-title {
        font-size: 1.2em;
        padding: 1em;
    }
    .technical-title::after {
        font-size: .8em;
    } 
    .technical_element-text {
        width: 100%;
    }
    .btn_toggle {
        left: 50%;
        transform: translate(-50%);
    }
}*/

/* company */
.section-title-massage {
    padding-top: 6em;
    margin-bottom: 0.5em;
}
.section-title-massage::after {
    content: '代表挨拶';
}

/* company-massage */
.massage_mv {
    position: relative;
}
.massage_img {
    width: 100%;
    height: 600px;
}
.massage_img > img {
    width: 100%;
    height: 600px;
}
.massage_content {
    position: absolute;
    top: 15%;
    left: 15%;
    min-height: 400px;
    width: 40%;
    background: rgba(254, 254, 254, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 2.5em 4em;
    z-index: 2;
}
.massage_catch {
    font-size: 1.5em;
    margin-bottom: 1em;
}
.massage_name {
    position: absolute;
    bottom: 10%;
    right: 10%;
}
.massage_name > span {
    margin-left: 0.5em;
    padding: 0.2em;
    font-size: 1.7em;
    font-weight: bold;
}
@media screen and (max-width: 414px) {
    .massage_mv {
        position: static;
    }
    .massage_img {
        height: 300px;
    }
    .massage_img img {
        height: 300px;
    }
    .massage_content {
        position: static;
        position: relative;
        top: -100%;
        left: 0;
        width: 100%; 
    }
}

/* company-philosophy */
#philosophy {
    height: 450px;
    background: #fefefe;
}
.philosophy_content {
    text-align: center;
    height: 450px;
    padding: 4em 0;
}
.philosophy_title { 
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 0.5em;
}
.philosophy_body {
    font-size: 1.2em;
} 
/* company-office */
#office{
    margin-bottom: 6em;
}
.office_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 300px;
}
.office_content:nth-child(even) {
    flex-direction: row-reverse;
}
.office_element {
    width: 50%;
}
.office_element-details {
    padding: 2em 4em;
}
.office_element > img {
    width: 100%;
    height: 300px;
}
.office_name {
    font-size: 2em;
    margin-bottom: 0.5em;
}
.office_text {
    margin-bottom: 3em;
}
.office_btn {
    float: right;
}
@media screen and (max-width: 414px) {
    #office {
        margin-bottom: 0;
    }
    .office_contents {
        height: 1750px;
        text-align: center;
    }
    .office_content {
        display: block;
        height: 600px;
    }
    .office_element {
        width: 100%;
    }
    .office_btn {
        margin: 0 auto;
        float: none;
    }
}

/* office */
.section_title-profile::after {
    content: "会社概要";
}
.profile_name {
    font-size: 2em;
    color: #4c8d4e;
    position: relative;
    padding: 0.5em 1em;
}
.profile_content, .history_content{
    padding-bottom: 4em;
}
.profile_table, .history_table{
    table-layout: fixed;
    width: 100%;
}
table {
    width: 100%;
    margin-bottom: 2em;
}
.t-line {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px dashed rgba(65, 65, 65, 0.4);
}
.t-line-top {
    border-top: 1px solid rgba(65, 65, 65, 0.6);
}
.t-line-last {
    border-bottom: 1px solid transparent;
}
.t-head {
    white-space: nowrap; 
    text-align: left;
    width: 20%;
    padding-left: 1em;
}
.t-item {
    padding-left: 1em;
    border-left: 5px solid rgba(76, 141, 78, 0.6);
}
.t-item-jigyou {
    line-height: 32px;
    padding-bottom: 2em;
}
.map_group {
    height: 400px;
}
@media screen and (max-width: 480px) {
    .profile_name {
        font-size: 1.5em;
    }
    .t-line {
        height: 40px;
        line-height: 40px;
    }
    .t-head {
        padding: .5em;
        font-weight: normal;
        width: 25%;
    }
    .t-item {
        padding: .5em;
        border-left: none;
    }
    .map_group {
        height: 300px;
    }
}

/* office-history */
.section_title-history::after {
    content: "沿革";
}

/* contact */
#contact, #check, #Done{
    background: #fefefe;
}
.section_title-contact::after {
    content: "お問い合わせ";
}
.contact_intro {
    text-align: center;
    padding-bottom: 2.5em;
    border-bottom: 1px solid rgba(65, 65, 65, 0.6);
}
.contact_intro-check {
    font-size: 1.5em;
}
.section_title-form {
    margin: 0;
}
.site_width-contact {
    width: 70%;
    margin: 0 auto;
    padding: 4em 0;
}
.form_check {
    padding: 1.5em 4em;
    text-align: left;
    border-bottom: 1px solid rgba(65, 65, 65,0.3);
}
.form-group {
    text-align: left;
}
.form_check label {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    width: 40%;
    padding: 5px 10px;
    font-size: 1.5em;
}
.form_check p {
    display: inline-block;
    font-size: 1.2em;
    text-align: left;
    padding: 0.5em;
}
.contact_form label {
    font-size: 1.5em;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: .5em;
    text-align: left;
}
.tag {
    display: inline-block;
    font-size: .6em;
    background: #e23232;
    color: #fefefe;
    padding: 2px 4px;
    vertical-align: middle;
    border-radius: 2px;
    margin-left: 1em;
}
.tag-n {
    background: #2a7edf;
}
input[type="text"] {
    width: 100%;
    display: block;
    height: 4em;
    padding: .5em 1em;
    margin-bottom: 2em;
    font-size: 100%;
    border-radius: 2px;
    border: 1px solid rgba(64, 64, 64, 0.4);
}
input[type="submit"] {
    font-size: 1.2em;
    border: 1px solid transparent;
    padding: 0.5em 3em;
}
input[name="btn_back"],
input[name="btn_submit"] {
    margin-top: 4em;
}
input[name="btn_back"] {
    background: #aaaaaa;
    margin-right: 4em;
}
input[name="btn_back"]:hover {
    background: #7c7c7c;
}
.contact_select {
    height: 4em;
    margin-bottom: 2em;
    padding: .5em 1em;
    width: 100%;
}
.contact_text {
    height: 180px;
    width: 100%;
    margin-bottom: 6em;
    font-size: 1.2em;
    padding: .4em;
}

.has-error .err_msg{
    color: #e23232;
    font-size: 0.8em;
    padding-left: 1em;
}
.has-error input ,.has-error textarea{
    background: #ffe8b2;
    border: 1px solid #e05858;
}
.done {
    margin: 0 auto;
    padding-bottom: 4em;
    text-align: center;
}
.done h3 {
    font-size: 1.8em;
    margin: 2em 0;
    text-align: center;

}
.done p {
    text-align: center;
    padding: 1em;
    font-size: 1.2em;
}
.fa-check:before {
    color: #4c8d4e;
}
@media screen and (max-width: 480px) {
    .site_width-contact {
        width: 100%;
    }
}

/* example */

.examples{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 2em;
    padding-bottom: 3em;
    position: relative;
}
.example {
    width: calc(33.33% - 40px / 3);
    margin-right: 20px;
    margin-bottom: 40px;
}
.example:nth-child(3n),
.example-2:nth-child(2n) {
    margin-right: 0;
}
.example-2 {
    width: calc(50% - 20% / 2);
}
.example_img {
    width: 100%;
}
.example-text {
    font-size: 1.2em;
    display: flex;
    justify-content: space-around;
    padding-top: 1em;
}
.example_tag {
    margin-left: 0;
    background: #4c8d4e;
    display: inline-block;
}
.btn-example {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}
.js-toggle-btn {
    display: none;
}
@media screen and ( max-width:480px) {
    .examples {
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 2em;
    }
    .example {
        height: auto;
        width: 100%;
        padding: 3em 3em 1em 3em;
        margin-right: 0;
        margin-bottom: 0;
    }
    .example_img {
        height: auto;
    }
    .js-toggle-btn {
        display: inline-block;
    }
    .js-toggle-works {
        display: none;
    }
    .js-toggle-works.active {
        display: inline-block;
    }
}

/* header */

#header {
    background: rgba(254, 254, 254, 0.8);
    height: 80px;
    z-index: 10;
    width: 100%;
    position: fixed;
}
.header_logo a {
    font-size: 1.5em;
    color: #414141;
    text-decoration: none;
}
@media screen and ( max-width:480px) {
    #header{
        height: 60px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
#header:hover{
    background: #fefefe;
}
#header-top {
	background: rgba(76, 141, 78, 0.6) ;
}
.header_container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
}
@media screen and ( max-width:480px) {
    .header_nav{
        display: block;
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        padding-top: 50px;
        transition: .5s;
    }
    .header_nav.active {
        transition: .5s;
        transform: translateX(-100%);
        z-index: 3;
        background: rgba(254, 254, 254, 0.85);
    }
}
.header_nav-list {
    width: 750px;
}
.header_nav-item {
    list-style: none;
    float: left;
    display: flex;
    align-items: center;
}
.header_nav-item:first-child {
    margin-left: 0;
}
.header_nav-item:last-child {
    margin-right: 0;
}
.header_nav-content {
    text-decoration: none;
    color: rgba(65, 65, 65, 0.6);
    padding: 0.8em 1em;
}
.header_nav-content:hover{
    color: #414141;   
}
.logo_wrapper {
    display: block;
}
.logo_wrapper img {
    width: 100%;
}
.header-title {
    font-size: 1.5em;
    color: #414141;
    text-decoration: none;
}

@media screen and (max-width: 414px) {
    .logo_wrapper {
        display: block;
        width: 85%;
    }
}
.btn-top {
    border-radius: 2px;
    width: auto;
    padding: 0.8em 0.8em;
    margin-left: 1em;
    color: #fefefe;
}
.btn-top:hover {
    background: #4c8d4e;
    color: #fefefe;
}
@media screen and (max-width: 414px) {
    .header_nav-list {
      display: block;
      width: 100%;
    }
    .header_nav-item{
    margin-right: initial;
    display: block;
    width: 100%; 
    margin-bottom: 1em;
    }
    .header_nav-item > a {
    display: block;
    padding: 15px;
    text-align: center;
    color: #414141;
    font-size: 1.2em; 
    }
    .btn-top {
        margin-left: 0;
        margin: 0 3em;
    }
}
.menu-trigger {
    display: none;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 40px;
    height: 32px;
    z-index: 4; 
}
@media screen and (max-width: 414px) {
    .menu-trigger {
        display: inline-block; 
    } 
}
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #777;
    border-radius: 4px; 
}
.menu-trigger span:nth-of-type(1) {
    top: 0; 
}
.menu-trigger span:nth-of-type(2) {
    top: 14px; 
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0; 
}
.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg); 
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0; 
}
.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg); 
}
  
/* mv */
#mv {
    background: url(img/m-v.jpg) no-repeat center/ 100vw;
    border-bottom: solid 1px #fefefe;
}
#mv > .inner {
    min-height: 700px;
    position: relative;
}
.textContainer {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.mv_title {
    font-size: 3.5em;
    color: #fefefe;
    line-height: 1.6em;
    letter-spacing: 0.2em;
}
.mv_read {
    font-size: 1.5em;
    color: #fefefe;
    padding-top: 15px;
}
@media screen and (max-width: 414px) {
    #mv {
        background: url(img/m-v.jpg) no-repeat center/ cover;
        height: 500px;
    }
    .textContainer {
        padding: 10%;
        top: 40%;
    }
    .mv_title {
        font-size: 2em;
    }
    .mv_read {
        font-size: 1em;
    }
}
/* sercices */
#services {
    background: url(img/ryo-yoshitake-rD28m9BmXVs-unsplash.jpg) no-repeat left/ 60%;
    margin-top: 50px;
}
#rinen {
    background: url(img/rinen-1.jpg) no-repeat left/ 60%;
    height: 700px;
    margin-top: 50px;
}
.site-width_services {
    width: 90%;
}
#services > .inner {
    min-height: 700px;
    position: relative;
}
.services_container {
    width: 45%;
    min-height: 450px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fefefe;
    z-index: 2;
    padding: 40px 60px;
}
.rinen_container {
    width: 50%;
    top: 85%;
}
.section-title_services {
    font-size: 2.5em;
    position: relative;
    text-align: left;
    margin-bottom: 0;
}
.section-title_services::after {
    font-size: 0.5em;
    content: '事業内容';
    color: #414141;
    position: absolute;
    top: 2.5em;
    left: 10%;
}
.service_effct-title {
    font-size: 2.5em;
    margin-bottom: 1em;
}
.service_effect-read{
    padding-top: 1em;
}
.services_effect > p {
    padding-bottom: 10px;
}
.service-name {
    font-size: 1.5em;
}
@media screen and (max-width: 414px) {
    #services {
        background: none;
    }
    .site-width_services {
        width: 100%;
    }
    #services > .inner {
        min-height: 350px;
        padding-top: 0;
    }
    .services_container {
        width: 100%;
        z-index: 1;
        min-height: 350px;
        text-align: center;
    }
    .service_effct-title {
        font-size: 1.5em;
    }
    .service_effect-read {
        font-size: 0.5em;
    }
    .section-title_services {
        font-size: 2em;
        text-align: center;
        margin-bottom: 1em;
    }
    .section-title_services::after  {
        top: 3em;
        left: 50%;
        font-size: 0.5em;
    }
}
/* service */
.service {
    height: 450px;
    display: flex;
    justify-content: center;
}
.service_content {
    height: 450px;
    width: 20%;
    max-width: 400px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.service_content-img {
    height: 450px;
    width: 100%;
}
.service_content-cover {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .5s;
    background: rgba(0, 0, 0, 0.8);
}
.service_content-cover:hover {
    opacity: 1;
    transition: all .5s;
}
.service_no {
    position: absolute;
    top: 10%;
    left: 20%;  
    font-size: 10em;
    color: #fefefe;
    opacity: 0.5;
    z-index: 2;
    pointer-events: none;
}
.service_element {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    text-align: center;
    pointer-events: none;
}
.servtce_element-title {
    margin-bottom: 1em;
}
.servtce_element-title > a{
    text-decoration: none;
    color: #fefefe;
    font-size: 2em;
} 
.service_content {
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: .5s;
    overflow: hidden; 
}
.sub_service {
    height: 100px;
}
.sub_content {
    width: 20%;
    max-width: 400px;
    position:relative;
}
.sub_text {
    display: flex;
    justify-content: space-around;
    padding-top: 1em;
    font-size: 1.2em;
}
.arrow {
    position:absolute;
	left:0;
	top:35px;
	width:98%;
	height:5px;
	background-color:#88b291;
}
.arrow-2 {
    background-color: #589d5a;
}
.arrow-3 {
    background-color: #2b7b2e;
}
.arrow-4 {
    background-color: #0a600c;
}
.arrow:after {
	content:'';
	position:absolute;
	right:-15px;
	top:-8px;
	display:inline-block;
	border:10px solid transparent;
	border-left:20px solid #88b291;
}
.arrow-2:after {
    border-left:20px solid #589d5a;
}
.arrow-3:after {
    border-left:20px solid #2b7b2e;
}
.arrow-4:after {
    border-left:20px solid #0a600c;
}
.sub_content2 {
    flex-grow: 2;
    max-width: 800px;
}
.nonstop_service {
    height: 200px;
    display: block;
    padding-top: 2em;
}
.sub_nonstop {
    position: relative;
}
.arrow-nonstop {
    width: 93%;
    height: 80px;
    background: linear-gradient(90deg, #88b291, #0a600c);
}
.nonstop_text {
    display: flex;
    justify-content: space-around;
    font-size: 2em;
    color: #fefefe;
    padding-top: 13px;
}
.arrow-nonstop::after {
    right: -145px;
    top: -32px;
    border:70px solid transparent;
	border-left:80px solid #0a600c;
}
@media screen and (max-width: 414px) {
    .service {
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        overflow: hidden;
    }
    .service_content {
        width: 100%;
        height: 300px;
    }
    .service_content-img {
        height: 400px;
        width: 100%;
    }
    .servtce_element-title > a {
        font-size: 1.5em;
    }
}
/* works */
#works {
    padding-bottom: 6em;
    background-color: #eeeeee;
}
.section_title-works::after {
    content: "施工実績";
}
.works-list {
    margin-bottom: 6em;
}
.work-rist {
    font-size: 1.5em;
    list-style: none;
    margin: 2em 0 0.6em;
}
.work-rist-content {
    list-style: none;
    margin-left: 2em;
    padding-bottom: 0.3em;
}
.works_contents {
    display: flex;
    justify-content: space-around;
    font-size: 2em;
    padding: 1em 0 3em;
}
.works_content {
    width: 25%;
    min-height: 200px;
    margin-right: 1em;
    margin-bottom: 1em;
   
}
.works_content > a {
    text-decoration: none;
   
}
.works_img {
    width: 100%;
    height: 200px;
}
.works_body {
    text-decoration: none;
    color: #414141;
}
.works_body-label {
    background: transparent;
    border: 1px solid #4c8d4e;
    color: #4c8d4e;
}
.works_year {
    display: inline-block;
    margin-left: 1em;
    color: #aaaaaa;
}
.works-btn {
    float: right;
}
.service-btn{
    position: absolute;
    right: 15%;
    bottom: -65%;
}
.site-width-jisseki {
    text-align: center;
    margin-top: 6em;
}
.jisseki-title {
    color: #4c8d4e;
    font-size: 1.8em;
    display: block;
    text-align: center;
    margin-bottom: 1.5em;
}
.service-title {
    margin-top: 3em;
}
.jisseki-table > table {
    width: 60%;
    margin: 0 auto;
}
@media screen and (max-width: 414px) {
    #works {
        height: auto;
        margin-bottom: 4em;
    }
    .works_contents {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .works_content {
        height: auto;
        width: 100%;
        padding: 3em 3em 1em 3em;
        margin-right: 0;
        margin-bottom: 0;
    }
    .works_img {
        height: auto;
    }
    .works-btn {
        float: none;
    }
    .btn-works {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 130px;
        margin-bottom: 1em;
    }
    .jisseki-table > table {
        width: 90%;
    }
}
/* news */
#news {
    padding-bottom: 6em;
}
.section-title_news::after {
    content: "お知らせ";
}
.news-content {
    display: flex;
    justify-content: flex-start;
	padding: 1em;
	border-bottom: 1px solid #919191;
}
.news-element {
	margin-right: 3em;
    padding: 0.2em;
    display: inline-block;
}
.news-element:last-child {
    margin-right: 0;
}
.news-element_tag {
    color: #4c8d4e;
    border: 1px solid #4c8d4e;
	border-radius: 4px;
}
.news-element_text {
    padding-left: 2em;
    line-height: 1em;
}
.news-element_text > a {
	text-decoration: none;
	color: #414141;
}
@media screen and (max-width: 414px) {
    .news-content {
        flex-direction: column;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    .news-element_time {
        margin-right: 1em;
    }
    .news-element_tag {
        font-size: .8em;
    }
    .news-element_text {
        padding-left: 0;
        padding-top: .8em;
    }
}
/* technical */
/*.section_title-technical::after {
	content: "技術資料";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	font-size: 0.5em;
	color: #414141;
	width: 130px;	
}*/

/* page-top-icon */
#page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 10;
}
#page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #414141;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #414141;
}

/* footer */
footer {
	background: #4c8d4e;
	padding: 2em 4em 0 4em;
	overflow: hidden;
}
.footer_logo {
    padding-bottom: 2em;
}
.footer_logo a {
    font-size: 1.7em;
    color: #fefefe;
    text-decoration: none;
    font-weight: 600;
}
.footer_contents {
	display: flex;
	justify-content: space-evenly;
}
.contents_left{
	width: 65%;
	padding: 2em 4em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer_content {
	width: 50%;
	margin-bottom: 4em;
}
.footer_content:last-child {
	margin-bottom: 0;
}
.footer_title {
	font-size: 1.8em;
	color: #fefefe;
	margin-bottom: 0.5em;
}
.footer_content > a {
	text-decoration: none;
}
.footer_body-ad {
	color: #fefefe;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.contents_right {
	width: 35%;
	padding: 2em 6em;
	border-left: 1px solid #fefefe;
}
.site_map-content {
    position: relative; 
    list-style: none;  
}
.site_map-content > a {
	color: #fefefe;
	letter-spacing: 0.1em;
	line-height: 2.5em;
    text-decoration: none;
}
.site_map-contents {
    margin-left: 1.5em;
}
.site_map-content-pseudo {
    margin-left: 4.5em;
}
.site_map-content-pseudo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1em;
    transform: translate(-50%);
    background: #fefefe;
    width: 16px;
    height: 2px;
}
.site_map-content-list {
    position: relative;
    margin-left: 2em;
    list-style: none;
}
.site_map-content-list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1em;
    transform: translate(-50%);
    background: #414141;
    width: 16px;
    height: 2px;
}
.list-1::before {
    top: 25%;
}
.copyright {
	padding-top: 0.5em;
	float: right;
	color: #fefefe;
}
.copyright > a {
	color: #fefefe;
	text-decoration: none;
}
.blog_title {
    font-size: 1.2em;
}
@media screen and (max-width: 414px) {
    #footer {
        padding: 1em;
        text-align: center;
    }
    .footer_logo img {
        width: 80%;
    }
    .footer_content {
        width: 100%;
        margin-bottom: 2em;
    }
    .footer_title {
        font-size: 1.2em;
    }
    .contents_right {
        display: none;
    }
    .contents_left {
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 1em .5em;
    }
}
