@charset "UTF-8";
/*=======================================================
採用情報
=======================================================*/
.bl_introWrapper {
	background: url(../images/lower/recruit_bg.png) top center / 1441px no-repeat;
}
#message .ly_cont_inner {
	margin-bottom: 150px; 
}
#message .bl_messageUnit {
	display: flex; 
	gap: 180px;
}
#message .el_lv2Header {
	flex-shrink: 0;
}
#message .bl_message_ttl {
	font-size: 25px; 
	color: var(--blue);
	line-height: 1.5;
	margin-bottom: 30px;
}
#point .ly_cont_inner {
	max-width: 1440px;
	padding-left: 0;
	padding-right: 0;
}
#point .el_lv2Header {
	text-align: center;
	margin-bottom: 110px;
}
#point .bl_pointUnit li {
	margin-bottom: 150px;
	position: relative;
	display: flex; 
}
#point .bl_pointUnit li:nth-of-type(even) {
	justify-content: flex-end;
}
#point .bl_pointUnit .bl_point_figureWrapper {
	content: "";
	display: block; 
	width: 560px;
	height: 370px;
	margin-top: -50px;
	z-index: 2;
}
#point .bl_pointUnit .bl_point_body {	
	max-width: 809px;
    padding-left: 188px;
    padding-right: 50px;
    padding-bottom: 46px;
    padding-top: 46px;
    min-height: 370px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
    width: 100%;
	background: #f0f0f0;
	margin-left: -100px;
}
#point .bl_pointUnit li:nth-of-type(even) .bl_point_body{
	margin-left: 0;
    padding-left: 47px;
    padding-top: 96px;
    padding-right: 190px;
    margin-right: -100px;
}
#point .bl_point_number {
	position: absolute;
	top: -48px;
	left: 200px;
	font-size: 80px;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	color: var(--blue);
	z-index: 2;
}
#point .bl_point_number::before {
	content: "Point";
	font-size: 18px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	position: absolute;
    top: 25px;
    left: -13px;
}
#point .bl_pointUnit li:nth-of-type(2n) .bl_point_number {
	left: 60px;
}
#point .bl_point_ttl {
	font-size: 25px; 
	color: var(--blue);
	line-height: 1.5;
	margin-bottom: 25px;
	width: 100%;
	z-index: 2;
}
#point .bl_point_txt {
	z-index: 2;
}
/***一日の流れ***/
#flow {
	background: var(--blue);
}
#flow .ly_cont_inner {
	max-width: 1044px;
	padding-top: 100px;
	padding-bottom: 100px;
}
#flow .el_lv2Header {
	text-align: center;
	color: #fff;
	margin-bottom: 69px;
}
#flow .el_lv2Header .el_en {
	color: #fff;
}
#flow .bl_flowUnit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding-left: 80px;
}
#flow .bl_flowUnit li:first-of-type::before {
	content: "午前";
    display: block;
    position: absolute;
    top: -78px;
    left: 0;
    color: #72D6FF;
    font-size: 80px;
    font-family: "Zen Old Mincho", serif;
    writing-mode: vertical-rl;
}
#flow .bl_flowUnit + .bl_flowUnit li:first-of-type::before {
	content: "午後";
}
#flow .bl_flowUnit + .bl_flowUnit {
	margin-top: 60px;
}
#flow .bl_flowUnit li {
	width: 25%;
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
}
#flow .bl_flowUnit li::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 16px solid #F5C410;
	border-right: 0;
	display: block;
	margin-top: 105px;
	margin-left: 10px;
	z-index: 2;
}
#flow .bl_flowUnit + .bl_flowUnit li:last-of-type::after {
	content: none;
}
#flow .bl_flow_body {
	max-width: 150px;
	width: 100%;
}
#flow .bl_flow_body > div:has(.bl_flow_imgWrapper) {
	height: 150px;
	width: 150px;
	position: relative;
	margin-bottom: 16px;
	background: #fff;
	background-image: linear-gradient(45deg, var(--blue), 25px, transparent 0),
					  linear-gradient(-135deg, var(--blue), 25px, transparent 0);
}
#flow .bl_flowUnit .bl_flow_imgWrapper {
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#flow .bl_flowUnit .bl_flow_imgWrapper img {
	width: 80px;
}
#flow .bl_flow_time,
#flow .bl_flow_ttl {
	display: block;
	text-align: center; 
	color: #fff;
	font-size: 20px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 10px;
}
#flow .bl_flow_ttl {
	font-weight: 500;
}
#flow .bl_flow_txt {
	color: #fff;
	line-height: 1.5;
}
/***募集要項***/
#guideline .ly_cont_inner {
	padding-top: 150px; 
	padding-bottom: 90px;
}
#guideline .el_lv2Header {
	margin-bottom: 60px;
}
#guideline .el_lv3Header {
	font-size: 25px;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 30px;
}
#guideline .bl_horizTable {
	margin-bottom: 61px;
}
#guideline table {
	border: 1px solid #48595F;
	border-bottom: none;
	width: 100%;
}
#guideline table tr {
	border-bottom: 1px solid #48595F;
	display: flex; 
}
#guideline table th {
	background: #CDDADF;
	border-right: 1px solid #48595F;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	width: 300px;
	font-size: 18px;
	padding: 12px;
    display: flex;
    align-items: center;
	flex-shrink: 0;
}
#guideline table td {
	font-size: 18px;
	padding: 17px 15px 16px;
	line-height: 1.5;
}
#guideline .bl_ctaBnrUnit {
	margin-top: 60px;
	align-items: flex-start;
}
#guideline .bl_ctaBnrUnit li {
	width: 340px;
}
#guideline .bl_ctaBnrUnit .bl_cta_hw .el_note {
	font-size: 14px;
	display: block; 
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph; /* Edge */
	line-break: strict;
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
	margin-top: 10px;
}
#guideline .bl_ctaBnrUnit .bl_cta_hw .el_note span {	
	letter-spacing: -0.01em;
}
#guideline .bl_ctaBnrUnit .bl_cta_hw .el_note .hp_bold {
	font-weight: 700;
	letter-spacing: 0.01em;
}
@media screen and (max-width : 920px) {
	#flow .ly_cont_inner {
		padding-left: 5px;
	}
	#flow .bl_flowUnit li {
		margin-right: 5px;
	}
	#flow .bl_flowUnit li::after {
		margin-left: 0;
	}
}
@media screen and (max-width : 767px) {
	#message .bl_messageUnit {
		display: block;
	}
	#point .el_lv2Header {
		margin-bottom: 32px;
	}
	#point .bl_pointUnit li {
		flex-wrap: wrap;
		margin-bottom: 64px;
	}
	#point .bl_pointUnit li:nth-of-type(even) {
    	flex-direction: column-reverse;
	}
	#point .bl_pointUnit .bl_point_figureWrapper {
		margin-top: 0;
		width: 94.53%;
		height: 250px;
		position: relative;
		z-index: 2;
	}
	#point .bl_pointUnit .bl_point_figureWrapper img {
		object-fit: cover; 
		height: 250px;
	}
	#point .bl_pointUnit .bl_point_body,
	#point .bl_pointUnit li:nth-of-type(even) .bl_point_body {
		margin-left: 0;
		padding: 80px 20px 32px;
		margin-top: -60px;
	}
	#point .bl_point_number {
		position: relative;
        margin-left: 18px;
        top: initial;
        left: initial;
	}
	#point .bl_point_number::before {
		top: 40px;
	}
	#point .bl_pointUnit li:nth-of-type(2n) .bl_point_number {
		left: 0;
	}
	#point .bl_point_ttl {
    	font-size: 24px;
    	margin-bottom: 24px;
    	margin-top: 10px;
	}
	#flow .ly_cont_inner {
        padding: 100px 0 72px;
    }
	#flow .el_lv2Header {
    	margin-bottom: 46px;
	}
	#flow .bl_flowUnit li:first-of-type::before {
    	top: 0;
		left: -70px;
    	font-size: 70px;
	}
	#flow .bl_flowUnit li {
		width: 100%;
		display: block;
		max-width: 217px;
		margin: auto;
		position: relative;
	}
	#flow .bl_flowUnit li + li {
		margin-top: 40px;
	}
	#flow .bl_flowUnit li::after {
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
		border-top: 22px solid var(--yellow);
		border-bottom: 0;
	}
	#flow .bl_flow_body {
		max-width: 100%;
	}
	#flow .bl_flow_time, #flow .bl_flow_ttl {
    	font-size: 24px;
		margin-bottom: 17px;
	}
	#flow .bl_flow_imgWrapper {
    	height: 115px;
    	width: 215px;
	}
	#flow .bl_flowUnit .bl_flow_imgWrapper img {
		width: 115px; 
		height: 115px;
	}
	#flow .bl_flow_body > div:has(.bl_flow_imgWrapper) {
    	height: 215px;
    	width: 215px;
    	margin-bottom: 16px;
    	background-image: linear-gradient(45deg, var(--blue), 35px, transparent 0),
						  linear-gradient(-135deg, var(--blue), 35px, transparent 0);
	}
	#flow .bl_flowUnit li::after {
		margin: 31px auto 0
	}
	#flow .bl_flowUnit {
		display: block;
		padding: 0 75px 0 83px;
	}
	#flow .bl_flowUnit + .bl_flowUnit {
    	margin-top: 24px;
	}
	#guideline .ly_cont_inner {
    	padding-top: 80px;
		padding-bottom: 0;
	}
	#guideline .el_lv2Header {
		margin-bottom: 32px;
	}
	#guideline table tr {
		display: block;
	}
	#guideline table th {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #48595F;
		padding: 16px 15px;
	}
	#guideline table td {
		padding: 12px 15px;
	}
	#guideline .bl_ctaBnrUnit {
		margin-top: 32px;
	}
	#guideline .bl_ctaBnrUnit li {
		width: 100%;
		max-width: 335px;
	}
}