@charset "utf-8";

br.pc {
	display: inline;
}
br.tb {
	display: none;
}
br.sp {
	display: none;
}

body {
	padding-top: 106px;
}

#wrapper {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
.marker {
	background-color: rgba(255,179,0,0.30);
	padding: 0 2px;
	margin: 0 2px
}

/*=================================
header
==================================*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
	box-shadow: 0px 0px 5px 0px #000;
}
#header .wrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	width: 1200px;
	margin: 0 auto;
	height: 106px;
}
#header a:hover {
	opacity: 0.8;
}

#header .logo {
	position: absolute;
	top: 26px;
}
#header .logo p {
	padding-left: 3px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.04em;
}
#header .logo p a {
	font-weight: 300;
	color: #969696;
}
#header .logo h1 {
	width: 438px;
	padding-top: 9px;
}
#header .logo h1 img {

}


#header .contact {
	position: absolute;
	top: 28px;
	right: 0;
}
#header .contact dl {
	float: left;
}
#header .contact dl dt {
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #263238;
}
#header .contact dl dd {
	display: block;
	margin-top: 8px;
	padding-left: 35px;
	background: url('../img/common/ico_tel.svg') 0 50% no-repeat;
	background-size: 22px 33px;
	font-size: 42px;
	font-weight: 700;
	line-height: 34px;
	color: #263238;
}

#header .contact p {
	float: right;
	margin-left: 16px;
	padding-top: 2px;
}
#header .contact p a {
	display: block;
	width: 220px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	background: #bf9330;
	border-radius: 8px;
}




/*=================================
global navi
==================================*/
nav#global {
	position: fixed;
	top: 106px;
	left: 0;
	width: 100%;
	background: #263238;
	box-shadow:0px 0px 5px 0px #000;
	z-index: 9999;
}
nav#global ul {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	height: 60px;
	margin: 0 auto;
}
nav#global ul li {
	flex-basis: 16.6%;
}
nav#global ul li:last-child {
	display: none;
}

nav#global ul li a {
	display: block;
	box-sizing: border-box;
	margin: 12px 0 14px;
	height: 34px;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	border-right: 1px solid #677173;
}
nav#global ul li:first-child a {
	border-left: 1px solid #677173;
}
nav#global ul li:nth-of-type(2) a {
	font-size: 12px;
}

nav#global ul li a:after {
	display: block;
	padding-top: 2px;
	font-size: 10px;
	font-weight: 200;
	letter-spacing: 0.2em;
	color: #969696;
}
nav#global ul li:nth-of-type(1) a:after {
	content: 'HOME';
}
nav#global ul li:nth-of-type(3) a:after {
	content: 'SERVICE';
}
nav#global ul li:nth-of-type(4) a:after {
	content: 'RESULT';
}
nav#global ul li:nth-of-type(5) a:after {
	content: 'MEMBER';
}
nav#global ul li:nth-of-type(6) a:after {
	content: 'FAQ';
}

nav#global ul li a:hover {
	color: #bfbfbf;
}
nav#global ul li a:hover:after {
	color: #757575;
}


#toggle {
	display: none;
	position: absolute;
	top: 30px;
	right: 20px;
	width: 42px;
	height: 42px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	cursor: pointer;
}
.bar {
	display: block;
	height: 5px;
	width: 42px;
	background: #263238;
	margin: 10px auto;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.middle {
	margin: 0 auto;
}
#toggle.on .top {
	-webkit-transform: translateY(15px) rotateZ(45deg);
	-moz-transform: translateY(15px) rotateZ(45deg);
	-ms-transform: translateY(15px) rotateZ(45deg);
	-o-transform: translateY(15px) rotateZ(45deg);
	transform: translateY(15px) rotateZ(45deg);
}
#toggle.on .bottom {
	-webkit-transform: translateY(-15px) rotateZ(-45deg);
	-moz-transform: translateY(-15px) rotateZ(-45deg);
	-ms-transform: translateY(-15px) rotateZ(-45deg);
	-o-transform: translateY(-15px) rotateZ(-45deg);
	transform: translateY(-15px) rotateZ(-45deg);
}
#toggle.on .middle {
	width: 0;
}


/*=================================
footer
==================================*/
#footer {
	width: 100%;
	background: url('../img/common/foot_bg.png') 0 0;
	background-size: 10px;
}
#footer .wrap {	
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

#footer dl dt {
	float: left;
	width: 98px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
#footer dl dd {
	float: left;
	display: flex;
	flex-direction: row;
}
#footer dl dd ul {
	border-left: 1px solid rgba(255,255,255,0.3);
}
#footer dl dd ul li {
	position: relative;
	display: block;
	padding: 0 70px 10px 14px;
	font-size: 12px;
	font-weight: 200;
}
#footer dl dd ul li a {
	color: #fff;
}
#footer dl dd ul li:hover a {
	color: #ccc;
}
#footer dl dd ul li:after{
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -7px;
}
#footer p {
	padding: 22px 0;
	text-align: center;
	font-size: 12px;
	font-weight: 200;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #f5f5f5;
	background: #464646;
}


/*=================================
pagetop
==================================*/
#pagetop {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 100px;
	z-index: 10000;
}
#pagetop img {
	width: 100px;
}
#pagetop a:hover {
	opacity: 0.8;
}


/*////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1000px) {

br.pc {
	display: none;
}
br.tb {
	display: inline;
}
br.sp {
	display: none;
}

body {
	padding-top: 106px;
}

#wrapper {
	width: 100%;
	min-width: 320px;
	max-width: auto;
}

/*=================================
header
==================================*/
#header {
	box-shadow:0px 0px 5px 0px #000;
}
#header .wrap {
	width: 100%;
}
#header .logo {
	position: absolute;
	top: 32px;
	left: 20px;
}
#header .contact {
	display: none;
}

/*=================================
global navi
==================================*/
nav#global {
	position: fixed;
	top: 106px;
	left: 0;
	display: none;
	width: 100%;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}
nav#global .wrap {
	height: auto;
}

nav#global ul {
	display: block;
	height: auto;
	justify-content: center;
	flex-direction: column;
}
nav#global ul li {
	display: block;
	height: auto;
	border-top: 1px solid rgba(255,255,255,0.1);
}
nav#global ul li:last-child {
	display: block;
}

nav#global ul li a {
	position: relative;
	margin: 0;
	padding: 20px 0;
	height: auto;
	font-size: 20px;
	border-right: none;
	color: #fff;
}
nav#global ul li a:before {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
nav#global ul li a:hover {
	color: #fff;
	background: #f8b207;
}
nav#global ul li:first-child a {
	border-left: none;
}
nav#global ul li:nth-of-type(2) a {
	font-size: 18px;
	line-height: 1.1;
}
nav#global ul li a:after {
	display: none;
}

#toggle {
	display: block;
}



/*=================================
footer
==================================*/
#footer .wrap {	
	max-width: auto;
	padding: 0;
}
#footer dl dt {
	float: none;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: rgba(80,0,0,0.5);
}
#footer dl dd {
	float: none;
	flex-direction: column;
}
#footer dl dd ul {
	border-left: none;
}
#footer dl dd ul li {
	display: block;
	padding: 10px 70px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-align: center;
}
#footer dl dd ul li:after{
	margin-top: -4px;
}
#footer dl dd ul li a {
	display: block;
}
#footer p {
	position: relative;
	margin-top: -1px;
}

/*=================================
pagetop
==================================*/
#pagetop {
	width: 70px;
}
#pagetop img {
	width: 70px;
}



/*////////////////////////////////////////////////////////////////////////////*/
}@media screen and (max-width: 700px) {

br.pc {
	display: none;
}
br.tb {
	display: inline;
}
br.sp {
	display: inline;
}

body {
	padding-top: 64px;
}

#header .wrap {
	height: 64px;
}
#header .logo {
	position: absolute;
	top: 12px;
	left: 10px;
}
#header .logo p {
	display: none;
}
#header .logo h1 {
	width: 260px;
	padding-top: 0;
}

#footer p {
	font-size: 9px;
	line-height: 1.4;
}

/*=================================
global navi
==================================*/
nav#global {
	top: 64px;
}
nav#global ul li a {
	padding: 15px 0;
	height: auto;
	font-size: 14px;
	border-right: none;
}
nav#global ul li:nth-of-type(2) a {
	padding: 12px 0;
	font-size: 14px;
}
nav#global ul li a:before {
	width: 5px;
	height: 5px;
}
#toggle {
	top: 5px;
	right: 10px;
	width: 25px;
	height: 25px;
}
.bar {
	height: 3px;
	width: 25px;
	margin: 5px auto;
}

/*=================================
pagetop
==================================*/
#pagetop {
	bottom: 20px;
	right: 10px;
	width: 35px;
}
#pagetop img {
	width: 35px;
}

}

