@import url(sanitize.css);

/* Header */
#header {
    position: sticky;
    z-index: 999;
    top: 0;
    width: 90%;
    height: 82px;
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header_table {
    width: 100%;
    height: 100px;
    padding-top: 0;
    padding-bottom: 10px;
    /* margin-bottom: 15px; */
}

.header_logo img {
    height: 90px;
}

@media screen and (max-width: 600px) {
    .header_logo img {
        height: 65px;
        object-fit: cover;
        width: 100%;
    }

    .header_logo {
        line-height: 48px;
        font-size: 200%;
        padding: 0 50px;
        margin: auto;
        text-align: center;
    }

    .sp_none {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .pc_none {
        display: none;
    }
}

.head_tel_area li {
    display: inline-block;
    vertical-align: middle;
}

.head_tel_area {
    margin: 0;
}

.head_tel_area .head_contact a {
    /* padding: 9px 25px; */
    margin-right: 0;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    font-size: 109%;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .head_tel_area {
        display: none;
    }
}

/* .head_contact a {
    background-color: #136a08 !important;
    color: #fff !important;
} */

.head_contact img {
    height: 40px;
}

#gnav {
    width: 100%;
    border: none;
    transition: .4s all ease-out;
}

@media screen and (max-width: 600px) {
    #gnav {
        display: none;
    }
}

#gnav ul {
    display: flex;
    margin: 0 auto;
    padding: 0 3%;
}

#gnav li {
    display: inline-block;
    margin: 0;
    position: relative;
    line-height: 1.3em;
    margin-right: 16px;
    margin-left: 16px;
}

#gnav .container {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s all ease-out;
}

.gnav_menu li {
    position: relative;
}

.gnav_menu li:first-child::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #086A19;
    top: 0;
    left: -16px;
}

.gnav_menu li::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #136a08;
    top: 0;
    right: -16px;
}

.gnav_menu a {
    position: relative;
    text-decoration: none;
    color: #554E4E;
    padding: 0;
    /* font-weight: bold; */
    font-size: 1.1rem;
}

.gnav_menu a:hover {
    position: relative;
    padding: 0;
    /* font-weight: bold; */
    font-size: 1.1rem;
}

/* ハンバーガーメニュー */
#global_navi {
    background: #333;
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
}

#global_navi img {
    height: 40px;
}

#wrapper nav ul li {
    display: inline-block;
    font-size: 16px;
    padding: 30px 20px 25px 28px;
}

#wrapper nav ul li a {
    color: #ddd
}

#wrapper nav ul li :hover {
    color: #b1b1b1
}

#global_navi {
    display: none;
}

@media screen and (max-width: 600px) {
    #wrapper nav {
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100%;
        padding-top: 50px;
        background: #333;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2
    }

    #global_navi {
        display: flex;
    }

    #wrapper nav ul li {
        display: block;
        padding: 20px 28px
    }

    #wrapper nav ul li a {
        text-decoration: none;
        color: #ddd
    }

    #wrapper .btn-gnavi {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 24px;
        z-index: 3;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }

    #wrapper .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #666;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }

    #wrapper .btn-gnavi span:nth-child(1) {
        top: 0
    }

    #wrapper .btn-gnavi span:nth-child(2) {
        top: 10px
    }

    #wrapper .btn-gnavi span:nth-child(3) {
        top: 20px
    }

    #wrapper .btn-gnavi.open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #wrapper .btn-gnavi.open span {
        background: #fff
    }

    #wrapper .btn-gnavi.open span {
        width: 24px;
    }

    #wrapper .contents section p {
        position: absolute;
        top: 50%;
        width: 30%;
        line-height: 1.4;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 6px #666
    }

    #wrapper .contents section:nth-child(odd) p {
        left: 10%
    }

    #wrapper .contents section:nth-child(even) p {
        right: 10%
    }
}

/* footer */
.footer_table {
    position: relative;
    width: 100%;
    height: 90px;
    padding-bottom: 0;
    padding-top: 10px;
    margin-top: 22px;
    transition: .2s all ease-out;
}

.footer_table img{
    height: 90px;
}

@media screen and (max-width: 600px) {
    .footer_table img{
        width: 100%;
    }
}

.ft_info_area {
    position: absolute;
    top: 0;
    /* padding: 0px 5%; */
    width: 60%;
}

.ft_info_area p {
    margin: 20px 0px;
}

.ft_map {
    position: absolute;
    top: 0;
    left: 60%;
    width: 40%;
    height: 350px;
}

/* iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

/* @media screen and (max-width: 600px){
    .footer_table{
        position:static;
    }

} */

.ft_menu {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
}

.ft_menu li {
    display: list-item;
    width: 50%;
    line-height: 2.5;
    position: relative;
    display: block;
    /* padding: 0 0 0 25px; */
}

.ft_menu_link {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    text-decoration: none;
    color: #554E4E;
    font-size: 1.1rem;
}

.ft_menu_link::after {
    position: absolute;
    content: '';
    top: 21px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #95a6bf;
}

@media screen and (max-width: 600px) {
    .ft_menu {
        display: block;
        padding: 0 5%;
    }

    .ft_menu li {
        width: 100%;
    }

    .ft_menu_link {
        font-size: 1.0rem;
    }
}


/* Main */
.slideshow-fade {
    position: relative;
    width: 100%;
    height: 30vw;

}

.slideshow-fade li {
    list-style: none;
    width: 100%;
    height: 30vw;

}

.slideshow-fade img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* margin: auto;
    display: block; */
    object-fit: cover;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .slideshow-fade {
        height: 50vw;
    }
    .slideshow-fade li {
        height: 50vw;
    }

}

.section_news {
    max-width: 850px;
    margin: 50px auto 0;
    padding: 0 20px;
}

@media screen and (min-width: 600px) {
    .news_main {
        display: flex;
    }
}

.news_list a{
    text-decoration: none;
    color: #000;
}

.news_title {
    min-width : 150px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.2rem;
    /* letter-spacing: 0.02em; */
}

.news_title span {
    padding-bottom: 12px;
    border-bottom: 2px solid #136a08;
}

.news_list {
    width: 100%;
    margin-bottom: 45px;
    padding: 0;
}

.news_list p {
    display: inline-block;
    margin-right: 2em;
}

.news_list a {
    display: block;
}

.news_list li {
    /* display: flex; */
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #d2d2d2;
}

.page_title {
    /* margin: 20px 0px; */
    /* margin-top: 10px; */
    margin-bottom: 40px;
}

.title {
    font-size: 4.0rem;
    margin-bottom: 0;
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}

.title_jp {
    font-size: 1.2rem;
    color: #136a08;
    margin-top: 0px;
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}

.title span {
    display: block;
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}

.title.-visible,
.title.-visible span {
    transform: translate(0, 0);
}

.title_jp span {
    display: block;
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}

.title_jp.-visible,
.title_jp.-visible span {
    transform: translate(0, 0);
}

@media screen and (max-width: 600px) {
    .title {
        font-size: 2.0rem;
    }

    .title_jp {
        font-size: 1.0rem;
    }
}

.section_title {
    display: block;
    text-align: center;
    font-size: 2rem;
    /* text-decoration: underline 2px; */
    text-underline-offset: 0.1em;
    text-decoration-line: underline;
    text-decoration-color: #136a08;
    text-decoration-thickness: 2px;
    letter-spacing: 6px;
}

@media screen and (max-width: 600px) {
    .section_title {
        font-size: 1.5rem;
    }
}

.philosophy_img img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}

.philosophy_img {
    text-align: center;
}

.section_philosophy {
    padding: 30px 0px;
}

@media screen and (min-width: 600px) {
    .philosophy_main {
        display: flex;
        align-items: center;
    }

    .philosophy_main :last-child {
        flex-direction: row-reverse;
    }

    .philosophy_img {
        width: 47%;
    }

    .philosophy_Text {
        box-sizing: border-box;
        width: 53%;
        padding: 0 3%;
    }

    .philosophy_Text p {
        /* margin-bottom: 50px; */
        line-height: 2.2;
    }
}

.section_company {
    background-color: #ECF7DC;
    padding: 10px 0px;
}

.company_main {
    background-color: #FFFAFA;
    margin-right: 10%;
    margin-left: 10%;
    /* max-width: 1000px; */
}

.company_list {
    margin-bottom: 40px;
    padding: 20px 0px;
}

.company_list li {
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 20px 15px;
    border-bottom: 1px solid #cccccc;
}

.company_list span {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 1.4rem;
}

@media only screen and (min-width: 600px) {
    .company_list {
        max-width: 800px;
        margin: 0 auto 80px;
    }

    .company_list li {
        display: flex;
        padding: 35px 15px;
    }

    .company_list span {
        display: block;
        width: 14em;
        margin: 0;
        font-size: 1.2rem;
    }

    .company_list div {
        width: calc(100% - 12em);
        font-size: 1.2rem;
    }
}

.section_business {
    padding: 30px 0px;
    margin-bottom: 50px;
}

.business_img img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}

.business_img {
    text-align: center;
}

@media screen and (min-width: 600px) {
    .business_main {
        display: flex;
        align-items: center;
    }

    /* .business_main :last-child {
        flex-direction: row-reverse;
    } */

    .business_img {
        width: 47%;
    }

    .business_Text {
        box-sizing: border-box;
        width: 53%;
        padding: 0 3%;
    }

    .business_rev {
        flex-direction: row-reverse;
    }

    .business_Text p {
        margin-bottom: 50px;
        font-size: 1.1rem;
        line-height: 2.2;
    }
}

/* Works */
#works_list {
    display: grid;
    row-gap: 4em;
    grid-template-columns: repeat(auto-fill, minmax(17em, 1fr));
    column-gap: 7.0%;
    padding: 0;
}

.works_img {
    height: 17.2em;
    text-align:center;
}

.works_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

#works_list li {
    background-color: #fff;
}

#works_list a {
    text-decoration: none;
    color: #554E4E;
}

.works_item_hover {
    cursor: pointer;
    display: block;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.works_item_hover:hover {
    opacity: .7 !important;
}

/* WorksDetail */
@media screen and (min-width: 600px) {
    .worksDetail_img {
        display: flex;
        /* align-items: center; */
        /* text-align: center; */
        /* max-width: 900px; */
    }
}

.worksDetail_Comment {
    margin: 50px 0px;
    font-size: 1.1rem;
}

.worksDetail_img {
    margin: 50px 0px;
}

.worksDetail_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.img_before {
    width: 50%;
    margin-right: 50px;
}

.img_before h3 {
    text-align: left;
    font-size: 1.3rem;
    color: #554E4E;
}

.img_after {
    width: 60%;
}

.img_after h3 {
    text-align: right;
    font-size: 1.3rem;
}

@media screen and (max-width: 600px) {
    .img_before{
        margin-right: 0;
        width: 60%;
    }

    .img_after{
        width: 80%;
    }
}

.worksDetail_Summary li {
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 20px 15px;
    border-bottom: 1px solid #cccccc;
}

.worksDetail_Summary span {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 1.4rem;
}

@media only screen and (min-width: 600px) {
    .worksDetail_Summary {
        max-width: 800px;
        margin: 0 auto 80px;
    }

    .worksDetail_Summary li {
        display: flex;
        padding: 20px 15px;
    }

    .worksDetail_Summary span {
        display: block;
        width: 14em;
        margin: 0;
        font-size: 1.2rem;
    }

    .worksDetail_Summary div {
        width: calc(100% - 12em);
        font-size: 1.2rem;
    }
}

/* news */
.news_main{
    min-height: 200px;
}

/* Common */
header {
    background-color: #FFFAFA;
}

body {
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #FFFAFA;
}

.font_jp {
    font-family: A1 Gothic M !important;
}

ul {
    list-style: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1240px;
}

.flex {
    display: flex;
}

.flex_a_ctr {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_j_between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

nav ul {
    list-style: none;
}

a:hover {
    color: #136a08;
    opacity: 5;
    transition: all .4s;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

/* allowButton */
.allowBtn a {
    text-decoration-line: none;
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    letter-spacing: 6px;
}

.allowBtn a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #136a08;
    transition: 0.3s;
}

.allowBtn a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #136a08;
    transition: 0.3s;
}

.allowBtn a:hover:before,
.allowBtn a:hover:after {
    right: -2.5em;
}

.allowBtn a:hover {
    background: #ECF7DC;
    color: #136a08;
}