@charset "utf-8";


/*@media (max-width: 599px) {*/
@media (max-width: 767px) {
	
	.sp {
		display: inherit;
	}

	.pc {
		display: none;
	}
	
	img {
		width: 100%;
		height: auto;
	}

	body {
		background-image: url("../images/common/back_sp.svg");
	}



/*----------------------------------------------------
	head
----------------------------------------------------*/

.index header {
	height: 44px;
}

.index .headLogo {
	position: absolute;
	top: 7px;
	left: 15px;
	height: 30px;
}

.index .headLogo img {
	width: auto;
	height: 100%;
}

.index .headTel {
	position: absolute;
	top: -5px;
	right: 15px;
	width: 45%;
	height: 30px;
	font-size: 10px;
	line-height: 1em;
}

.index .headTel a {
	display: block;
	width: 100%;
	line-height: 0;
}

.index .headTel img {
	width: 100%;
	margin-top: 5px;
	line-height: 1em;
}

.index .headTel p {
	margin-top: 0;
	font-size: 11px;
}

header {
	width: 290px;
	height: 65px;
	margin: 0 auto;
	padding-top: 8px;
}

.headLogo img {
	width: 205px;
}



/*----------------------------------------------------
	contents
----------------------------------------------------*/

.title {
	height: 100px;
	padding-top: 25px;
	background-image: url('../images/index/title_back_sp.png');
}

.title img {
	height: 45px;
}

.text {
	margin: 25px 15px 0;
	font-size: 20px;
	line-height: 1.6em;
}

.text span {
	font-size: 14px;
	line-height: 1.6em;
}

.text span.textSub02 {
	font-size: 14px;
}

.underTitle {
	padding-top: 15px;
	line-height: 1.4em;
	font-size: 17px;
}

.underTitle p {
}

.underTitle h1 {
	margin-top: 10px;
}

.bread {
	width: auto;
	margin: 20px 15px 0;
	font-size: 10px;
	line-height: 1.4em;
}

.bread li {
}

.bread li a {
}

.bread li a::after {
}

/*----------------------------------------------------
	food
----------------------------------------------------*/

footer {
	padding: 20px 0;
}

.foodCopy {
}

.foodCopy a {
}

.foodTop {
	width: 50px;
	right: 5px;
	bottom: 5px;
}



/*----------------------------------------------------
	index
----------------------------------------------------*/

.indexSearch h2 {
	background-image: none;
}

.indexSearch h2 div {
	width: auto;
	padding-top: 0;
}

.indexSerchMap {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding-bottom: 100px;
	background-image: none;
}

.indexSerchMapSp {
	margin: 0 15px;
}

.indexSerchMap01 {
	position: absolute;
	top: 0;
	left: 15px;
	width: 50%;
}

.indexSerchMap02 {
	position: absolute;
	bottom: 0;
	right: 15px;
	width: 50%;
}

.indexSerchMap .indexSerchMapModal {
	transition: all 0.5s;
	opacity: 1.0;
}

.indexSerchMap .indexSerchMapModal.show {
	z-index: 400;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 0.8);
	display: flex;
}

.indexSerchMap ul.indexSerchMapBox:nth-child(1),
.indexSerchMap ul.indexSerchMapBox:nth-child(2),
.indexSerchMap ul.indexSerchMapBox:nth-child(3),
.indexSerchMap ul.indexSerchMapBox:nth-child(4),
.indexSerchMap ul.indexSerchMapBox:nth-child(5),
.indexSerchMap ul.indexSerchMapBox:nth-child(6),
.indexSerchMap ul.indexSerchMapBox:nth-child(7),
.indexSerchMap ul.indexSerchMapBox:nth-child(8) {
	display: none;
	transition: all 0.5s;
	position: relative;
	opacity: 0;
	z-index: 500;
	justify-content: start;
	flex-wrap: wrap;
	position: fixed;
	top: calc( 50% - 150px );
	left: calc( 50% - 125px );
	width: 250px;
	height: auto;
	padding: 40px 0 35px 20px;
	font-size: 18px;
	background-size: 100% auto;
}

.indexSerchMap .show ul.show.indexSerchMapBox:nth-child(1),
.indexSerchMap .show ul.show.indexSerchMapBox:nth-child(2),
.indexSerchMap .show ul.show.indexSerchMapBox:nth-child(3),
.indexSerchMap .show ul.show.indexSerchMapBox:nth-child(4),
.indexSerchMap .show ul.show.indexSerchMapBox:nth-child(5),
.indexSerchMap .show ul.show.indexSerchMapBox:nth-child(6),
.indexSerchMap .show ul.show.indexSerchMapBox:nth-child(7),
.indexSerchMap .show ul.show.indexSerchMapBox:nth-child(8) {
	opacity: 1;
	display: flex;
}

.indexSerchMap ul.indexSerchMapBox.show .show {
	display: flex;
	opacity: 1;
}

.js-modal-close {
	z-index: 800;
	position: absolute;
	top: -25px;
	right: -5px;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	background-image: url('../images/index/search_map_close.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.indexSerchMap ul.indexSerchMapBox li,
.indexSerchMap ul.indexSerchMapBox:nth-child(2) li,
.indexSerchMap ul.indexSerchMapBox:nth-child(5) li {
	padding: 0 15px 18px 0;
}

.indexSerchMap ul.indexSerchMapBox:nth-child(8) li:nth-child(7) {
	padding-right: 30px;
}

.indexSerchMap ul.indexSerchMapBox li a,
.indexSerchMap ul.indexSerchMapBox li span {
	padding: 0 0 0 35px;
}
.indexSerchMap ul.indexSerchMapBox:nth-child(1) {
	background-image: url('../images/index/search_map_01_box.svg');
}
.indexSerchMap ul.indexSerchMapBox:nth-child(2) {
	background-image: url('../images/index/search_map_02_box.svg');
}
.indexSerchMap ul.indexSerchMapBox:nth-child(3) {
	background-image: url('../images/index/search_map_03_box.svg');
}
.indexSerchMap ul.indexSerchMapBox:nth-child(4) {
	background-image: url('../images/index/search_map_04_box.svg');
}
.indexSerchMap ul.indexSerchMapBox:nth-child(5) {
	background-image: url('../images/index/search_map_05_box.svg');
}
.indexSerchMap ul.indexSerchMapBox:nth-child(6) {
	background-image: url('../images/index/search_map_06_box.svg');
}
.indexSerchMap ul.indexSerchMapBox:nth-child(7) {
	background-image: url('../images/index/search_map_07_box.svg');
}
.indexSerchMap ul.indexSerchMapBox:nth-child(8) {
	background-image: url('../images/index/search_map_08_box.svg');
}

/* support */

.indexSupport {
	margin-top: 35px;
	padding-bottom: 40px;
}

.indexSupport h2 {
	padding: 20px 10px 20px;
	background-image: url('../images/index/support_title_back_sp.png');
}

.indexSupportCont {
	padding: 40px 0 0;
}

.indexSupportCont02 {
	padding: 115px 0 90px;
	background-image: url('../images/index/support_02_back_sp.png');
}

.indexSupportIn {
	display: block;
	width: auto;
	padding: 0 15px;
}

.indexSupportInNum {
	position: relative;
	width: auto;
	margin-bottom: 10px;
}

.indexSupportInNum img {
	width: 108px;
	margin-right: 0;
}

.indexSupportInNum img:nth-child(1) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 44px;
}

.indexSupportInContent {
	width: auto;
	padding: 10px 0 0;
	border-top: solid 4px #1a005d;
	border-left: none;
}

.indexSupportCont02 .indexSupportInContent {
	width: auto;
}

.indexSupportInContent h3 {
	font-size: 20px;
	line-height: 1.3em;
}

.indexSupportInContent p {
	margin: 15px 0 0;
	font-size: 18px;
	line-height: 1.4em;
}

/* job */

.indexJob {
	padding-bottom: 40px;
}

.indexJobList {
	margin: 30px 0 0;
}

.indexJobList li {
	display: block;
	width: auto;
	height: auto;
	margin: 40px 15px 0;
	padding-bottom: 40px;
	background-image: url('../images/index/job_back_sp.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.indexJobList li::before {
	position: absolute;
	content: '';
	top: -10px;
	left: -15px;
	width: 125px;
	height: 50px;
}

.indexJobListLeft {
	width: auto;
	height: auto;
	margin: 0 15px;
	padding-top: 35px;
	padding-bottom: 40px;
	background-image: url('../images/index/job_border_sp.svg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.indexJobList li:nth-child(2) .indexJobListLeft {
	padding-top: 65px;
}

.indexJobList li:nth-child(3) .indexJobListLeft {
	padding-top: 55px;
}

.indexJobListLeft img {
	width: 130px;
}

.indexJobListLeft:nth-child(2) img {
	width: 145px;
}

.indexJobListLeft:nth-child(2) img {
	width: 115px;
}

.indexJobListRight {
	width: auto;
	margin: 20px 15px 0;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.indexJobListRight h3 {
	font-size: 19px;
}

.indexJobListRight p {
	padding-top: 10px;
	line-height: 1.8em;
	text-align: left;
}

/* job */

.indexSchedule {
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.indexScheduleTable {
	width: auto;
	margin: 30px 15px 0;
	padding-bottom: 15px;
	background-image: url('../images/index/schedule_table_back_sp.png');
}

.indexScheduleTable h3 {
}

.indexScheduleTableCont {
	margin: 15px 15px 0;
	padding: 1px 0 15px;
}

.indexScheduleTableCont table {
	margin: 15px;
	font-size: 14px;
}

.indexScheduleTableCont table tr th {
	display: none;
}

.indexScheduleTableCont table tr td:nth-child(2) {
	width: 10px;
	padding-left: 15px;
	padding-bottom: 20px;
}

.indexScheduleTableCont table tr td.greenIcon:nth-child(2)::before {
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
}

.indexScheduleTableCont table::after {
	left: 4px;
	top: 5px;
	width: 1px;
	/*height: calc( 100% - 5px - 5px - 14px );*/
	height: calc( 100% - 5px - 5px - 44px );
}

.indexScheduleTableCont table tr td:nth-child(3) {
	padding-bottom: 20px;
}

.indexScheduleTableCont table tr:last-child td,
.indexScheduleTableCont table tr:last-child td {
}

.bento {
	position: relative;
}
/*
.indexScheduleImage {
	position: relative;
	right: -30px;
	top: auto;
	margin-top: 10px;
}
*/
.indexScheduleImage {
	position: absolute;
	top: 110px;
	right: 15px;
	margin-top: 10px;
}
.indexScheduleImage img {
	width: 204px;
}

.indexScheduleImage01 {
	width: 227px;
}

.indexScheduleImage02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	margin: 0;
}

.indexScheduleImage03 {
	width: 227px;
}

.indexScheduleTableText {
	padding: 20px 15px 0;
	font-size: 13px;
}

.indexScheduleTableMargin01 {
	padding-top: 150px;
}

.indexScheduleTableCont table tr td.indexScheduleTableMargin02 {
	padding-top: 160px;
}

/* faq */

.indexFaq {
	padding-bottom: 40px;
}

.indexFaqLi {
	width: auto;
	margin: 25px 15px 0;
}

.indexFaqLi li {
	margin: 40px 0 0;
}

.indexFaqLi li:first-child {
	margin: 0 0 0;
}

.indexFaqLiLeft {
	width: 30px;
}

.indexFaqLiLeft img {
	top: 16px;
	left: 12px;
	width: 10px;
}

.indexFaqLiRight {
	width: calc( 100% - 30px );
	padding: 15px 0 20px;
}

.indexFaqLiRight h3 {
	padding: 0 15px 15px 40px;
	font-size: 16px;
}

.indexFaqLiRight h3::before {
	left: 15px;
}

.indexFaqLiRight p {
	padding: 15px 15px 0 40px;
	line-height: 1.4em;
}

.indexFaqLiRight p::before {
	top: 15px;
	left: 15px;
	font-size: 16px;
}
/* flow */

.indexFlow {
	padding-bottom: 40px;
}

.flowImage {
	margin: 30px 45px 0;
}

/* possibility */

.indexPossibility {
	padding-bottom: 75px
}

.indexPossibilityArea {
	display: block;
	width: auto;
	margin: 25px 15px 0;
}

.indexPossibilityArea > li {
	position: relative;
	width: 100%;
	height: auto;
	margin: 40px 0 0;
	background-image: url('../images/index/possibility_area_01_back_sp.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.indexPossibilityArea > li:nth-child(2) {
	background-image: url('../images/index/possibility_area_02_back_sp.png');
}

.indexPossibilityArea > li:nth-child(3) {
	background-image: url('../images/index/possibility_area_03_back_sp.png');
}

.indexPossibilityArea > li:nth-child(4) {
	background-image: url('../images/index/possibility_area_04_back_sp.png');
}

.indexPossibilityArea > li:nth-child(5) {
	background-image: url('../images/index/possibility_area_05_back_sp.png');
}

.indexPossibilityArea > li:nth-child(6) {
	background-image: url('../images/index/possibility_area_06_back_sp.png');
}

.indexPossibilityArea > li:nth-child(7) {
	background-image: url('../images/index/possibility_area_07_back_sp.png');
}

.indexPossibilityArea > li:nth-child(8) {
	background-image: url('../images/index/possibility_area_08_back_sp.png');
}

.indexPossibilityArea li h3 {
	position: absolute;
	top: -25px;
	left: calc( 50% - 110px );
}

.indexPossibilityArea li h3 img {
	width: 220px;
}

.indexPossibilityArea li ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 40px 0 20px 15px;
}

.indexPossibilityArea li ul li {
	width: 33%;
	margin-bottom: 8px;
}

.indexPossibilityArea li ul li::before {
	/*
	content: '＞';
	text-decoration: none;
	*/
}

.indexPossibilityArea li ul li:last-child {
	margin-bottom: 0px;
}

.indexPossibilityArea li ul li a::before,
.indexPossibilityArea li ul li span::before {
	/*
	content: '＞';
	text-decoration: none;
	*/
}

.indexPossibilityArea li ul li span {
}

.indexPossibilityArea li ul li a {
}



/*----------------------------------------------------
	list
----------------------------------------------------*/

.listJob {
	width: auto;
	min-height: 450px;
	margin: 7px 15px 0;
	padding: 15px 15px;
}

.listJobList {
}

.listJobList li {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 15px 0;
	border-top: solid black 1px;
	border-bottom: none;
}

.listJobList li:last-child {
	border-bottom: solid black 1px;
}

.listJobList li::before {
	height: 110px;
}

.listJobImage {
	position: relative;
	z-index: 600;
	width: 210px;
	margin: 0 auto;
}

.listJobText {
	width: 100%;
}

.listJobText h2 {
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.6em;
}

.listJobText table {
	display: block;
	width: 100%;
	margin: 30px 0 0;
}

.listJobText table tbody {
	display: block;
}

.listJobText table tr {
	display: block;
	padding: 0 0 8px 0;
}

.listJobText table th {
	display: inline-block;
	width: auto;
	padding: 0 0 0 25px;
	font-weight: 400;
	background-image: url('../images/list/icon_occupation.svg');
	background-position: left 0 top 2px;
	background-repeat: no-repeat;
	background-size: auto 20px;
}

.listJobText table tr:nth-child(2) th {
}

.listJobText table tr:nth-child(3) th {
}

.listJobText table td {
	display: inline;
	width: auto;
	padding: 0 0 0 0;
}

.listJobButton {
	position: relative;
	bottom: auto;
	right: auto;
	width: 260px;
	margin: 10px auto 0;
}

.listJobNone {
	padding-top: 50px;
	line-height: 1.8em;
	font-size: 18px;
}

.listJobNone a {
	text-decoration: underline;
}



/*----------------------------------------------------
	detail
----------------------------------------------------*/

.detailJob {
	width: auto;
	margin: 8px 15px 0;
	padding: 0 15px 60px;
}

.detailJobTop {
	padding: 15px 0 10px;
	border-bottom: solid 3px #1a005d;
}

.detailJobTopBadge {
	position: relative;
	top: auto;
	left: auto;
}

.detailJobTopBadge img {
	width: 195px;
	margin: 0 auto;
}

.detailJobTop h1 {
	margin-top: 15px;
	font-size: 20px;
}

.detailJob table {
	width: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6em;
}

.detailJob table th {
	width: 30%;
	padding: 16px 0;
	text-align: left;
}

.detailJob table td {
	width: 70%;
	padding: 16px 0;
}

.detailEntry {
	padding-bottom: 70px;
}

.detailEntry02 {
	width: auto;
	margin: 10px 0 0;
	padding: 30px 0 50px;
}

.entryTitle {
	padding: 30px 0;
	background-image: url('../images/detail/entry_title_back_sp.png');
}

.entryTitle img {
	height: 22px;
}

.entryText {
	margin: 30px 0 0;
	font-size: 20px;
	line-height: 1.6em;
}

.entryText02 {
	padding: 0 20px;
	text-align: left;
}

.entryPolicy {
	width: auto;
	margin: 30px 15px 0;
}

.entryPolicy h3 {
	font-size: 18px;
}

.entryPolicy p {
	height: 120px;
	margin: 15px 0 0;
	padding: 15px 15px;
	font-size: 16px;
}

.entryForm {
	width: auto;
	margin: 40px 15px 0;
}

.entryFormAlert {
}

.entryForm table {
	display: block;
	width: 100%;
	margin: 5px 0 0;
}

.entryForm tbody {
	display: block;
}

.entryForm table th {
	display: block;
	width: auto;
	padding: 20px 0 0 0;
}

.entryForm table th::after {
	content: '必須';
	position: relative;
	top: -3px;
	right: auto;
	margin-left: 10px;
}

.entryForm table td {
	display: block;
	padding: 15px 0 0 0;
}

.entryForm table tr:first-child th {
	padding-top: 20px;
}

.entryForm table tr:first-child td {
	padding-top: 15px;
}

.entryForm table tr:last-child td {
	padding-bottom: 15px;
}

.entryForm input[type=text] {
	width: 95%;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 1em;
}

.entryForm .entryFormAdress input[type=text] {
	width: 95%;
	margin-top: 10px;
}

.entryForm .entryFormZip inputinput[type=text] {
	width: 30%;
}

.entryForm select {
	font-size: 16px;
	line-height: 1em;
}

.entryButton {
	margin: 35px auto 0;
}

.entryButton input[type=submit] {
	width: 325px;
	height: 75px;
	background-image: url('../images/detail/button_confirm_sp.svg');
}





}


