@charset "UTF-8";
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.lContainer {
    padding-top: 120px;
    /*----------------------------------------------------------------------------
    ページタイトル
    ----------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------
    パンくず
    ----------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------
    サブページコンテンツ
    ----------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------
    404エラーページ
    ----------------------------------------------------------------------------*/
}

@media screen and (max-width: 860px) {
    .lContainer {
        padding-top: 62px;
    }
}

@media screen and (max-width: 480px) {
    .lContainer {
        padding-top: 59px;
    }
}

.lContainer .innerS {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1600px) {
    .lContainer .innerS {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 840px) {
    .lContainer .innerS {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 560px) {
    .lContainer .innerS {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 480px) {
    .lContainer .innerS {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.lContainer .pageHead {
    position: relative;
    padding: 6.5em 0;
}

.lContainer .pageHead .ttl {
    color: #FFF;
    text-align: center;
}

.lContainer .pageHead .ttl .en {
    font-size: 360%;
    letter-spacing: 0.06em;
}

.lContainer .pageHead .ttl .jp {
    font-size: 120%;
}

@media screen and (max-width: 560px) {
    .lContainer .pageHead .ttl .en {
        font-size: 320%;
    }
    .lContainer .pageHead .ttl .jp {
        font-size: 110%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer .pageHead {
        padding: 6em 0;
    }
    .lContainer .pageHead .ttl .en {
        font-size: 280%;
    }
    .lContainer .pageHead .ttl .jp {
        font-size: 100%;
    }
}

.lContainer .breadWrap {
    padding: 0.5em 0;
}

.lContainer .breadWrap .breadList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lContainer .breadWrap .breadList__item {
    font-size: 78%;
    margin-right: 1em;
    color: #1B1E2D;
}

.lContainer .breadWrap .breadList__item:after {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Light';
    margin-left: 1em;
}

.lContainer .breadWrap .breadList__item:last-child {
    margin-right: 0;
}

.lContainer .breadWrap .breadList__item:last-child:after {
    display: none;
}

.lContainer .breadWrap .breadList__item a {
    color: #178045;
}

.lContainer .breadWrap .breadList__item a:hover {
    text-decoration: none;
}

.lContainer .mContainer__cont {
    padding: 7em 0;
}

@media screen and (max-width: 860px) {
    .lContainer .mContainer__cont {
        padding: 6em 0;
    }
}

@media screen and (max-width: 560px) {
    .lContainer .mContainer__cont {
        padding: 5em 0;
    }
}

@media screen and (max-width: 480px) {
    .lContainer .mContainer__cont {
        padding: 4.5em 0;
    }
}

.lContainer .mContainer__cont.-beige {
    background: rgba(238, 238, 233, 0.5);
}

.lContainer .mContainer__cont .sContainer__cont {
    margin-bottom: 6em;
}

@media screen and (max-width: 860px) {
    .lContainer .mContainer__cont .sContainer__cont {
        margin-bottom: 5em;
    }
}

@media screen and (max-width: 560px) {
    .lContainer .mContainer__cont .sContainer__cont {
        margin-bottom: 4.5em;
    }
}

@media screen and (max-width: 480px) {
    .lContainer .mContainer__cont .sContainer__cont {
        margin-bottom: 4em;
    }
}

.lContainer .mContainer__cont .sContainer__cont:last-child {
    margin-bottom: 0;
}

.lContainer .strongLabel {
    text-align: center;
    font-size: 240%;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
    position: relative;
    font-weight: 600;
}

.lContainer .strongLabel:before {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    background: #65916c;
    background: -webkit-linear-gradient(left, #65916c 0%, #84b241 100%);
    background: -webkit-gradient(linear, left top, right top, from(#65916c), to(#84b241));
    background: linear-gradient(to right, #65916c 0%, #84b241 100%);
}

@media screen and (max-width: 860px) {
    .lContainer .strongLabel {
        font-size: 220%;
    }
}

@media screen and (max-width: 560px) {
    .lContainer .strongLabel {
        font-size: 200%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer .strongLabel {
        font-size: 190%;
    }
    .lContainer .strongLabel:before {
        width: 80px;
        margin-left: -40px;
        height: 2px;
    }
}

.lContainer .basicLabel {
    color: #178045;
    font-size: 200%;
    text-align: center;
    margin-bottom: 1em;
}

@media screen and (max-width: 860px) {
    .lContainer .basicLabel {
        font-size: 190%;
    }
}

@media screen and (max-width: 560px) {
    .lContainer .basicLabel {
        font-size: 180%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer .basicLabel {
        font-size: 160%;
    }
}

.lContainer .pageLink .linkList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lContainer .pageLink .linkList__item {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 3.5%;
}

.lContainer .pageLink .linkList__item:nth-child(3n) {
    margin-right: 0%;
}

.lContainer .pageLink .linkList__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.lContainer .pageLink .linkList__item:nth-child(1), .lContainer .pageLink .linkList__item:nth-child(2), .lContainer .pageLink .linkList__item:nth-child(3) {
    margin-top: 0;
}

.lContainer .pageLink .linkList__item a {
    display: block;
}

.lContainer .pageLink .linkList__item a .thumb {
    overflow: hidden;
    border-radius: 0.2em;
}

.lContainer .pageLink .linkList__item a .textLink {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 0.6em;
    border-radius: 0.2em;
    padding: 0.5em 1.5em;
    text-align: center;
    border: #178045 1.5px solid;
    color: #178045;
    font-weight: 600;
    position: relative;
}

.lContainer .pageLink .linkList__item a .textLink:before {
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Regular';
    margin-top: -0.5em;
    font-size: 90%;
}

.lContainer .pageLink .linkList__item a:hover .textLink {
    background: #178045;
    color: #FFF;
}

@media screen and (max-width: 560px) {
    .lContainer .pageLink .linkList__item {
        width: 48%;
        margin-right: 4%;
        margin-top: 4%;
    }
    .lContainer .pageLink .linkList__item:nth-child(3n) {
        margin-right: 4%;
    }
    .lContainer .pageLink .linkList__item:nth-child(2n) {
        margin-right: 0;
    }
    .lContainer .pageLink .linkList__item:nth-child(3) {
        margin-top: 4%;
    }
    .lContainer .pageLink .linkList__item:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
}

.lContainer.-notfound .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/notfound/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.lContainer.-notfound .sContainer__cont {
    text-align: center;
}

.lContainer.-notfound .sContainer__cont .buttonArea {
    margin-top: 2em;
}

.lContainer.-notfound .sContainer__cont .buttonArea a {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 560px) {
    .lContainer.-notfound .sContainer__cont {
        text-align: left;
    }
    .lContainer.-notfound .sContainer__cont br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-notfound .sContainer__cont .strongLabel {
        font-size: 155%;
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	サイトマップ
==================================================================================================*/
.-sitemap .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/sitemap/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.-sitemap .sitemapWrap {
    background: #fff;
}

.-sitemap .sitemapWrap .sitemapLabel {
    font-size: 150%;
    padding: 0 0 1em;
    line-height: 1.4;
    margin: 2.5em 0 1.5em;
    border-bottom: 2px solid #EEEEE9;
}

.-sitemap .sitemapWrap .sitemapLabel > a:before {
    display: inline-block;
    content: "\f138";
    font-family: 'Font Awesome 5 Solid';
    color: #178045;
    margin-right: 0.3em;
    font-size: 80%;
}

.-sitemap .sitemapWrap .sitemapLabel > a:hover {
    color: #178045;
}

@media screen and (max-width: 860px) {
    .-sitemap .sitemapWrap .sitemapLabel {
        margin: 2em 0 1em;
        font-size: 120%;
    }
}

.-sitemap .sitemapWrap .sitemapLabel-m {
    margin-top: 1.5em;
}

.-sitemap .sitemapWrap .sitemapLabel:first-child {
    margin-top: 0;
}

.-sitemap .sitemapWrap .sitemapLabel-sub {
    font-size: 130%;
    color: #178045;
    margin: 1em 0;
}

@media screen and (max-width: 860px) {
    .-sitemap .sitemapWrap .sitemapLabel-sub {
        font-size: 110%;
    }
}

@media screen and (max-width: 480px) {
    .-sitemap .sitemapWrap .sitemapLabel-sub {
        margin-bottom: 0;
    }
}

.-sitemap .sitemapWrap-inner {
    padding: 4em;
}

@media screen and (max-width: 1160px) {
    .-sitemap .sitemapWrap-inner {
        padding: 2.6em 2.4em;
    }
}

@media screen and (max-width: 860px) {
    .-sitemap .sitemapWrap-inner {
        padding: 2.2em 2em;
    }
}

@media screen and (max-width: 480px) {
    .-sitemap .sitemapWrap-inner {
        padding: 1.8em 1.6em;
    }
}

.-sitemap .sitemapWrap-inner .sitemapList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 1em;
}

.-sitemap .sitemapWrap-inner .sitemapList-item {
    margin-right: 5em;
    margin-bottom: 1em;
    font-size: 110%;
}

.-sitemap .sitemapWrap-inner .sitemapList-item:last-child {
    margin-right: 0;
}

.-sitemap .sitemapWrap-inner .sitemapList-item a:before {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Regular';
    color: #178045;
    margin-right: 0.4em;
}

.-sitemap .sitemapWrap-inner .sitemapList-item a:hover {
    color: #178045;
}

.-sitemap .sitemapWrap-inner .sitemapList-item.-child {
    margin-right: 1em;
    padding-top: .09em;
}

.-sitemap .sitemapWrap-inner .sitemapList-item.-child a {
    display: block;
    font-size: 85%;
    text-decoration: none;
    letter-spacing: 0.001em;
    position: relative;
    margin-left: 0;
}

.-sitemap .sitemapWrap-inner .sitemapList-item.-child a:before {
    content: "-";
    font-size: 90%;
    color: #c6c6c6;
}

.-sitemap .sitemapWrap-inner .sitemapList-item.-child a:hover {
    color: #178045;
}

@media screen and (max-width: 860px) {
    .-sitemap .sitemapWrap-inner .sitemapList-item {
        font-size: 100%;
        margin-right: 3em;
    }
}

@media screen and (max-width: 480px) {
    .-sitemap .sitemapWrap-inner .sitemapList {
        display: block;
    }
    .-sitemap .sitemapWrap-inner .sitemapList-item {
        margin-right: 1em;
        margin-bottom: 0;
    }
    .-sitemap .sitemapWrap-inner .sitemapList-item a {
        display: block;
        border-bottom: 1px dotted #E8E3DA;
        padding: .5em;
    }
}

.-sitemap .sitemapWrap-inner .sitemapTtlList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-sitemap .sitemapWrap-inner .sitemapTtlList-item {
    width: 47.70115%;
}

@media screen and (max-width: 560px) {
    .-sitemap .sitemapWrap-inner .sitemapTtlList {
        display: block;
    }
    .-sitemap .sitemapWrap-inner .sitemapTtlList-item {
        width: 100%;
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
.-privacypolicy .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/privacy/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.-privacypolicy .inner {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1160px) {
    .-privacypolicy .inner {
        width: 100%;
    }
}

.-privacypolicy .strongLabel {
    font-size: 180%;
}

@media screen and (max-width: 560px) {
    .-privacypolicy .strongLabel {
        font-size: 160%;
    }
}

@media screen and (max-width: 480px) {
    .-privacypolicy .strongLabel {
        font-size: 140%;
    }
}

.-privacypolicy .privacyList {
    background: #FBFAF9;
    padding: 3em 3em 3em 4em;
    margin-top: 2em;
}

.-privacypolicy .privacyList-item {
    margin-bottom: 1em;
    list-style-type: decimal;
}

.-privacypolicy .privacyList-item:last-child {
    margin-bottom: 0;
}

.-privacypolicy .privacyLabel {
    font-size: 140%;
    color: #178045;
    margin: 2.5em auto 1em;
    text-align: center;
}

.-privacypolicy .privacyTextlink {
    text-decoration: underline;
}

.-privacypolicy .displayText {
    display: block;
}

.-privacypolicy .displayLink {
    display: none;
}

@media screen and (max-width: 720px) {
    .-privacypolicy .displayText {
        display: none;
    }
    .-privacypolicy .displayLink {
        margin: 0.5em 0;
        display: block;
    }
}

/*==================================================================================================
	新着情報
==================================================================================================*/
.-news .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/news/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.-news .newsNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 3em;
}

.-news .newsNav.-new .newsNav-item:nth-child(1) a {
    background: #eeeee9;
    color: #178045;
}

.-news .newsNav.-new .newsNav-item:nth-child(2) a {
    background: #EE8BB9;
    color: #FFFFFF;
}

.-news .newsNav.-seiwa .newsNav-item:nth-child(1) a {
    background: #eeeee9;
    color: #178045;
}

.-news .newsNav.-seiwa .newsNav-item:nth-child(3) a {
    background: #85B341;
    color: #FFFFFF;
}

.-news .newsNav.-eco .newsNav-item:nth-child(1) a {
    background: #eeeee9;
    color: #178045;
}

.-news .newsNav.-eco .newsNav-item:nth-child(4) a {
    background: #E9AC1C;
    color: #FFFFFF;
}

.-news .newsNav.-media .newsNav-item:nth-child(1) a {
    background: #eeeee9;
    color: #178045;
}

.-news .newsNav.-media .newsNav-item:nth-child(6) a {
    background: #C387FF;
    color: #FFFFFF;
}

.-news .newsNav.-col6 .newsNav-item {
    width: calc(100% / 6 - 1%);
}

@media screen and (max-width: 1100px) {
    .-news .newsNav.-col6 .newsNav-item {
        width: calc(100% / 3 - 1%);
        margin-bottom: 1.5%;
    }
}

@media screen and (max-width: 720px) {
    .-news .newsNav.-col6 .newsNav-item {
        width: 49%;
        margin-bottom: 2%;
    }
    .-news .newsNav.-col6 .newsNav-item a {
        height: 40px;
    }
}

.-news .newsNav-item {
    width: 18.33333%;
}

.-news .newsNav-item:nth-child(1) a {
    background: #178045;
    color: white;
}

.-news .newsNav-item:nth-child(2) a:hover {
    background: #EE8BB9;
    color: white;
}

.-news .newsNav-item:nth-child(3) a:hover {
    background: #85B341;
    color: white;
}

.-news .newsNav-item:nth-child(4) a:hover {
    background: #E9AC1C;
    color: white;
}

.-news .newsNav-item:nth-child(5) a:hover {
    background: #3CA3DF;
    color: white;
}

.-news .newsNav-item:nth-child(6) a:hover {
    background: #C387FF;
    color: white;
}

.-news .newsNav-item a {
    background: #EFEEE9;
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #178045;
    text-align: center;
    font-weight: bold;
    border-radius: 27px;
}

.-news .newsNav-item input {
    display: none;
}

.-news .newsNav-item input:checked + .bgGreen {
    background: red;
}

@media screen and (max-width: 720px) {
    .-news .newsNav {
        margin-bottom: 1em;
    }
    .-news .newsNav-item {
        width: 49%;
        margin-bottom: 2%;
    }
    .-news .newsNav-item a {
        height: 50px;
    }
}

@media screen and (max-width: 560px) {
    .-news .newsNav-item a {
        height: 40px;
    }
}

.-news .newsList-item {
    border-bottom: 1px solid #DDDDDD;
}

.-news .newsList-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5em 0;
}

.-news .newsList-item a .timecate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: normal;
}

.-news .newsList-item a .timecate time {
    font-size: 90%;
}

.-news .newsList-item a .timecate .category {
    margin: 0 1em;
    color: #FFFFFF;
    text-align: center;
    padding: .2em;
    font-size: 90%;
    width: 9em;
}

.-news .newsList-item a .-seiwa {
    background: #85B341;
    color: white;
}

.-news .newsList-item a .-eco {
    background: #E9AC1C;
    color: white;
}

.-news .newsList-item a .-new {
    background: #EE8BB9;
    color: white;
}

.-news .newsList-item a .-blog {
    background: #3CA3DF;
    color: white;
}

.-news .newsList-item a .-media {
    background: #C387FF;
    color: white;
}

.-news .newsList-item a > p {
    font-size: 95%;
}

@media screen and (max-width: 560px) {
    .-news .newsList-item a {
        display: block;
        padding: 1em 0;
    }
    .-news .newsList-item a .timecate {
        margin-bottom: 0.5em;
    }
}

.-news .newsDetail .readWrap {
    margin-bottom: 0;
}

.-news .newsDetail .readWrap.-seiwa .readArea {
    margin-bottom: 6.0em;
}

.-news .newsDetail .readWrap.-seiwa .readArea:first-child {
    display: block;
}

.-news .newsDetail .readWrap.-eco .readArea {
    margin-bottom: 6.0em;
}

.-news .newsDetail .readWrap.-eco .readArea:last-child {
    display: block;
}

.-news .newsDetail .readWrap .readArea {
    display: none;
    margin-bottom: 2.0em;
    padding: 2em 2.5em;
    border: 6px solid #F1F1F1;
}

.-news .newsDetail .readWrap .readArea > p {
    margin-bottom: 0;
}

@media screen and (max-width: 720px) {
    .-news .newsDetail .readWrap .readArea {
        padding: 1.5em;
    }
}

@media screen and (max-width: 860px) {
    .-news .newsDetail .readWrap.-seiwa .readArea {
        margin-bottom: 4.0em;
    }
    .-news .newsDetail .readWrap.-eco .readArea {
        margin-bottom: 4.0em;
    }
}

@media screen and (max-width: 560px) {
    .-news .newsDetail .readWrap.-seiwa .readArea {
        margin-bottom: 3.0em;
    }
    .-news .newsDetail .readWrap.-eco .readArea {
        margin-bottom: 3.0em;
    }
}

.-news .newsDetail .ttl {
    padding-bottom: 1.5em;
    margin-bottom: 3em;
    border-bottom: 2px solid #DDDDDD;
}

.-news .newsDetail .ttl .timecate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: normal;
    margin-bottom: 0.5em;
}

.-news .newsDetail .ttl .timecate time {
    font-size: 90%;
    margin-right: 1em;
}

.-news .newsDetail .ttl .timecate .category {
    color: #FFFFFF;
    text-align: center;
    padding: .2em;
    font-size: 90%;
    width: 9em;
}

.-news .newsDetail .ttl .-seiwa {
    background: #85B341;
}

.-news .newsDetail .ttl .-eco {
    background: #E9AC1C;
}

.-news .newsDetail .ttl .-new {
    background: #EE8BB9;
}

.-news .newsDetail .ttl .-blog {
    background: #3CA3DF;
}

.-news .newsDetail .ttl .-media {
    background: #C387FF;
    color: white;
}

.-news .newsDetail .ttl span {
    font-size: 200%;
}

@media screen and (max-width: 480px) {
    .-news .newsDetail .ttl span {
        font-size: 140%;
    }
}

.-news .newsDetail .subTtl {
    font-size: 200%;
    color: #178045;
    margin-bottom: 0.5em;
    line-height: 1;
}

@media screen and (max-width: 480px) {
    .-news .newsDetail .subTtl {
        font-size: 140%;
    }
}

.-news .newsDetail p {
    margin-bottom: 3em;
}

.-news .newsDetail .imgArea img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.-news .newsDetail .btnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 3em;
}

.-news .newsDetail .btnArea-item {
    width: 21.66667%;
}

.-news .newsDetail .btnArea-item a {
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #178045;
    text-align: center;
    font-weight: bold;
    border-radius: 27px;
}

.-news .newsDetail .btnArea-item .back {
    background: #178045;
    color: #FFFFFF;
}

.-news .newsDetail .btnArea-item .back span {
    position: relative;
    padding-left: 1em;
}

.-news .newsDetail .btnArea-item .back span:before {
    content: url("../img/news/list-icon.png");
    display: block;
    clear: both;
    position: absolute;
    left: -1em;
    top: 0.1em;
}

.-news .newsDetail .btnArea-item .preview {
    border: 1px solid #178045;
    color: #178045;
}

.-news .newsDetail .btnArea-item .preview span:before {
    display: inline-block;
    content: "\f104";
    font-family: 'Font Awesome 5 Solid';
    padding-right: 1em;
}

.-news .newsDetail .btnArea-item .next {
    border: 1px solid #178045;
    color: #178045;
}

.-news .newsDetail .btnArea-item .next span:after {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Solid';
    padding-left: 1em;
}

.-news .newsDetail .btnArea-item.-none .preview {
    color: #FFF;
    border: none;
}

.-news .newsDetail .btnArea-item.-none .next {
    color: #FFF;
    border: none;
}

@media screen and (max-width: 1020px) {
    .-news .newsDetail .btnArea-item {
        width: 30%;
    }
}

@media screen and (max-width: 720px) {
    .-news .newsDetail .btnArea {
        margin-bottom: 1em;
        display: block;
    }
    .-news .newsDetail .btnArea-item {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }
    .-news .newsDetail .btnArea-item.-none {
        display: none;
    }
}

.-news .wpText:after {
    content: "";
    display: block;
    clear: both;
}

.-news .wpText > *:first-child {
    margin-top: 0;
}

.-news .wpText .wp-block-gallery .blocks-gallery-item:before {
    display: none;
}

.-news .wpText p {
    line-height: 1.8;
    margin: 1.0em 0;
    padding: 0 0.3em;
}

.-news .wpText p a {
    color: #4e94df;
    text-decoration: underline;
}

.-news .wpText p a:hover {
    text-decoration: none;
}

.-news .wpText h1, .-news .wpText h2, .-news .wpText h3, .-news .wpText h4, .-news .wpText h5 {
    color: #178045;
    font-size: 120%;
    margin-top: 1.6em;
    margin-bottom: 0.5em;
}

.-news .wpText ul {
    background: #FFF;
    padding: 1.2em;
    list-style: none;
    border-radius: 0.2em;
    font-weight: 600;
    margin: 1.5em 0;
}

.-news .wpText ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.6em;
}

.-news .wpText ul li:last-child {
    margin-bottom: 0;
}

.-news .wpText ul li:before {
    content: "・";
}

.-news .wpText ol {
    background: #FFF;
    padding: 1.2em;
    list-style: none;
    border-radius: 0.2em;
    margin: 1.5em 0;
    font-weight: 600;
    list-style: decimal;
}

.-news .wpText ol li {
    margin-bottom: 0.6em;
    margin-left: 1.5em;
}

.-news .wpText ol li:last-child {
    margin-bottom: 0;
}

.-news .wpText table {
    margin: 0.5em 0 1em;
    max-width: 100% !important;
    min-width: 360px;
}

@media screen and (max-width: 860px) {
    .-news .wpText table {
        min-width: 240px;
        width: 100% !important;
        table-layout: auto !important;
    }
}

.-news .wpText table tr:nth-child(2n-1) {
    background: #fcfcfc;
}

.-news .wpText table th {
    background: #DFEEF3;
    padding: 0.8em 1em;
    line-height: 1.4;
    font-weight: 500;
    min-width: 80px;
    border: #88857d solid 1px;
    word-break: break-all;
}

.-news .wpText table td {
    padding: 0.8em 1.5em 0.8em 1em;
    line-height: 1.4;
    border: #88857d solid 1px;
    word-break: break-all;
}

.-news .wpText iframe {
    max-width: 100%;
    margin: 2em 0;
}

.-news .wpText .wp-caption {
    margin: 1.6em 0;
    max-width: 100%;
}

.-news .wpText .wp-caption p {
    text-align: center;
    margin: 0;
}

.-news .wpText img {
    height: auto;
}

.-news .wpText .youtubeList__item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 2em;
}

.-news .wpText .youtubeList__item:last-child {
    margin-bottom: 0;
}

.-news .wpText .youtubeList__item iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*--------------------------------------------
    ページャー
----------------------------------------------*/
.wp-pagenavi {
    text-align: center;
    margin-top: 4em;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a {
    background: #F1F2EE;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5em;
    color: #5B6D60;
}

.wp-pagenavi a.page {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 0.1em;
}

.wp-pagenavi a.previouspostslink {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #51584F;
    color: #FFFFFF;
    margin: 0 0.2em;
}

.wp-pagenavi a.previouspostslink:before {
    display: inline-block;
    content: "\f053";
    font-family: 'Font Awesome 5 Light';
    font-size: 90%;
    font-weight: normal;
    opacity: 1;
    color: #FFFFFF;
    padding-top: 0em;
}

.wp-pagenavi a.previouspostslink:hover:before {
    color: #fff;
}

.wp-pagenavi a.nextpostslink {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #51584F;
    color: #FFFFFF;
    margin: 0 0.2em;
}

.wp-pagenavi a.nextpostslink:before {
    display: inline-block;
    content: "\f054";
    font-family: 'Font Awesome 5 Light';
    font-size: 90%;
    font-weight: normal;
    opacity: 1;
    color: #FFFFFF;
    padding-top: 0em;
}

.wp-pagenavi a.nextpostslink:hover:before {
    color: #fff;
}

.wp-pagenavi a.first, .wp-pagenavi a.last {
    height: 40px;
    padding: 0 0.6em;
    display: inline-block;
    padding-top: 6px;
}

.wp-pagenavi a:hover {
    background: #178045;
    color: #fff;
}

.wp-pagenavi .current {
    width: 40px;
    height: 40px;
    padding-top: 0.6em;
    text-align: center;
    display: inline-block;
    background: #85B341;
    color: #fff;
    margin: 0 0.1em;
}

.wp-pagenavi .extend {
    vertical-align: middle;
    color: #A8A8A8;
}

@media screen and (max-width: 720px) {
    .wp-pagenavi {
        margin-top: 3em;
    }
    .wp-pagenavi a {
        padding-top: 0.5em;
        font-size: 90%;
    }
    .wp-pagenavi a.page {
        width: 34px;
        height: 34px;
    }
    .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
        width: 34px;
        height: 34px;
    }
    .wp-pagenavi a.first, .wp-pagenavi a.last {
        height: 34px;
        padding: 0 10px;
        padding-top: 0.5em;
    }
    .wp-pagenavi .current {
        font-size: 90%;
        width: 34px;
        height: 34px;
        padding-top: 0.6em;
    }
}

@media screen and (max-width: 350px) {
    .wp-pagenavi {
        margin-top: 2em;
    }
    .wp-pagenavi a {
        padding-top: 0.5em;
        font-size: 80%;
    }
    .wp-pagenavi a.page {
        width: 30px;
        height: 30px;
    }
    .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
        width: 30px;
        height: 30px;
    }
    .wp-pagenavi a.first, .wp-pagenavi a.last {
        height: 34px;
        padding: 0 8px;
        padding-top: 0.5em;
    }
    .wp-pagenavi .current {
        font-size: 80%;
        width: 30px;
        height: 30px;
        padding-top: 0.5em;
    }
    .wp-pagenavi .extend {
        font-size: 70%;
    }
}

.-company {
    /*----------------------------------------------------------------------------
    会社理念
    ----------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------
    会社概要
    ----------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------
    組織体制
    ----------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------
    財務情報
    ----------------------------------------------------------------------------*/
}

.-company .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/company/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.-company .parentLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.-company .parentLink__item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6em;
    position: relative;
}

.-company .parentLink__item:nth-child(2n) {
    margin-right: 0;
}

.-company .parentLink__item .thumb {
    overflow: hidden;
    border-radius: 0.4em;
}

.-company .parentLink__item .text {
    position: absolute;
    left: 0;
    bottom: -2.5em;
    background: #FFF;
    padding: 1.6em;
    width: 90%;
    border-radius: 0.4em;
}

.-company .parentLink__item .text span {
    font-weight: 600;
    font-size: 110%;
}

.-company .parentLink__item .text:after {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    font-size: 140%;
    right: 0.6em;
    bottom: 1.2em;
    color: #178045;
}

@media screen and (max-width: 560px) {
    .-company .parentLink__item .text {
        bottom: -2em;
        padding: 1.2em;
    }
    .-company .parentLink__item .text span {
        font-size: 100%;
    }
    .-company .parentLink__item .text:after {
        font-size: 120%;
        bottom: 1.1em;
    }
}

@media screen and (max-width: 480px) {
    .-company .parentLink__item {
        margin-bottom: 4em;
        width: 100%;
        margin-right: 0;
    }
    .-company .parentLink__item .text {
        bottom: -2em;
        padding: 1.6em;
        width: 100%;
        border-radius: 0 0 0.4em 0.4em;
    }
    .-company .parentLink__item .text span {
        font-size: 100%;
    }
    .-company .parentLink__item .text:after {
        font-size: 120%;
        bottom: 1.1em;
    }
}

.-company .-policy .greetingWrap .thumb {
    float: right;
    width: 40%;
    margin-left: 2em;
    margin-bottom: 2em;
    overflow: hidden;
    border-radius: 0.4em;
}

.-company .-policy .greetingWrap .signature {
    margin-top: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.-company .-policy .greetingWrap .signature p {
    margin-right: 0.5em;
}

@media screen and (max-width: 480px) {
    .-company .-policy .greetingWrap .thumb {
        width: 50%;
        margin-left: 1em;
        margin-bottom: 1em;
    }
    .-company .-policy .greetingWrap .signature {
        margin-top: 1em;
    }
}

.-company .-policy .policyWrap {
    text-align: center;
    font-weight: 600;
}

.-company .-policy .policyWrap .policyTtl {
    font-size: 414%;
}

.-company .-policy .policyWrap p {
    font-size: 160%;
    font-weight: 600;
    margin-top: 0.6em;
    line-height: 2;
}

@media screen and (max-width: 860px) {
    .-company .-policy .policyWrap .policyTtl {
        font-size: 315%;
    }
    .-company .-policy .policyWrap p {
        font-size: 140%;
    }
}

@media screen and (max-width: 560px) {
    .-company .-policy .policyWrap .policyTtl {
        font-size: 270%;
    }
    .-company .-policy .policyWrap p {
        font-size: 120%;
    }
}

@media screen and (max-width: 480px) {
    .-company .-policy .policyWrap .policyTtl {
        font-size: 230%;
    }
    .-company .-policy .policyWrap p {
        font-size: 100%;
        margin-top: 0.6em;
        line-height: 1.6;
    }
}

.-company .-policy .guideList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-company .-policy .guideList__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 2em;
    background: #FFF;
    border-radius: 0.4em;
    text-align: center;
}

.-company .-policy .guideList__item:nth-child(2n) {
    margin-right: 0;
}

.-company .-policy .guideList__item:nth-child(3n) {
    margin-bottom: 0;
}

.-company .-policy .guideList__item:last-child {
    margin-bottom: 0;
}

.-company .-policy .guideList__item .thumb {
    max-width: 180px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.-company .-policy .guideList__item .textarea {
    margin-top: 1.6em;
}

.-company .-policy .guideList__item .textarea .ttl {
    font-size: 110%;
    color: #85B341;
    margin-bottom: 0.5em;
}

.-company .-policy .guideList__item .textarea p {
    text-align: left;
}

@media screen and (max-width: 560px) {
    .-company .-policy .guideList__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .-company .-policy .guideList__item:nth-child(3n) {
        margin-bottom: 1em;
    }
    .-company .-policy .guideList__item .thumb {
        width: 60%;
    }
}

.-company .-about {
    /*		.profileList{
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			max-width: percentage(660px/900px);
			&-item{
				width: 49%;
				margin-bottom: 1em;
				&:last-child{
					margin-bottom: 0;
				}
				& > .ttl{
					color: $backGreen;
					font-weight: bold;
				}
			}

		}*/
}

.-company .-about .inner-about {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .-company .-about .inner-about {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 840px) {
    .-company .-about .inner-about {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 560px) {
    .-company .-about .inner-about {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 480px) {
    .-company .-about .inner-about {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1160px) {
    .-company .-about .inner-about {
        width: 100%;
    }
}

.-company .-about .profile {
    width: 100%;
}

.-company .-about .profile-label {
    padding: 1.5em 2em;
    border-bottom: 1px solid #4D4D4D;
    text-align: left;
    vertical-align: top;
    width: 26.66667%;
}

.-company .-about .profile-text {
    padding: 1.5em 2em;
    border-bottom: 1px solid #C1C1C0;
    width: 73.33333%;
}

@media screen and (max-width: 560px) {
    .-company .-about .profile {
        border-collapse: collapse;
    }
    .-company .-about .profile-label {
        width: 100%;
        display: block;
        padding: 1em;
    }
    .-company .-about .profile-text {
        width: 100%;
        display: block;
        padding: 1em;
    }
}

.-company .-about .profileList {
    width: 100%;
}

.-company .-about .profileList-item {
    width: 49%;
    padding-bottom: 1em;
}

.-company .-about .profileList-item > .ttl {
    color: #178045;
    font-weight: bold;
}

.-company .-about .history {
    width: 100%;
}

.-company .-about .history tr {
    background: #F6F6F4;
}

.-company .-about .history tr:nth-child(2n) {
    background: #FFFFFF;
}

.-company .-about .history-label {
    padding: 1em 2em;
    vertical-align: top;
    min-width: 180px;
}

.-company .-about .history-text {
    padding: 1em 2em 1em 0;
    width: 80%;
}

@media screen and (max-width: 560px) {
    .-company .-about .history-label {
        padding: 1em;
        min-width: 9em;
    }
    .-company .-about .history-text {
        padding: 1em 1em 1em 0;
    }
}

.-company .-about .access {
    text-align: center;
}

.-company .-about .access-name {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 1em;
}

.-company .-about .ggmap {
    margin-top: 2em;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.-company .-about .ggmap iframe, .-company .-about .ggmap object, .-company .-about .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.-company .-organization .inner-organization {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .-company .-organization .inner-organization {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 840px) {
    .-company .-organization .inner-organization {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 560px) {
    .-company .-organization .inner-organization {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 480px) {
    .-company .-organization .inner-organization {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1160px) {
    .-company .-organization .inner-organization {
        width: 100%;
    }
}

.-company .-organization .statusLabel {
    background: #85B341;
    color: #FFFFFF;
    padding: .6em;
    text-align: center;
    border-radius: 0.4em;
    font-size: 110%;
    margin-top: 3.5em;
}

.-company .-organization .statusLabel:first-of-type {
    margin-top: 0;
}

.-company .-organization .statusList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-company .-organization .statusList-item {
    width: 49.70588%;
    background: #FFFFFF;
    border-radius: 0.4em;
    padding: .7em 1em;
    margin-top: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.-company .-organization .statusList-item > .ttl {
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .-company .-organization .statusList {
        display: block;
    }
    .-company .-organization .statusList-item {
        width: 100%;
    }
}

.-company .-financial .textArea .financial-text {
    text-align: center;
}

.-company .-financial .textArea .financial-text-kome {
    font-size: 80%;
}

@media screen and (max-width: 560px) {
    .-company .-financial .textArea .financial-text {
        text-align: left;
    }
}

.-company .-financial .inner-financial {
    max-width: 700px;
    margin: 0 auto;
}

.-company .-financial .inner-financial .financialLabel {
    background: #85B341;
    color: #FFFFFF;
    font-size: 120%;
    padding: .5em;
    text-align: center;
    margin-top: 2em;
}

.-company .-financial .inner-financial .financialLabel:first-of-type {
    margin-top: 4em;
}

@media screen and (max-width: 480px) {
    .-company .-financial .inner-financial .financialLabel:first-of-type {
        margin-top: 2em;
    }
}

.-company .-financial .inner-financial .financialList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FFFFFF;
}

.-company .-financial .inner-financial .financialList-item {
    width: 50%;
    border: 1px solid #85B341;
    padding: 1em;
    text-align: center;
}

.-company .-financial .inner-financial .financialList-item:first-child {
    border-right: none;
}

.-company .-financial .inner-financial .financialList-item a {
    display: block;
    position: relative;
}

.-company .-financial .inner-financial .financialList-item a:after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    display: inline-block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Regular';
    margin-top: -0.5em;
    color: #FF8800;
    font-size: 120%;
}

@media screen and (max-width: 600px) {
    .-company .-financial .inner-financial .financialList {
        display: block;
    }
    .-company .-financial .inner-financial .financialList-item {
        width: 100%;
    }
    .-company .-financial .inner-financial .financialList-item:first-child {
        border-right: 1px solid #85B341;
        border-bottom: none;
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	事業案内
==================================================================================================*/
.-service {
    /*--------------------------------------------
    ページヘッダー
    ---------------------------------------------*/
    /*--------------------------------------------
    ページ下部 3事業リンク
    ---------------------------------------------*/
}

.-service .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/service/page-head.png");
    background-position: center;
    background-size: cover;
}

.-service.-ecotechnos .pageHead, .-service.-recycle .pageHead, .-service.-cleaning .pageHead {
    padding: 8em 0;
}

.-service.-ecotechnos .pageHead .service, .-service.-recycle .pageHead .service, .-service.-cleaning .pageHead .service {
    background: #5CA400;
    padding: 0.5em 2em 0.3em;
    font-weight: 600;
    border-radius: 2em;
    line-height: 1;
    font-size: 110%;
}

.-service.-ecotechnos .pageHead .jp, .-service.-recycle .pageHead .jp, .-service.-cleaning .pageHead .jp {
    font-size: 320%;
    margin: 0.2em 0;
}

.-service.-ecotechnos .pageHead .en, .-service.-recycle .pageHead .en, .-service.-cleaning .pageHead .en {
    font-size: 130%;
}

@media screen and (max-width: 560px) {
    .-service.-ecotechnos .pageHead, .-service.-recycle .pageHead, .-service.-cleaning .pageHead {
        padding: 5em 0;
    }
    .-service.-ecotechnos .pageHead .service, .-service.-recycle .pageHead .service, .-service.-cleaning .pageHead .service {
        font-size: 100%;
    }
    .-service.-ecotechnos .pageHead .jp, .-service.-recycle .pageHead .jp, .-service.-cleaning .pageHead .jp {
        font-size: 240%;
    }
    .-service.-ecotechnos .pageHead .en, .-service.-recycle .pageHead .en, .-service.-cleaning .pageHead .en {
        font-size: 110%;
    }
}

@media screen and (max-width: 480px) {
    .-service.-ecotechnos .pageHead, .-service.-recycle .pageHead, .-service.-cleaning .pageHead {
        padding: 4em 0;
    }
    .-service.-ecotechnos .pageHead .service, .-service.-recycle .pageHead .service, .-service.-cleaning .pageHead .service {
        font-size: 90%;
    }
    .-service.-ecotechnos .pageHead .jp, .-service.-recycle .pageHead .jp, .-service.-cleaning .pageHead .jp {
        font-size: 200%;
    }
    .-service.-ecotechnos .pageHead .en, .-service.-recycle .pageHead .en, .-service.-cleaning .pageHead .en {
        font-size: 100%;
    }
}

.-service.-ecotechnos .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/service/head01.jpg");
    background-position: center;
    background-size: cover;
}

.-service.-recycle .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/service/head02.jpg");
    background-position: center;
    background-size: cover;
}

.-service.-cleaning .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/service/head03.jpg");
    background-position: center;
    background-size: cover;
}

.-service .serviceLink {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 560px) {
    .-service .serviceLink {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.-service .serviceLink__item {
    width: calc(100% / 3);
}

.-service .serviceLink__item a {
    display: block;
    position: relative;
}

.-service .serviceLink__item a:before {
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(45deg, rgba(23, 128, 69, 0.74) 0%, rgba(23, 128, 69, 0.73) 1%, rgba(23, 128, 69, 0) 100%);
    background: linear-gradient(45deg, rgba(23, 128, 69, 0.74) 0%, rgba(23, 128, 69, 0.73) 1%, rgba(23, 128, 69, 0) 100%);
    mix-blend-mode: multiply;
}

.-service .serviceLink__item a .thumb .fitImg {
    width: 100%;
    max-height: 300px;
    height: 22vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.-service .serviceLink__item a .textArea {
    position: absolute;
    bottom: 2em;
    left: 2em;
}

.-service .serviceLink__item a .textArea span {
    font-size: 150%;
    color: #FFF;
    font-weight: 600;
    position: relative;
    padding-right: 2em;
}

.-service .serviceLink__item a .textArea span:before {
    content: "";
    width: 1.6em;
    height: 1em;
    background: url("/wp-content/themes/seiwa-chemical/assets/img/service/arrow.png") no-repeat;
    background-size: contain;
    background-position: left center;
    position: absolute;
    top: 0;
    right: 0;
}

.-service .serviceLink__item a:hover {
    opacity: 1;
}

.-service .serviceLink__item a:hover:before {
    opacity: 0;
}

@media screen and (max-width: 1160px) {
    .-service .serviceLink__item a .textArea {
        position: absolute;
        bottom: 1em;
        left: 1em;
    }
    .-service .serviceLink__item a .textArea span {
        font-size: 130%;
        padding-right: 1.6em;
    }
    .-service .serviceLink__item a .textArea span:before {
        width: 1.2em;
        height: 1em;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 860px) {
    .-service .serviceLink__item a .textArea {
        position: absolute;
        bottom: 1em;
        left: 1em;
    }
    .-service .serviceLink__item a .textArea span {
        font-size: 110%;
        padding-right: 1.6em;
    }
    .-service .serviceLink__item a .textArea span:before {
        width: 1.2em;
        height: 1em;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 560px) {
    .-service .serviceLink__item {
        width: 100%;
    }
    .-service .serviceLink__item a .thumb .fitImg {
        height: 36vw;
        max-height: 160px;
    }
    .-service .serviceLink__item a .textArea {
        position: absolute;
        bottom: 1em;
        left: 1em;
    }
    .-service .serviceLink__item a .textArea span {
        font-size: 120%;
        padding-right: 1.6em;
    }
    .-service .serviceLink__item a .textArea span:before {
        width: 1.2em;
        height: 1em;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.-service .textFix .serviceRead {
    text-align: center;
}

@media screen and (max-width: 560px) {
    .-service .textFix .serviceRead {
        text-align: left;
    }
}

.-service .serviceNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 946px;
    margin: 3em auto 0;
}

.-service .serviceNav-item {
    width: 31.28964%;
}

.-service .serviceNav-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 66px;
    border: 2px solid #85B341;
    border-radius: 33px;
    color: #85B341;
    font-size: 120%;
    font-weight: bold;
}

.-service .serviceNav-item a span {
    position: relative;
}

.-service .serviceNav-item a span:before {
    display: inline-block;
    content: "\f078";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    top: 30%;
    left: -1.5em;
    font-size: 70%;
}

@media screen and (max-width: 350px) {
    .-service .serviceNav-item a span {
        position: static;
    }
}

@media screen and (max-width: 950px) {
    .-service .serviceNav-item a {
        font-size: 100%;
    }
}

@media screen and (max-width: 650px) {
    .-service .serviceNav-item a {
        font-size: 90%;
    }
}

@media screen and (max-width: 560px) {
    .-service .serviceNav {
        margin: 2em auto 0;
    }
    .-service .serviceNav-item {
        width: 49%;
        margin-bottom: 2%;
    }
    .-service .serviceNav-item:last-child {
        margin-bottom: 0;
    }
    .-service .serviceNav-item a {
        height: 40px;
        border-radius: 20px;
    }
}

.-service .serviceCont {
    max-width: 1490px;
    margin: -160px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.-service .serviceCont > .text {
    width: 49.66443%;
    background: #FFFFFF;
    padding: 2em 4em;
}

.-service .serviceCont > .text .serviceLabel {
    font-size: 250%;
    margin-bottom: .3em;
}

.-service .serviceCont > .text .serviceLabel-s {
    font-size: 110%;
    color: #178045;
    margin: 3em 0 .5em;
}

.-service .serviceCont > .text .serviceLabel-s .midTtl {
    margin-right: 1.0em;
}

.-service .serviceCont > .text .textList-item > h5 {
    font-weight: inherit;
    margin-right: 1em;
}

.-service .serviceCont > .text .textList-item > p {
    text-align: left;
    width: 90%;
}

.-service .serviceCont > .text-sec {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.-service .serviceCont > .text .chushaku {
    color: #FF8800;
    font-weight: bold;
}

.-service .serviceCont > .text .kome {
    color: #FF8800;
    font-size: 80%;
}

.-service .serviceCont > .thumb {
    width: 50.33557%;
}

.-service .serviceCont > .thumb-sec {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width: 1490px) {
    .-service .serviceCont {
        margin: -160px 50px 0;
    }
}

@media screen and (max-width: 1020px) {
    .-service .serviceCont {
        margin: -160px 50px 0;
        display: block;
    }
    .-service .serviceCont > .text {
        width: 100%;
    }
    .-service .serviceCont > .thumb {
        width: 100%;
    }
}

@media screen and (max-width: 860px) {
    .-service .serviceCont > .text {
        padding: 2em 3em;
    }
    .-service .serviceCont > .text .serviceLabel {
        font-size: 220%;
    }
    .-service .serviceCont > .text .serviceLabel-s {
        font-size: 110%;
        margin: 2em 0 .5em;
    }
}

@media screen and (max-width: 560px) {
    .-service .serviceCont {
        margin: 0 20px 0;
    }
    .-service .serviceCont > .text {
        padding: 20px;
    }
    .-service .serviceCont > .text .serviceLabel {
        font-size: 190%;
    }
    .-service .serviceCont > .text .serviceLabel-s {
        margin: 1.5em 0 .5em;
    }
}

.-service .serviceNav-Link {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1360px;
    margin: 0 auto;
}

.-service .serviceNav-Link__item {
    width: 30.88235%;
    margin-top: 50px;
}

.-service .serviceNav-Link__item a {
    display: block;
    position: relative;
}

.-service .serviceNav-Link__item a:before {
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    mix-blend-mode: multiply;
}

.-service .serviceNav-Link__item a .thumb .fitImg {
    width: 100%;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.-service .serviceNav-Link__item a .textArea {
    position: absolute;
    bottom: 1.5em;
    right: 2em;
}

.-service .serviceNav-Link__item a .textArea span {
    font-size: 140%;
    color: #FFF;
    font-weight: 600;
    position: relative;
    padding-right: 2em;
}

.-service .serviceNav-Link__item a .textArea span:before {
    content: "";
    width: 1.6em;
    height: 1em;
    background: url("/wp-content/themes/seiwa-chemical/assets/img/service/arrow.png") no-repeat;
    background-size: contain;
    background-position: left center;
    position: absolute;
    top: 0;
    right: 0;
}

.-service .serviceNav-Link__item a:hover {
    opacity: 1;
}

.-service .serviceNav-Link__item a:hover:before {
    opacity: 0;
}

@media screen and (max-width: 1160px) {
    .-service .serviceNav-Link__item a .textArea {
        position: absolute;
        bottom: 1em;
        right: 1em;
    }
    .-service .serviceNav-Link__item a .textArea span {
        font-size: 130%;
        padding-right: 1.6em;
    }
    .-service .serviceNav-Link__item a .textArea span:before {
        width: 1.2em;
        height: 1em;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 860px) {
    .-service .serviceNav-Link__item a .textArea {
        position: absolute;
        bottom: 1em;
        right: 1em;
    }
    .-service .serviceNav-Link__item a .textArea span {
        font-size: 110%;
        padding-right: 1.6em;
    }
    .-service .serviceNav-Link__item a .textArea span:before {
        width: 1.2em;
        height: 1em;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 560px) {
    .-service .serviceNav-Link__item {
        width: 100%;
    }
    .-service .serviceNav-Link__item a .thumb .fitImg {
        height: 36vw;
        max-height: 160px;
    }
    .-service .serviceNav-Link__item a .textArea {
        position: absolute;
        bottom: 1em;
        right: 1em;
    }
    .-service .serviceNav-Link__item a .textArea span {
        font-size: 120%;
        padding-right: 1.6em;
    }
    .-service .serviceNav-Link__item a .textArea span:before {
        width: 1.2em;
        height: 1em;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 1360px) {
    .-service .serviceNav-Link {
        margin: 0 50px;
    }
}

@media screen and (max-width: 770px) {
    .-service .serviceNav-Link__item {
        width: 49%;
        margin-top: 2%;
    }
}

@media screen and (max-width: 560px) {
    .-service .serviceNav-Link {
        display: block;
        margin: 20px 20px 0;
    }
    .-service .serviceNav-Link__item {
        width: 100%;
        margin-top: 0;
    }
}

.-service .serviceNav-Link-mainte {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1150px;
}

.-service .serviceNav-Link-mainte .serviceNav-Link__item {
    width: 36.52174%;
}

@media screen and (max-width: 770px) {
    .-service .serviceNav-Link-mainte .serviceNav-Link__item {
        width: 49%;
        margin-top: 2%;
    }
}

@media screen and (max-width: 560px) {
    .-service .serviceNav-Link-mainte .serviceNav-Link__item {
        width: 100%;
    }
}

.-service .serviceWrap {
    margin-bottom: 200px;
}

@media screen and (max-width: 860px) {
    .-service .serviceWrap {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 480px) {
    .-service .serviceWrap {
        margin-bottom: 0;
    }
}

.-service .serviceWrap-last {
    margin-bottom: 0;
}

.-service .anchor {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}

@media screen and (max-width: 860px) {
    .-service .anchor {
        padding-top: 100px;
        margin-top: -100px;
    }
}

@media screen and (max-width: 560px) {
    .-service .mContainer__cont-pt0 {
        padding: 0 0 4.5em;
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	事業案内　リサイクル事業（産廃）
==================================================================================================*/
.-service.-recycle {
    /*--------------------------------------------------
        施設紹介
        --------------------------------------------------*/
    /*--------------------------------------------------
        施設処理能力
        --------------------------------------------------*/
    /*--------------------------------------------------
        許可内容
        --------------------------------------------------*/
    /*--------------------------------------------------
        許可内容 収集運搬
        --------------------------------------------------*/
    /*--------------------------------------------------
        許可内容 中間処理
        --------------------------------------------------*/
    /*--------------------------------------------------
        廃棄物処理最終処分フロー
        --------------------------------------------------*/
    /*--------------------------------------------------
        本社工場・豊田第一工場・豊田第二工場
        --------------------------------------------------*/
    /*--------------------------------------------------
        二次産廃物搬出実績
        --------------------------------------------------*/
    /*--------------------------------------------------
        車両紹介
        --------------------------------------------------*/
}

.-service.-recycle .-companies .note {
    max-width: 850px;
    margin-bottom: 4em;
    background-color: #fff;
    padding: 1em 2em;
    text-align: center;
    border: 2px solid #178045;
}

.-service.-recycle .-companies .note .ttl {
    color: #178045;
    font-weight: bold;
    font-size: 110%;
    padding-bottom: .3em;
    border-bottom: dashed 1px #178045;
}

.-service.-recycle .-companies .note .txt {
    font-size: 90%;
    padding-top: .3em;
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-companies .note .txt {
        text-align: left;
    }
}

.-service.-recycle .-companies .facilitiesList {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.-service.-recycle .-companies .facilitiesList__item {
    margin-bottom: 2em;
    border-radius: 0.4em;
    overflow: hidden;
}

.-service.-recycle .-companies .facilitiesList__item:last-child {
    margin-bottom: 0;
}

.-service.-recycle .-companies .facilitiesList__item:nth-child(2n) a .textArea {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.-service.-recycle .-companies .facilitiesList__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.-service.-recycle .-companies .facilitiesList__item a > * {
    width: 50%;
}

.-service.-recycle .-companies .facilitiesList__item a .thumb .fitImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.-service.-recycle .-companies .facilitiesList__item a .textArea {
    background: #FFF;
    padding: 3em;
}

.-service.-recycle .-companies .facilitiesList__item a .textArea .ttl {
    font-size: 130%;
    margin-bottom: 0.5em;
}

.-service.-recycle .-companies .facilitiesList__item a .btnArea {
    margin-top: 2em;
}

.-service.-recycle .-companies .facilitiesList__item a .btnArea .basicBtn {
    background: #85B341;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 0.5em 2em;
    border-radius: 2em;
    max-width: 260px;
}

.-service.-recycle .-companies .facilitiesList__item a .btnArea .basicBtn span:before {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Light';
    margin-right: 0.3em;
}

@media screen and (max-width: 720px) {
    .-service.-recycle .-companies .facilitiesList__item a .textArea {
        padding: 2em;
    }
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-companies .facilitiesList__item a {
        display: block;
    }
    .-service.-recycle .-companies .facilitiesList__item a > * {
        width: 100%;
    }
    .-service.-recycle .-companies .facilitiesList__item a .thumb .fitImg {
        width: 100%;
        height: 50vw;
    }
    .-service.-recycle .-companies .facilitiesList__item a .textArea {
        background: #FFF;
        padding: 2em;
    }
    .-service.-recycle .-companies .facilitiesList__item a .textArea .ttl {
        font-size: 130%;
        margin-bottom: 0.5em;
    }
    .-service.-recycle .-companies .facilitiesList__item a .btnArea {
        margin-top: 1.5em;
    }
    .-service.-recycle .-companies .facilitiesList__item a .btnArea .basicBtn {
        padding: 0.6em 2em;
        max-width: 180px;
    }
}

.-service.-recycle .-facilites .inner-facilites {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .-service.-recycle .-facilites .inner-facilites {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 840px) {
    .-service.-recycle .-facilites .inner-facilites {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-facilites .inner-facilites {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-facilites .inner-facilites {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1160px) {
    .-service.-recycle .-facilites .inner-facilites {
        width: 100%;
    }
}

.-service.-recycle .-facilites .facilitesList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 750px;
    margin: 0 auto;
}

.-service.-recycle .-facilites .facilitesList-item {
    width: 24%;
    margin: 10px 10px 0 0;
}

.-service.-recycle .-facilites .facilitesList-item:nth-child(4n) {
    margin-right: 0;
}

.-service.-recycle .-facilites .facilitesList-item a {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    position: relative;
    border: 1px solid #178045;
    color: #178045;
    text-align: center;
    line-height: 1.1;
}

.-service.-recycle .-facilites .facilitesList-item a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    content: "\f078";
    font-family: 'Font Awesome 5 Light';
    margin-top: -0.5em;
    font-size: 70%;
}

@media screen and (max-width: 808px) {
    .-service.-recycle .-facilites .facilitesList {
        width: 100%;
    }
    .-service.-recycle .-facilites .facilitesList-item {
        width: 30%;
        margin-right: 5%;
    }
    .-service.-recycle .-facilites .facilitesList-item:nth-child(3n) {
        margin-right: 0;
    }
    .-service.-recycle .-facilites .facilitesList-item:nth-child(4n) {
        margin-right: 5%;
    }
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-facilites .facilitesList-item {
        width: 49%;
    }
    .-service.-recycle .-facilites .facilitesList-item:nth-child(even) {
        margin-right: 0;
    }
    .-service.-recycle .-facilites .facilitesList-item:nth-child(odd) {
        margin-right: 2%;
    }
}

.-service.-recycle .-facilites .facilites-text {
    text-align: center;
    margin-bottom: 2em;
}

.-service.-recycle .-facilites .facilites-cont {
    background: #FFFFFF;
    padding: 3em;
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-facilites .facilites-cont {
        padding: 1.5em;
    }
}

.-service.-recycle .-facilites .facilitesLabel {
    font-size: 130%;
    text-align: center;
}

.-service.-recycle .-facilites .facilites-ob {
    width: 100%;
}

.-service.-recycle .-facilites .facilites-ob tr:last-child .facilites-ob-label, .-service.-recycle .-facilites .facilites-ob tr:last-child .facilites-ob-text {
    border-bottom: none;
}

.-service.-recycle .-facilites .facilites-ob-label {
    padding: 1.5em 2em;
    border-bottom: 1px solid #4D4D4D;
    text-align: left;
    vertical-align: top;
    width: 26.66667%;
}

.-service.-recycle .-facilites .facilites-ob-text {
    padding: 1.5em 2em;
    border-bottom: 1px solid #C1C1C0;
    width: 73.33333%;
}

.-service.-recycle .-facilites .facilites-ob-text ul {
    margin-left: 1em;
}

.-service.-recycle .-facilites .facilites-ob-text ul li {
    list-style: disc;
}

.-service.-recycle .-facilites .facilites-ob-text .factory {
    font-weight: bold;
    color: #178045;
}

.-service.-recycle .-facilites .facilites-ob-text .facilites-Gtxt {
    color: #178045;
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-facilites .facilites-ob {
        border-collapse: collapse;
    }
    .-service.-recycle .-facilites .facilites-ob-label {
        width: 100%;
        display: block;
        padding: 1em;
    }
    .-service.-recycle .-facilites .facilites-ob-text {
        width: 100%;
        display: block;
        padding: 1em;
    }
}

.-service.-recycle .-facilites .anchor {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}

.-service.-recycle .-permission .parentLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.-service.-recycle .-permission .parentLink__item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6em;
    position: relative;
}

.-service.-recycle .-permission .parentLink__item:nth-child(2n) {
    margin-right: 0;
}

.-service.-recycle .-permission .parentLink__item .thumb {
    overflow: hidden;
    border-radius: 0.4em;
}

.-service.-recycle .-permission .parentLink__item .text {
    position: absolute;
    left: 0;
    bottom: -2.5em;
    background: #FFF;
    padding: 1.6em;
    width: 90%;
    border-radius: 0.4em;
}

.-service.-recycle .-permission .parentLink__item .text span {
    font-weight: 600;
    font-size: 110%;
}

.-service.-recycle .-permission .parentLink__item .text:after {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    font-size: 140%;
    right: 0.6em;
    bottom: 1.2em;
    color: #178045;
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-permission .parentLink__item .text {
        bottom: -2em;
        padding: 1.2em;
    }
    .-service.-recycle .-permission .parentLink__item .text span {
        font-size: 100%;
    }
    .-service.-recycle .-permission .parentLink__item .text:after {
        font-size: 120%;
        bottom: 1.1em;
    }
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-permission .parentLink__item {
        margin-bottom: 4em;
        width: 100%;
        margin-right: 0;
    }
    .-service.-recycle .-permission .parentLink__item .text {
        bottom: -2em;
        padding: 1.6em;
        width: 100%;
        border-radius: 0 0 0.4em 0.4em;
    }
    .-service.-recycle .-permission .parentLink__item .text span {
        font-size: 100%;
    }
    .-service.-recycle .-permission .parentLink__item .text:after {
        font-size: 120%;
        bottom: 1.1em;
    }
}

.-service.-recycle .-transportations .inner_transportations {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .-service.-recycle .-transportations .inner_transportations {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 840px) {
    .-service.-recycle .-transportations .inner_transportations {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-transportations .inner_transportations {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-transportations .inner_transportations {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1160px) {
    .-service.-recycle .-transportations .inner_transportations {
        width: 100%;
    }
}

.-service.-recycle .-transportations .inner_transportations .transportationsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6em;
}

.-service.-recycle .-transportations .inner_transportations .transportationsList:last-of-type {
    margin-bottom: 0;
}

.-service.-recycle .-transportations .inner_transportations .transportationsList-item {
    width: 48.51485%;
    margin-top: 3em;
}

.-service.-recycle .-transportations .inner_transportations .transportationsList-item:first-child {
    margin-top: 0;
}

.-service.-recycle .-transportations .inner_transportations .transportationsList-item:nth-child(2) {
    margin-top: 0;
}

@media screen and (max-width: 860px) {
    .-service.-recycle .-transportations .inner_transportations .transportationsList {
        display: block;
    }
    .-service.-recycle .-transportations .inner_transportations .transportationsList-item {
        width: 100%;
    }
    .-service.-recycle .-transportations .inner_transportations .transportationsList-item:nth-child(2) {
        margin-top: 3em;
    }
}

@media screen and (max-width: 720px) {
    .-service.-recycle .-transportations .inner_transportations .transportationsList {
        margin-bottom: 3em;
    }
}

.-service.-recycle .-transportations .inner_transportations .transportationsLabel {
    font-size: 120%;
    text-align: center;
}

.-service.-recycle .-transportations .inner_transportations .transportations-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.-service.-recycle .-transportations .inner_transportations .transportations-cont-no {
    background: #85B341;
    color: #FFFFFF;
    padding: .5em 1em;
    width: 59.18367%;
    font-weight: bold;
    font-size: 110%;
}

.-service.-recycle .-transportations .inner_transportations .transportations-cont-btn {
    width: 40.81633%;
}

.-service.-recycle .-transportations .inner_transportations .transportations-cont-btn a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #85B341;
    position: relative;
    font-size: 110%;
    font-weight: bold;
}

.-service.-recycle .-transportations .inner_transportations .transportations-cont-btn a:before {
    display: inline-block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    left: 1em;
    color: #FF8800;
    font-size: 120%;
    font-weight: normal;
}

@media screen and (max-width: 350px) {
    .-service.-recycle .-transportations .inner_transportations .transportations-cont-btn a:before {
        left: .5em;
    }
}

@media screen and (max-width: 1160px) {
    .-service.-recycle .-transportations .inner_transportations .transportations-cont-no {
        font-size: 100%;
    }
    .-service.-recycle .-transportations .inner_transportations .transportations-cont-btn a {
        font-size: 100%;
    }
}

.-service.-recycle .-transportations .transportations-wrap {
    background: #F8F8F8;
    text-align: center;
    padding: 2em;
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-transportations .transportations-wrap {
        padding: 1em;
    }
}

.-service.-recycle .-transportations .transportations-map {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}

.-service.-recycle .-transportations .transportations-map .mapBtn a {
    position: relative;
    font-size: 110%;
    color: #FFFFFF;
    font-weight: bold;
    background: #178045;
    border-radius: 25px;
    height: 50px;
    width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.-service.-recycle .-transportations .transportations-map .mapBtn a:after {
    display: inline-block;
    content: "\f078";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    top: 40%;
    right: 1em;
    font-size: 70%;
}

.-service.-recycle .-transportations .transportations-map .mapBtn a.mapBtnS {
    width: 124px;
}

@media screen and (max-width: 860px) {
    .-service.-recycle .-transportations .transportations-map .mapBtn a {
        font-size: 100%;
        border-radius: 20px;
        height: 40px;
        width: 150px;
    }
    .-service.-recycle .-transportations .transportations-map .mapBtn a.mapBtnS {
        width: 90px;
    }
    .-service.-recycle .-transportations .transportations-map .mapBtn a:after {
        font-size: 50%;
        right: 1.5em;
    }
}

@media screen and (max-width: 650px) {
    .-service.-recycle .-transportations .transportations-map .mapBtn a {
        font-size: 80%;
        border-radius: 12px;
        height: 24px;
        width: 120px;
    }
    .-service.-recycle .-transportations .transportations-map .mapBtn a.mapBtnS {
        width: 60px;
    }
    .-service.-recycle .-transportations .transportations-map .mapBtn a:after {
        font-size: 50%;
        right: 1.5em;
    }
}

.-service.-recycle .-transportations .transportations-map .mapBtn-map01 {
    position: absolute;
    top: 24.39024%;
    right: 22.35294%;
}

.-service.-recycle .-transportations .transportations-map .mapBtn-map02 {
    position: absolute;
    top: 48.78049%;
    right: 38.82353%;
}

@media screen and (max-width: 650px) {
    .-service.-recycle .-transportations .transportations-map .mapBtn-map02 {
        top: 43.90244%;
    }
}

.-service.-recycle .-transportations .transportations-map .mapBtn-map03 {
    position: absolute;
    bottom: 29.26829%;
    right: 24.70588%;
}

.-service.-recycle .-transportations .transportations-map .mapBtn-map04 {
    position: absolute;
    bottom: 24.39024%;
    right: 42.35294%;
}

@media screen and (max-width: 650px) {
    .-service.-recycle .-transportations .transportations-map .mapBtn-map04 {
        bottom: 17.88618%;
    }
}

.-service.-recycle .-transportations .transportations-map .mapBtn-map05 {
    position: absolute;
    bottom: 30.89431%;
    left: 22.35294%;
}

.-service.-recycle .-transportations .transportations-map .mapBtn-map06 {
    position: absolute;
    bottom: 21.13821%;
    left: -3.52941%;
}

.-service.-recycle .-transportations .anchor {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}

@media screen and (max-width: 860px) {
    .-service.-recycle .-transportations .anchor {
        padding-top: 100px;
        margin-top: -100px;
    }
}

.-service.-recycle .-interims .interimsList {
    width: 100%;
}

.-service.-recycle .-interims .interimsList tr:last-child .interimsList-label, .-service.-recycle .-interims .interimsList tr:last-child .interimsList-text {
    border-bottom: none;
}

.-service.-recycle .-interims .interimsList-label {
    padding: 1.5em 2em;
    border-bottom: 1px solid #4D4D4D;
    text-align: left;
    vertical-align: top;
    width: 26.66667%;
}

.-service.-recycle .-interims .interimsList-text {
    padding: 1.5em 2em;
    border-bottom: 1px solid #C1C1C0;
    width: 73.33333%;
}

.-service.-recycle .-interims .interimsList-text ul {
    margin-left: 1em;
}

.-service.-recycle .-interims .interimsList-text ul li {
    list-style: disc;
}

.-service.-recycle .-interims .interimsList-text .factory {
    font-weight: bold;
    color: #178045;
}

.-service.-recycle .-interims .interimsList-text .facilites-Gtxt {
    color: #178045;
}

.-service.-recycle .-interims .interimsList-text .handlingTtl {
    font-weight: bold;
    margin-bottom: 1em;
}

.-service.-recycle .-interims .interimsList-text .handlingList__item {
    margin-bottom: 1.5em;
}

.-service.-recycle .-interims .interimsList-text .handlingList__item .ttl {
    line-height: 1em;
    padding: .3em 1em;
    background-color: #85B341;
    color: #fff;
    display: inline-block;
    margin-bottom: .5em;
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-interims .interimsList {
        border-collapse: collapse;
    }
    .-service.-recycle .-interims .interimsList-label {
        width: 100%;
        display: block;
        padding: 1em;
    }
    .-service.-recycle .-interims .interimsList-text {
        width: 100%;
        display: block;
        padding: 1em;
    }
}

.-service.-recycle .-interims .interimsBtn a {
    margin: 2em auto 0;
    position: relative;
    font-size: 110%;
    color: #FFFFFF;
    font-weight: bold;
    background: #178045;
    border-radius: 25px;
    height: 50px;
    width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.-service.-recycle .-interims .interimsBtn a:before {
    display: inline-block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    top: 35%;
    left: 2em;
    font-weight: normal;
}

.-service.-recycle .-flow .inner .sContainer__cont .btnWrap {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 3em;
}

.-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #85B341;
}

.-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea__item {
    padding: 1em 1.5em;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea__item {
        padding: .8em 1.5em;
    }
}

.-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea__item.-ttl {
    color: #fff;
    width: 30%;
    background-color: #85B341;
    text-align: center;
    font-size: 125%;
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea__item.-ttl {
        font-size: 110%;
    }
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea__item.-ttl {
        width: 100%;
    }
}

.-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea__item.-txt {
    width: 70%;
    font-size: 112.5%;
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea__item.-txt {
        font-size: 100%;
    }
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea__item.-txt {
        width: 100%;
        text-align: center;
    }
}

.-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea__item.-txt span {
    padding-left: 1.7em;
    position: relative;
    letter-spacing: 0em;
}

.-service.-recycle .-flow .inner .sContainer__cont .btnWrap .flowBtnArea__item.-txt span:before {
    position: absolute;
    top: 50%;
    left: 0em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Light';
    color: #FF8800;
    margin-right: 0.4em;
    font-size: 125%;
}

.-service.-recycle .-factories .basicLabel {
    font-size: 175%;
    margin-bottom: 1.5em;
}

.-service.-recycle .-factories .recentacts {
    max-width: 620px;
    width: 100%;
    margin: 0 auto 2.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 560px) {
    .-service.-recycle .-factories .recentacts {
        margin: 0 auto 1.5em;
    }
}

.-service.-recycle .-factories .recentacts__item {
    border: 2px solid #E1E1E1;
    border-radius: 3px;
    margin-bottom: 1.3em;
    font-weight: bold;
}

@media screen and (max-width: 720px) {
    .-service.-recycle .-factories .recentacts__item {
        font-size: 97%;
    }
}

@media screen and (min-width: 560px) {
    .-service.-recycle .-factories .recentacts__item {
        width: 48.5%;
    }
    .-service.-recycle .-factories .recentacts__item:nth-child(odd) {
        margin-right: 3%;
    }
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-factories .recentacts__item {
        width: 100%;
    }
    .-service.-recycle .-factories .recentacts__item:nth-child(odd) {
        margin-right: 0%;
    }
}

.-service.-recycle .-factories .recentacts__item > a {
    display: block;
    padding: 1em 1.5em;
}

.-service.-recycle .-factories .recentacts__item > a:hover {
    opacity: .6;
}

.-service.-recycle .-factories .recentacts__item > a span {
    padding-left: 1.8em;
    position: relative;
    display: block;
    letter-spacing: 0em;
}

.-service.-recycle .-factories .recentacts__item > a span:before {
    position: absolute;
    top: 50%;
    left: 0em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Light';
    color: #85B341;
    margin-right: 0.4em;
    font-size: 125%;
}

.-service.-recycle .-factories .pastactual {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}

.-service.-recycle .-factories .pastactual .accordion-click {
    background-color: #9AA293;
    cursor: pointer;
    padding: 1em;
    font-size: 87.5%;
    margin-bottom: 1em;
    max-width: 300px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5em;
    margin: 0 auto 3.5em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (min-width: 560px) {
    .-service.-recycle .-factories .pastactual .accordion-click {
        margin: 0 auto 2.5em;
    }
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-factories .pastactual .accordion-click {
        font-size: 92%;
    }
}

.-service.-recycle .-factories .pastactual .accordion-click:hover {
    opacity: .6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.-service.-recycle .-factories .pastactual .accordion-click > p {
    position: relative;
}

.-service.-recycle .-factories .pastactual .accordion-click > p:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f078";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    color: #fff;
    font-size: 87.5%;
}

.-service.-recycle .-factories .pastactual .ac > p:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f077";
    font-family: 'Font Awesome 5 Solid';
    color: #fff;
    font-size: 87.5%;
}

.-service.-recycle .-factories .pastactual .accordion-content {
    display: none;
}

.-service.-recycle .-factories .pastactual .accordion-content .recentacts {
    margin-bottom: 0;
}

.-service.-recycle .-factories .-abouWrap .inner {
    margin-bottom: 6em;
}

.-service.-recycle .-factories .-abouWrap .inner:last-child {
    margin-bottom: 0;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item {
    margin-bottom: 3.5em;
    border-radius: 0.4em;
    overflow: hidden;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item:last-child {
    margin-bottom: 0;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item:nth-child(2n) a .textArea {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .thumb {
    width: 48%;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .thumb .fitImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .textArea {
    width: 52%;
    background: #FFF;
    padding: 3em;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .textArea .ttl {
    font-size: 150%;
    margin-bottom: 1em;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .textArea.-single {
    width: 100%;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .btnArea {
    margin-top: 2em;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .btnArea .basicBtn {
    background: #85B341;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 0.5em 2em;
    border-radius: 2em;
    max-width: 260px;
}

.-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .btnArea .basicBtn span:before {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Light';
    margin-right: 0.3em;
}

@media screen and (max-width: 720px) {
    .-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .textArea {
        padding: 2em;
    }
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout {
        display: block;
    }
    .-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .thumb {
        width: 100%;
    }
    .-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .thumb .fitImg {
        width: 100%;
        height: 50vw;
    }
    .-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .textArea {
        width: 100%;
        background: #FFF;
        padding: 2em;
    }
    .-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .textArea .ttl {
        font-size: 130%;
        margin-bottom: 0.5em;
    }
    .-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .btnArea {
        margin-top: 1.5em;
    }
    .-service.-recycle .-factories .-abouWrap .factoryAboutList__item .factoryAbout .btnArea .basicBtn {
        padding: 0.6em 2em;
        max-width: 180px;
    }
}

.-service.-recycle .-work .mContainer__cont:first-child {
    padding-bottom: 0;
}

.-service.-recycle .-work .basicLabel {
    font-size: 175%;
    margin-bottom: 1.5em;
}

.-service.-recycle .-work .recentacts {
    max-width: 620px;
    width: 100%;
    margin: 0 auto 2.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 560px) {
    .-service.-recycle .-work .recentacts {
        margin: 0 auto 1.5em;
    }
}

.-service.-recycle .-work .recentacts__item {
    border: 2px solid #E1E1E1;
    border-radius: 3px;
    margin-bottom: 1.3em;
    font-weight: bold;
}

@media screen and (max-width: 720px) {
    .-service.-recycle .-work .recentacts__item {
        font-size: 97%;
    }
}

@media screen and (min-width: 560px) {
    .-service.-recycle .-work .recentacts__item {
        width: 48.5%;
    }
    .-service.-recycle .-work .recentacts__item:nth-child(odd) {
        margin-right: 3%;
    }
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-work .recentacts__item {
        width: 100%;
    }
    .-service.-recycle .-work .recentacts__item:nth-child(odd) {
        margin-right: 0%;
    }
}

.-service.-recycle .-work .recentacts__item > a {
    display: block;
    padding: 1em 1.5em;
}

.-service.-recycle .-work .recentacts__item > a:hover {
    opacity: .6;
}

.-service.-recycle .-work .recentacts__item > a span {
    padding-left: 1.8em;
    position: relative;
    display: block;
    letter-spacing: 0em;
}

.-service.-recycle .-work .recentacts__item > a span:before {
    position: absolute;
    top: 50%;
    left: 0em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Light';
    color: #85B341;
    margin-right: 0.4em;
    font-size: 125%;
}

.-service.-recycle .-work .pastactual {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}

.-service.-recycle .-work .pastactual .accordion-click {
    background-color: #9AA293;
    cursor: pointer;
    padding: 1em;
    font-size: 87.5%;
    margin-bottom: 1em;
    max-width: 300px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5em;
    margin: 0 auto 3.5em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (min-width: 560px) {
    .-service.-recycle .-work .pastactual .accordion-click {
        margin: 0 auto 2.5em;
    }
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-work .pastactual .accordion-click {
        font-size: 92%;
    }
}

.-service.-recycle .-work .pastactual .accordion-click:hover {
    opacity: .6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.-service.-recycle .-work .pastactual .accordion-click > p {
    position: relative;
}

.-service.-recycle .-work .pastactual .accordion-click > p:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f078";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    color: #fff;
    font-size: 87.5%;
}

.-service.-recycle .-work .pastactual .ac > p:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f077";
    font-family: 'Font Awesome 5 Solid';
    color: #fff;
    font-size: 87.5%;
}

.-service.-recycle .-work .pastactual .accordion-content {
    display: none;
}

.-service.-recycle .-work .pastactual .accordion-content .recentacts {
    margin-bottom: 0;
}

.-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 3em;
}

.-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #85B341;
}

.-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea__item {
    padding: 1em 1.5em;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea__item {
        padding: .8em 1.5em;
    }
}

.-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea__item.-ttl {
    color: #fff;
    width: 30%;
    background-color: #85B341;
    text-align: center;
    font-size: 125%;
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea__item.-ttl {
        font-size: 110%;
    }
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea__item.-ttl {
        width: 100%;
    }
}

.-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea__item.-txt {
    width: 70%;
    font-size: 112.5%;
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea__item.-txt {
        font-size: 100%;
    }
}

@media screen and (max-width: 480px) {
    .-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea__item.-txt {
        width: 100%;
        text-align: center;
    }
}

.-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea__item.-txt span {
    padding-left: 1.7em;
    position: relative;
    letter-spacing: 0em;
}

.-service.-recycle .-vehicles .inner .sContainer__cont .btnWrap .vehiclesBtnArea__item.-txt span:before {
    position: absolute;
    top: 50%;
    left: 0em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Light';
    color: #FF8800;
    margin-right: 0.4em;
    font-size: 125%;
}

.-service.-recycle .-vehicles .inner .sContainer .thumbList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.-service.-recycle .-vehicles .inner .sContainer .thumbList__item {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 3.5%;
}

.-service.-recycle .-vehicles .inner .sContainer .thumbList__item:nth-child(3n) {
    margin-right: 0%;
}

.-service.-recycle .-vehicles .inner .sContainer .thumbList__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.-service.-recycle .-vehicles .inner .sContainer .thumbList__item:nth-child(1), .-service.-recycle .-vehicles .inner .sContainer .thumbList__item:nth-child(2), .-service.-recycle .-vehicles .inner .sContainer .thumbList__item:nth-child(3) {
    margin-top: 0;
}

.-service.-recycle .-vehicles .inner .sContainer .thumbList__item p {
    text-align: center;
    margin-top: 1.5em;
}

.-service.-recycle .-vehicles .inner .sContainer .thumbList__item p span {
    font-size: 110%;
    font-weight: 600;
}

@media screen and (max-width: 560px) {
    .-service.-recycle .-vehicles .inner .sContainer .thumbList__item {
        width: 48%;
        margin-right: 4%;
        margin-top: 4%;
    }
    .-service.-recycle .-vehicles .inner .sContainer .thumbList__item:nth-child(3n) {
        margin-right: 4%;
    }
    .-service.-recycle .-vehicles .inner .sContainer .thumbList__item:nth-child(2n) {
        margin-right: 0;
    }
    .-service.-recycle .-vehicles .inner .sContainer .thumbList__item:nth-child(3) {
        margin-top: 4%;
    }
    .-service.-recycle .-vehicles .inner .sContainer .thumbList__item:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	事業案内　エコテクノ事業
==================================================================================================*/
.-service.-ecotechnos {
    /*--------------------------------------------------
        エコテクノとは
        --------------------------------------------------*/
    /*--------------------------------------------------
        環境コスト診断
        --------------------------------------------------*/
    /*--------------------------------------------------
        省エネ・コスト削減
        --------------------------------------------------*/
}

.-service.-ecotechnos .-about .aboutWrap .basicLabel {
    font-size: 160%;
}

@media screen and (max-width: 480px) {
    .-service.-ecotechnos .-about .aboutWrap .basicLabel {
        font-size: 130%;
    }
    .-service.-ecotechnos .-about .aboutWrap .basicLabel br {
        display: none;
    }
}

.-service.-ecotechnos .-about .aboutWrap .img {
    max-width: 740px;
    width: 90%;
    margin: 3em auto 4em;
}

.-service.-ecotechnos .-about .aboutWrap .img .spShow {
    display: none;
}

@media screen and (max-width: 480px) {
    .-service.-ecotechnos .-about .aboutWrap .img {
        margin: 1em auto 3em;
        max-width: 320px;
    }
    .-service.-ecotechnos .-about .aboutWrap .img .pcShow {
        display: none;
    }
    .-service.-ecotechnos .-about .aboutWrap .img .spShow {
        display: block;
    }
}

.-service.-ecotechnos .-about .aboutWrap .ecoWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.-service.-ecotechnos .-about .aboutWrap .ecoWrap .thumb {
    max-width: 320px;
    width: 40%;
    margin-left: 1.6em;
}

.-service.-ecotechnos .-about .aboutWrap .ecoWrap .textArea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.-service.-ecotechnos .-about .aboutWrap .ecoWrap .textArea .ttl {
    color: #178045;
    font-size: 110%;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 480px) {
    .-service.-ecotechnos .-about .aboutWrap .ecoWrap {
        display: block;
    }
    .-service.-ecotechnos .-about .aboutWrap .ecoWrap .thumb {
        max-width: 320px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1em;
    }
    .-service.-ecotechnos .-about .aboutWrap .ecoWrap .textArea {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
    .-service.-ecotechnos .-about .aboutWrap .ecoWrap .textArea .ttl {
        text-align: center;
        font-size: 120%;
    }
}

.-service.-ecotechnos .-about .supportWrap .img {
    max-width: 740px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.-service.-ecotechnos .-about .supportWrap .img .spShow {
    display: none;
}

@media screen and (max-width: 480px) {
    .-service.-ecotechnos .-about .supportWrap .img .pcShow {
        display: none;
    }
    .-service.-ecotechnos .-about .supportWrap .img .spShow {
        display: block;
    }
}

.-service.-ecotechnos .-diagnosis .flowList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFF;
    border-radius: 0.4em;
    padding: 2em;
    position: relative;
}

.-service.-ecotechnos .-diagnosis .flowList__item:before {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #FFF;
}

.-service.-ecotechnos .-diagnosis .flowList__item:nth-child(2n) {
    background: #F1F1EE;
}

.-service.-ecotechnos .-diagnosis .flowList__item:nth-child(2n):before {
    border-top: 20px solid #F1F1EE;
}

.-service.-ecotechnos .-diagnosis .flowList__item:last-child:before {
    content: none;
}

.-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35%;
}

.-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .numWrap {
    background: #178045;
    color: #FFF;
    border-radius: 5em;
    padding: 1.2em;
    height: 5.6em;
    width: 5.6em;
    text-align: center;
    margin-right: 1em;
}

.-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .numWrap span {
    display: block;
    font-weight: 600;
    line-height: 1;
}

.-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .numWrap .num {
    font-size: 220%;
}

.-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .ttl {
    font-size: 150%;
    color: #178045;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.-service.-ecotechnos .-diagnosis .flowList__item .mainWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.-service.-ecotechnos .-diagnosis .flowList__item .mainWrap .icon {
    width: 130px;
    margin-right: 1em;
}

.-service.-ecotechnos .-diagnosis .flowList__item .mainWrap p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bold;
}

@media screen and (max-width: 720px) {
    .-service.-ecotechnos .-diagnosis .flowList__item {
        display: block;
        padding: 2em;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 1em;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .numWrap {
        border-radius: 5em;
        padding: 0.5em 1.2em;
        height: auto;
        width: auto;
        margin-right: 1em;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .numWrap span {
        display: inline-block;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .numWrap .num {
        font-size: 110%;
        margin-left: 0.2em;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .ttl {
        font-size: 150%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .mainWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .mainWrap .icon {
        width: 100px;
        margin-right: 1em;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .mainWrap p {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-weight: bold;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .mainWrap p br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .-service.-ecotechnos .-diagnosis .flowList__item {
        display: block;
        padding: 2em 1em;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item:before {
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 12px solid #FFF;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item:nth-child(2n):before {
        border-top: 12px solid #F1F1EE;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap {
        display: block;
        text-align: center;
        margin-bottom: 0.5em;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .numWrap {
        margin-bottom: 0.3em;
        padding: 0.3em 1.6em;
        margin-right: 0;
        display: inline-block;
        font-size: 90%;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .numWrap span {
        display: inline-block;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .numWrap .num {
        font-size: 110%;
        margin-left: 0.2em;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .ttlWrap .ttl {
        font-size: 130%;
        font-weight: 600;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .mainWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .-service.-ecotechnos .-diagnosis .flowList__item .mainWrap .icon {
        width: 80px;
        margin-right: 0.5em;
    }
}

.-service.-ecotechnos .-diagnosis .aboutWrap__item {
    width: 100%;
    margin-bottom: 4%;
    background: #F7F7F4;
    padding: 2em 1.6em;
    text-align: center;
    border-radius: 0.4em;
}

.-service.-ecotechnos .-diagnosis .aboutWrap__item:nth-child(2n) {
    margin-right: 0;
}

.-service.-ecotechnos .-diagnosis .aboutWrap__item .ttl {
    color: #FFF;
    background: #85B341;
    padding: 0.6em 1.2em;
    font-size: 110%;
    line-height: 1;
    border-radius: 2em;
    margin-bottom: 1em;
    display: inline-block;
}

.-service.-ecotechnos .-diagnosis .aboutWrap__item .ttl:before {
    display: inline-block;
    content: "\f14a";
    font-family: 'Font Awesome 5 Light';
    margin-right: 0.4em;
}

@media screen and (max-width: 560px) {
    .-service.-ecotechnos .-diagnosis .aboutWrap {
        display: block;
    }
    .-service.-ecotechnos .-diagnosis .aboutWrap__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
        padding: 1.2em 1.6em 2em 1.6em;
    }
    .-service.-ecotechnos .-diagnosis .aboutWrap__item:last-child {
        margin-bottom: 0;
    }
    .-service.-ecotechnos .-diagnosis .aboutWrap__item p {
        text-align: left;
    }
}

.-service.-ecotechnos .-diagnosis .outputWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
}

.-service.-ecotechnos .-diagnosis .outputWrap__item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    position: relative;
}

.-service.-ecotechnos .-diagnosis .outputWrap__item a:hover {
    opacity: 1;
}

.-service.-ecotechnos .-diagnosis .outputWrap__item:before {
    content: "";
    width: 1.6em;
    height: 1.6em;
    background: rgba(12, 54, 30, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
}

.-service.-ecotechnos .-diagnosis .outputWrap__item:after {
    content: "";
    display: inline-block;
    content: "\f00e";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    bottom: 0.2em;
    right: 0.2em;
    color: #FFF;
}

.-service.-ecotechnos .-diagnosis .outputWrap__item:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 560px) {
    .-service.-ecotechnos .-diagnosis .outputWrap__item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .-service.-ecotechnos .-diagnosis .outputWrap__item:nth-child(3n) {
        margin-right: 3%;
    }
    .-service.-ecotechnos .-diagnosis .outputWrap__item:nth-child(2n) {
        margin-right: 0;
    }
}

.-service.-ecotechnos .-diagnosis .outputFlow {
    background: #FFF;
    padding: 3em;
    max-width: 1020px;
    margin: 3em auto;
    border: 2px solid #178045;
    border-radius: 10px;
}

.-service.-ecotechnos .-diagnosis .outputFlow__item {
    margin-bottom: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.-service.-ecotechnos .-diagnosis .outputFlow__item:last-child {
    margin-bottom: 0;
}

.-service.-ecotechnos .-diagnosis .outputFlow__item p {
    font-weight: 600;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.-service.-ecotechnos .-diagnosis .outputFlow__item p span {
    color: #178045;
}

.-service.-ecotechnos .-diagnosis .outputFlow__item .num {
    background: #178045;
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 130%;
    font-weight: 600;
    width: 2.4em;
    height: 2.4em;
    padding: 0.6em 0.8em;
    border-radius: 2em;
    line-height: 1;
    margin-right: 1em;
}

@media screen and (max-width: 560px) {
    .-service.-ecotechnos .-diagnosis .outputFlow {
        padding: 2em 2em 2em 1.5em;
    }
    .-service.-ecotechnos .-diagnosis .outputFlow__item {
        margin-bottom: 2em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .-service.-ecotechnos .-diagnosis .outputFlow__item .num {
        margin-top: 0.2em;
        font-size: 110%;
        padding: 0.6em 0.8em;
        margin-right: 0.8em;
    }
}

.-service.-ecotechnos .-diagnosis .buttonArea a {
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
}

.-service.-ecotechnos .-diagnosis .buttonArea a span:after {
    content: none;
}

@media screen and (max-width: 560px) {
    .-service.-ecotechnos .-diagnosis .buttonArea a {
        max-width: 320px;
    }
    .-service.-ecotechnos .-diagnosis .buttonArea a span {
        font-size: 110%;
    }
}

.-service.-ecotechnos .anchorLink {
    background-color: #85B341;
    padding: 2em 0 1em 0;
}

.-service.-ecotechnos .anchorLink .buttonArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.-service.-ecotechnos .anchorLink .buttonArea a {
    display: block;
    padding: .8em 1em;
    text-align: center;
    border-radius: 50px;
    margin-right: 1.4em;
    margin-bottom: 1em;
    max-width: none;
    width: auto;
}

.-service.-ecotechnos .anchorLink .buttonArea a:last-child {
    margin-right: 0;
}

.-service.-ecotechnos .anchorLink .buttonArea a.-wt {
    background-color: white;
    color: #85B341;
}

.-service.-ecotechnos .anchorLink .buttonArea a.-down span {
    padding: 0 1.7em;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: normal;
    display: block;
    position: relative;
}

.-service.-ecotechnos .anchorLink .buttonArea a.-down span:after {
    position: absolute;
    display: inline-block;
    content: "\f107";
    font-family: 'Font Awesome 5 Regular';
    position: absolute;
    top: 50%;
    right: 0em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 720px) {
    .-service.-ecotechnos .anchorLink .buttonArea a {
        padding: .8em;
        margin-right: 1.2em;
    }
    .-service.-ecotechnos .anchorLink .buttonArea a.-down span {
        padding: 0 1.2em;
    }
}

@media screen and (max-width: 560px) {
    .-service.-ecotechnos .anchorLink .buttonArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .-service.-ecotechnos .anchorLink .buttonArea a {
        max-width: inherit;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .-service.-ecotechnos .anchorLink .buttonArea a.-down span {
        font-size: 96%;
    }
}

.-service.-ecotechnos .breadWrap.-beige {
    background-color: #F6F6F4;
}

.-service.-ecotechnos .-reduction .sContainer__cont .costList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8em;
}

.-service.-ecotechnos .-reduction .sContainer__cont .costList__item .thumb {
    width: 29%;
    margin-right: 5%;
}

.-service.-ecotechnos .-reduction .sContainer__cont .costList__item .thumb > img {
    width: 100%;
}

.-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt {
    width: 66%;
}

.-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt > .ttl {
    font-size: 150%;
    color: #178045;
    margin-bottom: .8em;
}

.-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt > .detail {
    line-height: 1.8em;
    margin-bottom: 2em;
}

.-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt > .buttonArea > a {
    display: block;
    max-width: 250px;
    width: 100%;
    padding: .6em 1em;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 1em;
    margin-left: auto;
    background-color: #85B341;
}

.-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt > .buttonArea > a span {
    padding: 0 1em;
    font-size: 112.5%;
    font-weight: bold;
    letter-spacing: normal;
    display: block;
}

.-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt > .buttonArea > a span:before {
    display: inline-block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Light';
    padding-right: 1.0em;
}

.-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt > .buttonArea > a span:after {
    content: none;
}

@media screen and (max-width: 720px) {
    .-service.-ecotechnos .-reduction .sContainer__cont .costList__item {
        margin-bottom: 6em;
    }
}

@media screen and (max-width: 560px) {
    .-service.-ecotechnos .-reduction .sContainer__cont .costList__item {
        margin-bottom: 5em;
    }
    .-service.-ecotechnos .-reduction .sContainer__cont .costList__item .thumb {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 1.5em;
        text-align: center;
    }
    .-service.-ecotechnos .-reduction .sContainer__cont .costList__item .thumb img {
        max-width: 300px;
        width: 100%;
    }
    .-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt {
        width: 100%;
    }
    .-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt > .ttl {
        text-align: center;
        margin-bottom: .5em;
        font-size: 170%;
    }
    .-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt > .detail {
        margin-bottom: 1.5em;
    }
    .-service.-ecotechnos .-reduction .sContainer__cont .costList__item .txt > .buttonArea > a {
        max-width: 350px;
        margin: auto;
    }
}

@media screen and (max-width: 480px) {
    .-service.-ecotechnos .-reduction .sContainer__cont .costList__item {
        margin-bottom: 3em;
    }
    .-service.-ecotechnos .-reduction .sContainer__cont .costList__item .thumb {
        margin-bottom: 1em;
    }
}

.-service.-ecotechnos .-reduction .sContainer__cont .buttonArea.-diagnosis > a {
    margin: 0 auto;
    max-width: 450px;
}

.-service.-ecotechnos .-reduction .sContainer__cont .buttonArea.-diagnosis > a span {
    padding-left: 0;
    display: block;
    position: relative;
}

.-service.-ecotechnos .-reduction .sContainer__cont .buttonArea.-diagnosis > a span:after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Regular';
    position: absolute;
    top: 50%;
    right: 0em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 480px) {
    .-service.-ecotechnos .-reduction .sContainer__cont .buttonArea.-diagnosis > a {
        padding: 1.0em 1.8em;
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	事業案内　清掃メンテナンス事業
==================================================================================================*/
.-service.-cleaning .textFix .readTxt {
    text-align: center;
}

@media screen and (max-width: 480px) {
    .-service.-cleaning .textFix .readTxt {
        text-align: left;
    }
}

.-service.-cleaning .sContainer__cont {
    text-align: center;
}

@media screen and (max-width: 560px) {
    .-service.-cleaning .sContainer__cont {
        text-align: left;
    }
}

.-service.-cleaning .sContainer__cont.-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.-service.-cleaning .sContainer__cont.-row > * {
    width: 48%;
    border-radius: 0.4em;
    overflow: hidden;
}

.-service.-cleaning .sContainer__cont.-row .textArea {
    text-align: left;
}

.-service.-cleaning .sContainer__cont.-row .textArea .basicLabel {
    text-align: left;
}

.-service.-cleaning .sContainer__cont.-row:nth-last-child(2) .textArea {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

@media screen and (max-width: 480px) {
    .-service.-cleaning .sContainer__cont > p {
        text-align: left;
    }
}

.-service.-cleaning .sContainer__cont .thumbList {
    margin-top: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.-service.-cleaning .sContainer__cont .thumbList__item {
    width: 48%;
    margin-right: 4%;
    border-radius: 0.4em;
    overflow: hidden;
}

.-service.-cleaning .sContainer__cont .thumbList__item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 560px) {
    .-service.-cleaning .sContainer__cont > p br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .-service.-cleaning .sContainer__cont.-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .-service.-cleaning .sContainer__cont.-row .textArea {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .-service.-cleaning .sContainer__cont.-row > * {
        width: 100%;
        margin-right: 0;
    }
    .-service.-cleaning .sContainer__cont.-row .textArea .basicLabel {
        text-align: center;
    }
    .-service.-cleaning .sContainer__cont.-row .thumb {
        margin-top: 1.2em;
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
        width: 70%;
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	CSRの取組
==================================================================================================*/
.-csr {
    /*-----------------------------------------------
    SDGs
    ------------------------------------------------*/
    /*-----------------------------------------------
    ISO
    ------------------------------------------------*/
    /*-----------------------------------------------
    BCP(事業継続計画)
    ------------------------------------------------*/
    /*-----------------------------------------------
    おもてなし規格認証
    ------------------------------------------------*/
    /*-----------------------------------------------
    セミナー
    ------------------------------------------------*/
    /*-----------------------------------------------
    社会・地域活動
    ------------------------------------------------*/
}

.-csr .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/csr/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.-csr .textWrap {
    line-height: 2.4;
    text-align: center;
}

.-csr .textWrap > p {
    margin-bottom: 1.5em;
}

.-csr .textWrap > p:last-child {
    margin-bottom: 0;
}

.-csr .textWrap > p span {
    display: inline-block;
    margin-right: 0.3em;
    background: #178045;
    color: #FFF;
    padding: 0.5em 0.8em;
    border-radius: 0.2em;
    line-height: 1;
}

@media screen and (max-width: 860px) {
    .-csr .textWrap > p br {
        display: none;
    }
    .-csr .textWrap > p span {
        margin: 0 0.3em;
    }
}

@media screen and (max-width: 560px) {
    .-csr .textWrap > p {
        text-align: left;
    }
}

.-csr .thumbWrap {
    margin: 2em auto;
    text-align: center;
    padding: 2em;
    background: #FFF;
    border-radius: 0.4em;
    max-width: 860px;
}

.-csr .thumbWrap img {
    max-width: 500px;
    width: 100%;
}

.-csr .-iso .thumbWrap {
    padding: 0;
    background: none;
    margin: 2em auto 0;
}

.-csr .-iso .thumbWrap img {
    max-width: 600px;
    width: 50%;
}

.-csr .-iso .thumbWrap p {
    margin-top: 0.5em;
    color: #178045;
    font-size: 90%;
}

.-csr .-iso .tekiyouList__item {
    margin-bottom: 2em;
    padding: 3em;
    background: #FFF;
    border-radius: 0.4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.-csr .-iso .tekiyouList__item:last-child {
    margin-bottom: 0;
}

.-csr .-iso .tekiyouList__item .thumb {
    width: 180px;
    margin-right: 2em;
    text-align: center;
}

.-csr .-iso .tekiyouList__item .thumb img {
    width: 80%;
    height: auto;
}

.-csr .-iso .tekiyouList__item .textArea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.-csr .-iso .tekiyouList__item .textArea .ttl {
    color: #178045;
    margin-bottom: 0.5em;
    font-size: 120%;
}

.-csr .-iso .tekiyouList__item .textArea .textList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.5em;
    max-width: 380px;
}

.-csr .-iso .tekiyouList__item .textArea .textList__item {
    width: 50%;
    margin-top: 0.5em;
}

.-csr .-iso .tekiyouList__item .textArea .textList__item:before {
    content: "・";
}

@media screen and (max-width: 860px) {
    .-csr .-iso .tekiyouList__item {
        padding: 2em;
    }
    .-csr .-iso .tekiyouList__item .thumb {
        width: 140px;
    }
}

@media screen and (max-width: 480px) {
    .-csr .-iso .tekiyouList__item {
        display: block;
        text-align: center;
    }
    .-csr .-iso .tekiyouList__item .thumb {
        width: 140px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }
    .-csr .-iso .tekiyouList__item .textArea .textList {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.-csr .-bcp .strongLabel {
    line-height: 1em;
}

.-csr .-bcp .strongLabel__small {
    font-size: 63.5%;
}

.-csr .-bcp .bcpListWrap {
    margin: 3em 0;
    border: 2px solid #178045;
}

@media screen and (max-width: 560px) {
    .-csr .-bcp .bcpListWrap {
        margin: 2em 0;
    }
}

.-csr .-bcp .bcpListWrap .bcpList {
    counter-reset: number;
    list-style-type: none;
    padding: 3em 4em;
    background-color: #ffffff;
}

.-csr .-bcp .bcpListWrap .bcpList__item {
    position: relative;
    line-height: 1.5em;
    padding-left: 4em;
    margin-bottom: 2.5em;
    font-size: 125%;
    font-weight: bold;
}

.-csr .-bcp .bcpListWrap .bcpList__item:last-child {
    margin-bottom: 0;
}

.-csr .-bcp .bcpListWrap .bcpList__item:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #178045;
    color: white;
    font-weight: bold;
    font-size: 125%;
    border-radius: 50%;
    left: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .-csr .-bcp .bcpListWrap .bcpList__item:before {
        line-height: 2.3em;
    }
}

@media screen and (max-width: 1020px) {
    .-csr .-bcp .bcpListWrap .bcpList {
        padding: 3em;
    }
    .-csr .-bcp .bcpListWrap .bcpList .bcpList__item {
        font-size: 115%;
    }
    .-csr .-bcp .bcpListWrap .bcpList .bcpList__item:before {
        font-size: 115%;
    }
}

@media screen and (max-width: 560px) {
    .-csr .-bcp .bcpListWrap .bcpList {
        padding: 2em;
    }
    .-csr .-bcp .bcpListWrap .bcpList .bcpList__item {
        font-size: 115%;
        padding-left: 3em;
    }
}

@media screen and (max-width: 480px) {
    .-csr .-bcp .bcpListWrap .bcpList {
        padding: 2em 1.5em;
    }
    .-csr .-bcp .bcpListWrap .bcpList .bcpList__item {
        font-size: 115%;
    }
    .-csr .-bcp .bcpListWrap .bcpList .bcpList__item:before {
        font-size: 105%;
        position: absolute;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: active), screen and (max-width: 480px) and (-ms-high-contrast: none) {
    .-csr .-bcp .bcpListWrap .bcpList .bcpList__item:before {
        font-size: 70%;
    }
}

.-csr .-bcp .textWrap .readTtl {
    color: #178045;
    font-weight: bold;
    font-size: 156.25%;
    margin-bottom: 1em;
    line-height: 1.5em;
}

.-csr .-bcp .textWrap.-right {
    margin-top: .5em;
    text-align: right;
}

@media screen and (max-width: 560px) {
    .-csr .-bcp .textWrap.-right {
        margin-top: 1em;
    }
    .-csr .-bcp .textWrap.-right .time {
        font-size: 90%;
    }
    .-csr .-bcp .textWrap.-right .name > span {
        width: 60px;
    }
}

.-csr .-bcp .textWrap.-right .time {
    font-size: 81.25%;
    line-height: 1.5em;
    margin-bottom: .2em;
}

.-csr .-bcp .textWrap.-right .name {
    margin-bottom: 0;
}

.-csr .-bcp .textWrap.-right .name > span {
    margin-left: .5em;
    background: none;
    color: #1B1E2D;
    width: 92px;
    padding: 0;
}

.-csr .-bcp .textWrap.-right .name > span img {
    width: 100%;
}

.-csr .-bcp .bcprecycleWrap {
    margin-top: 7em;
    text-align: center;
}

.-csr .-bcp .bcprecycleWrap img {
    max-width: 1095px;
    width: 100%;
}

@media screen and (max-width: 860px) {
    .-csr .-bcp .bcprecycleWrap {
        margin-top: 5em;
    }
}

@media screen and (max-width: 560px) {
    .-csr .-bcp .bcprecycleWrap {
        margin-top: 3em;
    }
}

.-csr .-omotenashi .itemListWrap {
    max-width: 800px;
    width: 100%;
    margin: 4.5em auto 4em;
}

@media screen and (max-width: 560px) {
    .-csr .-omotenashi .itemListWrap {
        margin: 3em 0 2em;
    }
}

.-csr .-omotenashi .itemListWrap .itemTtl {
    font-size: 156.25%;
    text-align: center;
    margin-bottom: 2.5em;
    line-height: 1.7em;
}

.-csr .-omotenashi .itemListWrap .itemTtl .big {
    font-size: 180%;
    margin-right: .1em;
}

.-csr .-omotenashi .itemListWrap .itemTtl .big.-green {
    color: #178045;
}

.-csr .-omotenashi .itemListWrap .itemTtl .sp-show {
    display: none;
}

@media screen and (max-width: 560px) {
    .-csr .-omotenashi .itemListWrap .itemTtl .sp-show {
        display: block;
    }
}

.-csr .-omotenashi .itemListWrap .itemList {
    counter-reset: number;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-csr .-omotenashi .itemListWrap .itemList__item {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 3em;
    font-size: 112.5%;
    font-weight: bold;
    background-color: #fff;
    width: 47.5%;
    padding: 1.5em 2em;
}

@media screen and (min-width: 480px) {
    .-csr .-omotenashi .itemListWrap .itemList__item:nth-child(odd) {
        margin-right: 5%;
    }
    .-csr .-omotenashi .itemListWrap .itemList__item:nth-child(n+3) {
        margin-bottom: 0;
    }
}

.-csr .-omotenashi .itemListWrap .itemList__item:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #178045;
    color: white;
    font-weight: bold;
    font-size: 160%;
    border-radius: 50%;
    left: 0;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7em;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 0.7em;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .-csr .-omotenashi .itemListWrap .itemList__item:before {
        font-size: 75%;
        line-height: 2em;
    }
}

.-csr .-omotenashi .itemListWrap .itemList__item .thumb {
    max-width: 160px;
    width: 100%;
    margin: 0 auto .3em;
}

.-csr .-omotenashi .itemListWrap .itemList__item .thumb img {
    width: 100%;
}

.-csr .-omotenashi .itemListWrap .itemList__item .txt {
    text-align: center;
}

@media screen and (max-width: 1020px) {
    .-csr .-omotenashi .itemListWrap .itemList .itemList__item {
        font-size: 115%;
    }
    .-csr .-omotenashi .itemListWrap .itemList .itemList__item:before {
        font-size: 140%;
    }
}

@media screen and (max-width: 560px) {
    .-csr .-omotenashi .itemListWrap .itemList .itemList__item {
        font-size: 115%;
    }
}

@media screen and (max-width: 480px) {
    .-csr .-omotenashi .itemListWrap .itemList .itemList__item {
        width: 100%;
        font-size: 115%;
        margin-right: 0;
    }
    .-csr .-omotenashi .itemListWrap .itemList .itemList__item:last-child {
        margin-bottom: 0;
    }
    .-csr .-omotenashi .itemListWrap .itemList .itemList__item:before {
        font-size: 150%;
    }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: active), screen and (max-width: 480px) and (-ms-high-contrast: none) {
    .-csr .-omotenashi .itemListWrap .itemList .itemList__item:before {
        font-size: 60%;
        line-height: 2em;
    }
}

@media screen and (max-width: 480px) {
    .-csr .-omotenashi .itemListWrap .itemList .itemList__item .thumb {
        max-width: 130px;
    }
}

.-csr .-omotenashi .textWrap .readTtl {
    color: #178045;
    font-weight: bold;
    font-size: 156.25%;
    margin-bottom: 1em;
    line-height: 1.5em;
}

.-csr .-omotenashi .omotenashiWrap {
    margin-top: 4em;
    text-align: center;
}

.-csr .-omotenashi .omotenashiWrap img {
    max-width: 535px;
    width: 100%;
}

@media screen and (max-width: 560px) {
    .-csr .-omotenashi .omotenashiWrap {
        margin-top: 3em;
    }
}

.-csr .-seminar .sTitle {
    font-size: 137.5%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.-csr .-seminar .sTitle .sGreen {
    font-size: 72%;
    color: #178045;
}

.-csr .-seminar .seminarAbout {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.-csr .-seminar .seminarAbout > table {
    width: 100%;
}

.-csr .-seminar .seminarAbout > table table, .-csr .-seminar .seminarAbout > table td, .-csr .-seminar .seminarAbout > table th {
    border: 1px solid #707070;
    border-collapse: collapse;
}

.-csr .-seminar .seminarAbout > table td, .-csr .-seminar .seminarAbout > table th {
    padding: 1.5em;
}

.-csr .-seminar .seminarAbout > table th {
    background: #F5F5F5;
    width: 20%;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.-csr .-seminar .seminarAbout > table td {
    width: 80%;
}

.-csr .-seminar .seminarAbout > table td > p {
    margin-bottom: 1.8em;
}

.-csr .-seminar .seminarAbout > table td > p .bold {
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .-csr .-seminar .seminarAbout > table td, .-csr .-seminar .seminarAbout > table th {
        padding: 1em;
    }
    .-csr .-seminar .seminarAbout > table tr:last-child {
        border-bottom: 1px solid #707070;
    }
    .-csr .-seminar .seminarAbout > table th {
        width: 100%;
        display: inline-block;
        border-bottom: none;
    }
    .-csr .-seminar .seminarAbout > table td {
        width: 100%;
        display: block;
        border-bottom: none;
    }
}

.-csr .-seminar .buttonArea {
    margin-top: 3em;
    font-size: 137.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.-csr .-seminar .buttonArea .btn {
    border: none;
    max-width: 415px;
    width: 100%;
    padding: 1em 2.6em;
    border-radius: 100px;
    font-size: 90%;
    display: block;
    font-weight: bold;
    color: white;
}

.-csr .-seminar .buttonArea .btn:hover {
    opacity: .8;
}

.-csr .-seminar .buttonArea .btn.-pdf span {
    padding-left: 1.5em;
    position: relative;
}

.-csr .-seminar .buttonArea .btn.-pdf span:after {
    content: none;
}

.-csr .-seminar .buttonArea .btn.-pdf span:before {
    display: inline-block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #FFF;
    font-size: 120%;
    font-weight: normal;
}

.-csr .-seminar .notSeminar {
    text-align: center;
    line-height: 1.8em;
    font-weight: bold;
    margin-bottom: 3em;
}

.-csr .-seminar .notSeminar > .ttl {
    font-size: 160%;
    margin-bottom: 1em;
}

.-csr .-seminar .notSeminar > .txt {
    font-size: 100%;
}

.-csr .-seminar .readTxt {
    line-height: 2.5em;
    margin-bottom: 3em;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .-csr .-seminar .readTxt {
        text-align: left;
    }
    .-csr .-seminar .readTxt br {
        display: none;
    }
}

.-csr .-seminar .formWrap {
    max-width: 775px;
    width: 100%;
    margin: 0 auto;
}

.-csr .-seminar .formWrap .need {
    color: #FFF;
    display: inline-block;
    background: #FC9C1E;
    padding: 0.2em 0.5em;
    line-height: 1;
    font-size: 86%;
}

.-csr .-seminar .formWrap .error {
    display: block;
    width: 100%;
    color: red;
    margin-top: 0.2em;
}

.-csr .-seminar .formWrap .intro {
    margin-bottom: 2em;
}

.-csr .-seminar .formWrap .formList .item {
    padding: 1.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.-csr .-seminar .formWrap .formList .item > .ttl {
    font-size: 105%;
    width: 36%;
    margin-right: 3%;
}

.-csr .-seminar .formWrap .formList .item > .ttl .need {
    margin-left: 0.5em;
}

.-csr .-seminar .formWrap .formList .item > .main {
    width: 61%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-csr .-seminar .formWrap .formList .item > .main > * {
    margin-right: 0.5em;
}

.-csr .-seminar .formWrap .formList .item > .main .mainList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-csr .-seminar .formWrap .formList .item > .main .mainList > * {
    margin-right: 2em;
    cursor: pointer;
}

.-csr .-seminar .formWrap .formList .item input, .-csr .-seminar .formWrap .formList .item textarea, .-csr .-seminar .formWrap .formList .item select {
    border: 1px solid #CDD6DD;
    border-radius: 0.2em;
    padding: 0.4em 0.8em;
    font-size: 1.6rem;
}

.-csr .-seminar .formWrap .formList .item .inputL {
    width: 100%;
}

.-csr .-seminar .formWrap .buttonArea {
    margin-top: 3em;
    font-size: 137.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.-csr .-seminar .formWrap .buttonArea .btn {
    border: none;
    max-width: 415px;
    width: 100%;
    padding: 1em 2.6em;
    border-radius: 100px;
    font-size: 90%;
    display: block;
    font-weight: bold;
    color: white;
}

.-csr .-seminar .formWrap .buttonArea .btn:hover {
    opacity: .8;
}

.-csr .-seminar .formWrap .buttonArea .btn.-next {
    background-color: #178045;
}

.-csr .-seminar .formWrap .buttonArea .btn.-back {
    background-color: #6A6A6A;
    margin-right: 1em;
}

.-csr .-seminar .formWrap .buttonArea .btn.-top span {
    font-size: 109%;
    padding-left: 0;
}

.-csr .-seminar .formWrap .buttonArea .btn.-top span:after {
    content: none;
}

@media screen and (max-width: 620px) {
    .-csr .-seminar .formWrap .formList .item {
        display: block;
        padding: 1.5em 0.2em;
        border-bottom: #DDDDDD 1px solid;
    }
    .-csr .-seminar .formWrap .formList .item:first-child {
        border-top: #DDDDDD 1px solid;
    }
    .-csr .-seminar .formWrap .formList .item > .ttl {
        margin-bottom: 0.5em;
        font-size: 110%;
        width: 100%;
    }
    .-csr .-seminar .formWrap .formList .item > .ttl br {
        display: none;
    }
    .-csr .-seminar .formWrap .formList .item > .main {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .-csr .-seminar .formWrap .buttonArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .-csr .-seminar .formWrap .buttonArea .btn.-next {
        margin-bottom: 1em;
    }
    .-csr .-seminar .formWrap .buttonArea .btn.-back {
        margin-right: 0;
    }
}

.-csr .-activity .textWrap.-activity {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/csr/activity/activity-bg.jpg");
    background-position: center;
    background-size: cover;
    padding: 13em 0;
    position: relative;
}

.-csr .-activity .textWrap.-activity:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.-csr .-activity .textWrap.-activity .txt {
    position: absolute;
    z-index: 1;
    max-width: 850px;
    width: 100%;
    padding: 35px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    text-align: left;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 125%;
    line-height: 1.8em;
}

@media screen and (max-width: 560px) {
    .-csr .-activity .textWrap.-activity .txt {
        padding: 25px;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap {
    margin-top: 6em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .buttonArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a {
    border: none;
    max-width: 205px;
    width: 100%;
    padding: .7em 1em;
    font-size: 90%;
    border-radius: 100px;
    display: block;
    font-weight: bold;
    color: white;
}

.-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a:first-child {
    margin-right: 3em;
}

@media screen and (max-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a:first-child {
        margin-right: 1em;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a span {
    padding-left: 0;
}

.-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a.back span {
    position: relative;
}

.-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a.back span:after {
    content: none;
}

.-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a.back span:before {
    display: inline-block;
    content: "\f054";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    position: absolute;
    top: 50%;
    right: -2em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #FFF;
    font-weight: normal;
    font-size: 80%;
}

@media screen and (max-width: 480px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a.back span:before {
        position: absolute;
        top: 50%;
        right: -1.5em;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a.next span {
    position: relative;
}

.-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a.next span:before {
    content: none;
}

.-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a.next span:after {
    display: inline-block;
    content: "\f053";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    position: absolute;
    top: 50%;
    left: -2em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #FFF;
    font-weight: normal;
    font-size: 80%;
    padding-left: 0;
}

@media screen and (max-width: 480px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .buttonArea > a.next span:after {
        position: absolute;
        top: 50%;
        left: -1.5em;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont {
    margin-bottom: 2em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .accordion-click {
    background-color: #178045;
    cursor: pointer;
    padding: .5em .5em .5em 1em;
    font-size: 160%;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .accordion-click {
        font-size: 92%;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .accordion-click:hover {
    opacity: .6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .accordion-click > p {
    position: relative;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .accordion-click > p:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f078";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    color: #fff;
    font-size: 87.5%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .accordion-click-bottom {
    color: #178045;
    font-weight: bold;
    text-align: right;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .accordion-click-bottom span {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .accordion-click-bottom span:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f077";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    left: -1.5em;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #178045;
    font-size: 87.5%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .ac > p:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f077";
    font-family: 'Font Awesome 5 Solid';
    color: #fff;
    font-size: 87.5%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail {
    margin: 0 auto;
    padding: 3.5em 3.5em 2.5em 3.5em;
    display: none;
}

@media screen and (max-width: 860px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail {
        padding: 4em 2.5em 2em 2.5em;
    }
}

@media screen and (max-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail {
        padding: 1.5em 1.5em 1em 1.5em;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail.-beige {
    background-color: #F6F6F4;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt {
    background-color: #fff;
    padding: 4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.5em;
}

@media screen and (max-width: 1020px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 860px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt {
        padding: 3em;
        margin-bottom: 2.5em;
    }
}

@media screen and (max-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt {
        padding: 2em;
        margin-bottom: 1.5em;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt:last-child {
    margin-bottom: 2em;
}

@media screen and (max-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt:last-child {
        margin-bottom: 1em;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap {
    width: 100%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap .ttlWrap {
    text-align: left;
    margin-bottom: 3em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap .ttlWrap .time {
    font-weight: bold;
    font-size: 112.5%;
    line-height: 1.2em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap .ttlWrap .ttl {
    font-size: 150%;
    line-height: 1.5em;
    color: #178045;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap > table {
    width: 100%;
    line-height: 1.7em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap > table tr {
    margin-bottom: 1em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap > table td, .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap > table th {
    padding-bottom: 1.5em;
    text-align: left;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap > table th {
    width: 20%;
    font-weight: bold;
    color: #85B341;
    vertical-align: top;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap > table td {
    width: 80%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap > table td > p {
    margin-bottom: 1.8em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap > table td > p .bold {
    font-weight: bold;
}

@media screen and (max-width: 720px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap > table th {
        width: 100%;
        display: inline-block;
        border-bottom: none;
        padding-bottom: .5em;
    }
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .textWrap > table td {
        width: 100%;
        display: block;
        border-bottom: none;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear {
    width: 60%;
    margin-left: 2em;
    min-height: 1px;
}

@media screen and (max-width: 1020px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear {
        margin-left: 0em;
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb {
    position: relative;
    margin-bottom: 2em;
}

@media screen and (min-width: 1020px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1020px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb {
        display: inline-block;
        width: 49%;
        margin-bottom: 0;
    }
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb:nth-child(odd) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 480px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb {
        display: inline-block;
        width: 100%;
        margin-bottom: 1em;
    }
    .-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb:nth-child(odd) {
        margin-right: 0;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb a img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb a:hover {
    opacity: 1;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb:before {
    content: "";
    width: 1.6em;
    height: 1.6em;
    background: rgba(12, 54, 30, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
}

.-csr .-activity .sContainer__cont.-activityContWrap .activityList__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb:after {
    content: "";
    display: inline-block;
    content: "\f00e";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    bottom: 0.2em;
    right: 0.2em;
    color: #FFF;
}

.-csr .-activity .sContainer__cont.-activityContWrap .accordion-click2 {
    background-color: #9AA293;
    cursor: pointer;
    padding: 1em;
    font-size: 87.5%;
    margin-bottom: 1em;
    max-width: 300px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5em;
    margin: 0 auto 3.5em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (min-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .accordion-click2 {
        margin: 0 auto 2.5em;
    }
}

@media screen and (max-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .accordion-click2 {
        font-size: 92%;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .accordion-click2:hover {
    opacity: .6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.-csr .-activity .sContainer__cont.-activityContWrap .accordion-click2 > p {
    position: relative;
}

.-csr .-activity .sContainer__cont.-activityContWrap .accordion-click2 > p:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f078";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    color: #fff;
    font-size: 87.5%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .ac2 > p:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f077";
    font-family: 'Font Awesome 5 Solid';
    color: #fff;
    font-size: 87.5%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity {
    max-width: 1120px;
    width: 100%;
    margin: 2em auto 0;
    display: none;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity .accordion-content {
    display: none;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity .accordion-content .recentacts {
    margin-bottom: 0;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont {
    margin-bottom: 2em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .accordion-click {
    background-color: #178045;
    cursor: pointer;
    padding: .5em .5em .5em 1em;
    font-size: 160%;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .accordion-click {
        font-size: 92%;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .accordion-click:hover {
    opacity: .6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .accordion-click > p {
    position: relative;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .accordion-click > p:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f078";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    color: #fff;
    font-size: 87.5%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .accordion-click-bottom {
    color: #178045;
    font-weight: bold;
    text-align: right;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .accordion-click-bottom span {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .accordion-click-bottom span:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f077";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    left: -1.5em;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #178045;
    font-size: 87.5%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .ac > p:after {
    position: absolute;
    content: "";
    display: inline-block;
    content: "\f077";
    font-family: 'Font Awesome 5 Solid';
    color: #fff;
    font-size: 87.5%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail {
    margin: 0 auto;
    padding: 3.5em 3.5em 2.5em 3.5em;
    display: none;
}

@media screen and (max-width: 860px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail {
        padding: 4em 2.5em 2em 2.5em;
    }
}

@media screen and (max-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail {
        padding: 1.5em 1.5em 1em 1.5em;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail.-beige {
    background-color: #F6F6F4;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt {
    background-color: #fff;
    padding: 4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.5em;
}

@media screen and (max-width: 1020px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 860px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt {
        padding: 3em;
        margin-bottom: 2.5em;
    }
}

@media screen and (max-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt {
        padding: 2em;
        margin-bottom: 1.5em;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt:last-child {
    margin-bottom: 2em;
}

@media screen and (max-width: 560px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt:last-child {
        margin-bottom: 1em;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap {
    width: 100%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap .ttlWrap {
    text-align: left;
    margin-bottom: 3em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap .ttlWrap .time {
    font-weight: bold;
    font-size: 112.5%;
    line-height: 1.2em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap .ttlWrap .ttl {
    font-size: 150%;
    line-height: 1.5em;
    color: #178045;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap > table {
    width: 100%;
    line-height: 1.7em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap > table tr {
    margin-bottom: 1em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap > table td, .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap > table th {
    padding-bottom: 1.5em;
    text-align: left;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap > table th {
    width: 20%;
    font-weight: bold;
    color: #85B341;
    vertical-align: top;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap > table td {
    width: 80%;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap > table td > p {
    margin-bottom: 1.8em;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap > table td > p .bold {
    font-weight: bold;
}

@media screen and (max-width: 720px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap > table th {
        width: 100%;
        display: inline-block;
        border-bottom: none;
        padding-bottom: .5em;
    }
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .textWrap > table td {
        width: 100%;
        display: block;
        border-bottom: none;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear {
    width: 60%;
    margin-left: 2em;
    min-height: 1px;
}

@media screen and (max-width: 1020px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear {
        margin-left: 0em;
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb {
    position: relative;
    margin-bottom: 2em;
}

@media screen and (min-width: 1020px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1020px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb {
        display: inline-block;
        width: 49%;
        margin-bottom: 0;
    }
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb:nth-child(odd) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 480px) {
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb {
        display: inline-block;
        width: 100%;
        margin-bottom: 1em;
    }
    .-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb:nth-child(odd) {
        margin-right: 0;
    }
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb a img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb a:hover {
    opacity: 1;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb:before {
    content: "";
    width: 1.6em;
    height: 1.6em;
    background: rgba(12, 54, 30, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
}

.-csr .-activity .sContainer__cont.-activityContWrap .pastActivity__cont .activityDetail .wpWrap .wpTxt .imageArear .thumb:after {
    content: "";
    display: inline-block;
    content: "\f00e";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    bottom: 0.2em;
    right: 0.2em;
    color: #FFF;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
.-contact .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/contact/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.-contact .readTxt {
    line-height: 2.5em;
    margin-bottom: 3em;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .-contact .readTxt {
        text-align: left;
    }
}

.-contact .formWrap {
    max-width: 775px;
    width: 100%;
    margin: 0 auto;
}

.-contact .formWrap .need {
    color: #FFF;
    display: inline-block;
    background: #FC9C1E;
    padding: 0.2em 0.5em;
    line-height: 1;
    font-size: 86%;
}

.-contact .formWrap .error {
    display: block;
    width: 100%;
    color: red;
    margin-top: 0.2em;
}

.-contact .formWrap .intro {
    margin-bottom: 2em;
}

.-contact .formWrap .formList .item {
    padding: 1.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.-contact .formWrap .formList .item > .ttl {
    font-size: 105%;
    width: 36%;
    margin-right: 3%;
}

.-contact .formWrap .formList .item > .ttl .need {
    margin-left: 0.5em;
}

.-contact .formWrap .formList .item > .main {
    width: 61%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-contact .formWrap .formList .item > .main > * {
    margin-right: 0.5em;
}

.-contact .formWrap .formList .item > .main .mainList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-contact .formWrap .formList .item > .main .mainList > * {
    margin-right: 2em;
    cursor: pointer;
}

.-contact .formWrap .formList .item > .main .horizontal-item {
    margin-left: 0;
}

.-contact .formWrap .formList .item input, .-contact .formWrap .formList .item textarea, .-contact .formWrap .formList .item select {
    border: 1px solid #CDD6DD;
    border-radius: 0.2em;
    padding: 0.4em 0.8em;
    font-size: 1.6rem;
}

.-contact .formWrap .formList .item .inputL {
    width: 100%;
}

.-contact .formWrap .buttonArea {
    margin-top: 3em;
    font-size: 137.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.-contact .formWrap .buttonArea .btn {
    border: none;
    max-width: 415px;
    width: 100%;
    padding: 1em 2.6em;
    border-radius: 100px;
    font-size: 90%;
    display: block;
    font-weight: bold;
    color: white;
}

.-contact .formWrap .buttonArea .btn:hover {
    opacity: .8;
}

.-contact .formWrap .buttonArea .btn.-next {
    background-color: #178045;
}

.-contact .formWrap .buttonArea .btn.-back {
    background-color: #6A6A6A;
    margin-right: 1em;
}

.-contact .formWrap .buttonArea .btn.-top span {
    font-size: 109%;
    padding-left: 0;
}

.-contact .formWrap .buttonArea .btn.-top span:after {
    content: none;
}

@media screen and (max-width: 620px) {
    .-contact .formWrap .formList .item {
        display: block;
        padding: 1.5em 0.2em;
        border-bottom: #DDDDDD 1px solid;
    }
    .-contact .formWrap .formList .item:first-child {
        border-top: #DDDDDD 1px solid;
    }
    .-contact .formWrap .formList .item > .ttl {
        margin-bottom: 0.5em;
        font-size: 110%;
        width: 100%;
    }
    .-contact .formWrap .formList .item > .ttl br {
        display: none;
    }
    .-contact .formWrap .formList .item > .main {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .-contact .formWrap .buttonArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .-contact .formWrap .buttonArea .btn.-next {
        margin-bottom: 1em;
    }
    .-contact .formWrap .buttonArea .btn.-back {
        margin-right: 0;
    }
}

/*==================================================================================================
	サイトマップ
==================================================================================================*/
.-sitemap .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/sitemap/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.-sitemap .sitemapWrap {
    background: #fff;
}

.-sitemap .sitemapWrap .sitemapLabel {
    font-size: 150%;
    padding: 0 0 1em;
    line-height: 1.4;
    margin: 2.5em 0 1.5em;
    border-bottom: 2px solid #EEEEE9;
}

.-sitemap .sitemapWrap .sitemapLabel > a:before {
    display: inline-block;
    content: "\f138";
    font-family: 'Font Awesome 5 Solid';
    color: #178045;
    margin-right: 0.3em;
    font-size: 80%;
}

.-sitemap .sitemapWrap .sitemapLabel > a:hover {
    color: #178045;
}

@media screen and (max-width: 860px) {
    .-sitemap .sitemapWrap .sitemapLabel {
        margin: 2em 0 1em;
        font-size: 120%;
    }
}

.-sitemap .sitemapWrap .sitemapLabel-m {
    margin-top: 1.5em;
}

.-sitemap .sitemapWrap .sitemapLabel:first-child {
    margin-top: 0;
}

.-sitemap .sitemapWrap .sitemapLabel-sub {
    font-size: 130%;
    color: #178045;
    margin: 1em 0;
}

@media screen and (max-width: 860px) {
    .-sitemap .sitemapWrap .sitemapLabel-sub {
        font-size: 110%;
    }
}

@media screen and (max-width: 480px) {
    .-sitemap .sitemapWrap .sitemapLabel-sub {
        margin-bottom: 0;
    }
}

.-sitemap .sitemapWrap-inner {
    padding: 4em;
}

@media screen and (max-width: 1160px) {
    .-sitemap .sitemapWrap-inner {
        padding: 2.6em 2.4em;
    }
}

@media screen and (max-width: 860px) {
    .-sitemap .sitemapWrap-inner {
        padding: 2.2em 2em;
    }
}

@media screen and (max-width: 480px) {
    .-sitemap .sitemapWrap-inner {
        padding: 1.8em 1.6em;
    }
}

.-sitemap .sitemapWrap-inner .sitemapList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 1em;
}

.-sitemap .sitemapWrap-inner .sitemapList-item {
    margin-right: 5em;
    margin-bottom: 1em;
    font-size: 110%;
}

.-sitemap .sitemapWrap-inner .sitemapList-item:last-child {
    margin-right: 0;
}

.-sitemap .sitemapWrap-inner .sitemapList-item a:before {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Regular';
    color: #178045;
    margin-right: 0.4em;
}

.-sitemap .sitemapWrap-inner .sitemapList-item a:hover {
    color: #178045;
}

.-sitemap .sitemapWrap-inner .sitemapList-item.-child {
    margin-right: 1em;
    padding-top: .09em;
}

.-sitemap .sitemapWrap-inner .sitemapList-item.-child a {
    display: block;
    font-size: 85%;
    text-decoration: none;
    letter-spacing: 0.001em;
    position: relative;
    margin-left: 0;
}

.-sitemap .sitemapWrap-inner .sitemapList-item.-child a:before {
    content: "-";
    font-size: 90%;
    color: #c6c6c6;
}

.-sitemap .sitemapWrap-inner .sitemapList-item.-child a:hover {
    color: #178045;
}

@media screen and (max-width: 860px) {
    .-sitemap .sitemapWrap-inner .sitemapList-item {
        font-size: 100%;
        margin-right: 3em;
    }
}

@media screen and (max-width: 480px) {
    .-sitemap .sitemapWrap-inner .sitemapList {
        display: block;
    }
    .-sitemap .sitemapWrap-inner .sitemapList-item {
        margin-right: 1em;
        margin-bottom: 0;
    }
    .-sitemap .sitemapWrap-inner .sitemapList-item a {
        display: block;
        border-bottom: 1px dotted #E8E3DA;
        padding: .5em;
    }
}

.-sitemap .sitemapWrap-inner .sitemapTtlList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-sitemap .sitemapWrap-inner .sitemapTtlList-item {
    width: 47.70115%;
}

@media screen and (max-width: 560px) {
    .-sitemap .sitemapWrap-inner .sitemapTtlList {
        display: block;
    }
    .-sitemap .sitemapWrap-inner .sitemapTtlList-item {
        width: 100%;
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
.-privacypolicy .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/privacy/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.-privacypolicy .inner {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1160px) {
    .-privacypolicy .inner {
        width: 100%;
    }
}

.-privacypolicy .strongLabel {
    font-size: 180%;
}

@media screen and (max-width: 560px) {
    .-privacypolicy .strongLabel {
        font-size: 160%;
    }
}

@media screen and (max-width: 480px) {
    .-privacypolicy .strongLabel {
        font-size: 140%;
    }
}

.-privacypolicy .privacyList {
    background: #FBFAF9;
    padding: 3em 3em 3em 4em;
    margin-top: 2em;
}

.-privacypolicy .privacyList-item {
    margin-bottom: 1em;
    list-style-type: decimal;
}

.-privacypolicy .privacyList-item:last-child {
    margin-bottom: 0;
}

.-privacypolicy .privacyLabel {
    font-size: 140%;
    color: #178045;
    margin: 2.5em auto 1em;
    text-align: center;
}

.-privacypolicy .privacyTextlink {
    text-decoration: underline;
}

.-privacypolicy .displayText {
    display: block;
}

.-privacypolicy .displayLink {
    display: none;
}

@media screen and (max-width: 720px) {
    .-privacypolicy .displayText {
        display: none;
    }
    .-privacypolicy .displayLink {
        margin: 0.5em 0;
        display: block;
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	中途採用
==================================================================================================*/
.-recruit .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/recruit/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.-recruit .readTxt {
    text-align: center;
}

@media screen and (max-width: 560px) {
    .-recruit .readTxt {
        text-align: left;
        line-height: 2;
    }
}

.-recruit .recruitReed {
    margin-bottom: 7em;
}

.-recruit .recruitReed .sTitle {
    font-size: 187.5%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    color: #FF9100;
}

@media screen and (max-width: 560px) {
    .-recruit .recruitReed .sTitle {
        font-size: 140%;
    }
}

.-recruit .recruitReed .buttonArea {
    margin-top: 3em;
    font-size: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.-recruit .recruitReed .buttonArea .btn {
    border: none;
    max-width: 350px;
    width: 100%;
    padding: 1.4em 2.6em;
    border-radius: 100px;
    display: block;
    font-weight: bold;
    color: white;
}

.-recruit .recruitReed .buttonArea .btn:first-child {
    margin-right: 1em;
}

.-recruit .recruitReed .buttonArea .btn span {
    padding-left: 1.5em;
    position: relative;
}

.-recruit .recruitReed .buttonArea .btn span:after {
    content: none;
}

.-recruit .recruitReed .buttonArea .btn span:before {
    display: inline-block;
    content: "\f054";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #FFF;
    font-size: 80%;
    font-weight: normal;
}

@media screen and (max-width: 560px) {
    .-recruit .recruitReed .buttonArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .-recruit .recruitReed .buttonArea .btn {
        border: none;
        max-width: 350px;
        width: 100%;
        padding: 1.4em 2.6em;
        border-radius: 100px;
        display: block;
        font-weight: bold;
        color: white;
    }
    .-recruit .recruitReed .buttonArea .btn:first-child {
        margin-right: 0;
        margin-bottom: 1em;
    }
}

.-recruit .recruitAbout {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 4em;
}

.-recruit .recruitAbout > table {
    width: 100%;
}

.-recruit .recruitAbout > table table, .-recruit .recruitAbout > table td, .-recruit .recruitAbout > table th {
    border: 1px solid #707070;
    border-collapse: collapse;
}

.-recruit .recruitAbout > table td, .-recruit .recruitAbout > table th {
    padding: 1.5em;
}

.-recruit .recruitAbout > table th {
    background: #F5F5F5;
    width: 13%;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.-recruit .recruitAbout > table td {
    width: 87%;
}

.-recruit .recruitAbout > table td > p {
    margin-bottom: 1.8em;
}

.-recruit .recruitAbout > table td > p:last-child {
    margin-bottom: 0;
}

.-recruit .recruitAbout > table td > p .bold {
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .-recruit .recruitAbout > table td, .-recruit .recruitAbout > table th {
        padding: 1em;
    }
    .-recruit .recruitAbout > table tr:last-child {
        border-bottom: 1px solid #707070;
    }
    .-recruit .recruitAbout > table th {
        width: 100%;
        display: inline-block;
        border-bottom: none;
    }
    .-recruit .recruitAbout > table td {
        width: 100%;
        display: block;
        border-bottom: none;
    }
}

.-recruit .buttonArea {
    margin-top: 3em;
    font-size: 137.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.-recruit .buttonArea .btn {
    border: none;
    max-width: 415px;
    width: 100%;
    padding: 1em 2.6em;
    border-radius: 100px;
    font-size: 90%;
    display: block;
    font-weight: bold;
    color: white;
}

.-recruit .buttonArea .btn:hover {
    opacity: .8;
}

.-recruit .buttonArea .btn.-pdf span {
    padding-left: 1.5em;
    position: relative;
}

.-recruit .buttonArea .btn.-pdf span:after {
    content: none;
}

.-recruit .buttonArea .btn.-pdf span:before {
    display: inline-block;
    content: "\f1c1";
    font-family: 'Font Awesome 5 Light';
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #FFF;
    font-size: 120%;
    font-weight: normal;
}

.-recruit .readTxt {
    margin-bottom: 3em;
}

.-recruit .formWrap {
    max-width: 775px;
    width: 100%;
    margin: 0 auto;
}

.-recruit .formWrap .need {
    color: #FFF;
    display: inline-block;
    background: #FC9C1E;
    padding: 0.2em 0.5em;
    line-height: 1;
    font-size: 86%;
}

.-recruit .formWrap .error {
    display: block;
    width: 100%;
    color: red;
    margin-top: 0.2em;
}

.-recruit .formWrap .intro {
    margin-bottom: 2em;
}

.-recruit .formWrap .formList .item {
    padding: 1.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.-recruit .formWrap .formList .item > .ttl {
    font-size: 105%;
    width: 36%;
    margin-right: 3%;
}

.-recruit .formWrap .formList .item > .ttl .need {
    margin-left: 0.5em;
}

.-recruit .formWrap .formList .item > .ttl .small {
    font-size: 75%;
    letter-spacing: 0em;
}

.-recruit .formWrap .formList .item > .ttl .sp-show {
    display: block;
}

.-recruit .formWrap .formList .item > .main {
    width: 61%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-recruit .formWrap .formList .item > .main > * {
    margin-right: 0.5em;
}

.-recruit .formWrap .formList .item > .main .mainList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-recruit .formWrap .formList .item > .main .mainList > * {
    margin-right: 2em;
    cursor: pointer;
}

.-recruit .formWrap .formList .item input, .-recruit .formWrap .formList .item textarea, .-recruit .formWrap .formList .item select {
    border: 1px solid #CDD6DD;
    border-radius: 0.2em;
    padding: 0.4em 0.8em;
    font-size: 1.6rem;
}

.-recruit .formWrap .formList .item .inputL {
    width: 100%;
}

.-recruit .formWrap .buttonArea {
    margin-top: 3em;
    font-size: 137.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.-recruit .formWrap .buttonArea .btn {
    border: none;
    max-width: 415px;
    width: 100%;
    padding: 1em 2.6em;
    border-radius: 100px;
    font-size: 90%;
    display: block;
    font-weight: bold;
    color: white;
}

.-recruit .formWrap .buttonArea .btn:hover {
    opacity: .8;
}

.-recruit .formWrap .buttonArea .btn.-next {
    background-color: #178045;
}

.-recruit .formWrap .buttonArea .btn.-back {
    background-color: #6A6A6A;
    margin-right: 1em;
}

.-recruit .formWrap .buttonArea .btn.-top span {
    font-size: 109%;
    padding-left: 0;
}

.-recruit .formWrap .buttonArea .btn.-top span:after {
    content: none;
}

@media screen and (max-width: 620px) {
    .-recruit .formWrap .formList .item {
        display: block;
        padding: 1.5em 0.2em;
        border-bottom: #DDDDDD 1px solid;
    }
    .-recruit .formWrap .formList .item:first-child {
        border-top: #DDDDDD 1px solid;
    }
    .-recruit .formWrap .formList .item > .ttl {
        margin-bottom: 0.5em;
        font-size: 110%;
        width: 100%;
    }
    .-recruit .formWrap .formList .item > .ttl .small {
        font-size: 85%;
    }
    .-recruit .formWrap .formList .item > .ttl br {
        display: none;
    }
    .-recruit .formWrap .formList .item > .main {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .-recruit .formWrap .buttonArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .-recruit .formWrap .buttonArea .btn.-next {
        margin-bottom: 1em;
    }
    .-recruit .formWrap .buttonArea .btn.-back {
        margin-right: 0;
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	CSRの取組
==================================================================================================*/
.-csr {
    /*-----------------------------------------------
    SDGs
    ------------------------------------------------*/
}

.-csr .pageHead {
    background: url("/wp-content/themes/seiwa-chemical/assets/img/csr/page-head.jpg");
    background-position: center;
    background-size: cover;
}

.-csr .textWrap {
    line-height: 2.4;
    text-align: center;
}

.-csr .textWrap > p {
    margin-bottom: 1.5em;
}

.-csr .textWrap > p:last-child {
    margin-bottom: 0;
}

.-csr .textWrap > p span {
    display: inline-block;
    margin-right: 0.3em;
    background: #178045;
    color: #FFF;
    padding: 0.5em 0.8em;
    border-radius: 0.2em;
    line-height: 1;
}

@media screen and (max-width: 860px) {
    .-csr .textWrap > p br {
        display: none;
    }
    .-csr .textWrap > p span {
        margin: 0 0.3em;
    }
}

.-csr .thumbWrap {
    margin: 2em auto;
    text-align: center;
    padding: 2em;
    background: #FFF;
    border-radius: 0.4em;
    max-width: 860px;
}

.-csr .thumbWrap img {
    max-width: 500px;
    width: 100%;
}

.-csr .-sdgs .pageLink {
    padding-top: 0;
}

.-csr .-sdgs .exception {
    padding-bottom: 0;
}

.-csr .-sdgs .textWrap {
    margin-bottom: 2.0em;
}

@media screen and (max-width: 560px) {
    .-csr .-sdgs .textWrap {
        text-align: left;
    }
}

.-csr .-sdgs .subTtl {
    margin-top: 2.0em;
    margin-bottom: 1.0em;
    font-size: 150%;
    text-align: center;
    color: #85B341;
}

@media screen and (max-width: 560px) {
    .-csr .-sdgs .subTtl {
        font-size: 120%;
    }
}

.-csr .-sdgs .sdgsLabel {
    margin-bottom: 2.5em;
    position: relative;
    font-size: 187.5%;
    text-align: center;
    color: #178045;
}

.-csr .-sdgs .sdgsLabel:after {
    content: '';
    width: 60px;
    height: 2px;
    margin-left: -30px;
    position: absolute;
    bottom: -20%;
    left: 50%;
    background: #178045;
}

@media screen and (max-width: 560px) {
    .-csr .-sdgs .sdgsLabel {
        font-size: 136%;
    }
    .-csr .-sdgs .sdgsLabel:after {
        content: '';
        width: 40px;
        height: 2px;
        margin-left: -20px;
        position: absolute;
        bottom: -20%;
        left: 50%;
        background: #178045;
    }
    .-csr .-sdgs .sdgsLabel br {
        display: none;
    }
}

.-csr .-sdgs .sTitle {
    margin-bottom: 1.0em;
    font-size: 162.5%;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .-csr .-sdgs .sTitle {
        font-size: 120%;
    }
}

.-csr .-sdgs .sTitle span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 45px;
    text-align: left;
}

.-csr .-sdgs .sTitle span:before {
    content: "";
    background: url("/wp-content/themes/seiwa-chemical/assets/img/csr/sdgs/sdgs_icon.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 80%;
    width: 34px;
    height: 100%;
    position: absolute;
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

@media screen and (max-width: 560px) {
    .-csr .-sdgs .sTitle span {
        padding-left: 35px;
    }
}

.-csr .-sdgs .ssTitle {
    font-size: 50%;
    text-align: center;
    position: relative;
    top: -1.5em;
}

.-csr .-sdgs .readText {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    line-height: 2.0em;
}

.-csr .-sdgs .board {
    margin: 5.0em 0;
}

@media screen and (max-width: 560px) {
    .-csr .-sdgs .board {
        margin: 3.0em 0;
    }
}

.-csr .-sdgs .board .imageArea {
    text-align: center;
}

.-csr .-sdgs .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.0em;
}

.-csr .-sdgs .card .imgItem {
    width: 20%;
    margin-right: 10px;
}

.-csr .-sdgs .card .imgItem:last-child {
    margin-right: 0;
}

@media screen and (max-width: 560px) {
    .-csr .-sdgs .card__item {
        margin-right: 10px;
        width: 45%;
    }
    .-csr .-sdgs .card__item:first-child {
        margin-bottom: 10px;
    }
    .-csr .-sdgs .card__item:nth-child(2) {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.-csr .-sdgs .sdgsSubCont .sdgsBox {
    margin-bottom: 100px;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsItem .logoArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 3.0em auto;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsItem .logoArea__item {
    width: 160px;
    margin: 0 10px 10px 0;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsItem .logoArea__item:nth-child(4n) {
    margin-right: 0;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsItem .logoArea.col {
    max-width: 1200px;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsItem .logoArea.col .cols:nth-child(4n) {
    margin-right: 10px;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .sdgsList {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 3.0em;
    background: #F6F6F4;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .sdgsList__Item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .sdgsList__Item .circleG {
    width: 50%;
    margin-bottom: 0.8em;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .sdgsList__Item .circleG:before {
    content: '●';
    margin-right: 0.5em;
    color: #178045;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .sdgsList__Item .etc {
    text-align: right;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .sdgsList p {
    text-align: right;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 900px;
    width: 100%;
    margin: 3.0em auto 0;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea .imgItem {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48%;
    height: auto;
    margin: 0 20px 20px 0;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea .imgItem:nth-child(2n) {
    margin-right: 0;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea .imgItem.ml {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea .imgItem.tt {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea .imgItem img {
    width: 100%;
    height: auto;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea.longH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea.longH .ml {
    width: 32% !important;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin-right: 3%;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea.longH .ml img {
    height: 100%;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea.longH .ml .fitimg {
    width: 100%;
    max-height: 385px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea.longH .tt {
    width: 65% !important;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea.longH .tt img {
    height: 100%;
}

.-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea.longH .tt .fitImg {
    width: 100%;
    max-height: 385px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

@media screen and (max-width: 740px) {
    .-csr .-sdgs .sdgsSubCont .sdgsBox {
        margin-bottom: 50px;
    }
    .-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsItem .logoArea__item {
        width: 22%;
        margin: 0 5px 5px 0;
    }
    .-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsItem .logoArea__item:nth-child(4n) {
        margin-right: 0;
    }
    .-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsItem .logoArea__item:last-child {
        margin-right: 0;
    }
    .-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsItem .logoArea.col .cols:nth-child(4n) {
        margin-right: 0;
    }
    .-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .sdgsList {
        padding: 1.5em;
    }
    .-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .sdgsList__Item {
        display: block;
    }
    .-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .sdgsList__Item .circleG {
        width: 100%;
        margin-bottom: 0.8em;
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
    .-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea .imgItem {
        margin: 0 10px 10px 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
    .-csr .-sdgs .sdgsSubCont .sdgsBox .sdgsSubbox .imageArea .imgItem.ml {
        width: 100%;
        -o-object-position: top;
        object-position: top;
    }
}

/*==================================================================================================
	LP
==================================================================================================*/
.-lp .pageHead {
    padding: 8em 0;
    background: url("../img/lp/page-head_pc.jpg");
    background-position: center;
    background-size: cover;
}

.-lp .pageHead .inner {
    max-width: 1500px;
}

.-lp .pageHead .ttl {
    font-weight: 600;
    text-align: left;
    letter-spacing: -0.03em;
}

.-lp .pageHead .ttl .subSlogan {
    font-size: 313%;
    text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.5);
}

.-lp .pageHead .ttl .subSlogan .mdShow {
    display: none;
}

.-lp .pageHead .ttl .slogan {
    font-size: 532%;
    line-height: 1.4;
}

.-lp .pageHead .ttl .slogan .top, .-lp .pageHead .ttl .slogan .bottom {
    display: inline-block;
    padding: 0.1em 0.3em;
    color: #fff;
    background-color: #178045;
}

.-lp .pageHead .ttl .slogan .top {
    margin-bottom: 0.2em;
}

@media screen and (max-width: 1280px) {
    .-lp .pageHead .ttl .subSlogan {
        font-size: 250%;
    }
    .-lp .pageHead .ttl .slogan {
        font-size: 450%;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .pageHead .ttl .subSlogan {
        font-size: 230%;
    }
    .-lp .pageHead .ttl .slogan {
        font-size: 400%;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .pageHead .ttl .subSlogan {
        font-size: 180%;
    }
    .-lp .pageHead .ttl .slogan {
        font-size: 350%;
    }
}

@media screen and (max-width: 720px) {
    .-lp .pageHead {
        background: url("../img/lp/page-head_sp.jpg");
        background-position: center;
    }
    .-lp .pageHead .ttl .subSlogan {
        display: inline-block;
        margin-bottom: 0.3em;
        font-size: 150%;
    }
    .-lp .pageHead .ttl .subSlogan .mdShow {
        display: inline;
    }
    .-lp .pageHead .ttl .slogan {
        font-size: 280%;
    }
}

@media screen and (max-width: 560px) {
    .-lp .pageHead .ttl .subSlogan {
        display: inline-block;
        margin-bottom: 0.3em;
        font-size: 129%;
    }
    .-lp .pageHead .ttl .slogan {
        font-size: 200%;
    }
}

@media screen and (max-width: 480px) {
    .-lp .pageHead .ttl .slogan {
        font-size: 190%;
    }
}

.-lp .mContainer__cont {
    padding-bottom: 0;
}

.-lp .inner {
    max-width: 1366px;
}

.-lp .ecotechnoTtl {
    margin-bottom: 1em;
    font-size: 380%;
    font-weight: 600;
    text-align: center;
}

.-lp .ecotechnoTtl.-problemsTtl {
    margin-bottom: 0.8em;
    letter-spacing: 0;
    line-height: 1.3;
}

.-lp .ecotechnoTtl.-problemsTtl .emphasis {
    color: #178045;
    font-size: 125%;
}

.-lp .ecotechnoTtl.-problemsTtl .emphasis span {
    position: relative;
}

.-lp .ecotechnoTtl.-problemsTtl .emphasis span:before {
    content: "・";
    position: absolute;
    top: -1em;
    left: 0;
}

.-lp .ecotechnoTtl.-problemsTtl .mdShow {
    display: none;
}

@media screen and (max-width: 720px) {
    .-lp .ecotechnoTtl.-problemsTtl .mdShow {
        display: inline;
    }
}

.-lp .ecotechnoTtl.-supportTtl {
    line-height: 1.8;
}

.-lp .ecotechnoTtl.-supportTtl span {
    margin-right: 0.3em;
    padding: 0.2em 0.3em;
    font-size: 106%;
    line-height: 1;
    color: #fff;
    background: #178045;
}

.-lp .ecotechnoTtl.-supportTtl .mdShow {
    display: none;
}

@media screen and (max-width: 720px) {
    .-lp .ecotechnoTtl.-supportTtl .mdShow {
        display: inline;
    }
}

.-lp .ecotechnoTtl.-support {
    margin-bottom: 0.8em;
    line-height: 1.2;
}

.-lp .ecotechnoTtl.-support .ttlWrap {
    display: inline-block;
    position: relative;
}

.-lp .ecotechnoTtl.-support .ttlWrap:before, .-lp .ecotechnoTtl.-support .ttlWrap:after {
    content: '';
    position: absolute;
    top: 52%;
    display: inline-block;
    width: 13rem;
    height: 0.7rem;
    border-radius: 20rem;
    background-color: #178045;
}

.-lp .ecotechnoTtl.-support .ttlWrap:before {
    left: -2.5em;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.-lp .ecotechnoTtl.-support .ttlWrap:after {
    right: -2.5em;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.-lp .ecotechnoTtl.-support .minTxt {
    font-size: 59%;
}

.-lp .ecotechnoTtl.-support .emphasis {
    font-size: 125%;
    color: #FF8800;
}

.-lp .ecotechnoTtl.-voiceTtl {
    margin-bottom: 1.5em;
    position: relative;
}

.-lp .ecotechnoTtl.-voiceTtl:before {
    display: inline-block;
    width: 8em;
    height: 0.6em;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background: url("../img/lp/ttl-decoration.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

@media screen and (max-width: 1600px) {
    .-lp .ecotechnoTtl {
        font-size: 300%;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .ecotechnoTtl {
        font-size: 260%;
    }
    .-lp .ecotechnoTtl.-support .ttlWrap:before, .-lp .ecotechnoTtl.-support .ttlWrap:after {
        width: 10rem;
        height: 0.6rem;
    }
    .-lp .ecotechnoTtl.-support .ttlWrap:before {
        -webkit-transform: rotate(65deg);
        transform: rotate(65deg);
    }
    .-lp .ecotechnoTtl.-support .ttlWrap:after {
        -webkit-transform: rotate(-65deg);
        transform: rotate(-65deg);
    }
}

@media screen and (max-width: 1020px) {
    .-lp .ecotechnoTtl {
        font-size: 230%;
    }
    .-lp .ecotechnoTtl.-support .ttlWrap:before, .-lp .ecotechnoTtl.-support .ttlWrap:after {
        width: 8rem;
        height: 0.5rem;
    }
    .-lp .ecotechnoTtl.-support .ttlWrap:before {
        left: -2em;
    }
    .-lp .ecotechnoTtl.-support .ttlWrap:after {
        right: -2em;
    }
}

@media screen and (max-width: 860px) {
    .-lp .ecotechnoTtl {
        font-size: 200%;
    }
    .-lp .ecotechnoTtl.-support {
        margin-bottom: 1.4em;
    }
    .-lp .ecotechnoTtl.-support .ttlWrap:before, .-lp .ecotechnoTtl.-support .ttlWrap:after {
        width: 8rem;
        height: 0.7rem;
    }
    .-lp .ecotechnoTtl.-support .emphasis {
        font-size: 138%;
    }
}

@media screen and (max-width: 560px) {
    .-lp .ecotechnoTtl.-support {
        font-size: 180%;
    }
    .-lp .ecotechnoTtl.-support .ttlWrap:before, .-lp .ecotechnoTtl.-support .ttlWrap:after {
        width: 6rem;
        height: 0.5rem;
    }
    .-lp .ecotechnoTtl.-support .ttlWrap:before {
        left: -2.2em;
    }
    .-lp .ecotechnoTtl.-support .ttlWrap:after {
        right: -2.2em;
    }
    .-lp .ecotechnoTtl.-voiceTtl {
        margin-bottom: 2em;
        padding-bottom: 1em;
        font-size: 180%;
        letter-spacing: 0;
    }
    .-lp .ecotechnoTtl.-voiceTtl:before {
        width: 95%;
        height: 1em;
    }
}

@media screen and (max-width: 380px) {
    .-lp .ecotechnoTtl.-voiceTtl {
        padding-bottom: 0.6em;
        font-size: 170%;
    }
}

.-lp .problemsCont {
    padding-bottom: 11.3em;
}

@media screen and (max-width: 1280px) {
    .-lp .problemsCont {
        padding-bottom: 10em;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .problemsCont {
        padding-bottom: 8em;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .problemsCont {
        padding-bottom: 6em;
    }
}

@media screen and (max-width: 720px) {
    .-lp .problemsCont {
        padding-bottom: 5em;
    }
}

@media screen and (max-width: 560px) {
    .-lp .problemsCont {
        padding-bottom: 4em;
    }
}

.-lp .problemsCont .problemsList {
    max-width: 920px;
    margin: 0 auto 9.4em auto;
}

@media screen and (max-width: 1280px) {
    .-lp .problemsCont .problemsList {
        margin-bottom: 8em;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .problemsCont .problemsList {
        margin-bottom: 7em;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .problemsCont .problemsList {
        margin-bottom: 6em;
    }
}

@media screen and (max-width: 720px) {
    .-lp .problemsCont .problemsList {
        margin-bottom: 5em;
    }
}

@media screen and (max-width: 560px) {
    .-lp .problemsCont .problemsList {
        margin-bottom: 4em;
    }
}

.-lp .problemsCont .problemsList__item {
    margin-bottom: 0.6em;
    padding: 0.4em 0.6em 0.4em 2.2em;
    text-indent: -1.7em;
    font-size: 225%;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    background: #EEEEE8;
    position: relative;
}

.-lp .problemsCont .problemsList__item:before {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-right: 0.8em;
    background: url("../img/lp/icon-check-box.svg") no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
    left: 0;
}

.-lp .problemsCont .problemsList__item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1800px) {
    .-lp .problemsCont .problemsList__item {
        font-size: 210%;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .problemsCont .problemsList__item {
        font-size: 180%;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .problemsCont .problemsList__item {
        font-size: 160%;
    }
}

@media screen and (max-width: 860px) {
    .-lp .problemsCont .problemsList__item {
        font-size: 140%;
    }
}

@media screen and (max-width: 720px) {
    .-lp .problemsCont .problemsList__item {
        font-size: 120%;
    }
}

@media screen and (max-width: 560px) {
    .-lp .problemsCont .problemsList__item {
        text-indent: -1.6em;
    }
    .-lp .problemsCont .problemsList__item:before {
        margin-right: 0.6em;
    }
}

@media screen and (max-width: 480px) {
    .-lp .problemsCont .problemsList__item {
        font-size: 108%;
    }
}

@media screen and (max-width: 380px) {
    .-lp .problemsCont .problemsList__item {
        font-size: 100%;
    }
}

.-lp .problemsCont .appealList {
    max-width: 1140px;
    margin: 0 auto;
}

.-lp .problemsCont .appealList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 720px) {
    .-lp .problemsCont .appealList__item {
        margin-bottom: 2em;
    }
    .-lp .problemsCont .appealList__item:last-child {
        margin-bottom: 0;
    }
}

.-lp .problemsCont .appealList__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.-lp .problemsCont .appealList__item:nth-child(even) .appealTxt {
    text-align: right;
}

.-lp .problemsCont .appealList__item:nth-child(even) .appealTxt .mainPoint {
    background: -webkit-linear-gradient(135deg, #EBF5B6, #FFF1B9);
    background: linear-gradient(-45deg, #EBF5B6, #FFF1B9);
}

.-lp .problemsCont .appealList__item:nth-child(even) .appealTxt .mainPoint .emphasis {
    color: #FF8800;
}

.-lp .problemsCont .appealList__item .appealImg {
    width: 30%;
}

@media screen and (max-width: 720px) {
    .-lp .problemsCont .appealList__item .appealImg {
        width: 22%;
    }
}

.-lp .problemsCont .appealList__item .appealImg img {
    max-width: 360px;
    width: 100%;
    height: auto;
}

.-lp .problemsCont .appealList__item .appealTxt {
    width: 67%;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0;
}

@media screen and (max-width: 720px) {
    .-lp .problemsCont .appealList__item .appealTxt {
        width: 74%;
    }
}

.-lp .problemsCont .appealList__item .appealTxt > p {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.-lp .problemsCont .appealList__item .appealTxt > p:last-child {
    margin-bottom: 0;
}

.-lp .problemsCont .appealList__item .appealTxt .text {
    font-size: 250%;
}

@media screen and (max-width: 1600px) {
    .-lp .problemsCont .appealList__item .appealTxt .text {
        font-size: 230%;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .problemsCont .appealList__item .appealTxt .text {
        font-size: 200%;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .problemsCont .appealList__item .appealTxt .text {
        font-size: 180%;
    }
}

@media screen and (max-width: 860px) {
    .-lp .problemsCont .appealList__item .appealTxt .text {
        font-size: 160%;
    }
}

@media screen and (max-width: 720px) {
    .-lp .problemsCont .appealList__item .appealTxt .text {
        font-size: 140%;
    }
}

@media screen and (max-width: 560px) {
    .-lp .problemsCont .appealList__item .appealTxt .text {
        font-size: 120%;
    }
}

@media screen and (max-width: 480px) {
    .-lp .problemsCont .appealList__item .appealTxt .text {
        font-size: 108%;
    }
}

.-lp .problemsCont .appealList__item .appealTxt .mainPoint {
    display: inline-block;
    padding: 0.2em 0.3em;
    font-size: 380%;
    line-height: 1.3;
    background: -webkit-linear-gradient(135deg, #EBF5B6, #CDEAA5);
    background: linear-gradient(-45deg, #EBF5B6, #CDEAA5);
}

.-lp .problemsCont .appealList__item .appealTxt .mainPoint.-tSpacing {
    letter-spacing: -0.04em;
}

.-lp .problemsCont .appealList__item .appealTxt .mainPoint .emphasis {
    color: #178045;
}

.-lp .problemsCont .appealList__item .appealTxt .mainPoint .emphasis .shortenLR {
    margin-inline: -0.4em;
}

@media screen and (max-width: 1600px) {
    .-lp .problemsCont .appealList__item .appealTxt .mainPoint {
        font-size: 360%;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .problemsCont .appealList__item .appealTxt .mainPoint {
        font-size: 300%;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .problemsCont .appealList__item .appealTxt .mainPoint {
        font-size: 260%;
    }
}

@media screen and (max-width: 860px) {
    .-lp .problemsCont .appealList__item .appealTxt .mainPoint {
        font-size: 240%;
    }
}

@media screen and (max-width: 720px) {
    .-lp .problemsCont .appealList__item .appealTxt .mainPoint {
        font-size: 200%;
    }
}

@media screen and (max-width: 560px) {
    .-lp .problemsCont .appealList__item .appealTxt .mainPoint {
        font-size: 185%;
    }
}

@media screen and (max-width: 480px) {
    .-lp .problemsCont .appealList__item .appealTxt .mainPoint {
        font-size: 160%;
    }
}

@media screen and (max-width: 400px) {
    .-lp .problemsCont .appealList__item .appealTxt .mainPoint {
        font-size: 140%;
    }
}

.-lp .supportCont {
    margin: 0 calc(50% - 50vw);
    background: url("../img/lp/bg.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    position: relative;
}

.-lp .supportCont:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(135deg, #A6DB57, #EBF5B6);
    background: linear-gradient(-45deg, #A6DB57, #EBF5B6);
    opacity: 0.6;
}

.-lp .supportCont .decoration {
    padding: 11em 0 22.2em 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.-lp .supportCont .decoration:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 6.9em solid transparent;
    border-top: 6em solid #fff;
}

.-lp .supportCont .decoration:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 10vw solid #fff;
    border-left: 100vw solid transparent;
}

@media screen and (max-width: 1280px) {
    .-lp .supportCont .decoration {
        padding: 10em 0 18em 0;
    }
    .-lp .supportCont .decoration:before {
        border: 5.9em solid transparent;
        border-top: 5em solid #fff;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .supportCont .decoration {
        padding: 9em 0 16em 0;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .supportCont .decoration {
        padding: 8em 0 14em 0;
    }
    .-lp .supportCont .decoration:before {
        border: 4.9em solid transparent;
        border-top: 4em solid #fff;
    }
}

@media screen and (max-width: 720px) {
    .-lp .supportCont .decoration {
        padding: 7em 0 12em 0;
    }
    .-lp .supportCont .decoration:before {
        border: 3.9em solid transparent;
        border-top: 3em solid #fff;
    }
}

@media screen and (max-width: 560px) {
    .-lp .supportCont .decoration {
        padding: 6em 0 10em 0;
    }
    .-lp .supportCont .decoration:before {
        border: 2.9em solid transparent;
        border-top: 2.5em solid #fff;
    }
}

@media screen and (max-width: 480px) {
    .-lp .supportCont .decoration {
        padding: 4em 0 8em 0;
    }
}

.-lp .supportCont .inner {
    position: relative;
    z-index: 2;
}

.-lp .supportCont .supportList {
    max-width: 1370px;
    margin: 0 auto;
}

.-lp .supportCont .supportList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5em;
    position: relative;
}

.-lp .supportCont .supportList__item:last-child {
    margin-bottom: 0;
}

.-lp .supportCont .supportList__item:before {
    content: "";
    width: 83%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.-lp .supportCont .supportList__item .supportDetail {
    width: 58%;
    padding: 2em 0 2em 3.2em;
}

.-lp .supportCont .supportList__item .supportDetail .supportTtl {
    margin-bottom: 0.5em;
    font-size: 225%;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    color: #178045;
}

.-lp .supportCont .supportList__item .supportDetail .supportTtl .wsShow {
    display: none;
}

.-lp .supportCont .supportList__item .supportDetail p {
    font-size: 113%;
}

.-lp .supportCont .supportList__item .supportImg {
    width: 39%;
    padding: 2em 0;
}

.-lp .supportCont .supportList__item .supportImg img {
    max-width: 530px;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
    .-lp .supportCont .supportList__item .supportDetail .supportTtl .wsShow {
        display: inline;
    }
}

@media screen and (min-width: 376px) and (max-width: 620px) {
    .-lp .supportCont .supportList__item .supportDetail .supportTtl .wsShow {
        display: inline;
    }
}

@media screen and (max-width: 1280px) {
    .-lp .supportCont .supportList__item .supportDetail .supportTtl {
        font-size: 200%;
    }
    .-lp .supportCont .supportList__item .supportDetail p {
        font-size: 113%;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .supportCont .supportList__item .supportDetail .supportTtl {
        font-size: 190%;
    }
}

@media screen and (max-width: 860px) {
    .-lp .supportCont .supportList__item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .-lp .supportCont .supportList__item:before {
        content: "";
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }
    .-lp .supportCont .supportList__item .supportDetail {
        width: 100%;
        padding: 1em 1.5em 2.9em;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .-lp .supportCont .supportList__item .supportImg {
        width: 100%;
        margin-bottom: 1em;
        padding: 0;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .-lp .supportCont .supportList__item .supportImg img {
        max-width: 80%;
    }
}

@media screen and (max-width: 720px) {
    .-lp .supportCont .supportList__item:before {
        height: 60%;
    }
    .-lp .supportCont .supportList__item .supportDetail .supportTtl {
        font-size: 180%;
    }
}

@media screen and (max-width: 560px) {
    .-lp .supportCont .supportList__item:before {
        height: 65%;
    }
    .-lp .supportCont .supportList__item .supportDetail {
        padding: 1em 1em 2.9em;
    }
    .-lp .supportCont .supportList__item .supportDetail .supportTtl {
        font-size: 170%;
    }
    .-lp .supportCont .supportList__item .supportDetail p {
        font-size: 108%;
    }
}

@media screen and (max-width: 480px) {
    .-lp .supportCont .supportList__item:before {
        height: 75%;
    }
}

.-lp .inquiryCont {
    padding-bottom: 11em;
}

.-lp .inquiryCont .adressBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2em;
}

.-lp .inquiryCont .adressBtn .telNumber .telLink .num {
    font-size: 450%;
    position: relative;
}

.-lp .inquiryCont .adressBtn .telNumber .telLink .num:before {
    display: inline-block;
    content: "\f095";
    font-family: 'Font Awesome 5 Solid';
    font-size: 80%;
    position: absolute;
    top: 0.2em;
    left: -1.5em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.-lp .inquiryCont .adressBtn .btn a {
    display: block;
    max-width: 540px;
    padding: 1.0em 3.0em;
    text-align: center;
    border-radius: 50px;
    background-color: #178045;
    color: white;
}

.-lp .inquiryCont .adressBtn .btn a span {
    padding-left: 0.5em;
    font-size: 238%;
    font-weight: bold;
}

.-lp .inquiryCont .adressBtn .btn a span:after {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Solid';
    margin-left: 1.0em;
}

@media screen and (max-width: 1600px) {
    .-lp .inquiryCont .adressBtn .telNumber .telLink .num {
        font-size: 400%;
    }
    .-lp .inquiryCont .adressBtn .btn a span {
        font-size: 220%;
    }
}

@media screen and (max-width: 1400px) {
    .-lp .inquiryCont .adressBtn .telNumber .telLink .num {
        font-size: 360%;
    }
    .-lp .inquiryCont .adressBtn .btn a span {
        font-size: 210%;
    }
}

@media screen and (max-width: 1280px) {
    .-lp .inquiryCont {
        padding-top: 2em;
        padding-bottom: 10em;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .inquiryCont {
        padding-bottom: 8em;
    }
    .-lp .inquiryCont .adressBtn .telNumber .telLink .num {
        font-size: 300%;
    }
    .-lp .inquiryCont .adressBtn .btn a span {
        font-size: 180%;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .inquiryCont {
        padding-top: 3em;
        padding-bottom: 6em;
    }
    .-lp .inquiryCont .adressBtn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 1.5em;
    }
    .-lp .inquiryCont .adressBtn .telNumber {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 720px) {
    .-lp .inquiryCont {
        padding-bottom: 5em;
    }
}

@media screen and (max-width: 560px) {
    .-lp .inquiryCont {
        padding-bottom: 4em;
    }
    .-lp .inquiryCont .adressBtn .telNumber .telLink .num {
        font-size: 270%;
    }
    .-lp .inquiryCont .adressBtn .btn a {
        padding: 0.8em 2em;
    }
    .-lp .inquiryCont .adressBtn .btn a span {
        font-size: 175%;
    }
}

@media screen and (max-width: 480px) {
    .-lp .inquiryCont .adressBtn .telNumber .telLink .num {
        font-size: 250%;
    }
    .-lp .inquiryCont .adressBtn .btn a span {
        font-size: 160%;
    }
}

.-lp .exampleCont {
    margin: 0 calc(50% - 50vw);
    padding: 10.8em 0 11.3em 0;
    background: #EEEEE8;
    overflow: hidden;
}

.-lp .exampleCont .exampleCatList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.9em 1em;
}

.-lp .exampleCont .exampleCatList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.-lp .exampleCont .exampleCatList__item .exampleCatTtl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 6.3em;
    height: 6.3em;
    margin-right: 1.2em;
    font-size: 188%;
    font-weight: 600;
    letter-spacing: 0;
    white-space: nowrap;
    background: #fff;
    border-radius: 50%;
    border: 4px solid;
}

.-lp .exampleCont .exampleCatList__item .exampleCatTtl.-orange {
    color: #FF8800;
    border-color: #FF8800;
}

.-lp .exampleCont .exampleCatList__item .exampleCatTtl.-yellow {
    color: #CBC044;
    border-color: #CBC044;
}

.-lp .exampleCont .exampleCatList__item .exampleCatTtl.-blue {
    color: #27BDFF;
    border-color: #27BDFF;
}

.-lp .exampleCont .exampleCatList__item .exampleCatTtl.-green {
    color: #85B341;
    border-color: #85B341;
}

.-lp .exampleCont .exampleCatList__item .exampleListWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.-lp .exampleCont .exampleCatList__item .exampleList {
    list-style-type: disc;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.-lp .exampleCont .exampleCatList__item .exampleList + .exampleList {
    margin-left: 2em;
}

.-lp .exampleCont .exampleCatList__item .exampleList__item {
    font-size: 130%;
    letter-spacing: 0;
}

@media screen and (max-width: 1280px) {
    .-lp .exampleCont {
        padding: 8em 0 10em 0;
    }
    .-lp .exampleCont .exampleCatList__item .exampleCatTtl {
        width: 5em;
        height: 5em;
        font-size: 180%;
    }
    .-lp .exampleCont .exampleCatList__item .exampleList__item {
        font-size: 113%;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .exampleCont {
        padding: 7em 0 9em 0;
    }
    .-lp .exampleCont .exampleCatList__item .exampleCatTtl {
        font-size: 160%;
    }
    .-lp .exampleCont .exampleCatList__item .exampleList__item {
        font-size: 100%;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .exampleCont {
        -ms-grid-columns: 46% 1fr;
        grid-template-columns: 46% 1fr;
        padding: 6em 0 8em 0;
    }
    .-lp .exampleCont .exampleCatList__item .exampleCatTtl {
        font-size: 140%;
    }
    .-lp .exampleCont .exampleCatList__item .exampleList__item {
        font-size: 90%;
    }
}

@media screen and (max-width: 860px) {
    .-lp .exampleCont {
        padding: 5em 0 7em 0;
    }
    .-lp .exampleCont .exampleCatList {
        display: block;
    }
    .-lp .exampleCont .exampleCatList__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 1.9em;
    }
    .-lp .exampleCont .exampleCatList__item:last-child {
        margin-bottom: 0;
    }
    .-lp .exampleCont .exampleCatList__item .exampleCatTtl {
        margin: 0 0 0.8em 0;
        width: 6em;
        height: 6em;
        font-size: 163%;
    }
    .-lp .exampleCont .exampleCatList__item .exampleListWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .-lp .exampleCont .exampleCatList__item .exampleList {
        display: inline-block;
    }
    .-lp .exampleCont .exampleCatList__item .exampleList__item {
        font-size: 113%;
    }
    .-lp .exampleCont .exampleCatList__item .exampleList + .exampleList {
        margin-left: 0;
    }
}

@media screen and (max-width: 720px) {
    .-lp .exampleCont {
        padding: 4em 0 6em 0;
    }
}

.-lp .voiceCont {
    margin: 0 calc(50% - 50vw);
    padding: 11.3em 0;
    background: url("../img/lp/bg.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .-lp .voiceCont {
        padding: 10em 0;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .voiceCont {
        padding: 8em 0;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .voiceCont {
        padding: 6em 0;
    }
}

@media screen and (max-width: 720px) {
    .-lp .voiceCont {
        padding: 5em 0;
    }
}

@media screen and (max-width: 560px) {
    .-lp .voiceCont {
        padding: 4em 0;
    }
}

.-lp .voiceCont:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(135deg, #A6DB57, #EBF5B6);
    background: linear-gradient(-45deg, #A6DB57, #EBF5B6);
    opacity: 0.6;
}

.-lp .voiceCont .inner {
    position: relative;
    z-index: 1;
}

.-lp .voiceCont .voiceList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

.-lp .voiceCont .voiceList__item {
    padding: 3em 1.9em;
    background: #fff;
}

.-lp .voiceCont .voiceList__item .imgArea {
    margin-bottom: 1.9em;
    text-align: center;
}

.-lp .voiceCont .voiceList__item .imgArea img {
    display: inline-block;
    max-width: 395px;
    width: 100%;
    height: auto;
}

.-lp .voiceCont .voiceList__item .companyName {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.6em;
}

.-lp .voiceCont .voiceList__item .companyName span {
    display: inline-block;
    padding: 0.3em 2.5em;
    font-size: 113%;
    font-weight: 600;
    border-radius: 20rem;
    background: #EEEEE8;
}

.-lp .voiceCont .voiceList__item .detailTtl {
    margin-bottom: 0.7em;
    font-size: 175%;
    font-weight: 600;
    color: #178045;
    letter-spacing: 0;
    text-align: center;
}

.-lp .voiceCont .voiceList__item .detailTtl sub {
    font-size: 72%;
    vertical-align: baseline;
}

.-lp .voiceCont .voiceList__item .detailTtl .tbShow {
    display: none;
}

.-lp .voiceCont .voiceList__item .textArea {
    font-size: 113%;
}

@media screen and (max-width: 1800px) {
    .-lp .voiceCont .voiceList__item .detailTtl {
        font-size: 160%;
    }
}

@media screen and (max-width: 1600px) {
    .-lp .voiceCont .voiceList__item .companyName span {
        font-size: 100%;
    }
    .-lp .voiceCont .voiceList__item .detailTtl {
        font-size: 140%;
    }
}

@media screen and (min-width: 1021px) and (max-width: 1200px) {
    .-lp .voiceCont .voiceList__item .detailTtl .tbShow {
        display: inline;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .voiceCont .voiceList__item {
        padding: 2em 1.3em;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .voiceCont .voiceList {
        display: block;
    }
    .-lp .voiceCont .voiceList__item {
        margin-bottom: 2em;
    }
    .-lp .voiceCont .voiceList__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 720px) {
    .-lp .voiceCont .voiceList__item .detailTtl {
        font-size: 160%;
    }
    .-lp .voiceCont .voiceList__item .companyName span {
        font-size: 93%;
    }
}

@media screen and (max-width: 600px) {
    .-lp .voiceCont .voiceList__item .companyName span {
        font-weight: 600;
    }
    .-lp .voiceCont .voiceList__item .detailTtl {
        text-align: left;
    }
    .-lp .voiceCont .voiceList__item .detailTtl .tbShow {
        display: inline;
    }
}

@media screen and (max-width: 370px) {
    .-lp .voiceCont .voiceList__item .detailTtl {
        font-size: 150%;
    }
}

.-lp .qaCont {
    margin: 0 calc(50% - 50vw);
    padding: 10.8em 0 11.3em 0;
    background: #EEEEE8;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
    .-lp .qaCont {
        padding: 8em 0 10em 0;
    }
}

@media screen and (max-width: 1160px) {
    .-lp .qaCont {
        padding: 7em 0 9em 0;
    }
}

@media screen and (max-width: 1020px) {
    .-lp .qaCont {
        padding: 6em 0 8em 0;
    }
}

@media screen and (max-width: 860px) {
    .-lp .qaCont {
        padding: 5em 0 7em 0;
    }
}

@media screen and (max-width: 720px) {
    .-lp .qaCont {
        padding: 4em 0 6em 0;
    }
}

.-lp .qaCont .qaList dt, .-lp .qaCont .qaList dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 8rem;
    position: relative;
}

.-lp .qaCont .qaList dt:before, .-lp .qaCont .qaList dd:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    font-size: 2.7rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.-lp .qaCont .qaList dt {
    margin-bottom: 0.4em;
    font-size: 175%;
    font-weight: 600;
}

.-lp .qaCont .qaList dt:before {
    content: "Q";
    background: #178045;
}

.-lp .qaCont .qaList dd {
    margin-bottom: 1.4em;
    font-size: 138%;
}

.-lp .qaCont .qaList dd:last-child {
    margin-bottom: 0;
}

.-lp .qaCont .qaList dd:before {
    content: "A";
    background: #FF8800;
}

@media screen and (max-width: 1160px) {
    .-lp .qaCont .qaList dt, .-lp .qaCont .qaList dd {
        min-height: 5rem;
        padding-left: 6.5rem;
    }
    .-lp .qaCont .qaList dt:before, .-lp .qaCont .qaList dd:before {
        width: 5rem;
        height: 5rem;
        font-size: 2rem;
    }
}

@media screen and (max-width: 720px) {
    .-lp .qaCont .qaList dt, .-lp .qaCont .qaList dd {
        min-height: 4rem;
        padding-left: 5.5rem;
    }
    .-lp .qaCont .qaList dt:before, .-lp .qaCont .qaList dd:before {
        width: 4rem;
        height: 4rem;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 560px) {
    .-lp .qaCont .qaList dt, .-lp .qaCont .qaList dd {
        min-height: 3.3rem;
        padding-left: 4.5rem;
    }
    .-lp .qaCont .qaList dt:before, .-lp .qaCont .qaList dd:before {
        width: 3.3rem;
        height: 3.3rem;
        font-size: 1.3rem;
    }
}

.-lpContact {
    padding: 4.8em 0;
    height: auto;
    background-image: none;
    background: -webkit-linear-gradient(135deg, #EBF5B6, #CDEAA5);
    background: linear-gradient(-45deg, #EBF5B6, #CDEAA5);
}

.-lpContact .innerL {
    max-width: 1366px;
    padding: 0;
}

.-lpContact .innerL .whiteBox {
    padding: 6.0em 6.5em;
    border-radius: 0;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0;
}

.-lpContact .innerL .whiteBox .readText {
    margin-bottom: 0.6em;
    font-size: 175%;
    font-weight: 600;
}

.-lpContact .innerL .whiteBox .inquiryTtl {
    margin-bottom: 1em;
    font-size: 380%;
}

.-lpContact .innerL .whiteBox .inquiryTtl .emphasis {
    font-size: 125%;
    color: #85B341;
}

.-lpContact .innerL .whiteBox .inquiryTtl .tbShow {
    display: none;
}

.-lpContact .innerL .whiteBox .adressBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2em;
}

.-lpContact .innerL .whiteBox .adressBtn .telNumber .telLink {
    display: inline-block;
}

.-lpContact .innerL .whiteBox .adressBtn .telNumber .telLink .num {
    padding-left: 1em;
    font-size: 450%;
    position: relative;
    white-space: nowrap;
}

.-lpContact .innerL .whiteBox .adressBtn .telNumber .telLink .num:before {
    display: inline-block;
    content: "\f095";
    font-family: 'Font Awesome 5 Solid';
    font-size: 80%;
    position: absolute;
    top: 0.2em;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.-lpContact .innerL .whiteBox .adressBtn .btn a {
    display: block;
    max-width: 540px;
    padding: 1.0em 3.0em;
    text-align: center;
    border-radius: 50px;
    background-color: #178045;
    color: white;
}

.-lpContact .innerL .whiteBox .adressBtn .btn a span {
    padding-left: 0.5em;
    font-size: 238%;
    font-weight: bold;
}

.-lpContact .innerL .whiteBox .adressBtn .btn a span:after {
    display: inline-block;
    content: "\f105";
    font-family: 'Font Awesome 5 Solid';
    margin-left: 1.0em;
}

@media screen and (max-width: 1600px) {
    .-lpContact .innerL {
        padding-left: 50px;
        padding-right: 50px;
    }
    .-lpContact .innerL .whiteBox .adressBtn .telNumber .telLink .num {
        font-size: 400%;
    }
    .-lpContact .innerL .whiteBox .adressBtn .btn a span {
        font-size: 220%;
    }
}

@media screen and (max-width: 1400px) {
    .-lpContact {
        padding: 4em 0;
    }
    .-lpContact .innerL .whiteBox {
        padding: 5em 4.5em;
    }
    .-lpContact .innerL .whiteBox .readText {
        font-size: 160%;
    }
    .-lpContact .innerL .whiteBox .inquiryTtl {
        font-size: 330%;
    }
    .-lpContact .innerL .whiteBox .adressBtn .telNumber .telLink .num {
        font-size: 360%;
    }
    .-lpContact .innerL .whiteBox .adressBtn .btn a span {
        font-size: 210%;
    }
}

@media screen and (max-width: 1200px) {
    .-lpContact .innerL .whiteBox {
        padding: 4em 3.5em;
    }
    .-lpContact .innerL .whiteBox .adressBtn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 1.5em;
    }
    .-lpContact .innerL .whiteBox .adressBtn .telNumber {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 1160px) {
    .-lpContact {
        padding: 3em 0;
    }
    .-lpContact .innerL .whiteBox .readText {
        font-size: 140%;
    }
    .-lpContact .innerL .whiteBox .inquiryTtl {
        font-size: 300%;
    }
    .-lpContact .innerL .whiteBox .adressBtn .telNumber .telLink .num {
        font-size: 350%;
    }
    .-lpContact .innerL .whiteBox .adressBtn .btn a span {
        font-size: 190%;
    }
}

@media screen and (max-width: 1020px) {
    .-lpContact {
        padding: 6em 0;
    }
    .-lpContact .innerL .whiteBox .readText {
        font-size: 120%;
    }
    .-lpContact .innerL .whiteBox .inquiryTtl {
        font-size: 240%;
    }
    .-lpContact .innerL .whiteBox .adressBtn .telNumber .telLink .num {
        font-size: 300%;
    }
    .-lpContact .innerL .whiteBox .adressBtn .btn a span {
        font-size: 180%;
    }
}

@media screen and (max-width: 860px) {
    .-lpContact .innerL {
        padding-left: 30px;
        padding-right: 30px;
    }
    .-lpContact .innerL .whiteBox {
        padding: 3em 2.5em;
    }
    .-lpContact .innerL .whiteBox .inquiryTtl .tbShow {
        display: inline;
    }
    .-lpContact .innerL .whiteBox .readText br {
        display: inline;
    }
}

@media screen and (max-width: 560px) {
    .-lpContact {
        padding: 5em 0;
    }
    .-lpContact .innerL {
        padding-left: 20px;
        padding-right: 20px;
    }
    .-lpContact .innerL .whiteBox {
        padding: 3em 1.6em;
    }
    .-lpContact .innerL .whiteBox .readText {
        text-align: center;
        font-size: 108%;
    }
    .-lpContact .innerL .whiteBox .inquiryTtl {
        font-size: 200%;
    }
    .-lpContact .innerL .whiteBox .inquiryTtl .emphasis {
        font-size: 140%;
    }
    .-lpContact .innerL .whiteBox .adressBtn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 1.5em;
    }
    .-lpContact .innerL .whiteBox .adressBtn .telNumber {
        margin: 0;
        padding: 0;
    }
    .-lpContact .innerL .whiteBox .adressBtn .telNumber .telLink .num {
        font-size: 270%;
    }
    .-lpContact .innerL .whiteBox .adressBtn .btn a {
        padding: 0.8em 2em;
    }
    .-lpContact .innerL .whiteBox .adressBtn .btn a span {
        font-size: 175%;
    }
}

@media screen and (max-width: 480px) {
    .-lpContact .innerL .whiteBox .readText {
        font-size: 95%;
    }
    .-lpContact .innerL .whiteBox .inquiryTtl {
        font-size: 180%;
    }
    .-lpContact .innerL .whiteBox .adressBtn .telNumber .telLink .num {
        font-size: 250%;
    }
    .-lpContact .innerL .whiteBox .adressBtn .btn a span {
        font-size: 160%;
    }
}
