@charset "utf-8";

/*common
-----------------------------------------------------------------------------------------*/
.head_bg {
    position: relative;
    width: 100%;
    background: no-repeat center center / cover;
    overflow-x: hidden;
}

@supports (-webkit-touch-callout: none) {
    .head_bg {
        background-position: center center;
        transform: scale(1.02);
    }
}

.head_bg::before {
    content: "";
    display: block;
    padding-top: calc(100% * (2 / 8));
}

.head_bg.news_head {
    background-image: url(../images/news_head.svg);
}

.head_bg.products_head {
    background-image: url(../images/products_head.svg);
}

.head_bg.about_head {
    background-image: url(../images/about_head.svg);
}

.head_bg.contact_head {
    background-image: url(../images/contact_head.svg);
}


/*home
-----------------------------------------------------------------------------------------*/
.home_news_border {
    display: flex;
    border: 1px solid rgb(221, 221, 221);
    padding: 60px 30px;
}

.home-news {
    width: 33%;
    padding: 3%;
    box-sizing: border-box;
    margin: 0 15px;
}

.thumbnail img {
    max-width: 90%;
    margin: 0 auto;
}

.news_bottom {
    margin-top: 30px;
}

.news_posttitle {
    font-size: 130%;
    border-bottom: 1px solid rgb(97, 97, 97);
    padding: 5px 0 10px;
}

.news_text {
    padding-top: 10px;
}

.top_benefits {
    padding: 5% 0;
    background: linear-gradient(to right, rgb(247, 247, 247), rgb(192, 192, 192));
}

.top_benefits img {
    max-width: 100%;
}

.benefits_title.absolute {
    bottom: -15%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
}

.benefits_title div {
    font-size: 340%;
}

.benefits_circle_wrapper {
    margin-top: 5%;
}

.circle_content_bg {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    font-size: 130%;
    border-radius: 10px;
    white-space: nowrap;
}

.circle_detail {
    left: 50%;
    bottom: 25%;
    transform: translateX(-50%);
    font-size: 130%;
    border-bottom: 1px solid rgb(255, 255, 255);
    font-weight: 900;
}

.benefits_circle {
    height: 500px;
    width: 500px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    margin: 2%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
}

.benefits_circle.cost {
    background-image: url(../images/cost.png);
}

.benefits_circle.tax {
    background-image: url(../images/tax.png);
}

.benefits_circle.re {
    background-image: url(../images/re100.png);
}

.benefits_circle.co2 {
    background-image: url(../images/co2.png);
}

.circle_border.two {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    top: 5px;
    left: 10px;
    transition: 0.2s;
}

.circle_border.two:hover {
    top: 0;
    left: 0;
    transition: 0.5s;
}

.benefits_circle:hover {
    opacity: unset;
}

.top_benefits .linkbtn-wrapper a {
    background-color: rgb(255, 255, 255);
    color: rgb(3, 0, 99);
    border: 1px solid rgb(255, 255, 255);
    transition: 0.2s;
}

.top_benefits .linkbtn-wrapper a:hover {
    background-color: transparent;
    border: 1px solid rgb(3, 0, 99);
    transition: 0.5s;

}

/*single
-----------------------------------------------------------------------------------------*/
.single.inner,
.index.inner {
    width: 50%;
}

.linkbtn-wrapper {
    margin-top: 10%;
}

.linkbtn-wrapper a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 150%;
    border-radius: 30px;
}

.linkbtn-wrapper.single a {
    background-color: rgb(128, 128, 128);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(128, 128, 128);
}

.linkbtn-wrapper a:hover {
    opacity: unset;
}

.linkbtn-wrapper.single a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(128, 128, 128);
}


/*index
-----------------------------------------------------------------------------------------*/
.index .news-summary {
    padding: 10%;
    margin-top: 5%;
}

.pagenavi-wrapper {
    margin-top: 5%;
}


/*prodacts
-----------------------------------------------------------------------------------------*/
.sub_head {
    padding: 6% 0;
    font-size: 250%;
    font-weight: 900;
}

.sub_head img {
    width: 10%;
    right: 2%;
    bottom: -8%;
}

.prodacts .benefits_title {
    margin-top: 12%;
}

.prodacts_contents {
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 5%;
}

.prodacts_contents#cost {
    background-image: url(../images/bg1.png);
}

.prodacts_contents#tax {
    background-image: url(../images/bg2.png);
}

.prodacts_contents#re100 {
    background-image: url(../images/bg3.png);
}

.prodacts_contents#CO2 {
    background-image: url(../images/bg4.png);
}

.prodacts_contents_title {
    font-size: 160%;
    white-space: nowrap;
}

.prodacts_contents_title img,
.prodacts_contents_title span {
    vertical-align: middle;
}

.prodacts_contents_title img {
    width: 10%;
    margin-right: 10px;
}

.prodacts_contents_text {
    width: 80%;
    margin: 10% auto 0;
    font-size: 120%;
    font-weight: 300;
}

.prodacts_contents_text p {
    padding: 5px 0;
}

.prodacts_contents_wrepper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*about
-----------------------------------------------------------------------------------------*/
.about_table {
    border-collapse: collapse;
    width: 75%;
    margin: 10% auto 0;
}

.about_table th {
    border: 1px solid rgb(255, 255, 255);
    width: 25%;
}

.about_table td {
    border: 1px solid rgb(183, 183, 183);
    width: 75%;
}

.about_table tr:first-child th {
    border-top: 1px solid rgb(183, 183, 183);
}

.about_table tr:last-child th {
    border-bottom: 1px solid rgb(183, 183, 183);
}

.about_table th,
.about_table td {
    padding: 3% 1%;
}

.president_message {
    width: 75%;
    margin: 0 auto;
}

.border_left_title {
    font-size: 150%;
    margin-top: 10%;
}

.border_left_title span {
    border-left: 8px solid rgb(217, 217, 217);
    padding-left: 12px;
}

.president_message_text,
.president_name {
    margin-top: 2.5%;
}

.president_message_text p {
    margin: 5px 0;
}

.president_name {
    font-family: YujiSyuku;
    font-size: 180%;
}

/*Contact
-----------------------------------------------------------------------------------------*/
.contact_wrapper {
    margin-top: 10%;
}

.table-contact {
    margin: 0 auto 10px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgb(183, 183, 183);
}

.table-contact td {
    padding: 20px 30px;
    box-sizing: border-box;
}

.contact-item1 {
    width: 30%;
    background-color: rgb(183, 183, 183);
    text-align: right;
    font-weight: 600;
    vertical-align: center;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}

.contact-item1.last {
    border-bottom: 1px solid rgb(183, 183, 183);
}

.contact-item2 {
    width: 70%;
    background-color: rgb(255, 255, 255);
    text-align: left;
    border-bottom: 1px solid rgb(183, 183, 183);
}

.contact-item {
    display: inline-block;
    padding: 3px 5px;
    background-color: rgb(255, 255, 255);
    font-size: 90%;
    box-sizing: border-box;
    text-shadow: none;
}

.contact-item.required {
    border: 1px solid rgb(3, 0, 99);
    color: rgb(3, 0, 99);
    margin-left: 10px;
}

.contact-item.any {
    border: 1px solid rgb(70, 130, 180);
    color: rgb(70, 130, 180);
    margin-left: 10px;
}

select.wpcf7-form-control.wpcf7-select {
    font-size: 110%;
}

input.text-common {
    width: 100%;
    height: 90%;
    font-size: 110%;
    box-sizing: border-box;
}

textarea.text-common {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 110%;
    box-sizing: border-box;
}

input.button-submit {
    display: inline-block;
    width: 300px;
    margin: 50px auto;
    font-size: 120%;
}

input.button-submit:hover {
    cursor: pointer;
}

.screen-reader-response {
    color: red;
}

.wpcf7-response-output {
    width: 80%;
    margin: 10px auto !important;
    padding: 10px 0;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    background-color: rgba(215, 65, 128, 0.7);
}


@media screen and (max-width:1400px) {
    .benefits_circle {
        height: 300px;
        width: 300px;
    }

    .prodacts_contents {
        height: 500px;
    }
}

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

    /*Contact
-----------------------------------------------------------------------------------------*/
    .table-contact td {
        padding: 15px;
    }

    .contact-item1 {
        width: 100%;
        display: block;
        text-align: left;
    }

    .contact-item2 {
        width: 100%;
        display: block;
    }

    .contact-item.required {
        margin-left: 5px;
    }

    .contact-item.any {
        margin-left: 5px;
    }

    input.text-common {
        font-size: 100%;
    }

    textarea.text-common {
        font-size: 100%;
    }

    input.button-submit {
        width: 100%;
        margin: 50px auto;
        font-size: 110%;
    }

    .wpcf7-response-output {
        width: 100%;
        box-sizing: border-box;
    }
}

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

    /*home
-----------------------------------------------------------------------------------------*/
    .home_news_border {
        width: 92%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        border: 1px solid rgb(221, 221, 221);
        padding: 5%;
        box-sizing: border-box;
        overflow: auto;
    }

    .home-news {
        width: 100%;
        flex-shrink: 0;
        padding: 10%;
        margin: 0 5%;
    }

    .home-news:first-child {
        margin-left: 0;
    }

    .thumbnail img {
        max-width: 60%;
    }

    .top_benefits {
        padding: 15% 0;
    }

    .top_benefits_head {
        width: 70%;
        padding-left: 6.5%;
    }

    .benefits_title.absolute {
        bottom: -80%;
    }

    .benefits_title div {
        font-size: 290%;
    }

    .benefits_circle_wrapper {
        margin-top: 20%;
    }

    .circle_detail {
        bottom: 10%;
        font-size: 110%;
    }

    .benefits_circle {
        height: 150px;
        width: 150px;
        margin: 7% 3.5%;
    }

    .circle_border.two {
        top: 2px;
        left: 2px;
    }

    .circle_content_bg {
        padding: 10px;
        font-size: 100%;
    }

    .top_benefits .inner {
        width: 98%;
    }

    /*single
-----------------------------------------------------------------------------------------*/
    .single.inner,
    .index.inner {
        width: 80%;
    }

    /*prodacts
-----------------------------------------------------------------------------------------*/
    .sub_head {
        padding: 10% 5%;
        font-size: 150%;
        margin-top: 5%;
    }

    .sub_head img {
        width: 20%;
        right: 2%;
        bottom: -30%;
    }

    .prodacts .benefits_title {
        margin: 30% 0 20%;
    }

    .prodacts_contents {
        height: 400px;
    }

    .prodacts_contents#cost {
        background-image: url(../images/bg1_sp.png);
    }

    .prodacts_contents#tax {
        background-image: url(../images/bg2_sp.png);
    }

    .prodacts_contents#re100 {
        background-image: url(../images/bg3_sp.png);
    }

    .prodacts_contents#CO2 {
        background-image: url(../images/bg4_sp.png);
    }

    .prodacts_contents_title {
        font-size: 110%;
    }

    .prodacts_contents_title img,
    .prodacts_contents_title span {
        vertical-align: bottom;
    }

    .prodacts_contents_title img {
        width: 15%;
    }

    .prodacts_contents_text {
        margin: 10% auto 0;
        font-size: 100%;
        font-weight: 300;
    }

    .prodacts_contents_wrepper {
        width: 100%;
    }

    /*about
-----------------------------------------------------------------------------------------*/
    .about_table {
        border-collapse: collapse;
        width: 100%;
        margin: 30% auto 20%;
    }

    .about_table th,
    .about_table td {
        padding: 5% 3%;
    }

    .president_message {
        width: 100%;
    }

    .president_message_text,
    .president_name {
        margin-top: 10%;
    }

    .president_message_text p {
        margin: 10px 0;
    }
}