/*
----------------------------------------
diversity
----------------------------------------
*/

.page-header {
	background: url( ../img/diversity/2x/header-bg.png ) center center / cover no-repeat;
}

.info-box {
	margin: 50px 0;
}

.info-box .heading-02 {
	margin: 5.3rem 0 3rem;
}

.info-box .read {
	line-height: 2.4;
	letter-spacing: 1.2px;
}

.diversity-box {
	padding: 60px 0 95px;
}

.diversity-box .ttl-02 {
	margin-bottom: 8rem;
}

.diversity-box .main-block {
	margin-top: -35px;
}

.main-block .main-img {
	line-height: .5;
}

.main-block .main-img img {
	width: 100%;
	height: 500px;
}

.main-block .cont-read {
	margin-top: 3rem;
	margin-bottom: 4.5rem;
	line-height: 2.4;
	letter-spacing: .8px;
}

.heading-01 {
	margin-bottom: 20px;
}

.ttl-01.type-02 .en {
	letter-spacing: -2px;
}

.diversity-box .check-list {
	margin-bottom: 50px;
}

.diversity-box .check-list .flex {
	justify-content: center;
}

.diversity-box .check-list li {
	padding: 5px 0 5px 35px;
	background: url( ../img/diversity/2x/icon-check.png ) left center / 32px no-repeat;
	margin-left: 70px;
	letter-spacing: .4px;
}

.diversity-box .check-list li:first-child {
	margin-left: 0;
}

.diversity-01 .cont {
	position: relative;
}

.diversity-01 .cont::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	border-radius: 10px;
	transform: translate( -10px, 20px );
}

.diversity-01 .cont .flex {
	position: relative;
	z-index: 1;
}

.diversity-01 .cont .txt {
	width: calc( 100% - 380px );
	padding: 70px 60px 35px 50px;
}

.diversity-01 .cont .img {
	width: 380px;
	line-height: .5;
	transform: translateX( 10px );
}

.diversity-01 .cont h3 {
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.diversity-01 .cont p {
	line-height: 2.2;
	letter-spacing: .2px;
}

.diversity-02 {
	padding-bottom: 6rem;
}

.diversity-02 .main-block .cont-read {
	margin-bottom: 2.5rem;
}

.diversity-02 .cont-block h3 {
	font-size: 3rem;
	text-align: center;
}

.diversity-02 .block-table {
	margin-top: 15px;
}

.diversity-02 .block-table .flex > div {
	width: 20%;
}

.block-table h4 .en {
	font-weight: 600;
}

.block-table h4,
.block-table p {
	padding: 15px 10px;
}

.diversity-03 {
	padding-bottom: 60px;
	/* padding-bottom: 135px; */
}

/*
.diversity-03 .main-block .cont-read {
	margin-bottom: 7.5rem;
}
*/

.diversity-03 .cont-list > div {
	width: calc( ( 100% - 90px ) / 3 );
	margin-right: 45px;
}

.diversity-03 .cont-list > div:nth-child( 3n ) {
	margin-right: 0;
}

.diversity-03 .cont-list .img {
	text-align: center;
}

.diversity-03 .cont-list h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 2rem 0 1.2rem;
	text-align: center;
}

.diversity-03 .cont-list p {
	line-height: 1.9;
}


/*
----------------------------------------
1400
----------------------------------------
*/

@media screen and ( max-width: 1400px ) {

	.info-box .heading-02 {
		font-size: 2.6rem;
		margin: 3rem 0;
	}

	.info-box .heading-02 .sp {
		display: inline;
	}

	.main-block .main-img img {
		height: 450px;
	}

}


/*
----------------------------------------
1200
----------------------------------------
*/

@media screen and ( max-width: 1200px ) {

	.main-block .main-img img {
		height: 400px;
	}

	.diversity-box .ttl-02 {
		margin-bottom: 6rem;
	}

	.diversity-box .main-block {
		margin-top: -25px;
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

@media screen and ( max-width: 768px ) {

	.main-block .main-img img {
		height: 35vw;
	}

	.ttl-01.type-02 .jp {
		font-size: 2.5rem;
	}

	.info-box {
		margin: 30px 0 20px;
	}

	.ttl-02 .jp {
		margin-bottom: 15px;
	}

	.info-box .heading-02 {
		font-size: 1.6rem;
		letter-spacing: .4px;
		margin: 2rem 0;
	}

	.info-box .read {
		line-height: 2;
		letter-spacing: .8px;
	}

	.diversity-box {
		padding: 30px 0 40px;
	}

	.diversity-box .ttl-02 {
		margin-bottom: 3rem;
	}

	.main-block .main-img img {
		height: 50vw;
	}

	.main-block .cont-read {
		margin-top: 2rem;
		margin-bottom: 3rem;
		line-height: 2;
		letter-spacing: .4px;
	}

	.diversity-box .check-list {
		margin-bottom: 20px;
	}

	.ttl-01.type-02 .en {
		font-size: 5rem;
		top: 16px;
	}

	.diversity-box .check-list li {
		margin: 0 15px 10px;
		background: url( ../img/diversity/2x/icon-check.png ) left center / 28px no-repeat;
	}

	.diversity-box .check-list li:first-child {
		margin-left: 15px;
	}

	.diversity-01 .cont::after {
		transform: none;
	}

	.diversity-01 .cont .flex {
		flex-direction: column;
	}

	.diversity-01 .cont .txt {
		width: 100%;
		padding: 20px 20px 0;
	}

	.diversity-01 .cont h3 {
		font-size: 2.2rem;
		text-align: center;
	}

	.diversity-01 .cont .img {
		width: 100%;
		padding: 20px;
		transform: none;
	}

	.diversity-02 .cont-block h3 {
		font-size: 2.4rem;
	}

	.block-table h4,
	.block-table p {
		padding: 10px 2px;
	}

	.block-table h4 {
		font-size: 1.2rem;
	}

	.diversity-03 .main-block .cont-read {
		margin-bottom: 3rem;
	}

	.diversity-03 .cont-list {
		flex-direction: column;
	}

	.diversity-03 .cont-list > div {
		width:  100%;
		margin: 0 0 30px;
	}

	.diversity-03 .cont-list > div:last-child {
		margin-bottom: 0;
	}

	.diversity-03 .cont-list .img {
		margin-bottom: 10px;
	}

	.diversity-03 .cont-list h3 {
		font-size: 1.8rem;
		margin: 0 0 1rem;
		text-align: center;
	}

	.diversity-03 .cont-list h3 br {
		display: none;
	}

	.diversity-03 .cont-list p {
		font-size: 1.4rem;
		text-align: left;
		line-height: 2;
	}

}


/*
----------------------------------------
hover
----------------------------------------
*/

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