/*Reset------------------------------------*/
#csec169085412678,
#csec169016885189,
#csec169016886024,
#csec169016886475,
#csec169061402889,
#csec169016886506,
#csec169016886219,
#csec169044175005,
#csec169044175277,
#csec169044191688 {
	margin-bottom: 0;
}
#csec169085412678 {
	background-color: var(--color-bg-01);
}
@media screen and (max-width: 1280px) {
	body[data-ispagescrolled="true"] #csec169085412678 {
		padding-left: 0;
		padding-right: 0;
        width: 100%;
        position: fixed;
		/*top: 60px;*/
		z-index: 20;
        bottom: 0;
	}
}
@media screen and (max-width: 750px) {
	#csec169085412678 {
		padding-left: 0;
		padding-right: 0;
	}
	#csec169034027066 {
		margin-bottom: var(--csec-section-smp-margin-2);
	}
}

/*タイトル------------------------------------*/
header h2 {
	margin-bottom: 60px;
}
header h3 {
	margin-bottom: 60px;
}
.sub_heading {
	position: relative;
	font-size: 10px;
	padding: 1em 2em;
	margin-bottom: 30px;
	border: 1.5px solid var(--color-accent-a);
	border-radius: var(--border-radius-xsmall);
}
	.sub_heading::before,
	.sub_heading::after {
		content: "";
		display: inline-block;
		position: absolute;
		left: 50%;
		bottom: 0;
	}
	.sub_heading::before {
		background-color: #FFFFFF;
		width: 1.25em;
		height: 4px;
		transform: translate(-50%, 50%);
	}
		.problems .sub_heading::before {
			background-color: var(--color-bg-02);
		}
	.sub_heading::after {
		background-color: var(--color-accent-a);
		width: 1.5px;
		height: 15px;
		transform: translate(-50%, 95%);
	}
.sec__description {
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
	.sec__description {
		margin-bottom: 40px;
	}
	.sub_heading {
		border: 1.3px solid var(--color-accent-a);
		margin-bottom: 20px;
	}
		.sub_heading::after {
			width: 1.3px;
		}
}

/*Button group------------------------------------*/
.btn_gr {
	background-color: var(--color-border-light);
	justify-content: center;
	align-items: center;
}
	.btn_gr ul {
		margin: auto;
		justify-content: center;
		width: 100%;
	}
		.btn_gr > ul > li .btn {
			font-weight: 500;
		}
@media (min-width: 751px) {
	.btn_gr {
		height: 130px;
	}
		.btn_gr > ul > li .btn {
			max-width: 18.75vw;
			min-width: 315px;
		}
			.btn_gr > ul > li:first-of-type > .btn {
				margin-right: 40px;
			}
}
@media (max-width: 750px) {
	#csec169016879076 {
		margin-bottom: 25px;
	}
		.btn_gr {
			width: 100%;
			height: 100px;
		}
			.btn_gr > ul {
				width: 93vw;
				margin: 0 auto;
				justify-content: space-between;
			}
				.btn_gr > ul > li .btn {
					width: 44.75vw;
					font-size: 13px;
					padding: 0 20px 0 3em;
					justify-content: left;
				}
					.btn_gr > ul > li .btn::before {
						width: var(--icon-l1-sp);
						height: var(--icon-l1-sp);
					}
}

/*News------------------------------------*/
#csec169034027066 {
    display: flex;
	font-family: var(--font-body);
	position: relative;
	justify-content: space-between;
	overflow: hidden;
}
	#csec169034027066::before {
		content: "お知らせ";
		display: inline-block;
		position: absolute;
		font-size: 26px;
		font-family: var(--font-heading);
		line-height: 1.5;
		letter-spacing: 0.12em;
	}
	#csec169034027066 .articles.textile {
		display: block;
	}
		#csec169034027066 .articles.textile li {
			display: block;
		}
			#csec169034027066 .articles.textile li > * {
				display: inline-block;
				border-top: none;
				padding: 0;
			}
			#csec169034027066 .articles.textile li > .anker {
				display: block;
			}
			#csec169034027066 .articles.textile li > .category-wrap {
				display: none;
			}
			#csec169034027066 .articles.textile li .date {
				font-size: var(--font-small);
				color: var(--color-primary);
				opacity: 1.0;
			}
			#csec169034027066 .articles.textile li .title {
				position: relative;
				padding-right: 50px;
				font-size: 15px;/**/
				margin-top: 10px;
				font-weight: 300;
			}
				#csec169034027066 .articles.textile li .title::before {
					content: url("/share/im/ui/arrow.svg");
					position: absolute;
					display: inline-block;
					width: 2rem;
					height: 2rem;
					right: 0;
					background-color: var(--color-btn-tertiary-bg);
					padding: 0.6rem;
					border-radius: 100%;
					line-height: 0.5;
				}
			#csec169034027066 .articles-control {
				display: flex;
				margin: 0;
				align-items: flex-end;
			}
				#csec169034027066 .articles-control .bt.ankerlink {
					display: inline-flex;
					width: 160px;
					height: 50px;
				}
@media screen and (min-width: 751px) {
	#csec169034027066 .articles.textile {
		padding-left: 8em;
		width: calc(100% - 160px - 9em);
		margin: 0 auto;
	}
		#csec169034027066 .articles.textile li {
			display: block;
			max-width: 700px;
			width: auto;
			margin: 0 auto;
			padding: 0 10px 0 0;
		}
			#csec169034027066 .articles.textile li .title::before {
				bottom: 0;
				/*transform: translate(0, -50%);*/
			}
	#csec169034027066 .articles-control {
		width: 160px;
	}
		#csec169034027066 .articles-control .bt.ankerlink {
			width: 100%;
		}
}
@media screen and (max-width: 750px) {
	#csec169034027066 {
		flex-wrap: wrap;
	}
		#csec169034027066::before {
			top: 0;
			left: var(--share-smp-padding);
			font-size: 22px;
			transform: translate(0, 25%);
		}
		#csec169034027066 .articles.textile {
			order: 2;
		}
			#csec169034027066 .articles.textile li {
				width: 100%;
			}
				#csec169034027066 .articles.textile li .title {
					font-size: 15px;
				}
					#csec169034027066 .articles.textile li .title::before {
						bottom: 0;
					}
					#csec169034027066 .articles.textile li .date {
						font-size: 13px;
					}
			#csec169034027066 .articles-control {
				order: 1;
				width: 100%;
				margin-bottom: 25px;
			}
			#csec169034027066 .articles-control .bt.ankerlink {
				margin-right: 0;
				font-size: 13px;
				height: 45px;
				width: 70%;
				max-width: 158px;
			}
				#csec169034027066 .articles-control .bt.ankerlink::after {
					width: 13px;
					height: 13px;
				}
}

/*Hours------------------------------------*/
/*click-hidden settings*/
.click_title {
	height: 120px;
}
	.click_title .heading.left-icon {
		display: inline-block;
		position: relative;
		width: 100%;
		text-align: left;
		padding-left: 3em;
		margin: auto 0;
	}
		.click_title .heading.left-icon::before {
			width: var(--icon-l1);
			height: var(--icon-l1);
			/*top: calc(50% - var(--icon-l1) / 2);*/
			left: 0;
		}
		.click_title .heading.left-icon::after {
			content: url("../../im/ui/click.svg");
			display: inline-block;
			position: absolute;
			width: var(--icon-r1);
			height: var(--icon-r1);
			/*top: calc(50% - var(--icon-r1) + 4px);*/
			right: 0;
		}
			.click_title .heading.left-icon::after {
				transition: transform 0.3s ease; 
			}
				.click_title.active .heading.left-icon::after {
					transform: rotate(180deg);
				}
#cons_hours_1:active .hidden-content {
	display: block;
}
#access_section:active .hidden-content {
	display: block;
}
.hidden-content {
	display: none;
	margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
	.click_title {
		height: 70px;
	}
		.click_title .heading.left-icon::before {
			width: var(--icon-l1-sp-2);
			height: var(--icon-l1-sp-2);
			left: 0;
		}
		.click_title .heading.left-icon::after {
			width: var(--icon-r2);
			height: var(--icon-r2);
			line-height: 1.75; /**/
		}
	.hidden-content {
		margin-bottom: var(--csec-section-smp-margin-5);
	}
}

/*Access------------------------------------*/
#access_section .googlemap {
	width: 43%;
}
#access_section .access_detail {
	width: 57%;
}
#access_section .googlemap iframe {
	width: 100%;
	height: 500px;
}
	#access_section .access_detail > div > p,
	#access_section .access_detail > div > a {
		width: calc(50% - 20px);
	}
	#access_section .access_detail > p {
		width: 100%;
	}
#access_section .btn {
	width: 100%;
}
	#access_section .btn-new-window.btn-medium {
		height: 50px;
		padding-left: 15px;
	}
	#access_section .btn-arrow.btn-medium {
		height: 80px;
	}
#access_section .access_detail .btn-new-window {
	font-size: 14px;
}
@media screen and (min-width: 1281px) {
	#access_section .access_detail {
		padding-left: 100px;
	}
}
@media screen and (max-width: 1280px) {
	#access_section .access_detail {
		padding-left: 40px;
	}
	#access_section .access_detail > div > p,
	#access_section .access_detail > div > a {
		width: calc(50% - 10px);
	}
}
@media screen and (min-width: 951px) {
	#access_section .access_detail > div {
		margin-bottom: 65px;
	}
	#access_section .access_detail > p {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1100px) {
	#access_section .access_detail > div:first-of-type > p {
		width: 100%;   
	}
	#access_section .access_detail > div:first-of-type > a {
		width: 65%;
		min-width: 228px;
		margin-left: auto;
		margin-right: auto;
		justify-content: left;
	}
	#access_section .access_detail > div:first-of-type > p {
		margin-bottom: var(--csec-section-smp-margin-1);
	}
}
@media screen and (max-width: 950px) {
	#access_section .googlemap,
	#access_section .access_detail,
	#access_section .access_detail > div,
	#access_section .access_detail > div > p,
	#access_section .access_detail > div > a {
		width: 100%;
	}
	#access_section .googlemap {
		margin-bottom: var(--csec-section-smp-margin-2);
	}
	#access_section .googlemap > div > p,
	#access_section .access_detail p {
		margin-bottom: var(--csec-section-smp-margin-1);
	}
	#access_section .access_detail {
		padding-left: 0px;
	}
	#access_section .access_detail > div > a {
		margin-bottom: 15px;
	}
	#access_section .googlemap iframe {
		height: 300px;
	}
	#access_section > * {
		text-align: center;
	}
	#access_section .btn {
		justify-content: center;
	}
	.btn-large::before {
		/*top: calc(50% - var(--icon-l1-sp-2) / 2);*/
		width: var(--icon-l1-sp-2);
		height: var(--icon-l1-sp-2);
	}
	#access_section a br {
		display: none;
	}
}

/*私たちのこだわり------------------------------------*/
.philosophy_li {
	position: relative;
}
	.philosophy__item__wrapper,
	.philosophy_li02 {
		position: relative;
	}
		.philosophy__item__wrapper::before {
			content: "";
			position: absolute;
			z-index: -1;
			width: calc(100vw/2);
			height: 370px;
			top: 60px;
			background-color: var(--color-bg-01);
		}
			.philosophy__item__wrapper > figure > img {
				object-fit: cover;
				width: 100%;
				height: 100%;
			}
			.philosophy__content h3 {
				margin-bottom: 25px;
			}
			.philosophy__num {
				color: #938e7d;
				margin-right: 0.5em;
				font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; /**/
				font-size: 1.048em;
				line-height: 1.4em;
			}
.philosophy__content h3 > * {
    line-height: 1.5;
}
	.philosophy__content h3 span:nth-of-type(1) {
		width: 1.5em;
		line-height: 1.3;
	}
	.philosophy__content h3 span:nth-of-type(2) {
		width: calc(100% - 2.2em);
	}
.philosophy_li02__wrapper::before {
	display: none;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 520px;
	top: 60px;
	left: 0;
	background-color: var(--color-bg-01);
}
.philosophy_li02 {
	margin: 0 auto;
}
	.philosophy_li02 li {
		width: calc((100% - 40px * 2) / 3);
		margin-bottom: 35px;
	}
		.philosophy_li02 .philosophy__item__wrapper::before {
			display: none;
		}
		.philosophy_li02 li figure {
			width: 100%;
			background-color: #cccccc;
		}
		.philosophy_li02 li .philosophy__content {
			width: 100%;
			padding: 30px 20px;
		}
			.philosophy_li02 li .philosophy__content p {
				text-align: justify;
			}
@media screen and (max-width: 1200px) {
	.philosophy__content h3 br {
		display: none;
	}
}
@media screen and (min-width: 751px) {
	.philosophy {
		padding-top: 100px;
		padding-left: var(--base-padding-side);
		padding-right: var(--base-padding-side);
	}
		.philosophy__item__wrapper,
		.philosophy_li02 {
			max-width: var(--page-wrap-width);
			margin-left: auto;
			margin-right: auto;
		}
		.philosophy_li01 > li {
			margin-bottom: 140px;
		}
				.philosophy_li01 > li:nth-of-type(even) > .philosophy__item__wrapper {
					flex-direction: row-reverse;
				}
					.philosophy_li01 > li:nth-of-type(odd) > .philosophy__item__wrapper::before {
						right: calc(50% + 80px);
					}
					.philosophy_li01 > li:nth-of-type(even) > .philosophy__item__wrapper::before {
						left: calc(50% + 80px);
					}
					.philosophy_li01 .philosophy__item__wrapper > figure {
						width: 51.7%;
						height: 371.25px;
						background-color: #cccccc; 
					}
						.philosophy_li01 > li:nth-of-type(odd) figure {
							margin-right: 80px;
						}
						.philosophy_li01 > li:nth-of-type(even) figure {
							margin-left: 80px;
						}
						.philosophy_li01 .philosophy__content {
							width: calc(100% - 51.7% - 80px);
							align-items: center;
						}
	.philosophy_li01 .btn {
		width: 260px;
		height: 60px;
	}
	.philosophy_li02 .btn {
		width: 125px;
		height: 50px;
	}
}
@media screen and (min-width: 751px) {
	.philosophy__content .only-wide {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.philosophy {
		padding-top: 45px;
	}
	.philosophy_li01__wrapper{
		max-width: var(--page-wrap-width);
		padding-left: var(--share-smp-padding);
		padding-right: var(--share-smp-padding);
		margin-left: auto;
		margin-right: auto;
	}
		.philosophy__item__wrapper::before {
			width: 100vw;
			height: 185px;
			top: -20px;
		}
			.philosophy_li01 > li:nth-of-type(odd) .philosophy__item__wrapper::before {
				right: 47px;
			}
			.philosophy_li01 > li:nth-of-type(even) .philosophy__item__wrapper::before {
				left: 47px;
			}
			.philosophy_li01 .philosophy__item__wrapper > figure {
				width: 100%;
			}
				.philosophy_li01 .philosophy__item__wrapper > figure > img{
					width: 100%;
					height: 185px;
				}
			.philosophy__text {
				font-size: 14px;
			}
			.philosophy_li01 .philosophy__content {
				margin: 30px auto 50px;
				padding: 0 15px;
			}
				.philosophy_num {
					width: 2em;
				}
					.philosophy__content span:last-of-type {
						width: calc(100% - 40px);
					}
				.philosophy_li01 .btn {
					width: 60%;
					height: 60px;
					margin: 0 20%;
				}
}
/**/
.philosophy .philosophy_li02__wrapper {
	
}
@media screen and (max-width: 951px) {
	.philosophy .philosophy_li02__wrapper {
		display: none;
	}
}
/**/
#philosophy_li02_slide {
	display: none;
	padding-top: var(--share-smp-padding);
}
@media screen and (max-width: 950px) {
	#philosophy_li02_slide {
		display: block;
		padding-top: 0;
	}
}
/**/
#philosophy_li02_slide ul {
	padding-bottom: 20px;
}
#philosophy_li02_slide ul li {
	width: 79vw;
	padding-left: 6.5px;
	padding-right: 6.5px;
	margin-bottom: 0;
}
#philosophy_li02_slide ul li .btn {
	width: 100%;
}
	.philosophy_li02 {
		padding-left: 13px;
	}
	.philosophy_li02::before {
		content: "";
		position: absolute;
		z-index: -1;
		width: 3000px;
		height: calc(100% - 60px);
		top: 60px;
		left: 50%;
		transform: translate(-50%, 0);
		background-color: var(--color-bg-01);
	}
	#philosophy_li02_slide ul li .btn {
		width: 120px;
	}
@media screen and (max-width: 950px) {
	.philosophy_li02 li figure {
		height: 300px;
	}
}
@media screen and (max-width: 750px) {
	#philosophy_li02_slide ul {
		padding-bottom: 10px;
	}
	.philosophy_li02 li figure {
		height: 202.5px;
	}
}

/**/
#recruit_area {
	display: block;
}

#csec169044191688,
#csec169016885189,
#csec169016886024 {
	border-top: 1.2px solid var(--color-border-pale);
}
/*Section settings*/
@media screen and (min-width: 1280px) {
	#csec169044191688 > .bor_top,
	#csec169016885189 > .bor_top,
	#csec169016886024 > .bor_top {
		max-width: var(--page-wrap-width);
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1280px) {
	#csec169044191688 .bor_top,
	#csec169016885189 .bor_top,
	#csec169016886024 .bor_top {
		padding-left: var(--base-padding-side);
		padding-right: var(--base-padding-side);
	}
}
@media screen and (max-width: 750px) {
	#csec169044191688 .bor_top,
	#csec169016885189 .bor_top,
	#csec169016886024 .bor_top {
		padding-left: var(--share-smp-padding);
		padding-right: var(--share-smp-padding);
	}
}

/**/
@media screen and (max-width: 1150px) {
	#access_section .access_detail > div:last-of-type .btn {
        justify-content: center;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
    }
	#access_section .access_detail .btn .only-wide {
        display: none;
    }
}
@media screen and (max-width: 950px) {
	
}
@media screen and (max-width: 750px) {
	
}
#access_section .access_detail .btn-new-window {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}
    #access_section .access_detail .btn-new-window::after {
        width: 13px;
        height: 13px;
    }