@charset "utf-8";


/***** ヘッダー *****/
#banner {
	display: none;
}


/***** トップページ *****/

#wrap{
/* 	margin-bottom:50px; */
	font-size:13.7px;
}

#top_wrap{
	width:100%;
	height:fit-content;
	margin-bottom:35px;
}

#top_contents{
	position:relative;
	width:100%;
}

#top_c{
	max-width:1495px;
	margin: 0 auto;
	position:relative;
}

#top_img{
	width:100%;
	margin:0 auto;
}

#top_img_sp{
	display:none;
}

#top_img img{
	width:100%;
}

#top_info_wrap{
	width:90%;
	min-height:260px;
	margin:0 auto;
	max-width:1200px;
}
#news_header{
	max-width: 1495px;
	margin: 0 auto;
	position:relative;
	height:110px;
	margin-bottom: 50px;
	text-align: center;
	background-image: url(images/news_bg.png);
	background-size: auto 100%;
}

.news_header_pc{
	width:940px;
	margin:5px auto;
}

.news_header_sp{
	display:none;
}

#top_info_contents_pc{
	justify-content: space-between;
}

#top_info_contents_sp{
	display:none;
}

#top_news,#top_job{
	width: 45%;
    height: 100%;
}

.top_info_name{
/* 	font-family:'ＭＳ Ｐ明朝','MS PMincho',serif; */
/* 	font-size:18px; */
	font-size:17px;
/* 	font-weight:bold; */
/* 	margin-bottom:18px; */
	margin-bottom:8px;
	background-color: #F7F7F7;
	width: fit-content;
	margin-left: 20px;
	float: left;
	padding: 3px 22px;
}
.top_info_more{
	margin-right: 20px;
	float: right;
	border: 5px solid #F7F7F7;
	padding: 7px 15px;
	cursor: pointer;
}
.top_info_more img{
	height: 12px;
}

.top_info_box{
	margin:15px auto 0 0;
	width:93%;
	height: 85px;
	position:relative;
}
div.cls_rw_0{
	margin:9px auto 0 0;
}

.top_info_box a{
	position:absolute;
	width:100%;
	height:100%;
	z-index:999;
}

.top_info_box_in1{
	margin:12px 0 0 16px;
}

.info_date{
	float: left;
	width: 85px;
}

.info_date .date{
	margin-bottom: 7px;
	font-size:12px;
}

.info_date .new{
	background-color:#BD51B4;
	color:white;
	padding:0 4px;
	width: 32px;
}
.info_link_text{
	cursor: pointer;
	font-size: 90%;
	margin-left: 20px;
	text-decoration: underline;
	color: #0000EE;;
}

.scale_small{
	display:inline-block;
/* 	transform:scale(0.600); */
	transform:scale(0.650);
}
.info_arrow{
	height: 60px;
	border-right: 1px solid gray;
	width: 29px;
	float: left;
	vertical-align: middle;
}
.info_arrow img{
	width: 20px;
	left: 7px;
	position: relative;
	top: 25px;
}
.info_title{
	line-height:20px;
	font-size:14px;
	margin:5px 0 5px 0;
	height:40px;
	overflow:hidden;
	padding-left: 8px;
}

.info_jobs_title{
	line-height:20px;
	font-size:14px;
	overflow:hidden;
	padding-left: 8px;
	font-weight:bold;
	max-height:20px;
}

.info_jobs_detail{
	line-height:20px;
	font-size:13px;
	overflow:hidden;
	padding-left: 8px;
	padding-top: 10px;
	height:40px;
}


.circle_mark a{
	width:100%;
	height:100%;
}

.circle_mark{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	height:26px;
	width:27px;
	border:1px solid #fc407a;
	border-radius:50%;
	background-color:#FFFFFF;
}

.border_line{
	position: absolute;
	top: 8px;
	left: 7px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fc407a;
	border-bottom: 2px solid #fc407a;
	transform: rotate(-45deg);
}

/***** レスポンシブ *****/
@media screen and (max-width: 1024px) {
	.top_banner_name .name_ja{
		font-size:1.5vw
	}
	.top_banner_gaiyou .middle_text{
		margin-bottom:5px
	}
}

@media screen and (max-width: 768px) {
	#wrap{
		font-size:4vw;
		margin-bottom:0px;
	}

	#top_wrap {
		height: auto;
		margin-bottom:0;
	}

	#banner {
		display: block;
	}

	#top_contents {
		position: static;
		margin-top: 45px;
	}

	#top_c{
		max-width:auto;
		height:auto;
		margin:auto;
		position:static;
	}

	#top_img {
		display: none;
	}

	#top_img_sp {
		display: block;
	}

	#top_img_sp img {
		width: 100%;
	}

	#top_info_contents_pc{
		display:none;
	}

	#top_info_contents_sp{
		display:block;
	}

	#news_header{
		height:auto;
		margin-bottom:0px;
	}

	.news_header_pc{
		display:none;
	}

	.news_header_sp{
		display:block;
		width:100%;
		margin:5px auto;
	}

	#top_info_wrap {
		width: 92%;
		height: auto;
	}

	#top_news, #top_job {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 40px;
		padding-bottom: 24px;
	}

	.top_info_more_sp{
	    cursor: pointer;
	    background-color: #F7F7F7;
	    font-size: 3.5vw;
	    display: flex;
	    justify-content: space-between;
	    padding: 3px;
	}

	.more_sp{
	    display: inline-block;
	    width: 40%;
	    margin: 3px;
	    background-color: #FFFFFF;
	    text-align: center;
	}

	.more_sp img{
		height:10px;
	}

	.top_info_name {
		height: auto;
		font-size: 8vw;
		letter-spacing: 1px;
		margin: 0px auto;
		margin-bottom: 42px;
		color: #4c4a4b;
		width: -webkit-fill-available;
		text-align: center;
		background: none;
	}

	.top_info_box {
		display: flex;
		width: 100%;
		height: auto;
		margin-top: 25px;
		margin-left:auto;
	}

	.top_info_box_in1 {
		margin: 19px 0 0 0px;
	}

	.info_date,
	.info_date .date,
	.info_date .new,
	.info_arrow{
		float: none;
	}

	.info_date{
	    display: flex;
		width: auto;
	}

	.info_date .date {
		padding-right: 32px;
		margin-bottom: 0px;
	}

	.info_date .new {
		width: auto;
	}

	.top_info_detail{
		display:flex;
	}

	.info_arrow{
		width:auto;
		height:auto;
		min-height: 60px;
		width: 25px;
	}

	.info_arrow img{
		width:100%;
		max-width:35px;
		position:static;
		padding-top:25px;
	}

	.info_jobs_text{
		padding-left:4%;
		width: calc(96% - 25px);
	}

	.info_news_text{
		padding:0;
		padding-left:3%;
		width: calc(96% - 25px);
	}

	.info_title {
		display: inline-block;
		width: 96%;
		height: 85px;
		line-height: 30px;
		font-size: 3vw;
		margin: 0;
		padding: 24px 0 30px 0;
	}

	.info_jobs_title{
		font-size:3.5vw;
		padding:4px 0px 8px 4px;
		padding:4px 0px 2px 4px;
		overflow-wrap: anywhere;
		height: 7vw;
    	overflow: hidden;
	}

	.info_jobs_detail{
		font-size:3vw;
		overflow-wrap: anywhere;
	}

	.info_news_title{
		font-size:3.3vw;
		letter-spacing:1px;
	}

	.info_link_text{
		font-size: 75%;
		margin-left: 0;
		margin-top: 0.5rem;
	}

	.circle_mark {
		width: 45px;
		height: 45px;
	}

	.border_line {
		width: 13px;
		height: 13px;
		top: 30%;
		left: 25%;
		border-right: 3px solid #fc407a;
		border-bottom: 3px solid #fc407a;
	}

	#top_banner_wrap {
/* 		height: 1600px; */
		height:auto;
/* 		padding-bottom: 140px; */
		margin:0;
	}

	#top_banner_background {
		width: 100%;
		overflow: initial;
	}

	#top_banner_contens {
		display: block;
		width: 91%;
		padding-top: 30px;
/* 		margin-top: 90px; */
	}

	.top_banner_in {
		width: 100%;
		height: 800px;
		margin-bottom: 30px;
	}

	.top_banner_container {
		height: 100%;
		margin:0;
	}

	.top_banner_name{
		width: 100%;
	}

	.top_banner_name .name_eng {
		margin-bottom: 0px;
	}

	.top_banner_name .name_ja {
	    font-size: 4.5vw;
		height: auto;
		line-height: normal;
/* 		color: #4c4a4b; */
	}

	.top_banner_icon{
/* 		margin: 0 auto; */
/* 		width: 100%; */
	}

	.top_banner_icon img{
		height:auto;
		width:70px;
	}

	.top_banner_name .name_arrow{
		float: right;
	    height: 23px;
	    width: 12px;
	    margin-top: -22px;
	    margin-right: 25px;
	}

	.top_banner_gaiyou {
		width: 96%;
	}

	.top_banner_gaiyou .middle_text {
		font-size: 3vw;
	    line-height: 4.5vw;
	}

	.top_banner_gaiyou .small_text {
		font-size: 3.8vw;
		line-height: 40px;
		letter-spacing: 0.6px;
		color: #4c4b4b;
	}
}


@media screen and (max-width: 572px) {
	#top_banner_wrap {
/* 		height: 1300px; */
	}
	.top_banner_in {
/* 		height: 700px; */
		height:auto;
	}
}


@media screen and (max-width: 456px) {

	.info_title {
		height: 55px;
		padding: 20px 0;
		line-height: 25px;
	}

	.top_info_box {
		margin-top: 20px;
	}
	div.cls_rw_0{
		margin-top: 7px;
	}

	#top_banner_wrap {
/* 		height: 1100px; */
	}
	.top_banner_in {
/* 		height: 600px; */
	}
	.top_banner_icon{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 376px) {
	.circle_mark {
		width: 40px;
		height: 40px;
	}

	.border_line {
		width: 10px;
		height: 10px;
		top: 33%;
		left: 29%;
	}

	#top_banner_wrap {
/* 		height: 1000px; */
	}
	.top_banner_in {
/* 		height: 520px; */
	}
	.top_banner_icon{
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 320px) {
	.info_title {
		padding: 15px 0;
		line-height: 16px;
	}

	.top_info_box {
		margin-top: 15px;
	}
	div.cls_rw_0{
		margin-top: 7px;
	}

	#top_banner_wrap {
/* 		height: 900px; */
	}
	.top_banner_in {
/* 		height: 480px; */
	}
	.top_banner_icon{
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 280px) {
	.circle_mark {
		width: 35px;
		height: 35px;
	}

	.border_line {
		left: 25%;
	}

	#top_banner_wrap {
/* 		height: 850px; */
	}
	.top_banner_in {
/* 		height: 450px; */
	}
	.top_banner_icon{
		margin-bottom: 20px;
	}
}
