#wrapper{
	line-height: 2;
	background: #fff;
	font-size: 14px;
}

.btn{
	border: 1px solid #e94f4c;
	color: #fff;
	background: #e94f4c;
	border-radius: 20px;
	text-align: center;
	margin: 0 30px 30px 30px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
	width: max-content;
}

.btn:hover{
	border: 1px solid #e94f4c;
	background: #fff;
}

.btn a{
	color: #fff;
	padding: 7px 40px;
}

.btn a:hover{
	color: #e94f4c;
}

.btn__white{
	margin: auto;
	border: 1px solid #000;
	color: #000;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
	width: max-content;
	padding: 0 40px;
}

.btn__white a{
	color: #000;
	display: block;
}

.title{
	font-size: 20px;
	font-weight: bold;
	background: url(/images/rwd/landing/international-student/icon-earthSmall.png) no-repeat left center;
	background-size: 40px;
	width: max-content;
	margin: 0 auto;
	padding-left: 50px;
}

.subTitle{
	font-weight: bold;
}

.caution{
	font-size: 12px;
}

.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition:all 1s;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

@media screen and (max-width: 720px) {
	.btn{
		margin: 0 auto 30px auto;
		max-width: 250px;
		padding: 0 20px;
	}

	.btn a{
		padding: 0;
		display: block;
	}

	.title{
		font-size: 18px;
		width: 90%;
		background: none;
		padding-left: 0;
	}
}

/*------------------------------
key
------------------------------*/

#key{
	width: 940px;
	height: 450px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#key .key__pc{
	display: block;
}

#key .key__pc img{
	width: 940px;
	height: auto;
}

#key .key__sp{
	display: none;
}


@media screen and (max-width: 720px) {
	#key{
		width: 100%;
	}

	#key .key__pc{
		display: none;
	}

	#key .key__sp{
		display: block;
	}

	#key .key__sp img{
		width: 100%;
		max-width: 375px;
		height: auto;
	}
}


/*------------------------------
intro
------------------------------*/

#intro{
	text-align: center;
	margin: 0 auto;
	width: 940px;
}

#intro .intro__text1{
	background: url(/images/rwd/landing/international-student/icon-earth.png) no-repeat center center;
	background-size: contain;
	font-size: 24px;
	font-weight: bold;
	padding: 60px 0;
	margin: 20px 0 40px 0;
	line-height: 2;
}

#intro .intro__text2{
	width: 940px;
	height: 320px;
	background: url(/images/rwd/landing/international-student/img-house01.png) no-repeat center right;
	background-size: 560px 320px;
	display: flex;
	justify-content: left;
	align-items: center;
}

#intro .intro__text2 .intro__fukidashi{
	width: 500px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}

#intro .intro__text2 .intro__fukidashi p{
	padding: 30px 30px 20px 30px;
	text-align: left;
}

@media screen and (max-width: 720px) {
	#intro{
		width: 90%;
	}

	#intro .intro__text1{
		font-size: 18px;
		background-size: 50%;
	}

	#intro .intro__text2{
		width: 100%;
		background-position: -144px center;
		border-radius: 6px;
	}

	#intro .intro__text2 .intro__fukidashi{
		margin-top: 500px;
	}

	#intro .intro__text2 .intro__fukidashi p{
		padding: 20px 20px 10px 20px;
	}
}

/*------------------------------
main
------------------------------*/

#main{
	background: #F8F8F8;
	margin: 100px auto 0 auto;
}

#main .main__inner{
	width: 940px;
	padding: 100px 0;
	margin: 0 auto;
}

@media screen and (max-width: 720px) {
	#main{
		margin: 300px auto 0 auto;
	}

	#main .main__inner{
		width: 90%;
	}
}

/*------------------------------
mokuji
------------------------------*/

#main .mokuji{
	background: #fff;
	width: 410px;
	padding: 30px;
	margin: 0 auto;
}

#main .mokuji p{
	text-align: center;
}

#main .mokuji ol{
	text-decoration: underline;
}

#main .mokuji li{
	padding-bottom: 4px;
}

@media screen and (max-width: 720px) {
	#main .mokuji{
		width: 70%;
	}
}

/*------------------------------
people
------------------------------*/

#main #people{
	text-align: center;
	margin-top: 100px;
}

#main #people .pieCharts{
	position: relative;
	width: 500px;
	max-width: 600px;
	margin: 20px auto 0 auto;
}

#main #people .people__text{
	font-size: 14px;
	margin: 20px 0 40px 0;
}

@media screen and (max-width: 720px) {
	#main #people .pieCharts{
		width: auto;
	}
}

/*------------------------------
activity
------------------------------*/

#main #activity{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

#activity .activity__inner{
	width: 940px;
	height: 320px;
	background: url(/images/rwd/landing/international-student/img-activity.png) no-repeat center left;
	background-size: 560px 320px;
	display: flex;
	justify-content: left;
	align-items: center;
	margin: 40px 0;
}

#activity .activity__inner .activity__fukidashi{
	width: 500px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
	margin: 0 0 0 auto;
}

#activity .activity__inner .activity__fukidashi p{
	padding: 30px;
	text-align: left;
}

@media screen and (max-width: 720px) {
	#main #activity{
		width: 100%;
		margin-bottom: 0;
	}

	#activity .activity__inner{
		width: 100%;
		background-position: -38px center;
		border-radius: 6px;
		display: inline-block;
	}

	#activity .activity__inner .activity__fukidashi{
		width: 100%;
		margin-top: 300px;
		display: inline-block;
	}

	#activity .activity__inner .activity__fukidashi p{
		padding: 20px;
	}
}

/*------------------------------
support
------------------------------*/

#main #support{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

#support .support__inner{
	width: 940px;
	height: 320px;
	background: url(/images/rwd/landing/international-student/img-support.png) no-repeat center right;
	background-size: 560px 320px;
	display: flex;
	justify-content: left;
	align-items: center;
	margin: 40px 0;
}

#support .support__inner .support__fukidashi{
	width: 500px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}

#support .support__inner .support__fukidashi p{
	padding: 30px;
	text-align: left;
}

@media screen and (max-width: 720px) {
	#main #support{
		width: 100%;
		margin-bottom: 0;
	}

	#support .support__inner{
		width: 100%;
		background-position: -184px center;
		border-radius: 6px;
		display: inline-block;
	}

	#support .support__inner .support__fukidashi{
		width: 100%;
		margin-top: 300px;
		display: inline-block;
	}

	#support .support__inner .support__fukidashi p{
		padding: 20px;
	}
}

/*------------------------------
facility
------------------------------*/

#main #facility{
	text-align: center;
	margin-top: 100px;
}

#main #facility .facility__text{
	font-size: 14px;
	margin: 20px 0 40px 0;
}

#main #facility ul{
	margin-bottom: 20px;
}

#main #facility ul li{
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
}

#main #facility ul li:last-child{
	margin-right: 0;
}

#main #facility ul li img{
	width: 108px;
	display: table;
}

@media screen and (max-width: 720px) {
	#main #facility ul li{
		margin-bottom: 30px;
	}

	#main #facility ul li:last-child{
		margin-right: 10px;
	}
}

/*------------------------------
price
------------------------------*/

#main #price{
	text-align: center;
	margin-top: 100px;
}

.p-compare__viewport{
	margin: 40px auto;
	width: 700px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.p-compare__company{
	background-color: #00BAF0;
	color: #fff;
}

.p-compare__viewport .p-compare__title{
	margin-bottom: 20px;
}

.p-compare__viewport .p-compare__title p{
	border: #567ED6 solid 1px;
	border-radius: 20px;
	width: max-content;
	padding: 0 60px;
	margin: 0 auto;
	display: inline-block;
}

.p-compare__head{
	background: #B2B2B2;
	color: #ffffff;
	white-space: normal;
}

.p-compare__category {
	background: #F8F8F8;
	border-right: 20px solid #ffffff;
}

.p-compare__item + td {
	border-right: 2px solid #00BAF0;
	border-left: 2px solid #00BAF0;
}

.p-compare table{
	width: 100%;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
}

.p-compare table th{
	font-weight: normal;
}

.p-compare table th, .p-compare table td{
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	padding: 0.7em 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc( 142/1080* 100%);
	white-space: nowrap;
}

.p-compare table td span{
	font-size: 12px;
}

.p-compare table tr{
	background-color: #fff;
}

.p-compare table tr.ext-total th,
.p-compare table tr.ext-total td{
	border-top: 2px solid #d1d1d1;
}

.p-compare table tr:last-child .p-compare__item + td{
	border-bottom: 2px solid #00BAF0;
}

.ext-highlight{
	color: #00BAF0;
	font-weight: bold;
}

.otoku__matome{
	background: #fff;
	border: #00BAF0 solid 1px;
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	line-height: 2;
}

#main #price .gakuwari{
	text-align: center;
}

#main #price .gakuwari p{
	padding-bottom: 6px;
}

#main #price .gakuwari img{
	width: 500px;
}

@media (max-width: 820px) {
	.p-compare__viewport{
		width: 90%;
	}

	table{
		line-height: 1;
	}

	.otoku__matome{
		width: 80%;
	}

	#main #price .gakuwari img{
		width: 100%;
	}
}


/*------------------------------
interview
------------------------------*/

#main #interview{
	text-align: center;
	margin-top: 100px;
}

#main #interview .interview__text{
	font-size: 14px;
	margin: 20px 0 40px 0;
}

#main #interview ul{
	margin-bottom: 20px;
}

#main #interview ul li{
	display: inline-block;
	margin: 0 30px;
	font-size: 12px;
}

#main #interview ul li:last-child{
	margin-right: 0;
}

#main #interview ul li img{
	width: 145px;
	display: table;
}

@media screen and (max-width: 720px) {
	#main #interview ul li{
		margin-bottom: 30px;
	}

	#main #interview ul li:last-child{
		margin-right: 30px;
	}
}

/*------------------------------
matome
------------------------------*/

#main #matome{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

#matome .matome__inner{
	width: 940px;
	height: 320px;
	background: url(/images/rwd/landing/international-student/img-house02.png) no-repeat center right;
	background-size: 560px 320px;
	display: flex;
	justify-content: left;
	align-items: center;
	margin: 40px 0;
}

#matome .matome__inner .matome__fukidashi{
	width: 500px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}

#matome .matome__inner .matome__fukidashi p{
	padding: 30px 30px 20px 30px;
	text-align: left;
}

@media screen and (max-width: 720px) {
	#main #matome{
		width: 100%;
		margin-bottom: 360px;
	}

	#matome .matome__inner{
		width: 100%;
		background-position: -144px center;
		border-radius: 6px;
	}

	#matome .matome__inner .matome__fukidashi{
		margin-top: 500px;
	}

	#matome .matome__inner .matome__fukidashi p{
		padding: 20px 20px 10px 20px;
	}
}




















































