@charset "utf-8";

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	visibility: visible;
}

ul {
	list-style: none
}

img, iframe {
	vertical-align: top;
	max-width: 100%;
}

.acumin {
	font-family: acumin-pro-extra-condensed, sans-serif!important;
	font-weight: 700!important;
	letter-spacing: 0!important;
	line-height: 1!important;
}

.yugo {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

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

@media screen and (min-width: 761px) {
	.sp {
		display: none!important;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}


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

@media screen and (max-width: 760px) {
	.pc {
		display: none!important;
	}
}


.page-head h1 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■bfc-graduate
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


#careers {
	font-size: clamp(14px, 1.5vw, 16px);
	letter-spacing: 0;
	margin-bottom: clamp(60px, 7.0vw, 80px);
}
#careers h4 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}



#careers a.underline {
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	/*text-underline-offset: clamp(3px, 0.35vw, 4px);*/
}
#careers a.underline:hover {
	text-decoration: none;
}
#careers a.underline[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: clamp(10px, 1.1vw, 12px);
	height: clamp(10px, 1.1vw, 12px);
	margin: 0 clamp(2px, 0.3vw, 4px);
	background: url(https://www.bunka-fc.ac.jp/_wp/wp-content/uploads/bfc-graduate_icon_blank.svg) no-repeat center center / contain;
}


#careers .number {
	position: relative;
}

#careers .number > i {
	position: absolute;
	left: 0;
	top: 0;
	/*bottom: 0;
	margin: auto 0;*/
	font-size: clamp(150px, 18.0vw, 210px);
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1;
	color: #aa9966;
	z-index: -1;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
#careers .number > i small {
	font-size: 45px;
	font-weight: 700;
}
#careers .number > i b {
	font-size: 144px;
	font-weight: 700;
	margin-top: -30px;
}


#careers .head {
	margin: 0;
	margin-bottom: clamp(30px, 4.5vw, 60px);
	padding: 0;
	font-size: clamp(18px, 2.4vw, 30px);
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	text-align: center;
}

#careers .head b {
	font-size: clamp(28px, 3.8vw, 48px);
}
#careers .gold {
	color: #8e7733;
}
#careers .fc-gold {
	color: #aa9966;
}
#careers .fc-beige {
	color: #c6bb99;
}

#careers .head .slash {
	display: flex;
	align-items: end;
	justify-content: center;
	margin-bottom: clamp(10px, 1.5vw, 20px);
}

#careers .head .slash:before {
	content: "";
	width: 2px;
	height: 35px;
	transform: rotate(-20deg);
	background: #000;
	display: block;
	margin-right: 20px;
	position: relative;
	bottom: 10px;
}

#careers .head .slash:after {
	content: "";
	width: 2px;
	height: 35px;
	transform: rotate(20deg);
	background: #000;
	display: block;
	margin-left: 20px;
	position: relative;
	bottom: 10px;
}


#careers .head i {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(30px, 3.5vw, 40px);
	letter-spacing: 0em;
	margin-right: 5px;
}

#careers .head span + span {
	margin-top: clamp(30px, 4.5vw, 60px);
}

#careers .description {
	line-height: 2;
	margin-bottom: clamp(60px, 7.0vw, 80px);
}
#careers .description.thin {
	max-width: 756px;
	margin-left: auto;
	margin-right: auto;
}
#careers .description p + p {
	margin-top: clamp(30px, 3.5vw, 40px);
}



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

@media screen and (max-width: 760px) {


	#careers .head .slash {
	}
	#careers .head .slash:before {
		height: 24px;
		margin-right: 15px;
		bottom: 5px;
	}

	#careers .head .slash:after {
		height: 24px;
		margin-left: 15px;
		bottom: 5px;
	}

}

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

@media screen and (min-width: 761px) {


	#careers .pc-left {
		text-align: left!important;
	}
	#careers .pc-center {
		text-align: center!important;
	}
	#careers .pc-right {
		text-align: right!important;
	}

}

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

@media screen and (max-width: 760px) {

	#careers .description {
		line-height: 1.5;
	}
	#careers .sp-left {
		text-align: left!important;
	}
	#careers .sp-center {
		text-align: center!important;
	}
	#careers .sp-right {
		text-align: right!important;
	}

}


/*-------------------------------------------------------------------------
	indent
-------------------------------------------------------------------------*/

#careers .indent {
	padding-left: 1em;
	text-indent: -1em;
}
#careers .indent.level2 {
	padding-left: 2em;
	text-indent: -2em;
}
#careers .indent li + li {
	margin-top: 16px;
}
#careers table + .indent {
	margin-top: 16px;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■kv
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#careers #kv {
	margin-top: -40px;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	background: #000;
}
#careers #kv img {
	opacity: 0.6;
}
#careers #kv figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(21px, 3.45vw, 48px);
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #fff;
}

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

@media screen and (max-width: 760px) {

	#careers #kv {
		margin: -30px -24px 0 -24px;
		border-radius: 0;
	}

}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■レイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


#careers section {
	padding: clamp(30px, 5.5vw, 80px) 0;
	margin: 0;
}


#careers section .disabled {
	pointer-events: none
}

#careers section p,
#careers section li,
#careers section dt {
	line-height: 1.5;
}

#careers section p + p {
	margin-top: 16px;
}
#careers section ul,
#careers section ol {
	margin: 0;
	padding: 0;
}

#careers .inner {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#careers .inner.thin {
	max-width: 756px;
}
#careers .inner.max {
	width: 100%;
	max-width: 100%;
}
#careers * + .inner {
	padding-top: clamp(30px, 5.5vw, 80px);
}

#careers .ratio16_9 {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center center;
}

#careers .ratio1_1 {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center center;
}




#careers .small {
	font-size: clamp(11px, 1.25vw, 14px);
}
#careers .x-small {
	font-size: clamp(10px, 1.1vw, 12px);
}

#careers .right {
	text-align: right;
}



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

@media screen and (max-width: 760px) {

	#careers .inner {
		margin: 0 24px;
	}
	#careers .inner.max {
		margin: 0;
	}
}


/*-------------------------------------------------------------------------
	local
-------------------------------------------------------------------------*/

#careers #local {
	width: 795px;
	margin: 0 auto;
}
#careers #local ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px -40px -10px;
	list-style: none;
}
#careers #local li {
	width: calc(100% / 3 - 20px);
	width: 245px;
	margin: 0 10px 40px 10px;
	padding: 0;
}

#careers #local li a {
	width: 100%;
	height: 100%;
	aspect-ratio: 2 / 1;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #eeeae0;
	font-size: 14px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 1.5;
	color: #000;
	text-align: center;
	position: relative;
}
#careers #local li a i {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: 0;
	line-height: 1;
	color: #c6bb99;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-style: normal;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
#careers #local li a i small {
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 700;
}
#careers #local li a i b {
	font-size: clamp(64px, 8.0vw, 96px);
	font-weight: 700;
	margin-top: calc(0px - clamp(12px, 1.6vw, 20px));
}
#careers #local li a i img {
	width: clamp(55px, 6.5vw, 75px);
}

#careers #local li a:after {
	content: "";
	width: clamp(20px, 2.5vw, 30px);
	height: clamp(20px, 2.5vw, 30px);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(0px - clamp(10px, 1.25vw, 15px));
	margin: 0 auto;
	background: url(https://www.bunka-fc.ac.jp/_wp/wp-content/uploads/careers_icon_arrow_bottom.svg) no-repeat center center / cover;
	transition: all 1s ease;
}

#careers #local li a:hover:after {
	bottom: calc(0px - clamp(15px, 2.0vw, 25px));
}

#careers #local li a span {
	position: relative;
}

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

@media screen and (max-width: 760px) {

	#careers #local {
		width: auto;
	}
	#careers #local ol {
		margin: 0 -5px -20px -5px;
	}
	#careers #local li {
		width: calc(100% / 2 - 10px);
		margin: 0 5px 20px 5px;
	}
	#careers #local li a {
		aspect-ratio: 16 / 9;
		border-radius: 15px;
		font-size: 10px;
		line-height: 1.25;
	}
	#careers #local li a:before {
		left: 10px;
		font-size: 72px;
	}

}

/*-------------------------------------------------------------------------
	iframe
-------------------------------------------------------------------------*/

#careers .iframe {
	width: 100%;
	position: relative;
	/*box-shadow: 8px -8px 0 #000;*/
}

#careers .iframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 30px;
}


/*-------------------------------------------------------------------------
	box
-------------------------------------------------------------------------*/

#careers .box {
	padding: clamp(30px, 4.5vw, 60px) clamp(20px, 4.0vw, 60px);
	border-radius: clamp(24px, 2.7vw, 30px);
}
#careers .box.gray {
	background: #eee;
}
#careers .box.beige {
	background: #e3ddcc;
}
#careers .box.black {
	background: #000;
	color: #e3ddcc;
}


#careers .box h3 {
	margin: 0;
	margin-bottom: clamp(30px, 4.5vw, 60px);
	padding: 0;
	font-size: clamp(12px, 1.4vw, 16px);
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 1.5;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

#careers .box h3 b {
	width: 100%;
	font-size: clamp(18px, 2.4vw, 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#careers .box h3 b img {
	width: clamp(60px, 8.0vw, 100px);
	margin: auto 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

#careers .box h3 .slash {
	display: flex;
	align-items: end;
	justify-content: center;
	margin-bottom: clamp(20px, 3.0vw, 40px);
}

#careers .box h3 .slash:before {
	content: "";
	width: 2px;
	height: 30px;
	transform: rotate(-20deg);
	display: block;
	margin-right: 20px;
	position: relative;
}

#careers .box h3 .slash:after {
	content: "";
	width: 2px;
	height: 30px;
	transform: rotate(20deg);
	display: block;
	margin-left: 20px;
	position: relative;
}



#careers .box h4 {
	font-size: clamp(16px, 2.0vw, 24px);
	margin-bottom: clamp(30px, 4.5vw, 60px);
}
#careers .box h4 small {
	font-size: clamp(12px, 1.5vw, 18px);
	margin-left: 10px;
}
#careers .box h4 .big {
	font-size: clamp(22px, 2.6vw, 30px);
}

#careers .box h4 + h4 {
	margin-bottom: 20px;
}

#careers .box h4 .slash {
	display: flex;
	align-items: end;
	justify-content: center;
	font-size: clamp(12px, 1.4vw, 16px);
	line-height: 1.5;
}
#careers .box h4 .slash:before {
	content: "";
	width: 2px;
	height: 30px;
	transform: rotate(-20deg);
	background: #000;
	display: block;
	margin-right: 20px;
	position: relative;
}

#careers .box h4 .slash:after {
	content: "";
	width: 2px;
	height: 30px;
	transform: rotate(20deg);
	background: #000;
	display: block;
	margin-left: 20px;
	position: relative;
}

#careers .box h5 {
	font-size: clamp(14px, 1.6vw, 18px);
	margin: 30px 0;
}


#careers .box h4 + .small {
	margin-top: calc(0px - clamp(10px, 2.5vw, 40px));
}

#careers .box h4.acumin {
	font-size: clamp(27px, 3.15vw, 36px);
	margin-bottom: clamp(20px, 2.5vw, 30px);
}
#careers .box h4 b {
	font-size: clamp(22px, 2.6vw, 30px);
}


#careers .box .link {
	margin-top: clamp(30px, 3.5vw, 40px);
}

#careers .box ul {
	display: flex;
}
#careers .box li {
	flex: 1;
	list-style: none;
}
#careers .box li + li {
	margin-left: 30px;
}

#careers .box li img {
	border-radius: 24px;
}

#careers .box figcaption {
	margin-top: 10px;
}
#careers .box a {
	color: #000;
}
#careers .box a span {
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: clamp(12px, 2.1vw, 30px);
	display: block;
}
#careers .box a span img {
	width: 100%;
	/*aspect-ratio: 1 / 1;*/
	object-fit: cover;
	object-position: center center;
	transition: all 0.75s ease;
}

#careers .box a:hover span img {
	transform: scale(1.05);
}


#careers .box dl {
	display: flex;
}
#careers .box dl.center {
	align-items: center;
	text-align: left;
}
#careers .box dt {
	flex: none;
	text-align: center;
}
#careers .box dt img {
	width: 180px;
}
#careers .box dt img.radius {
	border-radius: 50%;
}

#careers .box dt span {
	font-size: clamp(27px, 3.15vw, 36px);
	line-height: 1;
	color: #fff;
	width: 180px;
	height: clamp(48px, 5.8vw, 68px);
	border-radius: clamp(24px, 2.9vw, 34px);
	background: #aa9966;
	display: flex;
	align-items: center;
	justify-content: center;
}
#careers .box dd {
	flex: 1;
	margin-left: 30px;
}

#careers .box i {
	width: fit-content;
	font-size: clamp(9px, 1.05vw, 12px);
	font-style: normal;
	height: clamp(15px, 1.75vw, 20px);
	border-radius: clamp(7.5px, 0.875vw, 10px);
	padding: 0 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

@media screen and (max-width: 760px) {


	#careers .box h4 small {
		margin-left: 0;
	}
	#careers .box h4 + h5 {
		margin-top: 0;
	}


	#careers .box dl {
		display: block;
	}
	#careers .box dt img {
		width: 135px;
	}
	#careers .box dd {
		margin-left: 0;
		margin-top: 21px;
	}

	#careers .box i {
		margin-left: auto;
		margin-right: auto;
	}


	#careers .box dt span {
		width: 100%;
	}

	#careers .box ul {
		display: block;
	}
	#careers .box li {
	}
	#careers .box li + li {
		margin-left: 0;
		margin-top: 20px;
	}


}

/*-------------------------------------------------------------------------
	thumbnails
-------------------------------------------------------------------------*/

#careers .thumbnails li figure img {
  border-radius: clamp(12px, 1.8vw, 24px);
}

@media screen and (min-width: 761px) {
  #careers .thumbnails ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 calc(0px - clamp(5px, 1.25vw, 20px)) !important;
    margin-bottom: calc(0px - clamp(10px, 2.5vw, 40px)) !important;
  }
  #careers .thumbnails li:first-child {
    width: calc(100% / 1 - clamp(10px, 2.5vw, 40px));
  }
  #careers .thumbnails li:first-child figure img {
    border-radius: clamp(24px, 2.7vw, 30px);
  }
  #careers .thumbnails li {
    width: calc(100% / 3 - clamp(10px, 2.5vw, 40px));
    margin: 0 clamp(5px, 1.25vw, 20px);
    margin-bottom: clamp(10px, 2.5vw, 40px);
  }
  #careers .thumbnails li figure figcaption {
    margin-top: 10px;
  }
  #careers .thumbnails .splide__arrows {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  #careers .thumbnails {
    margin-bottom: 20px;
  }
  #careers .thumbnails .splide__pagination {
    bottom: -25px;
  }
  #careers .thumbnails .splide__pagination__page.is-active {
    background: #aa9966;
  }
  #careers .thumbnails .splide__list li {
    flex: none;
    width: 100% !important;
  }
}

/*-------------------------------------------------------------------------
	ul
-------------------------------------------------------------------------*/


#careers ul.disc {
	list-style-type: disc;
	padding-left: 1.4em;
}
#careers ol.decimal {
	list-style-type: decimal;
	padding-left: 1.4em;
}




/*-------------------------------------------------------------------------
	link
-------------------------------------------------------------------------*/

#careers .link {
	margin-top: clamp(30px, 4.5vw, 60px);
}

#careers .link > * {
	margin: 0 auto;
	max-width: 100%;
	width: clamp(270px, 31.5vw, 360px);
	height: clamp(60px, 7.0vw, 80px);
	border: 0;
	border-radius: clamp(30px, 3.5vw, 40px);
	font-size: clamp(12px, 1.4vw, 16px);
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right clamp(15px, 1.75vw, 20px) center;
	transition: all 1s ease;
}
#careers .link > *:hover {
	transform: scale(1.05);
}

#careers .link.small > * {
	width: clamp(160px, 18.75vw, 215px);
	height: clamp(36px, 4.3vw, 50px);
	border-radius: clamp(18px, 2.15vw, 25px);
	font-size: clamp(11px, 1.25vw, 14px);
}
#careers .link.big > * {
}
#careers .link.yellow > * {
	background-color: #ffcc00;
}
#careers .link.gray > * {
	background-color: #eee;
}
#careers .link.gold > * {
	background-color: #aa9966;
	color: #fff;
}
#careers .link.gold.bottom > * {
	background-image: url(https://www.bunka-fc.ac.jp/_wp/wp-content/uploads/careers_icon_arrow_bottom_white.svg);
	background-size: auto clamp(4px, 0.45vw, 5px);
}


#careers .link.blank > * {
	background-image: url(https://www.bunka-fc.ac.jp/_wp/wp-content/uploads/careers_icon_blank_white.svg);
	background-size: clamp(15px, 1.75vw, 20px) auto;
}


#careers .link.right > * {
	background-image: url(https://www.bunka-fc.ac.jp/_wp/wp-content/uploads/careers_icon_arrow_right_black.svg);
	background-size: clamp(4px, 0.45vw, 5px) auto;
}
#careers .link.bottom > * {
	background-image: url(https://www.bunka-fc.ac.jp/_wp/wp-content/uploads/careers_icon_arrow_bottom_black.svg);
	background-size: auto clamp(4px, 0.45vw, 5px);
}

#careers .link.shadow > * {
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .25);
}



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



/*inputを非表示 & 閉じた時の位置調整*/
#careers .open-box{
  position: relative;
}
#careers input[type="checkbox"].on-off{
  position: absolute;
  top: 20%;
  display: block;
  opacity: 0;
}

/*ラベル（「開く」ボタン）*/
#careers .open-label{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	z-index: 1;
	background-color: #eeeeee;
	width: clamp(160px, 18.7vw, 214px);
	height: clamp(40px, 4.5vw, 50px);
	border-radius: clamp(20px, 2.25vw, 25px);
	font-size: clamp(10px, 1.2vw, 14px);
	letter-spacing: .05em;
	cursor: pointer;
}
#careers .open.beige + .open-label {
	background-color: #c6bb99;
}
/*ボタンっぽい効果*/
#careers .open-label:active{
}
#careers .open-label:hover{
	/*background: #fcbe11;*/
	opacity: 0.5;
}
/*ラベルに表示するテキスト*/
#careers .open-label::after{
  content: "リストをもっとみる"; 
}
#careers .on-off:checked ~ .open-label::after{
  content: "リストをとじる";
}

#careers .on-off:checked ~ .open-label {
	margin-top: clamp(20px, 3.0vw, 40px); 
  }



/*開閉エリア*/
#careers .open{
  height: 150px;
  overflow: hidden;
  /*transition: 1s;*/
  position: relative;




  /* animation: yourAnimation 0s ease-in-out; */
  transition: height 0.3s ease-out; 


}
#careers .on-off:checked ~ .open{
    min-height: 150px;
	/* padding-bottom: clamp(20px, 3.0vw, 40px); */
}
/* #careers .open.expanded {
	height: auto;
	padding-bottom: clamp(20px, 3.0vw, 40px);
  } */
/*開閉エリアにぼかしを乗せる*/
#careers .open::before{
  content:'';
  background: linear-gradient(to bottom, transparent,rgba(255,255,255,1)100%);
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 2;
}
#careers .open.beige::before{
  background: linear-gradient(to bottom, transparent,rgba(238,234,224,1)100%);
}
/*開いたらぼかしを消す*/
#careers .on-off:checked ~ .open::before{
  background: none;
  z-index: -1;
}




#careers .list > dl {
}
#careers .list > dl > dt {
	height: clamp(40px, 4.5vw, 50px);
	border-radius: clamp(20px, 2.25vw, 25px);
	font-size: clamp(12px, 1.4vw, 16px);
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: .05em;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #aa9966;
}
#careers .list > dl > dd {
	padding: clamp(15px, 2.75vw, 40px) 40px 0 40px;
}

#careers .list > dl > dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#careers .list dd li {
	margin: 0;
	padding: 0;
}
#careers .list dd li + li {
	margin-top: clamp(15px, 1.75vw, 20px);
}
#careers .list dd li dl {
	display: flex;
}
#careers .list dd li dl dt {
	flex: none;
	font-size: clamp(12px, 1.4vw, 16px);
	font-weight: bold;
}
#careers .list dd li dl dd {
	font-size: clamp(11px, 1.25vw, 14px);
}
#careers .list dd li dl dt + dd {
	margin-left: 10px;
}
#careers .list dd li p {
}


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

@media screen and (max-width: 760px) {


	#careers .on-off:checked ~ .open {
		min-height: 150px;
	  }
	#careers .list > dl > dd {
		padding: 15px 0 0 0;
	}

}


#careers .bg-green {
	background-color: #a7c67a!important;
}
#careers .bg-blue {
	background-color: #8ac1e5!important;
}
#careers .bg-purple {
	background-color: #bfa6ca!important;
}
#careers .bg-orange {
	background-color: #f0b653!important;
}
#careers .bg-red {
	background-color: #e78494!important;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■scroll
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.scroll-up {
  opacity: .5; 
  visibility: hidden;
  transform: translateY(80px);
  transition: all .5s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


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

@media screen and (max-width: 760px) {

	.scroll-up {
	  transform: translateY(30px);
	}


}

/* スライダー */
.splide {
	position: relative;
}
.splide-track{
	/*padding-left: 200px;
	padding-right: 200px;*/
}
.splide__slide{
	transition: all 1.8s ease-out;
}


#careers .splide:not(.type2):not(.thumbnails) .splide__list li {
	flex: none;
	width: calc(360px - 40px)!important;
	/*margin: 0 20px;*/
	margin: 0 40px 0 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

#careers .splide__list li.new a:before {
	content: "NEW";
	width: 40px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 0;
	background: #ffcc00;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .05em;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width:760px) {

	/*#careers .splide__list ul {
		margin: 0 -5px;
	}*/
	#careers .splide__list li {
		width: calc(100% - 48px)!important;
		margin-right: 48px;
	}


}




#careers .splide__arrow {
	opacity: 1;
	top: 0;
	bottom: 0;
	transform: unset;
}
#careers .arrow.prev {
	content: "";
	width: clamp(20px, 3.0vw, 40px);
	height: clamp(20px, 3.0vw, 40px);
	display: block;
	position: absolute;
	top: 0;
	left: clamp(10px, 2.0vw, 30px);
	bottom: 0;
	margin: auto 0;
	background: url(https://www.bunka-fc.ac.jp/_wp/wp-content/uploads/careers_icon_arrow_left.svg) no-repeat center center / cover;
	z-index: 3;
	transition: all 1s ease;
}
#careers .arrow.prev:hover {
	/*transform: scale(1.25);*/
	left: clamp(5px, 1.0vw, 15px);
}


#careers .arrow.next {
	content: "";
	width: clamp(20px, 3.0vw, 40px);
	height: clamp(20px, 3.0vw, 40px);
	display: block;
	position: absolute;
	top: 0;
	right: clamp(10px, 2.0vw, 30px);
	bottom: 0;
	margin: auto 0;
	background: url(https://www.bunka-fc.ac.jp/_wp/wp-content/uploads/careers_icon_arrow_right.svg) no-repeat center center / cover;
	z-index: 3;
	transition: all 1s ease;
}
#careers .arrow.next:hover {
	/*transform: scale(1.25);*/
	right: clamp(5px, 1.0vw, 15px);
}




#careers .type2 .splide__list li {
	flex: none;
	width: clamp(125px, 16.25vw, 200px)!important;
	margin: 0;
}
#careers .type2 figure {
	position: relative;
	margin: 0;
	padding: 0;
}
#careers .type2 figcaption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba(170, 153, 102, .75);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	transition: all 0.5s ease;
}
#careers .type2 figure:hover figcaption {
	opacity: 1;

}

#careers .type2 label {
	cursor: pointer;
}

.fadein {
	opacity : 0;
	transition:all 1s;
	transform : translate(0, 40px);
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


/*-------------------------------------------------------------------------
	profile
-------------------------------------------------------------------------*/


#careers .profile {
	width: 320px;
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	background: #fff;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .25);
}

#careers .profile dt {
	position: relative;
}
#careers .profile dt span {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
#careers .profile dt span b {
	background: #c6bb99;
}

#careers .profile dt img.badge {
	width: 60px;
	position: absolute;
	left: 20px;
	top: -20px;
}

#careers .profile dt img {
	width: 100%;
	border-radius: 24px 24px 0 0;
	/*aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center center;
	transition: all 1s ease;*/
}

#careers .profile dd {
	padding: 30px 20px;
	position: relative;
}

#careers .profile dd i {
	width: fit-content;
	height: 20px;
	border-radius: 10px;
	padding: 0 10px;
	margin: 0 auto 10px auto;
	font-size: 12px;
	font-style: normal;
	line-height: 1.16;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#careers .profile dd i.big {
	height: 36px;
	border-radius: 18px;
}

#careers .profile dd h5 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#careers .profile dd h5 small {
	font-size: 12px;
}
#careers .profile dd h6 {
	font-size: 14px;
	font-weight: bold;
	color: #aa9966;
	margin-top: 20px;
	margin-bottom: 10px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}
#careers .profile dd p {
}
#careers .profile dd a {
	width: 100%;
	height: 30px;
	border-radius: 15px;
	font-size: 12px;
	line-height: 1.16;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
#careers .profile dd a.big {
	height: 40px;
	border-radius: 20px;
}


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

@media screen and (max-width:760px) {

	#careers .profile {
		width: 100%;
	}


}

/*-------------------------------------------------------------------------
	banner
-------------------------------------------------------------------------*/

#careers .banner {
}

#careers ul.banner {
	display: flex;
	margin-top: clamp(30px, 5.5vw, 80px);
}
#careers ul.banner li + li {
	margin-left: 40px;
}
#careers .banner a {
	height: 100%;
	display: flex;
	overflow: hidden;
	position: relative;
	border-radius: clamp(12px, 2.1vw, 30px);
	display: block;
}
#careers .banner a img {
	width: 100%;
	/*aspect-ratio: 1 / 1;*/
	object-fit: cover;
	object-position: center center;
	transition: all 0.75s ease;
}

#careers .banner a:hover img {
	transform: scale(1.05);
}

/*------------------------------------------------------------------------*/
@media screen and (max-width:760px) {


	#careers ul.banner {
		display: block;
	}
	#careers ul.banner li + li {
		margin-left: 0;
		margin-top: 60px;
	}

}

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

#careers .index {
}


#careers .index {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(0px - clamp(5px, 1.25vw, 20px)) calc(0px - clamp(30px, 4.5vw, 60px)) calc(0px - clamp(5px, 1.25vw, 20px));
}

#careers .index li {
	width: calc(100% / 3 - clamp(10px, 2.5vw, 40px));
	margin: 0 clamp(5px, 1.25vw, 20px) clamp(30px, 4.5vw, 60px) clamp(5px, 1.25vw, 20px);
}


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


#careers .index dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#careers .index dt {
}
#careers .index dt a {
	height: 100%;
	display: flex;
	overflow: hidden;
	position: relative;
	border-radius: clamp(12px, 1.8vw, 24px);
	display: block;
}

#careers .index li dt img {
	width: 100%;
	/*aspect-ratio: 1 / 1;*/
	object-fit: cover;
	object-position: center center;
	transition: all 0.75s ease;
}

#careers .index li dt a:hover img {
	transform: scale(1.05);
}

#careers .index dd {
	margin-top: clamp(16px, 2.4vw, 32px);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
/*
#careers .index dd span {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, .2);
	background: #c0c6c9;
	font-size: clamp(10px, 1.1vw, 12px);
	font-weight: bold;
	color: #fff;
	width: fit-content;
	padding: clamp(4px, 0.6vw, 8px);
}*/

#careers .index dd h4 {
	font-size: clamp(11px, 1.45vw, 18px);
	text-align: center;
}

#careers .index dd h4 + p {
	font-size: clamp(11px, 1.25vw, 14px);
	margin-bottom: auto;
}
#careers .index dd * + * {
	margin-top: clamp(9px, 1.5vw, 21px);
}


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

@media screen and (max-width:760px) {
	#careers .index {
		margin: 0;
	}
	#careers .index li {
		width: calc(100% / 2 - clamp(10px, 2.5vw, 40px));
	}
}




/*-------------------------------------------------------------------------
	modal
-------------------------------------------------------------------------*/


#careers .modal {
}

#careers .modal input[type="checkbox"] {
	display: none;
}

#careers .modal .overlay {
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#careers .modal .close {
	width: 100%;
	height: 100%;
	position: fixed;
	cursor: pointer;
	left: 0;
	top: 0;
}

#careers .modal input:checked ~ .close {
	z-index: 4;
}

#careers .modal input:checked ~ .overlay {
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	z-index: 13;
	background: rgba(255, 255, 255, .5);
	display: flex;
	align-items: center;
	justify-content: center;
}
#careers .modal .waku {
	height: calc(100% - 80px);
	position: relative;
	z-index: 12;
}
#careers .modal .waku div {
	padding: 80px;
	background: rgba(198, 187, 153, .85);
	border-radius: clamp(24px, 2.7vw, 30px);
	box-sizing: border-box;
}
#careers .modal .waku div {
	overflow-y: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

#careers .modal .waku div::-webkit-scrollbar {
	width: 0;
}

#careers .modal .waku div::-webkit-scrollbar-thumb {
	border-radius: 4px;
	cursor: pointer;
}

#careers .modal .waku div::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .1);
}
#careers .modal .waku .batsu {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
}

#careers .modal .waku .batsu i {
	width: 40px;
	height: 40px;
	border-radius: 15px;
	position: absolute;
	right: -15px;
	top: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	cursor: pointer;
	z-index: 9999;
	transition: all 0.5s ease;
}
#careers .modal .waku .batsu i:hover {
	background: #aa9966;
}
#careers .modal .waku .batsu i img {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#careers .modal .waku .batsu i img:last-of-type {
	opacity: 0;
}
#careers .modal .waku .batsu i:hover img {
	opacity: 1;
}

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

@media screen and (max-width:760px) {

	#careers .modal .waku {
		width: 100%;
		height: 100%;
	}
	#careers .modal .waku div {
		width: 100%;
		border-radius: 0;
		padding: 80px 24px;
	}
	#careers .modal .waku .batsu i {
		width: 30px;
		height: 30px;
		border-radius: 11px;
		right: 24px;
		top: 24px;
	}

}




/*-------------------------------------------------------------------------
	youtube
-------------------------------------------------------------------------*/

#careers .youtube {
	display: flex;
	margin: 0 calc(0px - clamp(5px, 1.25vw, 20px)) 0;
}
#careers .youtube > li {
	width: calc(100% / 2 - clamp(10px, 2.5vw, 40px));
	margin: 0 clamp(5px, 1.25vw, 20px) 0;
}


#careers .youtube dl {
	display: flex;
	flex-direction: column;
}

#careers .youtube dt {
	overflow: hidden;
	position: relative;
	border-radius: clamp(15px, 1.95vw, 24px);
}


#careers .youtube li dt img {
	width: 100%;
	/*aspect-ratio: 16 / 9;*/
	object-fit: cover;
	object-position: center center;
	transition: all 1s ease;
}
#careers .youtube li > a:hover dt img {
	transform: scale(1.05);
}

#careers .youtube li dt:after {
	content: "";
	width: 48px;
	height: 34px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(https://www.bunka-fc.ac.jp/_wp/wp-content/uploads/bfc-graduate_icon_youtube.svg) no-repeat center center / cover;
	transition: all 1s ease;
}

#careers .youtube dd {
	margin-top: clamp(10px, 1.5vw, 20px);
	position: relative;
}

#careers .youtube dd p {
	font-weight: bold;
	line-height: 1.3125;
	color: #000;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#careers .youtube dd p b {
	font-size: clamp(11px, 1.45vw, 18px);
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#careers .youtube dd p span {
	font-size: clamp(12px, 1.4vw, 16px);
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#careers .youtube dd p small {
	font-size: clamp(10px, 1.1vw, 12px);
	font-weight: normal;
	margin-bottom: 5px;
}



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

@media screen and (max-width:760px) {

	#careers .youtube li dt:after {
		width: 24px;
		height: 17px;
	}

}


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

#careers .naitei-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(0px - clamp(10px, 1.5vw, 20px)) calc(0px - clamp(15px, 2.25vw, 30px)) calc(0px - clamp(10px, 1.5vw, 20px));
}
#careers .naitei-list > li {
	display: flex;
	align-items: end;
	width: calc(100% / 3 - clamp(20px, 3.0vw, 40px));
	margin: 0 clamp(10px, 1.5vw, 20px) clamp(15px, 2.25vw, 30px) clamp(10px, 1.5vw, 20px);
	padding-bottom: 15px;
	border-bottom: 1px solid #aa9966;
}

#careers .naitei-list > li dl {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-right: auto;
}
#careers .naitei-list > li dt {
	font-size: clamp(12px, 1.4vw, 16px);
	font-weight: bold;
}
#careers .naitei-list > li dd {
	margin-top: clamp(5px, 6.25vw, 7.5px);
}

#careers .naitei-list > li > p {
	display: flex;
	align-items: end;
	margin-left: clamp(10px, 1.25vw, 15px);
	color: #aa9966;
}
#careers .naitei-list > li > p b {
	font-size: clamp(40px, 5.6vw, 72px);
}
#careers .naitei-list > li > p small {
	font-size: clamp(12px, 1.4vw, 16px);
	font-weight: bold;
	margin-left: clamp(2px, 0.3vw, 4px);
}


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

@media screen and (max-width:760px) {

	#careers .naitei-list > li {
		width: calc(100% / 2 - clamp(20px, 3.0vw, 40px));
	}


}