@charset "UTF-8";
/* CSS Document */
/*===============================================================
	
	HAVEFUN 共通部上書き
	
===============================================================*/

/* メインビジュアル */
.mainvisual .logo {
	width: 80%;
	max-width: 350px;
}

.mainvisual .kv {
	background: url("../images/kv.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.mainvisual .kv .student {
	position: absolute;
	bottom: 0;
}

.mainvisual .kv .student_left {
	width: 34%;
	left: 30px;
	z-index: 2;
}

.mainvisual .kv .student_left img,
.mainvisual .kv .student_right img {
	width: 100%;
}

.mainvisual .kv .student_right {
	width: 34%;
	right: 30px;
	z-index: 1;
}

@media (min-width: 1600px) {
	.mainvisual .kv .student_left {
		width: 340px;
		left: 30px;
	}

	.mainvisual .kv .student_right {
		width: 340px;
		right: 30px;
	}
}

@media (max-width: 1200px) {
	.mainvisual {
		padding: 0;
	}

	.mainvisual .kv .student_left {
		/*    width: 40%;*/
		width: 50%;
		left: -3%;
	}

	.mainvisual .kv .student_right {
		width: 50%;
		right: -8%;
	}
}

@media (max-width: 1023px) {}

@media (max-width: 767px) {
	.mainvisual .logo {
		width: 50.12vw;
	}

	.mainvisual .kv .student_left {
		width: 38%;
		left: 0;
	}

	.mainvisual .kv .student_right {
		width: 38%;
		right: 0;
	}
}

.section_lead .section_inner {
	position: relative;
}

.section_lead .section_inner .student_a,
.section_lead .section_inner .student_j {
	position: absolute;
	bottom: -80px;
	width: 200px;
}

.section_lead .section_inner .student_a {
	left: 50px;
}

.section_lead .section_inner .student_j {
	right: 50px;
}

.section_lead .title {
	font-size: 20px;
	line-height: 1.8;
	padding: 0 200px;
}

@media (max-width: 1023px) {
	.section_lead .section_inner .students {
		display: flex;
	}

	.section_lead .section_inner .student_a,
	.section_lead .section_inner .student_j {
		position: static;
		margin: 20px 0 -80px;
		width: 50vw;
	}

	.section_lead .section_inner .student_a {
		margin-left: 0
	}

	.section_lead .section_inner .student_j {
		margin-right: 0;
	}

	.section_lead .title {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.section_lead .title {
		font-size: 4vw;
		padding: 0;
	}

	.section_lead .section_inner .student_a,
	.section_lead .section_inner .student_j {
		position: static;
		margin: 4vw 0 -8vw;
		width: 50vw;
	}

	.section_lead .section_inner .student_a {
		margin-left: -8vw;
	}

	.section_lead .section_inner .student_j {
		margin-right: -8vw;
	}
}

/*===============================================================
	
	Welcom to JAPAN ページ内コンテンツ
	
===============================================================*/
.section_welcome_to_japan {
	padding: 80px 0 0;
}

.section_welcome_to_japan .students {}

.section_welcome_to_japan .student {
	margin-top: 60px;
}

.section_welcome_to_japan .student:first-child {
	margin-top: 0;
}

.section_welcome_to_japan .student .profile {
	display: flex;
	flex-direction: row-reverse;
}

.section_welcome_to_japan .student .information {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1em 0;
	margin-left: 40px;
}

.section_welcome_to_japan .student .information .major {
	font-size: 2.0rem;
	font-size: 20px;
	line-height: 1.6;
}

.section_welcome_to_japan .student .information .major .eng {
	display: block;
	font-size: 1.4rem;
	font-size: 14px;
}

.section_welcome_to_japan .student .information .country_name {
	display: flex;
	font-size: 2.0rem;
	font-size: 20px;
	line-height: 1.6;
	margin-top: 10px;
}

.section_welcome_to_japan .student .information .country_name .flag {
	height: 6.4rem;
	/* 2.0rem × 2行 × line-heigth:1.6 */
}

.section_welcome_to_japan .student .information .country_name .flag img {
	height: 100%;
	width: auto;
}

.section_welcome_to_japan .student .information .country_name .text {
	margin-left: 20px;
}

.section_welcome_to_japan .student .information .country_name .text h3,
.section_welcome_to_japan .student .information .country_name .text p {
	font-size: 2.0rem;
	font-size: 20px;
	line-height: 1.6;
}

.section_welcome_to_japan .student .information .what {
	margin-top: 20px;
}

.section_welcome_to_japan .student .information .what .question {
	font-size: 2.0rem;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
}

.section_welcome_to_japan .student .information .what .question .eng {
	display: block;
	color: #D7000F;
}

.section_welcome_to_japan .student .information .what p {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify !important;
	text-justify: inter-ideograph;
	/* IEで必要 */
	text-justify: inter-character;
	/* Firefoxで必要 */
}

.section_welcome_to_japan .student .information .what .answer {
	margin-top: 10px;
	font-size: 20px;
}

.section_welcome_to_japan .student .information .what .answer_main {
	margin-top: 10px;
}



.section_welcome_to_japan .student .photo {
	align-self: flex-end;
	width: 300px;
	flex-basis: 300px;
}

.section_welcome_to_japan .student .interview {
	background: #fff;
	padding: 60px;
}

.section_welcome_to_japan .student .interview_list {}

.section_welcome_to_japan .student .interview_list .item {
	display: flex;
	margin-top: 60px;
}

.section_welcome_to_japan .student .interview_list .item:first-child {
	margin-top: 0;
}

.section_welcome_to_japan .student .interview_list .item:nth-child(even) {
	flex-direction: row-reverse;
}

.section_welcome_to_japan .student .interview_list .item .text {
	flex: 1;
	margin-right: 40px;
}

.section_welcome_to_japan .student .interview_list .item:nth-child(even) .text {
	margin-right: 0;
	margin-left: 40px;
}

.section_welcome_to_japan .student .interview_list .item .text h4 {
	display: flex;
}

.section_welcome_to_japan .student .interview_list .item:nth-child(even) .text h4 {
	flex-direction: row-reverse;
}

.section_welcome_to_japan .student .interview_list .item .text h4 .balloon {
	position: relative;
	display: inline-block;
	font-size: 2.0rem;
	font-size: 20px;
	line-height: 1.6;
	border: 1px solid #404040;
	border-radius: 10px;
	background: #fff;
	padding: .25em .5em;
	margin-bottom: 20px;
}

.section_welcome_to_japan .student .interview_list .item .text h4 .balloon:before,
.section_welcome_to_japan .student .interview_list .item .text h4 .balloon:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	transform: translateY(-50%);
}

.section_welcome_to_japan .student .interview_list .item .text h4 .balloon:before {
	left: -10px;
	border-color: transparent #404040 transparent transparent;
}

.section_welcome_to_japan .student .interview_list .item .text h4 .balloon:after {
	left: -8px;
	border-color: transparent #fff transparent transparent;
}

.section_welcome_to_japan .student .interview_list .item:nth-child(even) .text h4 .balloon:before {
	left: auto;
	right: -10px;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #404040;
}

.section_welcome_to_japan .student .interview_list .item:nth-child(even) .text h4 .balloon:after {
	left: auto;
	right: -8px;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #fff;
}

.section_welcome_to_japan .student .interview_list .item .text .answer {
	font-size: 2rem;
	font-size: 20px;
	line-height: 1.6;
	margin-top: 10px;
	text-align: justify !important;
	text-justify: inter-ideograph;
	/* IEで必要 */
	text-justify: inter-character;
	/* Firefoxで必要 */
}

.section_welcome_to_japan .student .interview_list .item .text .answer_main {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
	text-align: justify !important;
	text-justify: inter-ideograph;
	/* IEで必要 */
	text-justify: inter-character;
	/* Firefoxで必要 */
}

.section_welcome_to_japan .student .interview_list .item .photo {
	width: 420px;
	flex-basis: 420px;
}

/* タブレット以下 */
@media (max-width: 1023px) {
	.section_welcome_to_japan .student .interview_list .item {
		display: block;
	}

	.section_welcome_to_japan .student .interview_list .item .text {
		margin-right: 0;
	}

	.section_welcome_to_japan .student .interview_list .item:nth-child(even) .text {
		margin-left: 0;
	}

	.section_welcome_to_japan .student .interview_list .item .photo {
		width: 80%;
		margin: 20px auto;
	}
}

/* SP向け */
@media (max-width: 767px) {
	.section_welcome_to_japan {
		padding: 8vw 0 0;
	}

	.section_welcome_to_japan .student {
		margin-top: 8vw;
	}

	.section_welcome_to_japan .student .profile {
		display: block;
	}

	.section_welcome_to_japan .student .information {
		padding: 0;
		margin-left: 0;
	}

	.section_welcome_to_japan .student .information .major {
		font-size: 1.5rem;
		font-size: 15px;
	}

	.section_welcome_to_japan .student .information .major .eng {
		font-size: 1.1rem;
		font-size: 11px;
	}

	.section_welcome_to_japan .student .information .country_name {
		font-size: 1.5rem;
		font-size: 15px;
		margin-top: 2vw;
	}

	.section_welcome_to_japan .student .information .country_name .flag {
		height: 4.8rem;
		/* 1.5rem × 2行 × line-heigth:1.6 */
	}

	.section_welcome_to_japan .student .information .country_name .text {
		margin-left: 4vw;
	}

	.section_welcome_to_japan .student .information .country_name .text h3,
	.section_welcome_to_japan .student .information .country_name .text p {
		font-size: 1.5rem;
		font-size: 15px;
	}

	.section_welcome_to_japan .student .information .what {
		margin-top: 2vw;
	}

	.section_welcome_to_japan .student .information .what .question {
		font-size: 1.5rem;
		font-size: 15px;
	}

	.section_welcome_to_japan .student .information .what p {
		font-size: 1.3rem;
		font-size: 13px;
	}

	.section_welcome_to_japan .student .information .what .answer {
		margin-top: 2vw;
	}

	.section_welcome_to_japan .student .information .what .answer_main {
		margin-top: 2vw;
	}

	.section_welcome_to_japan .student .photo {
		width: 70%;
		margin: 2vw auto 0;
	}

	.section_welcome_to_japan .student .interview {
		padding: 6vw;
	}

	.section_welcome_to_japan .student .interview_list .item {
		margin-top: 6vw;
	}

	.section_welcome_to_japan .student .interview_list .item:first-child {
		margin-top: 0;
	}

	.section_welcome_to_japan .student .interview_list .item .text h4 .balloon {
		font-size: 1.5rem;
		font-size: 15px;
		margin-bottom: 2vw;
	}

	.section_welcome_to_japan .student .interview_list .item .text .answer {
		font-size: 1.5rem;
		font-size: 15px;
		margin-top: 2vw;
	}

	.section_welcome_to_japan .student .interview_list .item .text .answer_main {
		font-size: 1.3rem;
		font-size: 13px;
		margin-top: 2vw;
	}

	.section_welcome_to_japan .student .interview_list .item .photo {
		width: 100%;
		margin-top: 4vw;
	}
}

/*===============================================================
	
	animation
	
===============================================================*/
.u-fadeinleft {
	opacity: 0;
}

.u-fadeinleft.is-onscreen {
	animation: fadeInLeft 1s ease 0.2s forwards;
}

@keyframes fadeInLeft {
	0% {
		transform: translate3d(-30px, 0, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.u-fadeinright {
	opacity: 0;
}

.u-fadeinright.is-onscreen {
	animation: fadeInRight 1s ease 0.2s forwards;
}

@keyframes fadeInRight {
	0% {
		transform: translate3d(30px, 0, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}


/*===============================================================
	
	hoge
	
===============================================================*/
.section_hoge {}

/* タブレット以下 */
@media (max-width: 1023px) {}

/* SP向け */
@media (max-width: 767px) {}