.service-secHeader{
	margin-bottom: 70px;
}
.service-secHeader .secTitle{
	margin-bottom: 30px;
}
.service-section{
	padding: 120px 0;
}
.service-section-inner{
	box-sizing: border-box;
	width: 80vw;
	min-width: 1060px;
	background-color: #E2F2FF;
	border-radius: 50px;
	padding: 5vw 5vw 9vw;
	margin: 0 auto;
}
@media screen and (max-width:1600px){
	.service-section-inner{
		width: 90vw;
	}
}
@media screen and (max-width:1400px){
	.service-block-inner{
		width: 93%;
		padding: 3vw;
	}
}
.service-section-container{
	background-color: #fff;
	border-radius: 40px;
}
.service-section .block{
	padding: 5vw 4vw;
}

/* 留学サポート start */
.service-ryugaku{
	padding-bottom: 0;
}
.service-ryugaku .content .item{
	background: linear-gradient(to right, #65e0b7, #3a99e3);
	padding: 10px;
	border-radius: 30px;
}
.service-ryugaku .content .item01{
	margin-bottom: 50px;
}
.service-ryugaku .content .itemInner{
	background: white;
	padding: 10px;
	border-radius: 20px;
}
.service-ryugaku .content .wrapper{
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.service-ryugaku .content .left{
	box-sizing: border-box;
	width: 40%;
	border-radius: 20px;
	overflow: hidden;
}
.service-ryugaku .content .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-ryugaku .content .right{
	box-sizing: border-box;
	width: 60%;
	padding: 20px 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.service-ryugaku .content .right h3{
	text-align: left;
	margin-bottom: 25px;
	line-height: 1;
}
@media screen and (max-width:1400px){
	.service-ryugaku .content .right h3{
		margin-bottom: 20px;
	}
}
.service-ryugaku .content .right p{
	text-align: left;
	line-height: 2;
}
@media screen and (max-width:1700px){
	.service-ryugaku .content .right p{
		line-height: 1.7;
	}
}
.service-secTitle-h3{
	margin-bottom: 80px;
}
.service-secTitle-h3 h3{
	font-size: 3.5rem;
	color: #1A6096;
	text-align: center;
	line-height: 1.5;
}
.service-secTitle-h3 p{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 5px;
}
.service-ryugaku .program{
	padding: 100px 60px;
	background-image: url("../img/service/img_05.jpg");
	background-size: cover;
}
.service-ryugaku .program .content{
	box-sizing: border-box;
	max-width: 1100px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 50px 30px;
}
.service-ryugaku .program .content .text{
	font-size: 1.6rem;
	line-height: 2;
}
.service-ryugaku .program .content div{
	margin: 40px 0;
}
.service-ryugaku .program .content ul li p{
	font-size: 1.4rem;
}
.service-ryugaku .school .wrapper{
	justify-content: space-between;
}
.service-ryugaku .school .box{
	box-sizing: border-box;
	width: calc(50% - 2vw);
}
.service-ryugaku .school .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-ryugaku .school .text h4{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 30px 0 20px;
	text-align: center;
}
/* 留学サポート end */

/* 国際交流サロン start */
.service-salon{
	padding-top: 0;
	margin-top: -4vw;
}
.service-salon .service-section-inner{
	background-color: #D3E1ED;
	padding-bottom: 5vw;
}
.service-salon .whatSalon{
	padding: 0 0 3vw;
}
.service-salon .whatSalon ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.service-salon .whatSalon ul li{
	box-sizing: border-box;
	width: 25%;
	padding: 0 30px;
	border-right: solid 1px #DEDEDE;
	margin-bottom: 50px;
	text-align: center;
}
.service-salon .whatSalon ul li:nth-of-type(4),
.service-salon .whatSalon ul li:last-of-type{
	border-right: none;
}
.service-salon .whatSalon ul li div{
	margin: 30px 0;
}
.service-salon .message{
	padding: 0 4vw;
}
.service-salon .message-inner{
	padding: 4vw 0;
	border-top: solid 1px #3A99E3;
}
.service-salon .service-secTitle-h3{
	margin-bottom: 70px;
}
.service-salon .message .service-secTitle-h3{
	margin-bottom: 30px;
}
.service-salon .message p{
	font-size: 1.7rem;
	line-height: 2;
	text-align: center;
}
/* 国際交流サロン end */



@media screen and (max-width:767px){
	
	
	
	.service-section{
		padding: 60px 15px 0;
	}
	.service-section-inner{
		width: 100%;
		min-width: 100%;
		padding: 15px 15px 55px;
		border-radius: 25px;
	}
	.service-section-container{
		border-radius: 20px;
	}
	.service-section .block{
		padding: 40px 20px 30px;
	}
	.service-secHeader{
		margin-bottom: 30px;
	}
	.service-secHeader .secTitle{
		margin-bottom: 20px;
	}
	.service-secHeader .secTitle p{
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	.service-secTitle-h3{
		margin-bottom: 35px;
	}
	.service-secTitle-h3 h3{
		font-size: 1.8rem;
		letter-spacing: 1.5px;
	}
	.service-secTitle-h3 p{
		font-size: 1.5rem;
	}
	
	
	/* 留学サポート start */
	.service-ryugaku .content .wrapper{
		display: block;
	}
	.service-ryugaku .content .item{
		padding: 5px;
		border-radius: 20px;
		margin-bottom: 30px;
	}
	.service-ryugaku .content .item:last-of-type{
		margin-bottom: 0;
	}
	.service-ryugaku .content .itemInner{
		border-radius: 15px;
		padding: 5px;
	}
	.service-ryugaku .content .left{
		width: 100%;
		border-radius: 12px;
	}
	.service-ryugaku .content .right{
		width: 100%;
		padding: 15px 10px 10px;
	}
	.service-ryugaku .content .right h3{
		font-size: 1.6rem;
		line-height: 1.7;
		margin-bottom: 10px;
		text-align: center;
	}
	.service-ryugaku .program{
		background-image: url(../img/service/img_05_sp.jpg);
		padding: 40px 15px;
	}
	.service-ryugaku .program .content{
		padding: 30px 15px 20px;
	}
	.service-ryugaku .program .content .text{
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.service-ryugaku .program .content .text:last-of-type{
		text-align: left;
		padding: 0 10px;
	}
	.service-ryugaku .program .content div{
		margin: 20px 0;
	}
	.service-ryugaku .school .box{
		width: 100%;
	}
	.service-ryugaku .school .box:first-of-type{
		margin-bottom: 30px;
	}
	.service-ryugaku .school .text h4{
		font-size: 1.8rem;
		padding: 20px 0 15px;
	}
	/* 留学サポート end */

	/* 国際交流サロン start */
	.service-salon{
		padding-bottom: 30px;
	}
	.service-salon .whatSalon{
		padding: 0;
	}
	.service-salon.service-section{
		padding-top: 0;
		margin-top: -40px;
	}
	.service-salon .service-section-inner{
		padding-bottom: 15px;
	}
	.service-salon .service-secTitle-h3{
		margin-bottom: 40px;
	}
	.service-salon .whatSalon ul{
		align-items: stretch;
	}
	.service-salon .whatSalon ul li{
		width: 50%;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.service-salon .whatSalon ul li:nth-of-type(2),
	.service-salon .whatSalon ul li:nth-of-type(6){
		border-right: none;
	}
	.service-salon .whatSalon ul li:nth-of-type(7),
	.service-salon .whatSalon ul li:last-of-type{
		margin-bottom: 0;
	}
	.service-salon .whatSalon ul li h4{
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	.service-salon .whatSalon ul li div{
		margin: 20px 0;
	}
	.service-salon .whatSalon ul li div img{
		height: 80px;
	}
	.service-salon .message{
		padding: 40px 20px 0;
	}
	.service-salon .message-inner{
		padding: 30px 0;
	}
	.service-salon .message .service-secTitle-h3{
		margin-bottom: 20px;
	}
	.service-salon .message p{
		font-size: 1.4rem;
		line-height: 1.7;
	}
	/* 国際交流サロン end */
	

	
}