@charset "utf-8";


.column2 .submenu .title {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.1em;
	color: #003B90;
	margin-bottom: 16px;
}

.column2 .submenu .list {
	border-top: 1px solid #D6DFF5;
	border-bottom: 1px solid #D6DFF5;
}

.column2 .submenu a {
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.1em;
	color: #313133;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}

.column2 .submenu a.in {
	color: #1B3D8C;
	padding-left: 24px;
	background: url(../../images/arrow_blue.svg) left top 14.5px/16px no-repeat;
}

.company_kv {
	display: flex;
	gap: 7.5%;
	margin-bottom: 80px;
}

.company_kv .body {
	width: 48.25833333%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
}

.company_kv .body .copy {
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
	color: #003B90;
}

.company_kv .body .button{
	margin-top: 0;
}

.company_kv .body .button a {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px;
	background: #4073EB;
	display: block;
	text-align: center;
	width: auto;
}

.company_kv .image {
	width: 51.666666%;
	display: flex;
    align-items: center;
}

/* LIST */
main .company_list {
	display: flex;
	flex-wrap: wrap;
	gap: 64px 1.75%;
}

main .company_list article {
	width: 32.166666%;
	position: relative;
}

main .company_list article a {
	text-decoration: none;
}

main .company_list article .image {
	margin-bottom: 10px;
}

main .company_list article .image img{
	width:  100%;
}
main .company_list article .button {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	background: url(../../images/arrow_blue.svg) center right/18px no-repeat;
	margin-top: 0;
}



.column2 .main_content .back_button {
	text-align: center;
}

.column2 .main_content .back_button a {
	padding: 24px 160px;
	background: #E8ECF3;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #003B90;
	text-decoration: none;
	display: inline-block;
}



.main_content section {
	margin-bottom: 96px;
}

.main_content section p{
	font-size: 16px;
	line-height: 175%;
}




.button{
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 50px;
}

.button a {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 10px;
  background: #4073EB;
  display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
	width: 25%;
}


.mT30 {
  margin-top: 30px;
}




/* SP */
@media screen and (max-width: 900px) {
	.column2 .submenu {
		display: none;
	}

	.company_kv {
		flex-direction: column-reverse;
		gap: 20px;
		margin-bottom: 80px;
	}

	.company_kv .body {
		width: 100%;
		gap: 20px;
	}

	.company_kv .body .copy {
		font-size: 24px;
	}


	.company_kv .body .button a {
		padding: 10px;
	}

	.company_kv .image {
		width: 100%;
	}

	/* LIST */
	main .company_list {
		gap: 20px 4%;
	}

	main .company_list article {
		width: 48%;
	}


	main .company_list article .button {
		font-size: 14px;
		background: url(../../images/arrow_blue.svg) center right/16px no-repeat;
	}



	.column2 .main_content .back_button a {
		width: 100%;
		padding: 24px;
	}

	.main_content section {
		margin-bottom: 50px;
	}
	.main_content section p{
		font-size: 14px;
	}

	.button {
    margin-top: 25px;
		flex-wrap: wrap;
		gap: 10px;
	}
	.button a {
    width: calc(50% - 5px);
		padding: 15px 10px;
		font-size: 14px;
	}
	
	

}
