/* Common */

body {
	margin: 0 auto;
	max-width: 1250px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	color: #000;
	overflow-x: hidden;
}
.webfont {
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.inner {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1080px;
	width: 90%;
	box-sizing: border-box;
}
.section {
	margin-bottom: 8em;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}
img {
	width: 100%;
	height: auto;
}
h3.title {
	margin-bottom: 2.5em;
	font-size: 1.4em;
	line-height: 1.7em;
}
#anv_20_principle h3.title {
	display: inline-block;
	margin-bottom: 1em;
	padding: 0.3em 0.4em;
	color: #FFF;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.1em;
	background: #4EC4D3;
}
h4.subtitle {
	margin-bottom: 2.5em;
	color: #CCC;
	font-size: 1.1em;
}
p {
	margin-bottom: 1.2em;
}
i.before {
	margin-right: 0.4em;
}
i.after {
	margin-left: 0.4em;
}
.serif {
	font-family: 'Noto Serif JP',"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
}
.sanserif {
	font-family: 'Roboto','Noto Sans JP',"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
}
.centering {
	text-align: center;
}
.link {
	clear: both;
	position: relative;
	margin: 10em auto 0 auto;
	padding-bottom: 36px;
	max-width: 800px;
	width: 65%;
}
.link p {
	position: relative;
	margin-left: -18px;
	color: #FFF;
	font-size: 1.2em;
	letter-spacing: 0.12em;
	text-align: center;
}
.link p:after {
	position: absolute;
	content: '';
	right: -36px;
	bottom: -36px;
	width: 100%;
	height: 130px;
	color: #FFF;
	background: #4EC4D3;
	z-index: 0;
}
.link a {
	display: block;
	position: relative;
	padding: 3em;
	width: 100%;
	height: 130px;
	color: #FFF;
	letter-spacing: 0.15em;
	background: #006EAD;
	box-sizing: border-box;
	z-index: 1;
}
.link a:before {
	position: absolute;
	content: '';
	top: 1em;
	left: 1em;
	width: 42px;
	height: 42px;
	border-left: solid 1px #FFF;
	border-top: solid 1px #FFF;
}
.link a:after {
	position: absolute;
	content: '';
	bottom: 1em;
	right: 1em;
	width: 42px;
	height: 42px;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
.link a:hover {
	text-decoration: none;
}
#greeting_link.link a,
#principle_link.link p:after {
	background: #006EAD;
		-o-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#greeting_link.link p:after,
#principle_link.link a {
	background: #4EC4D3;
		-o-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#greeting_link.link a:hover {
	background: #005A8E;
		-o-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#principle_link.link a:hover {
	background: #0EA7BB;
		-o-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.dot {
	position: relative;
}
.dot:before {
	content: '・';
	position: absolute;
	top: -15px;
	left: 0;
	width: 1em;
	color: #006EAD;
	text-align: center;
}
.link .dot:before {
	color: #FFF;
}
#footer .dot:before {
	top: -12px;
}



/** Header **/

#menu_switch {
	display: none;
	position: fixed;
	top: 30px;
	right: 20px;
	padding: 10px;
	width: 50px;
	height: 40px;
	z-index: 10001;
	box-sizing: border-box;
	cursor: pointer;
}
#menu_switch_inner {
	position: relative;
	height: 100%;
}
.menu_switch_bar {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000;
}
#menu_switch_top {
	top: 0;
	left: 0;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
#menu_switch_middle {
	top: 48%;
	left: 0;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
#menu_switch_bottom {
	bottom: 0;
	left: 0;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
#menu_switch.expanded #menu_switch_top,
#_menu_switch:hover #menu_switch_top {
	top: 9px;
	left: 0px;
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
		-o-transition: all 100ms linear;
		-ms-transition: all 100ms linear;
		-moz-transition: all 100ms linear;
		-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
#menu_switch.expanded #menu_switch_bottom,
#_menu_switch:hover #menu_switch_bottom {
	left: 0px;
	bottom: 10px;
	width: 100%;
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
		-o-transition: all 100ms linear;
		-ms-transition: all 100ms linear;
		-moz-transition: all 100ms linear;
		-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}

.expanded #menu_switch_middle {
	display: none;
}



#header {
	padding: 5em 0 8em 0;
}
#header h1.title {
	margin-bottom: 3em;
	text-align: center;
	font-size: 1.8em;
	letter-spacing: 0.08em;
}
#header h2 {
	margin: 0 auto;
	width: 110px;
}
#header #menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 25px 5%;
	width: 100%;
	height: 100px;
	background: #FFF;
	background: rgba(255,255,255,0.95);
	overflow: hidden;
	box-sizing: border-box;
	z-index: 10000;
}
#header #menu a {
	color: #000;
}
#header #menu a:hover {
	text-decoration: none;
}
#menu_bar_title {
	float: left;
	margin-bottom: 0;
	height: 50px;
	font-size: 1.45em;
	line-height: 50px;
}
#menu_bar_logo {
	display: block;
	float: left;
	margin-right: 1em;
	width: 50px;
	height: 50px;
}
#menu_global {
	float: right;
	padding: 15px 0;
}
#menu_global li {
	position: relative;
	padding-bottom: 0.5em;
	float: left;
	margin-left: 2em;
	line-height: 20px;
}
#menu_corporate {
	font-size: 0.9em;
}



/** Greeting **/

#greeting_message .inner {
	max-width: 780px;
}
#greeting_message p {
	margin-bottom: 1.8em;
	font-size: 1.15em;
	line-height: 2em;
	letter-spacing: 0.08em;
}
.signature {
	margin-top: 3em;
	text-align: right;
}

#greeting_photo .caption {
	display: block;
	margin-top: 0.5em;
	margin-right: 1em;
	font-size: 0.85em;
	text-align: right;
	color: #888;
}

#greeting_history dl {
	margin: 0 auto;
	max-width: 740px;
	width: 90%;
	font-size: 1.1em;
}
#greeting_history dt {
	clear: both;
	float: left;
	width: 8em;
}
#greeting_history dd {
	margin-bottom: 1.2em;
	padding-left: 9em;
}


/** Principle **/

.column_text p {
	margin-bottom: 1.8em;
	font-size: 1.1em;
	line-height: 1.9em;
	letter-spacing: 0.06em;
}
.column_text .label {
	margin-left: 0.1em;
	margin-right: 0.1em;
	font-weight: 600;
}
.column_text {
	width: 57%;
}
.column_image,
.column_pane {
	margin-left: -12%;
	width: 50%;
	height: 300px;
}
.column_image.righter {
	margin-left: 0;
	margin-right: -12%;
}

#principle_designation .column_image {
	margin-left: -15%;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
	background: url(../images/principle_designation_photo.jpg) no-repeat center center /cover;
}
#principle_message .column_image {
	margin-right: -15%;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
	background: url(../images/principle_message_photo.jpg) no-repeat center center /cover;
}
#principle_mantra .column_image {
	display: none;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
	background: url(../images/principle_mantra_photo.jpg) no-repeat center center /cover;
}
#principle_mantra .column_pane {
	margin-left: -15%;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
	height: auto;
}
.principle_pane_image {
	height: 260px;
	background: url(../images/principle_mantra_photo.jpg) no-repeat center center /cover;
}


.principle_pane {
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.principle_pane_block {
	position: relative;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}
.principle_pane_block:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background: #111;
}
.principle_pane_block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.principle_pane_block:last-child:after {
	display: none;
}
.principle_pane_text {
	padding: 45px 15%;
	background: #F1F1F1;
}
.principle_pane_text p,
.principle_pane_text ul {
	margin-bottom: 0;
}
.principle_pane_text h4 {
	margin-bottom: 1em;
	font-size: 1.25em;
	
}
.principle_pane_block li {
	position: relative;
	padding-left: 1em;
}
.principle_pane_block li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '-';
}


/** Footer **/

#back {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	width: 50px;
	height: 50px;
		-o-border-radius: 25px;
		-ms-border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	background: url(../images/back.png) center center no-repeat #4EC4D3 /cover;
	overflow: hidden;
	cursor: pointer;
		-o-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#back:hover {
	background: url(../images/back.png) center center no-repeat #0EA7BB /cover;
		-o-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}


#footer {
	clear: both;
	margin: 8em 0 5em 0;
	text-align: center;
}
#footer a {
	color: #000;
	overflow: visible;
}
#footer h2 {
	margin-bottom: 1em;
	font-size: 1.15em;
}
#footer h2 {
	margin-bottom: 1em;
	font-size: 1.15em;
}
#footer #menu_footer {
	min-height: 2em;
}
#footer #menu_footer ul {
	position: relative;
	float: left;
	left: 50%;
	margin-bottom: 2.5em;
}
#footer #menu_footer li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 1.5em;
	padding-bottom: 0.5em;
	min-height: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	overflow: visible;
}
#footer #menu_footer a:hover {
	text-decoration: none !important;
}


#menu_global li .menu_border,
#menu_footer li .menu_border,
.menu_ordinary .menu_border {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background: #000;
}
#menu_global li.active .menu_border,
#menu_footer li.active .menu_border {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 1px;
	background: #000;
}

#menu_footer_greeting {
	position: relative;
}
#menu_footer_greeting:after {
	position: absolute;
	right: -1.5em;
	top: 0;
	content: '';
	width: 1px;
	height: 1.5em;
	background: #000;
}

.menu_ordinary {
	display: inline-block;
	position: relative;
	clear: both;
	margin-bottom: 3em;
	padding-bottom: 0.5em;
	font-size: 0.9em;
}
.menu_ordinary a:hover {
	text-decoration: none;
}

#copyright {
	font-size: 0.85em;
}
