
.content .left .phrase{
	display: flex;
	flex-direction: column;
	gap:5vh;
}

.info_block .section_title{
	font-size: 5.5vw;
	line-height: 5.5vw;
	white-space: nowrap;
}

section .info_block  .content{
	min-height: 50vh;
	align-items: center;
	gap: 5vw;
}

section .info_block .content .left{
	width: auto;
	flex: 1;
}

.users_container{
	text-align: center;
}
.users_container img{
	width: 100%;
	height: auto;
	max-width: 200px;
	display: inline-block;
}

.tm_et .intro-title.font_script{
	font-size: 2.5vw;
	line-height: 2.5vw;
}

.js-subnav-slider .subnav .option{
	padding: 8px;
	aspect-ratio: 1;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}


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