@charset "utf-8";

/*---- work ----*/
#recruit.work .workcopy {
	text-align: center;
}
#recruit.work .intro {
	text-align: left;
}
#recruit.work .fourfunctions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background-image: url("/recruit/business/work/img/work_arrow_up.svg"), url("/recruit/business/work/img/work_arrow_down.svg"), url("/recruit/business/work/img/work_arrow_left.svg"), url("/recruit/business/work/img/work_arrow_right.svg"), url("/recruit/business/work/img/work_arrow_bg.svg");
	background-position: top center, bottom center, left center, right center, center center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 320px auto, 320px auto, 100px auto, 100px auto, 1200px auto;
	margin-top: 85px;
	margin-bottom: 85px;
}
#recruit.work .fourfunctions .ffbox {
	width: 50%;
	background-position: right 50px top 70px;
	background-repeat: no-repeat;
	background-size: 140px auto;
}
#recruit.work .fourfunctions .ffbox.al {
	background-image: url("/recruit/business/work/img/work_ill01.svg");
	padding: 85px 50px 55px 85px;
}
#recruit.work .fourfunctions .ffbox.bp {
	background-image: url("/recruit/business/work/img/work_ill02.svg");
	padding: 85px 85px 55px 50px;
}
#recruit.work .fourfunctions .ffbox.ds {
	background-image: url("/recruit/business/work/img/work_ill03.svg");
	background-position: right 50px top 20px;
	padding: 55px 50px 85px 85px;
}
#recruit.work .fourfunctions .ffbox.ct {
	background-image: url("/recruit/business/work/img/work_ill04.svg");
	background-position: right 50px top 20px;
	padding: 55px 85px 85px 50px;
}
#recruit.work .fourfunctions .ffbox .title01 {
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	color: #006ac6;
	margin-bottom: 5px;
}
#recruit.work .fourfunctions .ffbox .title02 {
	font-weight: 500;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 20px;
}
#recruit.work .fourfunctions .ffbox .copy {
	width: 100%;
	max-width: 380px;
	font-size: 16px;
	line-height: 27px;
}
#recruit.work .fourfunctions .ffbox .copy p {
	margin-bottom: 8px;
	text-indent: -1em;
	padding-left: 1em;
}
#recruit.work .fourfunctions .btnbox {
}
#recruit.work .btnbox a.btn_icon {
	max-width: 384px;
	margin-left: auto;
	margin-right: auto;
}
#recruit.work .btnbox a.btn_icon2 {
	max-width: 384px;
	margin-left: auto;
	margin-right: auto;
}
#recruit.work .businesscontent {
	margin-top: 190px ;
}
#recruit.work .businesscontent h2 {
	position: relative;
}
#recruit.work .businesscontent h2 .sublink {
	position: absolute;
	top: 0px;
	right: 0px;
}
#recruit.work .businesscontent h2 .sublink a {
	position: relative;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	color: #1a1a1a;
	padding-right: 20px;
}
#recruit.work .businesscontent h2 .sublink a:hover {
	text-decoration: none;
	opacity: 0.75;
}
#recruit.work .businesscontent h2 .sublink a::after {
	content: "";
	position: absolute;
	right: 0px;
	top: calc(50% - 8px);
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url('/recruit/img/arrow_s.svg');
	background-position: center;
	background-size: contain;
}
#recruit.work .businesscontent .btn_LR {
	display: none;
}
#recruit.work .businesscontent .bcmenu {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #1E88E4;
	margin: 90px 0;
}
#recruit.work .businesscontent .bcmenu .button {
	width: 100%;
	max-width: 200px;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	padding-bottom: 30px;
}
#recruit.work .businesscontent .bcmenu .button.active {
	border-bottom: solid 6px #1E88E4;
}
#recruit.work .businesscontent .bcfunction .function {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
#recruit.work .businesscontent .bcfunction .function a {
	display: block;
	max-width: 384px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	transition-duration: .3s;
}
#recruit.work .businesscontent .bcfunction .function a:hover {
	opacity: 0.7;
}
#recruit.work .businesscontent .bcfunction .function h3.title {
	font-weight: bold;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
}
#recruit.work .businesscontent .bcfunction .function .box {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#recruit.work .businesscontent .bcfunction .function .box .subtitle {
	width: 100%;
	max-width: 180px;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	text-align: right;
	border-right: solid 1px #1E88E4;
	margin-right: 24px;
	padding-right: 24px;
}
#recruit.work .businesscontent .bcfunction .function .box .copy {
	flex-grow: 1;
}
#recruit.work .businesscontent .bcfunction .function .box .copy p {
	text-indent: -1em;
	padding-left: 1em;
}
#recruit.work .businesscontent .bcfunction .function .employee {
	width: 100%;
	max-width: 384px;
	margin: 130px auto 0;
}
#recruit.work .businesscontent .bcfunction .function .employee .photo {
	margin-bottom: 25px;
}
#recruit.work .businesscontent .bcfunction .function .employee .photo img {
	width: 100%;
	border-radius: 60px 0 0 0;
}
#recruit.work .businesscontent .bcfunction .function .employee .txt01 {
	font-weight: 600;
	font-size: 22px;
	line-height: 35px;
	color: #1e88e4;
	margin-bottom: 15px;
}
#recruit.work .businesscontent .bcfunction .function .employee .txt02 {
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 62px;
}
#recruit.work .businesscontent .bcfunction .function .employee .txt02 strong {
	font-weight: 500;
}
#recruit.work .businesscontent .bcfunction .function .employee .tag {
}
#recruit.work .businesscontent .bcfunction .function .employee .tag span {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	border-radius: 18px;
	background: #fff;
	border: solid 1px #1a1a1a;
	margin: 0 4px 5px 0;
	padding: 6px 15px; 
}

@media(min-width:769px) and (max-width:1200px) {
}
@media(max-width:768px){
	#recruit.work .workcopy {
		font-weight: 500;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
	#recruit.work .fourfunctions {
		width: 100%;
		background-image: url("/recruit/business/work/img/work_arrow_up_sp.svg"), url("/recruit/business/work/img/work_arrow_down_sp.svg"), url("/recruit/business/work/img/work_arrow_left_sp.svg"), url("/recruit/business/work/img/work_arrow_right_sp.svg"), url("/recruit/business/work/img/work_arrow_bg.svg");
		background-size: 200px auto, 200px auto, 45px auto, 45px auto, 200% auto;
		margin-top: 85px;
		margin-bottom: 85px;
	}
	#recruit.work .fourfunctions .ffbox {
		width: 50%;
		background-position: center top;
		background-size: 70px auto;
	}
	#recruit.work .fourfunctions .ffbox.al {
		margin-top: 30px;
		padding: 75px 4% 20px 6%;
	}
	#recruit.work .fourfunctions .ffbox.bp {
		margin-top: 30px;
		padding: 75px 6% 20px 4%;
	}
	#recruit.work .fourfunctions .ffbox.ds {
		background-position: center top 10px;
		margin-bottom: 20px;
		padding: 75px 4% 20px 6%;
	}
	#recruit.work .fourfunctions .ffbox.ct {
		background-position: center top 10px;
		margin-bottom: 20px;
		padding: 75px 6% 20px 4%;
	}
	#recruit.work .fourfunctions .ffbox .title01 {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 5px;
	}
	#recruit.work .fourfunctions .ffbox .title02 {
		font-size: 10px;
		line-height: 15px;
		margin-bottom: 10px;
	}
	#recruit.work .fourfunctions .ffbox .copy {
		font-size: 9px;
		line-height: 12px;
	}
	#recruit.work .fourfunctions .ffbox .copy p {
		margin-bottom: 5px;
	}
	#recruit.work .businesscontent h2 {
		margin-bottom: 120px;
	}
	#recruit.work .businesscontent h2 .sublink {
		top: inherit;
		bottom: -13vw;
		width: 100%;
		text-align: center;
	}
	#recruit.work .businesscontent .btn_LR {
		display: inherit;
		position: relative;
		z-index: 9;
	}
	#recruit.work .businesscontent .btn_LR .btnL {
		position: absolute;
		left: 0px;
		top: -8px;
		height: 62px;
	}
	#recruit.work .businesscontent .btn_LR .btnR {
		position: absolute;
		right: 0px;
		top: -8px;
		height: 62px;
	}
	#recruit.work .businesscontent .overflow {
		overflow-x: scroll;
		margin-top: -13px;
	}
	#recruit.work .businesscontent .bcmenu {
		position: relative;
		justify-content: flex-start;
		width: max-content;
		margin: 0 0 4px;
		z-index: 8;
	}
	#recruit.work .businesscontent .bcmenu .button {
		width: 180px;
		font-size: 16px;
		padding-bottom: 30px;
	}
	#recruit.work .businesscontent .bcfunction .function {
		margin: 90px auto 0;
	}
	#recruit.work .businesscontent .bcfunction .function .box {
		margin-top: 30px;
	}
	#recruit.work .businesscontent .bcfunction .function h3.title {
		font-size: 18px;
		line-height: 28px;
	}
	#recruit.work .businesscontent .bcfunction .function .box .subtitle {
		flex-shrink: 0;
		width: 105px;
		font-size: 14px;
		line-height: 32px;
		margin-right: 10px;
		padding-right: 10px;
	}
	#recruit.work .businesscontent .bcfunction .function .box .copy {
		flex: 1;
		font-size: 13px;
		line-height: 22px;
	}
	#recruit.work .businesscontent .bcfunction .function .employee {
		width: 50%;
		margin: 70px auto 0;
	}
	#recruit.work .businesscontent .bcfunction .function .employee .photo {
		margin-bottom: 25px;
	}
	#recruit.work .businesscontent .bcfunction .function .employee .photo img {
		border-radius: 30px 0 0 0;
	}
	#recruit.work .businesscontent .bcfunction .function .employee .txt01 {
		font-size: 18px;
		line-height: 35px;
	}
	#recruit.work .businesscontent .bcfunction .function .employee .txt02 {
		font-size: 16px;
		line-height: 27px;
		margin-bottom: 30px;
	}
	#recruit.work .businesscontent .bcfunction .function .employee .tag span {
		font-size: 8.96px;
		border: solid 0.5px #1a1a1a;
		padding: 6px 15px;
	}
}



/*---- accounting ----*/
#recruit.accounting .acccont {
	margin-bottom: 140px;
}
#recruit.accounting .acccont .copy {
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 54px;
}

#recruit.accounting .acc8traditions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1600px;
/*	min-height: 100vh;*/
	margin: 0 auto;
}
#recruit.accounting .acc8traditions .buttons {
	width: 38%;
	text-align: center;
	padding-left: 10%;
}
#recruit.accounting .acc8traditions button {
	display: block;
	cursor: pointer;

	background-color: inherit;
	border: none;
	margin: 25px 0;
	padding: 0;
	opacity: 0.2;
}
#recruit.accounting .acc8traditions button.current {
	opacity: 1;
}
#recruit.accounting .acc8traditions button img {
	width: 100%;
	max-width: 470px;
}
#recruit.accounting .acc8traditions .box {
	width: 60%;
	overflow: hidden;
}
#recruit.accounting .acc8traditions .container {
	position: relative;
	width: 100%;
	max-width: 1000px;
/*	height: 1000px;*/
	padding-bottom: 100%;
	overflow: hidden;
}
#recruit.accounting .acc8traditions .tile {
	position: absolute;
	width: calc(100% / 5); /* タイル横幅 */
	height: calc(100% / 5); /* タイル縦幅 */
	background-size: 500%;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
#recruit.accounting .acc8traditions .tile.show {
	opacity: 1;
	transform: scale(1);
}

@media(min-width:769px) and (max-width:1200px) {
}
@media(max-width:768px){
	#recruit.accounting .acc8traditions {
		flex-wrap: wrap;
		padding: 0 0 0 10px;
	}
	#recruit.accounting .acc8traditions .buttons {
		width: 100%;
		padding-left: 0;
		margin-bottom: 15px;
		column-count: 2;
	}
	#recruit.accounting .acc8traditions button {
		margin: 0 0 25px 0;
	}
	#recruit.accounting .acc8traditions .box {
		width: 100%;
	}
}

/*---- btn2 一部だけフォントサイズ大きく ----*/
#recruit a.btn_icon2 {
	position: relative;
	display: block;
	padding: 20px;
	border: 2px solid #006ac6;
	font-weight: 500;
	font-size: 20.0px;
	line-height: 25px;
	color: #006ac6;
	text-align: center;
	text-decoration: none;
	transition-duration: .3s;
}
#recruit a.btn_icon2 .arrow {
	position: absolute;
	display: inline-block;
	top: calc(50% - 12px);
	right: 20px;
	width: 18px;
	height: 2px;
	margin: 12px 0 6px 8px;
	border-radius: 9999px;
	background-color: #006ac6;
}
#recruit a.btn_icon2 .arrow::before,
#recruit a.btn_icon2 .arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 10px;
	height: 2px;
	border-radius: 9999px;
	background-color: #006ac6;
	transform-origin: calc(100% - 1px) 50%;
}
#recruit a.btn_icon2 .arrow::before {
	transform: rotate(45deg);
}
#recruit a.btn_icon2 .arrow::after {
	transform: rotate(-45deg);
}
#recruit a.btn_icon2 .winopen {
	position: absolute;
	display: inline-block;
	top: calc(50% - 9px);
	right: 20px;
	width: 18px;
	height: 18px;
	background: url("../img/icon_winopen.svg") no-repeat;
	background-size: contain;
}
#recruit a:hover.btn_icon2 {
	border: 2px solid #006ac6;
	background-color: #006ac6;
	color: #fff;
}
#recruit a:hover.btn_icon2 .arrow {
	background-color: #fff;
}
#recruit a:hover.btn_icon2 .arrow::before,
#recruit a:hover.btn_icon2 .arrow::after {
	background-color: #fff;
}
#recruit a:hover.btn_icon2 .winopen {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 16"><path d="M15,3V0H0v13h3v3h15V3h-3ZM1.5,11.5V1.5h12v10H1.5ZM16.5,14.5H4.5v-1.5h10.5V4.5h1.5v10Z" fill="%23fff"/></svg>');

}

