@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+KR:wght@200..900&family=Noto+Serif+SC:wght@200..900&family=Noto+Serif+TC:wght@200..900&display=swap');
/* =======================================
	Reset
======================================= */


*{
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td , figure, figcaption{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
header,article,aside,section,footer,nav,menu,details,hgroup,summary {
	display: block;
}
html {
	font-size: 10px;
	-webkit-text-size-adjust: none;
	/* sg overflow: scroll; */
	overflow: auto;
}
img {
	vertical-align: text-bottom;
}
b, strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

/* =======================================
	Base
======================================= */
html,
body {
	/*min-width: 1300px;*/
}
body {
	font-size: 100%;
	font-family: "Noto Serif JP", serif;
	/*font-family: 游明朝体, "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	/*font-family: "Noto Sans JP","Yu Gothic", YuGothic, "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "sans-serif";*/
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	color: #000;
	line-height: 1.5;
	overflow: hidden;
}
/* 中国語サイトのみ中国語フォントを当てる */
body.ZH {
	font-family: 'Noto Serif SC', serif;
}
body.zh-TW {
	font-family: 'Noto Serif TC', serif;
}
li.jp,
li.en,
li.zh,
li.zhsc,
li.zhtc,
div.jp,
div.en,
div.zhsc,
div.zhtc{
    display: none;
}
body.JA li.jp,
body.EN li.en,
body.ZH li.zh,
body.zh-TW li.zh,
body.ZH li.zhsc,
body.zh-TW li.zhtc,
body.JA div.jp,
body.EN div.en,
body.ZH div.zhsc,
body.zh-TW div.zhtc{
    display: block;
}
a,
a:visited,
a:active,
a:hover {
	color: inherit;
	text-decoration: none;
}
a {
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
a:hover {
	opacity: .4;
}
a[href^="tel:"] {
	pointer-events: none;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.note{
	font-size: 10px;
	line-height: 1.2em;
}
span.note_mark{
    font-size: 60%;
    vertical-align: text-top;
}
span.fs_small{
    font-size: 75% !important;
}

/* maintenance */
.maintenance{
    padding: 0 0 98px;
}
.maintenance .box{
    padding: 2rem;
    text-align: center;
}
.maintenance h1,
.maintenance h2{
    margin-bottom: 2rem;
}
.maintenance h1 img{
    width: 260px;
    height: auto;
}
.maintenance h2{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.maintenance p{
    font-size: 1.4rem;
}



@media screen and (max-width: 768px){
	html,
	body {
		min-width: 320px;
	}
	img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
}
.none{ display: none; }
.mb0{margin-bottom:0 !important;}

.mb1rem{margin-bottom:1rem !important;}
.mb2rem{margin-bottom:2rem !important;}
.mb3rem{margin-bottom:3rem !important;}
.mb5rem{margin-bottom:5rem !important;}
.mb10rem{margin-top:10rem !important;}
.mt1rem{margin-top:1rem !important;}
.mt2rem{margin-top:2rem !important;}
.mt3rem{margin-top:3rem !important;}
.mt5rem{margin-top:5rem !important;}
.mt10rem{margin-top:10rem !important;}

.fs15rem{font-size:1.5rem !important;}

.fw_l{font-weight: 300 !important;}
.fw_r{font-weight: 400 !important;}
.fw_m{font-weight: 500 !important;}
.fw_sb{font-weight: 600 !important;}
.fw_b{font-weight: 700 !important;}

.ls_w{letter-spacing: .25em !important;}

.text_c{text-align: center;}
.text_r{text-align: right;}


body.JA .gothic{ font-family: "Noto Sans JP", sans-serif !important;}
body.EN .gothic{ font-family: "Noto Sans JP", sans-serif !important;}
body.ZH .gothic{ font-family: "Noto Sans SC", sans-serif !important;}
body.zh-TW .gothic{ font-family: "Noto Sans TC", sans-serif !important;}

body.JA .serif{ font-family: "Noto Serif JP", serif !important;}
body.EN .serif{ font-family: "Noto Serif JP", serif !important;}
body.ZH .serif{ font-family: "Noto Serif SC", serif !important;}
body.zh-TW .serif{ font-family: "Noto Serif TC", serif !important;}


.flex{display: flex;}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

/* =======================================
	Layout
======================================= */
/* header */
header{
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(255,255,255,0.72);
}
header .headerInner{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    font-family: "Noto Sans JP", sans-serif;
}
body.ZH header .headerInner{
    font-family: "Noto Sans SC", sans-serif;
}
body.zh-TW header .headerInner{
    font-family: "Noto Sans TC", sans-serif;
}
header .headerLogo img{
    width: 163px;
    height: auto;
}
header .headerMenu{
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: auto;
}
header .headerMenuList{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 0;
}
header .headerMenuList > li{
    padding:0 .5rem;
    font-size: 1.25rem;
    position: relative;
}
header .headerMenuList > li:hover:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #6c4b6d;
}
header .headerMenuList > li.search:hover:after,
header .headerMenuList > li.separator:hover:after{
    display: none;
}
header .headerMenuList > li.lang_btn.open:after,
header .headerMenuList > li.lang_btn:hover:after{
    bottom: 0;
}
header .headerMenuList > li.separator{
    height: 20px;
}
header .headerMenuList > li.separator:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #707070;
}
header .headerMenuList > li.menu_btn{
    display: none;
}
header .headerMenuList a{
    display: block;
    padding: 2.4rem 1rem;
}
header .headerMenuList .submenu-trigger{
    cursor: pointer;
    display: block;
    padding: 2.4rem 1rem;
}
header .headerMenuList .submenu-trigger a{
    padding: 0 1rem;
}
header .headerMenuList .submenu-trigger i.arrow:before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 4px;
    background: url(/grantact/img/common/icon_menu_open.svg) center / contain no-repeat;
    margin-left: 1rem;
    vertical-align: 3px;
}
.sp-lang-trigger {
    display: block;
    width: 34px;
    height: 6.5rem;
    cursor: pointer;
    position: relative;
}
.sp-lang-trigger:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/grantact/img/common/icon_langage.svg) center / 16px auto no-repeat;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
}
.sp-lang-trigger:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 4px;
    background: url(/grantact/img/common/icon_menu_open.svg) center / contain no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.lang_wrap{
}
.submenu{
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    height: 40px;
    transition: opacity .2s linear;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(255,255,255,0.85);
    padding: 0 1rem;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}
li.open .submenu{
    opacity: 1;
    pointer-events: auto;
}
.submenu + ul.flex{
    display: none;
    height: 40px;
    align-items: center;
    justify-content: flex-end;
    gap: 0 2.5rem;
    width: calc( 100vw - 1rem);
    position: absolute;
    right: 1rem;
    top: 6.5rem;
    z-index: 10000;
    transition: opacity .2s linear;
    opacity: 0;
    pointer-events: none;
}
.submenu + ul.flex > li > a{
    display: block;
}
.submenu + ul.flex > li > a:after{
    content: "";
    display: inline-block;
    margin-left: 1rem;
    width: 4px;
    height: 8px;
    background: url(/grantact/img/common/icon_link.svg) center / contain no-repeat;
    vertical-align: 0px;
}
.submenu + ul.flex > li > a.exlink:after{
    width: 12px;
    height: 12px;
    background: url(/grantact/img/common/icon_exlink.svg) center / contain no-repeat;
    vertical-align: -1px;
}
.submenu + ul.flex > li > a.exlink.phone:after{
    width: 14px;
    height: 14px;
    background: url(/grantact/img/common/icon_footer_tel.svg) center / contain no-repeat;
    vertical-align: -1px;
}
.submenu.sell_menu + ul.flex,
.submenu.search_menu + ul.flex{
    right: unset;
    left: 0;
    justify-content: flex-start;
}
li.open .submenu + ul.flex{
    opacity: 1;
    pointer-events: auto;
}
.submenu + ul.lang_wrap{
    top: 6.5rem;
}
li.open .submenu + ul.flex{
    display: flex;
}
ul.lang_wrap  li.ttl{
    color: #808282;
}
ul.lang_wrap li.set_languqage{
    cursor: pointer;
    transition: color .4s linear;
    line-height: 40px;
}
ul.lang_wrap li.set_languqage.active{
    background: url(/grantact/img/common/icon_check.svg) left 0px center / 1rem auto no-repeat;
    padding-left: 1.5rem;
}
.submenu + .flex li a{
    padding: 0 1rem;
    line-height: 40px;
    height: 40px;
}
.submenu + .flex li.hover a,
ul.lang_wrap li.set_languqage.hover{
    position: relative;
    color: #6c4b6d;
}
.submenu + .flex li.hover a:before,
ul.lang_wrap li.set_languqage.hover:after{
    content: "";
    display: block;
    bottom: 0;
    height: 3px;
    left: 0;
    right: 0;
    position: absolute;
    background: #6c4b6d;
}
.submenu + .flex li.hover a:before{
    bottom: -1px;
}
.nav_box{
    display: none;
}
header .search_wrap{
    position: relative;
}
header .search_wrap input{
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    height: 30px;
    width: 240px;
    border: none;
    outline: 0;
    padding: 0 3.5rem 0 1rem;
}
.sp-search-box{
    display: none;
}
.headerMenuList .search .search_wrap span {
    position: absolute;
    right: 5px;
    top: 1.5px;
    width: 27px;
    height: 27px;
    background: url(/grantact/img/common/icon_search.svg) center / 80% no-repeat;
    z-index: 2;
    cursor: pointer;
}
.headerMenuList .search .search_detail{
    position: absolute;
    top: 35px;
    left: 0;
    right: -150px;
    background-color: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(3px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s linear;
}
li.open .submenu + ul.flex::-webkit-scrollbar,
.submenu + ul.flex::-webkit-scrollbar,
li.open .submenu + ul.menu_wrap::-webkit-scrollbar,
.headerMenuList .search .search_detail::-webkit-scrollbar{
    width: 5px;
}
li.open .submenu + ul.flex::-webkit-scrollbar-track,
.submenu + ul.flex::-webkit-scrollbar-track,
li.open .submenu + ul.menu_wrap::-webkit-scrollbar-track,
.headerMenuList .search .search_detail::-webkit-scrollbar-track{
    background: transparent;
    border-radius: 5px;
}
li.open .submenu + ul.flex::-webkit-scrollbar-thumb,
.submenu + ul.flex::-webkit-scrollbar-thumb,
li.open .submenu + ul.menu_wrap::-webkit-scrollbar-thumb,
.headerMenuList .search .search_detail::-webkit-scrollbar-thumb{
    background: #6c4b6d;
    border-radius: 5px;
}
.headerMenuList .search .search_wrap input[type=text]:focus + .search_detail,
.headerMenuList .search .search_wrap .search_detail:hover{
    opacity: 1;
    pointer-events: auto;
}
.headerMenuList .search .search_content{
    padding: 0;
    text-align: left;
}
.headerMenuList .search .search_content li + li{
    border-top: 1px solid #ccc;
}
.headerMenuList .search .search_content a{
    display: flex;
    width: 100%;
    padding: .625rem;
    align-items: flex-start;
}
.headerMenuList .search .search_content a:hover{
    background: rgba(0,0,0, .1);
}
.headerMenuList .search .search_content .img{
    width: 50px;
    height: 50px;
}
.headerMenuList .search .search_content .img img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.headerMenuList .search .search_content .icon a{
    align-items: center;
}
.headerMenuList .search .search_content .icon .img{
    width: 50px;
    height: 30px;
}
.headerMenuList .search .search_content .icon .img img{
    width: 50px;
    height: 30px;
    object-fit: contain;
    object-position: center;
}
.headerMenuList .search .search_content .txt{
    flex: 1;
    padding: 0 .625rem;
}
.headerMenuList .search .search_content h4{
    font-weight: bold;
    font-size: 13px;
}
.headerMenuList .search .search_content p.price{
color: #d74c53;
}
.headerMenuList .search .search_content p.access{
color: #124a7b;
}
.nav_box .select_lang .lang_icon img,
.header .select_lang .lang_icon img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
header a{
    transition: all .7s linear;
}
header a:hover{
    color: #6c4b6d;
    opacity: 1;
}

#about .headerMenuList > li .inbox.menuAbout,
#residence .headerMenuList > li .inbox.menuProperty,
#residence .headerMenuList > li .inbox.menuResidence,
#rent .headerMenuList > li .inbox.menuProperty,
#rent .headerMenuList > li .inbox.menuRent,
#roppongi .headerMenuList > li .inbox.menuOffice,
#roppongi .headerMenuList > li .inbox.menuRoppongi,
#ichigaya .headerMenuList > li .inbox.menuOffice,
#ichigaya .headerMenuList > li .inbox.menuIchigaya,
#shibuya .headerMenuList > li .inbox.menuOffice,
#shibuya .headerMenuList > li .inbox.menuShibuya{
	color: #7c4670;
}

/* container */
.container {
	/*sg padding-top: 93px; */
}
/* contents */
.contents {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1300px;
    position:relative;
}
.contentsWrap .contentsInner {
	margin: 0 auto;
	max-width: 1150px;
}
#two_dir {
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
#two_dir h2.title {
	font-size: 60px;
	font-weight: 500;
	line-height: 0.7em;
	letter-spacing: 0.025em;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	opacity: 0.3;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
#two_dir img {
	max-width: 100%;
}
/* footer */
.footerInfo{
    padding: 5rem 0 6rem;
}
.footerInfo h3{
    text-align: center;
    letter-spacing: .2em;
    font-size: 2.4rem;
    font-weight: 600;
}
.footerInfoList ul{
    display: flex;
    max-width: 1150px;
    margin: 5rem auto 0;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.footerInfoList ul > li{
    width: calc( ( 100% - 3rem ) / 3 );
    border: 1px solid #b5b6b6;
    padding: 1rem;
}
.footerInfoList ul > li a{
    display: flex;
    align-items: center;
}
.footerInfoList ul > li img{
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    object-position: center;
}
.footerInfoList ul > li .txt{
    flex: 1;
    height: 8rem;
    position: relative;
    background: url(/grantact/img/common/icon_exlink.svg) right .5rem center / 1.4rem auto no-repeat;
}
.footerInfoList ul > li .txt p{
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    right: 3.5rem;
    font-size: 1.6rem;
    color: #6c4b6d;
}
body.EN .footerInfoList ul > li .txt p{
    font-size: 1.4rem;
}
.footer {
	background: #221814;
	color: #fff;
	padding: 20px 0 80px;
}
.footer a {
	transition: all .4s ease;
}
.footer a:hover {
	/*color: #fff;*/
}
.footerInner {
	font-size: 0;
	margin: 0 auto;
	max-width: 1050px;
}
footer .footerInner{
}
body.ZH footer .footerInner{
}
body.zh-TW footer .footerInner{
}
.footerLogo {
    position: relative;
    height: 17.8rem
}
.footerLogo > a{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footerLogo,
.footerLogo img {
	vertical-align: middle;
	width: 100%;
    max-width: 168px;
}
.footerLinks {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-weight: 500;
}
.footerLinks > *{
    min-width: calc( 100% / 4 );
    font-size: 1.2rem;
}
.footerLinks > *:nth-child(2){
    min-width: calc( 100% / 2 );
}
.footerLinks > *:nth-child(2) > .flex > *{
    width: 50%;
}
.footerLinks > *,
.footerLinks > *:nth-child(2) > .flex > *{
    padding: 0 .5rem;
}
.footerLinks dl span,
.footerLinks dl a{
    display: block;
    width: 75%;
    padding: .25rem 0;
    background: url(/grantact/img/common/icon_link_white.svg) right center / 5px auto no-repeat;
}
.footerLinks dl a.exlink{
    background: url(/grantact/img/common/icon_exlink_white.svg) right center / 12px auto no-repeat;
}
.footerLinks dl dd ul{
    padding-left: 1em;
    width: 75%;
}
.footerLinks dl dd ul a{
    width: 100%;
}
.footerLinks > .footer_middle{
    margin-top: 1rem;
    width: 100%;
    padding-left: calc(( 100% / 4 ) + 1rem);
}
.footerLinks .icon:before{
    content: "";
    display: inline-block;
    margin-left: 1rem;
}
.footerLinks .icon.link:before{
    width: .5rem;
    height: 1rem;
    background:url(/grantact/img/common/icon_link_white.svg) center / contain no-repeat;
}
.footerLinks .icon.exlink:before{
    width: 1.2rem;
    height: 1.2rem;
    background:url(/grantact/img/common/icon_exlink_white.svg) center / contain no-repeat;
}
.footerLinks dt {
	border-bottom: 1px solid #7e7e7e;
	font-size: 14px;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.footerLinks dd,
.footerLinks li {
	font-size: 12px;
	margin-top: 7px;
}
.footerLinks li:before {
}
.footer_bottom{
    justify-content: center;
	max-width: 1150px;
    margin: 3rem auto;
    gap: 0 3rem;
	font-size: 1rem;
    color: #b5b6b6;
    flex-wrap: wrap;
    font-weight: 600;
}
.footer_bottom .bottom_menu .flex{
    gap: 0 1rem;
}
.footer_bottom .bottom_menu .separator span{
    display: block;
    width: 1px;
    height: 16px;
    background: #fff;
}
.footerCopy {
	text-align: right;
}
.footerSns .flex{
    gap: 0 1rem;
}
.footerSns .icon:before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
}
.footerSns .icon.facebook:before{
    background: url(/grantact/img/common/icon_facebook.svg) center / contain no-repeat;
}
.footerSns .icon.instagram:before{
    background: url(/grantact/img/common/icon_instagram.svg) center / contain no-repeat;
}




/*___________*/
.sec_contact{
	background-color: #f4f7fa;
}
.contact_area{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	margin: 80px 0 50px;
}
.contact_box{
	/*width: 30%;*/
	/*min-width: 320px;*/
	/*width: 320px;*/
	max-width: 33%;
}
.contact_box p{
	font-size: 20px;
	color: #744370;
}
.contact_box span{
	font-size: 18px;
	display: block;
	letter-spacing: 0.1em;
}
.contact_box a{
	pointer-events: none;
}
.contactform_btn{
	max-width: 540px;
	display: block;
	margin: 0 auto;
	border: solid 1px #7c4670;
	padding: 28px 0 30px;
	position: relative;
}
.contactform_btn span{
	font-size: 17px;
	color: #7c4670;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
    padding: 0px 6%;
}
.contactform_btn::before{
	content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #7c4670;
    border-right: 1px solid #7c4670;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    top: 33px;
    left: calc(50% + 110px);
}
/*___________________*/


/*フッターバナー*/
.sec_banner {
}
.sec_banner .contents {
    padding:40px 0 0;
    /*width:1220px;*/
    width:1150px;
}
.sec_banner .contents .banner_area ul {
    display:flex;
}
.sec_banner .contents .banner_area ul li + li{
    margin-left: 10px;
}
.sec_banner .contents .banner_area ul img {
    /*width:400px;
    height:160px;*/
    width: 100%;
    height: auto;
}
/*フッターバナー*/
/*ウェルスアドバイザリー本部*/
.sec_wealthadvisory {
}
.sec_wealthadvisory .contents {
    padding:0;
}
.sec_wealthadvisory .contents .contact_area {
    margin:40px auto;
    justify-content: space-between;
}
/*ウェルスアドバイザリー本部*/


.pageTop {
	opacity: 0;
	-webkit-transition: opacity .3s ease 0s, right 0s ease .3s;
	transition: opacity .3s ease 0s, right 0s ease .3s;
	position: fixed;
	bottom: 80px;
	right: 25px;
	z-index: 9999;
}
.pageTop.show {
	-webkit-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
	opacity: 1;
}
.pageTop a {
	display: block;
	background-color: rgba(255,255,255,0.8);
    width: 5.6rem;
    height: 5.6rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    border-radius: 6px;
	text-align: center;
	color: #222;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	padding: 2rem 1rem;
	opacity: 0.5;
}
.pageTop a:hover {
}

.floating_box{
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	position: fixed;
	bottom: 0px;
	/*bottom: -60px;*/
	left: 0;
    right: 0;
	z-index: 9999;
    background: #bba776;
    background: linear-gradient(#bba776,#C4A148);
}
.floating_box.active{
	bottom: 0px;
}
.floating_box > .flex{
    gap: 2rem;
}
.floating_box .left{
    font-size: 1.8rem;
}
.floating_box .tel{
    font-size: 2rem;
    color: #6c4b6d;
    white-space: nowrap;
}
.floating_box .btn_wrap{
    width: 90%;
    max-width: 100rem;
    padding: 1rem 0;
}
.floating_box .btn_wrap .btn{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .5rem;
    border-radius: 3px;
}
.floating_box .btn_wrap .btn span:before{
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url(/grantact/img/common/icon_exlink_white.svg) center / contain no-repeat;
    margin-left: 1rem;
}
.floating_box .flex{
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.floating_box .flex > *{
}
.floating_box .flex .right{
    display: flex;
    align-items: center;
}
.floating_box .flex .left p{
    font-size: 2.2rem;
    letter-spacing: .1em;
    text-align: right;
    padding: 0 4rem 0 0;
}
.floating_box .flex .right .input{
    min-width: 250px;
}
.floating_box .flex .right .button{
    flex: 1;
}
.floating_box .flex .right input[type="text"]{
    width: 100%;
    outline: none;
    border: none;
    height: 32px;
    border-radius: 3px;
    padding: 1rem;
    font-size: 1.2rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.floating_box .flex .right .btn{
    min-width: unset;
    width: 100px;
    height: 32px;
    outline: none;
    border: none;
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
body.ZH .floating_box .flex .right .btn,
body.zh-TW .floating_box .flex .right .btn,
body.EN .floating_box .flex .right .btn{
    width: auto;
}
.floating_box .flex .right .btn .icon.exlink:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/grantact/img/common/icon_exlink_white.svg) center / contain no-repeat;
    margin-left: 0.5rem;
    vertical-align: 0px;
;}
/*
.floating_box a{
	max-width: 480px;
	width: 100%;
	padding: 15px 0 14px;
	border: solid 1px #848584;
	margin: 0 15px;
	position: relative;
	cursor: pointer;
}
.floating_box a:nth-of-type(1){
	background: -moz-linear-gradient(90deg, #744370 0%, #462144 100%) no-repeat 50% 50% / 100% 100%;
    background: -webkit-linear-gradient(90deg, #744370 0%, #462144 100%) no-repeat 50% 50% / 100% 100%;
    background: linear-gradient(90deg, #744370 0%, #462144 100%) no-repeat 50% 50% / 100% 100%;
}
.floating_box a:nth-of-type(2){
	background: -moz-linear-gradient(90deg, #535252 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
    background: -webkit-linear-gradient(90deg, #535252 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
    background: linear-gradient(90deg, #535252 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
}
.floating_box a p{
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1em;
	width: 100%;
}
.floating_box a:nth-of-type(1) p{
}
.floating_box a span{
	font-size: 14px;
}
.floating_box span.right_box{
	color: #fff;
	font-size: 12px;
	line-height: 1.1em;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 10px;
}
.floating_box span.right_box::before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    width: 5px;
    height: 5px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}
*/
#rent .floating_box{
	display: none;
}
#residence .floating_box{
	background: linear-gradient(#e7e6e6, #b5b6b6);
}




.switch_img_wrap{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.switch_img_wrap .main_wrap{
    width: 83.875%;
}
.switch_img_wrap .main_wrap img{
    width: 100%;
    max-height: 532px;
    object-fit: cover;
}
.switch_img_wrap .thumb{
    flex: 1;
}
.switch_img_wrap .thumb ul{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.switch_img_wrap .thumb ul li{
    width: 100%;
    cursor: pointer;
}
.switch_img_wrap .thumb ul li img{
    width: 100%;
    max-height: 97px;
    object-fit: cover;
}

body.EN .no_index .main .main_text_box span{
    font-size: 2.8rem !important;
    line-height: 0.75 !important;
}

@media screen and (max-width: 1366px){
	/* header */
	.header,
	.headerInner {
		min-width: 320px;
	}
	.header {
		border-bottom-width: 5px;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: saturate(180%) blur(5px);
	}
	.headerInner {
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.headerInner:before {
	/*	background: #171918;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 1;*/
	}
	.headerLogo,
	.headerMenuSwitch {
		position: relative;
		z-index: 5;
	}
	.headerLogo {
		padding: 13px 0 12px 21px;
		width: auto;
	}
	.headerLogo img {
		height: 25px;
		width: auto;
	}
	.headerMenu {
	}
	.headerMenuList{
		display: flex;
	}
	.menuResidence{
	margin-right: -50px;
	}
	.menuRent{
		top: 0;
		position: absolute;
	}
    .lang_wrap{
        display: none;
    }
	.headerMenu.open {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	header .headerMenuList {
		max-height: calc(100vh - 50px);
        gap: 0 1rem;
	}
	.headerMenuList li .inbox {
		border: 0;
		border-bottom: #333 solid 1px;
	}
	.headerMenuList > li {
        display: none;
		float: none;
		font-size: 12px;
		text-align: left;
		width: auto;
	}
    header .headerMenuList > li.open:after{
        display: none;
    }
    .submenu{
        left: unset;
        width: 70%;
        max-width: 500px;
        min-width: 300px;
        bottom: 0;
        height: calc( 100vh - 65px );
    }
    .menu_wrap{
        display: none;
    }
    li.open .submenu + ul.flex,
    .submenu + ul.flex,
    li.open .submenu + ul.menu_wrap{
        position: fixed;
        display: block !important;
        width: 70%;
        max-width: 500px;
        min-width: 300px;
        top: calc( 45px + 2rem);
        right: 0;
        padding: 2rem 2.5rem;
        height: calc( 100vh - 65px );
        overflow: auto;
        z-index: 10000;
    }
    .lang_wrap li:first-child{
        position: absolute;
    }
    .lang_wrap li:not(:first-child){
        padding-left: 140px;
        margin-bottom: 1.5rem;
    }
    ul.lang_wrap li.set_languqage.active{
        background: url(/grantact/img/common/icon_check.svg) left 11.5rem center / 1rem auto no-repeat;
        padding-left: 14rem;
    }
    .lang_wrap li.separator{
        display: none;
    }
	.headerMenuList > li.lang_btn,
	.headerMenuList > li.search {
        display: block;
	}
    header .headerMenuList > li.menu_btn{
        display: block;
        height: ;
    }
    .menu-trigger,
    .sp-lang-trigger {
        height: 6.5rem;
        width: 3.4rem;
        position: relative;
    }
    .menu-trigger:before{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    header .headerMenuList > li:hover:after{
        bottom: 0;
    }
	.headerMenuList > li .inbox {
		padding: 10px;
	}
    .headerMenuList > li.menuResidence{
        width: 250px;
    }
    .headerMenuList > li.menuRent{
        width: 180px;
        margin-right: 85px;
    }
	.headerMenuList > li > .inbox:before,
	.headerMenuList > li:last-child > .inbox:after{
		display: none;
	}
	.headerMenuList > li ul {
		font-size: 12px;
		max-height: none;
		opacity: 1;
		padding: 0;
		position: static;
	}
	.headerMenuList > li ul li,
	.headerMenuList > li ul li:first-child {
		border-top: 0;
	}
	.headerMenuList > li ul .inbox {
		background: none;
		padding: 15px 30px;
	}
	.headerMenuSwitch {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 64px;
	}
	.headerMenuSwitch:before,
	.headerMenuSwitch:after,
	.headerMenuSwitch span {
		background: #fff;
		display: block;
		margin-top: -1px;
		overflow: hidden;
		position: absolute;
		left: 17px;
		text-indent: 999em;
		height: 2px;
		width: 30px;
	}
	.headerMenuSwitch:before,
	.headerMenuSwitch:after {
		content: "";
		transition: top .3s ease-in-out;
	}
	.headerMenuSwitch:before {
		top: 30%;
	}
	.headerMenuSwitch:after {
		top: 70%;
	}
	.headerMenuSwitch span {
		top: 50%;
	}
	.headerMenuSwitch.open:before,
	.headerMenuSwitch.open:after {
		-webkit-transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
	}
	.headerMenuSwitch.open:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
	}
	.headerMenuSwitch.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 50%;
	}
	.headerMenuSwitch.open span {
		display: none;
	}
	.headerMenuList .ruby .rt {
		font-size: 10px;
	}
    .header .select_lang{
        display: none;
    }
	/* container */
	.container {
	/* sg padding-top: 50px; */
	}
    .headerMenuList .menu_wrap li span,
    .headerMenuList .menu_wrap li a{
        display: block;
        width: 100%;
        padding: .75rem 3rem .75rem 0;
        font-size: 12px;
    }
    .headerMenuList .menu_wrap li a{
        background: url(/grantact/img/common/icon_link.svg) right 10px center / 4px auto no-repeat;
        font-weight: 500;
	}
    .headerMenuList .menu_wrap li a.exlink{
        background: url(/grantact/img/common/icon_exlink.svg) right 10px center / auto 10px no-repeat;
	}
    .headerMenuList .menu_wrap li a.exlink.phone{
        background: url(/grantact/img/common/icon_footer_tel.svg) right 10px center / auto 12px no-repeat;
	}
    .headerMenuList .menu_wrap ul{
        padding-left: 2rem;
	}
    .headerMenuList .menu_wrap ul li{
        border: none;
    }
    .headerMenuList .menu_wrap ul li a{
    }
    .headerMenuList .menu_wrap li span,
    .headerMenuList .menu_wrap li a,
    .headerMenuList .menu_wrap ul li span{
        font-size: 14px;
        font-weight: 400;
    }

	.menuSpecialSp{
		position: absolute;
		top: 8px;
		right: 70px;
		z-index: 100;
	}
    .sp-lang-trigger{
    }
    .sp-search-trigger{
        display: block;
        width: 30px;
        height: 30px;
        background: url(/grantact/img/common/icon_search_black.svg) center / 16px auto no-repeat;
        cursor: pointer;
    }
    .sp-search-box *{
        box-sizing: border-box;
    }
    .sp-lang-box{
        position: fixed;
        display: block;
        opacity: 0;
        transition: opacity .2s linear;
        background-color: rgba(255, 255, 255, .9);
        -webkit-backdrop-filter: saturate(180%) blur(3px);
        backdrop-filter: saturate(180%) blur(3px);
        top: 55px;
        right: 78px;
        z-index: 200;
        pointer-events: none;
        padding: 20px;
    }
    .sp-lang-box li{
        padding: .5rem 0;
        font-size: 14px;
    }
    .sp-search-box{
        position: fixed;
        display: block;
        opacity: 0;
        transition: opacity .2s linear;
        background-color: rgba(255, 255, 255, .9);
        -webkit-backdrop-filter: saturate(180%) blur(3px);
        backdrop-filter: saturate(180%) blur(3px);
        top: 55px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 200;
        pointer-events: none;
    }
    .sp-lang-box.active,
    .sp-search-box.active{
        opacity: 1;
        pointer-events: auto;
    }
    .sp-search-box .search-head{
        display: flex;
        padding: 3% 0;
        border-bottom: 1px solid #ccc;
    }
    .sp-search-box .search-head .search-input{
        flex: 1;
        align-items: center;
        padding: 0 0 0 3%;
    }
    .sp-search-box .search-head .search-input input{
        width: 100%;
        height: 36px;
        font-size: 16px;
        padding: 10px;
        border-radius: 4px;
        background: rgba(0,0,0, .1);
        border: none;
        appearance: none;
        outline: none;
    }
    .sp-search-box .search-head .search-close{
        width: 80px;
    }
    .sp-search-box .search-head .sp-search-close{
        display: block;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
    }
    .sp-search-box .search-result{
        position: absolute;
        top: calc( 37px + 3%);
        left: 0px;
        right: 0px;
        bottom: 58px;
        overflow-y: auto;
    }
    .sp-search-box .search-result li{
        border-bottom: 1px solid #ccc;
    }
    .sp-search-box .search-result a{
        display: flex;
        padding: 3%;

    }
    .sp-search-box .search-result .img{
        width: 60px;
        height: 60px;
    }
    .sp-search-box .search-result .img img{
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
    .sp-search-box .search-result .icon a{
        align-items: center;
    }
    .sp-search-box .search-result .icon .img{
        height: 40px;
    }
    .sp-search-box .search-result .icon .img img{
        width: 60px;
        height: 40px;
        object-fit: contain;
        object-position: center;
    }
    .sp-search-box .search-result .txt{
        flex: 1;
        padding: 0 0 0 3%;
    }
    .sp-search-box .search-result h4{
        font-weight: bold;
        font-size: 13px;
    }
    .sp-search-box .search-result p.price{
        color: #d74c53;
    }
    .sp-search-box .search-result p.access{
        color: #124a7b;
    }


	.menuSpecialSp{
		border: 1px solid;
		border-color: #000;
		padding: 4px 8px 7px 10px !important;
		display: none;
	}


	.menu-trigger:before{
        /*
	    height: 27px;
	    width: 35px;
	    position: absolute;
	    top: 12px;
	    right: 15px;
	    z-index: 100;
        */
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(/grantact/img/common/icon_menu.svg) center / 16px auto no-repeat;
        cursor: pointer;
	}
	.nav_box {
        box-sizing: content-box;
	    padding: 20px 0 30px 20px;
	    width: 320px;
	    position: fixed;
	    top: 50px;
	    height: 70vh;
	    overflow: auto;
	}
	.nav_box .select_lang{
        display: block;
    }
    .footerInfoList ul{
        width: 90%;
    }
    .footerInfoList ul > li{
        width: calc( ( 100% - 1.5rem ) / 2 );
	}
    .footer{
        padding: 5rem 0;
	}
    .footerLinks > *{
        min-width: calc( 100% / 3);
    }
    .footerLinks > *:nth-child(2){
        min-width: calc( ( 100% / 3 ) * 2 );
    }
    .footerLinks > .footer_middle{
        margin-top: 1rem;
        width: 100%;
        padding-left: 1rem;
    }
    .footerLinks .footerLogo{
        height: unset;
        max-width: 210px;
        height: 4.2rem;
        min-width: 100%;
        margin-bottom: 1.85rem;
    }
    .footerLinks .footerLogo a{
        position: static;
        transform: unset;
    }
    .footerLinks .footerLogo img{
        max-width: 210px;
    }
    .footerSns{
        width: 100%;
        margin-top: 3.5rem;
    }
    .footerSns .flex{
        justify-content: center;
    }

    .floating_box > .flex{
        max-width: 90%;
        margin: 0 auto;
    }
    .floating_box > .flex > *{
    }
    .floating_box .left{
        font-size: 1.8rem;
    }

}
@media screen and (max-width: 820px){
    header{
        height: 55px;
    }
    header .headerInner{
        padding: 0 1.5rem 0 0;
    }
    .headerLogo {
        padding: 1.5rem 0 1.5rem 1.5rem;
    }
    header .headerLogo img{
        height: 39px;
        width: auto;
    }
    .submenu{
        top: 55px;
        height: calc( 100vh - 55px );
    }
    li.open .submenu + ul.flex, .submenu + ul.flex, li.open .submenu + ul.menu_wrap{
        top: 55px;
    }
    .header .select_lang{
        margin-top:25px;
        display: block;
    }
	/* nav */
	.nav_box > li span{
		margin: 0 0 8px;
	}
	.nav_box > li ul li{
		line-height: 2;
	}

	/* contents */
	.contents {
		padding: 40px 0;
		width: 94%;
		margin: 0 auto;
	}
    .breadcrumb .contents{
        padding: 4rem 1.5rem !important;
        width: 100% !important;
    }
	#two_dir {
		padding-bottom: 34px;
		width: 90%;
	}
	/* footer */
    .footerInfoList ul > li{
        width: 100%;
	}
    .footerInfo{
        padding: 8rem 0 9rem;
    }
    .footerInfoList ul{
        margin: 6rem auto 0;
        width: calc(100% - 3rem);
    }
    .footerInfoList ul > li .txt p {
        left: 1.4rem;
        right: 4rem;
        color: #6c4b6d;
    }
	.footer {
		padding: 9rem 15px 95px;
    }
	.footerInner {
		width: auto;
	}
	.footerLinks .footerLogo{
		display: block;
		margin: 0;
		text-align: center;
		width: auto;
        height: 2.8rem;
        min-width: 100%;
        margin-bottom: 2.5rem;
    }
	.footerLinks .footerLogo img{
		width: 168px;
	}
	.footerLinks{
		display: block;
	}
	.footerLinks > *:nth-child(2){
		float: left;
        width: calc( 50% - 1rem );
        min-width: calc( 50% - 1rem );
        margin-right: 3rem;
	}
    .footerLinks > *:nth-child(2) > .flex > *{
        width: 100%;
    }
	.footerLinks > *:nth-child(3),
	.footerLinks > .footer_middle{
        width: calc( 50% - 2rem );
        min-width: calc( 50% - 2rem );
        float: left;
    }
	.footerLinks > .footer_middle{
        padding: 0;
        text-align: left;
        margin-top: 2rem;
        width: calc(50% - 2rem);
    }
    .footerLinks dl a{
        padding: .25rem 3rem .25rem 0;
    }
	.footerLinks > .footer_middle a{
        display: block;
        padding: .25rem 3rem .25rem 0;
        background: url(/grantact/img/common/icon_exlink_white.svg) right center / 12px auto no-repeat;
    }
    .footerLinks dl dd ul,
    .footerLinks dl span,
    .footerLinks dl a,
	.footerLinks > .footer_middle a{
        width: 100%;
    }
	.footerLinks > .footer_middle a .icon{
        display: none;
    }
	.footerLinks:after,
	.footerLinks > .footer_middle:after{
        content: "";
        display: block;
        clear: both;
	}
    .footerLinks > *{
        font-size: 1.1rem;
        padding: 0;
    }
    .footerLinks dl span,
    .footerLinks dl a{
        font-size: 1.1rem;
        padding: 0rem 1.5rem 0rem 0;
    }
    .footerLinks .footerLinks_right dd:first-child a{
        line-height: 2.18;
        margin-top: -0.5rem;
    }
	.footerLinks .flex{
		display: block;
	}
	.footerLinks {
        font-family: 'Noto Sans JP', sans-serif;
	}
	body.ZH .footerLinks {
        font-family: 'Noto Sans SC', sans-serif;
	}
	body.zh-TW .footerLinks {
        font-family: 'Noto Sans TC', sans-serif;
	}
	.footerLinks dl {
		margin: 0;
	}
	.footerLinks dd,
	.footerLinks li {
		font-size: 12px;
		margin-top: 1.3rem;
	}
    .footer_bottom .bottom_menu .flex{
        display: block;
	}
    .footer_bottom .bottom_menu .flex .separator{
        display: none;
	}
    .footer_bottom .bottom_menu .flex > li{
        margin: 1rem 0;
        text-align: center;
        font-size: 12px;
    }
	.footerCopy {
		margin-top: 20px;
		text-align: center;
		width: auto;
        font-size: 12px;
	}
    .footerSns .flex{
        gap: 0 3.6rem;
    }
    .footerSns .icon:before{
        width: 3rem;
        height: 3rem;
    }


	.floating_box{
        height: 92px;
        bottom: 0;
	}
	.floating_box.active {
	    bottom: 0px;
	}
    .floating_box .flex{
        display: block;
        max-width: calc(100% - 30px);
	}
    .floating_box .flex > *{
        width: 100%;
	}
    .floating_box .flex .left{
        text-align: center;
        height: 45px;
	}
    .floating_box .flex .left p{
        line-height: 45px;
        font-size: 16px;
        text-align: center;
    }
    .floating_box .flex .right{
        line-height: 45px;
        justify-content: center;
    }
    body.zh-TW .floating_box .flex .left,
    body.ZH .floating_box .flex .left,
    body.EN .floating_box .flex .left{
        height: auto;
        padding: .5rem 0;
        font-size: 1.5rem;
        line-height: 1.25;
        margin-bottom: .75rem;
    }
    body.zh-TW .floating_box .flex .right,
    body.ZH .floating_box .flex .right,
    body.EN .floating_box .flex .right{
        width: 100%;
        gap: 2rem;
    }
    body.zh-TW .floating_box .flex .right .tel,
    body.ZH .floating_box .flex .right .tel,
    body.EN .floating_box .flex .right .tel{
        line-height: 1;
    }
    body.zh-TW .floating_box .flex .right .tel a,
    body.ZH .floating_box .flex .right .tel a,
    body.EN .floating_box .flex .right .tel a{
        display: inline-block;
        width: auto;
        background: #f0ecf0;
        border: 1px solid #6c4b6d;
        padding: .75rem 1rem;
        border-radius: 3px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.15);
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1;
    }
    body.zh-TW .floating_box .flex .right .tel a:before,
    body.ZH .floating_box .flex .right .tel a:before,
    body.EN .floating_box .flex .right .tel a:before{
        content: "";
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        background: url(/grantact/img/common/icon_footer_tel.svg) center / contain no-repeat;
        margin-right: .75rem;
    }
    body.zh-TW .floating_box .flex .right .btn_wrap,
    body.ZH .floating_box .flex .right .btn_wrap,
    body.EN .floating_box .flex .right .btn_wrap{
        width: auto;
        padding: 0;
    }
    body.zh-TW .floating_box .flex .right .btn_wrap .btn,
    body.ZH .floating_box .flex .right .btn_wrap .btn,
    body.EN .floating_box .flex .right .btn_wrap .btn{
        line-height: 1;
        width: auto;
    }
    .floating_box .flex .right .input{
        min-width: 200px;
    }
    .floating_box .flex .right .button{
        flex: unset;
    }
	.floating_box a {
	    /*max-width: 480px;*/
	    width: calc(100% / 3);
	    /*padding: 10px 0 10px;*/
	    border: none;
	    margin: 0;
	    position: relative;
	}
	.floating_box .btn_wrap,
	.floating_box .btn{
        height: 100%;
    }
	.floating_box .btn{
        line-height: 52px;
	}
	body#residence .floating_box .btn{
        line-height: 0;
	}
	.floating_box a p {
	    /*color: #fff;*/
	    /*text-align: center;*/
	    font-size: 10px;
	    line-height: 1.4em;
	}
	.floating_box a span {
	}
	.floating_box a:nth-of-type(1) p{
		margin: 0;
	}
	.floating_box a:nth-of-type(2){
		padding: 17px 0 10px;
		background: -moz-linear-gradient(90deg, #535252 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
	    background: -webkit-linear-gradient(90deg, #535252 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
	    background: linear-gradient(90deg, #535252 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
	}
	.floating_box a:nth-of-type(3){
		padding: 24px 0 10px;
		background: -moz-linear-gradient(90deg, #535252 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
	    background: -webkit-linear-gradient(90deg, #535252 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
	    background: linear-gradient(90deg, #535252 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
	}
	.floating_box a:nth-of-type(4) {
		padding: 17px 0 10px;
	    background: -moz-linear-gradient(90deg, #555555 0%, #767575 100%) no-repeat 50% 50% / 100% 100%;
	    background: -webkit-linear-gradient(90deg, #555555 0%, #767575 100%) no-repeat 50% 50% / 100% 100%;
	    background: linear-gradient(90deg, #555555 0%, #767575 100%) no-repeat 50% 50% / 100% 100%;
	}
	#rent .floating_box{
		display: flex;
	}
	#residence .floating_box{
		display: flex;
	}
    .result_area_ttl {
        display: none;
    }
    #id_result_area .display_search_area_btn{
        margin-top:10px;
        margin-bottom:20px;
        text-align:center;
    }
    .display_search_area_btn span.text{
        box-sizing: border-box;
        padding: 6px 20px 6px 20px !important;
        display: inline-block;
        width: 100%;
    }
    .contents .display_search_area_btn span.arrow{
        display: inline-block;
        top:13px;
        right: 20px;
        font: 36px "Consolas", monospace;
    }
    #display_search_area_top .display_none_search_area_btn {
        margin-right:0%;
        text-align:center;
    }
    #display_search_area_top .display_none_search_area_btn span.text{
        padding:6px 89px 6px 119px;
    }
    #display_search_area_top .display_none_search_area_btn span.arrow{
      /*top:3px;*/
      right: 20px;
      padding: 0 0 0px 16px;
      position: absolute;
      pointer-events: none;
    }

    /*フッターバナー*/
    .sec_banner {
    }
    .sec_banner .contents {
        padding:20px 0 0;
        width:94%;
        /* display:flex; */
    }
    .sec_banner .contents .banner_area {
    }
    .sec_banner .contents .banner_area ul {
        display: block;
    }
    .sec_banner .contents .banner_area ul li {
        width: 100%;
        text-align: center;
    }
    .sec_banner .contents .banner_area ul li + li{
        margin-left: 0;
    }
    .sec_banner .contents .banner_area ul img {
        width:auto;
        height:auto;
        margin:10px auto;
    }
    /*フッターバナー*/

	.nav_box .select_lang{
        /*display: none;*/
	}

}

/* =======================================
	Modules
======================================= */

/* heading */
.headingArea {
	margin-bottom: 40px;
	text-align: center;
}
.headingArea .heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.35em;
	line-height: 1.8;
	letter-spacing: .2em;
	position: relative;
}
.headingArea .heading::before{
	content: "";
	width: 460px;
	height: 2px;
	background-color: #d7d7d7;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
}
.headingArea .heading::after{
	content: "";
	width: 90px;
	height: 2px;
	background-color: #744370;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
}

.headingArea span{
	font-size: 32px;
	color: #744370;
}

.headingArea .lead {
	font-size: 16px;
	line-height: 1.8;
}
.headingArea.isType2 {
	color: #7c4670;
	font-size: 22px;
	font-weight: bold;
	margin: 60px 0 40px;
}
.headingArea.isType3 {
	border-bottom: 5px solid #b8b8b8;
	position: relative;
	text-align: left;
}
.headingArea.isType3 .heading {
	font-size: 22px;
	margin-bottom: .5em;
}
.headingArea.isType3:after {
	content: "";
	border-bottom: 5px solid #7c4670;
	height: 0;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 5em;
}
.headingArea.isType3 .heading::before,
.headingArea.isType3 .heading::after{
	display: none;
}

@media screen and (max-width: 768px){
	.headingArea {
		margin: 0 10px 25px;
		text-align: center;
	}
	.headingArea .heading {
		font-size: 18px;
		line-height: 1.5;
		text-align: center;
	}
	.headingArea .lead {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}
	.headingArea.isType2 {
		margin: 20px;
		text-align: left;
	}
	.headingArea.isType2 .heading {
		font-size: 18px;
	}
	.headingArea.isType3 {
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.headingArea.isType3 .heading {
		font-size: 18px;
	}
}

/* section */
section {
	padding: 0;
}
section.bg{
    padding: 10rem 0;
    position: relative;
}
section.bg:before,
section.bg:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 48rem;
    height: 23.4rem;
}
section.bg:before{
    top: 0;
    left: 0;
    background: url(/grantact/img/common/bg_top.png) left top / contain no-repeat;
}
section.bg.bg_grey:before{
    top: 0;
    left: 0;
    background: url(/grantact/img/common/bg_top_grey.png) left top / contain no-repeat;
}
section.bg:after{
    bottom: 0;
    right: 0;
    background: url(/grantact/img/common/bg_bottom.png) right bottom / contain no-repeat;
}
section.bg.bg_grey:after{
    background: url(/grantact/img/common/bg_bottom_f2.png) right bottom / contain no-repeat;
}
@media screen and (max-width: 1366px){
    section.bg:before,
    section.bg:after{
        width: 33rem;
        height: 16rem;
    }
}
@media screen and (max-width: 820px){
    section.bg:before,
    section.bg:after{
        width: 24rem;
        height: 11.6rem;
    }
}
.sections.bg > .contents{
    position: relative: 2;
}
.section.noborder {
	border-top: 0;
	margin-top: 60px;
	padding-top: 0;
}
.section:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
@media screen and (max-width: 768px){
	.section {
		margin-top: 40px;
		padding-top: 40px;
	}
}

/* anchor */
.section.anchor {
	margin-top: -140px;
	padding-top: 140px;
}
@media screen and (max-width: 1024px){
	.section.anchor {
		margin-top: -90px;
		padding-top: 90px;
	}
}

/* banner */
.banner {
	margin: 26px 0;
	text-align: center;
}
.banner img {
	height: auto;
	max-width: 100%;
	width: auto;
}

/* btn */
.btn {
	background: #6c4b6d;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .2em;
	margin: 0 1em;
	padding: 12px 2em;
	min-width: 260px;
	vertical-align: top;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
    transition: background-color .4s linear;
}
body.EN .btn {
    letter-spacing: 0.05em;
}
.btn.btnMin {
	font-size: 14px;
	padding: 10px 2em;
	min-width: 218px;
}
.btn.btnExternal {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	min-width: 345px;
}
.btn.btn_secondary{
	background: #402944;
	border: 1px solid #b7a7b8;
    transition: opacity .4s linear;
}
.btn.btn_white{
	background-color: #fff;
	border: 1px solid #6c4b6d;
    color: #6c4b6d;
    opacity: 1;
    transition: opacity .4s linear;
}
.btn.btn_grey{
	background-color: #F7F7F7;
	border: 1px solid #6c4b6d;
    color: #6c4b6d;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
a.btn {
	color: #fff;
}
.btnBlock {
	margin: 0 1em;
	text-align: center;
}
#inc_search .submit_btn{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
.sec_office .link .btn,
.sec_consulting .link .btn,
.sec_buy .link .flex .btn,
.sec_sell .link .btn{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
#inc_search .submit_btn,
.sec_consulting .productList > li a,
.sec_about .wrap .link a{
    transition: background-color .4s linear;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
.linkBtn .flex .btn:hover,
.mapBlc .contactBtnBlc .btn:hover,
#inc_search .submit_btn:hover,
.sec_consulting .productList > li.no_icon a:hover,
.sec_consulting .productList > li a:hover,
.sec_office .link .btn:hover,
.sec_buy .reccomend + .link .flex .btn:hover,
.sec_about .wrap .link a:hover,
.sec_office .link .btn:hover,
.sec_consulting .link .btn:hover,
.sec_sell .link .btn:hover,
.btn:hover{
    opacity: 1;
    background-color: #402944;
}
.linkBtn .flex .btn_grey,
.mapBlc .contactBtnBlc .btn.assessment,
.sec_latest .latestBlc .content .btn{
    opacity: 1;
    transition: opacity .4s linear;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
.sec_movie.aboutBlc .linkBtn a:hover,
.linkBtn .flex .btn_grey:hover{
    background-color: #f7f7f7;
}
.sec_menu .btn{
    transition: all .4s linear;
}
.sec_menu .btn:hover{
    background-color: #f0ecf1;
}
.sec_movie.aboutBlc .linkBtn a:hover,
.linkBtn .flex .btn_grey:hover,
.mapBlc .contactBtnBlc .btn.assessment:hover,
.sec_latest .latestBlc .content .btn:hover,
.sec_tokyu .linkBtn .btn.btn_white:hover,
.btn.btn_white:hover,
.btn.btn_secondary:hover{
    opacity: .4;
}
@media screen and (max-width: 768px){
	.btn {
		font-size: 14px;
		margin: .5em 15px;
		min-width: 0;
		padding: 12px 1em;
		min-width: 38.66%;
	}
	.btnBlock {
		font-size: 14px;
		margin: 0 0 -.5em;
	}
	.btnEqualBlock .btn {
		min-width: 16em;
	}
	.btn.btnExternal {
		min-width: 0;
	}
}

/* icon */
.iconGlass:before {
	background: url(/grantact/img/common/icon_glass.png) 0 0 no-repeat;
	content: "";
	display: inline-block;
	margin-right: .9em;
	height: 19px;
	width: 20px;
	vertical-align: middle;
}
.iconGlass.iconMid:before {
	background-size: auto 16px;
	height: 16px;
	width: 17px;
}
.iconGlass.iconMin:before {
	background-size: auto 14px;
	height: 14px;
	width: 15px;
}
.iconPdf:before {
	background: url(/grantact/img/common/icon_pdf.png) 0 0 no-repeat;
	content: "";
	display: inline-block;
	margin-right: .5em;
	height: 18px;
	width: 28px;
	vertical-align: middle;
}
@media screen and (max-width: 768px){
	.iconGlass:before {
		background-size: auto 12px;
		height: 12px;
		width: 13px;
	}
}

/* article */
.articleLead {
	background: #f4f4f4;
	padding: 2em;
	text-align: center;
}

/* tab */
.tab {
	overflow: hidden;
	margin-bottom: -1px;
	position: relative;
}
.tab li {
	float: left;
}
.tab a {
	background: #fff;
	border: 1px solid #7c4670;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	color: #7c4670;
	display: block;
	font-size: 16px;
	font-weight: bold;
	min-width: 240px;
	margin-right: 18px;
	padding: .5em 1em;
	text-align: center;
}
.tab a.active {
	background: #7c4670;
	color: #fff;
}
.tabInner {
	margin: 0 auto;
	max-width: 1150px;
	position: relative;
}
a.tabAside {
	color: #7c4670;
	display: block;
	font-size: 16px;
	line-height: 1.2;
}
.tabAside:after {
	border: 8px solid transparent;
	border-left: 14px solid #7c4670;
	border-right-width: 14px;
	content: "";
	display: inline-block;
	margin-top: -3px;
	margin-left: .5em;
	vertical-align: middle;
	height: 0;
	width: 0;
}
.tabContent {
	display: none;
	margin: 0 auto;
	max-width: 1150px;
	padding: 30px 0 15px;
}
.tabContentWrap {
	background: #f1f1f1;
	border-top: 3px solid #7c4670;
	position: relative;
	z-index: 1;
}
.tabContent.active {
	display: block;
}
@media screen and (max-width: 768px){
	.tab {
		margin: 0 20px;
	}
	.tab li {
		width: 44%;
	}
	.tab li:nth-child(2n) {
		float: right;
	}
	.tab li a {
		font-size: 14px;
		min-width: 0;
		width: 100%;
	}
	.tabInner {
		padding-top: 2.5em;
	}
	a.tabAside {
		font-size: 12px;
		position: absolute;
		top: -43px;
		right: 12px;
	}
	.tabAside:after {
		border: 5px solid transparent;
		border-left: 8px solid #7c4670;
		border-right-width: 8px;
	}
	.headingArea.isType2 + .tabWrap {
		margin-top: -20px;
	}
	.tabContent {
		padding: 20px 0;
	}
}

/* filter */
.filter .filterInr {
  max-width: 1150px;
  margin: 0 auto;
}
.filter .filterHeader {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter .filterHeaderTtl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 240px;
  padding: .5em 1em;
  border: 1px solid #7c4670;
  border-bottom: 0;
  background: #fff;
  background-color: #7c4670;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.filter .filterHeaderTtl::before, .filter .filterHeaderTtl:after {
  -webkit-transition: -webkit-transform ease-in-out .4s;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  content: "";
  transition: -webkit-transform ease-in-out .4s;
  transition: transform ease-in-out .4s;
  transition: transform ease-in-out .4s, -webkit-transform ease-in-out .4s;
}
.filter .filterHeaderTtl:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.filter.isActive .filterHeaderTtl:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.filter .filterBody {
  display: none;
  padding: 20px 0;
  border-top: 3px solid #7c4670;
  border-bottom: 3px solid #7c4670;
  background: #f1f1f1;
}
.filter .checkbox {
  display: block;
}
.filter .checkbox .checkboxTxt {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}
.filter .checkbox .checkboxTxt::before, .filter .checkbox .checkboxTxt::after {
  display: inline-block;
  position: absolute;
  content: "";
}
.filter .checkbox .checkboxTxt::before {
  top: .2em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #8f8f8f;
  background-color: #fff;
}
.filter .checkbox .checkboxTxt::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: .2em;
  left: .4em;
  width: .3em;
  height: .75em;
  transform: rotate(45deg);
  border-right: 2px solid #7c4670;
  border-bottom: 2px solid #7c4670;
  opacity: 0;
}
.filter .checkbox input {
  display: none;
}
.filter .checkbox input:checked + .checkboxTxt::after {
  opacity: 1;
}
.filter .filterGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter .filterGroup + .filterGroup {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed #ccc;
}
.filterList {
  -ms-flex-item-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
  flex-flow: row wrap;
  align-self: flex-start;
  margin: -.25em -.5em;
}
.filterItem {
  padding: .25em .5em;
}
.filter .filterListWard {
  width: 320px;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #7c4670;
}
.filter .filterListWard > .filterItem {
	font-size: 16px;
	width: 33.33%;
	box-sizing: border-box;
}
.filter .filterListArea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.filter .filterListArea > .filterItem {
  font-size: 14px;
}
.filter .filterFooter {
	padding: 1.5em 0;
}
.filter .filterResult {
	display: flex;
	font-size: 16px;
}
.filter .filterResult dt:after {
	content: "£º";
}
.filter .filterResult {
	display: flex;
	align-items: center;
	font-size: 16px;
}
.filter .filterResult em {
	font-size: 18px;
	margin-right: .25em;
}
.filter .clearButton {
	display: none;
	background-color: #7c4670;
	border-radius: 5px;
	color: #fff;
	padding: .75em .5em;
	border: 2px solid #7c4670;
}
@media screen and (max-width: 768px) {
  .filter .filterInr {
    padding: 0 20px;
  }
  .filter .filterHeaderTtl {
		width: 100%;
		font-size: 14px;
  }
  .filter .checkbox {
    display: block;
    padding: .75em;
    background-color: #fff;
    color: #7c4670;
  }
  .filter .filterGroup {
    display: block;
	}
  .filter .filterGroup + .filterGroup {
		padding-top: 0;
		border-top: 0;
		margin-top: 1.5em;
	}
	.filter .filterList {
		margin: 0;
	}
	.filterItem {
		padding: 0;
	}
  .filter .filterListWard {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
	}
	.filter .filterListWard > .filterItem {
		flex: 1;
		width: auto;
	}
  .filter .filterListWard .checkbox {
    background-color: #7c4670;
    color: #fff;
		font-size: 14px;
  }
  .filter .filterListArea {
		background-color: #fff;
  }
  .filter .filterListArea > .filterItem {
    flex: 0 0 50%;
	}
	.filter .filterListArea .checkbox {
		padding: 1em;
		font-size: 12px;
	}
	.filter .filterFooter {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding: .75em 0;
		background-color: #fff;
		z-index: 10;
		border-top: 3px solid #7c4670;
	}
	.filter .filterFooter .filterInr {
		display: flex;
		align-items: center;
	}
	.filter .filterResult {
		flex: 1;
		margin-right: 10px;
		font-size: 14px;
	}
	.filter .clearButton {
		flex: 0 0 10.5em;
		display: block;
		font-size: 12px;
	}
}

/* listBtns */
.listBtns {
	overflow: hidden;
}
.listBtns li {
	float: left;
	font-size: 12px;
	margin: 0 0 1.125% 1.125%;
	text-align: center;
	width: 19.1%;
}
.listBtns li:nth-child(5n-4) {
	clear: left;
	margin-left: 0;
}
.listBtns a {
	background: #fff;
	border: 1px solid #7c4670;
	color: #7c4670;
	display: block;
	font-weight: bold;
	padding: .75em 1em;
}
.listBtns a.active {
	background: #7c4670;
	color: #fff;
}
.listBtnsLabel {
	display: none;
}
@media screen and (max-width: 768px){
	.listBtnsWrap {
		min-height: 3.4em;
		position: relative;
		z-index: 1;
	}
	.listBtns {
		background: #f1f1f1;
		box-sizing: border-box;
		box-shadow: 1px 1px 1px #8d8d8d;
		display: none;
		position: absolute;
		left: 0;
		padding: 0 20px 20px;
		width: 100%;
	}
	.listBtns.active {
		display: block;
	}
	.listBtns li {
		margin: 0;
		width: 100%;
	}
	.listBtns a {
		border-top-width: 0;
		font-size: 14px;
		font-weight: normal;
		padding: .65em 1em;
	}
	.listBtns li:first-child a {
		border-top-width: 1px;
	}
	.listBtnsLabel.active {
		background: #7c4670;
		color: #fff;
		display: block;
		font-size: 14px;
		margin: 0 20px;
		padding: .65em 1em;
		text-align: center;
	}
}

/* listLines */
.listLines {
	margin: 0 auto;
	max-width: 930px;
}
.listLines:after {
	clear: left;
	content: "";
	display: block;
}
.listLines li {
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	margin-top: 1.5em;
	padding-left: 1em;
	width: 25%;
}
.listLines li:nth-child(-n+4) {
	margin-top: 0;
}
.listLines li:nth-child(4n-3) {
	padding-left: 0;
	clear: left;
}
@media screen and (max-width: 768px){
	.listLines {
		margin: 0 10px;
		width: auto;
	}
	.listLines li {
		font-size: 14px;
		width: 50%;
	}
	.listLines li,
	.listLines li:nth-child(-n+4) {
		margin-top: 1.5em;
	}
	.listLines li:nth-child(-n+2) {
		margin-top: 0;
	}
	.listLines li:nth-child(2n-1) {
		padding-left: 0;
		clear: left;
	}
}
@media screen and (max-width: 465px){
	.listLines li {
		width: 100%;
		padding: 0;
	}
	.listLines li:nth-child(-n+2) {
		margin-top: 1.5em;
	}
}
/* articleItem */
.articleItem {
	border: 1px solid #7c4670;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px #8d8d8d;
	font-size: 14px;
	margin-bottom: 3px;
	width: 23%;
}
.articleItem a {
	display: block;
}
.articleItem .name {
	font-weight: bold;
	line-height: 1.5;
	min-height: 3em;
	padding: 12px 12px;
}
.articleItem figure {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.articleItem figure img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	width: 100%;
	vertical-align: top;
}
.articleItem:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.articleItem .data {
	overflow: hidden;
	padding: 20px 15px 15px;
}
.articleItem .data dt {
	float: left;
	clear: left;
	margin-right: .5em;
	width: 5em;
}
.articleItem .data dt,
.articleItem .data dd {
	margin-bottom: .5em;
}
.articleListWrap {
	margin: 60px auto;
	max-width: 1150px;
}
.articleList {
	margin: 0 -1%;
}
.articleList:after {
	clear: left;
	content: "";
	display: block;
}
.articleList .articleItem {
	float: left;
	margin: 0 1% 2%;
	transition: transform 1s ease, width 1s ease;
	transform-origin: 0 0;
	transform: scale(1);
	min-height: 444px;
	width: 23%;
}
.articleList .articleItem.inactive {
	border-width: 0;
	box-shadow: none;
	margin: 0;
	overflow: hidden;
	height: 0;
	transition: transform 1s ease, width 1s ease, height 0s ease 1s;
	transform: scale(0);
	width: 0;
}
.articleList .articleItem.inactive a {
	opacity: 0;
}
.articleStyle {
	display: none;
}
@media screen and (max-width: 768px){
	/* article */
	.articleListWrap {
		margin-top: 20px;
	}
	.articleList {
		margin: 0 6px;
	}
	.articleList .articleItem {
		margin: 0 5% 5%;
		width: 90%;
	}
	.articleList.photo .articleItem {
		margin: 0 2% 4%;
		min-height: 0;
		width: 46%;
	}
	.articleList.photo .articleItem.inactive,
	.articleList .articleItem.inactive {
		margin: 0;
		height: 0;
		width: 0;
	}
	.articleList.photo .articleItem .data {
		display: none;
	}
	.articleStyle {
		display: block;
		margin: 20px;
		text-align: right;
	}
	.articleStyle li {
		display: inline-block;
		margin-left: 4px;
		padding: 5px 0;
		height: 20px;
		width: 30px;
		vertical-align: top;
		text-align: center;
	}
	.articleStyle span {
		display: block;
	}
	.articleStyle span:before,
	.articleStyle span:after {
		background-color: #222;
		content: "";
		display: inline-block;
		height: 20px;
		width: 0;
		vertical-align: middle;
	}
	.articleStyle li.active span:before,
	.articleStyle li.active span:after {
		background-color: #7c4670;
	}
	.articleStyle .iconSingle:before {
		width: 12px;
	}
	.articleStyle .iconDouble:before,
	.articleStyle .iconDouble:after {
		width: 7px;
	}
	.articleStyle .iconDouble:before {
		margin-right: 2px;
	}
	.articleStyle i {
		display: none;
	}
}

/* slick */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
    overflow:hidden;
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	outline: none;
	min-height: 1px;
}
.slick-slide a {
	outline: none;
}
.mainVisualInner .slick-slide a:hover {
    opacity: 1;
}
.mainVisualInner .slick-slide a .info p{
    transition: all .4s linear;
}
.mainVisualInner .slick-slide a:hover .info p{
    opacity: .4;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	width: 100%;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-arrow {
	background: none;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	text-indent: -999px;
	overflow: hidden;
	z-index: 1;
}
.slick-arrow:hover {
	opacity: .5;
}
.slick-dots {
	font-size: 0;
	margin: 25px 0;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
.slick-dots li {
	display: inline-block;
	margin: 0 2px;
}
.slick-dots li button {
	background: #fff;
	/*border: 2px solid #7c4670;*/
	/*border-radius: 50%;*/
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	line-height: 0;
	margin: 0;
	padding: 0;
	outline: none;
	overflow: hidden;
	text-indent: -999em;
	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	height: 3px;
	width: 55px;
	background-color: #bdbdbd;
	border: none;
}
.slick-dots li button:hover {
	/*-webkit-transform: scale(1.2);*/
	/*transform: scale(1.2);*/
	background: #744370;
}
.slick-dots li.slick-active button {
	background: #744370;
}
.slick-arrow.slick-prev,
.slick-arrow.slick-next {
	height: 42px;
	width: 24px;
}
.slick-arrow.slick-prev {
	background: url(/grantact/img/common/icon_prev01.png) 50% 50% no-repeat;
	left: -44px;
}
.slick-arrow.slick-next {
	background: url(/grantact/img/common/icon_next01.png) 50% 50% no-repeat;
	right: -44px;
}
@media screen and (max-width: 768px){
	.slick-dots {
		margin: 17px 0 0;
	}
}

/* slider */
.sliderHeading {
	color: #7d4670;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	letter-spacing: .2em;
}
.sliderHeading span {
	font-size: .818em;
}
.sliderHeading i {
	color: #999;
	display: block;
	font-size: .818em;
	font-style: normal;
}

/* sliderLarge */
.sliderLarge {
	margin-bottom: 60px;
}

/* sliderArticle */
.sliderArticle {
	margin: 0 -9px;
}
.sliderArticle .articleItem {
	margin: 0 9px;
}
.sliderArticleArea {
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 60px;
}
.sliderArticleArea .slick-dots {
	margin: 40px 0 0;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
.sliderArticleArea .btnBlock.isRight {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.sliderArticleArea .btnBlock.isRight .btn {
	margin: 0;
}

/* sliderIncontents */
.sliderIncontents {
	margin: 0 auto 20px;
	max-width: 930px;
}
.sliderIncontents.slick-dotted {
	margin-bottom: 60px;
}

@media screen and (max-width: 768px){
	.sliderHeading {
		font-size: 18px;
		text-align: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	/* sliderLarge */
	.sliderLarge {
		margin-bottom: 30px;
	}
	.sliderLarge.slick-dotted {
		margin-bottom: 50px;
	}
	.sliderLarge .slick-arrow.slick-prev,
	.sliderLarge .slick-arrow.slick-next {
		background-size: 12px auto;
		top: 79%;
	}
	.sliderLarge .slick-arrow.slick-prev {
		left: 10px;
	}
	.sliderLarge .slick-arrow.slick-next {
		right: 10px;
	}
	/* sliderArticle */
	.sliderArticleArea {
		padding-bottom: 0;
		position: static;
	}
	.sliderArticle {
		margin: 0 0 10px;
		padding-bottom: 20px;
		overflow: auto;
		white-space: nowrap;
		width: 100%;
	}
	.sliderArticle .articleItem {
		display: inline-block;
		width: 65%;
		white-space: normal;
	}
	.sliderArticle .articleItem:first-child {
		margin-left: 18px;
	}
	.sliderArticle .articleItem:last-child {
		margin-right: 18px;
	}
	.sliderArticleArea .btnBlock.isRight {
		position: static;
	}
	/* sliderIncontents */
	.sliderIncontents {
		margin-bottom: 25px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sliderIncontents .slick-arrow.slick-prev,
	.sliderIncontents .slick-arrow.slick-next {
		top: 50%;
	}
}

/* officeLinks */
.officeLinks {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: -10px;
}
.officeLinkItem {
	padding : 10px;
	width: 33.333%;
	box-sizing: border-box;
}
.officeLinkItem img {
	width: 100%;
}
.officeLinkItem a {
	display: block;
}
.officeLinkItem:nth-child(odd) {
	float: left;
}
.officeLinkItem:nth-child(even) {
	float: left;
}
.officeLinkItem .thumb {
	display: block;
}
.officeLinkItem .thumb img {
	height: auto;
	width: 100%;
}
.officeLinkItem .name {
	background: #231815;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 20px;
	text-align: center;
}
@media screen and (max-width: 768px){
	.officeLinks {
		margin: 0;
	}
	.officeLinkItem {
		margin: 40px 10px 0;
		width: auto;
		padding: 0;
	}
	.officeLinkItem:first-child {
		margin-top: 0;
	}
	.officeLinkItem img {
		width: 100%;
	}
	.officeLinkItem:nth-child(odd),
	.officeLinkItem:nth-child(even) {
		float: none;
	}
}

/* breadcrumb */
.breadcrumb{
    background: #f7f7f7;
    width: 100%;
    overflow-x: auto;
    font-family: "Noto Sans JP", sans-serif;
    scrollbar-width: none;
}
body.ZH .breadcrumb{
	font-family: 'Noto Sans SC', sans-serif;
}
body.zh-TW .breadcrumb{
	font-family: 'Noto Ssans TC', sans-serif;
}
.container.top .breadcrumb{
    background: #5a4262;
}
.breadcrumb .contents{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.breadcrumb ul{
    display: flex;
}
.breadcrumb ul li{
    color: #b5b6b6;
    font-size: 1.3rem;
    white-space: nowrap;
}
.breadcrumb ul li:last-child{
    padding-right: 15px;
}
.breadcrumb ul li.home:before{
    content: "";
    display: inline-block;
    margin: 0 .75rem 0 0;
    width: 1.3rem;
    height: 1.3rem;
    background: url(/grantact/img/common/icon_home.svg) center / contain no-repeat;
    vertical-align: -2px;
}
.breadcrumb ul li + li:before{
    content: "";
    display: inline-block;
    border-top: 1px solid #B5B6B6;
    border-right: 1px solid #B5B6B6;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    margin: 0 1rem;
    vertical-align: 1px;
}

/* display */
.sp {
    display: none !important;
}
@media screen and (max-width: 1366px){
	.pc {
		display: none !important;
    }
	.pc.tablet{
        display: block !important;
	}
	.tablet{
        display: block !important;
	}
	.tablet.sp {
        display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 820px){
	.pc.tablet{
        display: none !important;
    }
	.tablet{
        display: none !important;
	}
	.tablet.sp {
		display: block !important;
	}
	.sp {
		display: block !important;
	}
}

/* clearfix */
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

/* margin */
.marginTop0 {
	margin-top: 0;
}
.marginTopS {
	margin-top: 40px;
}
.marginTopM {
	margin-top: 60px;
}
.marginTopL {
	margin-top: 80px;
}
.marginTopXL {
	margin-top: 160px;
}
.marginBottom0 {
	margin-bottom: 0;
}
.marginBottomS {
	margin-bottom: 40px;
}
.marginBottomM {
	margin-bottom: 60px;
}
.marginBottomL {
	margin-top: 0;
	margin-bottom: 80px;
}
.marginBottomXL {
	margin-bottom: 160px;
}
@media screen and (max-width: 768px){
	.marginTopS {
		margin-top: 26px;
	}
	.marginTopM {
		margin-top: 40px;
	}
	.marginTopL {
		margin-top: 60px;
	}
	.marginTopXL {
		margin-top: 120px;
	}
	.marginBottomS {
		margin-bottom: 26px;
	}
	.marginBottomM {
		margin-bottom: 40px;
	}
	.marginBottomL {
		margin-bottom: 60px;
	}
	.marginBottomXL {
		margin-bottom: 120px;
	}
}




/*common___________________________________________*/
.no_index{}
.no_index .main{
	position: relative;
    height: 46rem;
}
.no_index .main_img{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
body#about .main_img{
    background-image: url(/grantact/img/about/about_main.jpg);
    background-position: center top;
}
.no_index .main .main_text_box{
    width: 28.6rem;
    height: 28.6rem;
    padding: 6rem 0;
    background: rgba(64, 41, 68, .75);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1px solid #fff;
    position: absolute;
    left: 10%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    top: calc( 50% + 3rem);
    margin: auto;
}
.no_index .main .main_text_box > .wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
	padding: 2rem;
}
.no_index .main .main_text_box span,
.no_index .main .main_text_box p{
	color: #fff;
	display: block;
    text-align: left;
}
.no_index .main .main_text_box span{
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0;
    margin: 0 0 2rem;
	position: relative;
}

.no_index .main .main_text_box p{
	font-size: 1.6rem;
	line-height: 1.5;
}









/*______form_wrap_____________________________________________________________________*/

#form_wrap {
    max-width: 1120px;
    margin: 0 auto;
}



#form_wrap input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
#form_wrap input[type="radio"] {
    display: none;
}

#form_wrap input[type="checkbox"] {
    display: none;
}

#form_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: transparent;
}
#form_wrap select::-ms-expand {
    display: none;
}
#form_wrap textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}
#form_wrap button,
#form_wrap input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

/*__________________________________________*/

#form_wrap .checkbox {
    box-sizing: border-box;
    /*cursor: pointer;*/
    display: inline-block;
    padding: 0 0 0 20px;
    position: relative;
    width: auto;
    font-size: 15px;
    line-height: 1em;
    vertical-align:top;
}
#form_wrap .checkbox::before {
    background: #fff;
    border: 1px solid #707070;
    content: '';
    display: block;
    height: 16px;
    left: 0px;
    /*margin-top: -8px;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    border-radius: 2px;
}
#form_wrap .checkbox::after {
    border-right: 3px solid #7c4670;
    border-bottom: 3px solid #7c4670;
    content: '';
    display: block;
    height: 9px;
    left: 5px;
    /* margin-top: -7px; */
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-57%) rotate(45deg);
    width: 5px;
}
/*
#form_wrap .form_sec_08 .checkbox::before ,
#form_wrap .form_sec_07 .checkbox::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 14px;
    left: 0px;
    position: absolute;
    top: -1px;
    width: 14px;
    border-radius: 50%;
}
#form_wrap .form_sec_08 .checkbox::after ,
#form_wrap .form_sec_07 .checkbox::after {
    content: '';
    display: block;
    opacity: 0;
        width: 7px;
    height: 7px;
    background: #7c4670;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
}*/



#form_wrap input[type=radio]:checked + .checkbox::after ,
#form_wrap input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
}

/*__________________________________________*/

#form_wrap select{
    text-indent: 0.01px;
    vertical-align: text-top;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 2px 10px;
    width:170px;
    border-radius:0px;
    font-size: 15px
    border: solid 1px #000;
}
#form_wrap select::-ms-expand {
    display: none;
}
#form_wrap .select{
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
}
#form_wrap .select::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 14px;
    margin: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: -1;
}

#form_wrap .from_icon{
    display: inline-block;
    vertical-align: bottom;
    font-size: 15px;
    margin: 0 10px 0 0;
}




#form_wrap .form_sec_04 .checkbox,
#form_wrap .form_sec_01 .checkbox{
    margin: 0 30px 0 0;
}
#form_wrap .form_sec_02 .checkbox{
    margin: 0 30px 14px 0;
}


#form_wrap .form_sec_07 .checkbox,
#form_wrap .form_sec_08 .checkbox {
    margin: 0 0 14px 0;
    width: 160px;
}
#form_wrap .form_sec_07 .checkbox:nth-of-type(15),
#form_wrap .form_sec_07 .checkbox:nth-of-type(15){
    width: 320px;
}


/*___________________________________________*/

#form_wrap input[type="submit"] {
    display: block;
    max-width: 480px;
    width: 90%;
    padding: 20px 0 20px 0;
    margin: 0 auto;
    font-size: 17px;
    color: #7c4670;
    border: solid 1px #7c4670;
/*
    background: -moz-linear-gradient(90deg, #7C4670 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
    background: -webkit-linear-gradient(90deg, #7C4670 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
    background: linear-gradient(90deg, #7C4670 0%, #000000 100%) no-repeat 50% 50% / 100% 100%;
*/

}

/*___________________________________________*/





.sec_search{
	margin: 120px 0 0;
}
.sec_search .contents{
	position: relative;
    padding: 20px 0 0 0;
}
.sec_search .contents .popup_btn{
	margin: 20px auto;
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
}
.sec_search > .contents::before{
	content: "";
	height: 100%;
	width: 100vw;
	background: #f2e7f1;
	position: absolute;
	top: 0px;
	left: calc(50% - 650px);
	z-index: -1;
}



.sec_search > .contents.bg_1::before{background: #f2e7f1;}
.sec_search > .contents.bg_2::before{background: #f2f2f2;}

.sec_search .close_btn{
	display: none;
}

.sec_search .tab_area{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size:0; margin:0 10px;
	margin: 0 0 20px;
}
.sec_search .tab_area label{
	width: 280px;
	margin:0 20px;
	display:inline-block;
	padding:15px 0 15px;
	text-align:center;
	font-size:15px;
	cursor:pointer;
}
@media screen and (max-width: 768px){
	.sec_search .tab_area{
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
        padding-bottom:10px;
	}
}
.sec_search .tab_area a:nth-of-type(1) label{color:#744370;border: solid 1px #744370;margin-bottom:30px;}
.sec_search .tab_area a:nth-of-type(1) label:hover{background:#744370;color:#fff;border: solid 1px #744370;margin-bottom:20px;}
.sec_search .tab_area a:nth-of-type(2) label{color:#767676;border: solid 1px #767676;margin-bottom:20px;}
.sec_search .tab_area a:nth-of-type(2) label:hover{background:#767676;color:#fff;border: solid 1px #767676;margin-bottom:20px;}
.sec_search .tab_area a:nth-of-type(1) label.active{
	background:#744370;
	color:#fff;border: solid 1px #744370;
	margin-bottom:20px;
}
.sec_search .tab_area a:nth-of-type(2) label.active{
	background:#767676;
	color:#fff;
	border: solid 1px #767676;
	margin-bottom:20px;
}
.sec_search .tab_area a label.active{
	color:#fff;
}
.sec_search .tab_area a:hover,
.sec_search .tab_area a label:hover{
	opacity:1;
}
@media screen and (max-width: 768px){
	.sec_search .tab_area a:nth-of-type(1) label,
	.sec_search .tab_area a:nth-of-type(1) label:hover,
	.sec_search .tab_area a:nth-of-type(2) label,
	.sec_search .tab_area a:nth-of-type(2) label:hover,
	.sec_search .tab_area a:nth-of-type(1) label.active,
	.sec_search .tab_area a:nth-of-type(2) label.active{
		width: 42%;
		margin: 0 3% 10px;
	}
}
.sec_search .panel_area{}
#top .sec_search .panel_area{
	display: none;
}
.sec_search .tab_panel{
	width:100%;
	display:none;
}

.sec_search .tab_panel.active{
	display:block;
}


.pre_seatch_area{
	position: relative;
	padding: 50px 0 50px;
	z-index: 2;
}
.pre_seatch_area::before{
	content: "";
	height: 100%;
	width: 100vw;
	background: #3a3a3a;
	position: absolute;
	top: 0;
	right: calc(50% - 650px);
	z-index: -1;
}
.pre_seatch_ttl{
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 0 0 30px;
	position: relative;
}
.pre_seatch_ttl::before{
	content: "";
	width: 100%;
	height: 1px;
	background: -moz-linear-gradient(90deg, #4A4A4A 0%, #FFFFFF 50%, #FFFFFF 50%, #4A4A4A 100%) no-repeat 50% 50% / 100% 100%;
    background: -webkit-linear-gradient(90deg, #4A4A4A 0%, #FFFFFF 50%, #FFFFFF 50%, #4A4A4A 100%) no-repeat 50% 50% / 100% 100%;
    background: linear-gradient(90deg, #4A4A4A 0%, #FFFFFF 50%, #FFFFFF 50%, #4A4A4A 100%) no-repeat 50% 50% / 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pre_seatch_box{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0 0;
}
.pre_seatch_box a{
	width: 16%;
	position: relative;
}
.pre_seatch_box a img{
	width: 100%;
}
.pre_seatch_box a p{
	width: calc(100% - 6px);
    min-width:150px;
	font-size: 15px;
	color: #fff;
	line-height: 1em;
	background-color: rgba(116, 67, 112, .75);
	padding:7px 0 6px 6px;
	position: absolute;
	bottom: 0;
	left :0;
}

.pre_seatch_box a:hover{
	opacity: .4;
}
.pre_seatch_box a p.link_hover{
	display: block;
    width: 100%;
    height: 100%;
    background-color:rgba(116,67,112,0.9);
    text-align: center;
    padding: 0;
    line-height: 9;
	opacity: 0;
	font-size: 15px;
	transition: all 0.6s ease;
	color: #FFFFFF;
}

.pre_seatch_box a:hover p.link_hover{
	opacity: 1;
}

.pre_seatch_box{}
.pre_seatch_box{}



@media screen and (max-width: 1300px){
	.pre_seatch_area::before,
	.sec_search > .contents::before{
		width: 1300px;
		left: -75px;
		margin: auto;
	}

}





#form_wrap .form_sec{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding: 25px 0;
    font-size: 0;
}
#form_wrap .form_sec_01{
	padding-top: 0;
}
#form_wrap .form_sec_07{
    padding-bottom: 0;
}
#form_wrap .form_sec_08{
    padding-top: 0;
}
/*
#residence #form_wrap .form_sec_03_rent{display: none;}
#rent #form_wrap .form_sec_03_resi{display: none;}*/

/*___*/
#form_wrap .form_title{
    max-width: 130px;
    width: 14%;
    padding: 0 0 0 40px;
}
#form_wrap .form_sec_01 .form_title{
	padding-top: 80px;
}
#form_wrap .form_sec_07 .form_title,
#form_wrap .form_sec_08 .form_title{
    max-width: 160px;
    width: 17%;
}
#form_wrap .form_title span{
    font-size: 15px;
}
/*___*/
#form_wrap .form_slct_area{
    width: 86%;
    position: relative;
}
#form_wrap .form_sec_01 .form_slct_area{}
#form_wrap .form_sec_01 .form_slct_area .checkbox{position: absolute;}
#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(1){top: 52%; left: 43%;}
#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(2){top: 33%; left: 43%;}
#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(3){top: 27%; left: 20%;}
#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(4){top: 11%; left: 43%;}
#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(5){top: 43%; left: 20%;}
#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(6){top: 68%; left: 20%;}
#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(7){top: 80%; left: 43%;}
#form_wrap .form_sec_07 .form_slct_area,
#form_wrap .form_sec_08 .form_slct_area{
    width: 83%;
}
/*___*/
#form_wrap .form_hr{
    border: none;
    border-top: solid 1px #aeaeae;
    margin: 0;
}
#form_wrap .form_hr:nth-of-type(1){
    width: 86%;
    margin: 0 0 0 auto;
}

#form_wrap .form_slct_area .slct_map{
	width: 730px;
}











/*_______________________________________________*/
.float_search{
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
	padding: 100px 0 100px;
	background-color: #fff;
	width: 100%;
	max-height: 75vh;
	overflow: scroll;
	position: fixed;
	bottom: -100vh;
	left: 0;
}
.float_search .close_btn{
	width: 100%;
	height: 100%;
	max-width: 60px;
	max-height: 60px;
	display: block;
	position: absolute;
	top: 4%;
	right: 0;
	cursor: pointer;
}
.float_search .close_btn span{
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #333;
}
.float_search .close_btn .btn_before{
	transform: translateY(17px) rotate(-45deg);
}
.float_search .close_btn .btn_after{
	transform: rotate(45deg);
}
.float_search.active{
    overflow-x: hidden;
	bottom: 0;
	z-index: 999;
}
.float_search .contents{
	position: relative;
}
.float_search > .contents::before{
	content: "";
	height: 100%;
	width: 100vw;
	background: #f4f7fa;
	position: absolute;
	top: 0px;
	left: calc(50% - 650px);
	z-index: -1;
}

.float_search .tab_area{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size:0; margin:0 10px;
	margin: 0 0 40px;
}
.float_search .tab_area label{
	width:280px;
	margin:0 20px;
	display:inline-block;
	padding:15px 0 15px;
	color:#744370;
	text-align:center;
	font-size:15px;
	cursor:pointer;
	border: solid 1px #744370;
}
.float_search .tab_area label.active{
	background:#744370;
	color:#fff;
}
.float_search .tab_area label:hover{
	opacity:0.7;
}

.float_search .panel_area{}
.float_search .tab_panel{
	width:100%;
	display:none;
}
.float_search .pre_seatch_area{
	display: none;
}
.float_search .tab_panel.active{
	display:block;
}


.float_search #form_wrap .form_sec_01 {
    padding-top: 25px;
}
.float_search #form_wrap .form_sec_01 .form_title {
    padding-top: 0px;
}

/*.float_search #form_wrap .form_sec_01 .form_slct_area .checkbox{position: static;}
.float_search #form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(1),
.float_search #form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(2),
.float_search #form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(3),
.float_search #form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(4),
.float_search #form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(5),
.float_search #form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(6),
.float_search #form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(7){top: 0%; left: 0%;}
*/

/*_______________________________________________*/













/*___________________________________________________________________________*/


/*_________________________________________________________________________________*/
li.sort_list{
	display: none;
}
li.sort_list.active{
	display: block;
}

.display_search_area_btn{
    font-size: 16px;
    text-align:right;
}
.display_none_search_area_btn{
    font-size: 16px;
    text-align:right;
    margin-right:6%;
}
.display_search_area_btn span.text,
.display_none_search_area_btn span.text{
    display:inline-block;
    background-color: #FCA000;
    color:#fff;
    padding:6px 100px;
    cursor:pointer;
}
.display_search_area_btn span.arrow{
  font: 36px "Consolas", monospace;
  color: #fff !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top:3px;
  right: 30px;
  padding: 0 0 26px;
  position: absolute;
  pointer-events: none;
}
.display_none_search_area_btn span.arrow{
  font: 36px "Consolas", monospace;
  color: #fff !important;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /*top:3px;*/
  right: 7%;
  padding: 0 0 0px 16px;
  position: absolute;
  pointer-events: none;
}
.result_area .contents {
    padding-top:20px;
}
.result_area_ttl{
	font-size: 22px;
	text-align: center;
	margin: 0 0 40px;
}
.result_word{
    float:left;
	font-size: 24px;
	text-align: left;
}
.sort_area{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	padding: 4px 20px 4px;
	margin: 0 0 20px;
}
.sort_area #list{
	font-size: 25px;
	line-height: 1em;
	color: #fff;
	display: inline;
}
.sort_area .list_span{
	font-size: 16px;
	line-height: 1em;
	color: #fff;
}
.sort_area .select_area{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 600px;
}

.sort_area .select_box{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.sort_area .select_box::before {
	content: ">";
  font: 17px "Consolas", monospace;
  color: #000 !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
	top: 1px;
	right: 14px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.sort_area .select_box span{
	font-size: 15px;
	line-height: 1em;
	color: #fff;
}

.sort_area select {
    text-indent: 0.01px;
    vertical-align: text-top;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 2px 10px;
    width: 270px;
    border-radius: 0px;
    font-size: 15px border: solid 1px #000;
    margin: 0 0 0 10px;
}
.sort_area select::-ms-expand {
    display: none;
}
.sort_area select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: #fff;
}
/**
.sort_area #sort_btn2 {
    opacity: .5;
    pointer-events: none;
    width: 100px;
}
.sort_area #sort_btn2.active {
    opacity: 1;
    pointer-events: auto;
}
**/
/** sg **/
.sort_area #sort_btn2 {
    width: 170px;
}
.sort_area #sort_btn2::disabled {
    opacity: .5;
    pointer-events: none;
}




.property_list{
	list-style: none;
	padding: 10px 30px 10px 10px;
	border: solid 1px #000;
	margin: 0 0 20px;
	position: relative;
}
.property_list a{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.property_list span{
	line-height: 1em;
	display: inline-block;
}
.property_list .left{
	width: 255px;
}
.property_list .left img{
	width: 100%;
}
/** 背景画像に変更 sg **/
.property_list .left .image_container{
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
}

.property_list .right{
	width: 830px;
}
.property_list .ttl{
	padding: 10px 0 5px;
}
.property_list .ttl span{
	font-size: 20px;
	width: 480px;
}
.property_list .ttl span.icon{
	width: 200px;
	background: #8a8a8a;
	padding: 6px 0 7px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.property_list .address{
	font-size: 15px;
	padding: 0px 0 10px;

}

.property_list .flex{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.property_list .flex p{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 30%;
	padding: 10px 0 10px;
	position: relative;
}
.property_list .flex p::before{
	content: "";
	width: 1px;
	height: 22px;
	background: #aeaeae;
	position: absolute;
	top: 7px;
	right: -22px;
}
.property_list .flex p:nth-of-type(3n)::before{
	content: "";
	width: 830px;
	height: 1px;
	background: #aeaeae;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}
.property_list .flex span{
	font-size: 15px;
}

.property_list .property_btn{
	display: block;
	width: 300px;
	margin: 5px 0 0 auto;
	font-size: 16px;
	color: #fff;
	line-height: 1em;
	text-align: center;
	background: #744370;
	padding: 9px 0 10px;
	position: relative;
}
.property_list .property_btn span{
	position: absolute;
	top: 9px;
	right: 20px;
}


.property_list.new::before{
    content: "NEW";
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 2px;
    transform: rotate(45deg);
    z-index: 2;
}
.property_list.new::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 75px 75px 0;
    border-color: transparent #c30d23 transparent transparent;
    z-index: 1;
}

.library_number_btn::before{
	content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #7c4670;
    border-right: 1px solid #7c4670;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    top: 45%;
    left: calc(95%);
}

@media screen and (max-width: 768px){

	.result_area{
		margin-top: -40px;
		padding-top: 10px;
	}
	#panel1{
		margin-top: -40px;
		padding-top: 40px;
	}

	.sort_area {
	    display: block;
	    /*background-color: #000;*/
	    padding: 8px 10px 8px;
	    margin: 0 0 20px;
	}

	.sort_area #list {
	    font-size: 20px;
	    /*line-height: 1em;*/
	    /*color: #fff;*/
	    /*display: inline;*/
	}
	.sort_area .list_span {
	    font-size: 14px;
	    /*line-height: 1em;*/
	    /*color: #fff;*/
	}
	.sort_area .select_area{
		display: block;
		width: auto;
	}
	.sort_area .select_box {
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    margin: 10px 0 0;
	}
	.sort_area .select_box span {
	    font-size: 12px;
	    /*line-height: 1em;*/
	    /*color: #fff;*/
	}


	.property_list {
	    /*list-style: none;*/
	    padding: 10px 10px 20px 10px;
	    /*border: solid 1px #000;*/
	    /*margin: 0 0 20px;*/
	}


	.property_list a {
	    display: block;
	}

	.property_list .left {
	    width: 60%;
	    margin: 0 auto;
	}
	.property_list .right {
	    width: 100%;
	    display:-webkit-box;
	  	display:-ms-flexbox;
	  	display:flex;
	  	-ms-flex-wrap: wrap;
	  	flex-wrap: wrap;
	}

	.property_list .ttl {
	    padding: 10px 0 5px;
	    width: 100%;
	    order: 2;
	}
	.property_list .ttl span {
	    font-size: 15px;
	    width: auto;
	    display: block;
	    margin: 0 0 5px;
	}
	.property_list .ttl span.icon {
	    width: 80px;
	    /*background: #8a8a8a;*/
	    padding: 4px 0 4px;
	    font-size: 11px;
	    /*color: #fff;*/
	    /*text-align: center;*/
	}
	.property_list .address{
		font-size: 13px;
		padding: 0px 0 10px;
		width: 100%;
		order: 3;
	}
	.property_list .flex{
		width: 100%;
		order: 4;
	}

	.property_list .flex p {
	    width: 45%;
	    padding: 10px 0 10px;
	    /*position: relative;*/
	}

	.property_list .flex span {
	    font-size: 12px;
	}

	.property_list .flex p:nth-of-type(odd)::before {
	    content: "";
	    width: 1px;
	    height: 14px;
	    background: #aeaeae;
	    position: absolute;
	    top: 10px;
	    right: -12%;
	}

	.property_list .flex p:nth-of-type(even)::before {
	    content: "";
	    width: 222%;
	    height: 1px;
	    background: #aeaeae;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 0;
	}

	.property_list .property_btn {
	    /*display: block;*/
	    width: 80%;
	    margin: 10px auto 10px auto;
	    font-size: 14px;
	    /*color: #fff;*/
	    /*line-height: 1em;*/
	    /*text-align: center;*/
	    /*background: #744370;*/
	    padding: 9px 0 10px;
	    order: 1;
	}

}













@media screen and (max-width: 820px){

/*common___________________________________________*/
	.contact_box a{
		pointer-events: auto;
	}
	.no_index{}
	.no_index .main{
		position: relative;
		margin: 0;
        height: 33rem;
	}
	.no_index .main img{
		width: 100%;
	}
    .no_index .main .main_text_box > .wrap{
        padding: 2rem 1.4rem;
    }
	.no_index .main .main_text_box{
		/*max-width: 800px;*/
		/*background: rgba(0, 0, 0, .5);*/
		/*position: absolute;*/
		/*left: 0;*/
		/*right: 0;*/
		/*margin: auto;*/
        left: 50%;
        transform: translate(-50%,-50%);
        height: 20.5rem;
        width: 20.5rem;
	}
	.no_index .main .main_text_box span,
	.no_index .main .main_text_box p{
		/*color: #fff;*/
		/*display: block;*/
		/*text-align: center;*/
	}
	.no_index .main .main_text_box span{
		font-size: 2.6rem !important;
        line-height: 1.25;
		/*line-height: 1em;*/
		letter-spacing: 0.05em;
		/*padding: 0 0 20px;*/
	    margin: 0 0 1rem !important;
		position: relative;
	}
	.EN.no_index .main .main_text_box span{
        font-size: 2.4rem !important;

	}
	.no_index .main .main_text_box span::before{
        /*
		content: "";
		width: 90%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: -moz-linear-gradient(90deg, #726E69 0%, #FFFFFF 50%, #FFFFFF 50%, #726E69 100%) no-repeat 50% 50% / 100% 100%;
	    background: -webkit-linear-gradient(90deg, #726E69 0%, #FFFFFF 50%, #FFFFFF 50%, #726E69 100%) no-repeat 50% 50% / 100% 100%;
	    background: linear-gradient(90deg, #726E69 0%, #FFFFFF 50%, #FFFFFF 50%, #726E69 100%) no-repeat 50% 50% / 100% 100%;
        */
	}
	.no_index .main .main_text_box p{
		font-size: 1.4rem !important;
		line-height: 1.42;
		width: 100%;
		margin: 0 auto !important;
	}


	.contact_area {
	    margin: 40px 0 30px;
        flex-wrap: wrap;
	}
    .sec_wealthadvisory .contents .contact_area {
        margin:10px auto 40px;
    }
    .sec_wealthadvisory .contents .contact_area .tokyulivable_taiwan{
        max-width: 520px;
	    margin: 20px 0 0;
    }

	.contact_box:nth-of-type(1) {
	    width: 100%;
        max-width: unset;
	}
	.contact_box {
	    width: 49%;
        max-width: unset;
	    display:-webkit-box;
	  	display:-ms-flexbox;
	  	display:flex;
	  	-ms-flex-wrap: wrap;
	  	flex-wrap: wrap;
	  	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 20px;
	}

	.contact_box p {
	    font-size: 16px;
	    width: 100%;
	}
	.contact_box span{
		width: 46.4vw;
		font-size: 1rem;
	}


	.about_box a .note {
	    bottom: 26px;
	}







	.headingArea .heading::before {
	    width: 240px;
	    bottom: -16px;
	}
	.headingArea .heading::after {
	    width: 60px;
	}

	/*___*/

	.sec_search {
	    margin: 20px 0 20px;
	}
	.sec_search .contents .tab_area label{
        padding: 10px 0 10px;
        margin-bottom:10px;
    }
	.sec_search > .contents::before {
	    width: 105vw;
	    left: auto;
	    right: -5%;
	    z-index: -1;
	}
	.pre_seatch_area::before {
	    content: "";
	    height: 100%;
	    width: 105vw;
	    background: #3a3a3a;
	    position: absolute;
	    top: 0;
	    left: auto;
	    right: -4%;
	    margin: auto;
	}

	.pre_seatch_box{
		display: block;
        height:112px;
	}
	.pre_seatch_box a p.link_hover{
		display: none;
	}

	.sec_search .slick-list{
		padding: 0 25% !important;

	}
	.sec_search .slick-slide {
	    margin: 0 10px!important;
        min-width:150px;
	}
	#form_wrap .form_sec {
	    display: block;
	    padding: 15px 0;
	    font-size: 0;
	}

	#form_wrap .form_sec_01 .form_title {
	    padding-top: 0px;
	}
	#form_wrap .form_title {
	    max-width: none;
	    width: 100%;
	    padding: 0 0 5px 0px;
	    border-bottom: solid 1px #aeaeae;
	    margin: 0 0 20px;
	}
	#form_wrap .form_slct_area{
		width: 100%;
	}

	#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(1){top: 52%; left: 40%;}
	#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(2){top: 33%; left: 44%;}
	#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(3){top: 27%; left: 22%;}
	#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(4){top: 12%; left: 42%;}
	#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(5){top: 43%; left: 14%;}
	#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(6){top: 60%; left: 13%;}
	#form_wrap .form_sec_01 .form_slct_area .checkbox:nth-of-type(7){top: 77%; left: 31%;}


	#form_wrap .form_sec_02 .form_slct_area{
		display:-webkit-box;
	  	display:-ms-flexbox;
	  	display:flex;
	  	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
	  	flex-wrap: wrap;
	}
	#form_wrap .form_sec_02 .checkbox {
	    margin: 0 0px 14px 0;
	    width: 50%;
	}

	#form_wrap select {
	    width: 127px;
	}


	#form_wrap .form_sec_04 .checkbox {
	    margin: 0 0px 14px 0;
	    width: 50%;
	}

	#form_wrap .form_sec_07 .checkbox, #form_wrap .form_sec_08 .checkbox {
	    margin: 0 0 14px 0;
	    width: 50%;
	}
	#form_wrap .form_sec_07 .checkbox:nth-of-type(15), #form_wrap .form_sec_07 .checkbox:nth-of-type(16) {
	    width: 100%;
	}
	#form_wrap .form_sec_07 .form_title, #form_wrap .form_sec_08 .form_title {
	    max-width: none;
	    width: 100%;
	}
	#form_wrap .form_sec_07 .form_slct_area, #form_wrap .form_sec_08 .form_slct_area {
	    width: 100%;
	}


	#form_wrap .form_hr{
		display: none;
	}


	#form_wrap input[type="submit"] {
	    display: block;
	    max-width: 480px;
	    width: 90%;
	    padding: 15px 0 15px 0;
	    margin: 0 auto;
	    font-size: 15px;
	    color: #7c4670;
	    border: solid 1px #7c4670;
	}



	.headingArea span {
	    font-size: 26px;
	    color: #744370;
	}



	.contactform_btn {
	    width: 90%;
	    display: block;
	    margin: 0 auto;
	    padding: 20px 0 20px;
	}
	.contactform_btn span {
	    font-size: 15px;
	}
	.contactform_btn::before {
	    top: 45%;
	}











}
.sec_exp {
    margin: 0 auto 40px;
    padding: 40px 60px;
    width: 1150px;
    border: 1px solid #000;
}
@media screen and (max-width: 820px){
    .sec_exp {
        margin: 20px auto;
        padding: 20px 10px;
        width: 86%;
    }
    .headerMenuList > li.search{
        height: 5.5rem;
        width: 3.4rem;
    }
    .sp-search-trigger{
        width: 100%;
        height: 100%;
    }
    .menu-trigger,
    .sp-lang-trigger {
        height: 5.5rem;
    }
    .switch_img_wrap{
        display: flex;
        gap: .5rem;
        flex-wrap: wrap;
    }
    .switch_img_wrap .main_wrap{
        width: 100%;
    }
    .switch_img_wrap .thumb{
        width: 100%;
    }
    .switch_img_wrap .thumb ul{
        display: flex;
        gap: .5rem;
        flex-wrap: wrap;
    }
    .switch_img_wrap .thumb ul li{
        width: calc((100% - 2rem) / 5);
    }

	.slick-dots li button {
	    height: 5px;
	    width: 42px;
	}

    .pageTop{
        bottom: 100px;
    }
    /* 翻訳対応 */
    body.EN .footerInfo h3{
        letter-spacing: .1em;
    }
    body.EN .footerInfoList ul > li .txt p{
        font-size: 1.2rem;
    }

    .headerMenuList .menu_wrap li span,
    .headerMenuList .menu_wrap li a,
    .headerMenuList .menu_wrap ul li span{
        font-size: 1.2rem;
    }
    .headerMenuList .menu_wrap li li span,
    .headerMenuList .menu_wrap li li a,
    .headerMenuList .menu_wrap ul li li span{
        font-weight: 300;
    }
    li.open .submenu + ul.flex,
    .submenu + ul.flex,
    li.open .submenu + ul.menu_wrap {
        padding: 1.6rem 2.5rem 1.6rem 3rem;
        width: 24rem;
        min-width: unset;
    }
    .submenu{
        width: 24rem;
        min-width: unset;
        background: rgba(255, 255, 255, 0.95);
    }
    .lang_wrap li{
        line-height: 4rem;
    }

}
