#header:after,
#footer ul:after,
#assessmentNav ul:after,
#globalNav ul:after,
.cont:after,
.section:after,
.list:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#header
#footer ul,
#assessmentNav ul,
#globalNav ul,
.cont,
.section,
.list {
zoom: 1;
}


@media (max-width: 960px) {
	br.sp {
	display: block;
	}
	br.pc {
	display: none;
	}
}
@media (min-width: 961px) {
	br.sp {
	display: none;
	}
	br.pc {
	display: block;
	}
}

body {
background-color: #fff;
text-align: center;
}

/* CONTAINER */
#container {
margin: 0 auto;
text-align: left;
}

/* PAGETOP */
@media (max-width: 960px) {
	#pageTop {
	padding-top: 40px;
	}
	#pageTop .logo {
	position: fixed;
	right: 0;
	top: 0;
	box-sizing: border-box;
	background-color: #6c818d;
	padding: 0 13px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	z-index: 99;
	}
	#pageTop .logo a {
	color: #fff;
	}
	#pageTop .logo .pc {
	display: none;
	}
	#pageTop .logo span {
	display: block;
	margin-right: 10px;
	font-size: 9px;
	letter-spacing: 0.1em;
	float: left;
	}
	#pageTop .logo strong {
	display: block;
	font-family: 'Yu Mincho', 'YuMincho', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.2em;
	float: left;
	}
	#globalNav .mark {
	background: url("../img/logo.png") no-repeat center center;
	background-size: 69px auto;
	margin: 0 auto;
	width: 69px;
	height: 123px;
	}
	#globalNav .mark img {
	display: none;
	}
	#globalNav .trigger {
	position: fixed;
	right: 0;
	top: 0;
	background-color: #f1f1f1;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 101;
	}
	#globalNav .trigger.active {
	transition: all .3s;
	background-color: #6c818d;
	}
	#globalNav .trigger span {
	transition: transform .3s;
	position: absolute;
	left: 8px;
	background-color: #6c818d;
	width: 25px;
	height: 3px;
	}
	#globalNav .trigger span:nth-of-type(1) {
	top: 10px;
	}
	#globalNav .trigger span:nth-of-type(2) {
	top: 19px;
	}
	#globalNav .trigger span:nth-of-type(3) {
	top: 28px;
	}
	#globalNav .trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	background-color: #f1f1f1;
	}
	#globalNav .trigger.active span:nth-of-type(2) {
	opacity: 0;
	background-color: #f1f1f1;
	}
	#globalNav .trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
	background-color: #f1f1f1;
	}
	#globalNav .cont {
	transition: opacity .3s;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #6c818d;
	padding: 28px 0 0 0;
	width: 100%;
	height: 100%;
	z-index: -100;
	opacity: 0;
	}
	#globalNav .cont.open {
	display: block;
	opacity: 1;
	z-index: 100;
	}
	#globalNav .cont ul {
	border-top: solid 1px #fff;
	margin: 30px auto 0 auto;
	width: 180px;
	}
	#globalNav .cont li {
	border-bottom: solid 1px #fff;
	margin: 0 auto;
	width: 180px;
	font-size: 13px;
	line-height: 40px;
	text-align: left;
	}
	#globalNav .cont li a {
	display: block;
	color: #fff;
	}
	#globalNav .cont li a:hover {
	text-decoration: none;
	}
	#pageTop .tel {
	display: none;
	}
	#assessmentNav {
	background-color: #fff;
	height: 63px;
	}
	#assessmentNav li {
	position: relative;
	width: 25%;
	float: left;
	font-family: 'Yu Mincho', 'YuMincho', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	}
	#assessmentNav li a {
	box-sizing: border-box;
	display: block;
	padding-top: 32px;
	height: 63px;
	color: #4d616d;
	}
	#assessmentNav li.trip a {
	background: url("../img/nav_icn1.svg") no-repeat center 12px;
	background-size: auto 17px;
	}
	#assessmentNav li.web a {
	background: url("../img/nav_icn2.svg") no-repeat center 12px;
	background-size: auto 17px;
	}
	#assessmentNav li.line a {
	background: url("../img/nav_icn3.svg") no-repeat center 12px;
	background-size: auto 17px;
	}
	#assessmentNav li.instagram a {
	background: url("../img/nav_icn4.svg") no-repeat center 12px;
	background-size: auto 17px;
	}
	#assessmentNav a:hover {
	text-decoration: none;
	}
	#assessmentNav a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 15px;
	display: inline-block;
	background-color: #b2b2b2;
	width: 1px;
	height: 30px;
	}
	#assessmentNav li:last-child a::after {
	display: none;
	}
}
@media (min-width: 961px) {
	#pageTop .logo {
	background-color: #fff;
	z-index: 99;
	}
	#header {
	position: relative;
	margin: 0 60px;
	min-width: 960px;
	height: 145px;
	}
	#pageTop .logo {
	position: absolute;
	left: 0;
	top: 20px;
	box-sizing: border-box;
	background-color: #6c818d;
	width: 150px;
	height: 210px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	}
	#pageTop .logo a {
	display: block;
	box-sizing: border-box;
	padding-top: 20px;
	width: 150px;
	height: 210px;
	color: #fff;
	}
	#pageTop .logo a:hover {
	text-decoration: none;
	}
	#pageTop .logo .sp {
	display: none;
	}
	#pageTop .logo img {
	display: block;
	margin: 0 auto 28px auto;
	width: 70px;
	height: auto;
	}
	#assessmentNav {
	position: absolute;
	top: 30px;
	right: 0;
	white-space: nowrap;
	}
	#assessmentNav nav,
	#assessmentNav ul {
	float: left;
	}
	#assessmentNav li {
	position: relative;
	float: left;
	font-family: 'Yu Mincho', 'YuMincho', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	}
	#assessmentNav li a {
	box-sizing: border-box;
	display: block;
	padding: 20px 28px 0 28px;
	height: 44px;
	transition: opacity .3s;
	color: #4d616d;
	}
	#assessmentNav li.trip a {
	background: url("../img/nav_icn1.svg") no-repeat center 2px;
	background-size: auto 17px;
	}
	#assessmentNav li.web a {
	background: url("../img/nav_icn2.svg") no-repeat center 2px;
	background-size: auto 17px;
	}
	#assessmentNav li.line a {
	background: url("../img/nav_icn3.svg") no-repeat center 2px;
	background-size: auto 17px;
	}
	#assessmentNav li.instagram a {
	background: url("../img/nav_icn4.svg") no-repeat center 2px;
	background-size: auto 17px;
	}
	#assessmentNav a:hover {
	text-decoration: none;
	opacity: 0.7;
	}
	#assessmentNav a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background-color: #b2b2b2;
	width: 1px;
	height: 44px;
	}
	#assessmentNav .tel {
	border-left: solid 1px #b2b2b2;
	padding-left: 28px;
	height: 44px;
	float: left;
	}
	#assessmentNav .tel h5 {
	background: url("../img/icn_tel.png") no-repeat left center;
	background-size: 25px auto;
	padding-left: 33px;
	font-size: 12px;
	font-weight: bold;
	color: #4d616d;
	}
	#assessmentNav .tel p strong {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	color: #4d616d;
	}
	#globalNav {
	position: absolute;
	right: 0;
	top: 182px;
	background-color: #fff;
	transform: translateY(-91px);
	transition: transform .3s;
	}
	#globalNav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transform: translateY(0);
	}
	#globalNav .mark {
	display: none;
	float: left;
	box-sizing: border-box;
	background-color: #6c818d;
	width: 87px;
	height: 60px;
	text-align: center;
	}
	#globalNav .mark a {
	display: block;
	box-sizing: border-box;
	padding-top: 18px;
	width: 87px;
	height: 60px;
	}
	#globalNav .mark img {
	width: 47px;
	height: auto;
	}
	#globalNav.fixed div {
	display: block;
	}
	#globalNav.fixed ul {
	padding: 15px 60px 15px 0;
	float: right;
	}
	#globalNav li {
	padding-left: 26px;
	font-size: 13px;
	line-height: 28px;
	float: left;
	}
	#globalNav li.assessment {
	display: none;
	}
	#globalNav.fixed li.assessment {
	display: block;
	}
	#globalNav li a {
	position: relative;
	display: block;
	transition: color .3s;
	}
	#globalNav li.assessment a {
	background-color: #6c818d;
	padding: 0 16px;
	color: #fff;
	transition: opacity .3s;
	}
	#globalNav li a:hover {
	text-decoration: none;
	color: #6c818d;
	}
	#globalNav li.assessment a:hover {
	opacity: 0.7;
	color: #fff;
	}
	#globalNav li a::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #6c818d;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	}
	#globalNav li.assessment a::after {
	display: none;
	}
	#globalNav li a:hover::after {
	transform: scale(1, 1);
	}
}


/* PAGEBODY */
#pageBody {}

/* CONTENTS */
#contents {}

/* PAGEBODY */
#pageBottom {
position: relative;
background-color: #6c818d;
padding-bottom: 82px;
}
#pageBottom a {
color: #fff;
}
@media (min-width: 961px) {
	#pageBottom {
	padding-bottom: 0;
	}
}

/* FOOTER */
#footer {
position: relative;
padding: 35px 0 0 0;
}
#footer h2 {
display: block;
margin-bottom: 27px;
text-align: center;
font-size: 10px;
font-weight: normal;
letter-spacing: 0.1em;
color: #fff;
}
#footer h2 img {
display: block;
margin: 0 auto 17px auto;
width: 70px;
height: auto;
}
#footer ul {
margin: 0 20px 35px 20px;
}
#footer li {
border-top: solid 1px #98a7af;
padding: 12px 0 12px 0;
letter-spacing: 0.1em;
}
#footer .add {
font-size: 14px;
line-height: 1.59;
color: #fff;
}
#footer .cer {
font-size: 12px;
line-height: 1.68;
color: #fff;
}
#footer .copyright {
background-color: #4d616d;
height: 40px;
font-size: 10px;
line-height: 40px;
letter-spacing: 0.1em;
text-align: center;
color: #fff;
display: block;
}
@media (min-width: 961px) {
	#footer {
	padding: 52px 0 0 0;
	}
	#footer h2 {
	margin-bottom: 31px;
	font-size: 14px;
	}
	#footer h2 img {
	margin: 0 auto 28px auto;
	width: 93px;
	}
	#footer ul {
	margin: 0 auto 35px auto;
	width: 1080px;
	text-align: center;
	}
	#footer li {
	margin: 0 30px;
	padding: 17px 0 17px 0;
	}
	#footer .add {
	font-size: 12px;
	}
	#footer .add strong {
	font-size: 16px;
	}
	#footer .cer {
	font-size: 12px;
	}
	#footer .copyright {
	background-color: #4d616d;
	height: 40px;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	display: block;
	}
}

#bottomNav {
position: fixed;
left: 0;
bottom: 0;
box-sizing: border-box;
background-color: #fff;
border-top: solid 1px #b2b2b2;
width: 100%;
height: 82px;
text-align: center;
transform: translateY(82px);
transition: transform .3s;
}
#bottomNav.fixed {
transform: translateY(0);
}
#bottomNav li {
position: relative;
width: 25%;
float: left;
font-family: 'Yu Mincho', 'YuMincho', sans-serif;
font-weight: bold;
font-size: 12px;
text-align: center;
}
#bottomNav a {
color: #4d616d;
}
#bottomNav li a {
box-sizing: border-box;
display: block;
padding-top: 25px;
height: 51px;
color: #000;
}
#bottomNav li.trip a {
background: url("../img/nav_icn1.svg") no-repeat center 6px;
background-size: auto 17px;
}
#bottomNav li.web a {
background: url("../img/nav_icn2.svg") no-repeat center 6px;
background-size: auto 17px;
}
#bottomNav li.line a {
background: url("../img/nav_icn3.svg") no-repeat center 6px;
background-size: auto 17px;
}
#bottomNav li.instagram a {
background: url("../img/nav_icn4.svg") no-repeat center 6px;
background-size: auto 17px;
}
#bottomNav a:hover {
text-decoration: none;
}
#bottomNav a::after {
content: '';
position: absolute;
right: 0;
top: 10px;
display: inline-block;
background-color: #b2b2b2;
width: 1px;
height: 30px;
}
#bottomNav li:last-child a::after {
display: none;
}
#bottomNav .tel {
text-align: center;
display: inline-block;
}
#bottomNav .tel h5 {
float: left;
margin-right: 15px;
font-family: 'Yu Mincho', 'YuMincho', sans-serif;
font-weight: bold;
font-size: 10px;
line-height: 24px;
}
#bottomNav .tel p {
float: left;
font-size: 12px;
line-height: 24px;
}
#bottomNav .tel p strong {
display: inline;
background: url("../img/icn_tel.png") no-repeat left center;
background-size: 26px auto;
margin-bottom: 2px;
padding-left: 34px;
font-family: 'Roboto', sans-serif;
font-size: 24px;
font-weight: 700;
color: #4d616d;
}
@media (min-width: 961px) {
	#bottomNav {
	display: none;
	}
}

#targetTop {
position: absolute;
right: 0;
bottom: 0;
background-color: #32434e;
width: 40px;
height: 40px;
cursor: pointer;
}
#targetTop a {
display: block;
width: 40px;
height: 40px;
}
#targetTop a::before {
content: '';
-moz-transform: translateX(-50%) rotate(-45deg);
-webkit-transform: translateX(-50%) rotate(-45deg);
-o-transform: translateX(-50%) rotate(-45deg);
-ms-transform: translateX(-50%) rotate(-45deg);
transform: translateX(-50%) rotate(-45deg);
display: block;
position: absolute;
left: 50%;
top: 11px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
width: 7px;
height: 7px;
}
#targetTop a::after {
content: '';
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: block;
position: absolute;
left: 50%;
top: 11px;
background-color: #fff;
width: 1px;
height: 20px;
}