@charset "UTF-8";

/*---------------------------------

	全体

---------------------------------*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #333;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #222;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
}

/*---------------------------------

	メインエリア

---------------------------------*/
/*
	Navigation
---------------------------------*/
header {
    padding: 10px 4%;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 4;
}

.h-inner {
    max-width: 1300px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.h-left {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.h-logo {
    max-width: 100%;
    display: inline-block;
}

nav {
    margin: 0 0 0 auto;
}

ul.h-right {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.h-right li {
    margin: 0 0 0 20px;
    font-size: 14px;
}

ul.h-right a {
    text-decoration: none;
    color: #312114;
    font-weight: bold;
}

.sp-nav ul.h-right a {
    color: #fff;
}


ul.h-right li:last-child a {
    background-color: #CD853F;
    padding: 10px;
    border-radius: 4px;
}

.sp-nav {
    display: none;
}

/*
	Main Visual
---------------------------------*/
.c-cate {
    position: relative;
}

.c-cate_bg {
    height: 100vh;
    min-height: 800px;
    color: #fff;
    background-color: #EEF4E7;
    background-image: url("../img/bg_h_pc.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-cate_inner {
    height: 100%;
    max-width: 1300px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

.c-cate_txt {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.c-cate_txt1 {
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.25em;
}

.c-cate_txt2 {
    letter-spacing: .04em;
    font-size: 17px;
    margin-bottom: 30px;
}

/*
    Page Visual
---------------------------------*/
.c-page-ttl-area {
    width: 100%;
    height: 200px;
    background-color: #00192c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}

.c-page-ttl-area-corporate {
    background-image: url(../img/bg_page_company.jpg)
}

.c-page-ttl-area-product {
    background-image: url(../img/bg_page_product.jpg)
}

.c-page-ttl-area-contact {
    background-image: url(../img/bg_page_contact.jpg)
}

.c-page-ttl-group {
    max-width: 1360px;
    margin: 0px auto;
    padding-top: 90px;
    text-align: center;
}

.c-page-ttl {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.6rem;
}

/*
	Container
---------------------------------*/
.m-sec {
    background-color: #c2d6a2;
    flex: 1;
}

.m-feature {
    max-width: 1090px;
    margin: 0 auto;
    padding: 20px 50px;
    position: relative;
    z-index: 3;
    background-color: rgb(255, 255, 255, 0.8);
}

.c-ttl1 {
    margin-bottom: 60px;
    margin-top: 0;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    position: relative;
    font-size: 2.6rem;
    margin: 1rem 0 1.5rem;
}

.c-ttl1::before {
    content: "";
    display: block;
    width: 1em;
    height: 4px;
    background-color: #6D8752;
    margin-right: 0.76em;
}

.c-ttl2 {
    margin-bottom: 60px;
    margin-top: 0;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    position: relative;
    font-size: 1.8rem;
    margin: 100px 0 40px;
}

.c-ttl2::before {
    content: "";
    display: block;
    width: 0.8em;
    height: 4px;
    background-color: #6D8752;
    margin-right: 0.5em;
}

.row {
    display: flex;
    justify-content: space-between;
}

.col-2 {
    width: calc(50% - 1rem);
}

.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    /* 比率を4:3に固定 */
    margin: 1rem 0 2rem 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.c-table1>tbody>tr>th,
.c-table1>tbody>tr>td {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 0.7em 0.8em;
}

.c-table1>tbody>tr>th {
    padding-left: 0;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    width: 30%;
    position: relative;
}

.c-table1>tbody>tr>th::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: -1px;
    left: 0;
    position: absolute;
    background-color: #6D8752;
}

.m-product {
    padding: 40px 30px;
    background-color: #fff;
    border: 4px solid #6D8752;
    border-radius: 10px;
    display: flex;
}

.m-product:not(:last-child) {
    margin-bottom: 20px;
}

.m-document {
    padding: 40px 30px;
    background-color: #fff;
    border: 4px solid #6D8752;
    border-radius: 10px;
}

.p-img {
    margin-right: 30px;
    max-width: 280px;
}

.p-txt {
    width: 100%;
}

.p-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #6D8752;
}

.p-list>div {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px dotted #c7c7c7;
}

.p-list dt {
    width: 120px;
    font-weight: bold;
    padding: 6px;
}

.p-list dd {
    width: calc(100% - 120px);
    margin-left: 0;
    padding: 6px;
}

.d-group {
    display: flex;
    flex-wrap: wrap;
}

.d-group li {
    border-right: 1px solid #c7c7c7;
    padding: 0 10px;
    margin-bottom: 12px;
}

.c-r22 {
    border-color: #008d7b;
}

.c-r22 .p-name {
    color: #008d7b;
}

.c-r32 {
    border-color: #00aefa;
}

.c-r32 .p-name {
    color: #00aefa;
}

.c-r410a {
    border-color: #fb8cc6;
}

.c-r410a .p-name {
    color: #fb8cc6;
}

.c-r1234yf {
    border-color: #666;
}

.c-r1234yf .p-name {
    color: #666;
}

/* ボタン */
.btn {
    text-align: center;
    text-decoration: none;
    min-width: 80px;
    padding: 0.5rem 1rem;
    font-weight: bold;
    transition: 0.5s;
}

a.btn-01 {
    border: 2px solid #5DA797;
    color: #5DA797;
}

a.btn-01:hover {
    color: #fff;
    background: #5DA797;
}

a.btn-02 {
    border: 2px solid #5DA797;
    background: #5DA797;
    color: #fff;
}

a.btn-02:hover {
    color: #5DA797;
    background: #fff;
}

/* form */
form p {
    margin-bottom: 1em;
    font-weight: bold;
}

form input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #fff;
    font-size: 18px;
}

form textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #fff;
    font-size: 18px;
}

form button {
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #5DA797;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.is-invalid,
.required {
    font-weight: bold;
    color: #cc0000;
}

.contact_phone_box {
    text-align: center;
    width: 60%;
    border: solid 1pt;
    border-color: #C4c4c4;
    margin: 0 auto 4em auto;
    padding: 25px 10px;
}

.contact_phone_box h3,
.contact_phone_box p {
    text-align: center;
}

.contact_phone_box p {
    font-size: 1.17em;
}

.contact_phone_box .sp_phone {
    margin-top: 10px;
    text-align: center;
}

.contact_phone_box span {
    font-size: 2em;
    color: #5D4741;
    text-align: center;
}

.contact_phone_box span a {
    color: #5D4741;
}

.c-mail {
    font-size: 1.2em;
    font-weight: bold;
    padding: 4em 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*
	Footer
---------------------------------*/
.f-copy {
    background-color: #2E4237;
    color: #fff;
    padding: 20px;
    text-align: center;
}


/*---------------------------------

	メディアクエリ

---------------------------------*/
/* 0px~991px */
@media screen and (max-width: 991px) {

    /*
        Navigation
    ---------------------------------*/
    .pc-nav {
        display: none;
    }

    .sp-nav {
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, .8);
        opacity: 0;
        transform: translateY(-100%);
        transition: all .2s ease-in-out;
    }

    #hamburger {
        position: relative;
        display: block;
        width: 30px;
        height: 25px;
        margin: 0 0 0 auto;
    }

    #hamburger span {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #312114;
        transform: translateY(-50%);
    }

    #hamburger::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #312114;
    }

    #hamburger::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70%;
        height: 2px;
        background-color: #312114;
    }

    .change-color #hamburger span,
    .change-color #hamburger::before,
    .change-color #hamburger::after {
        background-color: #2E4237;
        transition: 0.3s;
    }

    /* スマホメニュー */
    .sp-nav ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .sp-nav li {
        margin: 0;
        padding: 0;
    }

    .sp-nav li span {
        font-size: 15px;
        color: #fff;
    }

    .sp-nav li a,
    .sp-nav li span {
        display: block;
        padding: 20px 0;
    }

    /* 閉じるアイコン */
    .sp-nav .close {
        position: relative;
        padding-left: 20px;
    }

    .sp-nav .close::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 1px;
        background: #fff;
        transform: rotate(45deg);
    }

    .sp-nav .close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 1px;
        background: #fff;
        transform: rotate(-45deg);
    }

    .toggle {
        transform: translateY(0);
        opacity: 1;
    }

    /*
        Main Visual
    ---------------------------------*/
    .c-cate_bg {
        height: 850px;
    }

    .c-cate_inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*
        Page Visual
    ---------------------------------*/
    .c-page-ttl-area {
        height: 200px;
    }

    .c-page-ttl-group {
        width: 100%;
        padding: 6rem 4rem 0;
    }

    .c-page-ttl-area-company {
        background-image: url(../img/bg_page_company_sp.jpg);
    }

    .c-page-ttl-area-product {
        background-image: url(../img/bg_page_product_sp.jpg);
    }

    .c-page-ttl-area-contact {
        background-image: url(../img/bg_page_contact_sp.jpg);
    }
}

/* 0px~767px */
@media screen and (max-width: 767px) {

    /*
        Navigation
    ---------------------------------*/
    .h-logo {
        width: 72px;
    }

    /*
        Main Visual
    ---------------------------------*/
    .c-cate_bg {
        height: 800px;
    }
}

/* 0px~750px */
@media screen and (max-width: 750px) {

    /*
        Main Visual
    ---------------------------------*/
    .c-cate_bg {
        background-position: 50% 40%;
    }

    .c-cate_bg img {
        min-height: 100%;
        height: 100%;
    }

    .c-cate_txt {
        justify-content: flex-start;
        padding-top: 100px;
    }

    /*
        Container
    ---------------------------------*/
    .m-feature {
        padding: 20px;
    }

    .c-ttl1 {
        font-size: 1.6rem;
    }

    .c-ttl2 {
        font-size: 1.4rem;
    }

    .row {
        display: block;
    }

    .col-2 {
        width: 100%;
    }

    .c-table1>tbody>tr>th {
        border-bottom: none;
        width: 100%;
        padding: 1.5em 0 0.5em 0;
        display: block;
    }

    .c-table1>tbody>tr>th::before {
        width: 25%;
    }

    .c-table1>tbody>tr>td {
        border: none;
        padding: 0 0 1.5em 0;
        display: block;
    }

    .m-product {
        display: block;
    }

    .p-img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contact_phone_box {
        width: 100%;
    }

    .contact_phone_box .sp_phone {
        font-size: 16px;
    }

    .p-list div:last-child {
        display: block;
    }

    .p-list div:last-child dt,
    .p-list div:last-child dd {
        width: 100%;
    }
}

/* 0px~479px */
@media screen and (max-width: 479px) {
    .c-cate_bg {
        height: 750px;
        background-image: url("../img/bg_h_sp.png");
        background-position: 100% 100%;
        background-size: cover;
    }

    .c-cate_txt1 {
        font-size: 9vw;
        margin-bottom: 20px;
    }

    .c-cate_txt2 {
        max-width: 300px;
        font-size: 13px;
        line-height: 1.5em;
    }

    /* form */
    form input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }

    form textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }

    form button {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
    }
}

/* end */
