@charset "utf-8";

/* initialization
------------------------------*/
a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,tfoot,thead,time,tr,th,td,ul,var,video {margin: 0; padding: 0; outline: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {display: block;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;} address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal;}
body {line-height: 1; -webkit-text-size-adjust: 100%; font-size: 0.625em;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
del {text-decoration: line-through;} ins {background-color: #ff9; color: #000; text-decoration: none;} mark {background-color: #ff0; color: #000;}
table {border-collapse: collapse; border-spacing: 0;} caption,th {text-align: left;} fieldset,img {border: 0; vertical-align: top;} img {-ms-interpolation-mode: bicubic;} ol,ul {list-style: none;}
input, textarea, select {font-family: inherit; font-weight: inherit;} label{cursor: pointer;} hr {display: block; height: 1px; border: 0; border-top: 1px solid #000;} h1,h2,h3,h4,h5,h6 {font-size: 100%;}

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

/* リンク */
a:link, a:active, a:visited {text-decoration: none; color: #333;}
a:hover, a:focus {text-decoration: underline; color: #609dad;}

html {
	background: url(../img/bg_body.png) repeat;
}
body {
	line-height: 1.7;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #333;
}
.no-svg {
	min-width: 320px;
}
img {
	max-width: 100%;
	height: auto;
}
.container {
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 767px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

/* common
------------------------------*/
h2 {
	color: #609dad;
	font-size: 2.7em;
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	h2 {
		margin-bottom: 10px;
	}
}

/* ヘッダー
------------------------------*/
header.global {
	background: #fff;
	border-bottom: 2px solid #ccc;
	margin-bottom: 40px;
	padding: 21px 0 25px;
}
header.global.home {
	border: none;
	margin: 0;
}
	header.global h1 {
		width: 208px;
	}
		header.global h1 .sp {
			display: none;
		}
	header.global #menuBtn {
		position: absolute;
		right: 20px;
		top: 3px;
		cursor: pointer;
		width: 52px;
		height: 20px;
		padding-top: 14px;
		z-index: 50;
	}
		header.global #menuBtn span {
			display: block;
			height: 4px;
			width: 52px;
			transition: 0.3s;
			background: #333;
			position: absolute;
			z-index: 51;
		}
			header.global #menuBtn span:before,
			header.global #menuBtn span:after {
				content: '';
				width: 100%;
				height: 4px;
				background: #333;
				position: absolute;
				left: 0;
				box-sizing: border-box;
			}
			.csstransforms header.global #menuBtn span:before,
			.csstransforms header.global #menuBtn span:after {
				transition-delay: 0.3s;
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-o-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
				-moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
				-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
				-ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
				-webkit-transform-origin: 2.85714px center;
				transform-origin: 2.85714px center;
			}
			header.global #menuBtn span:before {
				top: 14px;
			}
			header.global #menuBtn span:after {
				top: -14px;
			}
		header.global #menuBtn.open {
			border: none;
			color: #fff;
		}
			header.global #menuBtn.open span {
				background: transparent;
				width: 46px;
			}
			.csstransforms header.global #menuBtn.open span {
				transform: scale3d(0.8, 0.8, 0.8);
			}
				header.global #menuBtn.open span:before,
				header.global #menuBtn.open span:after {
					background-color: #fff;
					height: 3px;
				}
				header.global #menuBtn.open span:before {
					top: 14px;
				}
				header.global #menuBtn.open span:after {
					top: -14px;
				}
				.csstransforms header.global #menuBtn.open span:before {
					-webkit-transform: rotate3d(0, 0, 1, -45deg);
					-moz-transform: rotate3d(0, 0, 1, -45deg);
					-o-transform: rotate3d(0, 0, 1, -45deg);
					-ms-transform: rotate3d(0, 0, 1, -45deg);
				}
				.csstransforms header.global #menuBtn.open span:after {
					-webkit-transform: rotate3d(0, 0, 1, 45deg);
					-moz-transform: rotate3d(0, 0, 1, 45deg);
					-o-transform: rotate3d(0, 0, 1, 45deg);
					-ms-transform: rotate3d(0, 0, 1, 45deg);
				}

#overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../img/bg_overlay.png) repeat;
}
nav.global {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	text-align: center;
}
	nav.global ul {
		padding: 65px 0 50px;
	}
	nav.global a {
		display: block;
		font-size: 2.4em;
		color: #fff;
		padding: 10px 0;
	}
	nav.global a:hover {
		background: #659dab;
		text-decoration: none;
	}
@media screen and (max-width: 767px) {
	header.global {
		background: #fff;
		border-bottom-width: 1px;
		margin-bottom: 25px;
		padding: 17px 0;
	}
		header.global h1 {
			width: 45.937%;
		}
			header.global h1 .pc {
				display: none;
			}
			header.global h1 .sp {
				display: block;
			}
		header.global #menuBtn {
			right: 17px;
			top: 8px;
			width: 26px;
			height: 10px;
			padding-top: 7px;
		}
			header.global #menuBtn span {
				height: 2px;
				width: 26px;
			}
				header.global #menuBtn span:before,
				header.global #menuBtn span:after {
					height: 2px;
				}
				header.global #menuBtn span:before {
					top: 7px;
				}
				header.global #menuBtn span:after {
					top: -7px;
				}
			header.global #menuBtn.open span {
				width: 26px;
			}
				header.global #menuBtn.open span:before,
				header.global #menuBtn.open span:after {
					height: 2px;
				}
				header.global #menuBtn.open span:before {
					top: 7px;
					-webkit-transform: rotate3d(0, 0, 1, -45deg);
					-moz-transform: rotate3d(0, 0, 1, -45deg);
					-o-transform: rotate3d(0, 0, 1, -45deg);
					-ms-transform: rotate3d(0, 0, 1, -45deg);
				}
				header.global #menuBtn.open span:after {
					top: -7px;
					-webkit-transform: rotate3d(0, 0, 1, 45deg);
					-moz-transform: rotate3d(0, 0, 1, 45deg);
					-o-transform: rotate3d(0, 0, 1, 45deg);
					-ms-transform: rotate3d(0, 0, 1, 45deg);
				}
	nav.global ul {
		padding: 0;
		border-top: 1px solid #fff;
	}
		nav.global a {
			font-size: 1.8em;
			border-bottom: 1px solid #fff;
			padding: 15px 0;
		}
}

/* フッター
------------------------------*/
footer.global {
	background: #EFE3D7;
	text-align: center;
	margin-top: 90px;
	padding: 30px 0;
	font-size: 1.2em;
	position: relative;
}
	footer.global .pagetop {
		width: 100%;
		position: absolute;
		top: -40px;
		left: 0;
		text-align: right;
	}
		footer.global .pagetop div {
			max-width: 1180px;
			margin: 0 auto;
			padding: 0 20px;
		}
			footer.global .pagetop img {
				width: 40px;
			}
@media screen and (max-width: 767px) {
	footer.global {
		margin-top: 50px;
		padding: 20px 0;
	}
		footer.global .pagetop {
			top: -35px;
		}
			footer.global .pagetop img {
				width: 35px;
			}
}

/* トップページ
------------------------------*/
.visual {
	margin-bottom: 30px;
	background: url(../../img/img_mainvisual_pc.jpg) no-repeat center bottom;
	background-size: contain;
	height: auto;
	text-align: center;
	padding-top: 38.8%;
	position: relative;
}
	.visual .logo {
		width: 416px;
		height: 205px;
		margin: 0 auto;
		position: relative;
	}
		.visual .logo #svgLogo1,
		.visual .logo #svgLogo2 {
			width: 392px;
			height: 205px;
			position: absolute;
			top: 0;
			left: 0;
		}
		.visual .logo .static {
			display: none;
			position: absolute;
			top: 0;
			left: 0;
		}
		.ielt9 .visual .logo .static {
			display: block;
		}
		.visual .logo .catch {
			display: none;
			position: absolute;
			bottom: -36px;
			left: 20px;
		}
	.visual .sp {
		display: none;
	}
.topMenu {
	margin-bottom: 60px;
	text-align: center;
}
	.topMenu ul {
		display: flex;
		justify-content: center;
		/*letter-spacing: -0.5em;*/
	}
		.topMenu ul li {
			max-width: 172px;
			/*display: inline-block;
			vertical-align: top;
			letter-spacing: normal;
			width: 20.833%;*/
			margin: 0px 1%;
			font-size: 1.4em;
			/*margin-right: 5.55%;*/
			line-height: 1.4;
		}
		/*.topMenu.brand ul li:nth-child(4) {
			margin-right: 0;
		}*/
		.topMenu.company ul li:last-of-type {
			margin-right: 0;
		}
			.topMenu ul li a:hover img {
				-webkit-transition: opacity 0.2s ease-out;
				-moz-transition: opacity 0.2s ease-out;
				-o-transition: opacity 0.2s ease-out;
				-ms-transition: opacity 0.2s ease-out;
				transition: opacity 0.2s ease-out;
				opacity: 0.7;
				filter: alpha(opacity=70);
			}
			.topMenu ul li span {
				display: block;
				margin-top: 13px;
			}
				.topMenu ul li span br {
					display: none;
				}

.recruit {
	text-align: center;
	margin-bottom: 60px;
}
	.recruit div {
		display: block;
		background: #609dad;
		font-size: 2.4em;
		letter-spacing: -0.5em;
	}
	.recruit a:hover {
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		-o-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
		.recruit div figure,
		.recruit div p {
			display: inline-block;
			vertical-align: middle;
			letter-spacing: normal;
			width: 50%;
		}
			.recruit div figure img {
				width: 100%;
			}
			.recruit div figure figcaption {
				display: none;
			}
		.recruit div a {
			color: #fff;
		}
@media screen and (max-width: 767px) {
	.visual {
		background: url(../../img/img_mainvisual_sp.jpg) no-repeat center bottom;
		height: auto;
		background-size: contain;
		padding-top: 132%;
	}
		.visual .logo {
			width: 53.75%;
			height: 0;
			padding-top: 45.295%;
		}
			.visual .logo #svgLogo1,
			.visual .logo #svgLogo2 {
				width: 100%;
				max-width: 394px;
				height: 63%;
			}
			.visual .logo .catch {
				bottom: 0;
				left: 4%;
				width: 92%;
			}
			.visual .pc {
				display: none;
			}
			.visual .sp {
				display: block;
			}
	.topMenu {
		margin-bottom: 60px;
	}
		.topMenu ul {
			flex-wrap: wrap;
		}
		.topMenu ul li {
			/*width: 50%;
			margin: 0 0 25px;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;*/
			margin-bottom: 3%;
		}
		/*.topMenu ul li:nth-child(2n + 1) {
			padding-right: 6px;
		}*/
		/*.topMenu ul li:last-of-type {
			padding-right: 0;
		}
		.topMenu ul li:nth-child(2n) {
			padding-left: 6px;
		}*/
			.topMenu ul li span {
				margin-top: 7px;
			}
				.topMenu ul li span br {
					display: block;
				}
	.recruit div {
		background: none;
		font-size: 1.6em;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		flex-direction:		 column-reverse;
	}
		.recruit div figure {
			display: block;
			width: 100%;
		}
			.recruit div figure figcaption {
				display: block;
				margin-top: 10px;
			}
		.recruit div p {
			width: 100%;
		}
			.recruit div a {
				color: #333;
				display: block;
				margin-top: 15px;
			}
				.recruit div p br {
					display: none;
				}
}
/* 会社概要
------------------------------*/
.about {
	margin-bottom: 50px;
}
	.about table {
		width: 100%;
		font-size: 1.4em;
	}
		.about table th,
		.about table td {
			border: 1px solid #ccc;
			padding: 20px 30px;
			vertical-align: top;
		}
		.about table th {
			background: #dce9ed;
			width: 105px;
		}
		.about table td {
			background: #fff;
		}
@media screen and (max-width: 767px) {
	.about table {
		border-bottom: 1px solid #ccc;
	}
		.about table th,
		.about table td {
			display: block;
			width: 100%;
			padding: 15px;
			border-bottom: none;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
			.about table th br {
				display: none;
			}
}

/* 店舗紹介
------------------------------*/
.store h2 {
	margin-bottom: 50px;
	padding-bottom: 5px;
	border-bottom: 2px solid #609dad;
}
.store section {
	border-bottom: 2px solid #609dad;
	padding-bottom: 39px;
	margin-bottom: 39px;
}
	.store section .inner {
		float: left;
		width: 43.02%;
	}
		.store section h3 {
			font-size: 2.3em;
			margin-bottom: 17px;
		}
		.store section dl {
			font-size: 1.5em;
			border-bottom: 1px solid #ccc;
		}
			.store section dl dt {
				float: left;
				padding: 9px 0 0;
				width: 104px;
				color: #a0a0a0;
				clear: both;
			}
			.store section dl dt:first-child {
				padding-top: 12px;
			}
			.store section dl dd {
				border-top: 1px solid #ccc;
				padding: 9px 0 9px 104px;
			}
			.store section dl dd.tel {
				font-weight: bold;
				font-size: 1.6em;
				padding: 3px 0 3px 104px;
			}
			.store section dl dd.tel:before {
				content: url(../../img/ico_freedial.gif);
				vertical-align: middle;
				margin-right: 10px;
			}
	.store section .map {
		float: right;
		width: 53.125%;
	}
		.store section .map > div {
			width: 100%;
			/* height: 320px; */
		}
		.store section .map > div > iframe {
			width: 100%;
			aspect-ratio: 1/0.627;
		}


	.store section .shinjukuInner {
		float: none;
		width: 100%;
		height: 320px;
	}
	.store section dl.shinjuku {
		border: none;
	}
		
@media screen and (max-width: 767px) {
	.store h2 {
		margin-bottom: 9px;
	}
	.store section {
		margin-bottom: 9px;
		padding: 0 10px;
	}
		.store section .inner {
			float: none;
			width: 100%;
		}
			.store section h3 {
				margin-bottom: 8px;
				position: relative;
				font-size: 2.0em;
				cursor: pointer;
			}
				.store section h3:after {
					content: '';
					display: block;
					width: 15px;
					height: 15px;
					border: solid #609dad;
					border-width: 0 3px 3px 0;
					position: absolute;
					top: 50%;
					margin-top: -15px;
					right: 0;
					z-index: 2;
					-webkit-transform: rotate(45deg);
							transform: rotate(45deg);
				}
			.store section dl {
				display: none;
				border: none;
				font-size: 1.4em;
				margin-bottom: 10px;
			}
				.store section dl dt {
					padding-top: 5px;
					width: 80px;
				}
				.store section dl dt:first-child {
					padding-top: 10px;
				}
				.store section dl dd {
					border: none;
					padding: 5px 0 5px 80px;
				}
				.store section dl dd.tel {
					padding: 4px 0 4px 80px;
				}
		.store section .map {
			float: none;
			width: 100%;
			height: 0;
			overflow: hidden;
		}
			.store section .map > div {
				/* height: 160px; */
			}
		.store section .shinjukuInner {
			height: auto;
		}

		/* open */
		.store section.active {
			padding-bottom: 40px;
		}
			.store section.active dl {
				display: block;
			}
			.store section.active h3:after {
				margin-top: -5px;
				-webkit-transform: rotate(-135deg);
						transform: rotate(-135deg);
			}
			.store section.active .map {
				/* height: 160px; */
				/* overflow: visible; */
				overflow: hidden;
				height: auto;
			}
}

/* 代表あいさつ
------------------------------*/
.greeting h2 {
	margin-bottom: 50px;
	padding-bottom: 5px;
	border-bottom: 2px solid #609dad;
}
.greeting .txt {
	float: left;
	width: 65.104%;
}
	.greeting .txt p {
		font-size: 1.5em;
		margin-bottom: 20px;
	}
.greeting .ceo {
	float: right;
	width: 29.166%;
}
	.greeting .ceo figure {
		margin-bottom: 15px;
	}
	.greeting .ceo p {
		font-size: 1.3em;
	}
		.greeting .ceo p span {
			float: left;
			margin-right: 20px;
		}
		.greeting .ceo p img {
			margin-top: 16px;
			width: 107px;
		}
		.greeting .ceo p .sp {
			display: none;
		}
@media screen and (max-width: 767px) {
	.greeting h2 {
		margin-bottom: 20px;
	}
	.greeting .txt,
	.greeting .ceo {
		float: none;
		width: 100%;
	}
	.greeting .ceo {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row-reverse;
				flex-direction: row-reverse;
		-webkit-align-items: flex-end;
				align-items: flex-end;
	}
		.greeting .ceo figure,
		.greeting .ceo p {
			-webkit-flex-basis: 50%;
					flex-basis:50%;
		}
		.greeting .ceo figure {
			margin: 0;
		}
		.greeting .ceo p span {
			float: none;
			display: block;
		}
		.greeting .ceo p img {
			width: 76px;
			margin-top: 8px;
		}
		.greeting .ceo p .sp {
			display: block;
		}
}

/* sdgs
------------------------------*/
.sdgs h2 {
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #609dad;
}
.sdgs_box:not(:last-of-type) {
	border-bottom: 1px dotted #afafaf;
	padding-bottom: 3%;
	margin-bottom: 3%;
}
.sdgs .txt {
	float: left;
	width: 55%;
}
.sdgs .txt a {
	color: #609dad;
}
.sdgs .txt p {
	font-size: 1.5em;
	margin-bottom: 20px;
}
.sdgs .txt p.title {
	font-size: 2.3em;
	font-weight: 700;
	margin: 17px 0 12px;
}
.sdgs .txt .link {
}
.sdgs .txt .link a {
	font-size: 1.5em;
	display: inline-block;
	padding: 3px 37px;
	text-align: center;
	color: #fff;
	background: #609cac;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}
.sdgs .txt .link a:hover {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.sdgs .sdgs_img {
	float: right;
	width: 42%;
	text-align: center;
}
.sdgs .sdgs_img img {
	-webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
	.sdgs_box:not(:last-of-type) {
		padding-bottom: 8%;
		margin-bottom: 8%;
	}
	.sdgs .txt {
		float: unset;
		width: 100%;
	}
	.sdgs .txt .link a:hover {
		-webkit-transition: unset;
		-moz-transition: unset;
		-o-transition: unset;
		-ms-transition: unset;
		transition: unset;
		opacity: unset;
		text-decoration: none;
	}
	.sdgs .sdgs_img {
		float: unset;
		width: 100%;
		margin-top: 30px;
	}
}