@charset "utf-8";
:root {
  --text-color: #4a4a4a;
	--primary:#c9bc9c;

}
/* common
----------------------------------------------- */
body {
	color: #4a4a4a;
}

/* Base
----------------------------------------------- */
@-moz-document url-prefix(){
    body {
		font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    }
}

/* Color
----------------------------------------------- */
a:hover,
#crumbs a:hover {
	color: #4a4131;
}
.news-list a:hover .post-thumb figure {
	background-color: #4a4131;
}
#navBlock .gloNav a:hover {
	background: #4a4131;	
}
.index-content > .box a,
.banner-list a {
	color: #4a4a4a;
}
.catch > .catch-headline {
	color: #4a4a4a;
}
.index-content > .box .desc > .ttl {
	color: #4a4a4a;
}
.single_pagenav li a {
	color: #FFF;
	background: #c9bc9c;
}
.single_pagenav li a:hover {
	background: #4a4131
}
#crumbs li,
#crumbs li a {
	color: #666;
}
#crumbs li a:hover {
	color: #4a4131;
}


/* Color [on image]
----------------------------------------------- */
.index-content > .box .imgBox::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255,255,255,0.1);
}


/* Common
----------------------------------------------- */
.logo > img {
	width: 40%;
	max-width: 244px;
}
.logo a {
	background: url(images/common/logo.png) center no-repeat;
	background-size: contain;
	color: transparent;
	max-width: 350px;
}
.logo_s a {
	background: url(images/common/logo_s.png) center no-repeat;
	background-size: contain;
}
.logo_v a {
}
a > .imgBox {
}
a:hover > .imgBox {
}
a:hover > .imgBox img {
}

/* Button
----------------------------------------------- */
.moreBtn a,
.readMore a {
	color: #FFF;
	background: #c9bc9c;
	font-size: 1rem;
}
.moreBtn a:hover,
.readMore a:hover {
	background: #4a4131;
}


/* Lightbox
----------------------------------------------- */


/* feature slider
----------------------------------------------- */
/* .feature-content {
	position: relative;
	overflow: hidden;
} */
.feature-slider .item {
	position: relative;
}
.feature-slider .item a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
/* .feature-slider .item-image {
	position: relative;
} */
.feature-slider .item-image::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255,255,255,0.1);
}
.feature-slider .item-caption {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	color: #FFF;
	text-align: center;
}
.feature-slider .item-caption > .ttl {
	text-shadow: 1px 1px 3px #1A1A1A;
}
.feature-slider .item-caption > .btn {
	display: inline-block;
	line-height: 1;
	color: #604C3F;
	background: #FFF;
	width: 160px;
	padding: 1em 0;
	margin: 1.4em 0 0;
	transition: all 0.3s ease 0.2s;
}
.feature-slider .item-caption > .btn:hover {
	color: #FFF;
	background: #E89567;
}
.slide-progress {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	width: 0;
	max-width: 100%;
	height: 6px;
	background: rgba(255,255,255,0.5);
}

/* feature slider [animation]
----------------------------------------------- */
.feature-slider .item-caption > .ttl,
.feature-slider .item-caption > .btn {
	opacity: 0;
}
.feature-slider .owl-item.active .item-caption > .ttl {
	opacity: 1;
	transition: opacity 1.0s ease-out 1.0s;
}
.feature-slider .owl-item.active .item-caption > .btn {
	opacity: 1;
	transition: opacity 1.0s ease-out 2.0s;
}


/* Page Head
----------------------------------------------- */
.pageHead .imgBox::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255,255,255,0.1);
}
.pageHead .imgBox{
	min-height:200px;
}


/* Flex Box
----------------------------------------------- */
.flexList a {
	color: #000;
}
.flexList.pane2 li {
	max-width: calc(600px + 2em);
}
.flexList .caption > .ttl {
	position: relative;
	top: -1em;
	display: inline-block;
	letter-spacing: 2px;
	padding: 0.5em 2em;
	background: #FFF;
	border-left: #7BBE34 solid 4px;
	border-right: #7BBE34 solid 4px;
}


/* Header
----------------------------------------------- */
header {
	background: rgba(255,255,255,0.7);
}
#header-logo {
	background: #FFF;
}
#header-logo .logo {
	width: 37%;
	padding: 5px 0;
	vertical-align: middle;
}
header .primaryNav {
}
.primaryNav > .menus .text-tel,
.primaryNav > .menus .text-tel a {
	/*color: ;*/
}
.primaryNav > .menus .btn-tel::before {
	/*color: ;*/
}
.primaryNav > .menus .btn-tel {
	background: #604C3F;
	border-radius: 4px;
}
.primaryNav > .menus .btn-tel::after {
	background: none;
}

/* Footer
----------------------------------------------- */
footer {
	background-color: #C9BC9C;
}
footer .primaryNav .logo {
	width: 350px;
	height: 130px;
	padding: 15px 0;
}
#footNav ul li a:hover {
	color: #7A6A56;
}
#copyright {
	color: #FFF;
	background: #4a4131;
	padding: 1em 0;
}
#copyright a:hover {
	color: #FFF;
}


/* Page Top
----------------------------------------------- */
#pageTop a {
	background-color: #ff6516;
}


/* Navigation [TOGGLE MENU]
----------------------------------------------- */
.toggleMenu .navBar {
	background: #4a4a4a;
}


/* Navigation [Nav Block]
----------------------------------------------- */
#navBlock {
}


/* Navigation [Nav Box]
----------------------------------------------- */
#navBox {
	background: rgba(96,76,63,0.95);
}
#navBox .gloNav {
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}
#navBox .gloNav li:not(:last-child)::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	content: "";
	height: 1px;
	width: 1em;
	background: #FFF;
}
#navBox .gloNav li a {
	color: #FFF;
	border-radius: 4px;
}
#navBox .gloNav li a::after {
	color: #FFF;
}
#navBox .gloNav li a:hover {
}
#navBox .gloNav li a:hover span::before {
	/*background: rgba(123,190,52,0.68);*/
	width: 100%;
}


/* Navigation [Attach Nav]
----------------------------------------------- */
#attachNav {
	position: fixed;
	z-index: 50;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(237,232,221,0.78);
	padding: 10px;
}
#attachNav > .attach-content {
	max-width: 500px;
	margin: 0 auto;
	background: #957233;
}
#attachNav .contact_tel,
#attachNav .contact_tel a {
	position: relative;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
	justify-content: center;
	height: 60px;
	padding: 10px 10px 10px 40px;
	color: #FFF;
	background: #957233;
}
#attachNav a {
	display: block;
	text-decoration: none;
}
#attachNav .contact_tel::before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	content: "";
	background: url(images/common/mobile.png) center no-repeat;
	background-size: contain;
}
#attachNav .contact_tel span {
	display: block;
}
#attachNav .contact_tel .num {
	font-size: 2em;
}


/* Layout
----------------------------------------------- */
.index-content_main {
	padding-bottom: 50px;
}


/* Index Content
----------------------------------------------- */
.index-content > .box .desc > p {
	text-align: center;
}
#wrapper > section.index-content_image {
	background: #C9BC9C;
}
#index-philosophy {
	background: url(images/bg/01.jpg) 10% 20% no-repeat;
	background-size: cover;
}
#index-philosophy::before {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(219,218,218,0.8);
}
#index-philosophy .content {
	font-weight: bold;
}
#index-philosophy .content > p:not(.signature) {
	text-align: center;
	padding: 0.5em 0 1.5em;
	line-height: 1.8;
}
#index-philosophy .content > p.signature {
	text-align: right;
}


/* Index Concept
----------------------------------------------- */
.index-concept .box-list li {
	width: 100%;
	padding: 0 5% 2em;
}
.index-concept .box-list li figure {
	text-align: center;
}
.index-concept .box-list li figure > figcaption {
	padding: 0.5em 0;
	letter-spacing: 0.1em;
}
.index-concept .box-list li .moreBtn {
	width: 60%;
}


/* index-topics
----------------------------------------------- */
.index-topics {
	background-color: #F7F8F8;
}


/* Contents
----------------------------------------------- */
.headline .ttl {
	letter-spacing: 2px;
	line-height: 1.4;
}
.sub_ttl {
	font-size: 1.15em;
	border-bottom: #7bbe34 dashed 1px;
	padding: 0.5em 0;
}
.sec-headline {
	background: #c9bc9c;
	text-align: center;
	padding: 20px 0;
}


/* News List
----------------------------------------------- */
.news-list {
}
.news-list a {
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #000;
	background: none;
}
.news-list article {
}
.news-list .post-overview {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 0 1.5em;
}
.news-list .post-title {
}
.news-list .post-date {
}
.news-list .post-category {
	display: none;
}
.news-list .post-thumb {
	overflow: visible;
}
.news-list .post-thumb figure {
	background-color: #FFF;
	padding: 20px;
	transition: all 0.3s;
}
.news-list a:hover .post-thumb figure {
	transform: scale(1);
	transition: all 0.3s;
}
.news-list a:hover .post-thumb figure img {
	transform: scale(1.1);
}
.news-list .post-excerpt {
}

.archive-list .news-list a {
	background: rgba(201,188,156,0.5);
	padding: 1em;
}


/* Post Single
----------------------------------------------- */
.post-header {
}
.post-header .post-date {
	text-align: center;
	letter-spacing: 0.1em;
}


/* Blog PageNav
----------------------------------------------- */
.single_pagenav li {
}
.single_pagenav li a {
}
.single_pagenav li a:hover {
}
.single_pagenav li.end {
	visibility: hidden;
}
.single_pagenav li.end a {
	border: none;
}


/* Embed Movie
----------------------------------------------- */
a.movie {
	display: block;
}
a.movie::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0,0,0,1);
	border-radius: 50%;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
	z-index: 2;
	transition: all 0.3s;
}
a.movie:hover::before {
	background-color: rgba(255,0,0,0.95);
}
a.movie::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 6px;
	margin: auto;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent;
	border-left-color: #FFF;
	z-index: 3;
}

/* Staff Interviews
----------------------------------------------- */
.interview-list li {
}
.interview-list .list-thumb {
	position: relative;
}
.interview-list .list-caption {
	color: #FFF;
	background: #c3af8b;
	padding: 1ex 1em;
}
.interview-list .list-caption dt,
.interview-list .list-caption dd {
	line-height: 1.5;
}
.interview-list .list-caption dt {
	font-size: 1.1em;
}
.interview-box .interview:nth-child(2n-1) {
	background: rgba(237,232,231,0.78);
}
.interview .interview-image,
.interview .interview-content {
	width: 100%;
}
.interview .interview-image > dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	color: #FFF;
	background: #c3af8b;
	padding: 1ex 1em;
}
.interview .interview-image > dl dt {
	display: table-cell;
	vertical-align: middle;
	/* font-size: 1.4em; */
	font-size:1.2rem;
}
.interview .interview-image > dl dd {
	display: block;
	line-height: 1.5;
}
.interview .interview-content .caption,
.interview .interview-content dt {
	color: #957233;
}
.interview .interview-content .caption {
	font-weight: bold;
	/* font-size: 1.5em; */
	font-size:1.6rem;
}
.interview .interview-content dl:not(:last-child) {
	margin-bottom: 1em;
}
.interview .interview-content dt {
	/* font-size: 1.1em; */
	font-size:1.25rem;
	border-bottom: #957233 solid 1px;
	padding-bottom: 0.25em;
}
.interview .interview-content dd {
	line-height: 1.75;
	padding: 0.5em 0;
}


/* Rework Projeect
----------------------------------------------- */
#rework {
	position: relative;
	/* background: url(images/bg/02.jpg) top center no-repeat;
	background-size: cover; */
}
#rework::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #f8f4ef;
}


/* 求人案内(求人から選ぶ)
----------------------------------------------- */
.offer-list:not(:last-child) {
	margin-bottom: 30px;
}
.offer-list {
	border: #000 solid 1px;
	border-radius: 12px;
}
.offer-list > .block {
	max-width: 90%;
	margin: 0 auto;
	padding: 1.5em 2em;
}
/* .offer-list > .block:not(:last-child) {
	border-bottom: #000 solid 1px;
} */
.offer-outline figure {
	margin-top: 0.5em;
}
.offer-outline figure>img{
	width:100%;
	height:auto;
	object-fit:cover;
	object-position:center center;
	aspect-ratio: 3 / 2;
}
.offer-outline .post-date {
	margin-bottom: 0!important;
	color:#333333;
}
.offer-outline .offer-title {
	/* font-size: 2em; */
	font-size:1.8rem;
	font-weight: 500;
	color: #957233;
	/* padding: 0.5em 0; */
	padding: 0.5rem 0;
}
.offer-bikou {
	margin-bottom: -0.5em;
}
.offer-bikou li {
	line-height: 1.4;
	color: #FFF;
	background: #957233;
	padding: 0.5ex 1ex;
	margin: 0 0.5em 0.5em 0;
}
.offer-list table {
	width: 100%;
}
.offer-list table th,
.offer-list table td {
	line-height: 1.4;
}
.offer-btn{
	font-weight:500;
}
.offer-btn li {
	width: 100%;
}
.offer-btn a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	text-align: center;
	padding: 1ex 0;
	border: #957233 solid 3px;
}
.offer-btn .rel_detail a {
	color: #957233;
	background: #e4ddcd;

	flex-direction: row;
	align-items:center;
	gap:1.5rem;
	transition:color, background 0.4s ease;
}
/* .offer-btn .rel_detail a > span::after {
	display: inline-block;
	vertical-align: baseline;
	font-family: "icofont";
	content: "\ea69";
	padding: 0 0.25em;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
} */
.offer-btn .rel_entry a {
	color: #FFF;
	background: #957233;
	transition:color,background 0.4s ease;
	line-height: 1.4;
}
.offer-btn a > span {
	font-size: 1.5em;
	letter-spacing: 0.05em;
}

/*追記分*/
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #957233;
  border-right: 0;
	transition:all 0.4s ease; 
}
.offer-btn .rel_detail a:hover{
	color:#e4ddcd;
	background:#957233;
}
.offer-btn .rel_entry a:hover{
	color: #957233;
	background: #fff;
}
.offer-btn .rel_detail a:hover .triangle{
	border-left-color:#e4ddcd;
}
.offer-comment{
	color:#3f1f00;
	text-align: justify;
}


/* Job offer [detail]
----------------------------------------------- */
.offer-detail-head {
	border-top: #666 solid 1px;
	border-bottom: #666 solid 1px;
	padding-top: 0!important;
	margin-top: 120px;
}
.offer-detail-head > .offer-list {
	border: none;
}


/* Entry Form
----------------------------------------------- */
#entry-form input[type="submit"], input[type="button"] {
	color: #FFF;
	background: #957233;
}
#entry-form input[type="submit"]:hover, input[type="button"]:hover {
	background: #957233;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2) ;
}
.job-rel_entry,
.job-rel_entry a {
	color: #1A1A1A;
	background: none;
}
.job-rel_entry a:hover {
	background: none;
}


/* CF7
----------------------------------------------- */
#contact_form table th {
	font-weight: bold;
}
#contact_form table th.required::after {
	display: inline-block;
	content: "必須";
	color: #FFF;
	background: #C00;
	padding: 0.25em 1ex;
	margin-left: 0.5em;
}


@media screen and (min-width:768px) {
	/* Button
	----------------------------------------------- */
	.moreBtn {
		font-size: 1.2em;
	}
	
	/* Header
	----------------------------------------------- */
	#header-logo {
		height: 150px;
	}
	#header.nav-opened .primaryNav,
	#header-clone.fixed .primaryNav {
	}
	
	
	/* Footer
	----------------------------------------------- */
	footer .primaryNav .logo {
	}
	
	/* Navigation [Attach Nav]
	----------------------------------------------- */
	#attachNav {
		display: none;
	}
	#attachNav .contact_tel, #attachNav .contact_tel a {
		max-width: 320px;
		margin: 0 auto;
	}
	#attachNav .contact_tel::before {
		width: 50px;
		height: 50px;
	}
	#attachNav .contact_tel, #attachNav .contact_tel a {
		padding-left: 50px;
	}
	#attachNav .contact_tel span {
		text-align: center;
	}
	
	/* feature slider
	----------------------------------------------- */
	/* .feature-content {
		margin-top: -60px;
	} */
	.feature-slider .item-caption > .ttl {
		font-size: 4em;
	}
	.feature-slider .item-caption > .btn {
		font-size: 1.3em;
	}
	
	/* Index Content
	----------------------------------------------- */
	#index-philosophy .content > p:not(.signature) {
		/* font-size: 1.25em; */
		font-size:1.3rem;
	}
	#index-philosophy .content > p.signature {
	}
	
	/* Contents
	----------------------------------------------- */
	.sub_ttl {
		font-size: 1.4em;
	}
	
	/* information
	----------------------------------------------- */

	
	/* topics
	----------------------------------------------- */
	
	/* News List
	----------------------------------------------- */
	
	/* Staff Interviews
	----------------------------------------------- */
	.interview-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: -20px;
	}
	.interview-list li {
		width: 33.3333%;
		width: calc(100% / 3 - 10px);
		max-width: calc(100% / 3);
		padding-bottom: 20px;
	}
	.interview .interview-image {
		width: 38%;
		/* margin-top: 3em; */
	}
	.interview .interview-content {
		width: 62%;
	}
	.interview:nth-child(odd) .interview-content {
		padding-right: 2%;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1;
	}
	.interview:nth-child(even) .interview-content {
		padding-left: 2%;
	}
	.interview .interview-content .caption {
		font-size: 1.65em;
	}
	
	/* Rework Projeect
	----------------------------------------------- */
	#rework .content {
		font-size: 1.25em;
	}
	
	/* Job offer
	----------------------------------------------- */
	.offer-outline figure {
		width: 30%;
	}
	.offer-outline .content {
		width: 70%;
		/* padding: 0 2em; */
		padding:0;
		padding-left:2em;
	}
	.offer-list table th {
		width: 18%;
		text-align: right;
	}
	.offer-list table td {
		padding: 0 2em;
	}
	.offer-btn li {
		width: 50%;
	}
	.offer-btn li:nth-child(odd) {
		padding-right: 1em;
	}
	.offer-btn li:nth-child(even) {
		padding-left: 1em;
	}
	.offer-btn li a {
		font-size: 0.8rem;
	}
	.offer-btn li a > span {
		font-size: 1.8em;
	}
	
	/* Embed Movie
	----------------------------------------------- */
	.index-section a.movie::before,
	.index-section a.movie::after {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}
@media screen and (min-width:768px) and (max-width:979px) {
	/* Staff Interviews
	----------------------------------------------- */
	.interview .interview-image > dl dt {
		display: block;
		padding-bottom: 0.25em;
	}
}
@media screen and (min-width:980px) {
	/* Index Content
	----------------------------------------------- */
	#index-philosophy .content > p:not(.signature) {
		/* font-size: 1.4em; */
		font-size:1.25rem;
	}
	#index-philosophy .content > p.signature {
		font-size: 1.25em;
	}
	
	/* Index Topics
	----------------------------------------------- */
	
	/* Staff Interviews
	----------------------------------------------- */
	.interview:nth-child(odd) .interview-content {
		padding-right: 5%;
	}
	.interview:nth-child(even) .interview-content {
		padding-left: 5%;
	}
	.interview .interview-content .caption {
		font-size: 2em;
	}
	
	/* Rework Projeect
	----------------------------------------------- */
	#rework .content {
		font-size: 1.5em;
	}

}
@media screen and (min-width:1024px) {
	/* Header
	----------------------------------------------- */
	header .primaryNav {
	}
	
	/* News List
	----------------------------------------------- */

}
@media screen and (min-width:1180px) {
	/* Index Concept
	----------------------------------------------- */
	.index-concept .box-list li figure > figcaption {
		font-size: 2.2em;
	}

}
@media screen and (max-width:1279px) {
	/* information
	----------------------------------------------- */

	
	/* office
	----------------------------------------------- */
	.flexList#office li.office-about .caption p {
		text-align: left;
	}
}
@media screen and (max-width:979px) {
	/* Navigation [Nav Block]
	----------------------------------------------- */
	#navBlock .gloNav li{
		font-size:0.95rem;
	}
	#navBlock .gloNav a {
		/* padding: 0 1em; */
		padding:0 0.5rem;
	}
	
	/* Index Topics
	----------------------------------------------- */
	.index-topics .block {
		margin-bottom: 30px;
	}
	.index-topics .index-info {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.index-topics .index-banner > .banner-list li:not(:last-child) {
		margin-bottom: 2em;
	}

}
@media screen and (max-width:767px) {
	.offer-btn a > span {
		font-size: 1.65em;
	}
	.offer-btn .rel_entry a {
		font-size: 0.8em;
		line-height: 1.2;
	}
	/* Header
	----------------------------------------------- */
	header .primaryNav .logo {
		width: 160px;
	}
	
	/* Footer
	----------------------------------------------- */
	footer .primaryNav .logo {
	}
	
	/* feature slider
	----------------------------------------------- */
	.feature-slider .item-caption > .ttl {
		font-size: 1.5em;
	}
	.feature-slider .item-caption > .btn {
		font-size: 1.2em;
	}
	
	/* Layout
	----------------------------------------------- */
	.index-content_main {
		padding-bottom: 25px;
	}
	.index-content_top{
		padding-bottom:0;
	}
	
	/* Index Content
	----------------------------------------------- */
	#index-philosophy .content > p:not(.signature) {
		font-size: 1.1rem;
		text-align: left;
	}
	#index-philosophy .content > p.signature {
		font-size: 1.1em;
	}
	.catch > .catch-headline {
		text-align: center;
	}
	.index-concept .box-list li figure > figcaption {
		font-size: 1.5em;
	}
	.index-content_top .index-content > .box a .imgBox img{
		transform: scale(1.5);
	}
	.index-content_top .index-content > .box a.hover .imgBox img{
		transform: scale(1.7);
	}
		
	/* Contents
	----------------------------------------------- */
	.headline .ttl {
	}
	
	/* information
	----------------------------------------------- */

	
	/* topics
	----------------------------------------------- */

	
	/* News List
	----------------------------------------------- */
	.news-list .post-thumb {
	}
	.news-list .post-thumb figure {
		padding: 4px;
	}
	
	/* concept
	----------------------------------------------- */
	#concept .headline {
		margin-bottom: 3em;
	}
	
	/* Staff Interviews
	----------------------------------------------- */
	.interview-list li {
		margin-bottom: 20px;
	}
	.interview .interview-image {
		margin-bottom: 1.5em;
	}
	
	/* Rework Projeect
	----------------------------------------------- */
	#rework .content {
		font-size: 1.2em;
	}
	
	/* Job offer
	----------------------------------------------- */
	.offer-list:not(:last-child) {
		margin-bottom: 15px;
	}
	.offer-list > .block {
		padding: 1.5em 1em;
	}
	.offer-list table th, .offer-list table td {
		display: block;
	}
	.offer-list table th {
		text-align: left;
		padding-bottom: 0.25em;
	}
	.offer-btn li {
		/* height: 48px; */
		height:95px;
	}
	.offer-btn li:not(:last-child) {
		margin-bottom: 10px;
	}

}
.hidden {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.imgBox {
	position: relative;
	overflow: hidden;
	height:20vw;
}
.index-content_top .imgBox{
	height:25vw;
}
.imgBox img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	object-fit:cover;
	object-position:center 47%;
}
.imgBox img.top{
	object-position:center 30%;
}
.no-entry {
	text-align: center;
	font-size: 1.2em;
}

.btnWrap {
	padding: 2em 0;
}

.btn {
	transition: all 0.4s;
}
.btn span a {
	display: block;
	width: 100%;
	height: 100%;
}

span.bracket-left {
	display: inline-block;
	margin-left: -0.5em;
}
span.bracket-right {
	display: inline-block;
	margin-right: -0.5em;
}

/* Font
----------------------------------------------- */
.font-mincho {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


/* Text
----------------------------------------------- */
h2 {
	margin: 0 auto;
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
}


/* animation
----------------------------------------------- */
.animate-fadein img {
	transition: all 0.8s ease-in 0.2s;
	opacity: 0;
}
.is-show .animate-fadein img,
.animate-fadein.is-show img {
	opacity: 1;
}


/* Button
----------------------------------------------- */
.addition {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1em 0;
}
.addition > p {
	text-align: center;
	line-height: 1.4;
}
.addition > .moreBtn {
	width: 100%;
	margin: 0 auto;
}
.moreBtn {
	position: relative;
	text-align: center;
	letter-spacing: 0.2em;
	max-width: 600px;
	margin: 0 auto;
}
.moreBtn a {
	display: block;
	text-decoration: none;
	margin: 0 auto;
	padding: 1em 0;
}


/* Contents
----------------------------------------------- */
.catch {
}
.catch > .catch-headline {
	font-weight: 600;
	/* margin-bottom: 0.5em; */
}
.headline {
	position: relative;
	/* margin: 0 auto 20px; */
	margin:20px auto;
	text-align: center;
}
.headline > .ttl {
	position: relative;
	display: inline-block;
}
.headline > .ttl span {
	position: relative;
	display: inline-block;
}
.headline > p {
	/* font-size: 1.2em; */
	font-size:0.9rem;
	line-height: 1.4;
}
.content-headline {
	/* margin-bottom: 30px; */
}
.block-headline {
	text-align: center;
	margin-bottom: 30px;
}
.content {
	position: relative;
	font-size: 1.15rem !important;
}
.content p:not(:last-child) {
	margin-bottom: 0;
}


/* Flex
----------------------------------------------- */
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	
}
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.flexList a {
	display: block;
	text-decoration: none;
}
.flexList li {
	padding: 0 1em 4em;
}
.flexList.pane2 {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
.flexList.pane2 li {
	width: 50%;
}
.flexList .caption {
	text-align: center;
}


/* Table
----------------------------------------------- */
.table-info {
	width: 100%;
}
.table-info caption {
	font-size: 1.1em;
	line-height: 1.5;
	padding-bottom: 0.25em;
}


/* Index Content
----------------------------------------------- */
#wrapper > section.index-content_image {
	padding: 35px 0 0;
	margin-bottom: 0;
}
.index-content {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
.index-content > .box {
	width: 100%;
}
.index-content > .box a {
	display: block;
	text-decoration: none;
	color: #333;
}
.index-content > .box a .imgBox img {
	transition: all 0.35s ease-in-out;
	transform: scale(1.5);
	transform-origin: 20% 100%;
}
.index-content_top .index-content > .box a .imgBox img{
	transform: scale(1);
}
.index-content > .box a.hover .imgBox img {
	transform: scale(1.7);
}
.index-content_top .index-content > .box a.hover .imgBox img{
	transform: scale(1.2);
}
.index-content > .box a.hover {
	color: #7A6A56;
}
.index-content > .box a.hover .desc > .ttl {
	color: #7A6A56;
}
.index-content > .box .desc > .ttl {
	/* font-size: 2em; */
	font-size:1.5rem;
	font-weight: 600;
	text-align: center;
	padding: 0.75em 0;
}
/* .index-content > .box .desc > .ttl::after {
	display: block;
	content: attr(data-text);
	font-size: 1rem;
} */
.index-content > .box .desc > p {
	/* font-size: 1.5em; */
	font-size:1.1rem;
}


/* Index Concept
----------------------------------------------- */
.index-concept .catch {
	padding: 2em 0;
}


/* Index Topics
----------------------------------------------- */
.index-topics {}
.index-topics .index-banner {}
.index-topics .index-banner > .banner-list li dl {
	padding: 0 0.5em;
}
.index-topics .index-banner > .banner-list li dt {
	padding: 0.5em 0;
}
.banner-list {
	justify-content: space-between;
}

.banner-list a {
	display: block;
	text-decoration: none;
}
.banner-list figure {
	position: relative;
	overflow: hidden;
}
.banner-list figure img {
	transition: all 0.3s;
}
.banner-list a:hover img {
	transform: scale(1.05);
}
.index-topics .block {
	position: relative;
	width: 100%;
}
.index-topics .headline {
	text-align: left;
}
.index-topics .headline > .moreBtn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.index-topics .headline > .moreBtn a {
	padding: 1em;
}
.index-topics .news-list article:not(:last-child) {
	border-bottom: #B5B5B5 solid 1px;
	padding-bottom: 10px;
}


/* Image List
----------------------------------------------- */
.image-list {}
.image-list figure > figcaption {
	padding: 1em 0;
	line-height: 2;
}


/* Item List
----------------------------------------------- */
.item-info .item-name {
	font-size: 1.1em;
	font-weight: 600;
	padding: 1em 0;
}
.item-info .item-desc {
	line-height: 2;
}


/* Menu List
----------------------------------------------- */
.menu-list {}
.menu-list > .box {
	width: 100%;
}
.menu-info {}
.menu-info .menu-name {
	font-weight: 600;
	color: #7A6A56;
	border-bottom: #7A6A56 solid 1px;
	padding: 1.5em 0;
}
.menu-info .menu-desc {
	line-height: 2.5;
	padding: 2em 0;
}
.menu-content > .menu-price {
	color: #FFF;
	background: #C9BC9C;
	text-align: center;
	line-height: 2;
	padding: 1em;
}
.menu-content > .menu-price dt,
.menu-content > .menu-price dd {
	line-height: 1.4;
}
.menu-content > .menu-price dd > .price-regular {
	display: block;
	font-size: 1.2em;
}


/* Menu Table
----------------------------------------------- */
.menu-table {
	width: 100%;
}
.menu-table caption {
	margin-bottom: 0.5em;
}
.menu-table tbody tr {
	border-top: #CCC solid 1px;
}
.menu-table tbody tr:last-child {
	border-bottom: #CCC solid 1px;
}
.menu-table th {
	font-weight: normal;
	text-align: left;
}
.menu-table td {
	text-align: center;
}


/* Contents List
----------------------------------------------- */
#contents-list {
	background: #82d2dc;
}
#contents-list ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents-list li a {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	transition: all 0.5s;
}
#contents-list li a:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}



/* Blog Widget
----------------------------------------------- */
#blogWidget {
	width:100%;
}
#blogWidget > section {
	width:25%;
	float:left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1em;
}
#blogWidget > section h4 {
}

.blog_side {
	width:200px;
	float:right;
}
.blog_side h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:0.25em;
	font-size:14px;
}
.archive_list {
	list-style:none;
	font-size:12px;
}
.archive_list li {
	line-height:1.5;
	text-indent:1em;
}

#recent_entries {
	list-style:none;
	font-size:12px;
}
#recent_entries li {
	line-height:1.5;
	text-indent:0;
	margin-bottom:0.5em;
}


/* News List
----------------------------------------------- */
.news-list {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-list p.no-feed {
	width: 100%;
	text-align: center;
}
.news-list article {
	margin-bottom: 10px;
}
.news-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	transition: all 0.4s;
}
.news-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}
.news-list .post-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	padding-bottom: 1em;
}
.news-list .post-thumb {
	width: 100%;
	max-width: 100%;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
	overflow: hidden;
	transition: all 0.4s;
}
.news-list .post-thumb figure {
	-webkit-transition: all 2s linear 100ms;
	transition: all 2s linear 100ms;
	overflow: hidden;
}
.news-list a:hover .post-thumb figure {
	-webkit-transition: all 100s linear 100ms;
	transition: all 100s linear 100ms;
	-webkit-transform: scale(5);
	transform: scale(5);
}
.news-list .post-thumb figure img {
	transition: all 0.3s;
}
.news-list .post-summery {
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}
.news-list .post-title {
	font-weight: normal;
	line-height: 1.4;
	-ms-grid-row-align: stretch;
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	padding: 0.5em 0;
}
.news-list .post-date {
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0.1ex;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}
.news-list .post-category {
	width: 100%;
	max-width: 100%;
	text-align: center;
	color: #FFF;
}
.news-list .post-excerpt {
	line-height: 1.4;
	word-break: break-all;
}


/* Post Single
----------------------------------------------- */
.post-single {
	margin-bottom: 25vh;
}
.post-single .post-movie,
.post-single .post-thumbnail {
	margin-bottom: 30px;
}
.post-single .post-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.post-single .post-movie > iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
.post-single .scarehead .post-movie {
	border-top: #452D84 solid 2px;
	border-bottom: #452D84 solid 2px;
	background: #452D84;	
}
.post-single .scarehead .post-movie > iframe {
	width: calc(100% - 14px);
}
.post-header {
	border-bottom: #000 solid 1px;
	padding-bottom: 2em;
}
.post-header .post-author {
	align-self: center;
	width: 80px;
	margin-right: 1.5em;
}
.post-header .post-author img {
	border: #452D84 solid 2px;
	border-radius: 50%;
}
.post-header h1 {
	font-size: 2em;
	line-height: 1.4;
}
.post-header .post-date {
	text-align: right;
}
.post-header .post-summery {
	background: #FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	flex: 1;
}
.post-header .post-summery-attribute {
	display: -webkit-flex;
	display: flex;
	padding-top: 0.5em;
	color: #4D4D4D;
	font-size: 1.2em;
}
.post-header .post-summery-attribute > .post-date {
	padding: 0 1em;
}

.post-singular {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 1em;
	margin-bottom: 50px;
}
.post-singular:last-child {
	margin-bottom: 0;
}
.post-date > .newly {
	display: inline-block;
	color: #F00;
	padding: 0 0.5ex;
}
.post-content {
	border-bottom: #000 solid 1px;
	padding: 1em 1.5em 4em;
	word-break: break-all;
}
.post-content > * {
	line-height: 2;
}
.post-content p {
	margin-bottom: 1em;
}
.post-content p:last-child {
	margin-bottom: 0;
}
.post-content img {
	width: auto;
}
.post-content + .post-category {
	text-align: right;
	padding: 0.5em 1em;
}


/* Post List
----------------------------------------------- */
.post-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-list a {
	display: block;
	text-decoration: none;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.5s;
}
.post-list a:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.post-list .post-thumbnail {
	position: relative;
}
.post-list .post-thumbnail > .post-category {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}
.post-list .post-overview {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #FFF;
	padding: 1em;
}
.post-list .post-overview .post-excerpt {
	color: #808080;
}
.post-list .post-overview .post-summery {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	color: #000;	
	line-height: 1.2;
	padding-top: 1em;
}
.post-list .post-overview .post-summery h1 {
	font-size: 1.2em;
}


/* Blog PageNav
----------------------------------------------- */
.single_pagenav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.single_pagenav li {
	text-align: center;
	height: 48px;
}
.single_pagenav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	color: #FFF;
	background: #000;
}
.single_pagenav li.pagenav-prev,
.single_pagenav li.pagenav-next {
	width: 48px;
}
.single_pagenav li.pagenav-back {
	width: calc(100% - 96px);
	padding: 0 4px;
}
.single_pagenav li.end a {
	cursor: default;
	background: rgba(0,0,0,0.5);
}

/* Map
----------------------------------------------- */
.map-area {}
.map-caption {
	padding-top: 1em;
}
.map-area .to_gmap {
	margin: 1ex 0 0;
	text-align: right;
}
.map-area .to_gmap a {
	display: inline-block;
	text-decoration: none;
	font-size: 0.85em;
	color: #FFF;
	background: #C0272D;
	padding: 1ex;
}
.map-area .to_gmap a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f35d";
	padding-left: 1ex;
}
.gmap {
	width: 100%;
	height: 450px;
}


/* Social Media
----------------------------------------------- */
#facebook .contentWrap {
	max-width:500px;
	margin:0 auto;
}
#fb_pluginBox {
	text-align:center;
	margin-bottom:15px;
	min-height:500px;
}
.social_area {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 40px auto;
}
.social_area li {
	display: inline-block;
	vertical-align: top;
}
.social_area li a {
	display: inline-block;
	text-decoration: none;
}
.social_area li.facebook_like {
	margin-right: 4px;
}
.social_area li.send_line {
	display: block;
	margin-top: 14px;
}
.social_area li.send_line img {
	width: auto;
	height: 30px;
}


/* Blog Dropdown
----------------------------------------------- */
.archive_dropdown {
	margin:0 5px 15px 5px;
}
.archive_dropdown h3 {
	background:#F9C4D8;
	padding:0.5em 0;
	margin-bottom:5px;
}
.archive_dropdown select {width:100%; height:3em;}
.archive_dropdown option {padding:0.5em 0;}



@media screen and (min-width:768px) {	
	/* Flex
	----------------------------------------------- */
	.flexBox .box50 {
		width: 50%;
		padding: 0 1%;
	}
	.flexList li {
		width: 50%;
	}
	.flexList .ttl {
		font-size: 1.5em;
	}
	.flexList .caption p {
		font-size: 1.2em;
	}
	
	/* Table
	----------------------------------------------- */
	.table-info th {
		/* width: 180px; */
		width:220px;
		background: #e2e1e0;
	}
	.table-info th,
	.table-info td {
		line-height: 1.75;
		border-top: #231714 solid 1px;
		border: #231714 solid 1px;
		padding: 1em 1.25em;
		vertical-align: top;
	}
	
	/* Index Content
	----------------------------------------------- */
	.index-content > .box {
		/* width: 32%; */
		/* width: calc(100% / 3 - 0.75em); */
		width:calc(100% / 2 - 0.75em);
	}
	.index-content_top .index-content > .box{
		width:100%;
	}
	.index-content_main .imgBox {
		display: none;
	}
	.index-content > .box .desc > .ttl {
		/* font-size: 1.8em; */
		font-size:1.35rem;
	}
	
	
	/* Index Topics
	----------------------------------------------- */
	.index-topics .index-banner > .banner-list li {
		/* width: 50%; */
		width: 30%;
		margin-bottom: 5px;
	}
	.index-topics .index-banner > .banner-list li:nth-child(odd) {
		padding-right: 10px;
	}
	.index-topics .index-banner > .banner-list li:nth-child(even) {
		padding-left: 10px;
	}
	.index-topics .index-banner > .banner-list li dt {
		font-size: 1.5em;
	}
	.index-topics .index-banner > .banner-list li dd {
		font-size: 1.1em;
	}
	
	/* Image List
	----------------------------------------------- */
	.image-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.image-list li {
		width: calc(100% / 3 - 5px);
	}
	.image-list li.first-large {
		width: 100%;
		margin-bottom: 5px;
	}
	.image-list figure > figcaption {
		text-align: center;
	}
	
	/* Item List
	----------------------------------------------- */
	.item-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: -50px;
	}
	.item-list > .box {
		width: calc(100% / 3 - 15px);
		margin-bottom: 50px;
	}
	.item-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
	}
	.item-info {
		height: 100%;
	}
	.item-info .item-name {
		text-align: center;
	}
	
	/* Menu List
	----------------------------------------------- */
	.menu-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: -50px;
	}
	.menu-list > .box {
		width: calc(50% - 25px);
		margin-bottom: 50px;
	}
	.menu-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		height: 100%;
		overflow: hidden;
	}
	.menu-info {
		text-align: center;
		height: 100%;
	}
	.menu-info .menu-name {
		font-size: 2em;
	}
	.menu-info .menu-desc {
		font-size: 1.2em;
	}
	.menu-content > .menu-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		font-size: 1.2em;
	}
	.menu-content > .menu-price dt {
		-ms-flex: 1.5;
		-webkit-box-flex: 1.5;
		-webkit-flex: 1.5;
		flex: 1.5;
	}
	.menu-content > .menu-price dd {
		-ms-flex: 1;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
	}
	
	/* Menu Table
	----------------------------------------------- */
	.menu-table th {
		width: 48%;
	}
	.menu-table td {
		width: 16%;
	}
	.menu-table thead th,
	.menu-table thead td {
		padding: 0.5em 1em;
	}
	.menu-table tbody th {
		padding: 1em;
	}
	.menu-table tbody td {
		padding: 1em 0;
	}
	
	/* Contents
	----------------------------------------------- */
	.content {
		font-size: 1.2em;
	}
	.catch {
		text-align: center;
	}
	.catch > .catch-headline {
		/* font-size: 1.5em; */
		font-size:1.3rem;
	}
	.catch > p {
		line-height: 2.5;
	}
	.headline .ttl {
		/* font-size: 1.8em; */
		font-size:2rem;
	}
	.headline p {
		/* font-size: 1.4em; */
		font-size:1.1rem;
	}
	/* #concept .headline .ttl {
		font-size: 2.7em;
	} */
	
	/* News List
	----------------------------------------------- */
	.news-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.news-list article {
		width: 49%;
		width: calc(50% - 5px);
	}
	.news-list .post-thumb {
		width: 120px;
	}
	.news-list .post-title {
		/* font-size: 1.5em; */
		font-size:1.12rem;
	}
	.news-list .post-date,
	.news-list .post-excerpt {
		/* font-size: 1.2em; */
		font-size:0.9rem;
	}
	
	/* Post Single
	----------------------------------------------- */
	.post-content {
		font-size: 1.3em;
	}
	
	/* Blog PageNav
	----------------------------------------------- */
	.single_pagenav {
		font-size: 1.2em;
	}
}
@media screen and (min-width:980px) {
	/* Index Topics
	----------------------------------------------- */
	.index-topics .block {
		/* width: 50%; */
		width: 100%;
	}
	.index-topics .block:nth-of-type(odd) {
		padding-right: 30px;
	}
	.index-topics .block:nth-of-type(even) {
		padding-left: 30px;
	}
	.index-topics .block > .inner-block:not(:last-child) {
		margin-bottom: 0;
	}
	.index-topics .index-banner > .banner-list li dt {
		font-size: 2em;
	}
	.index-topics .index-banner > .banner-list li dd {
		font-size: 1.2em;
	}
	.index-topics .index-banner > .banner-list li:last-child {
		margin-bottom: 0;
	}
	.index-topics .index-news .news-list article {
		width: 100%;
	}
	.index-topics .info-map > .addition,
	.index-topics .news-list + .addition {
		display: none;
	}
	
	/* Contents
	----------------------------------------------- */
	.headline .ttl {
	}
	
	/* Post Single
	----------------------------------------------- */
	.post-single .post-header,
	.post-single .post-content {
		padding-left: 100px;
		padding-right: 100px;
	}
	.post-single .post-headline {
		padding-left: 80px;
		padding-right: 80px;
	}

}
@media screen and (min-width:1024px) {
	/* Index Content
	----------------------------------------------- */
	
	/* Contents
	----------------------------------------------- */
	.catch > .catch-headline {
		/* font-size: 2.5em; */
		font-size:1.4rem;
	}
}
@media screen and (min-width:1180px) {
	/* Index Content
	----------------------------------------------- */
	.index-content > .box {
		/* width: 31.5%; */
		/* width: calc(100% / 3 - 30px); */
		width:calc(100% / 2 - 30px);
	}
	.index-content_main .imgBox {
		display: none;
	}
	.index-content > .box .desc > .ttl {
		/* font-size: 2.5em; */
		font-size:1.7rem;
	}
	
	/* Index Topics
	----------------------------------------------- */
	.index-topics .headline .ttl {
		font-size: 2em;
	}
	
	/* Contents
	----------------------------------------------- */
	.headline .ttl {
		/* font-size: 2.8em; */
		font-size:2rem;
	}
}
@media screen and (max-width:979px) {
	/* Index Topics
	----------------------------------------------- */
	.index-topics .headline {
		text-align: center;
	}
	.index-topics .headline > .moreBtn {
		display: none;
	}
	.index-topics .block:not(:last-child) {
		margin-bottom: 30px;
	}
	.index-topics .index-banner,
	.index-topics .index-news {
		width: 100%;
	}
}
@media screen and (max-width:767px) {	
	/* Flex
	----------------------------------------------- */
	.flexBox .box50 {
		width: 100%;
	}
	.flexList.pane2 li {
		width: 100%;
		margin-bottom: 2em;
	}
	.flexList.pane2 li:last-child {
		margin-bottom: 0;
	}
	.flexList .ttl {
		font-size: 1.3em;
	}
	
	/* Table
	----------------------------------------------- */
	.table-info {
		border: #231714 solid 1px;
		border-top: none;
	}
	.table-info th,
	.table-info td {
		display: block;
		border: none;
		padding: 0.75em 1em;
		line-height: 1.75;
	}
	.table-info th {
		width: 100%;
		text-align: left;
		border-top: #231714 solid 1px;
		border-bottom: #231714 solid 1px;
		background: #e2e1e0;
	}
	
	/* Index Content
	----------------------------------------------- */
	#wrapper > section.index-content_image {
		display: none;
	}
	.index-content {
		padding-top: 30px;
	}
	.index-content > .box {
		margin-bottom: 30px;
	}
	.index-content > .box:last-child {
		margin-bottom: 0;
	}
	
	/* Index Topics
	----------------------------------------------- */
	.index-topics .headline .ttl {
		/* font-size: 1.8em; */
		font-size:1.35rem;
	}
	.index-topics .index-banner > .banner-list li:not(:last-child) {
		margin-bottom: 5px;
	}
	.index-topics .index-banner > .banner-list li dt {
		font-size: 1.4em;
	}
	.index-topics .block {
		width: 100%;
	}
	
	/* Item List
	----------------------------------------------- */
	.item-list > .box {
		margin-bottom: 25px;
	}
	.item-list > .box:last-child {
		margin-bottom: 0;
	}
	
	/* Menu List
	----------------------------------------------- */
	.menu-list > .box {
		margin-bottom: 50px;
	}
	.menu-list > .box:last-child {
		margin-bottom: 0;
	}
	.menu-info .menu-name {
		font-size: 1.5em;
		text-align: center;
	}
	.menu-info .menu-desc {
		padding: 2em 1em;
	}
	.menu-info .menu-desc > br {
		display: none;
	}
	.menu-content > .menu-price dt {
		margin-bottom: 1em;
	}
	
	/* Menu Table
	----------------------------------------------- */
	.menu-table thead {
		display: none;
	}
	.menu-table th {
		display: block;
		background: #E6E6E6;
		border-bottom: #CCC solid 1px;
		text-align: center;
		padding: 1em 0;
	}
	.menu-table td {
		display: inline-block;
		text-align: center;
		padding: 1em 0;
	}
	.menu-table td.time {
		width: 22%;
	}
	.menu-table td.price {
		width: 39%;
	}
	.menu-table td.price::before {
		display: block;
		font-size: 10px;
		content: attr(data-text);
	}
	
	/* Contents
	----------------------------------------------- */
	.headline .ttl {
		/* font-size: 2em; */
		font-size:1.7rem;
	}
	.catch > .catch-headline {
		/* font-size: 2em; */
		font-size:1.2rem;
	}
	#concept .headline .ttl {
		font-size: 1.7em;
	}
	
	/* News List
	----------------------------------------------- */
	.news-list article {
		width: 100%;
	}
	.news-list article:last-child {
		margin-bottom: 0!important;
	}
	.news-list > .no-entry {
		width: 100%;
	}
	.news-list .post-excerpt {
	}
	.news-list .post-title {
		/* font-size: 1.2em; */
		font-size:1rem;
	}
	.news-list .post-thumb {
		width: 100px;
	}
	.news-list .post-date,
	.news-list .post-excerpt{
		font-size:0.8rem;
	}

	/* Post List
	----------------------------------------------- */
	.post-list li,
	.post-list article {
		width: 50%;
		padding: 0 4px 8px 4px;
	}
	
	/* Post Single
	----------------------------------------------- */
	.post-content {
		font-size: 1.2em;
	}
	
	/* Map
	----------------------------------------------- */
	.gmap {
		height: 300px;
	}
}

@media screen and (max-width:374px) {
	/* Post Single
	----------------------------------------------- */
	.post-header .post-author {
		width: 60px;
	}
	.post-header h1 {
		font-size: 1.8em;
	}

}


/* 求人サイト */
/* ヘッダーメニュー */
#header-logo {
    display: block;
}
#header-logo .logo {
    width: 350px;
    padding: 5px 0;
}
#header-logo > .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#header-logo > .logo a {
    display: block;
    height: 100%;
}
header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
header.fixed {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
header .primaryNav {
    display: none;
}
#header-navigation {
    width: 100%;
    height: 60px;
    transition: all 0.3s;
}
#header-navigation > .logo {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
}
/* スライド */
.feature-content {
	position: relative;
	margin-top: -60px;
}
.fv-siwper{
	width: 100%;
}
.swiper-wrapper{
	width: 100%;
}
.swiper-slide img{
	width: 100%;
	height: 45vw;
	max-height: 1600px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center center;
}
.fv-logo{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.fv-logo img{
	width: 400px;
	object-fit: contain;
}
.fv-text{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	font-size: 2vw;
	font-weight: bold;
	letter-spacing: 1.3px;
	line-height: 1.8;
	text-shadow: 1px 1px 15px #000;
	color: #fff;
	z-index: 3;
}
/* 採用理念 */
.signature dl {
	float: right;
}
.signature dt {
	font-size: 1.4rem;
	line-height: 1.5;
}
.signature dd {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-size: 1.2rem;
}
.signature dd > img {
	width: auto;
	height: 32px;
	object-fit: contain;
}
.foot-wave {
	width: 100%;
	background-color: #F7F8F8;
}
body.page-template-page-rework .foot-wave{
	background-color:#f8f4ef;
}
.foot-wave svg {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}
footer .primaryNav .footer-line ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}
footer .primaryNav .footer-line ul > li {
	margin: 0 15px;
	line-height: 1.3;
}
footer .primaryNav span.small {
	font-size: 0.95rem;
}
footer .primaryNav span.big {
	font-size: 1.15rem;
}
.index-topics {
	position: relative;
	padding: 70px 0;
	padding-bottom: initial;
}

/*リワークプロジェクト*/
.bg-top{
	padding-top:30px;
	padding-bottom: 20px;
}


/* 新着情報(一覧) */
.news .sub-info {
    padding-top: 40px;
}
.news .sub-info .sub-ttl {
    text-align: center;
}
.news .sub-info .sub-ttl::after {
    content: "";
    margin-top: 3px;
    text-align: center;
    width: 275px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/title-bar.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.news .sub-info .sub-ttl h2 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
}
.news .sub-info .tab-container {
    padding-top: 40px;
}
.news .sub-info .tab-container ul {
    list-style: none;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 50%;
}
.news .sub-info .tab-container ul li {
    min-height: 65px;
    width: 100%;
    max-width:calc(100% / 2); /*カテゴリー数次第で変更*/
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.news .sub-info .tab-container ul a {
    color:var(--text-color);
    border: 2px solid #9c9c9c;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    text-decoration: none;
    padding: 4px 5px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: #f5f5f5;
    transition: background-color, color, 0.3s ease-in-out;
}
.news .sub-info .tab-container ul li:last-child a {
    border-left: initial;
}
.news .sub-info .tab-container ul a.bg-hv {
    background-color:var(--primary);
    color: #ffffff;
}
.news .sub-info .tab-container ul a:hover {
    background-color:var(--primary);
    color: #ffffff;
}
.news .sub-info .contents {
    padding-top: 45px;
}
.news .sub-info .contents ul {
    list-style: none;
}
.news .sub-info .contents ul a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    color:var(--text-color);
    padding: 25px 0;
    border-bottom: 1px solid #9c9c9c;
    transition: color 0.3s ease-in-out;
}
.news .sub-info .contents ul a:hover {
    /* color: #8dc556; */
    color:var(--flower-tertiary);
}
.news .sub-info .contents ul li:first-child a {
    padding-top: initial;
}
.news .sub-info .contents ul a .flx-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
    width: 100%;
}
.news .sub-info .contents ul a .flx-row .date {
    margin-right: 30px;
    font-size: 1rem;
}
.news .sub-info .contents ul a .flx-row .all {
    display: inline-block;
    width: 15%;
    max-width: 120px;
    min-width: 100px;
    font-size: 1.05rem;
    color: #ffffff;
    background-color: #e27c8d;
    height: 30px;
    position: relative;
}
.news .sub-info .contents ul a .flx-row .patient_cate {
    display: inline-block;
    width: 15%;
    max-width: 120px;
    min-width: 100px;
    font-size: 1.05rem;
    color: #ffffff;
    background-color: #7eb3d7;
    height: 30px;
    position: relative;
}
.news .sub-info .contents ul a .flx-row .empty_floor {
    display: inline-block;
    width: 15%;
    max-width: 120px;
    min-width: 100px;
    font-size: 1.05rem;
    color: #ffffff;
    background-color: var(--primary);
    height: 30px;
    position: relative;
}
.news .sub-info .contents ul a .flx-row .category span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    white-space: nowrap;
}
.news .sub-info .contents ul a .inf p {
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .sub-info .contents .tabs {
    display: none;
    opacity: 0;
    transition: opacity, 0.5s ease-in-out;
}
.news .sub-info .contents .tabs.active {
    display: block;
    opacity: 1;
}
.news .sub-info .contents .pagination {
    display: flex;
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
}
.news .sub-info .contents .pagination .current {
    display: inline-block;
    width: 40px;
    height: 45px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #ffffff;
    margin: 0 8px;
    line-height: 45px;
}
.news .sub-info .contents .pagination a {
    display: inline-block;
    width: 40px;
    height: 45px;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    /* border: 1px solid #8dc556;
    color: #8dc556; */
    border: 1px solid var(--primary);
    color: var(--primary);
    margin: 0 6px;
    line-height: 45px;
    transition: color, background-color, 0.3s ease-in-out;
}
.news .sub-info .contents .pagination a:hover {
    background-color:var(--primary);
    color: #ffffff;
}
.news .wp-pagenavi span.extend{
    border:none;
}
.news .wp-pagenavi .pages{
	display:none;
}
.news .not-archive{
	font-size:1.2rem;
	text-align:center;
	margin:0 auto 80px;
	color:var(--text-color);
}

/* 新着情報(詳細) */
.news-page .container{
	margin-bottom:40px;
}
.news-page .container .sub-ttl {
    text-align: center;
}
.news-page .container .sub-ttl::after {
    content: "";
    margin-top: 3px;
    text-align: center;
    width: 275px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/title-bar.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.news-page .container .sub-ttl h2 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
}
.news-page .container .contents {
    padding-top: 40px;
}
.news-page .container .sub-inf {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.news-page .container .sub-inf .date {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
		font-size:1rem;
}
.news-page .container .sub-inf .date span:first-child {
    margin-right: 5px;
}
.news-page .container .sub-inf .date img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center center;
    filter: brightness(0) saturate(100%) invert(25%) sepia(4%) saturate(0%) hue-rotate(123deg) brightness(94%) contrast(80%);
}

.news-page .container .titles {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.news-page .container .titles::before, .news-page .container .titles::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.news-page .container .titles::before {
    width: 100px;
    background-color: var(--primary);
    z-index: 1;
}
.news-page .container .titles::after {
    width: 100%;
    background-color: #c3c3c3;
}
.news-page .container .titles h3 {
    font-size: 1.5rem;
    font-weight: 500;
}
.news-page .container .news-info {
    padding-top: 15px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.news-page .container .news-info br{
line-height:1;
}
.news-page .container .news-info img{
    /* width: 70%;
    height: auto; */
    max-width:100%;
    object-fit: cover;
    object-position: center center;
    margin:0 auto;
    display:block;
    padding-top:25px;
}
.news-page .container .news-info ul{
    padding-left:1.1rem;
    font-size:1rem;
    line-height:1;
}
.news-page .container .news-info h1{
    font-size:1.65rem;
    font-weight:500;
}
.news-page .container .news-info h2{
    font-size:1.6rem;
    font-weight:500;
}
.news-page .container .news-info h3{
    font-size:1.55rem;
    font-weight:500;
}
.news-page .container .news-info h4{
    font-size:1.5rem;
    font-weight:500;
}
.news-page .container .news-info h5{
    font-size:1.45rem;
    font-weight:500;
}
.news-page .container .news-info h6{
    font-size:1.4rem;
    font-weight:500;
}
.news-page .container .news-info a{
    color:var(--text-color);
    transition:color 0.5s ease-in-out;
}

.news-page .container .news-info  a:hover{
    color:var(--flower-tertiary);
}
.news-page .container .back {
    padding-top: 50px;
}
.news-page .container .back a {
    display: inline-block;
    font-size: 1.1rem;
    /* color: #000000; */
    color:var(--text-color);
    text-decoration: none;
    transition: opacity, 0.3s ease-in-out;
}
.news-page .container .back a:hover {
    opacity: 0.4;
}
.news-page .container .back a span:first-child {
    display: table-cell;
    vertical-align: middle;
}
.news-page .container .back a span:last-child {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}
.news-page .container .back img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    object-position: center center;
}


/* 募集一覧(求人案内(詳細)) */
.joblist{
overflow:hidden;
}
.joblist .job-link > ul{
	display:flex;
	justify-content: center;
	width:100%;
	gap:2em 2em;
}
.joblist .job-link-back,
.joblist .job-link-entry{
	width:calc(calc(100% - 2em) / 2);
}
.joblist .job-link-back a,
.joblist .job-link-entry a{
	display:block;
	/* font-size:1.8em; */
	font-size:1.3rem;
	text-align:center;
	text-decoration: none;
	border:3px solid #957233;
	padding:1rem 0;
	font-weight:500;
	letter-spacing: 0.05em;
}
.joblist .job-link-back a{
	color: #957233;
	background: #e4ddcd;
	gap: 1.5rem;
	transition: color, background 0.4s ease;
	display:flex;
	align-items:center;
	justify-content: center;
}
.joblist .job-link-entry a{
	background:#957233;
	color:#fff;
	transition: color, background 0.4s ease;
}
.joblist .job-link-back .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #957233;
  border-right: 0;
	transition:all 0.4s ease; 
}
.joblist .job-link-back a:hover{
	background:#957233;
	color:#e4ddcd;
}
.joblist .job-link-back a:hover .triangle{
	border-left-color:#e4ddcd
}
.joblist .job-link-entry a:hover{
	background:#fff;
	color:#957233;
}

.joblist hr{
	margin:3rem 0;
	border-bottom:1px solid var(--text-color);
	margin-left: calc(calc((100vw - 100%) / 2) * -1);
  margin-right: calc(calc(((100vw - 100%) / 2) * -1));
	width:100vw;
}

.joblist .job-detail{
	display:flex;
	gap:3rem;
	align-items: flex-start;

}
.joblist .job-detail-image{
	width:calc(calc(100% - 3rem)*0.4);
	height:auto;

}
.joblist .job-detail-image>img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	aspect-ratio: 3 / 2;
}
.joblist .job-detail-content{
	width:calc(calc(100% - 3rem)*0.6);
}
.joblist .job-detail-name{
	display:flex;
	/* gap:3rem; */
	gap:1rem 3rem;
	flex-wrap:wrap;
	/* align-items: center; */
	align-items:flex-start;
	margin-bottom:1.5rem;
}
.joblist .job-detail-name-text{
	font-size:1.5rem;
	color:#957233;
	letter-spacing: 0.05em;
	font-weight:500;
}
.joblist .job-detail-name-entry-box{
	display:flex;
	flex-direction: column;
	gap:0.5rem;
}
.joblist .job-detail-name-entry{
	display:flex;
	align-items: center;
	justify-content: center;
	gap:1.5rem;
	background-image: linear-gradient(90deg, rgba(255, 255, 255), rgba(201, 188, 156));
	border:2px solid #957233;
	color:#957233;
	text-decoration: none;
	padding:0.5rem 1.2rem;
	font-size:1.1rem;
}
.joblist .job-detail-name-entry-rework{
	border-color:rgb(209, 81, 120, 0.8);
	color:rgb(209, 81, 120, 0.8);
	background-image: linear-gradient(90deg, rgba(255, 255, 255), rgb(228, 168, 182, 0.7));
}
.joblist .job-detail-name-entry .triangle{
	position:relative;
	top:0;
	right:0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 13px solid #957233;
	transition:all 0.4s ease-in-out;
}
.joblist .job-detail-name-entry-rework .triangle{
	border-left-color:rgb(209, 81, 120, 0.8);
}
.joblist .job-detail-name-entry:hover .triangle{
	right:-10px;
}
.joblist .job-detail-text{
	font-size:1.1rem;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height:1.6;
	color:#3f1f00;
}

.joblist .job-content-name{
	font-size:1.8rem;
	text-align:center;
	font-weight:500;
	letter-spacing: 0.05em;
	color:var(--text-color);
	margin-bottom:1.5rem;
}
.joblist .job-content{
	font-size:1.1rem;
	margin-bottom:5rem;
}
.joblist .job-content .table-info th{
	font-weight:400;
}
.joblist .job-content .table-info td{
	padding:1em 2em;
	text-align: justify;
}
.joblist .job-content .table-info a{
	color:#957233;
	transition:color 0.4s ease;
}
.joblist .job-content .table-info a:hover{
	color:#3f1f00;
}
.bottom-link{
	display:none;
}

/*******************************
 エントリーフォーム
********************************/
.entry .content-block{
	display:none;
}
.entry .content-block.active{
	display:block;
}
.entry .content-tel{
  margin:30px 0;
  border:2px solid var(--primary);
  border-radius:10px;
  width:fit-content;
  padding:15px 20px;
  position:relative;
  background-color:#fff;
  box-shadow: 5px 5px 15px rgb(220, 232, 209,0.5);
}
.entry .content-tel-item{
  margin-bottom:20px;
  /* display:flex;
  align-items:center; */
  font-size:1.1rem;
  letter-spacing: 0.05em;
  line-height:1.6;
  display:inline-block;
}
.entry .content-tel-item:last-of-type{
  margin-bottom:0;
}
.entry .content-tel-item>span{
  padding-right:0.5rem;
}
.entry .content-tel-item>a{
  color:var(--text-color);
  text-decoration:none;
  transition:color 0.5s ease-in-out;
  margin-left:1.1rem;
  display:block;
}
.entry .content-tel-item>a[href^="tel:"]:hover{
  color:var(--primary);
}
.entry .content-tel-item>a:hover
.entry .content-box .red{
  color:red;
}
.entry .content-tel-item-fax{
  
}
.entry .underline{
  text-decoration:underline;
}
.entry .form-title{
	font-size:1.5rem;
	text-align:center;
	color:var(--text-color);
	padding:30px 0;
}

.inner-relation {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /* align-items: center; */
    align-items:stretch;
    flex-wrap: wrap;
    gap:10px 40px;
}
.inner-relation a {
    position: relative;
    font-size: 1.1rem;
    width:calc(calc(100% - calc(40px * 2)) / 3);
    height: 100%;
    padding: 25px 5px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    transition: border, background-color, 0.3s;
    height:auto;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    box-sizing: border-box;
}
.inner-relation a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(to right, rgb(122, 106, 86, 0.2) 30%, rgb(122, 106, 86, 0.4) 60%, rgb(122, 106, 86, 0.4) 100%);
    border-radius: 8px;
}
.inner-relation a::after {
    content: "";
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 2.5px;
    left: 2.5px;
    z-index: -1;
    border-radius: 8px;
    background:#c9bc9c;
    transition: 0.3s background-color ease-in-out;
}
.inner-relation a.active::after,
.inner-relation a:hover::after {
    /* background-color: #9c9c9c; */
		background-color:#7A6A56;
}
/******************************
 フォーム
********************************/
.forms .set {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:15px;
  width: 100%;
  padding: 15px 0;
  color: var(--text-color);
}
.forms .set .item {
  font-size: 1.1rem;
  position: relative;
}
.forms .set .item>p {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.forms .set .require{
  display: inline-block;
  color: red;
  padding: 2px 4px;
  font-size:1rem;
  line-height:1;
  position: relative;
  top: 0;
  left: 0;
}
.forms .set .information {
  width: 100%;
  font-size: 1.1rem;
  margin-top: 5px;
  color:var(--text-color);
}
.forms .set .information input,
.forms .set .information textarea,
.forms .set .information select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 15px 10px;
  background-color:#eff2f5;
  transition: 0.2s all;
  font-size:1.1rem;
  color:var(--text-color);
  border-radius:8px;
  outline:2px solid #9c9c9c;
}
.forms .set .information select.arrow{
	padding-right:30px;
}
.forms .set .information input:focus,
.forms .set .information textarea:focus {
  outline: 2px solid var(--primary);
}
.forms .set .information textarea {
  resize: none;
  width: 100%;
}
.forms .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}
.forms .submit {
  padding-top: 10px;
  text-align: center;
  display:flex;
  align-items:center;
  gap:3%;
  justify-content: center;
}
.forms .submit input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s background-color, color;
  display: block;
  border: 2px solid var(--primary);
  border-radius: 999px;
  color: var(--primary);
  width: 220px;
  white-space: nowrap;
  margin: 30px auto 0;
  padding: 13px 10px;
  font-family: "Kiwi Maru";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: inherit;
  text-align: center;
}
.forms .submit input:hover {
  background-color: var(--primary);
  color: #fff;
  transition: all 0.5s;
}
/*▼付のselectbox*/
.forms select.arrow{
  background-image:url(../images/triangle.svg)!important;
  background-repeat:no-repeat!important;
  background-size:13px!important;
  background-position:right 10px center!important;
}
.wpcf7-response-output{
	font-size:1rem;
}


/* パンくずリスト */
.crumb-outer{
	overflow-x:clip;
}
.crumb-wrap {
    width: 90%;
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.crumb {
    position: absolute;
    top: auto;
    right: auto;
    bottom:0;
    left: 0;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    color: var(--text-color);
    font-size: 1.1rem;
		padding:3px 0;
}
.crumb::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,0.6);
	width:100vw;
	margin-left: calc(calc((100vw - 100%) / 2) * -1);
  margin-right: calc(calc(((100vw - 100%) / 2) * -1));
	z-index:0;
	height:-webkit-fill-available;
}
.crumb-box{
	position:relative;
	height:100%;
	width:100%;
}
.crumb span {
    margin-right: 8px;
    margin-left: 8px;
}
.crumb span:first-child {
    margin-left: initial;
}
.crumb span:last-child {
    margin-right: initial;
}
.crumb a {
    color: var(--text-color);
    text-decoration: underline;
    transition: opacity, text-decoration-color, 0.3s;
}
.crumb a:hover {
    opacity: 0.8;
    text-decoration-color: transparent;
}

/* 職員インタビュー */
.staffinterviews .content-block{
	display:none;
}
.staffinterviews .content-block.active{
	display:block;
}
.staffinterviews .content-title{
	font-size:1.8rem;
	text-align:center;
	color:var(--text-color);
	margin:40px 0;
	font-weight:bold;
}

.staffinterviews .schedule-box{
	margin-top:40px;
	padding-bottom:40px;

}

.staffinterviews .content-schedule{
	margin-bottom:40px;
}
.staffinterviews .schedule-text{
	font-size:1.5rem;
	color:var(--text-color);
	text-align:center;
	line-height:1.6;
	margin-bottom:15px;
}
.staffinterviews .schedule-image{
	width:100%;
	margin:0 auto;
}
.staffinterviews .schedule-image>img{
	width:100%;
	height:auto;
}
.staffinterviews .schedule-image>img.sp-only{
	display:none;
}
.staffinterviews .interview-box{

}
.staffinterviews .interview-title{
	font-size: 1.5rem;
	color: var(--text-color);
	text-align: center;
	line-height: 1.6;
	margin-bottom: 15px;
}
.staffinterviews .flex-container{
	padding:30px 0;
}
.staffinterviews .not-interviews{
	font-size:2rem;
	margin:60px auto 80px;
	text-align:center;
}

/*TOPの職種部分*/
.job-list{
	margin-bottom:80px;
}

header.fixed > #header-logo {
	display: block;
	height: 100px;
}

/* 2026.0122追加 フッター部分の修正の制度について修正 => バナー追加 */
/* #navBlock .banner {
	display: none;
}
#navBlock .banner a {
	display: none;
}
.logo-wrap .banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	width: 55%;
}
.logo-wrap .banner a {
    position: relative;
    width: calc(100% / 3 - 10px);
    margin: 10px 5px;
	height: 100%;
    text-decoration: none;
    padding: 0px 5px;
    text-align: center;
    color: #ffffff;
    transition: border, background-color, 0.3s;
    height: auto;
    box-sizing: border-box;
    transition: font-size, transform, 0.3s ease-in-out;
}
.logo-wrap .banner a span.ttl-top {
    font-size: 1.1rem;
	white-space: nowrap;
    display: block;
    width: 100%;
    padding: 10px 0;
    transition: 0.3s background-color ease-in-out;
    color: #949494;
}
.logo-wrap .banner a span.ttl-top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(to right, #ecedff 30%, #e4f3ff 60%, #e4f3ff 100%);
    border-radius: 1px;
}
.logo-wrap .banner a span.ttl-sec {
    display: inline-block;
    font-size: 0.95rem;
}
.logo-wrap .banner a span.wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px 0;
    color: #fff;
}
.logo-wrap .banner a:first-child span.wrap {
    background-color: #85bcfc;
}
.logo-wrap .banner a:nth-child(2) span.wrap {
    background-color: #f8be7d;
}
.logo-wrap .banner a:last-child span.wrap {
    background-color: #7ed482;
}
.logo-wrap .banner a span.click {
    display: inline-block;
    margin-left: 5px;
}
.logo-wrap .banner a img {
    width: 100%;
    height: 100%;
    max-width: 25px;
    max-height: 30px;
    transform: rotate(-10deg);
}
.logo-wrap .banner a:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
header.fixed > #header-logo {
	display: block;
	height: 120px;
}
header.fixed > #header-logo .logo-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 120px;
	padding: 10px 10px;
} */
