@charset "UTF-8";

footer .footer_contact{
	background-color: #efefef;
}
@media only screen and ( max-width: 768px ){
}
.mv{
	
	background: url(/img/top/lead_bg.webp) bottom center no-repeat;
	background-size: 100% 100%;
}
.mv_wrapper{
	position: relative;
}

/*news*/
.mv_news{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 50%;
	min-width: 540px;
	background: #fff;
	padding: 12px;
    z-index: 50;
}
.mv_news__wrapper{
	display: flex;
	align-items: center;
	gap: 24px;
	height: 40px;
}
.mv_news__slider{
	max-width: 570px;
}
.mv_news__left{
	font-weight: 600;
	font-size: 14px;
	min-width: 4em;
	height: 40px;
	line-height: 40px;
	border-right: solid 1px #000;
	padding-right: 24px;
}
.mv_news__link{
	display: flex;
	align-items: baseline;
	gap: 24px;
	line-height: 1;
}
.mv_news__date{
	font-family: "Roboto";
	font-size: 14px;
}
.mv_news__info{
	width: 20em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mv_title{
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	/*margin-right: 10%;*/
	/*padding-left: 35px;*/
	width: calc(100% - 40px);
	margin-left: auto;
	background-color: #ffffff3D;
	display: flex;
    align-items: center;
	margin: 77px auto 0;
	max-width: 1200px;
	flex-flow: column;
	gap: 16px;
	padding: 32px 20px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	box-shadow: 0 4px 28px #00000026;
}
/* .mv_title::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 112px;
	background: url(/kakudai/img/common/title_border.svg) center no-repeat;
	background-size: 100%;
} */
 .mv_title img{
	max-width: 300px;
 }
.mv_img{
	width: 90%;
	margin-top: 35px;
	margin-left: auto;
}
.mv_in{
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 20px 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.mv_lead_left{
	width: 40%;
}
.mv_lead_left .mv_lead_title{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 27px;
}
.mv_lead_left .mv_lead_text{
	font-size: 14px;
	padding-right: 20px;
	line-height: 2;
}
.mv_lead_right{
	width: 58%;
	background: url(/img/top/mv_right_bg.webp) center no-repeat;
	background-size: 100%;
	height: 323px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mv_lead_right p{
	font-size: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.mv_lead_right p span{
	font-size: 28px;
}
@media only screen and ( max-width: 1199px ){
	.mv_lead_right p{
		font-size: 3.5vw;
	}
	.mv_title{
		margin-top: 50px;
	}
	.mv_in{
		padding: 24px 20px 50px;
	}
}

@media only screen and ( max-width: 1199px ){
	.mv_lead_right{
		width: 53%;
	}
	.mv_lead_left{
		width: 45%;
	}
	.mv_lead_right .satisfaction{
		font-size: 24px;
	}
	.mv_lead_right p{
		font-size: 14px;
	}
	.mv_lead_right p span{
		font-size: 24px;
	}
}

@media only screen and ( max-width: 768px ){
	.mv{
		background-size: 100% 100%;
	}
	.mv_in{
		padding: 35px 20px 38px;
		flex-flow: column;
		gap: 32px;
	}
	.mv_title{
		font-size: 28px;
		width: calc(100% - 45px);
		margin-left: 20px;
		margin-top: 35px;
	}
	.mv_title::before{
		width: 8px;
		height: 100%;
	}
	.mv_title img{
		max-width: 200px;
	}
	.mv_img{
		width: calc(100% - 20px);
		height: 200px;
		margin-top: 24px;
		margin-left: 20px;
	}
	.mv_img img{
		width: 100%;
		height: 100%;
	}
	.mv_news{
		position: static;
		min-width: auto;
		width: calc(100% - 44px);
		max-width: none;
		margin-left: 20px;
	}
	.mv_news__wrapper{
		gap: 14px;
	}
	.mv_news__left{
		padding-right: 14px;
		font-size: 12px;
	}
	.mv_news__link{
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: center;
		gap: 3px;
	}
	.mv_news__slider{
		max-width: calc(100% - 5em);
	}
	.mv_news__date{
		font-size: 12px;
		font-weight: 600;
	}
	.mv_news__info{
		width: 18em;
		font-size: 13px;
	}
	.mv_lead_left{
		width: 100%;
	}
	.mv_lead_left .mv_lead_title{
		margin-bottom: 16px;
	}
	.mv_lead_left .mv_lead_text{
		padding-right: 0;
		line-height: 2;
	}
	.mv_lead_right{
		max-width: 334px;
		width: 100%;
		height: 136px;
	}
	.mv_lead_right p{
		font-size: 24px;
		gap: 5px;
	}
	.mv_lead_right p span{
		font-size: 16px;
	}
}

/*facility*/
.facility_wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.facility_block{
	display: flex;
	flex-wrap: wrap;
	width: 65%;
	max-width: 760px;
	justify-content: space-between;
	gap: 20px;
}
.facility_row{
	width: calc(50% - 10px);
}
.facility_heading{
	width: 32%;
	max-width: 380px;
	display: flex;
	flex-flow: column;
	gap: 24px;
}
.facility_desc{
	font-size: 14px;
	line-height: 2;
}
.facility_link li{
	border-top: solid 1px #707070;
}
.facility_link li:last-child{
	border-bottom: solid 1px #707070;
}


.facility_card{
    position: relative;
    display: flex;
    transition: all 0.25s ease;
    overflow: hidden;
}
.facility_card::before{
	content: "";
	background: linear-gradient(180deg, rgba(77, 160, 255, 0.00) 41.5%, #2B2B2B 82%);
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	opacity: 0.75;
}
.facility_card img{
	width: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.facility_card:hover img{
	transform: scale(1.1);
}
.facility_card-title{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 0 30px 20px 30px;
    width: 100%;
    transition: all 0.25s ease;
	box-sizing: border-box;
	line-height: 1.2;
}
.facility_card-title .min{
	font-size: 14px;
}

@media only screen and ( max-width: 1199px ){
	.facility_block{
		width: 55%;
	}
	.facility_heading{
		max-width: none;
		width: 42%;
	}

	.facility_card-title{
		padding: 0 20px 18px;
		font-size: 1.6vw;
	}
}
@media only screen and ( max-width: 991px ){
	.facility_block{
		width: 55%;
		flex-flow: column;
	}
	.facility_heading{
		max-width: none;
		width: 42%;
	}
	.facility_row{
		width: 100%;
	}
	.facility_card img{
		height: 200px;
	}
}
@media only screen and ( max-width: 768px ){
	.facility_wrapper{
		flex-flow: column-reverse;
		gap: 32px;
		margin-bottom: 30px;
	}
	.facility_heading{
		max-width: none;
		width: 100%;
		gap: 24px;
	}
	.facility_block{
		width: 100%;
		flex-flow: column;
	}
	.facility_row{
		width: 100%;
	}
	.facility_card-title{
		font-size: 20px;
	}
	.facility_card img{
		height: 200px;
	}
}


/*business*/
#top_business{
	background: #efefef;
}
.business_wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.business_block{
	display: flex;
	flex-wrap: wrap;
	width: 65%;
	max-width: 760px;
	justify-content: space-between;
	gap: 20px;
}
.business_row{
	width: 100%;
}
.business_heading{
	width: 32%;
	max-width: 380px;
	display: flex;
	flex-flow: column;
	gap: 35px;
}
.business_desc{
	font-size: 14px;
	line-height: 2;
}
.business_link li{
	border-top: solid 1px #707070;
}
.business_link li:last-child{
	border-bottom: solid 1px #707070;
}
.business_link li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	transition: 0.3s;
}
.business_link li a::after{
	content: "";
	width: 60px;
	height: 44px;
	background: url(/img/common/arrow.svg) center no-repeat , linear-gradient(135deg,#2DA6E0,#3E63A2);
}

.business_link li a:hover{
	color: #2DA6E0;
}

@media only screen and ( max-width: 1199px ){
	.business_block{
		width: 55%;
	}
	.business_heading{
		max-width: none;
		width: 42%;
	}
}
@media only screen and ( max-width: 768px ){
	.business_wrapper{
		flex-flow: column;
		gap: 24px;
		margin-bottom: 30px;
	}
	.business_heading{
		width: 100%;
		gap: 24px;
	}
	.business_block{
		width: 100%;
	}
}


/*company*/
.company_wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.company_block{
	display: flex;
	flex-wrap: wrap;
	width: 65%;
	max-width: 760px;
	justify-content: space-between;
	gap: 20px;
}
.company_row{
	width: 100%;
}
.company_heading{
	width: 32%;
	max-width: 380px;
	display: flex;
	flex-flow: column;
	gap: 35px;
}
.company_desc{
	font-size: 14px;
	line-height: 2;
}
.company_link li{
	border-top: solid 1px #707070;
}
.company_link li:last-child{
	border-bottom: solid 1px #707070;
}
.company_link li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	transition: 0.3s;
}
.company_link li a::after{
	content: "";
	width: 60px;
	height: 44px;
	background: url(/img/common/arrow.svg) center no-repeat , linear-gradient(135deg,#2DA6E0,#3E63A2);
}

.company_link li a:hover{
	color: #2DA6E0;
}
.company_detail-link{
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	padding: 7px;
	border: solid 1px #707070;
	max-width: 121px;
	font-size: 13px;
	line-height: 1;
	border-radius: 60px;
	margin-top: 15px;
	transition: 0.3s;
}
.company_detail-link::before{
	content: "";
    background: url(/img/common/icon_map.svg) center no-repeat;
    width: 8px;
    height: 11px;
}
.company_detail-link:hover{
	opacity: 0.7;
}
.company_detail-tel{
	display: flex;
	gap: 15px;
	margin-top: 15px;
}
.company_detail-tel p{
	color: #3E63A2;
	cursor: text;
}
.company_detail-tel p span{
	color: #000;
}
.company_detail-tel p a{
	pointer-events: none;
}
@media only screen and ( max-width: 1199px ){
	.company_block{
		width: 55%;
	}
	.company_heading{
		max-width: none;
		width: 42%;
	}
	.company_detail-tel{
		flex-wrap: wrap;
	}
}
@media only screen and ( max-width: 768px ){
	.company_wrapper{
		flex-flow: column-reverse;
		gap: 24px;
		margin-bottom: 30px;
	}
	.company_heading{
		width: 100%;
		gap: 24px;
	}
	.company_block{
		width: 100%;
	}
	.company_detail-tel p a{
		pointer-events: all;
		cursor: pointer;
	}
}

/*recruit*/
#top_recruit {
    background: #F2F8FC;
}


/*news*/
#top_news{
	background: #efefef;
	padding: 80px 0;
}
.news_heading{
	display: flex;
	justify-content: center;
	text-align: center;
}
.news_wrapper{
	background: #fff;
	padding: 50px 20px 65px;
}
.news_block{
	max-width: 940px;
	margin: 50px auto 0;
}
.news_box{
	display: flex;
	align-items: baseline;
	gap: 24px;
	padding: 25px 10px;
	border-top: solid 1px #e6e6e6;
	position: relative;
	transition: 0.3s;
}
.news_box:last-child{
	border-bottom: solid 1px #e6e6e6;
}
a.news_box::after{
	content: "";
	background: url(/img/common/arrow_blue.svg) center no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}

a.news_box:hover{
	opacity: 0.7;
}
a.news_box:hover::after{
	right: 0;
}
.news_date{
	font-size: 14px;
	font-weight: 500;
	color: #222;
	font-family: "Roboto", sans-serif;
}
.news_text{
	font-size: 16px;
	color: #222;
	display: flex;
	align-items: center;
	gap: 10px;
}
a.news_box .news_text{
	
}
a.news_box .news_text::after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url(/img/common/icon_pdf.svg) center no-repeat;
	background-size: 100%;
}


@media only screen and ( max-width: 1199px ){
	#top_news{
		padding: 60px 0;
	}
}
@media only screen and ( max-width: 768px ){
	#top_news{
		padding: 60px 0;
	}
	.news_wrapper{
		padding: 44px 20px 48px;
	}
	.news_block{
		margin-top: 28px;
	}
	.news_box{
		padding: 20px 20px 20px 10px;
		flex-flow: column;
		line-height: 1.5;
		gap: 0;
	}
	.news_text{
		font-size: 14px;
		display: block;
	}
	a.news_box .news_text::after{
		width: 13px;
		height: 16px;
		vertical-align: middle;
		margin-left: 5px;
	}
	a.news_box::after{
		right: 0;
	}
}


/*20251121追加*/

.mv_subtitle{
	font-size: 16px;
	line-height: 1.6;
    display: block;
    /*margin: 25px 0 25px 40px;*/ 
}
.mv_lead_right p{
	font-size: 16px;
	align-items: center;
	justify-content: center;
	gap: 9px;
}
.mv_lead_right p span{
	font-size: 34px;
}
.mv_lead_right .satisfaction{
	font-size: 30px;
}
/*スライダー*/ 
.mv_slide_area{
	position: relative;
}
.mv_slide_area .mv_slide_text{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 1200px;
	width: calc(100% - 40px);
	z-index: 2;
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 4px 5.8px #00000040;
	display: flex;
	align-items: center;
}
 .mv_slider {
    width: 100%;
    /* margin-top: 35px; */
    margin-left: auto;
    position: relative;
    z-index: 1; 
    overflow: hidden;
}

.mv_slide img {
    width: 100%;
    height: auto;
    display: block;
}  
.mv_slider .mv_slide {
    display: none;
}
.mv_slider.slick-initialized .mv_slide {
    display: block;
}


@media only screen and ( max-width: 768px ){
.mv_subtitle{
    font-size: 14px;
    display: block;
    margin-top: 13px;
}
.mv_lead_right p span{
	font-size: 20px;
}
.mv_lead_right p{
	font-size: 10px;
	align-items: center;
}
.mv_lead_right .satisfaction {
    font-size: 13px;
}
.mv_slider.slick-initialized .mv_slide{
	height: 250px;
}
.mv_slide img{
	height: 100%;
	object-fit: cover;
    object-position: center;
}
}
@media only screen and (max-width: 768px) {
.mv_img {
    height: auto !important;   
}
.mv_img img {
    height: auto !important;  
    width: 100%;
    display: block;
    }
	.mv_slide_area .mv_slide_text{
		font-size: 24px;
	}
}
.mv_slider {
    position: relative;
    overflow: hidden;
}

.mv_slider .mv_slide {
    display: none;
}

.mv_slider.slick-initialized .mv_slide {
    display: block;
}

    

    