@charset "utf-8";

/*=====================================

responsive.css

=====================================*/


br.w320{
	display: none;
}
br.w768{
	display: none;
}

.forPC { display: block; }
.forSP { display: none; }
img.forPC, br.forPC { display: inline-block }
img.forSP, br.forSP { display: none }

em.forPC { display: inline; }
em.forSP { display: none; }

.forPC.animate { display: block; }
.forSP.animate { display: none; }

.gNav ul li.forSP { display: none; }

.spMenu{
	display:block;
}

.menuBtn{
	display:none;
}

.footerCompanySP{
    display: none;
}
.footerEntryBtnSP{
    display: none;
}
.footerCompanyLogoSP{
    display: none;
}

/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/
.subSnsListSP{
	display: none;
}
.headerEntryBtnSP{
	display: none;
}


.footerSitemapSp{
    display: none;
}


.mainVisualLeadBottom{
    display: block;
}
.mainVisualLeadBottomSP{
    display: none;
}
.mainVisualLeadBottomDaySP{
    display: none;
}
.spSlide{
    display: none !important;
}
.pcSlide{
    display: grid !important;
}

.footerCompanyInfoBox{
    display: block;
}

.header5c{
    display: grid;
}

.spNavGrid{
    display: none;
}

.illustTTL{
    display: none;
}
.interviewSvgTTL{
    display: block;
}

.howahowaContentsAreaTTL em{
    display: none;
}



/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
    .topSPdisable{
        display: none;
    }
    .howahowaContentsAreaTTL em{
        display: inline-block;
    }
    header.header.scrolled .gNav{
        background: #00B29E;
    }
    .interviewSvgTTL{
        display: none;
    }
    .illustTTL {
        display: block;
        width: 25%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .illustTTL.big{
        width: 33%;
    }
    #topback {
        width: 40px;
    }
    .inner {
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
    }
    
    .inner.narrow{
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
    }
    
    #ouboHere{
        /*display: none;*/
    }
    .header5c{
        display: none !important;
    }
    .spNavGrid{
        display: inline-flex;
    }

    
    .footerCompanyInfoBox{
        display: none;
    }
    .footerCompanySP{
        display: block;
    }
    .footerEntryBtnSP{
        display: block;
    }
    .footerCompanyLogoSP{
        display: block;
    }
    .opening_logo01{
        width: auto;
    }
    .opening_logo02{
        width: auto;
    }
    /* main visual */
    .mainVisualLogo .opening_logo01 img {
        width: 100px;
    }
    .mainVisualLogo .opening_logo02 img {
        width: 195px;
    }
    .mainVisualLead h2 {
        font-size: 16px;
    }
    .mainVisualLead .animate_text01 p{
        text-align: center;
        opacity: 0;
    }
    .mainVisualLead .animate_text02 p{
        text-align: center;
        opacity: 0;
    }
    .mainVisualLead .animate_text03 p{
        text-align: center;
        opacity: 0;
    }
    .opening_logo01, .opening_logo02{
        top: 59%;
    }
    .mainVisualLead p span{
        margin-bottom: 10px;
    }
    .mainVisualLead {
        top: 88%;
    }
    .slide ul li img{
        width: 100%;
        height: auto;
    }


	.forPC { display: none; }
    .forSP { display: block; }
    .forPC.animate { display: none; }
    .forSP.animate { display: block; }
	.gNav ul li.forSP { display: block; }
    em.forPC { display: none; }
    em.forSP { display: inline; }

	img.forSP, br.forSP { display: inline-block }
	img.forPC, br.forPC { display: none }

    .spSlide{
        display: block !important;
    }
    .pcSlide{
        display: none !important;
    }
    .slide li img{
        opacity: 1;
    }
    .spSlide li{
        opacity: 0;
    }
    .mainVisualLeadBottomSP {
        display: block;
        margin-bottom: 40px;
    }
    .mainVisualLeadBottom{
        display: none;
    }
    .headerLogo span {
        padding: 7px 1px 3px 14px;
    }
    .mainVisualLeadBottomSP .categoryTTL {
        margin-left: 6%;
        margin-top: 2%;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold;
    }
.mainVisualLeadBottomSP h1{
    margin-left: 6%;
    margin-top: 2%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.mainVisualLeadBottomSP .yakushoku{
    margin-left: 0;
    margin-top: 2%;
}
.mainVisualLeadBottomSP .name{
    margin-left: 0;
    margin-top: 2%;
    font-size: 16px;
}

    .watashiIconShigotoDetail.right {
        width: 70px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 10;
        left: auto;
    }

    .watashiIconShigotoDetail {
        width: 70px;
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 10;
        right: auto;
    }


    .headerCompanySP{
        display: block;
        grid-column: span 2;
        margin-top: 0;
    }
    .headerCompanySP h3{
        
        margin-bottom: 15px;
    }
    .gNav .headerCompanyText{
        padding-top: 15px;
        padding-bottom: 15px;
        color: #FFFFFF;
        font-size: 14px;
    }
    .gNav .headerCompanyText h3{
        font-size: 18px;
    }
    .gNav .headerCompanyText a{
        color: #FFFFFF;
        margin-bottom: 0px;
        display: inline-block;
    }
    .mapMailText {
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .mapMailText a{
        text-decoration: underline;
    }
    .footerCompanyText .mapMailText a{
        text-decoration: underline;
    }
    .spNavGrid ul{
        margin-bottom: 30px;
    }
    .footerSitemapSp{
        display: block;
    }
    .footerSitemap{
        display: none;
    }
    .footer5c li ul.childList {
        padding-top: 0;
        margin-left: -20px;
        margin-right: -20px;
        padding-bottom: 10px;
    }
    .gNav .headerCompanyText .telText h3{
        font-size: 15px;
        padding-bottom: 0;
        font-weight: normal;
        margin-bottom: 5px;
    }
    .gNav .headerCompanyText .telText h3 a{

    }
    .gNav .headerCompanyText .telText a {
        text-decoration: none;
        margin-bottom: 1px;
    }
    .gNav .headerCompanyText .telNumber{
        font-size: 18px;
    }
    .gNav ul li a{
        color: #FFF;
        font-size: 12px;
    }
    .gNav ul li{
        text-align: left;
    }
    .gNav .header2c > li > a{
        background-color: #0E9F8C;
        padding: 8px 10px;
        border-radius: 0 100px 100px 0;
    }
    .gNav .header2c > li {
        margin-bottom: 30px;
    }
    .gNav .header2c ul.childList li{
        padding-left: 10px;
    }
    .gNav .header2c ul li ul.childList a{
        margin-bottom: 20px;
    }
    
    
/* layout */


body {
    min-width: inherit;
	font-size: 13px;
    line-height: 1.6;
}
.container {
    width:96%;
	padding-left:2%;
	padding-right:2%;
}
	header.header{
		min-width: inherit;
	}
.contents {
    width: 100%;
}
.headerLogo img{
	max-width: 120px;
}
#wrapper{
	min-width: auto;
    overflow: hidden;
    padding-top: 50px;
}
#wrapper.topPage{
    padding-top: 0;
}
footer.footer .boxInnerLR{
	width: auto;
	display: block;
}
header.header{
	width: 100%;
	min-width: auto;
	box-sizing: border-box;
}

.gNav {
    float: right;
	padding: 30px;
	background-color: #00B29E;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}
.gNav ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
}
.gNav .subSnsListSP ul {
	text-align: center;
    margin-bottom: 20px;
}
.gNav .subSnsListSP ul li {
    display: inline-block;
    max-width: 20%;
    padding: 5% 3% 0% 3%;
    display: inline-block;
}
.gNav .subSnsListSP ul li img{
    width: 40px;
}
.gNav .subSnsListSP  ul li{
	border:none;
}
.gNav .subSnsListSP  ul li img{
	width: 100%;
}
.headerEntryBtnSP{
	margin-top: 20px;
}
.headerEntryBtnSP a{
    text-align: center;
    display: block;
    box-sizing: border-box;
    width: 82%;
    margin-left: 9%;
    margin-right: 5%;
    color: #d81925;
    font-weight: bold;
    font-size: 16px;
}


.subSnsListSP{
	display: block;
}
.headerEntryBtnSP{
	display: block;
}
.headerEntryBtn{
	display: none;
}
.headerSpBtnBox{
	right: 0;
	left: auto;
}
.headerSpBtnBox {
    right: 14px;
    left: auto;
}
.headerSpBtn {
    position: absolute;
    /* top: 13px; */
    right: 3px;
    z-index: 3;
    width: 17px;
    height: 16px;
    cursor: pointer;
}
.headerSpBtn span:nth-of-type(1) {
    top: 0px;
}
.headerSpBtn span:nth-of-type(2) {
    top: 7px;
}
.headerSpBtn span:nth-of-type(3) {
    top: 14px;
}
.headerSpBtn.open span:nth-of-type(1){
	top: 6px;
}
.headerSpBtn.open span:nth-of-type(3) {
    top: 6px;
}
.headerLogo span{
    margin-left: 0;
    border: none;
}

.contentArea .contentAreaLineWrapper{
	min-width: auto;
	width: auto;
	display: block;
    grid-template-columns: none;
    margin-left: auto;
    margin-right: auto;
}
.footerLbox{
	border-right: none;
}
.subSnsList{
	display: none;
}

.side {
    width: 100%;
	float:none;
}

/* gnav */
.gNav{
    margin: 0 auto 0px;
    padding: 0;
    float: none;
    position: absolute;
    width: 100%;
    top: 50px;
	display: none;
	overflow: auto;
    max-height: calc(100vh - 50px);
	padding-bottom: 30px;
}

.spSlide{
    position: relative;
}
.spSlide::after{
    content: '';
    display: block;
    clear: both;
}



.gNav .subSnsListSP ul li:first-child{
	border-bottom: none;
}
.gNav h3{
    border-bottom: none;
}
.gNav .headerCompanyText{
    border-top: 1px #A1CFC6 solid;
}

.mainVisualLead h1 {
    font-size: 25px;
}
.headerCompanyLogo{
    margin-bottom: 40px;
}
.headerCompanyLogo span {
    display: inline-block;
    margin-left: 20px;
    border-left: solid 3px #fff;
    padding: 8px 1px 5px 14px;
    line-height: 1;
}
.headerCompanyLogo a{
    color: #fff;
}
.headerCompanyLogo img{
    width: 125px;
}
.spNavGrid {
    display: grid;
    grid-template-columns: 45% 41%;
    grid-column-gap: 11%;
    padding-left: 0%;
    padding-right: 2%;
}
	


main{
	padding-top: 0px;
	}
/* header */
	header.header {
    height: 50px;
	}

.headerLogo p, .headerLogo h1 {
    width: 50px;
    height: 50px;
}


.topMainBottomCover .boxInnerLR {
    display: none;
}
.topMainBottomCover{
    display: none;
}
.footer.top .footerLbox{
    display: none;
}

.footer.top .footerSitemapSp{
    padding-top: 0;
}
.footerSitemapBox{
    background-color: #00B29E;
}
.footerSitemapBox a{
    color: #FFF;
}
.footerInner{
    width: auto;
}
.footer5c {
    display: grid;
    grid-template-columns: 1fr;
}
.footer5c li:first-child{
    border-top: solid 1px #A1CFC6;
}
.footer5c li{
    border-bottom: solid 1px #A1CFC6;
    text-align: left;
}
.footer5c li a{
    background-color: transparent;
    color: #FFF;
    text-align: left;
    padding: 15px;
}
.footer5c li .childList a{
    padding: 10px 15px;
}

.footer5c li a.spOpenBtn::after {
    content: '＋';
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 20px;
    font-weight: normal;
}
.footer5c li a.spOpenBtn.active:after {
    content: '−';
    right: 24px;
    top: 8px;
}
.footer5c li a{
    position: relative;
}
.footer5c li .childList a::after{
    display: none;
}
.footer5c li .childList{
    display: none;
}


.footer5c li ul.childList{
    margin-left: 4%;
    margin-right: 4%;
}
.footer5c li ul:last-child{
    border-bottom: none;
}
.footer5c li ul.childList li a{
    color: #FFF;
}
.footer5c li ul.childList li{
    border: none;
}


.footerCompanySP{
    display: block;
    grid-column: span 2;
    margin-top: 0;
    text-align: center;
    color: #FFF;
}
.footerCompanySP h3{
    color: #FFF;
    margin-bottom: 15px;
    font-size: 18px;
}
.footerCompanyText{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-size: 13px;
    color: #FFF;
}
.footerCompanyText h3{
    font-size: 20px;
}
.footerCompanyText a{
    color: #FFFFFF;
    margin-bottom: 0px;
    display: inline-block;
}

.footerCompanyText .telText h3 {
    font-size: 15px;
    padding-bottom: 0;
    font-weight: normal;
    margin-bottom: 5px;
}
.footerCompanyText .telText h3 a{

}
.footerCompanyText .telText a {
    text-decoration: none;
    margin-bottom: 1px;
}
.footerCompanyText .telNumber{
    font-size: 18px;
}
.footerCompanyText a {
    text-decoration: none;
}
.footerCompanyLogoSP{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footerCompanyLogoSP img {
    width: 125px;
}
.footerCompanyLogoSP span {
    display: inline-block;
    margin-left: 20px;
    border-left: solid 3px #fff;
    padding: 8px 1px 5px 14px;
    line-height: 1;
}


.w50p{
	width:100%;
}
.w33p{
	width:50%;
}

.w25p{
	width:50%;
}
	.footerSitemapList {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    color: #FFFFFF;
}
	
	.footerOtherLinkList ul
	{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	.footerOtherLinkList ul li {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
	.footerSitemapList div{
    border-bottom: solid 1px #FFFFFF;
}
.footerSitemap {
    padding-top: 0;
    padding-bottom: 20px;
}
	
	.footerOtherLinkList .inner{
	width: auto;
}
.footerSitemap .inner{
	width: auto;
}

/*
contents
*/

.contentAreaLbox {
    border-right: none;
    box-sizing: border-box;
}
.contentAreaLbox h1.leftTTLbox {
    text-align: left;
	padding: 2% 6%;
    font-weight: bold;
    font-size: 18px;
	margin-bottom: 15px;
}
.contentAreaLbox h1.leftTTLbox span {
    text-align: left;
    margin-top: 0;
}
.bottomBigTitle03 {
    padding: 0px 6% 0 6%;
}
.bottomBigTitle03 h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.bottomContentImgBox{
    padding-left: 6%;
    padding-right: 6%;
}

.bottomContentImgBox.shacho img{
    margin-left: 13%;
}

.contentAreaRbox.pdgPage {
    padding-top: 0px;
}
.contentAreaRbox {
    padding-top: 0;
    padding-bottom: 30px;
}
.balanceMemberList {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 15px;
    margin-bottom: 30px;
}
.balanceMemberList li {
    margin-bottom: 10px;
}
.balanceMember {
    width: 88%;
    margin: 0 6%;
}
.balanceBlock h3 {
    padding-left: 0;
    border-bottom: none;
    margin-bottom: 10px;
}

.balanceBlock {
    max-width: none;
    padding: 0 6% 0 6%;
}
.bottomBigTitle02 {
    padding: 0 6%;
    margin-bottom: 40px;
}
.bottomBigTitle02 h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

.leftPhotoBox02 {
    margin-left: 0;
    display: block;
    grid-template-columns: none;
    padding: 0 6%;
}
.contentAreaRbox section.rightPhotoBox02 {
    display: block;
    grid-template-columns: none;
    margin-left: 0;
    padding: 0 6%;
    margin-bottom: 60px;
}
.contentAreaRbox section {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
    row-gap: 0;
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box;
    margin-left: 0;
    box-sizing: border-box;
}

.rightPhotoBox .bottomContentImgBox {
    float: none;
    margin-right: 0;
    max-width: none;
}

.leftPhotoBox .bottomContentImgBox {
    float: none;
    margin-right: 0;
    max-width: 100%;
}

.daySectionBox .dayTimebox{
    width: 110px;
}

.bottomContentImgBox{
	margin-bottom: 15px;
}
.leftPhotoBox02 .bottomContentImgBox,
.rightPhotoBox02 .bottomContentImgBox{
	max-width: none;
}
.textBox{
	margin-bottom: 10px;
}
.contentAreaRbox.topMessageBottom0 section {
    margin-left: 0;
    margin-top: 30px;
    display: block;
    grid-template-columns: none;
    margin-bottom: 60px;
}
.topmessagePhotoBox h2 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}
.topmessagePhotoBox .textBox {
    align-self: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
.profileBlock {
    padding: 0 6%;
    margin-bottom: 40px;
}

.layoutPhotoBox01 {
    display: block;
    grid-template-columns: none;
    max-width: none;
    margin-left: 0;
    padding: 0 6%;
}
.layoutPhotoBox02 {
    position: relative;
    margin-left: auto;
    padding-left: 6%;
    padding-right: 6%;
}
.layoutPhotoBox02 .maruList {
    position: relative;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.layoutPhotoBox03 {
    display: block;
    grid-template-columns: none;
    max-width: none;
    margin-left: 0;
    padding: 0 6%;
}
.layoutPhotoBox02 p {
    position: relative;
    right: 0;
    top: 0;
    width: auto;
}
.layoutPhotoBox04 {
    max-width: none;
    margin-left: 0;
    padding-left: 6%;
    padding-right: 6%;
}
.layoutPhotoBox05 {
	display: block;
    grid-template-columns: none;
    max-width: none;
    margin-left: 0;
    padding-left: 6%;
    padding-right: 6%;
    margin-right: auto;
}
.layoutPhotoBox06 {
    position: relative;
    margin-left: auto;
    padding-left: 0;
    padding-left: 6%;
    padding-right: 6%;
}
.layoutPhotoBox07 {
    max-width: none;
    margin-left: 0;
    padding-left: 6%;
    padding-right: 6%;
}
.layoutPhotoBox06 p {
    position: relative;
    right: 0;
    top: 0;
    width: auto;
}
.requirementBlock {
    padding: 0 6%;
}
.faqList {
    max-width: none;
    padding: 6% 2% 0 0;
}
.faqMark {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    line-height: 1;
}
.faqItemQ {
    padding: 0px 0 20px 40px;
    color: #d81925;
    font-size: 16px;
    font-weight: bold;
}
.faqItemA {
    padding: 0px 0 0 40px;
}
.faqItem {
    position: relative;
    margin-bottom: 40px;
}
.bottomBigTitle {
    padding: 0 6%;
    margin-bottom: 20px;
}
.bottomBigTitle.day{
    margin-bottom: 40px;
}
.bottomBigTitle h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.movieBoxWrapper {
    padding-left: 0;
    max-width: 100%;
}
.shigotoShokaiIndexList {
    margin-left: 0;
	width:auto;
}
.shigotoShokaiIndexList ul {
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 15px;
}

.contentAreaRbox.dayPage {
    padding-top: 0;
}
.daySectionBox .dayTimebox{
	font-size: 12px;
}
.dayContentsBoxWrapper {
    display: block;
    grid-template-columns: none;
    column-gap: inherit;
}

.daySectionBox {
    margin-bottom: 30px;
    margin-left: 0;
    display: grid;
    grid-template-columns: 75px 1fr;
    column-gap: 15px;
    padding: 0 6%;
}
.dayContentsBoxWrapper h3 {
    font-size: 16px;
}
.daySectionBox .dayTimebox{
	box-sizing: border-box;
}

/* footer */
.footerSitemapList {
    position: relative;
    padding: 0 0;
}
.leftPhotoBox03 {
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box;
	margin-left: 0;
}
.contentAreaRbox section.leftPhotoBox03{
	display: block;
}
.leftPhotoBox03 .bottomContentImgBox {
    max-width: none;
}
.contentAreaRbox h3 {
    font-size: 18px;
}
.contentAreaRbox h3 .fs {
    font-size: 13px;
}
/* adj */
.adj01 {
    margin-left: 0;
}



.facilityList {
    max-width: 620px;
    padding: 0 6%;
}

.backToStaffIndex{
	background-color: #d81925;
	color: #FFFFFF;
	padding: 10px;
	min-width: 80%;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.infoContentsDl i {
    display: inline-block;
    margin-right: 15px;
    min-width: 55px;
}
.footerSitemapBox {
    border-top: 15px solid;
    border-image: linear-gradient(to right, #73b0a4 0%, #fef7a5 100%);
    border-image-slice: 1;
}
.footerLbox{
    display: none;
}
.footerSitemapSp{
    padding-top: 15px;
}
.footerSitemapSp ul {
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding-top: 0;
    border-bottom: solid 1px #FFFFFF;
}
.footerSitemapSp h3{
    text-align: left;
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    padding-top: 10px;
    position: relative;
}
.footerSitemapSp h3:after{
    content: '＋';
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 20px;
    font-weight: normal
}
.footerSitemapSp h3.active:after{
    content: '−';
    right: 21px;
    top: 4px;
}
.footerSitemapSp h3{
    padding-left: 6%;
    padding-right: 6%;
}
.footerSitemapSp ul li a{
    padding-left: 6%;
    padding-right: 6%;
    display: block;
    margin-bottom: 13px;
    font-size: 15px;
}
.footerSitemapSp ul li{
    text-align: left;
}
.footerSitemapSp ul li{
    display: none;
}

.footerSitemapList ul:last-child{
    margin-bottom:  15px;
    border-bottom: #FFFFFF solid 1px;
}

.footerSitemapSp .footerLogo {
    text-align: center;
    padding: 10px 1px 40px 10px;
}
.footerLogo img {
    width: 125px;
}
.footerLogo a{
    margin-left: 0;
}
.footerCopyright {
    position: absolute;
    bottom: 15px;
    right: 0;
    font-size: 10px;
    left: 0;
}
.visualAreaBottom{
    border-image: linear-gradient(to right, #73b0a4 0%, #fef7a5 100%);
    border-image-slice: 1;
}
.movieBoxWrapper {
    padding-left: 0;
    max-width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
}
.mainVisualLeadBottomDay{
    display: none;
}
.mainVisualLeadBottomDaySP{
    display: block;
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 20px;
}
.shigotoShokaiTopProfile{
    border-left: 3px solid #d81925;
    padding-left: 10px;
    margin-left: 6%;
    margin-right: 6%;
}
.shigotoShokaiTopProfile .name{
    font-size: 18px;
}
.dayTimeBoxWrapper{
    margin-bottom: 15px;
}
.headerMenuText {
    padding-left: 51px;
    cursor: pointer;
    margin-top: 0px;
}

h2.redTitle {
    background-color: #FFFFFF;
    width: 88%;
    border-radius: 5px;
    border: #d81925 solid 2px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    line-height: 1;
    box-sizing: border-box;
    margin-left: 6%;
    margin-right: 6%;
}
.vbisionSDGsImg {
    display: inline-block;
    max-width: 130px;
    margin-left: 16px;
    padding-top: 0px;
    position: absolute;
    margin-right: 11px;
}
.visionBox h3:before{
    display: none;
}
.visionBox h3{
    padding-left: 0;
}


.visionBox .bottomContentImgBox {
    max-width: inherit;
    margin-bottom: 15px;
}
.vbisionSDGsImg {
    display: inline-block;
    max-width: 130px;
    margin-left: 20px;
    padding-top: 0px;
    position: absolute;
}
h2.redTitle.sdg {
    margin-bottom: 30px;
}
.backToStaffIndex{
    margin-left: 0;
}
.visionBox02.img80p img{
	width: 100%;
	height: auto;
}
.visionBox02.img80p{
    margin-left: 0;
}
.layoutPhotoBox06 h3 {
    margin-bottom: 0;
}

.balanceMemberList li p {
    padding: 10px 0 0 4px;
    font-size: 11px;
}
.shigotoShokaiIndexList ul li:nth-child(n+5) .watashiIconShigotoIndex{
    top: auto;
}
.shigotoShokaiIndexList ul li .watashiIconShigotoIndex {
    width: 80px;
    position: absolute;
    bottom: 82px;
    right: -10px;
    top: auto;
}
.shigotoShokaiIndexList ul li:nth-child(10) .watashiIconShigotoIndex {
    bottom: 113px;
}
.shigotoShokaiIndexList ul li:nth-child(6) .watashiIconShigotoIndex {
    bottom: 82px;
}

.shigotoShokaiIndexList ul p {
    font-size: 11px;
    text-align: center;
}

.yakushoku {
    margin-bottom: 0px;
}


.shigotoShokaiTopProfile.day {
    border-left: 3px solid #d81925;
    padding-left: 10px;
    margin-left: 0;
    margin-right: 0;
}
.mainVisualLead h1.animate03 {
    font-size: 25px;
    text-align: center;
}



.contentAreaRbox h3.shaze{
    border-bottom: none;
    margin-bottom: 0;
}
.balanceList li:last-child{
    margin-bottom: 40px;
}

.layoutPhotoBox06 .maruList {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
}
.layoutPhotoBox07{
    margin-top: auto;
}
.rightPhotoBox02 .bottomContentImgBox.adj01 {
    margin-left: auto;
    margin-top: auto;
}
.rightPhotoBox02 .textBox {
    max-width: initial;
    align-self: normal;
    margin-top: auto;
}

.contentAreaRbox section.layoutPhotoBox01 {
    margin-bottom: 45px;
}
.contentAreaRbox section.layoutPhotoBox02 {
    margin-bottom: 45px;
}
.contentAreaRbox section.layoutPhotoBox03 {
    margin-bottom: 45px;
}
.contentAreaRbox section.layoutPhotoBox04 {
    margin-bottom: 45px;
}
.contentAreaRbox section.layoutPhotoBox05 {
    margin-bottom: 45px;
}
.contentAreaRbox section.layoutPhotoBox06 {
    margin-bottom: 45px;
}
.contentAreaRbox section.layoutPhotoBox07 {
    margin-bottom: 45px;
}


.howahowaContentsAreaTTL {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    font-size: 18px;
}
.howahowaContentsAreaTTL::before{
    width: 30px;
    height: 40px;
}
.howahowaContentsAreaTTL::after{
    width: 30px;
    height: 35px;
    top: 1px;
}
.howahowaContentsAreaTTL span::after{
    width: calc(100% - 30px);
    left: 36px;
    height: 3px;
    bottom: -7px;
}
.fuwafuwaContentsBox {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-right: 0;
    margin-left: -8px;
}
.greenMsg {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.aboutMsgAlignC {
    text-align: left;
    margin-bottom: 30px;
    font-size: 13px;
}
section {
    margin-bottom: 60px;
}
.msg3cPhoto{
    margin-left: -4%;
    margin-right: -4%;
    column-gap: 0;
    margin-bottom: 0;
}
section:last-child {
    margin-bottom: 0;
    padding-bottom: 80px;
}
.obiTTL::before{
    width: 30px;
    height: 30px;
    left: -8px;
}
.obiTTL::after{
    width: 35px;
    height: 38px;
    top: -7px;
}
.obiTTL {
    padding-left: 40px;
    font-size: 18px;
    color: #00a28c;
}
.obiTTLBox{
    margin-bottom: 40px;
    background: linear-gradient(to right, #73b0a4 0%, #fef7a5 100%);
    background-color: transparent;
   
}
h1.obiTTL{
    color: #fff;
}

.topName {
    font-size: 14px;
}
.leadAlignC {
    text-align: left;
    font-size: 13px;
}
.aboutAbImgBox {
    width: 90px;
    position: relative;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.about2cLRbox .imgBoxL,
.about2cLRbox .imgBoxR{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.about2cLRbox .imgBoxL {
    float: none;
    margin-bottom: 15px;
}
.about2cLRbox .textBoxR {
    float: none;
    width: 100%;
}
.about2cLRbox .greenH3 {
    font-size: 18px;
    color: #00a28c;
    margin-bottom: 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.about2cLRbox .imgBoxR {
    float: none;
    margin-bottom: 15px;
}
.about2cLRbox .textBoxL {
    float: none;
    width: 100%;
}
.about2cLRbox .textBoxL .greenH3 {
    text-align: left;
}
.BeBgBoxR .inner, .BeBgBoxL .inner {
    padding: 6%;
    width: 88%;
}
.BeBgBoxL .labeList ul, .BeBgBoxR .labeList ul {
    margin-top: 15px;
    text-align: center;
}
.BeBgBoxR .imgBoxL {
    float: left;
    width: 96%;
    margin-bottom: 15px;
}
.BeBgBoxR .inner, .BeBgBoxL .inner{
    margin-left: 0;
    margin-right: 0;
}
.BeBgBoxR .imgBoxL {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
.BeBgBoxR .greenH3, .BeBgBoxL .greenH3 {
    text-align: center;
    font-size: 17px;
}
.BeBgBoxR,
.BeBgBoxL {
    position: relative;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fcfbf5;
    box-shadow: 2px 0px 4px 1px rgb(0 0 0 / 5%);
}
.BeBgBoxL .imgBoxR {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
.BeBgBoxR .inner::before{
    display: none;
}
.BeBgBoxL .inner::before{
    display: none;
}
.BeBgBoxL .imgBoxR {
    float: none;
    width: 100%;
}
.BeBgBoxR .textBoxR {
    float: none;
    width: 100%;
}
.BeBgBoxL .textBoxL {
    float: none;
    width: 100%;
}
.BeBgBoxL .labelBox, .BeBgBoxR .labelBox {
    font-size: 14px;
    padding: 3px 30px;
    background-color: #00B29E;
    color: #FFF;
    text-align: center;
    display: block;
}
.educationBorderBox{
    grid-template-columns: 1fr;
    row-gap: 15px;
}
.educationBorderBox .textImgBoxL p{
    font-size: 13px;
}
.educationBorderBox {
    padding: 0;
}
.educationBorderBox{
    border: none;
    background-color: #fcfbf5;
    box-shadow: 2px 0px 4px 1px rgb(0 0 0 / 5%);
}
.educationGreenBorderBox{
    border: none;
    background-color: #fcfbf5;
    box-shadow: 2px 0px 4px 1px rgb(0 0 0 / 5%);
    z-index: -2;
    position: relative;
}
.educationBorderBox .imgBoxR, .educationBorderBox .textImgBoxL {
    padding: 4% 10%;
}
.zuImg{
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}
.education3cBox {
    grid-template-columns: 1fr;
    row-gap: 45px;
    margin-bottom: 80px;
    padding: 8%;
}
.educationGreenTTL{
    padding: 5px;
    font-size: 18px;
    background-color: #00a28c;
    color: #fff;
}
.educationNumTTL{
    font-size: 16px;;
}
.educationGreenBorderBox:nth-child(1),
.educationGreenBorderBox:nth-child(2){
    border-bottom: none;
}
.roundGreenTTL {
    margin-bottom: 20px;
    font-size: 15px;
    padding: 7px;
    border-radius: 15px;
}
.roundGreenTTL span{
    display: block;
    font-size: 13px;
}
.BeBgBoxL .labeList ul li, .BeBgBoxR .labeList ul li{
    font-size: 12px;
}
.movie2cBox ul {
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
    width: 100%;
}
.imgTTL ~ p.leadAlignC{
    margin-left: 4%;
    margin-right: 4%;
}
.movie2cBox ul li h4 {
    font-size: 14px;
}
.movie2cBox ul li h5{
    line-height: 1.3;
}
.videoBox {
    margin-bottom: 5px;
}
.staffMsgBox {
    width: fit-content;
    float: none;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}
.staffMsgBox h3{
    font-size: 40px;
}
.staffMsgBox h4 {
    font-size: 20px;
    padding-bottom: 150px;
    position: relative;
}
.staffMsgBox h4::before{
    bottom: 32px;
}
.staffMsgBox h4::after{
    bottom: 70px;
}
.staffIndexList ul{
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
}
.staffIndexList{
    width: 100%;
}
.staffIndexList .name p{
    font-size: 11px;
}
.staffIndexList .name span {
    font-size: 20px;
}
.staffIndexList .name{
    position: relative;
    color: #000000;
    background-color: transparent !important;
}
.staffMsgBox h4::before{
    left: -10px;
}
.staffMsgBox h4::after{
    left: 50px;
}
.interviewTtlBox{
    grid-template-columns: 1fr;
    position: relative;
    padding: 10px 4%;
}
.interviewMainvisual h1 {
    padding: 20px 10px;
    font-size: 18px;
    position: absolute;
    top: 100px;
    right: 0%;
    transform: none;
    z-index: 100;
    color: #fff;
    writing-mode: vertical-rl;
}
.interviewMainvisual h1.spTtlR{
    right: 20px;
    left: auto;
}
.interviewMainvisual h1.spTtlL{
    left: 20px;
    right: auto;
}
.spTtlL i {
    transform: rotate(-90deg);
    display: inline-block;
    margin-bottom: 5px;
}
.spTtlL i:first-child{
    margin-top: 2px;
}
.interviewTtlBox h2{
    display: block;
    font-size: 23px;
    letter-spacing: 0 !important;
    padding-bottom: 10px;
}
.interviewTtlBox h2 span {
    font-size: 36px;
}
.interviewTtlBox{
    padding: 0;
    background-color: transparent;
    background: none;
}
.interviewTtlBox .interviewTtlL {
    text-align: center;
    padding: 5px 0 10px;
    background: linear-gradient(90deg, rgba(255,243,63,0.9) 0%, rgba(169,208,107,0.9) 25%, rgba(169,208,107,0.9) 100%);
    line-height: 1;
    margin-top: -1px;
}
.hyakkaten .interviewTtlBox .interviewTtlL{

}
.chokuei .interviewTtlBox .interviewTtlL{
    background: linear-gradient(90deg, rgba(255,243,63,0.9) 0%, rgba(133,203,189,0.9) 33%, rgba(133,203,189,0.9) 100%);
}
.shop .interviewTtlBox .interviewTtlL{
    background: linear-gradient(90deg, rgba(255,243,63,0.9) 0%, rgba(0,178,158,0.9) 33%, rgba(0,178,158,0.9) 100%);
}

.stepup .interviewTtlBox .interviewTtlL{
    background: linear-gradient(90deg, rgba(255,243,63,0.9) 0%, rgba(150,179,221,0.9) 33%, rgba(150,179,221,0.9) 100%);
}


.interviewTtlBox .interviewTtlR{
    border: none;
    color: #000000;
    padding: 4%;
    background-color: #fff;
}
.interviewTtlBox .interviewTtlR .name {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.chokuei .sectionBgLGreen01 {
    background-color: #fff;
}
.shop .sectionBgLGreen01 {
    background-color: #fff;
}
.interviewLeadAlignC {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 18px;
    color: #00a28c;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.hyakkaten .interviewLeadAlignC{
    color: #65ab27;
}
.shop .interviewLeadAlignC{

}
.chokuei .interviewLeadAlignC {
    color: #2eb6a6;
}
.stepup .interviewLeadAlignC {
    color: #7697cb;
}

.shop .interviewScheduleBox {
    border:none;
}
.stepup .sectionBgLGreen01 {
    background-color: #fff;
}
.sectionBgLGreen01 {
    background-color: transparent;
}
section:nth-child(4) .interview2cLRbox{
    padding-bottom: 0px;
}
.stepup .interviewTtlBox h2 span {
    letter-spacing: -4px;
}

section:nth-child(4) .interview2cLRbox::after,
section:nth-child(4) .interview2cLRbox::before{
    display: none;
}

section:nth-last-child(2) .interview2cLRbox{
    padding-bottom: 0px;
}

section:nth-last-child(2) .interview2cLRbox::after,
section:nth-last-child(2) .interview2cLRbox::before{
    display: none;
}
.interviewTtlBox .interviewTtlR p {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
}
.interview2cLRbox {
    padding-bottom: 110px;
}
.interview2cLRbox .imgBoxL,
.interview2cLRbox .imgBoxR {
    float: none;
    width: 85%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.interview2cLRbox .imgBoxL::after,
.interview2cLRbox .imgBoxR::after,
.interview2cLRbox .imgBoxL::before,
.interview2cLRbox .imgBoxR::before{
    display: none;
}
.interview2cLRbox::after{
	width: 40px;
	height: 40px;
	background-image: url(../images/fuwafuwa_green.svg);
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	animation: 8s fuwafuwa_g infinite;
}
.interview2cLRbox::before{
    width: 40px;
    height: 40px;
    background-image: url(../images/fuwafuwa_yellow.svg);
    position: absolute;
    bottom: 5px;
    left: -30px;
    right: 0;
    margin: auto;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
	animation: 10s fuwafuwa_y infinite;
}


.interview2cLRbox .textBoxR,
.interview2cLRbox .textBoxL {
    float: none;
    width: 100%;
}
.interview2cLRbox .greenH3 {
    font-size: 18px;
    text-align: center;
}
.interview2cLRbox .textBoxL .greenH3{
    text-align: center;
}
.interviewScheduleBox {
    border-radius: 0;
    border: none;
    margin-top: 0;
}
.interviewScheduleList {
    padding: 0;
}
.interviewScheduleList ul {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
}

.interviewScheduleList ul li{
    display: grid;
    grid-template-columns: 45% 1fr;
    column-gap: 4%;
    margin-bottom: 60px;
}

.interviewScheduleList ul li p{
    font-size: 11px;
}

.interviewScheduleList h5{
    margin-bottom: 14px;
}
.interviewScheduleList .label{
    margin-bottom: 5px;
}
.interviewScheduleList h5{
    margin-bottom: 5px;
}
.interviewBackBtn {
    width: 100%;
    margin: auto;
}
.interviewBackBtn a{
    font-size: 15px;
    padding: 7px 10px 15px 10px;
}
.interviewScheduleList ul li:last-child{
    margin-bottom: 0;
}

.conversationLeadAlignC {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: left;
}
.interviewMainvisual h1.mainTTLimg{
    top: 24%;
}
.interviewMainvisual h1.mainTTLimg img {
    width: 48vw;
}
.conversationL{
    float: none;
    width: 102%;
    background-color: #f0f8f6;
    padding-top: 20px;
    margin-bottom: 40px;
    z-index: 1;
    margin-left: -1%;
    margin-right: -1%;
}
.convesationStaff ul{
    display: block;
    text-align: center;
}
.convesationStaff ul li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 30%;
}
.convesationStaff ul li .position{
    display: none;
}
.convesationStaff .name {
    font-size: 14px;
}
.conversationBox {
    margin-left: -9%;
    margin-right: -9%;
}
.conversationR {
    float: none;
    width: 100%;
}
.conversationContentsBox {
    background-color: #fff;
    padding: 0 0 130px 0;
    position: relative;
}
.conversationContentsBox h2{
    background-color: #f0f8f6;
    font-size: 16px;
}
.conversationContentsBox h2::before,
.conversationContentsBox h2::after{
    display: none;
}
.conversationContentsBox h2 span::before,
.conversationContentsBox h2 span::after{
    display: none;
}
.conversationText{
    padding-left: 4%;
    padding-right: 4%;
}
.conversationText dl dt{
    width: 90px;
}
.conversationText dl dd {
    margin-left: 90px;
}
.conversationText dl {
    font-size: 14px;
}
.conversationContentsBox::before {
    width: 40px;
    height: 60px;
    left: -40px;
    bottom: 36px;
}
.conversationContentsBox::after {
    width: 50px;
    height: 50px;
    left: 10px;
    bottom: 70px;
}
.infoObiTTLBox h3 {
    font-size: 18px;
    color: #00a28c;
}
.infoContentsDl dl {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: none;
    row-gap: 8px;
    margin-bottom: 0;
}
.infoContentsDl dt {
    background-color: #f0f8f6;
    padding: 8px 15px;
    margin-left: -4.2%;
    margin-right: -4.2%;
    margin-bottom: 20px;
}

.infoObiTTLBox{
    /* display: none; */
}
.howahowaContentsAreaTTL em {
    position: absolute;
    bottom: -43px;
    left: 40px;
    right: 0;
    margin: auto -50px;
    font-size: 18px;
}

.infoLRbox {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    column-gap: 3%;
    margin-bottom: 50px;
}
.infoLRbox h4 {
    font-size: 18px;
    color: #00a28c;
    margin-bottom: 10px;
    text-align: center;
}
.infoLRbox .imgBox{
    width: 80%;
    margin-left: auto;
    margin-right: auto;    
}

.infoFaqBox dl {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.infoFaqBox dl::before {
    content: 'Q';
    color: #00a28c;
    font-size: 38px;
    position: absolute;
    top: 0px;
    left: 5px;
    font-weight: bold;
    line-height: 1;
}
.infoFaqBox dl dt {
    font-size: 16px;
}
.workPhot3c{
    width: 100%;
}
.hyakkaten .interviewScheduleList li::after {
    background-image: url(../images/yajirushi_tate_green.svg);
}
.shop .interviewScheduleList li::after {
    background-image: url(../images/yajirushi_tate.svg);
}

.interviewScheduleList li::after {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 28px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    top: auto;
}
.interviewScheduleList li:last-child::after{
	display: none;
}
.aboutAbContentsSP{
    float: left;
    width: 70%;
}
.aboutAbImgBoxSP{
    float: right;
    width: 20%;
    margin-top: 40px;
}
.howahowaContentsAreaTTL span{
    padding-left: 45px;
    padding-right: 45px;
}
.forSP .howahowaContentsAreaTTL span {
    padding-left: 45px;
    padding-right: 45px;
    color: #00a28c;
    font-size: 12px;
}
.forSP .howahowaContentsAreaTTL span.long {
    padding-left: 100px;
    padding-right: 100px;
    color: #00a28c;
    font-size: 12px;
}
.laboImgTTL img {
    max-width: 110px;
}
.laboH2TTL{
    background-color: #f0f8f6;
    color: #00a28c;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 8px;
}
.interviewMainvisual {
    position: relative;
    margin-top: -80px;
}
.interviewMainvisual.conversationNoMinus{
    margin-top: 0;
    border-bottom: #e0f1ed 20px solid;
}

.visualAreaBottom.noBorder{
    border: none;
}

@-moz-document url-prefix() {
    .headerLogo {
        width: auto;
    }
}

.footer5c li ul.childList .comeBack{
	text-align: inherit;
}
.footer5c li ul.childList .comeBack a{
    background-color: #00B29E;
    color: #FFF;
    width: auto;
    padding: 10px 15px;
    text-align: left;
    border-radius: 0;
    display: inherit;
    box-sizing: inherit;
}
.footer5c li ul.childList .comeBack a:hover{
	opacity: 1;
}




} /* media end */



@media screen and (max-width: 320px){
	
	
	
	
	
}
