html, body {
	width: 100%; height: 100%;
	font-family: "YuGothic Medium","Yu Gothic Medium","游ゴシック Medium","游ゴシック体 Medium",YuGothic,"Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: "YuGothic Medium","Yu Gothic Medium","游ゴシック Medium","游ゴシック体 Medium",YuGothic,"Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	line-height: 1.9;
	font-size: 14px;
}

img {
	vertical-align: middle;
}

a {
	color: #c89c35;
	text-decoration: none;
}

body.page {
	padding-top: 140px;
}

body.page.aboutus,
body.page.careerplan {
	padding-top: 0;
}

body.page.entry,
body.page.policy {
	padding-top: 80px;
}

.parallax_item {
	opacity: 0;
	/*margin-top: 40px;*/
}

.page_heading {
	text-align: center;
	margin-bottom: 70px;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 100px;
}

.home .inner {
	padding: 0 50px;
}

/* ******************** ヘッダー ******************** */
#header {
	display: block;
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

.home #header {
	display: none;
}


.gnav_box {
	position: relative;
	width: 100%;
	height: 80px;
	padding-left: 50px;
}

.gh_logo {
	display: inline-block;
	margin-top: 13px;
}

.gh_logo a img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.gh_logo a:hover img {
	opacity: .8;
}

.gnav_list {
	position: absolute;
	top: 0;
	right: 0;
	display: table;
	height: 80px;
}

.gnav_list li {
	display: table-cell;
	padding: 17px 20px 0;
	text-align: center;
}

.gnav_list li a {
	position: relative;
	display: block;
	padding: 0 5px;
	color: #5b5c5c;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.gnav_list li:not(:last-child) a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 100%;
	height: 2px;
	background-color: #c89c35;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.gnav_list li:not(:last-child) a.active:after,
.gnav_list li:not(:last-child) a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.gnav_list li span {
	display: block;
	color: #c89c35;
	font-size: 11px;
}

.gnav_list li:last-child {
	padding: 0;
}

.gnav_list li:last-child a.gnav_entry {
	height: 80px;
	padding: 17px 45px 0;
	background-image: -webkit-linear-gradient(bottom right, #d0ab53 50%, #c89c35 50%, #c89c35);
	background-image: -o-linear-gradient(bottom right, #d0ab53 50%, #c89c35 50%, #c89c35);
	background-image: linear-gradient(to top left, #d0ab53 50%, #c89c35 50%, #c89c35);
}

.gnav_list li:last-child a.gnav_entry:hover {
	opacity: .8;
}

.gnav_list li:last-child a.gnav_entry,
.gnav_list li:last-child a.gnav_entry span {
	color: #fff;
}

.gnav_list li:last-child a.gnav_entry {
	position: relative;
}

.gnav_list li:last-child a.gnav_entry + .gnav_entry_items {
	position: absolute;
	right: 0;
	top: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity .4s;
}

.gnav_list li:last-child a.gnav_entry + .gnav_entry_items:hover,
.gnav_list li:last-child a.gnav_entry:hover + .gnav_entry_items {
	opacity: 1;
	height: auto;
	overflow: visible;
}

.gnav_list li:last-child a.gnav_entry + .gnav_entry_items a {
	display: block;
	padding: 27px 44px 27px 70px;
	color: #fff;
	letter-spacing: 0.1em;
	border-top: 1px solid #fff;
	background-color: #d0ab53;
	background-image: linear-gradient(225deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
	background-position: 30px calc(50% - 3px), 30px calc(50% + 2px);
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.gnav_list li:last-child a.gnav_entry + .gnav_entry_items a:hover {
	background-color: #c89c35;
}

/* ******************** フッター ******************** */
#footer {
	border-top: solid 1px #bebebe;
	padding-top: 30px;
	text-align: center;
}

#footer ul {
	margin-bottom: 20px;
}

#footer li {
	display: inline-block;
}

#footer li a {
	text-decoration: none;
}

.footer_page_link_list li a,
.footer_entry_link_list li a {
	color: #333333;
}

.footer_page_link_list li + li:before,
.footer_entry_link_list li + li:before {
	content: '/';
	display: inline-block;
	margin: 0 10px;
}

.footer_other_link_list li a {
	color: #fff;
	background-color: #c89c35;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.footer_other_link_list li a:hover {
	background-color: #533c34;
	cursor: pointer;
}

.footer_other_link_list li + li {
	margin-left: 15px;
}

.footer_other_link_list li a.official_link {
	display: inline-block;
	border-radius: 8px;
	padding: 6px 10px;
	font-weight: bold;
}

.footer_other_link_list li a.share_link {
	display: inline-block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	vertical-align: middle;
}

.footer_other_link_list li a.share_link .fa {
	font-size: 20px;
	line-height: 1.8;
}

.footer_other_link_list li a.share_link span {
	display: none;
}

.footer_info_link_list li a {
	color: #666;
	font-size: 12px;
}

.footer_info_link_list li + li:before {
	content: '|';
	display: inline-block;
	margin: 0 18px;
}

#copyright {
	padding: 25px 0;
	background-color: #533c34;
	color: #fff;
	font-size: 11px;
}

/* ******************** Pagetop ******************** */
#pagetop {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 7%;
	z-index: 10;
	width: 71px;
	height: 71px;
}

#pagetop a img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

#pagetop a:hover img {
	filter:brightness(80%);
}

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

.item_hidden {
	display: none;
}