@charset "UTF-8";

:root {
    --contents-padding-width: 48px;/* コンテンツ パディング　合計 */
}

/*---------------- 共通 */
main.contents {
    padding-top: 54px;
}
main.contents .contWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

@media all and (max-width: 834px) {

    main.contents {
        padding-top: 57px;
    }

}


/*---------------------------------------
    about
---------------------------------------*/
.about {
    padding: 150px 0 0;
}
.about .sec01 {
    position: relative;
    padding: 0 40px;
    margin-bottom: 143px;
}
.about .sec01 .headline02 {
    margin-bottom: 61px;
}
.about .sec01 .headline02 .txt {
}
.about .sec01 .textBox {
    max-width: 874px;
    margin: 0 auto;
    padding: 61px 111px 65px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    box-sizing: border-box;
}
.about .sec01 .textBox .pTxt {
    line-height: 2.2;
}
.about .sec01 .bg-img {
    position: absolute;
    top: 11px;
    left: calc(50% + 396px);
    width: 411px;
    transform: translateX(-50%);
    z-index: -1;
}

.about .sec02 {
    margin-bottom: 147px;
}
.about .sec02 .flexBox {
    justify-content: center;
    align-items: flex-start;
}
.about .sec02 .leftBox {
    width: 422px;
}
.about .sec02 .leftBox .headline02 {
    padding-bottom: 33px;
}
.about .sec02 .rightBox {
    width: 502px;
    margin-left: 41px;
}
.about .sec02 .rightBox .pTxt {
    line-height: 2.2;
}

.about .sec03 {
    position: relative;
    margin-bottom: 224px;
    padding: 87px 0 162px;
    /*background: rgba(255,255,255,0.7);*/
}
.about .sec03 .headline02 {
    margin-bottom: 42px;
}
.about .sec03 .pTxt {
    position: relative;
    width: 655px;
    margin: 0 auto;
    line-height: 2.2;
    z-index: 1;
}
.about .sec03 .bg-img {
    position: absolute;
    bottom: -163px;
    left: calc(50% + 313px);
    transform: translateX(-50%);
    width: 443px;
}

.about .sec04 {
    position: relative;
    padding: 0 40px;
}
.about .sec04 .inBox {
    position: relative;
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 103px;
    padding: 87px 96px 81px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0px 12px rgba(0,0,0,0.2);
}
.about .sec04 .headline02 {
    margin-bottom: 14px;
}
.about .sec04 .headline02 .en {
    text-align: center;
}
.about .sec04 .headline02 .min {
    display: block;
    margin-top: 10px;
    font-size: 2.6rem;
}
.about .sec04 .pTxt {
    margin-bottom: 35px;
    text-align: center;
}
.about .sec04 .valueUl {
    max-width: 884px;
    margin: 0 auto;
    border-top: 1px solid #000;
}
.about .sec04 .valueUl li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 36px 15px;
    border-bottom: 1px solid #000;
}
.about .sec04 .valueUl li .ttlBox {
    width: 307px;
}
.about .sec04 .valueUl li .ttlBox .title .en {
    font-family: "Poppins", sans-serif;
    font-size: 3.4rem;
}
.about .sec04 .valueUl li .ttlBox .title .min {
    display: block;
    margin-top: 15px;
    font-size: 1.7rem;
    font-weight: 400;
}
.about .sec04 .valueUl li .textBox {
    width: calc(100% - 218px);
}
.about .sec04 .valueUl li .textBox .txt {
    line-height: 2;
}

.about .sec05 {
    margin-bottom: 132px;
}
.about .sec05 .inBox {
}
.about .sec05 .headline02 {
    margin-bottom: 50px;
}
.about .sec05 .headline02 .txt {
}
.about .sec05 .flexBox {
    justify-content: center;
    align-items: flex-start;
}
.about .sec05 .flexBox .textBox {
    width: 528px;
    margin-right: 80px;
}
.about .sec05 .flexBox .textBox .pTxt {
    font-size: 1.6rem;
}
.about .sec05 .flexBox .textBox .name {
    margin-top: 25px;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: right;
}
.about .sec05 .flexBox .textBox .name .min {
    font-size: 1.8rem;
}
.about .sec05 .flexBox .imgBox {
    position: relative;
    width: 335px;
}
.about .sec05 .flexBox .imgBox img.img {
    width: 100%;
    z-index: 1;
}
.about .sec05 .flexBox .imgBox img.bg {
    position: absolute;
    top: 50px;
    left: 32px;
    width: 100%;
    z-index: -1;
}

.about .sec06 {
    position: relative;
    padding: 0 40px;
}
.about .sec06 .inBox {
    position: relative;
    max-width: 1014px;
    margin: 0 auto 240px;
    padding: 59px 82px 88px;
    background: #fff;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0 0px 12px rgba(0,0,0,0.2);
}
.about .sec06 .historyBox {
}
.about .sec06 .historyBox .ttl {
    margin-bottom: 33px;
    font-size: 3rem;
    text-align: center;
}
.about .sec06 .historyBox .ttl .min {
    font-size: 2rem;
}
.about .sec06 .historyBox .historyWrap {
}
.about .sec06 .historyBox .historyUl {
    max-width: 944px;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.about .sec06 .historyBox .historyUl li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 29px 43px;
    border-bottom: 1px solid #D6D6D6;
    font-size: 1.9rem;
}
.about .sec06 .historyBox .historyUl li .year {
    width: 89px;
}



@media all and (max-width: 834px) {
    .about {
        padding: 73px 0 0;
    }
    .about .sec01 {
        margin-bottom: 0;
        padding: 0 3%;
    }
    .about .sec01 .headline02 {
        margin-bottom: 80px;
    }
    .about .sec01 .textBox {
        width: 100%;
        padding: 35px 6% 45px;
    }
    .about .sec01 .bg-img {
        top: 83px;
        left: calc(50% + 116px);
        width: 65%;
        transform: translateX(-50%);
    }

    .about .sec02 {
        margin: -34px 0 83px;
    }
    .about .sec02 .flexBox {
        justify-content: center;
        align-items: flex-start;
    }
    .about .sec02 .leftBox {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .about .sec02 .leftBox .headline02 {
        order: 2;
        margin: 0 auto;
        padding-bottom: 26px;
    }
    .about .sec02 .leftBox .img {
        order: 1;
        width: 72%;
        margin: 0 0 68px -7%;
    }
    .about .sec02 .rightBox {
        width: 88%;
        margin: 0 auto;
    }

    .about .sec03 {
        margin-bottom: 167px;
        padding: 0 0 115px;
    }
    .about .sec03 .headline02 {
        margin-bottom: 26px;
    }
    .about .sec03 .pTxt {
        width: 88%;
        margin: 0 auto;
        z-index: 1;
    }
    .about .sec03 .bg-img {
        bottom: -128px;
        left: calc(50% + 55px);
        transform: translateX(-50%);
        width: 85%;
    }

    .about .sec04 {
        padding: 0 5%;
    }
    .about .sec04 .inBox {
        margin-bottom: 42px;
        padding: 49px 5% 59px;
    }
    .about .sec04 .headline02 {
        margin-bottom: 20px;
    }
    .about .sec04 .headline02 .en {
        text-align: center;
    }
    .about .sec04 .headline02 .min {
        display: block;
        margin-top: 10px;
        font-size: 2.2rem;
    }
    .about .sec04 .pTxt {
        margin-bottom: 32px;
        text-align: center;
    }
    .about .sec04 .valueUl {
        width: 100%;
    }
    .about .sec04 .valueUl li {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 33px 2%;
    }
    .about .sec04 .valueUl li .ttlBox {
        width: 100%;
    }
    .about .sec04 .valueUl li .ttlBox .title {
        margin-bottom: 22px;
    }
    .about .sec04 .valueUl li .ttlBox .title .en {
        font-size: 3.1rem;
    }
    .about .sec04 .valueUl li .ttlBox .title .min {
        margin-top: 12px;
        font-size: 1.6rem;
    }
    .about .sec04 .valueUl li .textBox {
        width: 100%;
    }
    .about .sec04 .valueUl li .textBox .txt {
        font-size: 1.4rem;
        line-height: 2;
        text-align: justify;
    }

    .about .sec05 {
        margin-bottom: 132px;
    }
    .about .sec05 .headline02 {
        margin-bottom: 50px;
    }
    .about .sec05 .headline02 .txt {
    }
    .about .sec05 .flexBox {
        justify-content: center;
        align-items: flex-start;
    }
    .about .sec05 .flexBox .textBox {
        width: 88%;
        margin: 0 auto;
    }
    .about .sec05 .flexBox .textBox .pTxt {
        font-size: 1.6rem;
    }
    .about .sec05 .flexBox .textBox .name {
        margin-top: 25px;
        font-size: 2.5rem;
        text-align: right;
    }
    .about .sec05 .flexBox .textBox .name .min {
        font-size: 1.6rem;
    }
    .about .sec05 .flexBox .imgBox {
        width: 69%;
        margin: 49px auto 0;
    }
    .about .sec05 .flexBox .imgBox img.img {
        width: 100%;
        z-index: 1;
    }
    .about .sec05 .flexBox .imgBox img.bg {
        top: 43px;
        left: 27px;
    }

    .about .sec06 {
        padding: 0 5%;
    }
    .about .sec06 .inBox {
        margin-bottom: 89px;
        padding: 53px 5% 46px;
    }
    .about .sec06 .historyBox .ttl {
        margin-bottom: 31px;
        font-size: 2.4rem;
        text-align: center;
    }
    .about .sec06 .historyBox .ttl .min {
        font-size: 1.8rem;
    }
    .about .sec06 .historyBox .historyUl {
        width: 100%;
    }
    .about .sec06 .historyBox .historyUl li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px 5% 20px 2%;
        font-size: 1.4rem;
    }
    .about .sec06 .historyBox .historyUl li .year {
        width: 99px;
        font-size: 1.4rem;
    }
    .about .sec06 .historyBox .historyUl li .txt {
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.4;
        text-align: justify;
    }
}



/*---------------------------------------
    business
---------------------------------------*/
.business {
    padding: 72px 0 36px;
}
.business .headline02 {
    margin-bottom: 90px;
}
.business .ankerBox {
}
.business .ankerBox .ankerUl {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.business .ankerBox .ankerUl li {
    margin: 0 2px;
}
.business .ankerBox .ankerUl li a {
    display: block;
    width: 186px;
    padding: 14px 0;
    background: #28733C;
    border-radius: 7px 7px 0 0;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

.business .sec01 .conBox {
    position: relative;
    margin: 0 0 124px 48px;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
}
.business .sec01 .conWrap {
    max-width: 775px;
    margin: 0 auto;
    padding: 100px 128px 122px 80px;
}


.business .sec01 .conWrap .img-ab {
    position: absolute;
    top: 0;
    left: 0;
    width: 490px;
}
.business .sec01 .conWrap .head.headline02 {
    margin-bottom: 56px;
    font-size: 2.8rem;
    line-height: 1.4;
}
.business .sec01 .conWrap .head.headline02:before {
    width: 179px;
}
.business .sec01 .conWrap .head .min {
    font-size: 2rem;
}
.business .sec01 .conWrap .textBox {
    position: relative;
    margin-bottom: 70px;
}
.business .sec01 .conWrap .textBox.w01 {
    max-width: 813px;
    margin: 0 auto 68px;
}
.business .sec01 .conWrap .textBox .ttl {
    margin-bottom: 17px;
    font-size: 2.6rem;
    text-align: justify;
    line-height: 1.6;
}
.business .sec01 .conWrap .textBox .ttl .min {
    display: block;
    font-size: 2rem;
}
.business .sec01 .conWrap .textBox .pTxt {
    margin-bottom: 16px;
}
.business .sec01 .conWrap .textBox .pTxt:last-of-type {
    margin-bottom: 0;
}
.business .sec01 .conWrap .textBox .listUl {
    margin-bottom: 16px;
}
.business .sec01 .conWrap .textBox .listUl li {
    margin-bottom: 6px;
    line-height: 1.6;
}
.business .sec01 .conWrap .textBox .listUl li:last-child {
    margin-bottom: 0;
}
.business .sec01 .conWrap .flexBox {
    width: calc(100% + 140px*2);
    margin: 76px 0 0 -140px;
}
.business .sec01 .conWrap .flexBox img {
    width: calc(100% / 3);
}

.business .sec01 .conWrap .contactWrap {
    text-align: center;
}
.business .sec01 .conWrap .contactWrap .headline02 {
    margin-bottom: 25px;
    font-size: 2.8rem;
}
.business .sec01 .conWrap .contactWrap .comTxt {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
}
.business .sec01 .conWrap .contactWrap .tel {
    font-size: 2rem;
    font-weight: 400;
}
.business .sec01 .conWrap .contactWrap .lBtn {
    margin-top: 22px;
}
.business .sec01 .conWrap .contactWrap .lBtn a {
    width: 180px;
}


@media all and (max-width: 834px) {
    .business {
        padding: 73px 0 0;
    }
    .business .headline02 {
        margin-bottom: 90px;
    }
    .business .ankerBox .ankerUl {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 86%;
        margin: 0 auto 21px;
    }
    .business .ankerBox .ankerUl li {
        width: 49%;
        margin: 0 0 10px;
    }
    .business .ankerBox .ankerUl li a {
        width: 100%;
        padding: 14px 0;
        border-radius: 4px;
        font-size: 1.6rem;
    }

    .business .sec01 .conBox {
        margin: 0 0 57px 5%;
        padding: 0;
    }
    .business .sec01 .conWrap {
        padding: 34px 8% 64px 5%;
    }    
    .business .sec01 .conWrap .img-ab {
        position: relative;
        width: 100%;
    }
    .business .sec01 .conWrap .head.headline02 {
        margin-bottom: 33px;
        font-size: 2rem;
    }
    .business .sec01 .conWrap .head.headline02:before {
        width: 136px;
    }
    .business .sec01 .conWrap .head .min {
        font-size: 1.7rem;
    }
    .business .sec01 .conWrap .textBox {
        margin-bottom: 49px;
    }
    .business .sec01 .conWrap .textBox.w01 {
        width: 100%;
        margin: 0 auto 49px;
    }
    .business .sec01 .conWrap .textBox .ttl {
        margin-bottom: 17px;
        font-size: 1.9rem;
    }
    .business .sec01 .conWrap .textBox .ttl .min {
        font-size: 1.6rem;
    }
    .business .sec01 .conWrap .textBox .pTxt {
        margin-bottom: 16px;
    }
    .business .sec01 .conWrap .textBox .pTxt:last-of-type {
        margin-bottom: 0;
    }
    .business .sec01 .conWrap .textBox .listUl {
        margin-bottom: 16px;
    }
    .business .sec01 .conWrap .textBox .listUl li {
        margin-bottom: 6px;
        line-height: 1.6;
    }
    .business .sec01 .conWrap .textBox .listUl li:last-child {
        margin-bottom: 0;
    }
    .business .sec01 .conWrap .flexBox {
        width: calc(100% + 140px*2);
        margin: 76px 0 0 -140px;
    }
    .business .sec01 .conWrap .flexBox img {
        width: calc(100% / 3);
    }

    .business .sec01 .conWrap .contactWrap .headline02 {
        margin-bottom: 25px;
        font-size: 1.8rem;
    }
    .business .sec01 .conWrap .contactWrap .comTxt {
        font-size: 1.8rem;
    }
    .business .sec01 .conWrap .contactWrap .tel {
        font-size: 1.6rem;
    }
    .business .sec01 .conWrap .contactWrap .lBtn {
        margin-top: 21px;
    }
}


/*---------------------------------------
    business_unit
---------------------------------------*/
/* cont01 */
.unit .sec01 .conBox.con01 .conWrap .textBox.box01 {
    padding-right: 300px;
}
.unit .sec01 .conBox.con01 .conWrap .textBox.box01 .img-ab {
    top: 55%;
    left: auto;
    right: -225px;
    transform: translateY(-50%);
}
.unit .sec01 .conBox.con01 .conWrap .textBox.box02 {
    margin-bottom: 0;
    padding: 0 0 0 354px;
}
.unit .sec01 .conBox.con01 .conWrap .textBox.box02 .img-ab {
    top: 90%;
    left: -180px;
    transform: translateY(-50%);
}
.unit .sec01 .conBox.con01 .conWrap .textBox.box03 {
    padding: 67px 0 0 354px;
}
.unit .sec01 .conBox.con01 .conWrap .textBox.box03 .borderBox {
    width: calc(100% + 5px * 2);
    margin: 0 0 22px -5px;
    padding: 13px 14px;
    border: 1px solid #28733C;
    border-radius: 5px;
    line-height: 1.8;
    box-sizing: border-box;
}
.unit .sec01 .conBox.con01 .conWrap .textBox.box03 .borderBox p {
    font-size: 1.4rem;
    text-align: justify;
}
.unit .sec01 .conBox.con01 .conWrap .textBox.box03 .img-ab {
    top: auto;
    bottom: -9.5%;
    left: -101px;
    width: 398px;
    transform: translateY(-50%);
}
.unit .sec01 .conBox.con01 .conWrap .textBox.box05 {
    margin-bottom: 82px;
}


/* cont02 */
.unit .sec01 .conBox.con02 .conWrap .textBox.box01 {
    width: 55%;
    margin-bottom: 70px;
}
.unit .sec01 .conBox.con02 .conWrap .textBox.box01 .img-ab {
    top: 52%;
    left: auto;
    right: calc(-50% - 235px);
    width: 445px;
    transform: translateY(-50%);
}

.unit .sec01 .conBox.con02 .conWrap .textBox.box04 {
    margin-bottom: 0;
    padding: 18px 0 0 362px;
}
.unit .sec01 .conBox.con02 .conWrap .textBox.box04 .img-ab {
    top: 155px;
    left: -179px;
    transform: translateY(-50%);
}
.unit .sec01 .conBox.con02 .conWrap .textBox.box05 {
    margin-bottom: 76px;
    padding: 67px 0 0;
}

/* cont03 */
.unit .sec01 .conBox.con03 .conWrap {
    padding-bottom: 81px;
}
.unit .sec01 .conBox.con03 .conWrap .textBox.box01 {
    margin-bottom: 76px;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox {
    margin-bottom: 49px;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .ttl {
    margin-bottom: 42px;
    font-size: 2.6rem;
    text-align: center;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap {
    max-width: 845px;
    margin: 0 auto 55px;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap:last-of-type {
    margin-bottom: 0;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .shop_ttl {
    margin-bottom: 23px;
    padding-bottom: 17px;
    padding: 0 0 17px 11px;
    color: #28733C;
    border-bottom: 1px solid #28733C;
    font-size: 2.6rem;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .shop_ttl .min {
    padding-left: 10px;
    font-size: 2rem;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 15px;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .txtWrap {
    width: 375px;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .txtWrap .pTxt {
    margin-bottom: 15px;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .txtWrap .pTxt:last-of-type {
    margin-bottom: 0;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .imgWrap {
    width: 332px;
    margin-top: 9px;
}
.unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .imgWrap img {
    border-radius: 17px;
}

.unit .sec01 .conBox.con03 .conWrap .smBox {
    max-width: 906px;
    margin: 0 auto;
    padding: 68px 80px 73px;
    background: #EDF3ED;
    box-sizing: border-box;
}
.unit .sec01 .conBox.con03 .conWrap .smBox .smWrap {
}
.unit .sec01 .conBox.con03 .conWrap .smBox .smWrap .smCon {
    margin-bottom: 52px;
}
.unit .sec01 .conBox.con03 .conWrap .smBox .smWrap .smCon:last-of-type {
    margin-bottom: 0;
}
.unit .sec01 .conBox.con03 .conWrap .smBox .smWrap .smCon .ttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
    text-align: center;
}
.unit .sec01 .conBox.con03 .conWrap .imgWrap {
    display: block;
    width: calc(100vw + 80px*2);
    margin-left: -80px;
}
.unit .sec01 .conBox.con03 .conWrap .bottomTxt {
    margin: 52px 0 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}
.unit .sec01 .conBox.con03 .conWrap .bottomTxt .color {
    color: #28733C;
    font-size: 2.9rem;
}

/* cont04 */
.unit .sec01 .conBox.con04 .conWrap .textBox.box01 {
    width: 48%;
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box01 .lBtn {
    margin-top: 34px;
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box01 .lBtn a {
    border-radius: 6px;
    background: #fff;
    color: #0a6e3c;
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box01 .lBtn a:hover {
    background: #0a6e3c;
    color: #fff;
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box01 .img-ab {
    top: 55%;
    left: auto;
    right: calc(-50% - 230px);
    width: 373px;
    transform: translateY(-50%);
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box01 .img-ab:hover {
    opacity: 0.7;
}
.unit .sec01 .conBox.con04 .conWrap .flexBox {
    width: calc(100% + 208px);
    margin: 76px 0 86px -80px;
}
.unit .sec01 .conBox.con04 .conWrap .flexBox img {
    width: calc(100% / 3);
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box02 {
    padding-right: 345px;
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box02 .img-ab {
    top: 59%;
    left: auto;
    right: -144px;
    width: 445px;
    transform: translateY(-50%);
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box03 {
    padding: 68px 0 0 354px;
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box03 .img-ab {
    top: 48%;
    left: -117px;
    width: 425px;
    transform: translateY(-50%);
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box04 {
    margin-bottom: 0;
    padding-right: 345px;
}
.unit .sec01 .conBox.con04 .conWrap .textBox.box04 .img-ab {
    top: 50%;
    left: auto;
    right: -117px;
    width: 425px;
    transform: translateY(-50%);
}

@media all and (max-width: 834px) {

    /* cont01 */
    .unit .sec01 .conBox.con01 .conWrap .textBox.box01 {
        padding-right: 0;
    }
    .unit .sec01 .conBox.con01 .conWrap .textBox.box01 .img-ab {
        top: auto;
        left: 50px;
        right: auto;
        transform: translateY(0);
        margin-top: 22px;
    }
    .unit .sec01 .conBox.con01 .conWrap .textBox.box02 {
        margin-bottom: 49px;
        padding: 0;
    }
    .unit .sec01 .conBox.con01 .conWrap .textBox.box02 .img-ab {
        top: auto;
        left: -42px;
        transform: translateY(0);
        margin: 15px 0 0;
    }
    .unit .sec01 .conBox.con01 .conWrap .textBox.box03 {
        padding: 0;
    }
    .unit .sec01 .conBox.con01 .conWrap .textBox.box03 .img-ab {
        top: auto;
        bottom: auto;
        left: 40px;
        transform: translateY(0);
        margin-top: 24px;
    }
    .unit .sec01 .conBox.con01 .conWrap .textBox.box05 {
        margin-bottom: 66px;
    }


    /* cont02 */
    .unit .sec01 .conBox.con02 .conWrap .textBox.box01 {
        width: 100%;
        margin-bottom: 43px;
        padding-right: 0;
    }
    .unit .sec01 .conBox.con02 .conWrap .textBox.box01 .img-ab {
        top: auto;
        display: block;
        left: 0;
        right: auto;
        width: 90%;
        transform: translate(0);
        margin: 29px auto 0;
    }

    .unit .sec01 .conBox.con02 .conWrap .textBox.box04 {
        margin-bottom: 49px;
        padding: 0;
    }
    .unit .sec01 .conBox.con02 .conWrap .textBox.box04 .img-ab {
        top: auto;
        left: -12%;
        transform: translateY(0);
        margin-top: 23px;
    }
    .unit .sec01 .conBox.con02 .conWrap .textBox.box05 {
        margin-bottom: 49px;
        padding: 0;
    }

    /* cont03 */
    .unit .sec01 .conBox.con03 .conWrap .textBox.box01 {
        margin-bottom: 49px;
    }
    .unit .sec01 .conBox.con03 .conWrap .shopBox {
        margin-bottom: 56px;
    }
    .unit .sec01 .conBox.con03 .conWrap .shopBox .ttl {
        margin-bottom: 26px;
        font-size: 1.8rem;
    }
    .unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap {
        width: 100%;
        margin: 0 auto 58px;
    }
    .unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .shop_ttl {
        margin-bottom: 25px;
        padding-bottom: 21px;
        font-size: 1.8rem;
    }
    .unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .shop_ttl .min {
        padding-left: 0;
        font-size: 1.6rem;
    }
    .unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .flex {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .txtWrap {
        width: 100%;
    }
    .unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .txtWrap .pTxt {
        margin-bottom: 15px;
    }
    .unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .imgWrap {
        width: 100%;
        margin: 25px 0 0;
    }
    .unit .sec01 .conBox.con03 .conWrap .shopBox .shopWrap .imgWrap img {
        border-radius: 17px;
    }

    .unit .sec01 .conBox.con03 .conWrap .smBox {
        padding: 44px 7% 45px;
    }
    .unit .sec01 .conBox.con03 .conWrap .smBox .smWrap .smCon {
        margin-bottom: 42px;
    }
    .unit .sec01 .conBox.con03 .conWrap .smBox .smWrap .smCon .ttl {
        margin-bottom: 18px;
        font-size: 1.6rem;
    }
    .unit .sec01 .conBox.con03 .conWrap .imgWrap {
        display: block;
        width: calc(100vw + 80px*2);
        margin-left: -80px;
    }
    .unit .sec01 .conBox.con03 .conWrap .bottomTxt {
        margin: 52px 0 0;
        font-size: 1.8rem;
    }
    .unit .sec01 .conBox.con03 .conWrap .bottomTxt .color {
        font-size: 1.8rem;
    }

    /* cont04 */
    .unit .sec01 .conBox.con04 .conWrap .textBox.box01 {
        width: 100%;
        padding-right: 0;
    }
    .unit .sec01 .conBox.con04 .conWrap .textBox.box01 .lBtn {
        margin: 26px auto 0;
        width: 82%;
    }
    .unit .sec01 .conBox.con04 .conWrap .textBox.box01 .img-ab {
        display: block;
        width: 86%;
        margin: 54px auto 0;
        top: auto;
        left: auto;
        right: auto;
        transform: translateY(0);
    }
    .unit .sec01 .conBox.con04 .conWrap .flexBox {
        width: calc(100% + 80px * 2);
        margin: 76px 0 53px -80px;
    }
    .unit .sec01 .conBox.con04 .conWrap .flexBox img {
        width: calc(100% / 3);
    }
    .unit .sec01 .conBox.con04 .conWrap .textBox.box02 {
        padding-right: 0;
    }
    .unit .sec01 .conBox.con04 .conWrap .textBox.box02 .img-ab {
        top: auto;
        left: 12%;
        right: auto;
        width: 100%;
        transform: translateY(0);
        margin: 21px 0 0;
    }
    .unit .sec01 .conBox.con04 .conWrap .textBox.box03 {
        padding: 0;
    }
    .unit .sec01 .conBox.con04 .conWrap .textBox.box03 .img-ab {
        top: auto;
        left: -14%;
        width: auto;
        transform: translateY(0);
        margin: 21px 0 0;
    }
    .unit .sec01 .conBox.con04 .conWrap .textBox.box04 {
        padding-right: 0;
        margin-bottom: 0;
    }
    .unit .sec01 .conBox.con04 .conWrap .textBox.box04 .img-ab {
        top: -21px;
        left: 16%;
        right: auto;
        width: 100%;
        transform: translateY(0);
        margin: 0;
    }
    .unit .sec01 .conBox.con04 .conWrap .textBox.box04 .pTxt {
        margin-bottom: 49px;
    }

}

/*---------------------------------------
    business_division
---------------------------------------*/
/* cont01 */
.division .sec01 .conBox.con01 .conWrap .textBox.box01 {
    margin-bottom: 70px;
    padding-right: 329px;
}
.division .sec01 .conBox.con01 .conWrap .textBox.box01 .img-ab {
    top: 55%;
    left: auto;
    right: -212px;
    transform: translateY(-50%);
}
.division .sec01 .conBox.con01 .conWrap .textBox.box02 {
    margin-bottom: 70px;
}
.division .sec01 .conBox.con01 .conWrap .textBox.box03 {
    padding: 0 0 0 304px;
}
.division .sec01 .conBox.con01 .conWrap .textBox.box03 .img-ab {
    top: -31px;
    left: -183px;
    width: 443px;
    transform: translateY(0);
}
.division .sec01 .conBox.con01 .conWrap .textBox.box04 .imgflex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 46px;
}
.division .sec01 .conBox.con01 .conWrap .textBox.box04 .imgflex img {
    width: 50%;
}


/* cont02 */
.division .sec01 .conBox.con02 .conWrap .textBox.box01 {
    margin-bottom: 70px;
    padding-right: 329px;
}
.division .sec01 .conBox.con02 .conWrap .textBox.box01 .img-ab {
    top: 55%;
    left: auto;
    right: -212px;
    transform: translateY(-50%);
}
.division .sec01 .conBox.con02 .conWrap .textBox.box01 {
    margin-bottom: 70px;
    padding-right: 329px;
}
.division .sec01 .conBox.con02 .conWrap .textBox.box01 .img-ab {
    top: 55%;
    left: auto;
    right: -212px;
    transform: translateY(-50%);
}
.division .sec01 .conBox.con02 .conWrap .textBox.box05 .imgWrap {
    display: block;
    width: 73%;
    margin: 55px auto 0;
}

/* cont03 */
.division .sec01 .conBox.con03 .conWrap .textBox.box01 {
    margin-bottom: 70px;
    padding-right: 329px;
}
.division .sec01 .conBox.con03 .conWrap .textBox.box01 .img-ab {
    top: 55%;
    left: auto;
    right: -212px;
    transform: translateY(-50%);
}
.division .sec01 .conBox.con03 .conWrap .textBox.box02 {
    margin: 0 auto 79px 0;
}
.division .sec01 .conBox.con03 .conWrap .textBox.box03 {
    padding: 0 0 0px 304px;
    margin-bottom: 82px;
}
.division .sec01 .conBox.con03 .conWrap .textBox.box03 .img-ab {
    top: -35px;
    bottom: auto;
    left: -143px;
    width: 408px;
    transform: translateY(0);
}
.division .sec01 .conBox.con03 .conWrap .textBox.box05 {
    margin-bottom: 0;
    padding-right: 410px;
}
.division .sec01 .conBox.con03 .conWrap .textBox.box05 .img-ab {
    top: 33%;
    left: auto;
    right: -135px;
    transform: translateY(-50%);
}



@media all and (max-width: 834px) {
    /* cont01 */
    .division .sec01 .conBox.con01 .conWrap .textBox.box01 {
        padding-right: 0;
        margin-bottom: 14px;
    }
    .division .sec01 .conBox.con01 .conWrap .textBox.box01 .img-ab {
        top: auto;
        left: 15%;
        right: auto;
        transform: translateY(0);
        margin-top: 17px;
    }
    .division .sec01 .conBox.con01 .conWrap .textBox.box02 {
        margin-bottom: 49px;
        padding: 0;
    }
    .division .sec01 .conBox.con01 .conWrap .textBox.box02 .img-ab {
        top: auto;
        left: auto;
        transform: translateY(0);
    }
    .division .sec01 .conBox.con01 .conWrap .textBox.box03 {
        padding: 0;
    }
    .division .sec01 .conBox.con01 .conWrap .textBox.box03 .img-ab {
        top: auto;
        bottom: auto;
        left: -14%;
        width: 398px;
        transform: translateY(0);
        margin-top: 19px;
    }
    .division .sec01 .conBox.con01 .conWrap .textBox.box05 {
        margin-bottom: 0;
    }

    /* cont02 */
    .division .sec01 .conBox.con02 .conWrap .textBox.box01 {
        padding-right: 0;
        margin-bottom: 49px;
    }
    .division .sec01 .conBox.con02 .conWrap .textBox.box01 .img-ab {
        top: auto;
        left: -15%;
        right: auto;
        width: 100%;
        transform: translateY(0);
        margin-top: 17px;
    }
    .division .sec01 .conBox.con02 .conWrap .textBox.box04 {
        margin-bottom: 49px;
        padding: 0;
    }
    .division .sec01 .conBox.con02 .conWrap .textBox.box05 {
        margin-bottom: 0;
        padding: 0;
    }
    .division .sec01 .conBox.con02 .conWrap .textBox.box05 .img-ab {
        top: auto;
        left: auto;
        transform: translateY(0);
    }
    .division .sec01 .conBox.con02 .conWrap .textBox.box05 .imgWrap {
        width: 100%;
        margin: 36px auto 0;
    }

    /* cont03 */
    .division .sec01 .conBox.con03 .conWrap .textBox.box01 {
        margin-bottom: 49px;
        padding-right: 0;
    }
    .division .sec01 .conBox.con03 .conWrap .textBox.box01 .img-ab {
        top: 0;
        left: 15%;
        right: auto;
        transform: translateY(0);
        margin-top: 17px;
    }
    .division .sec01 .conBox.con03 .conWrap .textBox.box02 {
        margin: 0 auto 49px;
    }
    .division .sec01 .conBox.con03 .conWrap .textBox.box03 {
        padding: 0;
        margin-bottom: 49px;
    }
    .division .sec01 .conBox.con03 .conWrap .textBox.box03 .img-ab {
        top: auto;
        bottom: auto;
        left: -10%;
        width: 399px;
        transform: translateY(0);
        margin-top: 18px;
    }
    .division .sec01 .conBox.con03 .conWrap .textBox.box05 {
        margin-bottom: 0;
        padding-right: 0;
    }
    .division .sec01 .conBox.con03 .conWrap .textBox.box05 .img-ab {
        top: 17px;
        left: -10%;
        right: auto;
        transform: translateY(0);
    }

}


/*---------------------------------------
    privacy
---------------------------------------*/
.policy .contWrap {
    max-width: calc(750px + var(--contents-padding-width));
    margin: 0 auto;
    padding: 72px 0 194px;
}

.policy .inBox {
    width: 100%;
}
.policy .headline02 {
    margin-bottom: 68px;
}
.policy .inBox .conBox {
    margin-bottom: 45px;
}
.policy .inBox .conBox:last-child {
    margin-bottom: 0;
}
.policy .inBox .conBox .ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
}
.policy .inBox .conBox .pTxt {
    font-weight: 400;
}
.policy .inBox .conBox .listUl {
    margin-top: 10px;
}
.policy .inBox .conBox .listUl li {
    margin-bottom: 10px;
    text-indent: -1.6rem;
    padding-left: 1.6rem;
    line-height: 1.6;
}
.policy .inBox .conBox .listUl li:last-child {
    margin-bottom: 0;
}
.policy .inBox .rightTxt {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2;
    text-align: right;
}

@media all and (max-width: 834px) {

    .policy .contWrap {
        margin: 0 auto;
        padding: 49px 7% 113px;
    }
    .policy .headline02 {
        margin-bottom: 57px;
    }
    .policy .inBox .conBox {
        margin-bottom: 38px;
    }
    .policy .inBox .conBox .ttl {
        margin-bottom: 10px;
        font-size: 1.6rem;
        font-weight: 400;
        text-align: left;
    }
    .policy .inBox .conBox .pTxt {
        font-weight: 400;
    }
    .policy .inBox .conBox .listUl {
        margin-top: 10px;
    }
    .policy .inBox .conBox .listUl li {
        margin-bottom: 10px;
        text-indent: -1.4rem;
        padding-left: 1.4rem;
    }
    .policy .inBox .conBox .listUl li:last-child {
        margin-bottom: 0;
    }
    .policy .inBox .rightTxt {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 2;
        text-align: right;
    }

}


/*---------------------------------------
    company
---------------------------------------*/
.company {
}
.company .contWrap {
    padding: 72px 0 194px;
}
.company .firstSec {
}
.company .firstSec .headline02 {
    margin-bottom: 89px;
}
.company .firstSec .comBox {
    width: 750px;
    margin: 0 auto;
}
.company .firstSec .comTable {
    width: 100%;
    border-top: 2px solid #28733C;
    border-bottom: 2px solid #28733C;
}
.company .firstSec .comTable tr {
    border-bottom: 1px solid rgba(40,115,60,0.5);
}
.company .firstSec .comTable tr:last-child {
    border-bottom: none;
}
.company .firstSec .comTable tr th {
    width: 25%;
    padding-left: 24px;
    font-size: 1.4rem;
    text-align: left;
}
.company .firstSec .comTable tr td {
    width: 75%;
    padding: 29px 24px;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.8;
}

@media all and (max-width: 834px) {

    .company .contWrap {
        padding: 49px 7% 113px;
    }
    .company .firstSec .headline02 {
        margin-bottom: 56px;
    }
    .company .firstSec .comBox {
        width: 100%;
    }
    .company .firstSec .comTable {
        width: 100%;
    }
    .company .firstSec .comTable tr {
        border-bottom: none;
    }
    .company .firstSec .comTable tr th {
        display: block;
        width: 100%;
        background: #EAEAEA;
        padding: 18px 0;
        border-bottom: 1px solid rgba(40,115,60,0.5);
        text-align: center;
    }
    .company .firstSec .comTable tr td {
        display: block;
        width: 100%;
        padding: 18px 0;
        font-size: 1.4rem;
        text-align: center;
    }
}

/*---------------------------------------
    blog
---------------------------------------*/
.blog {
}
.blog .contWrap {
    max-width: calc(917px + var(--contents-padding-width));
    margin: 0 auto;
}

/* カテゴリー */
.blog .firstSec .headline02 {
    margin-bottom: 62px;
}
.blog .firstSec .cateBox {
    width: 100%;
    margin: 0 auto 48px;
}
.blog .firstSec .cateBox .cateUl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 15px;
    border-top: 1px solid #28733C;
    border-bottom: 1px solid #28733C;
    box-sizing: border-box;
}
.blog .firstSec .cateBox .cateUl li {
    margin: 0 13px;
    font-size: 1.6rem;
    line-height: 1;
}
.blog .firstSec .cateBox .cateUl li a {
    color: #28733C;
}
.blog .firstSec .cateBox .cateUl li.active {
    padding: 10px 14px;
    background: #28733C;
    border-radius: 8px;
    color: #fff;
}

/* 一覧 */
.blog .blogSec {
}
.blog .blogSec .blogBox {
    width: 100%;
    margin: 0 auto;
}
.blog .blogSec .blogBox .blogUl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: -43px;
}
.blog .blogSec .blogBox .blogUl li {
    display: block;
    width: 278px;
    margin: 0 41px 61px 0;
    overflow: hidden;
    border-radius: 34px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
}
.blog .blogSec .blogBox .blogUl li .imgBox {
    margin-bottom: 21px;
}
.blog .blogSec .blogBox .blogUl li .imgBox .border {
    display: block;
    border-bottom: 1px solid #28733C;
}
.blog .blogSec .blogBox .blogUl li .imgBox img {
}
.blog .blogSec .blogBox .blogUl li .textBox {
    min-height: 115px;
    padding: 0 13px 21px;
}
.blog .blogSec .blogBox .blogUl li .textBox .cateBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.blog .blogSec .blogBox .blogUl li .textBox .days {
    display: block;
    margin-bottom: 7px;
    color: #28733C;
    font-size: 1.3rem;
}
.blog .blogSec .blogBox .blogUl li .textBox .cateBox .cate {
    display: inline-block;
    margin: 0 0 6px 7px;
    padding: 5px 12px;
    border: 1px solid #28733C;
    border-radius: 5px;
    color: #28733C;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.blog .blogSec .blogBox .blogUl li .textBox .title {
    display: block;
    margin-top: 9px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
}
.blog .blogSec .blogBox .blogUl li .textBox .pTxt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    line-height: 1.6;
}

/* ページネーション */
.blog .blogSec .pageNavi {
}
.blog .blogSec .pageNavi .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog .blogSec .pageNavi .wp-pagenavi .current {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    background: #fff;
    border: 1px solid #28733C;
    color: #28733C;
    font-size: 2rem;
    margin: 0 13px;
    border-radius: 100px;
}
.blog .blogSec .pageNavi .wp-pagenavi .page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    background: #28733C;
    border: 1px solid #28733C;
    color: #fff;
    font-size: 2rem;
    margin: 0 13px;
    border-radius: 100px;
}
.blog .blogSec .pageNavi .wp-pagenavi .nextpostslink {
    position: relative;
}
.blog .blogSec .pageNavi .wp-pagenavi .nextpostslink:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%)rotate(45deg)skew(-15deg, -15deg);
}
.blog .blogSec .pageNavi .wp-pagenavi .previouspostslink {
    position: relative;
}
.blog .blogSec .pageNavi .wp-pagenavi .previouspostslink:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: translateY(-50%)rotate(45deg)skew(-15deg, -15deg);
}


@media all and (max-width: 834px) {

    .blog .contWrap {
        max-width: 100%;
    }

    /* カテゴリー */
    .blog .firstSec .headline02 {
        margin-bottom: 62px;
    }
    .blog .firstSec .cateBox {
        margin: 0 auto 48px;
    }
    .blog .firstSec .cateBox .cateUl {
        flex-wrap: wrap;
        padding: 18px 8px;
    }
    .blog .firstSec .cateBox .cateUl li {
        margin: 0 9px 8px;
        font-size: 1.4rem;
    }
    .blog .firstSec .cateBox .cateUl li.active {
        padding: 9px 12px;
    }

    /* 一覧 */
    .blog .blogSec .blogBox {
        width: 100%;
        margin: 0 auto;
    }
    .blog .blogSec .blogBox .blogUl {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        margin-right: -3%;
    }
    .blog .blogSec .blogBox .blogUl li {
        width: 47%;
        margin: 0 3% 39px 0;
        border-radius: 15px;
    }
    .blog .blogSec .blogBox .blogUl li .imgBox {
        margin-bottom: 17px;
    }
    .blog .blogSec .blogBox .blogUl li .textBox {
        min-height: 115px;
        padding: 0 7px 16px;
    }
    .blog .blogSec .blogBox .blogUl li .textBox .days {
        margin-bottom: 5px;
        font-size: 1.1rem;
    }
    .blog .blogSec .blogBox .blogUl li .textBox .cateBox .cate {
        margin: 0 0 4px 5px;
        padding: 4px 10px;
        font-size: 1.2rem;
    }
    .blog .blogSec .blogBox .blogUl li .textBox .title {
        margin-top: 9px;
        font-size: 1.4rem;
    }

    /* ページネーション */
    .blog .blogSec .pageNavi {
    }
    .blog .blogSec .pageNavi .wp-pagenavi {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .blog .blogSec .pageNavi .wp-pagenavi .current {
        position: relative;
        font-size: 2.2rem;
        margin: 0 20px;
    }
    .blog .blogSec .pageNavi .wp-pagenavi .current:before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: -2px;
        width: 145%;
        height: 1px;
        background: #000;
    }
    .blog .blogSec .pageNavi .wp-pagenavi .page {
        font-size: 2.2rem;
        margin: 0 20px;
    }
    .blog .blogSec .pageNavi .wp-pagenavi .nextpostslink {
        position: relative;
    }
    .blog .blogSec .pageNavi .wp-pagenavi .nextpostslink:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: translateY(-50%)rotate(45deg)skew(-15deg, -15deg);
    }

}


/*---------------------------------------
    blog single
---------------------------------------*/
.blog.single {
    padding: 80px 0 72px;
}
.blog.single .singleSec {
}
.blog.single .singleSec .singleWrap {
    width: 844px;
    margin: 0 auto 63px;
    padding: 0 40px;
    border-bottom: 1px solid #28733C;
}
.blog.single .singleSec .singleWrap .titleWrap {
    display: block;
    margin: 0 28px 20px 28px;
}
.blog.single .singleSec .singleWrap .titleWrap .days {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
    color: #28733C;
    font-size: 1.3rem;
}
.blog.single .singleSec .singleWrap .titleWrap .days .cateBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
}
.blog.single .singleSec .singleWrap .titleWrap .days .cateBox .cate {
    display: inline-block;
    margin: 0 0 0 7px;
    padding: 5px 12px;
    border: 1px solid #28733C;
    border-radius: 5px;
    color: #28733C;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.blog.single .singleSec .singleWrap .titleWrap .title {
    display: block;
    margin: 0 0 17px;
    font-size: 2.6rem;
    font-weight: 700;
}
.blog.single .singleSec .singleWrap .imgBox {
    padding: 0 92px;
}
.blog.single .singleSec .singleWrap .imgBox .border {
    display: block;
    border: 1px solid #28733C;
    border-radius: 20px;
    overflow: hidden;
}
.blog.single .singleSec .singleWrap .imgBox img {
    display: block;
    width: 100%;
}
.blog.single .singleSec .singleWrap .textBox {
    width: 94%;
    margin: 54px auto 0;
    line-height: 1.6;
}
.blog.single .singleSec .singleWrap .iconBox {
    margin: 82px 10px 16px;
}
.blog.single .singleSec .singleWrap .iconUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.blog.single .singleSec .singleWrap .iconUl li {
    margin-left: 16px;
}
.blog.single .singleSec .singleWrap .iconUl li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49px;
    height: 49px;
    background: #28733C;
    border-radius: 100px;
}
.blog.single .singleSec .singleWrap .iconUl li a img {
    width: 31px;
}
.blog.single .singleSec .singleWrap {
}


@media all and (max-width: 834px) {

    .blog.single {
        padding: 80px 0 142px;
    }
    .blog.single .singleSec .singleWrap {
        width: 88%;
        margin: 0 auto 63px;
        padding: 0 2%;
    }
    .blog.single .singleSec .singleWrap .titleWrap {
        margin: 0 0 20px;
    }
    .blog.single .singleSec .singleWrap .titleWrap .days {
        margin-bottom: 5px;
    }
    .blog.single .singleSec .singleWrap .titleWrap .days .cateBox {
        margin-left: 10px;
    }
    .blog.single .singleSec .singleWrap .titleWrap .days .cateBox .cate {
        padding: 4px 10px;
        font-size: 1.3rem;
    }
    .blog.single .singleSec .singleWrap .titleWrap .title {
        margin: 0 0 17px;
        font-size: 2.3rem;
    }
    .blog.single .singleSec .singleWrap .imgBox {
        padding: 0;
    }
    .blog.single .singleSec .singleWrap .textBox {
        width: 100%;
        margin: 25px auto 0;
    }
    .blog.single .singleSec .singleWrap .iconBox {
        margin: 69px 0 16px;
    }
    .blog.single .singleSec .singleWrap .iconUl {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .blog.single .singleSec .singleWrap .iconUl li {
        margin-left: 9px;
    }
    .blog.single .singleSec .singleWrap .iconUl li a {
        width: 40px;
        height: 40px;
    }
    .blog.single .singleSec .singleWrap .iconUl li a img {
        width: 25px;
    }
    .blog.single .singleSec .singleWrap {
    }
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.single .pageNavi {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single .pageNavi .prev {
    position: absolute;
    top: 50%;
    left: calc(50% - 200px);
    transform: translate(-50%, -50%);
    text-align: left;
    transition: all .3s;
}
.single .pageNavi .next {
    position: absolute;
    top: 50%;
    left: calc(50% + 200px);
    transform: translate(-50%, -50%);
    text-align: right;
    transition: all .3s;
}
.single .pageNavi a {
    width: auto;
    padding: 0;
    line-height: 1;
    border: none;
}
.single .pageNavi .lBtn a {
    display: block;
    background: #28733c;
    width: 210px;
    margin: 0 auto;
    padding: 18px 0;
    border: 2px solid #28733c;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    transition: all .3s;
}
.single .pageNavi .lBtn a:hover {
    background: #fff;
    color: #28733c;
}
.single .pageNavi .prev:hover,
.single .pageNavi .next:hover {
    opacity: 0.6;
}

@media all and (min-width: 0) and (max-width: 767px) {

    .single .pageNavi {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    .single .pageNavi .prev {
        width: 45%;
        top: -30px;
        left: calc(50% - 90px);
        transform: translate(-50%, -50%);
    }
    .single .pageNavi .next {
        width: 45%;
        top: -30px;
        left: calc(50% + 90px);
        transform: translate(-50%, -50%);
    }
    .single .pageNavi a {
        width: auto;
        padding: 0;
        line-height: 1;
        border: none;
    }
}


/*---------------------------------------
    contact
---------------------------------------*/
.contact {
    padding: 54px 0 76px;
}
.contact .headline02 {
    margin-bottom: 65px;
}
.contact .txt {
    margin-bottom: 53px;
    color: #3B3B3B;
    text-align: center;
    line-height: 2;
}

.contact .snow-monkey-form {
    width: 734px;
    margin: 0 auto;
}

.contact .smf-form {
}
.contact .smf-form .wp-block-snow-monkey-forms-item.smf-item {
    margin-bottom: 40px;
}
.contact .smf-form .smf-item__col.smf-item__col--label {
    margin-bottom: 12px;
}
.contact .smf-form .smf-select-control {
    width: 100%;
}
.contact .smf-form .smf-item__col.smf-item__col--controls select {
    padding: 13px 13px;
    width: 100%;
    font-size: 1.6rem;
}
.contact .smf-form .smf-text-control__control {
    width: 100%;
    padding: 15px 10px;
    background: #EEEEEE;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    box-shadow: none;
}
.contact .smf-form .smf-textarea-control__control {
    width: 100%;
    padding: 15px 10px;
    background: #EEEEEE;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    box-shadow: none;
}

/*　「必須」追加　*/
.smf-item__label__text {
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.smf-item__label__text::after {
    content: '必須';
    color:  #fff;
    display: grid;
    margin-left: 10px;
    padding: 6px 14px;
    place-items: center;
    background: #28733C;
    font-size: 1.6rem;
    font-weight: 600;
}

.contact .smf-button-control {
    display: block;
    margin: 72px 0 0;
}
.contact .smf-button-control button {
    display: block;
    width: 321px;
    margin: 0 auto;
    padding: 17px 0;
    border: 1px solid #28733C;
    background: #28733C;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    border-radius: 100px;
    line-height: 1;
    transition: all .3s;
}
.contact .smf-button-control button:hover {
    opacity: 0.6;
}
.contact .smf-system-error-content-ready {
    display: none;
}


@media all and (max-width: 834px) {
    .contact {
        padding: 49px 7% 113px;
    }
    .contact .headline02 {
        margin-bottom: 59px;
    }
    .contact .txt {
        margin-bottom: 48px;
    }

    .contact .snow-monkey-form {
        width: 100%;
    }

    .contact .smf-form .wp-block-snow-monkey-forms-item.smf-item {
        margin-bottom: 40px;
    }
    .contact .smf-form .smf-item__col.smf-item__col--label {
        margin-bottom: 12px;
    }
    .contact .smf-form .smf-text-control__control {
        width: 100%;
        padding: 15px 10px;
        background: #EEEEEE;
        border: none;
        border-radius: 0;
        font-size: 1.6rem;
        box-shadow: none;
    }
    .contact .smf-form .smf-textarea-control__control {
        width: 100%;
        padding: 15px 10px;
        background: #EEEEEE;
        border: none;
        border-radius: 0;
        font-size: 1.6rem;
        box-shadow: none;
    }


    .contact .smf-button-control {
        display: block;
        margin: 51px 0 0;
    }
    .contact .smf-button-control button {
        width: 86%;
    }

}



/*---------------------------------------
    coming soon
---------------------------------------*/
main.coming-soon {
    padding: 140px 0 197px;
}
.coming-soon .firstSec {
}
.coming-soon .firstSec .headline02 {
    margin-bottom: 34px;
}
.coming-soon .firstSec .topTxt {
    text-align: center;
}

@media all and (max-width: 834px) {
    main.coming-soon {
        padding: 88px 0 130px;
    }
    .coming-soon .firstSec {
        width: 88%;
        margin: 0 auto;
    }
    .coming-soon .firstSec .headline02 {
        margin-bottom: 34px;
    }
    .coming-soon .firstSec .topTxt {
        text-align: center;
    }

}






/* end */
