@charset "UTF-8";

html , body , div , applet , object , iframe ,
h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre ,
a , abbr , acronym , address , big , cite , code ,
del , dfn , em , img , ins , kbd , q , s , samp ,
small , strike , strong , sub , sup , tt , var ,
b , u , i , center ,
dl , dt , dd , ol , ul , li ,
fieldset , form , label , legend ,
table , caption , tbody , tfoot , thead , tr , th , td ,
article , aside , canvas , details , embed ,
figure , figcaption , footer , header , hgroup,
menu , nav , output , ruby , section , summary ,
time , mark , audio , video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
	letter-spacing: 0.08;
	font-weight: 500;
	color: #000;
	font-size: 16px;
}
.company_info_table table tr th,
.company_info_table table tr td {
	font-size: 1rem;
	font-weight: 500;
}
@media screen and (min-width:768px) {
	.more_size,
	.more_size p,
	dl.area_list dt,
	dl.area_list dd,
	table tr th,
	table tr td {
	font-size: 1.25rem;
	font-weight: 700;
	}
	.sub_title,
	ul.users_list li {
	font-size: 1.5rem;
	font-weight: 700;
	}
	.section_title {
	font-size: 2rem;
	font-weight: 700;
	}
	.section_title_second {
		font-size: 2.25rem;
		font-weight: 700;
	}
	.page_title {
	font-size: 3rem;
	font-weight: 700;
	}
	.main_title {
	font-size: 4rem;
	font-weight: 700;
	}
	.blog_section_title {
	font-size: 6rem;
	font-weight: 700;
	}
	.eng_title {
	font-size: 8rem;
	font-weight: 700;
	}
	.recruit_title {
		font-size: 9.375rem;
		font-weight: 700;
	}
	.eng_title_big {
	font-size: 12.5rem;
	font-weight: 700;
	}
	.entry_title {
		font-size: 18.125rem;
		font-weight: 700;
	}
}
@media screen and (max-width:767px) {
	.more_size,
	.more_size p,
	dl.area_list dt,
	dl.area_list dd,
	table tr th,
	table tr td {
	font-size: 1.2rem;
	font-weight: 700;
	}
	.sub_title,
	ul.users_list li {
	font-size: 1.25rem;
	font-weight: 700;
	}
	.section_title,
	.section_title_second {
	font-size: 1.4rem;
	font-weight: 700;
	}
	.page_title {
	font-size: 2rem;
	font-weight: 700;
	}
	.main_title {
	font-size: 3rem;
	font-weight: 700;
	}
	.blog_section_title {
	font-size: 3rem;
	font-weight: 700;
	}
	.eng_title {
	font-size: 3.5rem;
	font-weight: 700;
	}
	.recruit_title {
		font-size: 4rem;
		font-weight: 700;
	}
	.eng_title_big {
	font-size: calc(12.5rem / 3);
	font-weight: 700;
	}
	.entry_title {
		font-size: calc(18.125rem /3);
		font-weight: 700;
	}
}


/* HTML5 display-role reset for older browsers */
article , aside , details, figcaption , figure ,
footer , header , hgroup , menu , nav , section {
	display: block;
}
ol , ul {
	list-style: none;
}
blockquote , q {
	quotes: none;
}
blockquote:before , blockquote:after,
q:before , q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
	font-weight: bold;
	transition: .3s ease;
}