@charset "utf-8";
/* CSS Document */

* {
	position: relative;
}

body {
    margin: 0;
    padding: 0;
	width: 100%;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	text-align: center;
}
body .mobile_bottom_link {
	text-align: left;
}
body .mobile_bottom_box li {
	font-size: 0.94em;
	margin: 5px 0 5px 10px;
	height: auto;
}
body .mobile_bottom_link li:nth-of-type(1) {
	margin: 25px 0 5px 10px;
}
body .mobile_bottom_link a {
	padding-left: 0;
}
h2, h3, h4 {
	z-index: 3;
}
h2 {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
}
h2.section {
	font-size: 30px;
	font-weight: 500;
	line-height: 54px;
	color: #171717;
	margin-bottom: 20px;
}
h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	color: #fff;
	letter-spacing: 1px;
}
h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #171717;
}
span.title {
	width: max-content;
	font-weight: 600;
	color: #fff;
	padding: 0 8px 3px;
	background: #25adca;
}
.shadow {
	filter: drop-shadow(2px 2px 5px rgba(37,173,202,0.8));
}
.border {
	max-width: 640px;
	margin: auto;
	border-style: solid;
	border-width: 0 2px;
	border-color: #fff;
}
/*------background------*/
.body-bg {
	position: fixed;
	background-image: url("../images/body-bg.jpg");
	background-position: center top;
	background-size: 2000px auto;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
.body-bg .wave {
	position: fixed;
	background-image: url("../images/body-wave.png");
	background-position: center bottom;
	background-size: 2000px auto;
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
	bottom: 0;
	animation: wave 6s infinite ease-in-out;
	animation-direction:alternate;
	-webkit-animation-direction:alternate;
}
@keyframes wave {
	0% {
		background-position: 0px bottom;
	}
	100% {
		background-position: 500px bottom;
	}
}
/*------GO TOP------*/
.gotop {
	z-index: 10;
	position: fixed;
	cursor: pointer;
	right: 20px;
	bottom: 10px;
}

/*------主視覺------*/
.main {
	width: 100%;
	height: 700px;
	text-align: center;
	background-color: #85cedd;
}
.main-title {
	width: 100%;
	height: 260px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.main-title > div {
	margin: auto;
}
img.title-word {
	display: inline-block;
	margin: 0 1px;
}
.main-title img.time {
	position: absolute;
	top: -55px;
	left: -20px;
}
.main-title img.sub {
	position: absolute;
	top: -62px;
	right: 15px;
}
.main-content {
	width: 100%;
	height: auto;
	background-color: #25adca;
	text-align: center;
}
.circle {
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #25adca;
	top: -56px;
	left: 50%;
	transform: translateX(-50%);
}
.circle img {
	top: 18px;
}
.comic img {
	width: 100%;
	height: auto;
}
.run {
	width: 100%;
	height: 50px;
	background-color: #f5f50b;
	overflow: hidden;
}
.run-word {
	top: 10px;
	width: max-content;
	animation: run 15s infinite linear;
	animation-delay: -0.5s;
}
.run-word img {
	display: inline-block;
	margin-right: 7px;
}
@keyframes run {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-10%);
	}
}

/*------日語困境------*/
.problem {
	padding: 40px 0 45px;
	width: 100%;
	background: #d8ecf5;
}
.problem::after, .class::after, .service::after, .student::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/section-bg.png");
	background-repeat: no-repeat;
	background-position: center 50px;
}
.problem-box {
	z-index: 3;
	border: solid 2px #25adca;
	width: max-content;
	padding: 10px;
	margin: auto;
}
.problem-card h3 {
	margin-bottom: 6px;
}
.problem-card > div {
	position: absolute;
	top: 26px;
	right: 40px;
	text-align: right;
}
.problem-box > .problem-card:nth-of-type(2) {
	margin-top: -30px;
}
.problem-box > .problem-card:nth-of-type(2) > div {
	top: 60px;
	left: 40px;
	text-align: left;
}
.problem-box > .problem-card:nth-of-type(3) {
	margin-top: 10px;
}
.problem-box > .problem-card:nth-of-type(3) > div {
	top: 34px;
}

/*------日語課程------*/
.class {
	padding: 40px 0 50px;
	width: 100%;
	background: #d8ecf5;
}
.class::before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 25px;
	background: #85cedd;
}
.class::after {
	background-position: center 155px;
}
.class h2.section {
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}
.class span.title {
	margin-left: 8px;
}
.card01 {
	z-index: 3;
	padding: 22px 0;
	width: 400px;
	border: solid 2px #25adca;
	margin: auto;
}
.card01 h2 {
	font-weight: 700;
	color: #171717;
	margin-bottom: 8px;
}
.card01 h4 {
	margin-bottom: 14px;
}
.card01 > div {
	background-color: #25adca;
	width: 350px;
	margin: auto;
	padding: 24px 0 20px;
}
.card01 > div img {
	margin-bottom: 10px;
}
.card01-word h3 {
	font-weight: 400;
	letter-spacing: 0.5px;
	display: inline-block;
	margin: 3px 9px;
}
.card01-word h3 span {
	color: #f5f50b;
}
.card02-box {
	z-index: 3;
	width: 300px;
	height: 340px;
	margin: 40px auto 0;
	border-radius: 10px;
	background-color: #fff;
}
.card02 {
	padding-top: 35px;
}
.card02 h2 {
	font-size: 50px;
	font-weight: 700;
	color: #a52b6a;
}
.card02 h2 span {
	font-size: 42px;
	color: #171717;
}
.card02 h4.number {
	width: max-content;
	color: #fff;
	border-radius: calc(infinity * 1px);;
	padding: 2px 10px 4px;
	margin: 20px auto 15px;
	background-color: #171717;
}
.card02 h3 {
	color: #171717;
	margin-bottom: 12px;
}
.card02 h4 {
	display: inline-block;
	margin: 0 10px;
}
.card02 .line {
	width: 270px;
	height: 2px;
	margin: 35px auto 0;
	background-color: #25adca;
}
.slick-prev, .slick-next {
	width: 30px;
	height: 30px;
}
.slick-next:before {
	content: url("../images/next.png");
	opacity: 1;
}
.slick-next {
	right: -45px;
}
.slick-prev:before {
	content: url("../images/prev.png");
	opacity: 1;
}
.slick-prev {
	left: -45px;
}

/*------日語服務------*/
.service {
	padding: 40px 0 60px;
	width: 100%;
	background: #d8ecf5;
}
.service-box {
	width: 100%;
	max-width: 500px;
	margin: auto;
}
.service-box > div {
	width: max-content;
	height: max-content;
	display: inline-block;
	padding: 15px 4px;
	margin: auto;
}
.service-box .service-content {
	margin-top: -70px;
}
.service-content h3 {
	font-weight: 700;
	color: #a52b6a;
	margin-bottom: 0.5px;
}

/*------日語學生------*/
.student {
	padding: 40px 0 40px;
	width: 100%;
	background: #d8ecf5;
}
.student::before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 25px 25px 0 0;
	background: #85cedd;
}
.student::after {
	background-position: center 250px;
}
.student h2.section {
	font-weight: 600;
	color: #fff;
}
.stu-box {
	z-index: 3;
}
.stu-box img {
	margin: 0 4px 30px;
}

/*------ex------*/
img.ex {
	z-index: 5;
	position: absolute;
}
img.ex01 {
	top: 100px;
	left: -260px;
}
img.ex02 {
	top: -90px;
	right: -260px;
}
img.ex03 {
	top: 60px;
	left: -250px;
}
img.ex04 {
	top: 500px;
	right: -350px;
}
img.ex05 {
	bottom: 0;
	right: -160px;
}
img.ex06 {
	top: 420px;
	left: -350px;
}


/*------平板~手機------*/
@media screen and (max-width:640px) {
	.border {
		max-width: 375px;
	}
	h2 {
		font-size: 28px;
	}
	h2.section {
		font-size: 28px;
		line-height: 50px;
	}
	
	/*((主視覺))*/
	.main {
		height: 650px;
	}
	.main-title {
		height: 330px;
		padding: 0 20px;
	}
	img.title-word {
		width: 70px;
		margin: 1.8px 1px;
	}
	.main-title img.time {
		top: -50px;
		left: -8px;
	}
	.main-content {
		height: 320px;
	}
	.comic img {
		padding-top: 22px;
	}
	.run {
		position: absolute;
		bottom: 0;
	}
	
	/*((日語困境))*/
	.problem::after, .class::after, .service::after, .student::after {
		background-position: -210px center;
	}
	.problem-box {
		padding: 5px;
	}
	.problem-card img {
		width: 340px;
	}
	.problem-card h3 {
		font-size: 18px;
		margin-bottom: 0;
	}
	.problem-card h4 {
		font-size: 16px;
		line-height: 20px;
	}
	.problem-card > div {
		top: 10px;
		right: 15px;
	}
	.problem-box > .problem-card:nth-of-type(2) {
		margin-top: -24px;
	}
	.problem-box > .problem-card:nth-of-type(2) > div {
		top: 35px;
		left: 15px;
	}
	.problem-box > .problem-card:nth-of-type(3) {
		margin-top: 4px;
	}
	.problem-box > .problem-card:nth-of-type(3) > div {
		top: 15px;
	}
	
	/*((日語課程))*/
	.class span.title {
		display: inline-block;
		margin-left: auto;
	}
	.card01 {
		width: 330px;
		padding: 18px 0 6px;
	}
	.card01 > div {
		width: 320px;
		padding: 18px 0 16px;
	}
	.card01 h2 {
		margin-bottom: 5px;
	}
	.card01 h4 {
		margin-bottom: 10px;
	}
	.card01 > div img {
		margin-bottom: 8px;
	}
	.card01-word h3 {
		margin: 1px 9px;
	}
	.slick-dots {
		bottom: -35px;
	}
	.slick-dots li button:before {
		font-size: 10px;
		color: #25adca;
		opacity: 1;
	}
	.slick-dots li.slick-active button:before {
		color: #fff;
		opacity: 1;
	}
	
	/*((日語學生))*/
	.student h2 span.shadow {
		left: 5px;
	}
	/*((ex))*/
	img.ex {
		display: none;
	}
	
}





