@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#container {
	background: linear-gradient(to bottom,#0d0907 0%, #9aa9b9 30%, #fff 40%,#fff 60%,#9aa9b9 80%,#0d0907 100%); 
}
#main {
	padding-bottom: 0.7rem;
}
.comMainVisual .mainImg {
	background: rgba(0,0,0,0.7);
}
#main .flexWrap {
	margin: 17.7rem 0 5.5rem;
	gap: 8rem;
	align-items: flex-start;
	position: relative;
	justify-content: flex-end;
}
#sideBar {
	width: 24rem;
}
#conts {
	width: 69.444vw;
	box-sizing: border-box;
}
#conts .innerBox {
	margin-bottom: 17.6rem;
	padding: 7.3rem 12rem 7.95rem;
	border-radius: 1rem 0 0 1rem;
	color: #000;
	background: #e2eaee;
	box-shadow: 0 0 2rem rgba(150, 150, 150, 0.1);
	position: relative;
	z-index: 3;
}
#conts .innerBox.lastBox {
	margin-bottom: 8rem;
}
#conts .innerBox .content {
	margin-left: 0;
	width: 76rem;
}
#conts .historyList {
	margin-top: 7.4rem;
}
#conts .historyList li {
	display: flex;
	gap: 3.8rem;
	align-items: center;
	position: relative;
}
#conts .historyList p {
	letter-spacing: 0;
	line-height: 1.666;
}
#conts .historyList li::before {
	width: 1px;
	content: "";
	position: absolute;
	left: 2rem;
	top: 0;
	bottom: -7.4rem;
	background: #2f71b9;
}
#conts .historyList li:first-child::before  {
	top: 50%;
}
#conts .historyList li:last-child::before  {
	bottom: 50%;
}
#conts .historyList li + li {
	margin-top: 7rem;
}
#conts .historyList .num {
	width: 7rem;
	font-size: 2.8rem;
	font-family: "Forum", serif;
	text-align: right;
	letter-spacing: 0;
	position: relative;
}
#conts .historyList .num::before {
	content: "";
	position: absolute;
	left: 1.6rem;
	top:50%;
	transform: translateY(-50%);
	border-radius: 100%;
	width: 1rem;
	height: 1rem;
	background: #2f71b9;
}
#conts .historyList .textBox {
	flex: 1;
}
#conts .historyList .title {
	margin-bottom: 0.6rem;
	font-size: 2.2rem;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
}
#conts .mapList > li {
	display: flex;
	flex-direction: row-reverse;
	gap: 2.5rem;
}
#conts .mapList > li + li {
	margin-top: 8rem;
}
#conts .mapList .mapBox {
	width: 37.8rem;
	height: 26.7rem;
	background: #fff;
}
#conts .mapList .mapBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#conts .mapList .textBox {
	flex: 1;
}
#conts .mapList .ttlBox {
	margin-bottom: 1.9rem;
	display: flex;
	align-items: center;
	gap: 2.4rem;
}
#conts .mapList .ttlBox .type {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: left;
	color: #fff;
	gap: 0.8rem;
}
#conts .mapList .ttlBox .type li {
	width: fit-content;
	padding: 0.1rem 0.4rem;
	border-radius: 0.2rem;
	background: #2f71b9;
}
#conts .mapList h4 {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	font-family: "Shippori Mincho", serif;
}
#conts .mapList p {
	letter-spacing: 0;
}
#conts .mapList .address {
	margin-bottom: 2.3rem;
	line-height: 1.666;
}
#conts .mapList .address a {
	color: #000;
}
#conts .mapList .infoTtl {
	padding: 0 1.8rem 0.6rem;
	font-size: 1.5rem;
	position: relative;
	font-weight: 700;
}
#conts .mapList .infoTtl::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background: #2f71b9;
}
#conts .mapList .text {
	font-size: 1.3rem;
	line-height: 1.923;
}
#conts .dlGroup dl {
	margin-bottom: 3.2rem;
	padding: 1.5rem 3.2rem;
	border-radius: 1rem;
	background: #fafafa;
	box-shadow: 0 0 2rem rgba(150, 150, 150, 0.1);
}
#conts .dlGroup dl:last-child {
	margin-bottom: 0;
}
#conts .dlGroup dt {
	padding-left: 3.5rem;
	padding: 1.1rem 0 1.1rem 3.5rem;
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.166;
	cursor: pointer;
}
#conts .dlGroup dt::before {
	padding-bottom: 0.3rem;
	width: 3rem;
	height: 3rem;
	content: "Q";
	 font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
	text-align: left;
	color: #fff;
	position: absolute;
	left: -0.2rem;
	top: 1.6rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: linear-gradient(135deg,#73c4a9 0%, #5cbdec 26.11%, #9590c5 52.71%, #ba85b9 77.34%, #eb687e 100%);
}
#conts .dlGroup dt::after {
	width: 1.5rem;
	height: 1.2rem;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/arrow_icon02.png) no-repeat center top / 100%;
}
#conts .dlGroup dd {
	display: none;
	padding: 1.1rem 1.5rem 1.1rem 0;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.666;
	border-top: 1px dashed #0d0907;
	text-align: justify;
}
#conts .dlGroup dd p {
	margin-bottom: 0.8rem;
	line-height: 1.666;
	letter-spacing: 0;
}
#conts .dlGroup .list li {
	text-indent: -1.8rem;
	padding-left: 1.8rem;
	line-height: 1.55;
}
#conts .dlGroup .list li::before {
	margin-right: 0.8rem;
	content: "";
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background: #0d0907;

}
.bgBox {
	position: relative;
}
.ribbon04 {
	width: 109rem;
	left: calc(50% - 92.5rem);
	bottom: -14.7rem;
	top: auto;
}
@media all and (min-width: 897px) {
	.ribbon02 {
		width: 192rem;
		top: 94rem;
		transform: translateX(calc(-50% - 0rem)) rotate(12deg);
	}
}
@media (min-width: 897px) and (max-width: 1330px) {
	#main .flexWrap {
		padding-left: 2rem;
	}
	#conts {
		flex: 1;
	}
}
@media all and (max-width: 896px) {
	#conts {
		margin-left: auto;
		width: calc(100% - 2.4rem);
	}
	#conts .innerBox .content {
		margin: 0 2.4rem;
		width: auto;
	}
	#conts .innerBox {
		margin-bottom: 8rem;
		padding: 3.7rem 0 4rem;
	}
	#main .flexWrap {
		margin: 8rem 0 3.5rem;
		display: block;
	}
	#conts .historyList .title {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
	}
	#conts .historyList li + li {
		margin-top: 1.6rem;
	}
	#conts .historyList p {
		line-height: 1.692;
	}
	#conts .historyList .textBox {
		flex: inherit;
		width: 65%;
	}
	#conts .historyList li {
		align-items: flex-start;
		gap: 10.133vw;
		justify-content: space-between;
	}
	#conts .historyList .num {
		padding: 0 1.7rem;
		font-size: 2.4rem;
		width: 18.667vw;
		line-height: 1;
		text-align: left;
	}
	#conts .historyList {
		margin-top: 1.9rem;
	}
	#conts .historyList .num::before {
		width: 0.8rem;
		height: 0.8rem;
		left: 0.1rem;
	}
	#conts .historyList li::before {
		left: 0.5rem;
		top: 1rem !important;
		bottom: -3rem;
	}
	#conts .historyList li:last-child::before {
		display: none;
	}
	#conts .mapList > li {
		display: block;
	}
	#conts .mapList > li + li {
		margin-top: 3.6rem;
	}
	
	#conts .mapList .mapBox {
		margin-bottom: 1.4rem;
		width: 100%;
		height: auto;
		aspect-ratio: 303/214;
	}
	#conts .mapList h4 {
		font-size: 2rem;
	}
	#conts .mapList .ttlBox .type li {
		padding: 0.15rem 0.4rem;
		font-size: 1rem;
	}
	#conts .mapList .ttlBox {
		margin-bottom: 1.1rem;
		gap: 1.6rem;
	}
	#conts .mapList .address {
		margin-bottom: 0.8rem;
		line-height: 1.769;
	}
	#conts .mapList .infoTtl {
		padding: 0 1.6rem 0.1rem;
		font-size: 1.3rem;
	}
	#conts .mapList .infoTtl::before {
		width: 0.8rem;
		height: 0.8rem;
		top: 0.5rem;
	}
	#conts .mapList .text {
		font-size: 1.2rem;
		line-height: 1.8333;
	}
	#conts .dlGroup  {
		margin-bottom: -0.7rem;
	}
	#conts .dlGroup dl {
		margin-bottom: 2.4rem;
		padding: 0.2rem 1.6rem;
	}
	#conts .dlGroup dt {
		padding: 1.2rem 2.8rem;
		font-size: 1.3rem;
		line-height: 1.692;
	}
	#conts .dlGroup dd {
		padding: 1rem 0;
		text-align: left;
		line-height: 1.769;
		font-size: 1.3rem;
	}
	#conts .dlGroup dt::before {
		font-size: 1.3rem;
		width: 2rem;
		height: 2rem;
		left: 0;
		top: 1.4rem;
	}
	#conts .dlGroup dt::after  {
		width: 1rem;
		top: 2.7rem;
	}
	#conts .dlGroup .list li {
		padding-left: 1.6rem;
		text-indent: -1.6rem;
	}
	#conts .dlGroup .list li::before {
		width: 0.8rem;
		height: 0.8rem;
	}
	#conts .innerBox.lastBox {
		margin-bottom: 3.2rem;
	}
	#conts .comBtn {
		margin-left: -2.4rem;
	}
	.ribbon02 {
		width: 155vw;
		top: 36.45%;
		left: -22.667vw;
		transform: rotate(10deg);
	}
	.ribbon04 {
		width: 88vw;
		left: -11.733vw;
		bottom: -5.6vw;
		top: auto;
	}
}
/* sideBar */
#sideBar {
	padding: 3.2rem 0 4rem;
	position: relative;
}
#sideBar::before,
#sideBar::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right,#73c4a9 0%, #5cbdec 24.63%, #9590c5 51.23%, #ba85b9 76.35%, #eb687e 100%);
}
#sideBar::after {
	top: auto;
	bottom: 0;
}
#sideBar .linkList {
	margin-bottom: 3.3rem;
}
#sideBar li a {
	padding-left: 1.8rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2.05;
	position: relative;
}
#sideBar li a::before {
	width: 1rem;
	height: 1rem;
	background: #2f71b9;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0.5rem;
}
@media all and (min-width: 897px) {
	#sideBar li a:hover {
		color: #2f71b9;
	}
	#sideBar .comBtn a {
		margin-right: -2rem;
	}
}
@media all and (max-width: 896px) {
	#sideBar {
		margin: 0 6.8rem 7.9rem;
		padding: 1.7rem 0 2.5rem;
		width: auto;
	}
	#sideBar li a {
		font-size: 1.4rem;
	}
	#sideBar li + li {
		margin-top: 0.2rem;
	}
	#sideBar li a::before {
		width: 0.9rem;
		height: 0.9rem;
		top: 0.4rem;
	}
	#sideBar .linkList {
		margin-bottom: 1.7rem;
	}
}
@media (min-width: 897px) and (max-width: 1439px) {
	#main .flexWrap {
		gap: 5.556vw;
	}
	#conts .innerBox {
		margin-bottom: 12.222vw;
		padding: 5.069vw 8.333vw 5.521vw;
	}
}