@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* ----------------------------en common ---------------------------- */

.en{
	font-family: "Roboto", sans-serif;
}
.en .btn_more_wrap{
	pointer-events: none;
}
@media only screen and (min-width: 1200px) {
.en  .current .header_menu_item_link{
	color: #00ADA9;
}
}

/* ----------------------------en top_hero ---------------------------- */


.en .top_hero_inner {
    width: max(35.83vw, 372px);
}
@media only screen and (max-width: 767px) {
.en .top_hero_inner {
     width: calc(100% - 40px);
}
}