@charset "UTF-8";

/* *******************************************************************************************
*
*	Common
*
******************************************************************************************* */

html{
	overflow: auto;
}
html.fixed{
	overflow: hidden;
}
body.fixed{
	overflow: hidden;
}
.pc{ display: block;}
.sp{ display: none;}
.pcInline{ display: inline-block;}
.spInline{ display: none;}
.underline{
	text-decoration: underline !important;
}
.inline-block{
	display: inline-block;
}
.font-midashiGo{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.font-robotoM{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.font-robotoConB{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

@media screen and (max-width : 768px){
	.pc{ display: none;}
	.sp{ display: block;}
	.pcInline{ display: none;}
	.spInline{ display: inline-block;}
	#eyefulhome{
		position: relative;
		min-width: 320px;
		overflow: hidden;
	}
}

/* -------------------------------------------------------------------------------------------
*
* ヘッダー
*
* ----------------------------------------------------------------------------------------- */

.ehHeader{
	border-bottom: 1px solid #c8c8c8;
	font-weight: 700;
}
.ehHeader .inner{
	display: flex;
	align-items: center;
  justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	min-width: 1024px;
	height: 90px;
	box-sizing: border-box;
}
@media screen and (min-width : 1084px){
	.ehHeader .inner{
		padding: 0 30px;
	}
}
/* .ehHeader_l{
	width: 205px;
} */
.ehHeader_l_logo{
	width: 170px;
}
.ehHeader_nav{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 205px);
}
.ehHeader_nav_list{
	display: flex;
	align-items: center;
	height: 40px;
}
.ehHeader_nav_list li{
	margin-right: 24px;
}
.ehHeader_nav_list li a{
	display: block;
	position: relative;
	padding: 8px 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
}
.ehHeader_nav_list li a.current:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}
.ehHeader_nav_option{
	display: flex;
	/* width: 356px; */
}
.ehHeader_nav_option_search{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	/* width: 218px; */
	height: 37px;
	text-align: center;
	border-radius: 20px;
	box-sizing: border-box;
  padding: 0 13px;
	background: #124a97;
}
.ehHeader_nav_option_search span{
	display: inline-block;
	padding-left: 23px;
  color: #fff;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.05em;
	background: url(../img/common/icon_search_wt.png) 0 center no-repeat;
	background-size: 14px auto;
}
.ehHeader_nav_option_exhibition{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	/* width: 218px; */
	height: 37px;
	text-align: center;
	border-radius: 20px;
	box-sizing: border-box;
  padding: 0 13px;
	background: #124a97;
}
.ehHeader_nav_option_exhibition span{
	display: inline-block;
	padding-left: 25px;
  color: #fff;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.05em;
	background: url(../img/common/icon_house_wt.png) -2px center no-repeat;
	background-size: 24px auto;
}
.ehHeader_nav_option_request{
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 123px; */
	height: 37px;
  border: 1px solid #000;
	text-align: center;
	border-radius: 20px;
  padding: 0 13px;
}
.ehHeader_nav_option_request span{
	display: inline-block;
	padding-left: 26px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.05em;
	background: url(../img/common/icon_docs_black.png) 0 center no-repeat;
	background-size: 17px auto;
}
/* hover */
@media screen and (min-width : 769px){
	.ehHeader_nav_option_request:hover{
		background: #000;
	}
	.ehHeader_nav_option_request:hover span{
		color: #fff;
		background: url(../img/common/icon_docs_wt.png) 0 center no-repeat;
		background-size: 14px auto;
	}
}

@media screen and (max-width : 768px){
	.ehHeader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 99999;
		height: 51px; /*spの時のヘッダー高さ記載*/
	}
	.ehHeader .inner{
		position: relative;
		display: block;
		padding: 15px 0 0 18px;
		min-width: 320px;
		height: 50px;
	}
	.ehHeader_l{
		width: 127px;
	}
	.ehHeader_l_logo{
		width: 100%;
	}
	.ehHeader_nav{
		display: none;
	}
	.spNav_option_search{
		position: absolute;
		top: 0;
		right: 103px;
		border-left: 1px solid #124a97;
		width: 52px;
		height: 50px;
		font-size: 8px;
		background: url(../img/common/icon_search_bl.png) center 8px no-repeat;
		background-size: 14px auto;
	}
	.spNav_option_search a{
		display: inline-block;
		padding-top: 36px;
		width: 100%;
		height: calc(100% - 36px);
		text-align: center;
		font-weight: bold;
		color: #124a97;
	}
	.spNav_option_exhibition{
		position: absolute;
		top: 0;
		right: 50px;
		border-left: 1px solid #124a97;
		width: 52px;
		height: 50px;
		font-size: 8px;
		background: url(../img/common/icon_house_bl.png) center 8px no-repeat;
		background-size: 24px auto;
	}
	.spNav_option_exhibition a{
		display: inline-block;
		padding-top: 36px;
		width: 100%;
		height: calc(100% - 36px);
		text-align: center;
		font-weight: bold;
		color: #124a97;
	}
	.spNav{
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background: #124a97;
	}
	.spNav_top,.spNav_mid,.spNav_btm{
	    display: block;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: auto;
		width: 30px;
	    height: 2px;
	    background: #fff;
	    transition: all .3s ease;
	}
	.spNav_top{
	    top: 14px;
	}
	.spNav_mid{
	    top: 24px;
	}
	.spNav_btm{
	    top: 34px;
	}
	/* active */
	.nav-active .spNav_top{
		top: 23px;
	    width: 38px;
	    transform: rotate(45deg);
	}
	.nav-active .spNav_mid{
		top: 23px;
	    width: 38px;
	    transform: rotate(-45deg);
	}
	.nav-active .spNav_btm{
	    opacity: 0;
	}
	#spMenu{
		display: none;
		position: fixed;
		top: 51px;
		left: 0;
		width: 100%;
		height: calc(100vh - 51px);
		background: #fff;
		overflow-y: auto;
		z-index: 999;
		border-top: 1px solid #c8c8c8;
	}
	.spMenu_inner{
		padding: 80px 40px 80px 40px;
	}
	.spMenu_list li{
		display: block;
		margin-bottom: 43px;
		text-align: center;
	}
	.spMenu_list li a{
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 0.05em;
	}
  .spMenu_btn li{
    display: block;
		margin-bottom: 20px;
		text-align: center;
  }
  .spMenu_btn a{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 81%;
    max-width: 340px;
    height: 50px;
    border-radius: 100vh;
    background-color: #124a97;
    font-size: 18px;
		line-height: 32px;
		letter-spacing: 0.05em;
    color: #fff;
  }
  .spMenu_btn a.ehHeader_nav_btn_request{
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }
  .spMenu_btn li:first-of-type a:before{
    content: "";
    display: block;
    position: absolute;
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(../img/common/icon_search_wt.png) 0 center no-repeat;
    background-size: 14px auto;
  }
  .spMenu_btn li:nth-of-type(2) a:before{
    content: "";
    display: block;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(../img/common/icon_house_wt.png) 0 center no-repeat;
    background-size: 24px auto;
  }
  .spMenu_btn li:last-of-type a:before{
    content: "";
    display: block;
    position: absolute;
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(../img/common/icon_docs_black.png) 0 center no-repeat;
    background-size: 17px auto;
  }
	.spMenu_option{
		padding-top: 50px;
	}
	.spMenu_option_search{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
		width: 100%;
		height: 50px;
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 0.05em;
		text-align: center;
		background: url(../img/common/icon_search.png) 18px center no-repeat;
		background-size: 16px auto;
		border: 1px solid #000;
		border-radius: 25px;
	}
	.spMenu_option_request{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 50px;
		color: #fff;
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 0.05em;
		text-align: center;
		background: #124a97 url(../img/common/icon_docs_wt.png) 18px center no-repeat;
		background-size: 20px auto;
		border-radius: 25px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* メインコンテンツ
*
* ----------------------------------------------------------------------------------------- */

.ehMain{
	position: relative;
}
.pagetop{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	min-width: 1024px;
	height: 60px;
	pointer-events: none;
}
#pagetop_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 30px;
	width: 60px;
	height: 60px;
	pointer-events: auto;
}
#pagetop_btn:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #000;
	box-sizing: border-box;
	transition: transform .2s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	z-index: 10;
}
#pagetop_btn span{
	display: block;
	width: 13px;
	height: 8px;
	z-index: 11;
}
/* hover */
@media screen and (min-width : 769px){
	#pagetop_btn:hover:before{
		transform: scale(1.05);
		background: #124a97;
	}
}

@media screen and (max-width : 768px){
	.ehMain{
		margin-top: 51px !important;
		-webkit-appearance: none;
	}
	.anchor{
		margin-top: -51px;
		padding-top: 51px;
	}
	.pagetop{
		bottom: -30px;
		min-width: 320px;
	}
	#pagetop_btn{
		right: 15px;
	}
}

/* ----------------------------- アイコン ----------------------------- */

/* ----------------------------- ボタン ----------------------------- */

/* ----------------------------- パンくずリスト ----------------------------- */

.breadCrumbs_list{
	margin: 0 auto;
	padding: 4px 0;
	max-width: 1600px;
	min-width: 1024px;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
}
@media screen and (min-width : 1084px){
	.breadCrumbs_list{
		padding: 4px 30px;
	}
}
.breadCrumbs_list_item{
	position: relative;
	display: inline-block;
	padding-right: 8px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 20px;
}
.breadCrumbs_list_item:first-child{
	padding-left: 0;
}
.breadCrumbs_list_item:after{
	position: absolute;
	content: '/';
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 20px;
}
.breadCrumbs_list_item:first-child:after{
	content: none;
}
.breadCrumbs_list_item a{
	display: inline-block;
	color: #176bca;
}
/* hover */
@media screen and (min-width : 769px){
	.breadCrumbs_list_item a:hover{
		text-decoration: underline;
	}
}

/* ----------------------------- アニメーション ----------------------------- */

.section-slideIn{
	opacity: 0;
}
.sectionSlideIn{
	animation: sectionSlideIn 1s ease-in;
	animation-fill-mode: both;
}
@keyframes sectionSlideIn{
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.section-fadeIn{
	opacity: 0;
}
.sectionFadeIn{
	animation: sectionFadeIn 1s ease-in;
	animation-fill-mode: both;
}
@keyframes sectionFadeIn{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* -------------------------------------------------------------------------------------------
*
* フッター
*
* ----------------------------------------------------------------------------------------- */

.ehFooter_bar{
	width: 100%;
	min-width: 1024px;
	background: #124a97;
}
.ehFooter_bar .inner{
	display: flex;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	width: 1024px;
}
.ehFooter_bar_l{
	width: 298px;
}
.ehFooter_bar_l a{
	display: block;
	width: 166px;
}
.ehFooter_bar_nav{
	width: calc(100% - 170px);
}
.ehFooter_bar_nav_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.ehFooter_bar_nav_list li{
	margin-left: 58px;
	margin-bottom: 10px;
}
.ehFooter_bar_nav_list li:first-child{
	margin-left: 0;
}
.ehFooter_bar_nav_list li a{
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.05em;
}
.ehFooter_bar_nav_list li a.btn-insta{
	display: block;
	width: 26px;
	height: 26px;
}
.ehFooter_bar_nav_list li a.btn-youtube{
	display: block;
	width: 35px;
	height: 24px;
}
.ehFooter_bar_nav_list li a.btn-line{
	display: block;
	width: 26px;
	height: 26px;
}
@media screen and (max-width : 768px){
  .ehFooter_bar_nav_list li a.btn-insta{
    display: block;
    width: 40px;
    height: 40px;
  }
  .ehFooter_bar_nav_list li a.btn-youtube{
    display: block;
    width: 55px;
    height: 38px;
  }
  .ehFooter_bar_nav_list li a.btn-line{
    display: block;
    width: 40px;
    height: 40px;
  }
}
.ehFooter_btm{
	min-width: 1024px;
	background: #f0f0f0;
}
.ehFooter_btm .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 24px 0;
	width: 1024px;
}
.ehFooter_btm_logo{
	width: 189px;
}
.ehFooter_btm_info{
	padding-left: 20px;
}
.ehFooter_btm_info_copy{
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.05em;
}
.ehFooter_btm_info_txt{
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.05em;
}


@media screen and (max-width : 768px){
	.ehFooter_bar{
		min-width: 320px;
	}
	.ehFooter_bar .inner{
		display: block;
		padding: 20px 18px;
		width: 100%;
		box-sizing: border-box;
	}
	.ehFooter_bar_l{
		margin-bottom: 20px;
		width: 152px;
	}
	.ehFooter_bar_l a{
		width: 100%;
	}
	.ehFooter_bar_nav{
		width: 100%;
	}
	.ehFooter_bar_nav_list{
		justify-content: flex-start;
	}
	.ehFooter_bar_nav_list li{
		margin-right: 28px;
		margin-left: 0;
		margin-bottom: 0;
	}
	.ehFooter_bar_nav_list li.pc{
		display: none;
	}
	.ehFooter_bar_nav_list li:last-child{
		margin-right: 0;
	}
	.sp .ehFooter_bar_nav_list{
		margin-top: 20px;
	}
	.ehFooter_btm{
		min-width: 320px;
	}
	.ehFooter_btm .inner{
		display: block;
		padding: 20px 18px;
		width: 100%;
		box-sizing: border-box;
	}
	.ehFooter_btm_logo{
		margin-bottom: 14px;
		width: 184px;
	}
	.ehFooter_btm_info{
		padding-left: 0;
	}
	.ehFooter_btm_info_copy{
		font-size: 11px;
		/*line-height: 24px;*/
		letter-spacing: 0.05em;
	}
}


/* -------------------------------------------------------------------------------------------
*
* fix navi
*
* ----------------------------------------------------------------------------------------- */

/* fv bnr */
.visual {margin: -0.8rem auto 0;height: calc(100vh - 160px);}
.visual_slide_item a {height: 100%!important;}
/* Follow navi */
.ehMain {padding-top: 150px;}
.ehHeader,.list-btn2 {position: fixed;z-index: 999; width: 100%;background-color: #fff;}
/* Follow navi PC */
.list-btn2 {margin:88px 0 0;background-color: #11438a;display: block; width: 100%; text-align: center;}
.listIndex_btm2 { margin: 0; width: 180px; display: inline-block; border-right: 1px solid #fff; } 
ul.list-btn2 li.listIndex_btm2:first-child {border-left: 1px solid #fff; }
a.link-list2 { margin:0; padding:24px 0;color: #fff; display: flex; align-items: center; justify-content: center; position: relative; height: 30px; font-size: 16px; line-height: 30px; font-weight: 300; letter-spacing: 0.08em; box-sizing: border-box; line-height: 1.6; text-align: center;}
.detail_btnList_Owner { padding: 72px 0 0px 0; } 
@media screen and (max-width : 768px) {
/* Follow navi SP*/ 
.ehMain {padding-top: 60px;}
.list-btn2 {margin:50px 0 0;padding: 0; }
a.link-list2 {margin: 0 0 0 -2px; padding-left: 0px; font-size:0.65em; letter-spacing: 0;}
.listIndex_btm2 {width: 88px; } 
}
