.teco_info_bnr.top_bnr .slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.teco_info_bnr.top_bnr .slick-slide img {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	max-height: 50px;
	height: auto;
	display: block;
}

.wcl_firstview {
	margin: 0;
	padding: 46px 0 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl_firstview * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl_firstview__wrap {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1024px;
	width: 100%;
}
.wcl_firstview h1 {
	background: #fff1c1;
	padding: 8px 0 6px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.8;
	color: #004aad;
	text-align: center;
	display: block;
}
@media screen and (max-width: 640px) {
	.wcl_firstview h1 {
		background: rgba(0, 0, 0, 0);
		padding: 0;
		font-size: max( 5.3vw, 12px );
		font-size: max( 5.3dvw, 12px );
	}
	.wcl_firstview h1 > span {
		background: #fff1c1;
		padding: 6px 0 8px;
		line-height: 2;
	}
}
.wcl_firstview h1 span.small {
	font-size: 33px;
}
@media screen and (max-width: 640px) {
	.wcl_firstview h1 span.small {
		font-size: 74.5%;
	}
}
.wcl_firstview h1 span.sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.wcl_firstview h1 span.sp {
		display: inline !important;
	}
}
.wcl_firstview__read {
	margin: 40px 0 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 640px) {
	.wcl_firstview__read {
		margin-top: 20px;
		display: block;
	}
}
.wcl_firstview__read p {
	width: calc(50% - 30px);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
}
@media screen and (max-width: 640px) {
	.wcl_firstview__read p {
		margin: 10px auto 0;
		width: 80%;
		font-size: max( 3.8vw, 12px );
		font-size: max( 3.8dvw, 12px );
	}
	.wcl_firstview__read p br {
		display: none;
	}
}
.wcl_firstview__read--point {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 640px) {
	.wcl_firstview__read--point {
		margin: 40px auto 0;
		width: 90%;
	}
}
.wcl_firstview__read--point img {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.wcl_firstview__visual {
	margin: 35px auto 0;
	display: block;
	-webkit-transition: 0.32s ease-in-out;
	transition: 0.32s ease-in-out;
}
@media screen and (max-width: 640px) {
	.wcl_firstview__visual {
		display: none;
	}
}
.wcl_firstview__visual:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.wcl_firstview__visual img {
	margin: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.wcl_firstview__visual_sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.wcl_firstview__visual_sp {
		margin: 20px auto 0;
		display: block;
	}
	.wcl_firstview__visual_sp img {
		margin: 0;
		max-width: 100%;
		width: 100%;
		height: auto;
		display: block;
		border-radius: 5vw;
		border-radius: 5dvw;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
		        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	}
}
.wcl_firstview__download {
	margin: 26px auto 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	color: #004aad;
}
@media screen and (max-width: 640px) {
	.wcl_firstview__download {
		display: none;
	}
}
.wcl_firstview__download a {
	color: #004aad;
	text-decoration: underline;
}
.wcl_firstview__download a:hover {
	text-decoration: none;
}
.wcl_firstview__logos {
	background: #f2f2f2;
	border-radius: 20px 20px 0 0;
	margin: 30px auto 0;
	padding: 15px 10px 12px;
	max-width: 100%;
	width: 400px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.wcl_firstview__logos {
		padding: 12px 20px 10px;
		border-radius: 3dvw 3dvw 0 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		font-size: max( 3.8vw, 12px );
		font-size: max( 3.8dvw, 12px );
	}
}
.wcl_firstview .teco_info_bnr_block {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
	.wcl_firstview .teco_info_bnr_block {
		padding: 10px 0;
		height: auto;
	}
	.wcl_firstview .teco_info_bnr_block .slick-initialized.slick-slider {
		margin: 0;
	}
}
.wcl_firstview .teco_info_bnr {
	padding: 20px 0;
}
@media screen and (max-width: 640px) {
	.wcl_firstview .teco_info_bnr {
		padding: 0 0;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	.top_what {
		padding: 0 20px;
	}
}
.top_what * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_what h3.title span {
	background: #fff1c1;
	margin: 0 auto;
	padding: 8px 10px 6px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	color: #004aad;
	text-align: center;
	display: block;
}
@media screen and (max-width: 640px) {
	.top_what h3.title span {
		font-size: max( 5.3vw, 12px );
		font-size: max( 5.3dvw, 12px );
	}
}
.top_what_text-copy {
	font-size: 26px;
}
@media screen and (max-width: 640px) {
	.top_what_text-copy {
		font-size: max( 4.8vw, 12px );
		font-size: max( 4.8dvw, 12px );
	}
}
.top_what_text-sub {
	font-size: 18px;
}
@media screen and (max-width: 640px) {
	.top_what_text-sub {
		font-size: max( 3.8vw, 12px );
		font-size: max( 3.8dvw, 12px );
	}
	.top_what_text-sub br {
		display: none;
	}
}

.top_banner_btn-free a:hover {
	background-color: #fff51d;
}

.top_banner_btn-download:hover,
a.top_banner_btn-download:hover {
	background-color: #ddffff;
}

.wcl_contact {
	margin: 120px auto 0;
}
@media screen and (max-width: 640px) {
	.wcl_contact {
		margin: 60px auto 0;
		padding: 0 20px;
	}
}
.wcl_contact * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl_contact h2 {
	background: #fff1c1;
	margin: 0 auto;
	padding: 8px 10px 6px;
	max-width: 500px;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	color: #004aad;
	text-align: center;
	display: block;
}
@media screen and (max-width: 640px) {
	.wcl_contact h2 {
		font-size: max( 5.3vw, 12px );
		font-size: max( 5.3dvw, 12px );
	}
}
.wcl_contact__items {
	margin: 30px auto 0;
	max-width: 1280px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	grid-template-columns: repeat(4, 1fr);
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0 10px;
}
.wcl_contact__items * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.wcl_contact__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px;
	}
}
.wcl_contact__item {
	display: contents;
}
@media screen and (max-width: 640px) {
	.wcl_contact__item {
		display: block;
	}
}
.wcl_contact__item * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl_contact__item > * {
	background: #f2f2f2;
	width: calc((100% - 30px) / 4);
	padding: 0 30px;
}
@media screen and (max-width: 640px) {
	.wcl_contact__item > * {
		padding: 0 20px;
		width: 100%;
	}
}
.wcl_contact__item h3 {
	padding-top: 40px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 640px) {
	.wcl_contact__item h3 {
		padding-top: 30px;
		font-size: max( 5vw, 12px );
		font-size: max( 5dvw, 12px );
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		    -ms-flex-order: unset;
		        order: unset;
	}
}
.wcl_contact__item--visual {
	padding-top: 20px;
	text-align: center;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}
@media screen and (max-width: 640px) {
	.wcl_contact__item--visual {
		padding-top: 10px;
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		    -ms-flex-order: unset;
		        order: unset;
	}
}
.wcl_contact__item--visual img {
	margin: 0 auto;
	max-width: 100%;
	width: 200px;
	height: auto;
	display: block;
}
.wcl_contact__item p {
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}
@media screen and (max-width: 640px) {
	.wcl_contact__item p {
		padding-top: 10px;
		padding-bottom: 20px;
		font-size: max( 3.8vw, 12px );
		font-size: max( 3.8dvw, 12px );
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		    -ms-flex-order: unset;
		        order: unset;
	}
}
.wcl_contact__link {
	margin: 26px auto 0;
	max-width: 1280px;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: right;
}
@media screen and (max-width: 640px) {
	.wcl_contact__link {
		font-size: max( 3.8vw, 12px );
		font-size: max( 3.8dvw, 12px );
	}
}
.wcl_contact__link a {
	color: #004aad;
	text-decoration: underline;
}
.wcl_contact__link a:hover {
	text-decoration: none;
}

.side_btn {
	-webkit-transition: 0.32s ease-in-out;
	transition: 0.32s ease-in-out;
	opacity: 0;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	.side_btn {
		display: none;
	}
}
.side_btn_show {
	opacity: 1;
	z-index: 99;
}/*# sourceMappingURL=top_wcl.css.map */