@charset "utf-8";


.businessTOP .text{
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	color: #313133;
}

.company_kv {
	display: flex;
	padding: 0 20px 60px;
	position: relative;
}

.company_kv .column1{
	padding: 0;
}

.company_kv .body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
}

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

.company_kv .body .text{
	font-size: 20px;
	padding-bottom: 0 !important;
}

.company_kv .company_list{
	margin-top: 40px;
}




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

main .company_list:before{
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(0deg, #eef0f6, #f9fbfe);
  display: block;
}

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 .button {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	position: relative;
	/* background: url(/images/arrow_blue.svg) center right/18px no-repeat; */
}
main .company_list article .button:before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/images/arrow_blue.svg) center right/18px no-repeat;
	transform: rotate(90deg);
}


.business3Content > div{
	margin-top: 120px;
	position: relative;
}
.business3Content .logo,
.business3Content .title{
	text-decoration: none;
    color: #000;
}
.business3Content .businessLead .title{
	border-bottom: #4073EB solid 1px;
	font-weight: 700;
	font-size: 36px;
	line-height: 150%;
	padding-bottom: 0.3em;
	margin-bottom: 0.8em;
}
.business3Content .businessLead .title p{
	width: 53%;
	display: flex;
	align-items: center;
	color: #313133;
}
.business3Content .businessLead .title p span{
	color: #003B90;
	font-size: 130%;
	margin-right: 0.2em;
	line-height: 150%;
}

.business3Content .businessLead .image img{
	width: 100%;
}

.business3Content .businessLead .descriptionOuter{
	width: 53%;
}
.business3Content .businessLead .description{
	color: #003B90;
	font-size: 25px;
	line-height: 150%;
	font-weight: 700;
	margin-bottom: 1em;
}

.business3Content .businessLead ul{
	padding-left: 1.5em;
	margin: 0.5em 0 0;
}

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

.business3Content .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%;
}

.business3Content .businessLead .descriptionOuter .text{
	padding-bottom: 0 !important;
}

.businessTOP .back_button {
	text-align: center;
	margin-top: 80px;
	padding: 0 15px;
}
.businessTOP .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;
}






@media screen and (min-width: 900px) {
	.business3Content .businessLead .image{
		position: absolute;
		top: 0;
		right: 0;
		width: 46vw;
		height: 45%;
		overflow: hidden;
		/* max-height: 550px; */
	}
	.business3Content .businessLead .image img{
		object-fit: cover;
		height: 100%;
	}
}



/* SP */
@media screen and (max-width: 900px) {

	.businessTOP .text {
    font-size: 14px;
    line-height: 175%;
	}

	.content.businessTOP{
		padding-left: 0;
		padding-right: 0;
	}
	.company_kv {
		flex-direction: column-reverse;
		gap: 20px;
		padding: 0 15px 30px;
	}

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

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

	main .company_list article .button{
		font-size: 16px;
	}

	.company_kv .company_list {
    margin-top: 25px;
	}


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

	main .company_list article {
		width: 48%;
	}

	.business3Content > div {
    margin-top: 50px;
		padding: 0 15px
	}

	.business3Content .businessLead .title {
    font-size: 20px;
	}
	.business3Content .businessLead .title p {
    width: auto;
	}
	.business3Content .businessLead .descriptionOuter {
    width: auto;
    margin-top: 20px;
	}
	.business3Content .businessLead .description {
    font-size: 18px;
		margin-bottom: 0.7em;
	}

	.business3Content .column3Content.business {
    margin-top: 25px;
	}

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

	.businessTOP .back_button {
		margin-top: 30px;
	}

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


}