@charset "utf-8";

.chapter-index {
	
}

.chapter-index-inner {
	
}

.chapter-index__item {
	margin-bottom: 8em;
}

.chapter-ttl {
	color: inherit;
}

.chapter-ttl .en {
	display: block;
	font-size: 2.5rem;
}

.chapter-ttl .ja {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}

.chapter-txt {
	
}


.business {
	
}

.business__anchor {
	display: block;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 40px;
	text-decoration: none;
	transition: 0.2s ease;
}

.business__anchor:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: color-mix(in srgb, var(--color-grad-end) 70%, #fff);
}


.business__img {
	width: 100%;
	margin: 0 auto 40px;
	color: #fff;
}

.business__img {
	position: relative;
}

.business__img:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	
	background-color: rgba(0,0,0,0.15);
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 50%);
	/*background-image: linear-gradient(45deg, rgb(209, 0, 63), rgb(112, 98, 186) 100%);
	background-repeat: no-repeat;
	mix-blend-mode: screen;*/
	
}

.business__img-inner {
	display: block;
	overflow: hidden;
	max-height: 300px;
}


.business__img img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.2s ease;
}

.object-fit .business__img img {
	object-fit: cover;
	min-height: 500px;
}

.business__anchor:hover .business__img img {
	opacity: 0.8;
}


.business__count {
	position: absolute;
	bottom: -0.175em;
	left: 20px;
	margin: 0;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1;
	z-index: 2;
	transition: 0.2s ease;
}

.business__anchor:hover .business__count {
	color: color-mix(in srgb, var(--color-grad-end) 70%, #fff);
}

.business__head {
	
}

.business__head .en {
	margin-bottom: 0.5em;
	line-height: 1;
	font-weight: 400;
}

.business__head .ja {
	font-weight: 400;
}

.business__body {
	
}

.business__body .lang {
	margin-bottom: 2.5em;
}

.business__body .lang > :first-child {
	margin-top: 0.5em;
}

.business__description {
	
}

.ja .business__description {
	font-feature-settings: "palt";
	letter-spacing: 0.075em;
}

.business__more-info {
	
}

.lang--ja .lang-container > *[data-lang="en"] {
	order: 2;
}


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 over */
@media screen and (min-width: 374px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {
	
}


/* iPad */
@media screen and (min-width: 768px) {
	
	.business {
		
	}
	.business__img {
		max-width: 1600px;
	}
	.business__count {
		font-size: 16rem;
	}
	.business__head {
		display: flex;
		width: calc(40% - 40px);
	}
	.business__body {
		width: 60%;
		padding-top: 0;
	}
	.object-fit .business__img img {
		min-height: initial;
	}
}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 1024px) {
	
	.chapter-index {
		
	}
	
	.business-inner {
		display: flex;
		justify-content: space-between;
		padding: 40px 10px;
		box-sizing: border-box;
	}
	
	.business__count {
		left: 0;
		right: 0;
		margin: auto;
		text-indent: -0.05em;
		width: calc(100% - 60px);
	}
	
	.business__head {
		width: 100%;
	}
	
	.business__head .en {
		font-size: 4.0rem;
		margin-bottom: 0.2em;
	}
	
	.business__head .ja {
		font-size: 1.8rem;
	}
	
	.business__body {
		display: flex;
		justify-content: space-between;
		width: 60%;
	}
	
	.business__body .lang {
		width: calc(50% - 40px);
	}
	
	.business__anchor {
		border-radius: 5px;
	}
	
	.business__img-inner {
		max-height: 500px;
		border-radius: 5px;
		transition: border-radius 0.2s ease;
	}
	.business__img:before {
		border-radius: 5px;
	}
	.business__anchor:hover .business__img-inner {
		border-radius: 5px 5px 0 0;
	}
	
	.business__anchor:hover .business__img:before {
		border-radius: 5px 5px 0 0;
	}
	
	.object-fit .business__img img {
		min-height: 800px;
	}
}

@media screen and (min-width: 1281px) {
	
}
