@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Kiwi_Maru';
  	font-weight: 500;
	src: url("../font/Kiwi_Maru/KiwiMaru-Medium.ttf");
}



/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */

.c4 { color: #66B3D5;}

.floatBtn {
	position: fixed;
    bottom: 15%;
    right: 0;
    z-index: 2;
}
.floatBtn a {
    display: block;
    background: #66B3D5 url("../images/ico_recruit.svg") no-repeat center 20px;
	background-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: #fff solid 2px;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 50px 20px 15px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

.recruitHeadLine {
	color: #66B3D5;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

#recruitHead {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#recruitHead h2 {
	padding-top: 80px;
	font-size: 32px;
	letter-spacing: .1em;
	margin-bottom: 40px;
	text-align: center;
}
#recruitHead h2.recuIcoNo {
	padding-top: 0;
}
#recruitHead h2.recuIco01 {
	background: url("../images/recruit/ico_work01.svg") no-repeat center top;
	background-size: 65px;
}
#recruitHead h2.recuIco02 {
	background: url("../images/recruit/ico_work04.svg") no-repeat center top;
	background-size: 65px;
}
#recruitHead h2.recuIco03 {
	background: url("../images/recruit/ico_work02.svg") no-repeat center top;
	background-size: 65px;
}
#recruitHead h2.recuIco04 {
	background: url("../images/recruit/ico_work03.svg") no-repeat center top;
	background-size: 65px;
}

#recruitEntry {
	background-color: #66B3D5;
	padding: 100px 0;
	color: #fff;
}
#recruitEntry h3 {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}
#recruitEntry .recruitEntryList {
	display: flex;
}
#recruitEntry .recruitEntryList li {
	width: calc(100% / 3);
	padding: 0 25px;
	border-right: #fff solid 1px;
}
#recruitEntry .recruitEntryList li:last-child {
	border-right: none;
}
#recruitEntry .recruitEntryList li h4 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
#recruitEntry .recruitEntryList li p {
	font-size: 11px;
	text-align: center;
	margin-bottom: 15px;
}
#recruitEntry .recruitEntryList li .entryBtn {
	margin-bottom: 15px;
}
#recruitEntry .recruitEntryList li .entryBtn a,
#recruitEntry .recruitEntryList li .entryBtn span {
	display: block;
	background-color: #fff;
	color: #66B3D5;
	padding: 12px 15px;
	border-radius: 6px;
	text-decoration: none;
	position: relative;
}
#recruitEntry .recruitEntryList li .entryBtn a::after,
#recruitEntry .recruitEntryList li .entryBtn span::after {
	content: "→";
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 20px;
	transform: translateY(-50%);
}
#recruitEntry .recruitEntryList li .entryBtn span {
	opacity: .5;
}
#recruitEntry .recruitEntryList li .entryBtn p {
	text-align: left;
	line-height: 1.6;
	margin-top: 5px;
}

@media screen and (min-width: 821px) {

}
@media screen and (max-width: 820px) {
	.floatBtn {
		top: inherit;
    	bottom: min(4vw, 30px);
	}
	.floatBtn a {
		background: #66B3D5 url("../images/ico_recruit.svg") no-repeat center min(3vw, 20px);
    	background-size: min(5vw, 20px);
		padding: min(10vw, 50px) min(3vw, 20px) min(3vw, 15px);
		font-size: min(3.2vw, 14px);
	}

	.recruitHeadLine {
		font-size: min(5.4vw, 28px);
		margin-bottom: min(8vw, 40px);
	}

	#recruitHead {
		padding: min(6vw, 40px) 0;
	}
	#recruitHead h2 {
		padding-top: min(14vw, 80px);
		font-size: min(5.6vw, 32px);
		margin-bottom: min(6vw, 40px);
		line-height: 1.8;
	}
	#recruitHead h2.recuIco01 {
		background-size: min(12vw, 65px);
	}
	#recruitHead h2.recuIco02 {
		background-size: min(12vw, 65px);
	}
	#recruitHead h2.recuIco03 {
		background-size: min(12vw, 65px);
	}
	#recruitHead h2.recuIco04 {
		background-size: min(12vw, 65px);
	}


	#recruitEntry {
		padding: min(8vw, 60px) 0 min(10vw, 80px);
	}
	#recruitEntry h3 {
		font-size: min(10vw, 64px);
		margin-bottom: min(2vw, 30px);
	}
	#recruitEntry .recruitEntryList {
		display: block;
	}
	#recruitEntry .recruitEntryList li {
		width: 100%;
		padding: min(4vw, 25px) 0 min(2vw, 25px);
		border-right: none;
		border-bottom: #fff solid 1px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#recruitEntry .recruitEntryList li h4 {
		width: 100%;
    	font-size: min(3.8vw, 18px);
		margin-bottom: min(2vw, 15px);
	}
	#recruitEntry .recruitEntryList li p {
		width: 100%;
		font-size: min(2.8vw, 11px);
	}
	#recruitEntry .recruitEntryList li .entryBtn {
		width: 48%;
	}
	#recruitEntry .recruitEntryList li .entryBtn p {
		margin-bottom: 0;
	}
}


/* ////////////////////////////////////////////////////////////////////////////////

	Recruit top

//////////////////////////////////////////////////////////////////////////////// */
#mainvisualRscruit {
	position: relative;
	color: #fff;
}
#mainvisualRscruit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(69,61,28,0.3);
	z-index: 1;
}
#mainvisualRscruit .mvImg {
	line-height: 0;
}

#mainvisualRscruit .recruitTtl {
	position: absolute;
    top: 40px;
    left: 50px;
	z-index: 2;
	font-size: 36px;
	letter-spacing: .1em;
	line-height: 1.6;
}
#mainvisualRscruit .recruitTtl span {
	display: block;
	font-size: 20px;
	text-indent: .1em;
}

#mainvisualRscruit .recruitCatch {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 80%;
	transform: translate(-50%,-50%);
	z-index: 2;
	font-size: 48px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: .1em;

}
#mainvisualRscruit .recruitCatch span {
	display: block;
	font-size: 30px;
	font-family: 'Kiwi_Maru', serif;
}


#recruitConcept {
	padding: 100px 0;
}
#recruitConcept h2 {
	font-family: 'Kiwi_Maru', serif;
	font-weight: 500;
	text-align: left;
	font-size: 32px;
	margin-bottom: 80px;
	letter-spacing: .06em;
}
#recruitConcept p {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 2.4;
}
#recruitConcept p strong {
	font-size: 1.3em;
}

.recTopHeadline {
	font-size: 32px;
	margin-bottom: 60px;
}
.recTopHeadline span {
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 20px;
}

#topStaff {
	padding: 100px 0;
	background-color: #EDF2F4;
}

.topStaffList {
	display: flex;
	justify-content: space-between;
}
.topStaffList li {
	width: 23.5%;
}
.topStaffList li a {
	display: block;
	text-decoration: none;
	color: #1F1F1F;
}
.topStaffList li .txt {
	margin: -40px 15px 0;
	background-color: #fff;
	text-align: center;
    padding: 20px 10px 50px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.topStaffList li .txt h4 {
	font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-feature-settings: "palt";
}
.topStaffList li .txt p {
	font-size: 12px;
    font-feature-settings: "palt";
    letter-spacing: .04em;
}
.topStaffList li .txt::after {
	content: "→";
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 26px;
	color: #66B3D5;
	line-height: 1;
}


#topWorking {
	padding: 100px 0;
	background-color: #E1E8EB;
}
.workingList {
	display: flex;
	justify-content: space-between;
}
.workingList li {
	width: calc(100% / 3.15);
}
.workingList li a {
	display: block;
	padding: 45% 20px 20%;
	color: #66B3D5;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	position: relative;
	border-radius: 10px;
}

.workingList li:nth-child(1) a {
	background: #fff url("../images/recruit/ico_work01.svg") no-repeat center 33%;
	background-size: 20%;
}
.workingList li:nth-child(2) a {
	background: #fff url("../images/recruit/ico_work02.svg") no-repeat center 35%;
	background-size: 20%;
}
.workingList li:nth-child(3) a {
	background: #fff url("../images/recruit/ico_work03.svg") no-repeat center 35%;
	background-size: 23%;
}


.workingList li a::after {
	content: "→";
	position: absolute;
	bottom: 3%;
	right: 12%;
	font-size: 28px;
}


#topReNews {
	padding: 80px 0;
	background-color: #fff;
}

.recruitNews li {
	margin-bottom: 35px;
}
.recruitNews li .newsTag {
	display: flex;
	color: #999999;
}
.recruitNews li .newsTag .date {
	padding-right: 30px;
	margin-right: 10px;
	position: relative;
}
.recruitNews li .newsTag .date::after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #999;
	position: absolute;
	top: 50%;
	right: 0;
}

.recruitNews li .newsTtl a {
	color: #333333;
	text-decoration: underline;
}
#topReNews .contentWrap {
	position: relative;
}
#topReNews .viewMore {
	position: absolute;
	top: 20px;
	right: 60px;
}

@media screen and (min-width: 821px) {
	.topStaffList li .txt p br {
		display: none;
	}
}
@media screen and (max-width: 820px) {


	#mainvisualRscruit .mvImg {
		height: 74vw;
	}
	#mainvisualRscruit .mvImg img {
		object-fit: cover;
    	height: 100%;
		width: 100%;
	}
	#mainvisualRscruit .recruitTtl {
		top: min(4vw, 40px);
    	left: min(5vw, 40px);
		font-size: min(4.8vw, 36px);
	}
	#mainvisualRscruit .recruitTtl span {
		font-size: min(3.2vw, 20px);
	}
	#mainvisualRscruit .recruitCatch {
		top: 58%;
    	width: 90%;
		font-size: min(5.6vw, 48px);
	}
	#mainvisualRscruit .recruitCatch span {
		font-size: min(4vw, 30px);
	}

	#recruitConcept {
		padding: min(14vw, 100px) 0;
	}
	#recruitConcept h2 {
		font-size: min(5.6vw, 32px);
		margin-bottom: min(10vw, 80px);
		text-align: center;
		letter-spacing: .02em;
		line-height: 1.8;
	}
	#recruitConcept p {
		font-size: min(3vw, 18px);
		margin-bottom: min(6vw, 30px);
		line-height: 2;
		text-align: center;
	}
	#recruitConcept .btmCopy {
		font-size: min(3.8vw, 18px);
    	padding-left: 1em;
	}

	#topStaff {
		padding: min(12vw, 80px) 0;
	}

	.recTopHeadline {
		font-size: min(5.8vw, 32px);
		margin-bottom: min(8vw, 60px);
	}
	.recTopHeadline span {
		font-size: min(3.4vw, 18px);
		margin-left: min(3vw, 20px);
	}

	.topStaffList {
		flex-wrap: wrap;
	}
	.topStaffList li {
		width: 48%;
		margin-bottom: min(6vw, 30px);
	}
	.topStaffList li .txt {
		margin: -30px 4% 0;
		padding: min(3vw, 20px) min(2vw, 15px) min(8vw, 40px);
		border-radius: 6px;
	}
	.topStaffList li .txt::after {
		bottom: 5%;
		right: 8%;
		font-size: min(5.4vw, 26px);
	}
	.topStaffList li .txt h4 {
		font-size: min(4.2vw, 20px);
    	margin-bottom: min(2vw, 15px);
	}
	.topStaffList li .txt p {
		font-size: min(2.6vw, 12px);
    	line-height: 1.8;
	}

	#topWorking {
		padding: min(12vw, 80px) 0;
	}

	.workingList {
		display: block;
	}
	.workingList li {
		width: 100%;
		margin-bottom: min(4vw, 30px);
	}

	.workingList li a {
		padding: 10% 5% 10% 36%;
		font-size: min(4.4vw, 20px);
		border-radius: 6px;
		text-align: left;
	}
	.workingList li:nth-child(1) a {
		background: #fff url(../images/recruit/ico_work01.svg) no-repeat 12% center;
		background-size: 16%;
	}
	.workingList li:nth-child(2) a {
		background: #fff url(../images/recruit/ico_work02.svg) no-repeat 13% center;
		background-size: 14%;
	}
	.workingList li:nth-child(3) a {
		background: #fff url(../images/recruit/ico_work03.svg) no-repeat 12% center;
		background-size: 16%;
	}

	.workingList li a::after {
		bottom: 50%;
		right: 10%;
		font-size: min(6vw, 28px);
		transform: translateY(50%);
	}


	#topReNews {
		padding: min(12vw, 80px) 0;
	}
	#topReNews .viewMore {
		top: min(2.5vw, 20px);
		right: 0;
	}

	.recruitNews li {
		margin-bottom: min(6vw, 35px);
	}
	.recruitNews li .newsTag {
		font-size: min(3vw, 14px);
    	margin-bottom: min(1vw, 10px);
	}
}



/* ////////////////////////////////////////////////////////////////////////////////

	Recruit データを見る

//////////////////////////////////////////////////////////////////////////////// */
#data {
	padding: 100px 0;
}
.dataList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dataList li {
	width: 48%;
	margin-bottom: 30px;
	line-height: 0;
}
.dataList li.dataWide {
	width: 100%;
}

@media screen and (max-width: 820px) {
	#data {
		padding: min(12vw, 100px) 0;
	}
	.dataList {
		display: block;
	}
	.dataList li {
		width: 100%;
		margin-bottom: min(6vw, 30px);
	}
}

/* ////////////////////////////////////////////////////////////////////////////////

	Recruit Staff

//////////////////////////////////////////////////////////////////////////////// */
#staff {
	padding: 60px 0;
}
.staffList {
	display: flex;
	flex-wrap: wrap;
}
.staffList li {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 60px;
}
.staffList li:nth-child(3n) {
	margin-right: 0;
}
.staffList li .pic {
	line-height: 0;
	margin-bottom: 20px;
}
.staffList li h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
    font-feature-settings: "palt";
}
.staffList li p {
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}



.recruitStaffHead {
    display: flex;
    margin-bottom: 80px;
}
.recruitStaffHead .recruitStaffTitle {
	background: url("../images/recruit/title_bg.png") no-repeat center center;
	background-size: auto 100%;
    width: 42%;
    padding: 0 max(5%, 50px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.recruitStaffHead .recruitStaffTitle .parentTtl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 60px;
}
.recruitStaffHead .recruitStaffTitle h2 {
    font-size: 30px;
    letter-spacing: .1em;
    margin-bottom: 30px;
    line-height: 1.6;
	color: #66B3D5;
}
.recruitStaffHead .recruitStaffTitle h2 span {
    font-size: 18px;
    color: #87B8CC;
    display: block;
    margin-top: 15px;
}

.recruitStaffHead .recruitStaffMv {
    width: 58%;
	line-height: 0;
}

#interview {
	padding: 60px 0;
}
.interviewWrap {
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.interviewWrap:nth-child(even) {
	flex-direction: row-reverse;
}
.interviewWrap .txt {
	width: 60%;
	padding: 0 6%;
}
.interviewWrap.noPic .txt {
	width: 100%;
}
.interviewWrap .txt h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
    color: #66B3D5;
	margin-bottom: 40px;
}
.interviewWrap .txt p {
	line-height: 2.4;
}
.interviewWrap .pic {
	width: 40%;
}



#schedule {
	padding: 60px 0;
}
#schedule h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
    color: #87B8CC;
	margin-bottom: 40px;
	text-align: center;
}

.staffSchedule dt {
	border: #F0F4F4 solid 4px;
	padding: 15px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}
.staffSchedule dt .time {
	width: 140px;
	text-align: center;
	font-weight: bold;
	color: #2E6893;
}
.staffSchedule dt p {
	font-size: 20px;
	width: calc(100% - 140px);
}
.staffSchedule dd {
	margin: 15px 0;
    padding: 5px 30px 5px 70px;
	border-left: #265753 solid 1px;
	min-height: 40px;
    margin-left: 90px;
}
.staffSchedule dd:last-child {
	display: none;
}
.staffSchedule dd p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.staffSchedule dd p:last-child {
	margin-bottom: 0;
}

#message {
	padding: 60px 0 100px;
}
#message h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
    color: #87B8CC;
	margin-bottom: 40px;
	text-align: center;
}

.messageBox {
	background-color: #F8F8F8;
	border-radius: 8px;
	padding: 90px 40px 40px 40px;
	margin-top: 100px;
	position: relative;
}
.messageBox .profilePhoto {
	line-height: 0;
	width: 140px;
	border-radius: 50%;
	overflow: hidden;
	border: #97CBE0 solid 8px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
}
.messageBox h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.messageBox h4 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

@media screen and (min-width: 821px) {
	.staffList li p br {
		display: none;
	}
}
@media screen and (max-width: 820px) {

	#staff {
		padding: min(8vw, 60px) 0;
	}
	.staffList {
		justify-content: space-between;
	}
	.staffList li {
		width: 48%;
		margin-right: 0;
		margin-bottom: min(8vw, 60px);
	}
	.staffList li .pic {
		margin-bottom: min(3vw, 20px);
	}
	.staffList li h3 {
		font-size: min(4.2vw, 20px);
		margin-bottom: min(1vw, 5px);
		line-height: 1.6;
	}
	.staffList li p {
		font-size: min(3vw, 14px);
	}


	.recruitStaffHead {
		flex-direction: column-reverse;
		margin-bottom: min(10vw, 80px);
	}
	.recruitStaffHead .recruitStaffTitle {
		width: 100%;
    	padding: 0 min(6vw, 60px);
	}
	.recruitStaffHead .recruitStaffTitle .parentTtl {
		font-size: min(3.6vw, 18px);
		margin-bottom: min(6vw, 60px);
	}
	.recruitStaffHead .recruitStaffTitle h2 {
		font-size: min(5.6vw, 30px);
    	margin-bottom: min(6vw, 45px);
	}
	.recruitStaffHead .recruitStaffTitle h2 span {
		font-size: min(3.6vw, 18px);
    	margin-top: min(2vw, 15px);
	}

	.recruitStaffHead .recruitStaffMv {
		width: 100%;
    	margin-bottom: min(8vw, 60px);
	}


	#interview {
		padding: min(8vw, 60px) 0;
	}
	.interviewWrap {
		padding: min(6vw, 40px) 0;
		display: block;
	}
	.interviewWrap .txt {
		width: 100%;
		padding: 0 min(6vw, 60px);
		margin-bottom: min(10vw, 40px);
	}
	.interviewWrap .txt h3 {
		font-size: min(4.6vw, 24px);
		margin-bottom: min(6vw, 40px);
	}
	.interviewWrap .pic {
		width: 100%;
	}


	#schedule {
		padding: min(8vw, 60px) 0;
	}
	#schedule h3 {
		font-size: min(4.6vw, 24px);
		margin-bottom: min(6vw, 40px);
	}
	.staffSchedule dt {
		border: #F0F4F4 solid 3px;
		padding: min(3vw, 15px);
	}
	.staffSchedule dt .time {
		width: 20vw;
	}
	.staffSchedule dt p {
		font-size: min(4vw, 20px);
		width: calc(100% - 20vw);
	}

	.staffSchedule dd {
		margin: min(2vw, 15px) 0;
		padding: min(1vw, 5px) min(3vw, 30px) min(1vw, 5px) min(10vw, 70px);
		min-height: 20px;
		margin-left: min(14vw, 90px);
	}
	.staffSchedule dd p {
		font-size: min(3.2vw, 14px);
		margin-bottom: min(4vw, 20px);
	}


	#message {
		padding: min(8vw, 60px) 0;
	}
	#message h3 {
		font-size: min(4.6vw, 24px);
		margin-bottom: min(6vw, 40px);
	}
	.messageBox {
		padding: 90px min(5vw, 40px) 40px min(5vw, 40px);
	}
	.messageBox h4 {
		font-size: min(4vw, 20px);
		margin-bottom: min(5vw, 30px);
	}
	.messageBox h4 span {
		font-size: min(3vw, 14px);
	}
}




/* ////////////////////////////////////////////////////////////////////////////////

	Recruit 募集要項

//////////////////////////////////////////////////////////////////////////////// */

#recruitSearch {
	padding: 60px 0;
}
.recruitSelect {
	border-top: #97CBE0 solid 1px;
	border-bottom: #97CBE0 solid 1px;
	padding: 30px 40px;
}
.recruitSelect dt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 30px;
}
.recruitSelect dt::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-right: #000 solid 2px;
	border-bottom: #000 solid 2px;
	transform: translateY(-5px)rotate(45deg);
	margin-left: 15px;
}
.recruitSelect dd .recruitSelectBox {
	display: flex;
	padding: 10px 0;
}
.recruitSelect dd .recruitSelectBox h4 {
	font-size: 18px;
	font-weight: bold;
	width: 240px;
}
.recruitSelect dd .recruitSelectBox .recruitBtnList {
	width: calc(100% - 240px);
	display: flex;
}
.recruitSelect dd .recruitSelectBox .recruitBtnList a {
	display: block;
	width: 30%;
	background-color: #fff;
	border: #97CBE0 solid 2px;
	border-radius: 6px;
	margin-right: 3%;
	color: #87B8CC;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	padding: 6px;
}
.recruitSelect dd .recruitSelectBox .recruitBtnList a.current {
	background-color: #97CBE0;
	color: #fff;
}
.recruitSelect dd .recruitSelectBox .recruitBtnList span {
	display: block;
	width: 30%;
	background-color: #E5E5E5;
	border-radius: 6px;
	margin-right: 3%;
	color: #999;
	text-align: center;
	font-size: 16px;
	padding: 6px;
}


.storeListWrap h3 {
    background: url("../images/recruit/ico_pin.svg") no-repeat left center;
    background-size: auto 50%;
}

.storeListWrap:nth-child(odd) {
    background-color: transparent;
}
.storeList li .storeListTtl,
.storeList li .storeListTtl .storeName {
	margin-bottom: 0;
}



@media screen and (max-width: 820px) {

	#recruitSearch {
		padding: min(8vw, 60px) 0;
	}
	.recruitSelect {
		padding: min(4vw, 40px) 0;
	}
	.recruitSelect dt {
		font-size: min(4.2vw, 20px);
		margin-bottom: min(2vw, 30px);
	}
	.recruitSelect dd .recruitSelectBox {
		display: block;
		padding: min(3vw, 10px) 0;
	}
	.recruitSelect dd .recruitSelectBox h4 {
		font-size: min(3.8vw, 18px);
		width: 100%;
		text-align: center;
		margin-bottom: min(3vw, 20px);
	}
	.recruitSelect dd .recruitSelectBox .recruitBtnList {
		width: 100%;
	}
	.recruitSelect dd .recruitSelectBox .recruitBtnList a,
	.recruitSelect dd .recruitSelectBox .recruitBtnList span {
		width: calc((100% - 20px) / 3);
		margin-right: 10px;
		font-size: min(3vw, 16px);
		padding: min(2vw, 6px) 0;
	}
	.recruitSelect dd .recruitSelectBox .recruitBtnList a:last-child {
		margin-right: 0;
	}

}


/* ////////////////////////////////////////////////////////////////////////////////

	Recruit 募集要項 詳細

//////////////////////////////////////////////////////////////////////////////// */

.recruitDetailWrap {
	padding: 60px 0;
	border-top: #ccc solid 1px;
}
.recruitDetailWrap h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
}
.recruitDetailWrap .recruitDetail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.recruitDetailWrap .recruitDetail dt {
	width: 200px;
	text-align: center;
	padding: 20px 10px;
	background-color: #66B3D5;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: .1em;
}
.recruitDetailWrap .recruitDetail dd {
	width: calc(100% - 215px);
	padding: 20px 30px;
	background-color: #F8F8F8;
	margin-bottom: 15px;
}

.recruitDetailWrap .entryBtn {
	width: 300px;
	margin: 0 auto;
}
.recruitDetailWrap .entryBtn a {
    display: block;
    background-color: #E99979;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    text-decoration: none;
	text-align: center;
    position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
}

.recruitDetailWrap .noEntry {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #66B3D5;
}

.recruitDetailWrap .ask {
	border: #D2EDF7 solid 2px;
	padding: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #66B3D5;
}

#bottom {
	padding: 0 0 80px;
}

@media screen and (max-width: 820px) {
	.recruitDetailWrap {
		padding: min(10vw, 60px) 0;
	}
	.recruitDetailWrap h3 {
		font-size: min(4.6vw, 24px);
		margin-bottom: min(8vw, 60px);
	}
	.recruitDetailWrap .recruitDetail {
		display: block;
		margin-bottom: 40px;
	}
	.recruitDetailWrap .recruitDetail dt {
		width: 100%;
		padding: min(1.5vw, 20px);
		margin-bottom: 0;
		letter-spacing: .1em;
	}
	.recruitDetailWrap .recruitDetail dd {
		width: 100%;
		padding: min(4vw, 30px);
		margin-bottom: min(4vw, 15px);
	}


	.recruitDetailWrap .entryBtn {
		width: min(60vw, 300px);
	}
	.recruitDetailWrap .entryBtn a {
		padding: min(3vw, 15px) min(5vw, 20px);
		font-size: min(4vw, 18px);
	}

	.recruitDetailWrap .noEntry {
		font-size: min(3.6vw, 18px);
	}
	.recruitDetailWrap .ask {
		padding: min(6vw, 30px) min(4vw, 30px);
		font-size: min(3.6vw, 18px);
	}

}




/* ////////////////////////////////////////////////////////////////////////////////

	Recruit 福利厚生

//////////////////////////////////////////////////////////////////////////////// */

#welfare {
	padding: 100px 0;
}

.welfareList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.welfareList li {
	width: 48.5%;
	background-color: #F8F8F8;
	padding: 30px;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.welfareList li .ico {
	width: 20%;
	text-align: center;
}
.welfareList li .txt {
	width: 70%;
	padding-bottom: 10px;
}
.welfareList li .txt h4 {
	font-size: 18px;
	margin-bottom: 10px;
}



@media screen and (max-width: 820px) {
	#welfare {
		padding: 0 0 min(14vw, 100px);
	}

	.welfareList {
		display: block;
	}
	.welfareList li {
		width: 100%;
		padding: min(5vw, 30px);
		margin-bottom: min(4vw, 25px);
	}

	.welfareList li.wel01 img { width: 65%;}
	.welfareList li.wel02 img { width: 50%;}
	.welfareList li.wel03 img { width: 70%;}
	.welfareList li.wel04 img { width: 100%;}
	.welfareList li.wel05 img { width: 78%;}
	.welfareList li.wel06 img { width: 65%;}
	.welfareList li.wel07 img { width: 80%;}

	.welfareList li .txt {
		padding-bottom: min(2vw, 10px);
	}
	.welfareList li .txt h4 {
		font-size: min(4.2vw, 18px);
		margin-bottom: min(3vw, 10px);
	}

}



/* ////////////////////////////////////////////////////////////////////////////////

	Recruit 研修制度

//////////////////////////////////////////////////////////////////////////////// */
#training {
	padding: 100px 0;
}

.trainingWrap {
	padding-bottom: 60px;
	border-bottom: #ccc solid 1px;
	margin-bottom: 60px;
}

.trainingFlex {
	display: flex;
	justify-content: space-between;
}
.trainingFlex .trainingBox {
	width: 48%;
}

.trainingBox {
	background-color: #F8F8F8;
	padding: 30px;
	margin-top: 40px;
}
.trainingBox h4 {
	font-size: 18px;
	margin-bottom: 15px;
}


@media screen and (max-width: 820px) {
	#training {
		padding: 0 0 min(14vw, 100px);
	}

	.trainingWrap {
		padding-bottom: min(8vw, 60px);
		margin-bottom: min(8vw, 60px);
	}

	.trainingFlex {
		display: block;
	}
	.trainingFlex .trainingBox {
		width: 100%;
	}

	.trainingBox {
		padding: min(5vw, 30px);
		margin-top: min(6vw, 40px);
	}
	.trainingBox h4 {
		font-size: min(3.8vw, 18px);
		margin-bottom: min(2vw, 15px);
	}
}
