@charset "UTF-8";

/*------------------------------------
　共通
------------------------------------*/
.lower {
    padding: 61px  0 168px;
}
@media all and (max-width: 834px) {
    .lower {
        padding: 36px  0 68px;
    }
}

/*------------------------------------
　採用情報
------------------------------------*/
.recruit .sec01 {
    position: relative;
}
.recruit .sec01:before {
    content: "";
    position: absolute;
    top: -40px;
    left: calc(50% + 390px);
    width: 571px;
    height: 642px;
    background: url("../img/common/bg-tulip.svg")no-repeat top left;
    background-size: 100% 100%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
    z-index: -1;
}
.recruit .sec01 .headline01 {
    margin-bottom: 57px;
}
.recruit .sec01 .headline01 .en {
    width: 72px;
}
.recruit .sec01 .headline04 {
    margin-bottom: 62px;
    letter-spacing: 0.3rem;
}
.recruit .sec01 .flexBox {
    justify-content: center;
    align-items: flex-start;
}
.recruit .sec01 .flexBox .imgBox {
    width: 480px;
}
.recruit .sec01 .flexBox .imgBox img {
    border-radius: 29px;
}
.recruit .sec01 .flexBox .txtBox {
    width: 437px;
    margin-left: 65px;
}
.recruit .sec01 .flexBox .txtBox .headline03 {
    margin-bottom: 27px;
    color: #6e4d3a;
    letter-spacing: 0.2rem;
}
.recruit .sec01 .flexBox .txtBox .pTxt {
    font-size: 1.6rem;
}

.recruit .sec02 {
    position: relative;
    padding: 126px 0 133px;
}
.recruit .sec02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent, #f9f4e9 50%, transparent 100%);
    z-index: -1;
}
.recruit .sec02 .headline02 {
    margin-bottom: 29px;
}
.recruit .sec02 .listUl {
    width: 610px;
    margin: 0 auto;
}
.recruit .sec02 .listUl li {
    width: 100%;
    margin-bottom: 6px;
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #6e4d3a;
    border-radius: 8px;
    box-sizing: border-box;
    line-height: 1.4;
}
.recruit .sec02 .lBtn {
    width: 321px;
    margin: 53px auto 0;
}

.recruit .sec03 {
}
.recruit .sec03 .flexBox {
    justify-content: center;
    align-items: flex-start;
}
.recruit .sec03 .flexBox .imgBox {
    width: 480px;
}
.recruit .sec03 .flexBox .imgBox img {
    border-radius: 29px;
}
.recruit .sec03 .flexBox .txtBox {
    width: 437px;
    margin-right: 57px;
}
.recruit .sec03 .flexBox .txtBox .headline02 {
    margin-bottom: 45px;
}
.recruit .sec03 .flexBox .txtBox .headline02 .txt {
    text-align: left;
}
.recruit .sec03 .flexBox .txtBox .headline02 .txt:before {
    left: 0;
    transform: translateX(0);
}
.recruit .sec03 .flexBox .txtBox .pTxt {
    font-size: 1.6rem;
}





@media all and (max-width: 834px) {
    .recruit .sec01:before {
        top: 24px;
        left: calc(50% - 114px);
        width: 258px;
        height: 321px;
    }
    .recruit .sec01 .headline01 {
        margin-bottom: 33px;
    }
    .recruit .sec01 .headline01 .en {
        width: 72px;
    }
    .recruit .sec01 .headline04 {
        margin-bottom: 52px;
    }
    .recruit .sec01 .flexBox {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .recruit .sec01 .flexBox .imgBox {
        order: 2;
        width: 92%;
    }
    .recruit .sec01 .flexBox .imgBox img {
        border-radius: 14px;
    }
    .recruit .sec01 .flexBox .txtBox {
        order: 1;
        width: 80%;
        margin: 0 0 50px;
    }
    .recruit .sec01 .flexBox .txtBox .headline03 {
        margin-bottom: 17px;
        font-size: 1.7rem;
        text-align: center;
    }
    .recruit .sec01 .flexBox .txtBox .pTxt {
        font-size: 1.4rem;
    }

    .recruit .sec02 {
        position: relative;
        padding: 86px 0 87px;
    }
    .recruit .sec02:before {
        content: "";
        position: absolute;
        top: 12px;
        left: calc(50% + 147px);
        width: 166px;
        height: 206px;
        background: url("../img/common/bg-tulip.svg")no-repeat top left;
        background-size: 100% 100%;
        transform: translateX(-50%);
        mix-blend-mode: multiply;
        z-index: -1;
    }
    .recruit .sec02 .headline02 {
        margin-bottom: 29px;
    }
    .recruit .sec02 .listUl {
        width: 90%;
    }
    .recruit .sec02 .listUl li {
        width: 100%;
        margin-bottom: 6px;
        padding: 10px 3%;
        border-radius: 6px;
    }
    .recruit .sec02 .lBtn {
        width: 70%;
        margin: 50px auto 0;
    }

    .recruit .sec03 .flexBox {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .recruit .sec03 .flexBox .imgBox {
        width: 92%;
    }
    .recruit .sec03 .flexBox .imgBox img {
        border-radius: 15px;
    }
    .recruit .sec03 .flexBox .txtBox {
        width: 80%;
        margin-right: 0;
    }
    .recruit .sec03 .flexBox .txtBox .headline02 {
        margin-bottom: 25px;
    }
    .recruit .sec03 .flexBox .txtBox .headline02 .txt {
        text-align: center;
    }
    .recruit .sec03 .flexBox .txtBox .headline02 .txt:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .recruit .sec03 .flexBox .txtBox .pTxt {
        margin-bottom: 25px;
        font-size: 1.4rem;
    }
}




/*------------------------------------
　会社概要
------------------------------------*/
.company {
    position: relative;
    z-index: 1;
}
/*.company:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff, transparent 50%);
    z-index: -1;
}*/
.company .sec01 {
    position: relative;
}
.company .sec01 .headline01 {
    margin-bottom: 67px;
}
.company .sec01:before {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(50% - 310px);
    width: 431px;
    height: 502px;
    background: url("../img/common/bg-tulip.svg")no-repeat top left;
    background-size: 100% 100%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
    z-index: -1;
}
.company .sec01:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: calc(50% + 369px);
    width: 233px;
    height: 293px;
    background: url(../img/common/bg-tulip.svg) no-repeat top left;
    background-size: 100% 100%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
    z-index: -1;
}
.company .sec01 .headline01 .en {
    width: 88px;
}

.company .sec01 .tableBox {
    display: block;
    width: 736px;
    margin: 0 auto;
    padding: 17px 41px;
    background: rgba(255,255,255,0.8);
    border-radius: 28px;
    box-sizing: border-box;
    table-layout: fixed;
}
.company .sec01 .tableBox tbody,
.company .sec01 .tableBox tr {
    display: block;
    width: 100%;
}
.company .sec01 .tableBox tr {
    border-bottom: 1px solid #e97878;
}
.company .sec01 .tableBox tr:last-child {
    border-bottom: none;
}
.company .sec01 .tableBox th {
    width: 150px;
    padding-left: 14px;
    text-align: left;
}
.company .sec01 .tableBox td {
    padding: 40px 0;
    line-height: 1.6;
}
.company .sec01 .tableBox tr:last-child th,
.company .sec01 .tableBox tr:last-child td {
    border-bottom: none;
}


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

    /*.company:before {
        background: linear-gradient(0deg, #fff, transparent 80%);
    }*/
    .company .sec01 .headline01 {
        margin-bottom: 33px;
    }
    .company .sec01:before {
        top: -7px;
        left: calc(50% - 120px);
        width: 258px;
        height: 321px;
    }
    .company .sec01:after {
        left: calc(50% + 160px);
        width: 166px;
        height: 206px;
    }

    .company .sec01 .tableBox {
        width: 92%;
        padding: 17px 5%;
        border-radius: 14px;
    }
    .company .sec01 .tableBox th {
        display: block;
        width: 100%;
        padding: 22px 0;
        text-align: center;
    }
    .company .sec01 .tableBox td {
        display: block;
        width: 100%;
        padding: 0 0 32px;
        text-align: center;
    }

}


/*------------------------------------------------------------
    プライバシーポリシー
------------------------------------------------------------*/

.policy {
    position: relative;
    z-index: 1;
}

/*.policy:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff, transparent 50%);
    z-index: -1;
}*/
.policy .sec01 {
    position: relative;
}
.policy .sec01 .inBox {
    width: 720px;
    margin: 0 auto;
}
.policy .sec01 .headline01 {
    margin-bottom: 67px;
}
.policy .sec01:before {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(50% - 310px);
    width: 431px;
    height: 502px;
    background: url("../img/common/bg-tulip.svg")no-repeat top left;
    background-size: 100% 100%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
    z-index: -1;
}
.policy .sec01:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: calc(50% + 369px);
    width: 233px;
    height: 293px;
    background: url(../img/common/bg-tulip.svg) no-repeat top left;
    background-size: 100% 100%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
    z-index: -1;
}
.policy .sec01 .headline01 .en {
    width: 139px;
}
.policy .sec01 .ppUl {
}
.policy .sec01 .ppUl > li {
    margin-bottom: 55px;
}
.policy .sec01 .ppUl > li:last-child {
    margin-bottom: 0;
}
.policy .sec01 .ppUl > li .ttl {
    margin-bottom: 11px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
.policy .sec01 .ppUl > li .pTxt {
}
.policy .sec01 .ppUl > li > .ppUl {
}
.policy .sec01 .ppUl > li > .txtUl > li {
    padding-left: 4rem;
    text-indent: -4rem;
    line-height: 220%;
}

.policy .sec01 .right {
    margin-top: 40px;
    text-align: right;
    line-height: 1.8;
}


@media all and (max-width: 834px){
    /*.policy:before {
        background: linear-gradient(0deg, #fff, transparent 80%);
    }*/
    .policy .sec01 .inBox {
        width: 86%;
    }
    .policy .sec01 .headline01 {
        margin-bottom: 33px;
    }
    .policy .sec01:before {
        top: -7px;
        left: calc(50% - 120px);
        width: 258px;
        height: 321px;
    }
    .policy .sec01:after {
        left: calc(50% + 160px);
        width: 166px;
        height: 206px;
    }
    
    .policy .sec01 .ppUl > li {
        margin-bottom: 55px;
    }
    .policy .sec01 .ppUl > li:last-child {
        margin-bottom: 0;
    }
    .policy .sec01 .ppUl > li .ttl {
        margin-bottom: 11px;
    }
    .policy .sec01 .ppUl > li .pTxt {
    }
    .policy .sec01 .ppUl > li > .ppUl {
    }
    .policy .sec01 .ppUl > li > .txtUl > li {
        padding-left: 4rem;
        text-indent: -4rem;
        line-height: 220%;
    }

}




/*------------------------------------------------------------
    お問合せ
------------------------------------------------------------*/
.contact {
    position: relative;
    z-index: 1;
}
.contact:before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: calc(50% + 369px);
    width: 233px;
    height: 293px;
    background: url(../img/common/bg-tulip.svg) no-repeat top left;
    background-size: 100% 100%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
    z-index: -1;
}
/*.contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff, transparent 50%);
    z-index: -1;
}*/
.contact .headline01 {
    margin-bottom: 67px;
}
.contact .headline01 .en {
    width: 76px;
}

.contact .txt {
    margin-bottom: 53px;
    text-align: center;
    line-height: 2;
}

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

.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: #f2f2f2;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
    box-shadow: none;
    box-sizing: border-box;
}
.contact .smf-form .smf-item__col.smf-item__col--controls .smf-select-control__control {
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    border: 1px solid #e97878;
    border-radius: 0;
    font-size: 1.4rem;
    box-shadow: none;
    box-sizing: border-box;
}
.contact .smf-form .smf-textarea-control__control {
    width: 100%;
    padding: 15px 10px;
    background: #f2f2f2;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
    box-shadow: none;
    box-sizing: border-box;
}
.contact .smf-form .smf-checkboxes-control__control {
}
.contact .smf-form .smf-checkboxes-control--vertical .smf-checkboxes-control__control>.smf-label {
    margin: 0 21px 10px 0;
}
.contact .smf-form .smf-checkboxes-control--horizontal .smf-checkboxes-control__control>.smf-label {
    margin: 0 21px 10px 0;
}
.contact .smf-form .smf-checkboxes-control__control .smf-label .smf-checkbox-control__control {
    margin: 0;
}
.contact .smf-button-control {
}
.contact .smf-button-control button {
    display: block;
    width: 321px;
    margin: 0 auto;
    padding: 17px 0;
    border: 1px solid #e97878;
    border-radius: 15px;
    background: #e97878;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
}
.contact .smf-system-error-content-ready {
    display: 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: #e97878;
    font-size: 1.6rem;
    font-weight: 600;
}*/



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

    .contact:before {
        left: calc(50% + 160px);
        width: 166px;
        height: 206px;
    }
    .contact .headline01 {
        margin-bottom: 67px;
    }
    .contact .headline01 .en {
        width: 76px;
    }

    .contact .txt {
        width: 88%;
        margin: 0 auto 53px;
        text-align: center;
        line-height: 2;
    }
    .contact .snow-monkey-form {
        width: 88%;
        margin: 0 auto;
    }
    .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-button-control button {
        display: block;
        width: 70%;
        margin: 0 auto;
        padding: 17px 0;
        border: 1px solid #e97878;
        border-radius: 15px;
        background: #e97878;
        color: #fff;
        font-size: 2rem;
        font-weight: 400;
        text-align: center;
        box-sizing: border-box;
        line-height: 1;
    }
    .contact .smf-system-error-content-ready {
        display: none;
    }

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

    .contact .smf-item__label__text::after {
        color:  #fff;
        display: grid;
        margin-left: 10px;
        padding: 4px 11px;
        place-items: center;
        background: #e97878;
        font-size: 1.4rem;
        font-weight: 600;
    }*/

}






/* end */
