/*==========================================================================================================================
page top menu
============================================================================================================================*/

@media screen and (max-width: 1300px) {
	.header__nav a{
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 1250px) {
	.header__nav a{
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 1100px) {
	.header__cta{
		display: none;
	}
}


.page_renew {
    padding-top: 0;
}

#header.header.header2026{
	background: none;
}
#header.header2026 .header__cta{
	display: none;
}
#header.header2026 > .container{
	max-width: 1180px;
	width: 95%!important;
	margin: 0 auto!important;
	position: relative;
}
#header.header2026 .header__logo{
	position: relative;
    line-height: 1em;
}
#header.header2026 .header_menu{
	position: relative;
}
#header.header2026 .header_menu::before{
	content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -50px;
    width: calc(100vw);
    height: 100%;
    border-bottom-right-radius: 100px;
    background: #126331;
}
#header.header2026 .header__nav-item > a{
	color: #fff;
}
#header.header2026 .header_logo_right{
    width: 20.4%;
    line-height: 1em;
    position: relative;
    top: 0.6em;
}
#header.header2026 .header_logo_right a,
#header.header2026 .header_logo_right img{
	width: 100%;
}

@media screen and (min-width: 901px) {
	#header.header2026 .header__nav{
		display: flex;
	}
	#header.header2026 .header__nav.m-menu__btn{
		display: none!important;
	}
}

@media screen and (max-width: 900px) {
	#header.header2026 .header__row{
		display: flex;
        align-items: flex-start;
	}
	#header.header2026 > .container{
		width: auto!important;
	}
	#header.header2026 .header__nav{
		display: none;
	}
	#header.header2026 .header_logo_right{
		display: none;
	}
	#header.header2026 .header__nav.m-menu__btn{
		display: block!important;
	}
	#header.header2026 .header_menu{
		width: 21.4%;
        max-width: 160px;
        padding-left: 40px;
        padding-top: 16px;
        padding-bottom: 26px;
	}
	#header.header2026 .header_menu::before{
		right: 0px;
		border-bottom-right-radius: 90px;
	}
	#header.header2026 .header__logo{
        width: 48.6%;
        padding: 0px;
        box-sizing: content-box;
	}
	#header.header2026 .header__logo a,
	#header.header2026 .header__logo a img{
		width: 100%;
		max-width: none;
	}
}

@media screen and (max-width: 750px) {
	#header.header2026 .header_menu{
		width: 21.4%;
        max-width: 160px;
        padding-left: 5.4%;
        padding-top: 2.2%;
        padding-bottom: 3.5%;
	}
	#header.header2026 .header_menu::before{
        border-bottom-right-radius: 12vw;
	}
}

/*==========================================================================================================================
header popup menu
============================================================================================================================*/
.header__mainservice-item.item_retail_apparel .retail,
.header__mainservice-item.item_retail_apparel .apparel{
	position: relative;
}
.header__mainservice-item.item_retail_apparel .header__inner-link{
    position: absolute;
    top: 10%;
    right: 0%;
}
.header__mainservice-item p span.apparel{
	color: #156e26;
}

.m-menu__item .header__mainservice>.flex{
	flex-wrap: wrap;
    justify-content: flex-start;
}

/*==========================================================================================================================
case study sidebar
============================================================================================================================*/

.single-casestudy .single_sidebar_area{
	align-self: stretch;
}
.single-casestudy .single_sidebar_area .contact_area{
    position: sticky;
    top: 100px;
}
.single-casestudy .single_sidebar_area .contact_area .ttl{
    font-weight: bold;
    color: #ff3759;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 2rem;
}
.single-casestudy .single_sidebar_area .contact_area .btns{
    width: 95%;
    margin: 0 auto;
}
.single-casestudy .single_sidebar_area .contact_area .btns p{
	line-height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.single-casestudy .single_sidebar_area .contact_area .btns p.btn-material{
	margin-bottom: 16px;
}
.single-casestudy .single_sidebar_area .contact_area .btn-common{
	min-width: 100px;
}
.single-casestudy .single_sidebar_area .contact_area .btn-common span{
	font-size: 20px;
}
.single-casestudy .single_sidebar_area .contact_area .phone{
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    font-size: 1.3rem;
}

@media screen and (max-width: 900px) {
	.single-casestudy .single_sidebar_area .contact_area .btn-common span{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.single-casestudy .single_sidebar_area .contact_area{
		display: none;
	}
}


