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

/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
#breadcrumbArea {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 12px;
}

#breadcrumbArea ul {
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0 0 -10px;
}

#breadcrumbArea ul li {
	background: no-repeat right top 6px / 7px 11px;
	font-size: 1.2rem;
	padding: 0 17px 0 0;
	margin: 5px 0 0 10px;
	position: static;
}

#breadcrumbArea ul li:last-child {
	background: none;
	padding: 0;
}

#breadcrumbArea ul li::before {
	content: none;
}

#contentsArea {
	width: 1024px;
	margin: 0 auto;
	padding: 50px 12px;
}


/* --------------------------------------------------------------
CATEGORY,SINGLE,PAGE共通
-------------------------------------------------------------- */
#rootCatName, 
#pageTit {
	position: relative;
}

#rootCatName::before, 
#pageTit::before {
	content: '';
	background: url("../images/common/innerMain.jpg") no-repeat left top / cover;
	clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
	width: calc(50% + 100px);
	height: 180px;
	position: absolute;
	left: calc(50% - 100px);
	bottom: 0;
}

#rootCatNameArea, 
#pageTitArea {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 12px;
	min-height: 180px;
	position: relative;
}

#rootCatNameArea h1, 
#rootCatNameArea p, 
#pageTitArea h1 {
	font-size: 4.0rem;
	line-height: 1.5;
	padding-bottom: 14px;
	position: relative;
}

#rootCatNameArea h1::after, 
#rootCatNameArea p::after, 
#pageTitArea h1::after {
	content: '';
	width: 500px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#rootCatNameArea p, 
#pageTitArea p {
	font-weight: bold;
}

#rootCatNameArea *:last-child, 
#pageTitArea *:last-child {
	margin-bottom: 0;
}


/* --------------------------------------------------------------
CATEGORY
-------------------------------------------------------------- */
#category h2 {
	margin-top: 0;
}

#category ul {
	margin: 0;
}

#category ul li {
	padding-left: 0;
	position: static;
}

#category ul li::before {
	content: none;
}

#category ul li + li {
	margin-top: 0;
}

#category ul li p {
	margin-bottom: 0;
}

#category ul#listVe li {
	border-bottom: 1px solid;
	padding: 30px 0;
}

#category ul#listVe li:first-child {
	border-top: 1px solid;
}

#category ul#listVe li p.time {
	font-size: 1.4rem;
}

#category ul#listSi {
	display: grid;
	grid-template-columns: repeat(3, 304px);
	gap: 44px;
}

#category ul#listSi li a {
	text-decoration: none;
}

#category ul#listSi li a p.phPost {
	height: 304px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

#category ul#listSi li a p.phPost img {
	max-width: initial;
	width: auto;
	height: 100%;
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
}

#category ul#listSi li a p.time {
	font-size: 1.4rem;
	margin-bottom: 2px;
}

#category ul#listSi li a p.tit {
	text-decoration: underline;
}

#category ul#listSi li a:hover p.tit {
	text-decoration: none;
}

#category #catList h3 {
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 0;
	margin: 0 0 10px;
	position: static;
}

#category #catList h3::before {
	content: none;
}

#category #catList ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 30px -10px;
}

#category #catList ul li {
	margin: 10px 0 0 10px;
}

#category #catList ul li a {
	border: 1px solid;
	padding: 10px;
	display: block;
}

.pagination {
	margin-top: 30px;
}

.pagination .navLinks {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -10px;
}

.pagination span, 
.pagination a {
	font-size: 1.6rem;
}

.pagination .current {
	border: 1px solid;
}

.pagination .current, 
.pagination a.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 11px;
	margin: 10px 0 0 10px;
	text-decoration: none;
	min-width: 32px;
	min-height: 30px;
}

.pagination .page-numbers.dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 0 10px;
}


/* --------------------------------------------------------------
SINGLE
-------------------------------------------------------------- */
#singleDetail h1 {
	font-size: 3.0rem;
	line-height: 1.5;
	margin-bottom: 50px;
}

#singleDetail h2 {
	font-size: 2.6rem;
	text-align: left;
	padding-bottom: 0;
	position: static;
}

#singleDetail h2::after {
	content: none;
}

#singleDetail .txt > *:last-child, 
#singleDetail .txt > .anc:last-child > *:last-child {
	margin-bottom: 0;
}

#singleDetail .txt > h2:first-child {
	margin-top: 0;
}

#postNav {
	border-top: 2px solid;
	padding-top: 30px;
	margin-top: 50px;
}

#postNav p {
	margin-bottom: 0;
}

#postNav .box {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 10px;
}

#postNav .box p a {
	display: inline-block;
}

#postNav .box p#prev a {
	background: no-repeat left center / 6px 12px;
	padding-left: 16px;
}

#postNav .box p#next {
	justify-self: end;
}

#postNav .box p#next a {
	background: no-repeat right center / 6px 12px;
	padding-right: 16px;
}

#postNav p#return {
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

#postNav p#return a {
	border: 1px solid;
	border-radius: 6px;
	text-decoration: none;
	padding: 10px;
	display: block;
}


/*____________________ interview ____________________*/
p#ivCatch {
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 40px;
}

#ivProfile {
	margin-bottom: 50px;
}

#ivProfile.column {
	display: grid;
	grid-template-columns: 400px auto;
	/* grid-template-columns: 600px auto; */
}

#ivProfile #thumbArea p.ph {
	height: 400px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

#ivProfile #thumbArea p.ph img {
	max-width: initial;
	width: auto;
	height: 100%;
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
}

#ivProfile .sent {
	padding: 30px;
}

#ivProfile .sent > *:last-child {
	margin-bottom: 0;
}

#ivProfile .sent h1 {
	font-size: 2.6rem;
	margin-bottom: 20px;
}


/* --------------------------------------------------------------
PAGE
-------------------------------------------------------------- */
#pageDetail .txt > *:last-child, 
#pageDetail .txt > .anc:last-child > *:last-child {
	margin-bottom: 0;
}

#pageDetail .txt > h2:first-child {
	margin-top: 0;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	#breadcrumbArea {
		padding: 10px;
	}

	#rootCatNameArea, 
	#pageTitArea {
		padding: 20px 10px;
	}

	#ivProfile .sent {
		padding: 20px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#breadcrumbArea {
		width: 768px;
	}

	#contentsArea {
		width: 768px;
		padding: 50px 10px;
	}

	#rootCatName::before, 
	#pageTit::before {
		clip-path: polygon(26px 0, 100% 0, 100% 100%, 0 100%);
		height: 100px;
	}

	#rootCatNameArea, 
	#pageTitArea {
		width: 768px;
	}

	#category ul#listSi {
		grid-template-columns: repeat(3, 224px);
		gap: 38px;
	}

	#category ul#listSi li a p.phPost {
		height: 224px;
	}

	#ivProfile.column {
		/* grid-template-columns: 420px auto; */
		grid-template-columns: 300px auto;
	}

	#ivProfile #thumbArea p.ph {
		height: 300px;
		/* height: 280px; */
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#breadcrumbArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#contentsArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 30px 10px 50px;
	}

	#rootCatName::before, 
	#pageTit::before {
		clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%);
		width: calc(50% + 110px);
		height: 60px;
		left: calc(50% - 110px);
	}

	#rootCatNameArea, 
	#pageTitArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		min-height: 120px;
	}

	#rootCatNameArea h1, 
	#rootCatNameArea p, 
	#pageTitArea h1 {
		font-size: 2.6rem;
	}

	#rootCatNameArea h1::after, 
	#rootCatNameArea p::after, 
	#pageTitArea h1::after {
		width: 240px;
	}

	#category ul#listSi {
		grid-template-columns: initial;
	}

	#category ul#listSi li a p.phPost {
		height: auto;
		padding-top: 100%;
	}

/* 
	#category ul#listSi {
		grid-template-columns: repeat(auto-fit, 228px);
		gap: 38px;
	}

	#category ul#listSi li a p.phPost {
		height: 228px;
	}
 */

	p#ivCatch {
		font-size: 2.6rem;
		margin-bottom: 30px;
	}

	#ivProfile.column {
		grid-template-columns: initial;
	}

	#ivProfile #thumbArea p.ph {
		height: auto;
		padding-top:100%;
		/* padding-top: 66.68%; */
	}

	#ivProfile .sent h1 {
		font-size: 2.4rem;
	}

}


/*__________ SP2 __________*/
/* 
@media screen and (max-width: 530px) {

	#category ul#listSi {
		grid-template-columns: initial;
	}

	#category ul#listSi li a p.phPost {
		height: auto;
		padding-top: 100%;
	}

}
 */

#contentsArea.contents_about,
#contentsArea.contents_recruit {
	max-width: 95%;
/*	width: 1400px;*/
	margin: 0 auto;
	padding: 50px 12px;
}
#contentsArea.contents_interview,
#contentsArea.contents_topics {
	max-width: 95%;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 12px;
}
#contentsArea.contents_recruit p.outline,
#contentsArea.contents_about p.outline {

}
#contentsArea.contents_recruit ul.columnBox.column2,
#contentsArea.contents_about ul.columnBox.column2 {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 80px;
}
#contentsArea.contents_about ul.columnBox > li {
	margin-bottom: 30px;
}

#contentsArea.contents_interview ul#listSi {
	gap: calc((100% - (304px * 3)) / 2);
}

.btn_detail {
	display: flex;
	justify-content: center;
}
.btn_detail a {
	display: inline-flex;
	border-radius: 999px;
	background-color: #00a273;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 2.5em 0.5em 2em;
	position: relative;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_detail a:hover {
	background-color: #007a54;
}
.btn_detail a:before {
	content: '';
	width: 0.7em;
	height: 0.7em;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	margin: auto;
}

h3.custom {
	font-size: 2.2rem;
	padding: 0.5em;
	background: #f4f4f4;
	border-left: solid 5px #00a273;
}
h3.custom::before {
	display: none;
}

/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {
	#contentsArea.contents_about,
	#contentsArea.contents_recruit,
	#contentsArea.contents_interview,
	#contentsArea.contents_topics {
		width: 95%;
	}
}

/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {
	#contentsArea.contents_about,
	#contentsArea.contents_recruit,
	#contentsArea.contents_interview,
	#contentsArea.contents_topics {
		width: 95%;
		padding: 50px 10px;
	}
	#contentsArea.contents_interview ul#listSi {
		gap: calc((100% - (224px * 3)) / 2);
	}
}

/*__________ SP __________*/
@media screen and (max-width: 767px) {
	#contentsArea.contents_about,
	#contentsArea.contents_recruit,
	#contentsArea.contents_interview,
	#contentsArea.contents_topics {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 30px 10px 50px;
	}
	#contentsArea.contents_recruit ul.columnBox.column2,
	#contentsArea.contents_about ul.columnBox.column2 {
		grid-template-columns: initial;
	}
	#contentsArea.contents_interview ul#listSi {
		gap: 44px;
	}
}



/* --------------------------------------------------------------

-------------------------------------------------------------- */
/*____________________  ____________________*/


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {}


/*__________ SP __________*/
@media screen and (max-width: 767px) {}

