@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');

/* ------------------------------
reset
------------------------------ */

a{
	color: #727171;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
} 
html{
	font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;  
	font-style: normal;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	color: #727171;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }

/* ------------------------------
base
------------------------------ */

body{
	position: relative;
	font-size: 1.0rem;
	background: url(../img/common/bg.jpg) 0 0 repeat;
	min-width: 1200px;
}
p,table,dl,ol,ul li  {
	font-size: 1.4rem;
	letter-spacing: -0.06em;
	line-height: 1.6;
}

/* ------------------------------
contents
------------------------------ */

.wrap{
	width: 1145px;
	box-sizing: border-box;
	margin: 0 auto;
}
.headline{
	text-align: center;
}
.container{
	overflow: hidden;
}
#header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 0 20px;
}

#header{
	position: relative;
}
#header.lower .inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 27px 0;
	box-sizing: border-box;
}
#header.lower .logo{
	width: 180px;
}
#header.lower .logo a{
	transition: 0.3s;
}
#header.lower .logo a:hover{
	opacity: 0.8;
}
#header.lower .logo img{
	width: 100%;
	height: auto;
}
#toggle {
	position: fixed;
	top: 20px;
	right: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 40px;
	background: rgba(255,255,255,0.75);
	cursor: pointer;
	z-index: 101;
	transition: 0.3s;
}
#toggle div {
	position: relative;
	width: 28px;
	height: 18px;
}
#toggle span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #727171;
	left: 50%;
	transition: .35s ease-in-out;
	border-radius: 3px;
	transform: translateX(-50%);
}
#toggle span:nth-child(1) {
	top: 0;
}
#toggle span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
#toggle span:nth-child(3) {
	bottom: 0;
}
#toggle p{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.0;
	letter-spacing: 0.025em;
	color: #000;
	margin-top: 0.3em;
}
.open #toggle{
	background-color: transparent;
}
.open #toggle span:nth-child(1) {
	top: 8px;
	left: 0;
	transform: rotate(45deg);
}
.open #toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #toggle span:nth-child(3) {
	bottom: 8px;
	left: 0;
	transform: rotate(-45deg);
}
#header #menu{
	pointer-events: none;
	position: fixed;
	top: 20px;
	right: 17px;
	width: 172px;
	background: rgba(255,255,255,0.75);
	padding: 55px 10px 15px;
	box-sizing: border-box;
	opacity: 0;
	transition: 0.3s;
	z-index: 100;
}
#header.open #menu{
	pointer-events: all;
	opacity: 1;
}
#header #menu > ul{
	position: relative;
	padding-bottom: 15px;
}
#header #menu > ul::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #727171;
	border-radius: 2px;
}
#header #menu ul li{
	line-height: 1.0;
	font-size: 1.3rem;
	margin-top: 0.3em;
}
#header #menu ul li a{
	display: block;
	line-height: 1.0;
	padding: 3px;
}
#header #menu ul li a:hover,
#header #menu ul li .current{
	opacity: 1;
	background: #fff;
}
#header #menu ul li ul{
	padding: 0 0 0 1em;
}
#header #menu .contact{
	padding: 17px 0 0;
}
#header #menu .contact p{
	line-height: 1.0;
}
#header #menu .contact .link{
	font-size: 1.3rem;
}
#header #menu .contact .txt{
	font-size: 1.0rem;
	letter-spacing: -0.05em;
	margin-top: 0.5em;
}
#footer {
	padding: 0 0 40px;
}
#footer .link{
	font-size: 1.4rem;
	border-top: 2px solid #727171;
	margin-top: 0.2em;
	padding-top: 0.2em;
}
#footer p{
	width: 625px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin: 0 auto;
}

#container{
	width: 1200px;
	min-height: 100vh;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	transform: scale(0.75);
	transform-origin: center top;
}

/* lower */

.headline{
	font-size: 3.4rem;
	font-weight: 700;
	border-bottom: 2px solid #727171;
	padding: 65px 0 0.7em;
	margin: 0 27px;
}
.headline span{
	letter-spacing: 2em;
}
.headline-circle{
	font-size: 3.4rem;
	text-align: center;
	font-weight: 700;
	padding: 57px 25px 0 225px;
	margin-bottom: 30px;
}
.headline-circle span{
	display: block;
	border: 2px solid #727171;
	border-radius: 3em;
	padding: 5px 0;
}
.win .headline-circle{
	padding-top: 55px;
}
.win .headline-circle span{
	padding-bottom: 7px;
}
.headline_logo{
	width: 167px;
	margin: 15px 27px 0 auto;
}
.headline_logo.tec{
	width: 295px;
}
.headline_logo.spic{
	width: 235px;
}
.headline_logo img{
	width: 100%;
	height: auto;
}
.border-ttlWrap{
	position: relative;
}
.border-ttlWrap .icon{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 170px;
}
.border-ttlWrap .icon li{
	width: 82px;
	min-height: 28px;
	margin-top: 5px;
}
.border-ttlWrap .icon li:nth-child(2n){
	margin-left: 5px;
}
.border-ttlWrap .icon li:nth-child(-n+2){
	margin-top: 0;
}
.border-ttlWrap .icon li img{
	width: 100%;
	height: auto;
}
.border-ttl{
	font-size: 1.9rem;
	line-height: 1.3;
	font-weight: 700;
	border-bottom: 2px solid #E60012;
	padding: 0 0 9px;
	margin: 0 0 9px;
}

@media screen and (min-width : 768px){

	.pc{
		display:block!important;
		line-height: 0;
	}
	.sp{
		display:none!important;
		line-height: 0;
	}
	a{
		transition: all 0.3s ease;
		text-decoration: none;
	}
	a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width : 767px){

	html{ overflow:auto; }
	body{ min-width: inherit; overflow: hidden; background-size: 120vw auto; }
	p, table, dl, ol, ul li{ font-size: 3.6vw; text-align: justify;}
	img{ width:100%; height: auto; }
	main{
		display: block;
	}
	.pc{
		display:none!important;
		line-height: 0;
	}
	.sp{
		display: block!important;
		line-height: 0;
	}
	#header{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 44px;
	}
	#header.lower .inner{
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#header.lower .logo{
		width: 85px;
	}
	#header #menu{
		top: 0;
		right: 0;
		width: 75vw;
		background: rgba(255,255,255,0.95);
		padding: calc(50px + 4vw) 8vw 7vw 5.3vw;
	}
	#header #menu ul li{
		font-size: 4.2vw;
		margin-top: 0.5em;
	}
	#header #menu .contact .link{
		font-size: 4.2vw;
	}
	#header #menu .contact .txt{
		font-size: 3.2vw;
		letter-spacing: 0;
	}
	#toggle{
		height: 44px;
		top: 0;
		right: 5.3vw;
	}
	#toggle div{
		height: 22px;
	}
	.open #toggle span:nth-child(1){
		top: 10px;
	}
	.open #toggle span:nth-child(3){
		bottom: 10px;
	}
	#footer{
		padding-bottom: 19vw;
	}
	#footer p{
		width: auto;
	}
	#footer .txt{
		font-size: 4.2vw;
	}
	#footer .link{
		font-size: 2.9vw;
		letter-spacing: 0.1em;
	}
	#container{
		width: auto;
		margin: 0 5.3vw;
		padding: 0 2.6vw;
		transform: scale(1.0);
	}
	
	/**/
	
	.headline{
		font-size: 6.6vw;
		margin: 0;
		padding: 4vw 0 3vw;
	}
	.headline-circle{
		font-size: 6.6vw;
		padding: 5vw 0 0;
		margin-bottom: 10vw;
	}
	.headline_logo,
	.headline_logo.spic{
		width: 28vw;
		margin: 4vw 0 10vw auto;
	}
	.headline_logo.tec{
		width: 42vw;
	}
	.border-ttlWrap{
	}

	.border-ttlWrap .icon{
		position: relative;
		bottom: auto;
		right: auto;
		justify-content: flex-start;
		width: auto;
		margin: 3vw 0;
	}
	.border-ttl{
		font-size: 4.6vw;
		line-height: 1.4;
		padding-bottom: 1.5vw;
		margin-bottom: 1.5vw;
	}
	.border-ttlWrap .icon li{
		width: 32%;
		min-height: inherit;
		margin-right: 2%;
	}
	.border-ttlWrap .icon li:nth-child(2n){
		margin-left: 0;
	}
	.border-ttlWrap .icon li:nth-child(3n){
		margin-right: 0;
	}
	.border-ttlWrap .icon li:nth-child(-n+3){
		margin-top: 0;
	}
}

@media (orientation: landscape) and (max-width : 767px){

	#header #menu{
		height: 100%;
		overflow-y: scroll;
	}

}

.clear{
	clear:both;
}
/* ------------------------------
clearfix
------------------------------ */

.cf:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.cf {display: inline-block;} 

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */ 