@charset "UTF-8";
/* CSS Document */

.pd6{
	padding: 6rem 0;
}

section.sp001-rayout.pd0{
	padding: 0;
}

section.sp001-rayout h2{
	font-size: 3.15rem;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Plain','Shin Go Medium', sans-serif;
}

section.sp001-rayout h3{
	font-size: 3.2rem;
	margin-top: 1rem;
	font-weight: 600;
	font-family: 'Plain','Shin Go Medium', sans-serif;
}

section.sp001-rayout-02 h3{
	line-height: 1;
	font-weight: 600;
	font-family: 'Plain','Shin Go Medium', sans-serif;
}

section.sp001-rayout-02 h3 span{
	font-size: 3rem;
}

section.sp001-rayout-02 p{
	margin-bottom: 0;
}

section.sp001-rayout figure{
	margin-bottom: 3rem;
}

section.sp001-rayout figure .w-full{
	width: 100%;
}

@media only screen and (max-width: 959px) {
	.child main:not(#company) .main-title-area .container{
		padding: 0 4rem;
	}
	.main-title-area .inner .right-col{
		display: none;
	}
}

.sp001-rayout .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sp001-rayout .flex > div{
	width: calc(50% - 3rem);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 959px) {
	section.sp001-rayout{
		padding: 4rem 0;
	}
	.sp001-rayout .flex > div{
		width: 100%;
	}
}

.sp001-rayout .flex.other1  > .left-col{
	width: calc(100% - 330px - 3rem);
}
.sp001-rayout .flex.other1  > .right-col{
	width:330px;
}

@media only screen and (max-width: 959px) {
	.sp001-rayout .flex.other1  > .left-col{
		width: 100%;
	}
	.sp001-rayout .flex.other1  > .right-col{
		display: none;
	}
}

.sp001-rayout-02 .flex{
	display: flex;
	justify-content: center;
}

.sp001-rayout-02 .flex .list{
	border-left:1px solid #000;
	padding: 0 2rem;
	text-align: center;
}

.sp001-rayout-02 .flex .list:first-child{
	border-left: none;
}

.sp001-rayout-02 .flex .list h3{
	font-size: 6.2rem;
	margin-bottom: 0;
	font-weight: 600;
	font-family: 'Plain','Shin Go Medium', sans-serif;
}
@media only screen and (max-width: 1383px) {
	.sp001-rayout-02 .flex .list h3{
		font-size: 5rem;
	}
}
@media only screen and (max-width: 959px) {
	.sp001-rayout-02 .flex .list h3{
		font-size: 4.2rem;
	}
}

@media only screen and (max-width: 575px) {
	.sp001-rayout-02 .flex{
		flex-wrap: wrap;
	}
	.sp001-rayout-02 .flex .list{
		width: 50%;
		padding: 2rem;
	}
	.sp001-rayout-02 .flex .list:nth-child(1){
		border-bottom: 1px solid #000;
	}
	.sp001-rayout-02 .flex .list:nth-child(2){
		border-bottom: 1px solid #000;
	}
	.sp001-rayout-02 .flex .list:nth-child(3){
		border-left: none;
	}
	.sp001-rayout-02 .flex .list h3{
		font-size: 4.2rem;
	}
}

.sp001-rayout-02 .flex .list p{
	font-size: 1.6rem;
}

section.sp001-rayout-end{
	padding: 0;
}
/*
.sp001-rayout-end .container{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: auto;
	max-width: calc(100% - (50% - (1384px / 2)) - 40px );
}

.sp001-rayout-end .flex{
	display: flex;
	justify-content: space-between;
}

.sp001-rayout-end .flex > div{
}

.sp001-rayout-end .flex .left-col{
	width: 50%;
}

.sp001-rayout-end .flex .right-col{
	background-size: cover;
	width: calc(62% - 10rem);
}
*/
