@charset "UTF-8";
/* CSS Document */
#main {
	width: 100%;
}
/*mv*/
#mv {
	width: 100%;
	height: 90vh;
	background-image: url("../img/fivepoints/mv.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 80px;
}
#mv figure {
	margin: 0;
}
.sec_title06 {
	width: 400px;
	text-align: left;
	margin-top: 0px;
	position: relative;
	z-index: 1;
}
.title_blueline {
	width: 180px;
	display: block;
	border-bottom: 8px solid #0050b4;
	margin-top: 20px;
}
.mv_inner {
	padding-top: 50vh;
	margin-left: 40px;
}
.mv_inner p {
	color: #ec1c24;
	font-size: 31px;
	font-weight: bold;
	margin-top: 60px;
}
/*upper_text*/
.upper_text_area {
	max-width: 1280px;
	width: 96%;
	margin: 40px auto;
}
.upper_text_area h2 {
	font-size: 40px;
	font-weight: bold;
	margin: 40px 0px 20px;
	line-height: 1.5;
	text-align: center;	
}
.upper_text_area h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;	
}
.red {
	color: #ea1c24;
}
#upper_text {
	max-width: 1280px;
	width: 96%;
	margin: auto;
}
.upper_text_right {
	width: 48%;
	font-size: 14px;
}
.upper_text_left h3 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 40px;
}
.text_left {
	max-width: 1230px;
	width: 96%;
	border: 6px solid #0050b2;
	padding: 20px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.left01_left {
	width: 83%;
	margin-right: 20px;
}
.text_left figure {
	width: 100%;
}
.upper_text_right {
	max-width: 1230px;
	width: 96%;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.text_left01 {
	width: 48%;
	border: 6px solid #0050b2;
	padding: 20px;
	margin: 40px 0px;
}
.text_title {
	position: absolute;
	display: inline-block;
	background: #0050b2;
	color: #fff;
	font-weight: bold;
	padding: 6px 30px;
	margin-left: -26px;
	margin-top: -42px;
	font-size: 21px;
}
.text_left01 h3 {
	margin-top: 40px;
}
.text_main {
	margin: 20px 0px;
}
.text_main a {
	color: #0050b2;
	font-weight: bold;
	text-decoration: underline;
}
.point03 {
	width: 80%;
	margin: auto;
}
#center_text,#bottom_text {
	max-width: 1230px;
	width: 92%;
	margin: 40px auto;
	border: 6px solid #0050b2;
	padding: 20px;
}
.center_text_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.center_text_left{
	width: 30%;
	padding: 10px;
}
.center_text_right {
	width: 70%;
	padding: 10px;
}
.center_text_inner h3 {
	margin-top: 20px;
}
.bottom_text_inner {
	padding-bottom: 20px;
}
.bottom_text_inner figure {
	margin: 20px;
}
.bottom_text_inner .point03 {
	margin: 20px auto 80px;
}
/*福利厚生*/
.welfare {
	margin: 0 auto;
	background: #e4ebf6;
	padding: 40px 20px;
}
.wel_title {
	width: 22%;
	position: relative;
	left: -40px;
	top: -90px;
}
.welfare_flex {
	display: flex;
	justify-content: center;
	margin-top: -90px
}
.welfare_flex_left {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
/*.welfare_flex_right {
    width: 50%;
    box-sizing: border-box;
}*/
.welfare_flex_right {
	/* width: 77%; */
	box-sizing: border-box;
}
.left_item {
	width: 89%;
	background: #fff;
	margin: 10px;
}
.left_item p {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.left_item p span {
	font-size: 12px;
	font-weight: normal;
}
.right_item {
    background: #fff;
    padding: 20px 10px;
    margin: 10px;
    width: 46%;
}
.welfare_flex_right .right_item {
	background: #fff;
	padding: 20px 10px;
	margin: 10px;
	width: 23%;
}
.left_item_inner .right_item {
	width: auto;
	margin: 10px;
}
.left_item_inner .right_item:nth-of-type(2) {
	margin-top: 20px;
}
.item_inner {
	padding-top: 70%;
}
.right_flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.right_item p {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.right_item p span {
	font-size: 12px;
	font-weight: normal;
}

/*レスポンシブ*/
@media screen and (max-width:1280px){
	.main_title {
		font-size: 30px;
	}
	.bottom_text_inner.pc,.upper_text_area h2 .pc {
		display: block;
	}
	.point03.pc {
		display: block;
	}
	.right_item {
		width: 44%;
	}
}
@media screen and (max-width:1024px){
	.welfare_flex {
		display: block;
	}
	.welfare_flex_left{
		width: 97%;
		margin: 0 auto;
	}	
	.welfare_flex_right {
		width: 100%;
	}
	.right_flex {
		justify-content: center;
	}
	.left_item,.left_item_inner {
		width: 50%;
	}
}
@media screen and (max-width:768px){
	.upper_text_left, .upper_text_right,.center_text_left, .center_text_right {
		width: auto;
	}
	.text_left,.upper_text_right {
		display: block;
	}
	.wel_title {
		top: -74px;
	}
	.welfare_flex_left{
		width: 100%;
	}
	.left01_left {
		width: auto;
	}
	.text_left01 {
		width: 96%;
		margin: 40px auto;
	}
	.upper_text_left h3 {
		margin-top: 0;
		padding-top: 20px;
	}
	#center_text, #bottom_text {
		width: 89%;
	}
	.center_text_inner {
		display: block;
	}
	.center_text_inner h3 {
		width: 80%;
		margin: 20px auto 0px;
	}
}
@media screen and (max-width:640px){
	.bottom_text_inner.pc {
		display: none;
	}
	.bottom_text_inner.sp {
		display: block;
	}
	.bottom_text_inner .point03 {
		width: 220px;
	}
	.bottom_text_inner {
		padding: 20px 0px;
	}
	.bottom_text_inner figure {
		margin: 20px 0px;
	}
	#center_text, #bottom_text {
		width: 83%;
	}
}
@media screen and (max-width:530px){
	.right_item {
		width: 43%;
	}
}
@media screen and (max-width:470px){
	.right_item {
		width: 42%;
	}
}
@media screen and (max-width:414px){
	.sec_title06 {
		width: 270px;
	}
	.title_blueline {
		width: 120px;
	}
	#mv {
		background-image: url("../img/fivepoints/sp_mv.jpg");
		height: 60vh;
	}
	.mv_inner {
		padding-top: 27vh;
	}
	.mv_inner p {
		font-size: 21px;
		margin-top: 40px;
	}
	.upper_text_area h2 .pc {
		display: none;
	}
	.upper_text_area h2 {
		font-size: 30px;
	}
	#center_text, #bottom_text {
		width: 93%;
	}
	.welfare {
		width: 100%;
		padding: 40px 10px;
	}
	.left_item p,.right_item p {
		font-size: 12px;
	}
	.left_itemp span,.right_item p span {
		font-size: 10px;
	}
	.right_item {
		width: 42%;
	}
 .welfare_flex_right .right_item {
  width: 42% !important;
}
	.point03.pc {
		display: none;
	}
	.wel_title {
		width: 40%;
		left: 28%;
	}
	.pc_img {
		display: none;
	}
}