
/* 
2023/12/20　着色変更
　#D9000D →　#00578D
　#EC404A →　#2B74A1
　#934141 →　#1F3747
　#810E11 →　#062236
*/
@media screen and (max-width: 768px) {
	.top_case {
		padding: 80px 20px 60px;
	}
	.top_case_title {
		font-size: 2.4rem;
	}
	.top_case_box_title a {
		font-size: 1.6rem;
	}
	.top_case_box_thumb img {
		width: 100%;
		max-width: none;
	}
	.top_column {
		padding: 80px 20px 60px;
	}
	.top_column_title {
		font-size: 2.4rem;
	}
	.top_column_body {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
	}
	.top_column_item {
		margin-top: 0;
	}
	.top_column_box {
		padding: 16px;
		display: block;
	}
	.top_column_box_thumb {
	    width: 100%;
	    margin-right: 0;
	    position: relative;
	    height: 160px;
	}
	.top_column_box_thumb img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%) scale(1);
	    max-height: 160px;
	    max-width: none;
	    width: auto;
	}
	.top_column_box_title {
		margin-top: 16px;
	}
	.top_column_box_body {
		padding-top: 0;
	}
	.top_company {
		padding: 60px 20px 60px;
		margin-bottom: 60px;
	}
	.top_company_inner {
		display: block;
	}
	.top_company_header {
		width: auto;
		padding-right: 0;
	}
	.top_company_body {
		width: auto;
		display: block;
		padding-top: 0;
	}
	.top_company_title {
		font-size: 2.4rem;
		margin-bottom: 24px;
	}
	.top_company_btn {
		width: 100%;
		height: 90px;
		margin-top: 20px;
		padding: 0 50px 0 20px;
	}
	.top_company_btn::after {
		width: 29px;
		font-size: 25.6px;
		font-size: 1.6rem;
	}
	.top_company_btn_icon {
		width: auto;
		height: auto;
	}
	.top_company_btn_icon {
		margin-right: 20px;
	}
	.top_company_btn_icon img {
		width: 60px;
	}
	.top_company_btn_desc a {
		font-size: 1.6rem;
	}
	.top_link {
		padding: 30px 20px;
		-webkit-transform: none;
		        transform: none;
	}
	.top_link_inner {
		padding: 20px;
	}
	.top_news {
		padding: 0 20px 60px;
	}
	body.en .top_news{
		margin-bottom: 50px;
	}
	.top_news_inner {
		display: block;
		padding: 30px 20px;
	}
	.top_news_header {
		margin-right: 0;
	}
	.top_news_body {
		margin-top: 30px;
	}
	.top_news_title {
		font-size: 2rem;
	}
	.top_news_label {
		font-size: 1.2rem;
	}
	.top_news_list dl dt {
		padding: 20px 0;
	}
	.top_pickup {
		margin-top: -100px;
		padding: 0 20px;
	}
	.top_pickup::after {
		top: 100px;
	}
	.top_pickup_inner {
		width: auto;
		padding: 10px;
		border-width: 3px;
	}
	.top_pickup_title {
		font-size: 1.8rem;
	}
	.top_pickup_body {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 8px;
		margin-bottom: 0;
	}
	.top_service {
		margin-top: 0;
		padding: 50px 20px 0;
	}
	.top_service_title {
		font-size: 2.2rem;
		margin-bottom: 24px;
	}
	.top_service_item {
		width: 100%;
	}
	.top_service_box_category {
		min-width: 0;
		font-size: 1rem;
		padding: 4px 8px;
	}
	.top_service_box_title {
		min-height: 0;
	}
	.top_service_box_title a {
		font-size: 1.6rem;
	}
	.top_service_footer {
		margin-top: 20px;
	}
	.top_visual {
		margin-top: 60px;
	}
	.top_visual_slide.-slide2 .top_visual_content {
	}
	.top_visual_slide.-slide2 .top_visual_title {
	}
	.top_visual_slide.-slide2 .top_visual_inner {
	}
	.top_visual_slide.-slide2 .top_visual_body {
	    position: relative;
	    width: auto;
	    display: flex;
	    flex-wrap: wrap;
	}
	.top_visual_slide.-slide2 .top_visual_header {
	    width: auto;
	    flex: 1;
	}
	.top_visual_slide.-slide2 .top_visual_lead{
		width: 60%;
		margin-right: 10px;
	}
	.top_visual_content {
		padding: 0 20px 100px;
	}
	.top_visual_title {
		font-size: 3.2rem;
		padding-left: 0;
	}
	.top_visual_lead {
		padding-left: 0;
		font-size:1.6rem;
		line-height: 1.4;
	}

	.top_visual_body {
		padding-left: 0;
	}
}
@media screen and (max-width: 690px) {
	.top_visual_content {
		min-height: 400px;
	}
}