@import url(sanitize.css);

/* ------------------------------ */
/* リセットCSS */
/* ------------------------------ */


html {
    color: #000;
    background: #fff;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,
textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
}

ol,ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

q:before,q:after {
    content: "";
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,textarea,select,button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    *font-size: 100%;
    border-radius: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: inherit;
}

input,textarea,select {
    font-size: 16px;
}

textarea {
    resize: vertical;
    display: block;
}

button {
    padding: 0;
    cursor: pointer;
}

legend {
    color: #000;
}

main {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    -webkit-touch-callout: none;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

svg {
    display: block;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

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

body {
    width: 100%;
    background-color: #ffffff;
    color: #333;
    font-size: 1rem;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}

 /* ------------------------------ */
  /* 全体共通のスタイル */
  /* ------------------------------ */


html {
    background-color: #fff;
}

body {
    width: 100%;
    background-color: #FFFEF8;
    color: #000000;
    /* font-size: 1rem; */
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
    body {
    overflow-x: hidden;
    font-size: 30px;
    }
}

.main {
    width: 94%;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.lf_anchor::before {
    content: " ";
    margin-top: -140px;
    height: 140px;
    display: block;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .lf_anchor::before {
    margin-top: -70px;
    height: 70px;
    }
}


   /* ------------------------------ */
  /* ヘッダー */
  /* ------------------------------ */


.c-header {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    background-color: #FFFEF8;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.header_logo {
    min-width: 80px;
    text-decoration: none;
}

#nav {
    list-style: none;
    overflow: hidden;
}

#nav li {
    width: 100px;
    text-align: center;
    float: left;
}


#nav li :hover {
    color: #005726;
    cursor: pointer;
    width: 100px;
    text-align: center;
}

#nav li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}


@media screen and (max-width: 768px) {
    .c-header {
        width: 100%;
        text-align: center;
        background-color: #FFFEF8;
        box-sizing: border-box;
        display: block;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 20px
    }
    
    .header_logo {
        min-width: 80px;
        text-decoration: none;
    }
    
    #nav {
        width: 100%;
        text-align: center;
        list-style: none;
        overflow: hidden;
    }
    
    #nav li {
        width: 100px;
        float: left;
    }
    
    #nav li a {
        text-decoration: none;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

}


/* メインイメージ */

.main {
    max-width: 100%;
    min-width: 50%;
    margin: 0 auto;
    height: 860px;
    background-image: url("../img/main_image.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    align-items: center;
    margin-bottom: 100px;
    overflow: hidden;
}

@media screen and (max-width: 1800px) {
    .main {
    max-width: 1800px;
    height: 620px;
    background-image: url("../img/main_image.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    align-items: center;
    margin-bottom: 60px;
    overflow: hidden;
    }
}


@media screen and (max-width: 1680px) {
    .main {
    max-width: 1680px;
    height: 520px;
    background-image: url("../img/main_image.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    align-items: center;
    margin-bottom: 60px;
    overflow: hidden;
    }
}

@media screen and (max-width: 1280px) {
    .main {
    max-width: 1280px;
    height: 400px;
    background-image: url("../img/main_image.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    align-items: center;
    margin-bottom: 60px;
    overflow: hidden;
    }
}
    
@media screen and (max-width: 768px) {
    .main {
    max-width: 768px;
    height: 520px;
    background-image: url("../img/main_image_sp.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    align-items: center;
    margin-bottom: 60px;
    overflow: hidden;
    }
}

/* コンテンツ */

#container {
    width: 100%;
    margin: 0 auto;
}

/* グリーティング */

#GREETING {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
}

#GREETING .e_image {       
    opacity: 0.50;
    margin-left: -260px;
    margin-top: -60px;
}

#GREETING .sub_tittle {
    position:  absolute; 
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    z-index: 30;
}

#GREETING .tittle {
    position:  absolute; 
    color: #000000;
    font-size: 80px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 6px;
    margin-top: -30px;
    z-index: 30;
    padding-top: 30px;
}

#GREETING .tittle .green{
    color: #005726;
    font-size: 80px;
    font-weight: 500;
    z-index: 30;
    padding-top: 30px;
}

#GREETING .txt_01 {
    position:  absolute; 
    color: #005726;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 40px;
    letter-spacing: 1px;
    z-index: 30;
    padding-top: 130px;
}

#GREETING .txt_02 {
    position:  absolute; 
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 30px;
    z-index: 30;
    padding-top: 240px;
    padding-right: 40px;
}


/* グリーティング_SP */


@media screen and (max-width: 900px) {
    #GREETING {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 120px;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    #GREETING {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 120px;
        position: relative;
    }
    
    #GREETING .e_image {                                            
        top: 0;
        opacity: 0.50;
        margin-left: -200px;
        margin-top: -20px;
    }
    
    #GREETING .sub_tittle {
        position:  absolute; 
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        z-index: 30;
    }
    
    #GREETING .tittle {
        position:  absolute; 
        color: #000000;
        font-size: 50px;
        font-weight: 500;
        padding-bottom: 10px;
        letter-spacing: 6px;
        margin-top: -30px;
        z-index: 30;
        padding-top: 50px;
    }
    
    #GREETING .tittle .green{
        color: #005726;
        font-size: 50px;
        font-weight: 500;
        z-index: 30;
        padding-top: 40px;
    }
    
    #GREETING .txt_01 {
        width: 100%;
        padding-right: 20px;
        position:  absolute; 
        color: #005726;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: .54px;
        z-index: 30;
        padding-top: 110px;
        text-align: left;
    }
    
    #GREETING .txt_02 {
        width: 100%;
        position:  absolute; 
        color: #000000;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        z-index: 30;
        padding-top: 220px;
        text-align: left;
    }
}



/* 事業内容 */

#BUSINESS_body {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/back_repeat.png");
    background-repeat: repeat-x;
    background-position: left -30px;
}

.BUSINESS {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
}

.BUSINESS .sub_tittle {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.BUSINESS .tittle {
    color: #000000;
    font-size: 80px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 6px;
    margin-top: -30px;
    padding-top: 10px;
}

.BUSINESS .tittle .green{
    color: #005726;
    font-size: 80px;
    font-weight: 500;
    z-index: 30;
    padding-top: 30px;
}

.BUSINESS_contents {
    max-width: 100%;
    margin: 0 auto;
}

.BUSINESS_contents_in{
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

/* コンサルティング */


.BUSINESS_contents_in .consultant {
    max-width: 520px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.BUSINESS_contents_in .consultant .consultant_items .green_icon {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
}

.BUSINESS_contents_in .consultant .consultant_items .green_icon .consultant_tittle {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.BUSINESS_contents_in .consultant .consultant_items .consultant_txt {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.05em;
}

/* 行政書類の代行業務 */


.BUSINESS_contents_in .document{
    max-width: 520px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.BUSINESS_contents_in .document .document_items .green_icon {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
}

.BUSINESS_contents_in .document .document_items .green_icon .document_tittle {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.BUSINESS_contents_in .document .document_items .document_txt {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.05em;
}

/* 金属・非金属の買取・リサイクル */


.BUSINESS_contents_in .metal {
    max-width: 520px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.BUSINESS_contents_in .metal .metal_items .green_icon {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
}

.BUSINESS_contents_in .metal .metal_items .green_icon .metal_tittle {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.BUSINESS_contents_in .metal .metal_items .metal_txt {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.05em;
}

/* 解体工事業 */


.BUSINESS_contents_in .demolition {
    max-width: 520px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.BUSINESS_contents_in .demolition .demolition_items .green_icon {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
}

.BUSINESS_contents_in .demolition .demolition_items .green_icon .demolition_tittle {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.BUSINESS_contents_in .demolition .demolition_items .demolition_txt {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.05em;
}

/* 遺品整理・生前整理 */


.BUSINESS_contents_in .organize {
    max-width: 520px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.BUSINESS_contents_in .organize .organize_items .green_icon {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
}

.BUSINESS_contents_in .organize .organize_items .green_icon .organize_tittle {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.BUSINESS_contents_in .organize .organize_items .organize_txt {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.05em;
}

/* から要素 */

.BUSINESS_contents_in::after {
    content:"";
    display: block;
    width:50%;
}

/* 事業内容_SP */

@media screen and (max-width: 768px) {

    #BUSINESS_body {
        width: 100%;
        margin: 0 auto;
        background-image: url("../img/back_repeat_sp.png");
        background-repeat: repeat-x;
    
    }
    
    .BUSINESS {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    
    .BUSINESS .sub_tittle {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
    }
    
    .BUSINESS .tittle {
        color: #000000;
        font-size: 50px;
        font-weight: 500;
        padding-bottom: 10px;
        letter-spacing: 6px;
        margin-top: -30px;
        padding-top: 20px;
    }
    
    .BUSINESS .tittle .green {
        color: #005726;
        font-size: 50px;
        font-weight: 500;
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {


    .BUSINESS_contents {
        width: 100%;
        margin: 0 auto;

    }
    
    .BUSINESS_contents_in{
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

        /* コンサルタント_SP */

    .BUSINESS_contents_in .consultant {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .BUSINESS_contents_in .consultant .consultant_items .green_icon {
        padding-top: 30px;
        padding-bottom: 20px;
        display: flex;
    }
    
    .BUSINESS_contents_in .consultant .consultant_items .green_icon .consultant_tittle {
        padding-left: 10px;
        font-size: 20px;
        padding-top: 12px;
        font-weight: bold;
        color: #000;
    }
    
    .BUSINESS_contents_in .consultant .consultant_items .consultant_txt {
        font-size: 14px;
        font-weight: normal;
        color: #000;
        line-height: 30px;
    }
    

    /* 行政書類_SP */

    .BUSINESS_contents_in .document{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .BUSINESS_contents_in .document .document_items .green_icon {
        padding-top: 30px;
        padding-bottom: 20px;
        display: flex;
    }
    
    .BUSINESS_contents_in .document .document_items .green_icon .document_tittle {
        padding-left: 10px;
        font-size: 20px;
        padding-top: 12px;
        font-weight: bold;
        color: #000;
    }
    
    .BUSINESS_contents_in .document .document_items .document_txt {
        font-size: 14px;
        font-weight: normal;
        color: #000;
        line-height: 30px;
    }

    /* 金属_SP */

    .BUSINESS_contents_in .metal{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .BUSINESS_contents_in .metal .metal_items .green_icon {
        padding-top: 30px;
        padding-bottom: 20px;
        display: flex;
    }
    
    .BUSINESS_contents_in .metal .metal_items .green_icon .metal_tittle {
        padding-left: 10px;
        font-size: 20px;
        padding-top: 12px;
        font-weight: bold;
        color: #000;
    }
    
    .BUSINESS_contents_in .metal .metal_items .metal_txt {
        font-size: 14px;
        font-weight: normal;
        color: #000;
        line-height: 30px;
    }

    /* 解体_SP */

    .BUSINESS_contents_in .demolition{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .BUSINESS_contents_in .demolition .demolition_items .green_icon {
        padding-top: 30px;
        padding-bottom: 20px;
        display: flex;
    }
    
    .BUSINESS_contents_in .demolition .demolition_items .green_icon .demolition_tittle {
        padding-left: 10px;
        font-size: 20px;
        padding-top: 12px;
        font-weight: bold;
        color: #000;
    }
    
    .BUSINESS_contents_in .demolition .demolition_items .demolition_txt {
        font-size: 14px;
        font-weight: normal;
        color: #000;
        line-height: 30px;
    }


        /* 遺品整理_SP */

    .BUSINESS_contents_in .organize{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .BUSINESS_contents_in .organize .organize_items .green_icon {
        padding-top: 30px;
        padding-bottom: 20px;
        display: flex;
    }
    
    .BUSINESS_contents_in .organize .organize_items .green_icon .organize_tittle {
        padding-left: 10px;
        font-size: 20px;
        padding-top: 12px;
        font-weight: bold;
        color: #000;
    }
    
    .BUSINESS_contents_in .organize .organize_items .organize_txt {
        font-size: 14px;
        font-weight: normal;
        color: #000;
        line-height: 30px;
    }


}


/* 会社概要 */

#COMPANY_body {
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    /* background-color: #FFF684; */
}

.COMPANY {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}

.COMPANY .sub_tittle {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.COMPANY .tittle {
    color: #000000;
    font-size: 80px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 6px;
    margin-top: -30px;
    padding-top: 10px;
}

.COMPANY .tittle .green{
    color: #005726;
    font-size: 80px;
    font-weight: 500;
    z-index: 30;
    padding-top: 30px;
}

.COMPANY_contents {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.COMPANY_contents .COMPANY_contents_in {
    display: flex;
}

.COMPANY_contents .COMPANY_subtit {
    width: 560px;
    font-size: 24px;
    font-weight: bold;
}

.COMPANY_contents .COMPANY_left {
    padding-right: 40px;
}

.COMPANY_contents .COMPANY_right {
    padding-left: 40px;
}

#table01 {
    width: 560px;
    padding-left: 40px;
    padding-bottom: 40px;
}

#table01 th {
    font-size: 16px;
    font-weight: bold;
}

#table01 td {
    font-size: 16px;
    font-weight: normal;
}

#table01 th,#table01 td {
    padding-top: 30px;
    border: none;
    vertical-align: baseline;
}

#table01 th {
    width: 30%;
}

.COMPANY_right .green_icon {
    padding-top: 30px;
    display: flex;
}

.COMPANY_right .green_icon .right_tittle_01 {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}


/* 会社概要_SP */


@media only screen and (max-width: 768px) {

    #COMPANY_body {
        padding-top: 10px;
        width: 100%;
        margin: 0 auto;
        /* background-color: #FFF684; */
    }
    
    .COMPANY {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    
    .COMPANY .sub_tittle {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
    }
    
    .COMPANY .tittle {
        color: #000000;
        font-size: 50px;
        font-weight: 500;
        padding-bottom: 10px;
        letter-spacing: 6px;
        margin-top: -30px;
        padding-top: 20px;
    }
    
    .COMPANY .tittle .green{
        color: #005726;
        font-size: 50px;
        font-weight: 500;
        padding-top: 30px;
    }
    
    .COMPANY_contents {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        display: block;
        padding-bottom: 40px;
    }
    
    .COMPANY_contents .COMPANY_contents_in {
        display: block;
    }
    
    .COMPANY_contents .COMPANY_subtit {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
    }
    
    .COMPANY_contents .COMPANY_left {
        padding-right: 0;
        padding-bottom: 40px;
    }
    
    .COMPANY_contents .COMPANY_right {
        padding-left: 0;
    }
    
    #table01 {
        width: 100%;
        padding-left: 20px;
        padding-bottom: 40px;
    }

    #table01 tr {
        display: block;
    }
    
    #table01 th {
        display: block;
        font-size: 16px;
        font-weight: bold;
    }
    
    #table01 td {
        display: block;
        font-size: 16px;
        font-weight: normal;
    }
    
    #table01 th,#table01 td {
        display: block;
        padding-top: 30px;
        border: none;
        vertical-align: baseline;
    }
    
    #table01 th {
        width: 30%;
    }
    
    .COMPANY_right .green_icon {
        padding-top: 30px;
        display: flex;
    }
    
    .COMPANY_right .green_icon .right_tittle_01 {
        padding-left: 10px;
        padding-top: 10px;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

}


/* お問合せ */

#CONTACT_body {
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    /* background-color: #FFF684; */
}

.CONTACT {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.CONTACT .sub_tittle {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.CONTACT .annotation {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.CONTACT .tittle {
    color: #000000;
    font-size: 80px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 6px;
    margin-top: -30px;
    padding-top: 10px;
}

.CONTACT .tittle .green{
    color: #005726;
    font-size: 80px;
    font-weight: 500;
    z-index: 30;
    padding-top: 30px;
}

.CONTACT_contents {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.CONTACT_contents .CONTACT_contents_in {
    display: flex;
}

.CONTACT_contents .CONTACT_subtit {
    width: 560px;
    font-size: 24px;
    font-weight: bold;
}



.CONTACT_contents  .CONTACT_left {
    padding-top: 20px;
    padding-bottom: 40px;
    width: 560px;
    display: flex;
}

.CONTACT_txt_01 {
    padding-left: 20px;
}

.CONTACT_txt_01 .CONTACT_sub {
    font-size: 16px;
    font-weight: bold;
}

.CONTACT_txt_01 .mail {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #005726;
}

.CONTACT_contents  .CONTACT_right {
    padding-top: 20px;
    padding-bottom: 40px;
    width: 560px;
    display: flex;
}

.CONTACT_txt_02 {
    padding-left: 20px;
}

.CONTACT_txt_02 .CONTACT_sub {
    font-size: 16px;
    font-weight: bold;
}

.CONTACT_txt_02 .phone_no {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.CONTACT_txt_02 .phone_no a[href^="tel:"] {
    pointer-events: none;
}

.CONTACT_txt_02 .phone_sub {
    font-size: 14px;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    #CONTACT_body {
        padding-top: 10px;
        width: 100%;
        margin: 0 auto;
        /* background-color: #FFF684; */
    }
    
    .CONTACT {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-left: 20px;
    }
    
    .CONTACT .sub_tittle {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
    }

    .CONTACT .annotation {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
    }
    
    .CONTACT .tittle {
        color: #000000;
        font-size: 50px;
        font-weight: 500;
        padding-bottom: 10px;
        letter-spacing: 6px;
        margin-top: -30px;
        padding-top: 20px;
    }
    
    .CONTACT .tittle .green{
        color: #005726;
        font-size: 50px;
        font-weight: 500;
        padding-top: 30px;
    }
    
    .CONTACT_contents {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding-bottom: 40px;
    }
    
    .CONTACT_contents .CONTACT_contents_in {
        display: block;
    }
    
    .CONTACT_contents .CONTACT_subtit {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
    }
    

    
    .CONTACT_contents  .CONTACT_left {
        padding-top: 20px;
        padding-bottom: 40px;
        margin-left: -30px;
        width: 100%;
        display: block;
    }
    
    .CONTACT_txt_01 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-top: 20px;
    }

    .CONTACT_icon {
        width: 100%;
        text-align: center;
    }
    
    .CONTACT_txt_01 .CONTACT_sub {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    
    .CONTACT_txt_01 .mail {
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 10px;
        color: #005726;
    }
    
    .CONTACT_contents  .CONTACT_right {
        padding-top: 20px;
        padding-bottom: 40px;
        margin-left: -30px;
        width: 100%;
        display: block;
    }
    
    .CONTACT_txt_02 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-top: 20px;
    }
    
    .CONTACT_txt_02 .CONTACT_sub {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    
    .CONTACT_txt_02 .phone_no {
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        color: #000000;
    }

    .CONTACT_txt_02 .phone_no a[href^="tel:"] {
        pointer-events: auto;
    }
     
    .CONTACT_txt_02 .phone_sub {
        font-size: 14px;
        font-weight: normal;
    }

}



/* フッダー */

#footer {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:linear-gradient(#36B100, #005726); 
}


#footer .e_image_in .e_image_ft {  
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(10%, 0);
    width: 400px;
    height: 240px;
    background-color: none;
    text-align: left;
}

.footer_in {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}

.footer_left {
    max-width: 590px;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
}

.corprate_name {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.adress {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.footer_right {
    padding-top: 40px;
    padding-bottom: 20px;
}

.copy {
    width: 100%;
    background-color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-top: 4px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 6px;
}

@media screen and (max-width: 768px) {

    #footer {
        position: relative; 
        margin: 0 auto;
        width: 100%;
        background:linear-gradient(#36B100, #005726); 
    }

    
    #footer .e_image_in .e_image_ft {  
        position: absolute;
        top: 0;
        left: -80px;
        transform: translate(10%, 0);
        width: 400px;
        height: 240px;
        background-color: none;
        text-align: left;
    }


    .footer_in {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_right {
        padding-top: 0;
        padding-bottom: 40px;
    }
    
    .footer_left {
    color: #ffffff;
    }

    .copy {
        width: 100%;
        background-color: #ffffff;
        font-size: 14px;
        text-align: center;
        padding-top: 4px;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 80px;
    }
    
}


/* 追従ボタン */


    .formbutton_pc {
        z-index: 100;
        position: fixed;
        right: 60px;
        bottom: 120px;
    }

    .formbutton_pc :hover {
        transition: .3s;
        transform: scale(1.1);
    }
    
    .formbutton_pc a {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .formbutton_sp {
        display: none;
        z-index: 100;
        position: fixed;
        right: 60px;
        bottom: 120px;
    }
    
    .formbutton_sp a {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
    }
    

    @media screen and (max-width: 768px) {

        .formbutton_sp {
            display: block;
            width: 100%;
            text-align: center;
            z-index: 100;
            position: fixed;
            right: 0;
            bottom: 0;
            margin-top: 20px;
        }
        
        .formbutton_sp a {
            display: inline-block;
            position: relative;
            width: 100%;
            height: 100%;
        }

        .formbutton_pc {
            display: none;
            z-index: 100;
            position: fixed;
            right: 60px;
            bottom: 120px;
        }
        
        .formbutton_pc a {
            display: inline-block;
            position: relative;
            width: 100%;
            height: 100%;
        }
}




/*==================================================
	effect-scroll
====================================================*/
.lf_effect-fade {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
  
    -webkit-transition: all 600ms 0.2s;
    transition: all 600ms 0.2s;
  }
  
  .lf_effect-fade.lf_effect-scroll {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  /*==================================================
      scale-scroll
  ====================================================*/
  .lf_scale-fade {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  
    -webkit-transition: all 600ms 0.2s;
    transition: all 600ms 0.2s;
  }
  
  .lf_scale-fade.lf_scale-scroll {
    opacity: 1;
    　-webkit-transform: scale(1);
    transform: scale(1);
  }