@charset "UTF-8";

.home #TSL_logo_head_home {
	max-width: 450px;
	display: block;
	margin: 0 auto;
}

.home #TSL_logo_head {
	opacity: 0;
}

body.TSL_change_header #TSL_logo_head {
	opacity: 1;
}

.TSL_slider_text_wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.TSL_slider_text_wrap button {
	display: none;
}

.TSL_slider_text_wrap .TSL_slider_text {
	position: relative;
	z-index: 2;
	width: 300px;
	background-color: #c9d021;
	height: 450px;
}

.TSL_slider_text_wrap .TSL_slider_text > div {
	max-height: 80%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
	color: #004267;
	font-size: 4em;
	white-space: nowrap;
	pointer-events: none;
}

.TSL_slider_text_wrap .tns-ovh,
.TSL_slider_text_wrap .tns-inner,
.TSL_slider_text_wrap .TSL_slider_text_img {
	height: 100%;
}

.TSL_slider_text_wrap .tns-outer {
	position: relative;
	z-index: 1;
	width: calc(100% - 330px);
}

.TSL_slider_text_wrap .tns-outer .tns-item {
	overflow: hidden;
	height: calc(100% - 50px);
}

.TSL_slider_text_wrap .tns-outer .tns-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.TSL_slider_text_wrap .tns-outer .tns-item:nth-child(odd) {
	transform: translateY(50px);
}

.TSL_slider_review_wrap {
	background-color: #efeddb;
	padding-bottom: 30px;
}

.TSL_slider_review_wrap button {
	display: none;
}

.TSL_slider_review_wrap::after,
.TSL_slider_review_wrap::before {
	content: "";
	display: block;
	height: 5vw;
	width: 100%;
	background-color: white;
}

.TSL_slider_review_wrap::before {
	clip-path: polygon(100% 0, 0% 100%, 0 0);
	margin-bottom: 30px;
}

.TSL_slider_review_wrap::after {
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	margin-top: 30px;
	display: none;
}

.TSL_slider_review_wrap .slider-item {
	position: relative;
}

.TSL_slider_review_wrap .slider-item p {
	padding-left: 50px;
	font-style: italic;
	margin: 0 0 10px;
	padding-top: 15px;
}

.TSL_slider_review_wrap .slider-item span {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
}

.TSL_slider_review_wrap .slider-item::after {
	font-size: 4.5em;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1em;
	content: "”";
	font-family: "Times New Roman", Times, serif;
}

.TSL_box_about_us {
	background: black;
	background: linear-gradient(90deg, black 0%, #171b1c 100%);
}

.TSL_box_about_us .TSL_img_profile {
	display: flex;
	align-items: center;
}

.TSL_box_about_us .TSL_img_profile img {
	max-width: 45%;
	margin-right: 30px;
}

.TSL_box_about_us .TSL_img_profile div {
	font-size: 2.5em;
	color: white;
}

.TSL_box_about_us .TSL_text_profile {
	background-color: white;
	position: relative;
	font-size: 1.35em;
	padding-top: 20px;
}

.TSL_box_about_us .TSL_text_profile .TSL_button {
	margin-top: 30px;
}

.TSL_box_about_us .TSL_text_profile::after {
	position: absolute;
	left: 0;
	content: "";
	display: block;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: white;
	height: 5vw;
	top: -4.9vw;
	width: 100%;
}

@media (max-width: 760px) {

	.TSL_slider_text_wrap {
		flex-direction: column;
	}

	.TSL_slider_text_wrap .tns-ovh,
	.TSL_slider_text_wrap .tns-inner,
	.TSL_slider_text_wrap .TSL_slider_text_img {
		height: auto;
	}

	.TSL_slider_text_wrap .tns-inner {
		height: 300px;
	}

	.TSL_slider_text_wrap .tns-outer {
		width: 100%;
	}

	.TSL_slider_text_wrap .tns-outer .tns-item {
		height: 250px;
	}

	.TSL_slider_text_wrap .TSL_slider_text {
		height: 150px;
	}

	.TSL_slider_text_wrap .TSL_slider_text div {
		font-size: 2.5em;
		max-height: auto;
	}
}

@media (max-width: 500px) {

	.TSL_slider_text_wrap .TSL_slider_text {
		transform: scale(0.7) translateX(-30%);
	}
}
