/*---- 共通css---- */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 1.5;
}

.mgb90 {
    margin-bottom: 90px;
}

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

a:hover {
    opacity: .8;
}

.forSP {
    display: none;
}

.head-logo a,
.foot-logo a:hover {
    opacity: 1;
}

.f-Pro6N {
    font-family: "kozuka-mincho-pr6n", serif;
}

.f-pro {
    font-family: "kozuka-mincho-pro", serif;
}

.f-notocjk {
    font-family: "noto-sans-cjk-jp", sans-serif;
}

.f-oswald {
    font-family: "Oswald", sans-serif;
}

.f-hiragino {
    font-family: "hiragino-mincho-pron", sans-serif;
}

.column {
    display: flex;
}

/* パンくず */
.breadCrumbs {
    width: 1200px;
    height: 25px;
    margin: 10px auto;
}

.breadCrumbs li {
    position: relative;
    padding: 0 13px;
    font-size: 14px;
}

.breadCrumbs li:first-child {
    padding-left: 0;
}

.breadCrumbs li:not(li:last-child):after {
    content: ">";
    position: absolute;
    top: 0;
    right: -4px;
}

.breadCrumbs li a {
    display: block;
}

.breadCrumbs li a:hover {
    border-bottom: 1px solid #000;
}

/* 下層ttl */
.lower-head-ttl {
    line-height: 35px;
    text-align: center;
    font-size: 30px;
}

.lower-head-subttl {
    font-size: 18px;
    color: #2A7E3A;
}

.head-image {
    margin-top: 30px;
    text-align: center;
}

.common-wrap {
    width: 1200px;
    margin: 50px auto;
}


/* -------------------
header
------------------ */
header .head-outline {
    border-bottom: 1px solid #AEAFAE;
}

header .inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 0 10%;
    align-items: center;
    box-shadow: 0px 3px 10px -6px #c7c7c7;
    border-radius: 0px;
}
@media screen and (max-width: 700px) {
    header .inner {
        padding: 0;
    }
}

header .colbar {
    position: relative;
    text-align: center;
    font-size: 15px;
}

header .colbar a {
    display: block;
    padding: 30px 40px;

}

header .colbar a:hover {
    background-color: #2A7E3A;
    color: #fff;
}

header .colbar::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 46px;
    top: 30px;
    right: 0;
    background-color: #AEAFAE;
}



/* -------------------
main
------------------ */
.mv {
    background: url(./assets/top-mv.jpg)no-repeat;
    background-size: cover;
    height: 644px;
}

.mv .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.mv .mv-ttl {
    position: absolute;
    top: 205px;
    right: 0;
    text-align: right;
    font-size: 38px;
    font-weight: 500;
    color: #2A7E3A;
}

.mv .mv-subttl {
    font-size: 16px;
    color: #000;
}

/* 事業内容 */
.cont-service {
    margin: 80px auto 0;
}

.cont-service .wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.cont-service .image {
    text-align: right;
}

.cont-service-card {
    position: absolute;
    bottom: 0;
    width: 632px;
    padding: 50px 90px 50px 0;
    background-color: #fff;
}

.cont-service-card .ttllv2 {
    letter-spacing: -3px;
    font-size: 42px;
    color: #2A7E3A;
}

.cont-service-card .subttl {
    padding-left: 18px;
    letter-spacing: 0;
    font-size: 21px;
    color: #000;
}

.cont-service-txt {
    font-size: 19px;
    margin: 28px 0 100px;
}

.cont-service-card a {
    position: relative;
    line-height: 100px;
    padding: 36px 26% 35px 16%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #2A7E3A;
}

.cont-service-card a::after {
    content: "";
    position: absolute;
    top: 37px;
    right: 70px;
    width: 54px;
    height: 16px;
    background: url(./assets/icon/arw2.png)no-repeat;
    background-size: contain;
}

.service-genre-area {
    padding: 80px;
    background: url(./assets/bg-service.jpg)no-repeat;
    background-size: cover;
}

.service-genre-area .column {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.service-genre-area .col {
    position: relative;
}

.service-genre-area .col a {
    display: block;
}

.service-genre-area .col::after {
    content: "";
    position: absolute;
    top: 44%;
    right: 10px;
    width: 38px;
    height: 38px;
    background: url(./assets/icon/arw.png) no-repeat;
    background-size: contain;
}

.service-genre-area .col img {
    position: relative;
    width: 100%;
}

.service-genre-area .genre {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 33px;
    letter-spacing: 4px;
    font-size: 28px;
    color: #fff;
}

.service-genre-area .genre-subttl {
    font-size: 18px;
    letter-spacing: 1px;
}

/* 企業情報 */
.cont-company {
    padding: 115px;
    background: url(./assets/top-2.jpg) no-repeat;
    background-size: cover;
    height: 550px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

.cont-company .ttllv2 {
    font-size: 32px;
    letter-spacing: 4px;
}

.cont-company .ttllv2 span {
    padding-bottom: 5px;
    font-size: 20px;
    letter-spacing: -1px;
    border-bottom: 2px solid #fff;
}

.cont-company p {
    margin-top: 65px;
    font-size: 20px;
}

.cont-company .column {
    width: 745px;
    margin: 0 auto;
    justify-content: space-between;
}

.cont-company a {
    margin-top: 55px;
    width: 326px;
    height: 65px;
    line-height: 65px;
    display: block;
    color: #fff;
    border: 2px solid #FFF;
    font-size: 20px;
}

/* お問い合わせ */
.cont-contact {
    position: relative;
    background-color: #EEEEEE;
    padding: 50px 0;
    text-align: center;
}

.cont-contact .ttllv2 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0px;
}

.cont-contact .ttllv2 span {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
}

.cont-contact .ttl-under-txt {
    margin-top: 16px;
    font-size: 18px;
}

.cont-contact .column {
    width: 896px;
    margin: 50px auto;
    justify-content: space-between;
}

.cont-contact .col {
    width: 422px;
    padding: 30px 0;
    background-color: #2A7E3A;
    color: #FFF;
}

.cont-contact .accept {
    font-size: 20px;
    line-height: 25px;
}

.cont-contact .accept span {
    font-size: 14px;
}

.cont-contact .tel {
    padding-left: 20px;
    position: relative;
    font-size: 35px;
}

.cont-contact .tel::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 95px;
    width: 23px;
    height: 32px;
    background: url(./assets/icon/tel.png)no-repeat;
    background-size: contain;
}

.cont-contact .form {
    display: block;
    margin: 15px auto 0;
    padding-left: 40px;
    position: relative;
    width: 314px;
    height: 63px;
    line-height: 63px;
    background-color: #FFF;
    color: #000;

}

.cont-contact .form::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50px;
    width: 37px;
    height: 26px;
    background: url(./assets/icon/mail.png)no-repeat;
    background-size: contain;
}

.txt-bar {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    font-size: 73px;
    font-weight: 900;
    color: #CFD8E2;
}

/* -------------------
footer
------------------ */
footer {
    margin-top: 100px;
    text-align: center;
}

footer .logo-subttl {
    margin-top: 20px;
    font-size: 16px;
}

footer .column {
    justify-content: center;
    margin-top: 30px;
}

footer .column a {
    position: relative;
    padding: 0 10px;
}

footer .column a::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #000;
}

footer .cpy {
    margin-top: 80px;
    padding: 20px 0;
    border-top: 1px solid #688D6F;
    color: #2A7E3A;
    font-size: 12px;
}


/* -------------------
下層service-index
------------------ */

.servise .servise-primary {
    text-align: center;
}

.servise .word-image {
    margin: 80px 0;
}

.servise .word2 {
    font-size: 26px;
}

.servise .word3 {
    width: 766px;
    margin: 40px auto 0;
    line-height: 33px;
    font-size: 18px;
    font-family: noto-sans-oriya, sans-serif;
}

.servise .ttllv2 {
    margin: 180px 0 70px;
    font-size: 25px;
    text-align: center;
    background-color: #2A7E3A;
}

.servise .ttllv2 .inner {
    padding: 5px;
    width: 700px;
    margin: 0 auto;
    line-height: 40px;
    background-color: #fff;
}

.servise .triangle {
    background: url(./assets/bg-service.png)no-repeat center;
    background-size: contain;
}

.servise .triangle .column {
    padding: 90px 0;
    justify-content: space-between;
}

.servise .triangle .col .ttllv3 {
    text-align: center;
    line-height: 35px;
    letter-spacing: -2px;
    font-size: 36px;
    font-weight: bold;
}

.servise .triangle .col .ttllv3 span {
    font-size: 19px;
    letter-spacing: 0;
}

.servise .triangle .col:nth-child(1) .ttllv3 {
    color: #E35064;
}

.servise .triangle .col:nth-child(2) .ttllv3 {
    color: #105DAB;
}

.servise .triangle .col:nth-child(3) .ttllv3 {
    color: #5AB46B;
}

.servise .triangle p {
    margin-top: 20px;
    width: 359px;
    line-height: 32px;
    font-size: 18px;
}

.low-service-genre .service-genre-area {
    margin-top: 100px;
    padding: 0;
    background: transparent;
}

/* -------------------
下層service-food
------------------ */
/* 事業内容下層共通部分 */
.service-common .desc {
    margin: 85px 0 140px;
}

.service-common .summary {
    width: 50%;
}

.service-common .desc .ttllv2 {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 40px;
    border-bottom: 2px solid #2A7E3A;
    color: #3B5774;
}

.service-common .desc span {
    color: #2A7E3A;
    font-size: 18px;

}

.service-common .summary .txt {
    width: 94%;
    line-height: 32px;
    font-size: 18px;
}

.service-common .side-pic {
    width: 50%;
}

/* 事業内容下層共通テーブル */
.service-common .desc2 {
    margin-top: 80px;
}

.service-common .desc2 .ttllv2 {
    position: relative;
    width: 145px;
    margin: 0 auto 30px;
    font-size: 24px;
}

.service-common .desc2 .ttllv2::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 170px;
    width: 105px;
    height: 2px;
    background-color: #2A7E3A;
}

.service-common .desc2 .ttllv2::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 170px;
    width: 105px;
    height: 2px;
    background-color: #2A7E3A;
}

.service-common .board1 .catch-ttl {
    padding: 15px 30px;
    color: #FFF;
    font-size: 22px;
    background-color: #2A7E3A;
}

.service-common .board1,
.service-common td,
.service-common th {
    border-collapse: collapse;
    width: 100%;
}

.service-common .board1 td,
.service-common .board1 th {
    padding: 15px 30px;
    width: 30px;
    height: 25px;
}

.service-common .board1 th {
    background: #DBEEDE;
    font-size: 19px;
}

.service-common .board1 td {
    background: #F9FCFA;
    font-size: 16px;
}

.service-common .board1 td li:nth-child(n+2) {
    margin-top: 14px;
}

.service-common .table2 {
    justify-content: space-between;
    margin-top: 90px;
}

.service-common .table2 table,
.service-common th {
    border-collapse: collapse;
    width: 48%;
}

/* 事業内容下層お問い合わせ */
.service-common .contact-here {
    margin-top: 75px;
}

.service-common .contact-here p {
    text-align: center;
    font-size: 18px;
}

.service-common .contact-here .column {
    width: 896px;
    margin: 50px auto;
    justify-content: space-between;
}

.service-common .contact-here .col {
    width: 422px;
    padding: 30px 0;
    background-color: #F3F2E6;
    color: #000;
}

.service-common .contact-here .accept {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.service-common .contact-here .accept span {
    font-size: 14px;
}

.service-common .contact-here .tel {
    padding-left: 20px;
    position: relative;
    font-size: 35px;
}

.service-common .contact-here .tel::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 95px;
    width: 23px;
    height: 32px;
    background: url(./assets/icon/tel-b.png)no-repeat;
    background-size: contain;
}

.service-common .contact-here .form {
    display: block;
    margin: 15px auto 0;
    padding-left: 40px;
    position: relative;
    width: 314px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    background-color: #FFF;
    color: #000;
}

.service-common .contact-here .form::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 45px;
    width: 37px;
    height: 26px;
    background: url(./assets/icon/mail2.png)no-repeat;
    background-size: contain;
}

/* -------------------
下層service-chemical
------------------ */
.servise-chemical .board1 .column {
    justify-content: space-between;
}

.servise-chemical .board1 .txt-area {
    width: 58%;
}

.servise-chemical .board1 .txt-area li {
    margin-left: 20px;
    list-style: disc;
}

.servise-chemical .board1 .pdf-area {
    text-align: right;
}

.servise-chemical .board1 .pdf-area a,
.servise-chemical .other-pdf a {
    display: inline-block;
    padding: 15px 50px 15px 25px;
    position: relative;
    font-size: 16px;
    border: 1px solid #2A7E3A;
    background-color: #FFF;
    color: #2A7E3A;
}

.servise-chemical .board1 .pdf-area a:nth-child(n+2),
.servise-chemical .other-pdf a:nth-child(n+2) {
    margin-top: 22px;
}

.servise-chemical .board1 .pdf-area a::before,
.servise-chemical .other-pdf a::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 37px;
    background: url(./assets/icon/pdf.png)no-repeat;
    background-size: contain;
}

.servise-chemical .other-pdf {
    margin-top: 45px;
	text-align: right;
}

/* -------------------
下層company
------------------ */
.company .column {
    margin: 110px 0 140px;
    justify-content: space-between;
}

.company .column .about-txt {
    position: relative;
    padding: 15px 55px;
    font-size: 20px;
    background-color: #4D749B;
    color: #FFF;
}

.company .column p::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 22px;
    height: 22px;
    background: url(./assets/icon/arw4.png)no-repeat;
    background-size: contain;
}

/* -------------------
下層company-greeting
------------------ */
.company-common .anchor-btn {
    justify-content: center;
    margin: 60px 0
}

.company-common .anchor-btn .col:first-child a {
    margin-left: 0;
}

.company-common .anchor-btn .col:last-child a {
    margin-right: 0;
}

.company-common .anchor-btn a {
    position: relative;
    display: block;
    margin: 0 20px;
    width: 303px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #2A7E3A;
    border: 1px solid #2A7E3A;
}

.company-common .anchor-btn a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(./assets/icon/arw5.png)no-repeat;
    background-size: contain;
}

.company-common .h2-head-ttl {
    line-height: 35px;
    text-align: center;
    font-size: 27px;
}

.company-common .h2-head-subttl {
    font-size: 16px;
    color: #2A7E3A;
}

.company-greeting .coment-area {
    margin: 60px 0 110px;
    padding-top: 40px;
}

.company-greeting .coment {
    margin-top: 50px;
    font-size: 18px;
}

.company-greeting .coment-txt {
    margin-top: 32px;
    line-height: 32px;
}

.company-greeting .president-name {
    margin-top: 20px;
    text-align: right;
    font-size: 27px;
}

.company-greeting .president-name span {
    font-size: 18px;
}

.h2-head-ttlno2 {
    line-height: 40px;
    font-size: 38px;
    border-bottom: 2px solid #2A7E3A;
}

.h2-head-subttlno2 {
    font-size: 18px;
    color: #2A7E3A;
}

.histry-area {
    padding-top: 40px;
}

.histry-graph {
    margin: 55px 0 110px;
}

.histry-date {
    position: relative;
    width: 180px;
    font-size: 18px;
    font-weight: bold;
}

.histry-date::after {
    content: "";
    position: absolute;
    top: 16px;
    right: -9px;
    width: 15px;
    height: 15px;
    background-color: #2A7E3A;
    border-radius: 50%;
}

.history-txt {
    padding: 7px 0 29px 65px;
    letter-spacing: 1px;
    line-height: 32px;
    border-left: 3px solid #DCDBDB;
}

.histry-graph tr:last-child .history-txt {
    padding-bottom: 10px;
}

/* -------------------
下層company-about
------------------ */
.company-about .store-area {
    margin-top: 60px;
    padding-top: 40px;
}

.company-about .store {
    margin-top: 60px;
}

.company-about .store .column {
    justify-content: space-between;
}

.company-about .store-info {
    margin-top: 23px;
}

.company-about .store-name {
    font-size: 20px;
    font-weight: bold;
}

.company-about .store-address {
    margin: 20px 0;
    line-height: 30px;
    font-size: 18px;
}

.company-about .store-contact {
    font-size: 18px;
}

.company-about .health-logo {
    margin-top: 2em;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #9D9F9D;
}

.company-detail tr {
    border-bottom: 1px solid #9D9F9D;
}

.company-detail-head {
    position: relative;
    width: 284px;
    font-size: 18px;
    font-weight: bold;
}

.company-detail-head::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 249px;
    height: 2px;
    background-color: #2A7E3A;
}

.company-detail-txt {
    padding: 28px;
    line-height: 32px;
    font-size: 18px;

}

.company-detail tr:last-child .company-detail-txt {
    display: flex;
    flex-wrap: wrap;
    text-decoration: underline;
}

.company-detail tr:last-child .company-detail-txt p {
    margin-right: 20px;
}

.group-company-area {
    margin-top: 140px;
    padding-top: 40px;
}

.group-company-area ul {
    margin: 45px 0 120px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    column-gap: 20px;
}

.group-company-list {
    height: fit-content;
    padding: 5px 15px;
    border-left: 2px solid #2A7E3A;
}

.group-company-name {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.group-company-detail {
    line-height: 32px;
    margin-top: 22px;
}

.group-company-pdf {
    display: inline-block;
    position: relative;
    margin-top: 22px;
    font-size: 18px;
    color: #2A7E3A;
    text-decoration: underline;
}

.group-company-pdf::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -43px;
    width: 26px;
    height: 26px;
    background: url(./assets/icon/pdf.png)no-repeat;
    background-size: contain;
}

/* -------------------
下層recruit
------------------ */
.recruit-h2-ttl {
    padding-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #9D9F9D;
}
.contact .wpcf7-submit{
    display: block;
    margin: 62px auto 0;
    width: 308px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background-color: #2A7E3A;
}
.recruit .anchor-btn {
    justify-content: center;
    margin: 60px 0
}

.recruit .anchor-btn .col:first-child a {
    margin-left: 0;
}

.recruit .anchor-btn .col:last-child a {
    margin-right: 0;
}

.recruit .anchor-btn a {
    position: relative;
    display: block;
    margin: 0 20px;
    width: 303px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #2A7E3A;
    border: 1px solid #2A7E3A;
}

.recruit .anchor-btn a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(./assets/icon/arw5.png)no-repeat;
    background-size: contain;
}

.job-desc {
    padding-top: 40px;
}

.recruit-detail tr {
    border-bottom: 1px solid #9D9F9D;
}

.recruit-detail-head {
    position: relative;
    width: 284px;
    font-size: 18px;
    font-weight: bold;
}

.recruit-detail-head::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 249px;
    height: 2px;
    background-color: #2A7E3A;
}

.recruit-detail-txt {
    width: 77%;
    padding: 28px;
    line-height: 32px;
    font-size: 18px;

}

.company-detail tr:last-child .recruit-detail-txt {
    display: flex;
    flex-wrap: wrap;
    text-decoration: underline;
}

.company-detail tr:last-child .recruit-detail-txt {
    margin-right: 20px;
}

.recruit-detail-txt .bold {
    font-weight: bold;
}

.recruit-detail-txt .left {
    margin-left: 20px;
}

.recruit-detail-txt strong {
    display: inline-block;
    line-height: 24px;
    font-size: 18px;
    color: #D81111;
}

.recruit-detail-txt .course li:nth-child(n+2) {
    margin-top: 20px;
}

.recruit-detail-txt li span {
    font-weight: normal;
}

.benefits {
    margin-top: 70px;
    padding-top: 40px;
}

.benefits li {
    list-style: none;
}

.col2-btn {
    justify-content: center;
    margin: 100px 0
}

.col2-btn .col:first-child a {
    margin-left: 0;
}

.col2-btn .col:last-child a {
    margin-right: 0;
}

.col2-btn a {
    position: relative;
    display: block;
    margin: 0 40px;
    width: 424px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #2A7E3A;
    border: 1px solid #2A7E3A;
}

.col2-btn .icon-pdf::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 17px;
    width: 33px;
    height: 36px;
    background: url(./assets/icon/pdf.png)no-repeat;
    background-size: contain;
}

.col2-btn .arw::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 26px;
    height: 26px;
    background: url(./assets/icon/arw3.png)no-repeat;
    background-size: contain;
}
@media screen and (max-width: 700px) {
    .col2-btn .arw::after {
        top: 22px;
        width: 15px;
    }
}

/* -------------------
下層contact-index
------------------ */
.contact .inner {
    text-align: center;
}

.contguid-txt1 {
    margin-top: 76px;
}

.contguid-txt2 {
    margin-top: 47px;
    line-height: 31px;
}

.contact-tel {
    width: 300px;
    margin: 11px auto;
    position: relative;
    font-size: 40px;
    font-weight: bold;
}

.contact-tel::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 23px;
    height: 34px;
    background: url(./assets/icon/tel-b.png)no-repeat;
    background-size: contain;
}

.contact .col2-btn {
    margin: 55px 0;
}

.contact .txtlink {
    text-decoration: underline;
}

/* -------------------
下層saiyou
------------------ */
.contact-preface-lv2 {
    margin-top: 70px;
    font-size: 22px;
    text-decoration: underline;
}

.contact-preface .notdecided {
    margin-top: 30px;
    color: #D81111;
}

.contact-preface .description {
    margin-top: 25px;
    line-height: 32px;
}

.attention-area {
    width: 750px;
    margin: 25px auto;
    padding: 10px 25px;
    text-align: left;
    border: 5px solid #CFD8E2;
}

.attention-area ul {
    margin-top: 13px;
}

.attention-area-li {
    margin-left: 20px;
    list-style: disc;
    font-size: 15px;
}

.attention-area-li:last-child {
    margin-top: 3px;
    color: #D81111;
}

.contact-form {
    text-align: left;
    margin: 50px auto 100px;
    padding: 23px 225px;
    border-radius: 10px;
}

.contact-label {
    display: inline-block;
    margin-left: 4px;
    letter-spacing: 1px;
}

.contact-label:nth-child(n+2) {
    margin-top: 35px;
}

.contact-label .must {
    display: inline-block;
    margin-left: 16px;
    width: 58px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #FF0000;
}

.contact-form input,
textarea {
    width: 100%;
    margin: 1% 0;
    padding: 20px 15px;
    line-height: 1.5;
    border: 1px solid #B9B6B6;
    background-color: #fff;
    color: #333;
    font-size: 20px;
}

.checkbox-area input {
    margin: 5px;
    border: 1px solid #707070;
    width: 18px;
    height: 18px;
}

.checkbox-area {
    width: fit-content;
    margin: 30px auto 0;
    font-size: 1rem;
}

.checkbox-area .inner {
    align-items: center;
    display: flex;
}

.checkbox {
    display: inline-block;
}

.contact-form a {
    display: block;
    margin: 62px auto 0;
    width: 308px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background-color: #2A7E3A;
}
.entnk {
    width: 500px;
    margin: 10% auto;
    text-align: center;
}

.entnk p {
    margin-bottom: 30px;
}
/* -------------------
下層privacy
------------------ */
.privacy-deside {
    width: 747px;
    margin: 55px auto 100px;
    line-height: 28px;
    font-size: 16px;
}

.privacy-deside .privacy-head {
    padding-top: 40px;
    font-weight: bold;
}

.privacy-deside .privacy-disc {
    padding-top: 15px;
}

.privacy-deside .last {
    margin-top: 60px;
}

.contactck{
    width: 600px;
    margin: 4% auto;
}
@media screen and (max-width:700px) {
    .contactck{
        width: 100%;
        margin: 4% auto;
    }
}

.contactck .enter{
    display: flex;
}
.contactck .select{
    margin-right: 20px;
}
.to-btn-bg{
    display: block;
    margin: 0 auto;
    padding: 20px 130px;
    background: #2A7E3A;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 5px;
}
.wpcf7-previous{
    padding: 7px 30px;
}
.wpcf7{
    background: #efefef;
    padding: 50px;
    border-radius: 5px;
    line-height: 2.5;
}
@media screen and (max-width:700px){
    .wpcf7{
        padding: 0;
    }
}
.contactck .contact{
    text-align: center;
}
@media screen and (max-width:700px) {
    .contactck{
        width: 100%;
        margin: 4% auto;
    }
    .contactck .contact{
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 30px 0px;
    }
    .entnk {
        width: 90%;
        margin: 20% auto 0;
    }
}
.attention{
    font-weight: bold;
    font-size: 20px;
}
.contactck .btn-area{
    margin-top: 30px;
    cursor: pointer;
}
/* -----------------------
-----------------------
sp
-----------------------
----------------------- */

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

    .forSP {
        display: block;
    }

    body {
        height: 100%;
    }

    /* パンくず */
    .breadCrumbs {
        width: auto;
        margin: 10px auto 10px 15px;
    }

    .breadCrumbs li a {
        font-size: 12px;
    }

    /* 下層ttl */
    .common-wrap {
        width: auto;
        margin: 30px auto;
    }


    /* -------------------
sp-header
------------------ */
    /*========= ナビゲーションのためのCSS ===============*/
    header .inner {
        width: auto;
        display: block;
    }

    .head-logo {
        position: relative;
        height: 80px;
        margin: 0 0 0 15px;
    }

    header li {
        text-align: left;
    }

    /* -------------------
sp-main
------------------ */
    .mv {
        background: url(./assets/top-mv-sp.jpg) no-repeat;
        background-size: cover;
        height: 644px;
    }

    .mv .inner {
        width: auto;
    }

    .mv .mv-ttl {
        position: absolute;
        top: 460px;
        right: 15px;
        font-size: 30px;
    }

    .mv .mv-subttl {
        font-size: 13px;
    }

    .cont-service {
        margin: 40px auto 0;
    }

    .cont-service .wrap {
        width: auto;
        position: unset;
        margin-bottom: 70px;
    }

    .cont-service-group {
        position: relative;
    }

    .cont-service-group .ttllv2 {
        position: absolute;
        bottom: 20px;
        width: 82%;
        padding: 15px 15px 0px;
        letter-spacing: -3px;
        font-size: 42px;
        color: #2A7E3A;
        background-color: #FFF;
    }

    .cont-service-group .subttl {
        padding-left: 15px;
        letter-spacing: 0;
        font-size: 21px;
        color: #000;
    }

    .cont-service-txt {
        margin: 0 10px 70px;
    }

    .cont-service .service-genre-area {
        padding: 0 0 70px;
    }

    .servise-sp .more-btn {
        position: relative;
        display: block;
        margin-left: 15px;
        padding-right: 50px;
        width: 267px;
        height: 79px;
        line-height: 79px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        background-color: #2A7E3A;
    }

    .servise-sp .more-btn::after {
        content: "";
        position: absolute;
        top: 30px;
        right: 70px;
        width: 54px;
        height: 16px;
        background: url(./assets/icon/arw2.png)no-repeat;
        background-size: contain;
    }

    .low-service-genre .service-genre-area {
        margin: 50px 0;
        padding: 55px 0;
        background: transparent;
        background-color: #E6EFE6;
    }

    .service-genre-area .column {
        display: block;
        width: auto;
    }

    .service-genre-area .col:nth-child(n+2) {
        margin-top: 50px;
    }

    .cont-company {
        padding: 100px 0 0;
        background: url(./assets/top-2-sp.jpg) no-repeat;
        background-size: cover;
    }

    .cont-company p {
        margin: 25px 0 50px;
    }

    .cont-company .column {
        display: block;
        width: 326px;
    }

    .cont-company a {
        margin-top: 20px;
    }

    .cont-contact {
        padding: 30px 0;
    }

    .cont-contact .ttllv2 {
        line-height: 35px;
    }

    .cont-contact .ttl-under-txt {
        margin-top: 15px;
        font-size: 14px;
        line-height: 30px;
    }

    .cont-contact .column {
        display: block;
        width: 90%;
        margin-bottom: 100px;
    }

    .cont-contact .col {
        width: auto;
        padding: 20px 0;
    }

    .cont-contact .tel::before {
        top: 15px;
        left: 50px;
        width: 20px;
        height: 29px;
    }

    .cont-contact .col:nth-child(n+2) {
        margin-top: 25px;
    }

    .cont-contact .form {
        margin: 10px auto 0;
    }

    .txt-bar {
        bottom: -105px;
        line-height: 70px;
        font-size: 53px;
        letter-spacing: -3px;
    }

    footer {
        margin-top: 135px;
    }

    footer .logo-subttl {
        margin-top: 15px;
    }

    footer .column a {
        font-size: 14px;
    }

    footer .column:nth-child(n+2) {
        margin-top: 5px;
    }

    footer .column a::after {
        height: 15px;
    }

    footer .column li:last-child a::after {
        content: none;

    }

    footer .cpy {
        margin-top: 40px;
    }

    /* -------------------
下層service-index-sp
------------------ */
    .servise {
        margin: 35px 0 50px;
    }

    .servise .word-image {
        margin: 30px 0 60px;
    }

    .servise .word2 {
        font-size: 16px;
    }

    .servise .word3 {
        width: 86%;
        margin: 45px auto 0;
        line-height: 25px;
        font-size: 14px;
        text-align: left;
    }

    .servise .ttllv2 {
        margin: 65px 0 10px;
        font-size: 14px;
    }

    .servise .ttllv2 .inner {
        padding: 10px 0;
        width: 85%;
        line-height: 30px;
        letter-spacing: -0.7px;
    }

    .servise .triangle {
        width: 90%;
        margin: 0 auto;
        background: url(./assets/bg-service-sp.png) no-repeat center;
        background-size: contain;
    }

    .servise .triangle .column {
        display: block;
        padding: 40px 0;
    }

    .servise .triangle .col:nth-child(n+2) {
        margin-top: 30px;
    }

    .servise .triangle .col .ttllv3 {
        line-height: 35px;
        letter-spacing: 0;
        font-size: 30px;
    }

    .servise .triangle .col .ttllv3 span {
        font-size: 16px;
    }

    .servise .triangle p {
        margin: 20px auto;
        width: 86%;
        line-height: 25px;
        font-size: 14px;
    }

    /* -------------------
下層service-food-sp
------------------ */
    .service-common .desc {
        display: block;
        margin: 70px 0 100px;
    }

    .service-common .summary {
        width: 94%;
        margin: 0 auto;
    }

    .service-common .side-pic {
        width: auto;
        margin-top: 40px;
    }

    .service-common .desc .ttllv2 {
        margin-bottom: 20px;
    }

    .service-common .summary .txt {
        width: auto;
    }

    .service-common .desc2 {
        width: 96%;
        margin: 80px auto 0;
    }

    .service-common .desc2 .ttllv2::before,
    .service-common .desc2 .ttllv2::after {
        width: 80px;
    }

    .service-common .table2 {
        display: block;
        margin-top: 65px;
    }

    .service-common .table2 .board1,
    th {
        width: 100%;
    }

    .service-common .table2 .board1:nth-child(n+2) {
        margin-top: 40px;
    }

    .service-common .contact-here {
        margin-top: 58px;
    }

    .service-common .contact-here p {
        font-size: 16px;
    }

    .service-common .contact-here .column {
        display: block;
        width: auto;
        margin: 50px auto 70px
    }

    .service-common .contact-here .col {
        width: 92%;
        margin: 0 auto;
    }

    .service-common .contact-here .tel::before {
        top: 15px;
        left: 60px;
        width: 20px;
        height: 29px;
    }

    .service-common .contact-here .col:nth-child(n+2) {
        margin-top: 10px;
    }

    .service-common .contact-here .form {
        width: 310px;
    }

    /* -------------------
下層service-chemical-sp
------------------ */
    .servise-chemical .board1 .column {
        display: block;
    }

    .servise-chemical .board1 .txt-area {
        width: auto;
    }

    .servise-chemical .board1 .pdf-area {
        margin-top: 40px;
    }

    .servise-chemical .board1 td,
    .servise-chemical .board1 th {
        padding: 15px;
    }

    .servise-chemical .board1 .pdf-area a,
    .servise-chemical .other-pdf a {
        padding: 17px 45px 17px 25px;
        font-size: 12px;
    }

    .servise-chemical .board1 .pdf-area a::before,
    .servise-chemical .other-pdf a::before {
        width: 27px;
        height: 34px;
    }

    .servise-chemical .other-pdf {
        text-align: right;
    }

    /* -------------------
下層company-sp
------------------ */
    .company-common .inner {
        width: auto;
    }

    .company .column {
        width: 96%;
        display: block;
        margin: 70px auto;
        justify-content: space-between;
    }

    .company .col:nth-child(n+2) {
        margin-top: 30px;
    }

    /* -------------------
下層company-greeting-sp
------------------ */
    .company-common .anchor-btn {
        display: block;
    }

    .company-common .anchor-btn a {
        margin: 0 auto;
    }

    .company-common .anchor-btn .col:first-child a {
        margin-left: auto;
    }

    .company-common .anchor-btn .col:last-child a {
        margin: 20px auto;
    }

    .company-common .anchor-btn {
        margin: 60px 0 0;
    }

    .company-greeting .coment-area {
        margin: 40px 0 100px;
    }

    .company-greeting .coment {
        width: 90%;
        margin: 45px auto;
        font-size: 14px;
        letter-spacing: -0.7px;
    }

    .company-greeting .coment-txt {
        margin-top: 20px;
        line-height: 25px;
    }

    .company-greeting .president-name {
        margin-top: 15px;
    }

    .histry-area {
        width: 90%;
        margin: 0 auto;
    }

    .histry-graph {
        margin: 30px 0 80px 8px;
    }

    .histry-graph tr {
        border-left: 3px solid #DCDBDB;
    }

    .histry-date {
        margin-left: 20px;
        font-size: 15px;
        float: left;
    }

    .histry-date::after {
        top: 4px;
        left: -29px;
    }

    .history-txt {
        padding: 7px 0 19px 0px;
        margin-left: 20px;
        letter-spacing: 1px;
        line-height: 18px;
        border-left: none;
        float: left;
        font-size: 15px;
    }

    /* -------------------
下層company-about-sp
------------------ */
    .company-about .store-area {
        margin-top: 30px;
    }

    .company-about .store {
        margin-top: 30px;
    }

    .company-about .store .column {
        display: block;
        width: 98%;
        margin: 0 auto;
    }

    .store-list:nth-child(n+2) {
        margin-top: 57px;
    }

    .store-image img {
        width: 100%;
    }

    .company-about .store-info {
        width: 94%;
        margin: 18px auto;
    }

    .company-about .store-address {
        line-height: 27px;
    }

    .company-about .health-logo {
        margin-top: 55px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .company-detail {
        width: 90%;
        margin: 40px auto 0;
    }

    .company-detail tr {
        border-bottom: none;
    }

    .company-detail-head {
        width: 100%;
        padding-bottom: 3px;
        font-size: 16px;
        float: left;
        border-bottom: 1px solid #9D9F9D;
    }

    .company-detail-head::before {
        width: 35%;
    }

    .company-detail-txt {
        padding: 7px 0 23px;
        line-height: 26px;
        font-size: 16px;
        float: left;
    }

    .group-company-area {
        width: 88%;
        margin: 25px auto;
    }

    .group-company-area ul {
        display: block;
    }

    .group-company-list {
        padding: 5px 0 5px 15px;
    }

    .group-company-list:nth-child(n+2) {
        margin-top: 30px;
    }

    .group-company-name {
        font-size: 15px;
    }

    .group-company-detail {
        font-size: 15px;
    }

    .group-company-pdf {
        display: inline-block;
        position: relative;
        margin-top: 3px;
        font-size: 18px;
        color: #2A7E3A;
        text-decoration: underline;
    }

    /* -------------------
下層recruit-sp
------------------ */
    .recruit .anchor-btn {
        display: block;
    }

    .recruit .anchor-btn a {
        margin: 0 auto;
    }

    .recruit .anchor-btn .col:first-child a {
        margin-left: auto;
    }

    .recruit .anchor-btn .col:last-child a {
        margin: 20px auto;
    }

    .recruit .anchor-btn {
        margin: 60px 0 0;
    }

    .job-desc,
    .benefits {
        width: 90%;
        margin: 0 auto;
    }

    .recruit-detail {
        margin: 10px auto 0;
    }

    .recruit-detail tr {
        border-bottom: none;
    }

    .recruit-detail-head {
        width: 100%;
        padding-bottom: 3px;
        font-size: 16px;
        float: left;
        border-bottom: 1px solid #9D9F9D;
    }

    .recruit-detail-head::before {
        width: 35%;
    }

    .recruit-detail-txt {
        width: 100%;
        padding: 7px 0 23px;
        line-height: 26px;
        font-size: 16px;
        float: left;
    }

    .recruit-detail-txt strong {
        font-size: 15px;
    }

    .benefits {
        margin-top: 15px;
    }

    .col2-btn {
        display: block;
        margin: 30px 0 60px;
    }

    .col2-btn a {
        width: 320px;
        margin: 0 auto;
        font-size: 16px;
    }

    .col2-btn .col:first-child a {
        margin-left: auto;
    }

    .col2-btn .col:last-child a {
        margin: 20px auto;
    }

    /* -------------------
下層contact-index-sp
------------------ */
    .contact .inner {
        margin-bottom: 90px;
    }

    .contguid-txt1 {
        margin-top: 60px;
        font-size: 15px;
    }

    .contguid-txt2 {
        margin-top: 20px;
        font-size: 15px;
    }

    /* -------------------
下層saiyou
------------------ */
    .contact-preface {
        width: 94%;
        margin: 0 auto;
    }

    .attention-area {
        width: 94%;
        padding: 10px 15px;
    }

    .contact-form {
        width: 90%;
        margin: 20px auto 50px;
        padding: 25px 0;
    }

    .contact-label {
        margin-left: 0;
        letter-spacing: 0;
    }

    .contact-form input,
    textarea {
        margin: 2% 0;
        font-size: 18px;
    }

    .contact-form .fs-s {
        font-size: 15px;
    }

    /* -------------------
下層privacy-sp
------------------ */
    .privacy-deside {
        width: 90%;
        margin: 60px auto 100px;
    }


}

@media only screen and (max-width: 330px) {
    .head-logo {
        max-width: 200px;
        height: 70px;
    }

    .cont-service-group .subttl {
        padding-left: 8px;
        font-size: 16px;
    }

    .cont-company .column {
        width: 300px;
    }

    .cont-company a {
        width: 300px;
    }

    .cont-company p {
        width: 90%;
        margin: 25px auto 50px;
    }

    .cont-contact .tel::before {
        left: 40px;
    }

    .cont-contact .form::before {
        left: 25px;
    }

    .cont-contact .form {
        width: 260px;
    }

    .txt-bar {
        font-size: 45px;
    }

    .service-common .desc2 .ttllv2::before,
    .service-common .desc2 .ttllv2::after {
        width: 56px;
    }

    .service-common .contact-here .tel::before {
        left: 40px;
    }

    .service-common .contact-here .form {
        width: 270px;
    }

    .service-common .contact-here .form::before {
        top: 22px;
        left: 31px;
        width: 32px;
        height: 22px;
    }

    .col2-btn a {
        width: 100%;
    }

    .col2-btn .icon-pdf::after {
        top: 15px;
        right: 17px;
        width: 25px;
        height: 30px;
    }

    .col2-btn .arw::after {
        top: 21px;
        right: 5px;
        width: 17px;
        height: 17px;
    }

    .contact-form a {
        width: auto;
    }



}