@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

body {
	font: 14px/1.9 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #000;
	background: #ececea;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover,
.active {
	color: #000;
	text-decoration: underline;
}

a:active,
a:focus,
input:active,
input:focus {
	outline: 0;
}


/* ヘッダー
------------------------------------------------------------*/
#header {
	text-align: center;
}

#header h1 {
	padding: 0.4em 5.0em 0;
	text-align: left;
}

#header h1 img {
	max-width: 300px;
}

#mainnav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
.active {
	text-decoration: none;
}

#mainImg {
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 0;
}

#mainImg img {
	box-sizing: border-box;
	margin: 0 auto;

}

#head_img {
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 0;
	margin: 0 0 4.0em;
}

#head_img img {
	max-height: 280px;
}

#header .panel {
	background-color: #15a3ff;
	padding: 1.4em;
}


/* フッター
------------------------------------------------------------*/
#footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	clear: both;
	padding: 4.0em 0 0;
	text-align: center;
}

#footer .cont {
	color: #fff;
	background-color: #15a3ff;
	text-align: center;
	margin: 0 auto;
	line-height: 1.0em;
	font-weight: bold;
}

#footer .cont img {
	vertical-align: middle;
	max-width: 50px;
}

#footer .logo {
	padding: 0.8em 1.0em;
}

#footer .logo img {
	width: 100%;
	max-width: 360px;
}


#footer .add {
	padding: 0.6em 1.0em 0.02em;
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

#footer .cpr {
	padding: 1.0em 1.0em;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #8e8e8e;
}

.fd_in {
	margin: 0 auto;
	max-width: 360px;
	width: 100%;

}

.fd_tel {
	box-sizing: border-box;
	float: left;
	width: 60px;
	height: 50px;
	background: #135fce url(../images/icon_tel.png) no-repeat 50% 50%;
	background-size: 60%;
}

.fd_mail {
	margin: 0 30px 0 0;
	box-sizing: border-box;
	float: left;
	width: 60px;
	height: 50px;
	background: #15a3ff url(../images/icon_mail.png) no-repeat 50% 50%;
	background-size: 60%;

}

.fd_fb {
	box-sizing: border-box;
	float: left;
	width: 50px;
	height: 50px;
	background: url(../images/icon_fb.png) no-repeat 50% 50%;
	background-size: 30%;
}

.fd_ig {
	box-sizing: border-box;
	float: left;
	width: 50px;
	height: 50px;
	background: url(../images/icon_ig.png) no-repeat 50% 50%;
	background-size: 55%;
}

.fd_tw {
	box-sizing: border-box;
	float: left;
	width: 50px;
	height: 50px;
	background: url(../images/icon_tw.png) no-repeat 50% 50%;
	background-size: 55%;
}

.fd_ameba {
	box-sizing: border-box;
	float: left;
	width: 50px;
	height: 50px;
	background: url(../images/icon_ameba.png) no-repeat 50% 50%;
	background-size: 70%;
}




/* 共通
------------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}

section {
	box-sizing: border-box;
	clear: both;
}


.inner {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 1.0em 3.0em;
}


h2 p {
	font-size: 1.80em;
	font-weight: bold;
	font-family: ;
	color: #15a3ff;
	letter-spacing: 0.12em;
	margin: 0 auto;
	padding: 0 0 0.6em;
	text-align: center;
	line-height: 1.0em;
}

h2 div {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 2.00em;
	line-height: 1.0em;
	letter-spacing: 0.08em;
}

.clear {
	clear: both;
}


/* トップスクロール
------------------------------------------------------------*/

#pagetop {
	z-index: 100;
	position: fixed;
	right: 5px;
	bottom: 60px;
	margin: 0;

}

#pagetop a {
	position: relative;
	display: flex;
	width: 65px;
	height: 65px;
	justify-content: center;
	background: #135fce;
	/*背景の色を変える*/
	transition: opacity .6s ease;
	color: #FFFFFF;
	/*アイコンの色を変える*/
	align-items: center;
	text-decoration: none;
	font-size: 30px;

}

#pagetop a:hover {
	opacity: .3s;
}

@media screen and (max-width:767px) {
	#pagetop a {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
}



/* 事業内容
------------------------------------------------------------*/
#sec00 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 5.0em 0 7.0em;
}

#sec00 header {
	padding: 0 0 1.6em;
}

#sec00 ul {
	margin: 0 auto;
	max-width: 1024px;
}

#works li {
	float: left;
	width: calc(100%/2);
	line-height: 0;
}

#works div {
	padding: 1.0em;
}

#works img {
	border: solid 0 #ccc;
	width: 100%;
	height: auto;
}


h3 {
	margin: 0 auto 1.0em;
	padding: 0.1em;
	text-align: center;
	font-size: 2.0em;
	border: solid 1px #15a3ff;
}

h4 {
	margin: 0 auto 1.0em;
	padding: 0.1em;
	text-align: center;
	font-size: 1.6em;
	background: #15a3ff;
	color: #fff;
}

h4 span {
	font-size: 0.8em;
}

#wk li {
	float: left;
	width: calc(100%/2);
	line-height: 0;
}

#wk img {
	box-sizing: border-box;
	width: 99%;
	height: auto;
	aspect-ratio: 493/329;
	height: 100%;
	object-fit: cover;
}

#wk p {
	padding: 1.0em 0 1.5em;
}

#wk .txt {
	padding: 0 0 0 3.0em;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.8em;
}

.txt_ex {
	padding: 1.0em 0;
}



/* 料金表
------------------------------------------------------------*/
#sec03 img {
	width: 100%;
	margin-bottom: 30px;
}


/* 求人
------------------------------------------------------------*/
#rect {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 2.0em 0;
}

.rect {
	background-color: #474747;
}

#rect table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 1024px;
	font-size: 1.30em;
	line-height: 1.4em;
}

#rect table th {
	box-sizing: border-box;
	width: 25%;
	border: 1px solid #135fce;
	border-bottom: 1px solid #fff;
	padding: 1.2em;
	text-align: left;
	vertical-align: top;
	background: #135fce;
	color: #fff;
	font-weight: 500;
}

#rect table tr:last-child th {
	border-bottom: 1px solid #135fce;
	padding: 1.2em;
	text-align: left;
	vertical-align: top;
	background: #135fce;
	color: #fff;
	font-weight: 500;
}

#rect table td {
	border: 1px solid #135fce;
	padding: 1.2em;
	text-align: left;
	vertical-align: top;
}

#rect .txt_s {
	text-align: left;
	font-size: 0.85em;

}


#rect .txt {
	box-sizing: border-box;
	padding: 5.0em 1.0em;
	text-align: left;
	font-size: 1.30em;
	line-height: 1.8em;
}

#rect p {
	box-sizing: border-box;
	padding: 0 0 0.8em;
}

#rect p:last-of-type {
	box-sizing: border-box;
	padding: 0;
}


/* 会社概要
------------------------------------------------------------*/
#comp {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 2.0em 0;
}


#comp table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 1024px;
	font-size: 1.30em;
	line-height: 1.4em;
}

#comp table th {
	box-sizing: border-box;
	width: 25%;
	border: 1px solid #15a3ff;
	border-bottom: 1px solid #fff;
	padding: 1.2em;
	text-align: left;
	vertical-align: top;
	background: #15a3ff;
	color: #fff;
	font-weight: 500;
}

#comp table tr:last-child th {
	border-bottom: 1px solid #15a3ff;
	padding: 1.2em;
	text-align: left;
	vertical-align: top;
	background: #15a3ff;
	color: #fff;
	font-weight: 500;
}

#comp table td {
	border: 1px solid #15a3ff;
	padding: 1.2em;
	text-align: left;
	vertical-align: top;
}

#comp p {
	box-sizing: border-box;
	padding: 0 0 0.8em;
}

#comp p:last-of-type {
	box-sizing: border-box;
	padding: 0;
}


/* mail thanks
------------------------------------------------------------*/
#thanks {
	box-sizing: border-box;
	padding: 3.0em 1.0em;
	font-size: 1.30em;
	line-height: 1.8em;
	text-align: center;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {
	.inner {
		width: 1024px;
		padding-bottom: 5.0em;
	}
}

@media only screen and (min-width: 800px) {
	body {
		font-size: 14px;
	}

	a#menu {
		display: none;
	}

	.panel {
		display: block !important;
	}

	#mainnav li {
		display: inline-block;
		padding: 0 1.0em;
		font-size: 1.1em;
		font-weight: 500;
	}

	h2 div {
		margin: 0;
		padding: 0 0 20px;
		text-align: center;
		font-size: 2.00em;
		line-height: 1.0em;
	}
}



@media only screen and (min-width: 641px) {
	.col2 li {
		width: 60%;
		vertical-align: top;
	}

	.col2 li:first-child {
		width: 35%;
		padding-right: 4%;
	}
}


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

	#wk li {
		float: none;
		width: 100%;
	}

	#works li {
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	#map iframe {
		width: 96% !important;
		left: 2%;
	}

	#sec04_02 {
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px) {
	#header {
		< !-- position: fixed;
		-->width: 100%;
		z-index: 500;
		box-sizing: border-box;
	}

	#header h1 {

		float: left;
	}

	#header h1 img {
		box-sizing: border-box;
		max-width: 280px;
		margin-left: 1em;
	}


	#headerWrap {
		position: relative;
		width: 100%;
		height: 0;
	}

	#header h1 {
		padding: 8px 0 0;
		text-align: center;
	}

	#header h1 img {
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

	a#menu {
		display: inline-block;
		position: relative;
		width: 45px;
		height: 40px;
		margin: 0;
		background-color: #15a3ff;
	}

	#menuBtn {
		display: block;
		position: absolute;
		top: 50%;
		left: 40%;
		width: 20px;
		height: 3px;
		margin: -1px 0 0 -7px;
		background: #fff;
		transition: .2s;
	}

	#menuBtn:before,
	#menuBtn:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 20px;
		height: 3px;
		background: #fff;
		transition: .3s;
	}

	#menuBtn:before {
		margin-top: -10px;
	}

	#menuBtn:after {
		margin-top: 7px;
	}

	a#menu .close {
		background: transparent;
	}

	a#menu .close:before,
	a#menu .close:after {
		margin-top: 0;
	}

	a#menu .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	.panel {
		box-sizing: border-box;
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
		background-color: #15a3ff;
	}

	#mainnav {
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index: 500;
	}

	#mainnav ul {
		text-align: left;
		background-color: #15a3ff;
	}

	#mainnav li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #eee;
		color: #fff;
		font-size: 1.4em;
		font-weight: 500;
	}

	#mainnav li a:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#mainImg {
		box-sizing: border-box;
		padding-top: 0;
		z-index: -100;
		overflow: hidden;
	}

	#mainImg img {
		box-sizing: border-box;
		width: 100vw;
		height: 150vw;
		min-height: ;
		object-fit: cover;
	}

	#head_img {
		padding-top: 50px;
		z-index: -100;
	}

	.us li {
		margin: 0 auto 20px;
		display: block;
	}

	section {
		padding-top: 50px;
	}

	section h2 {
		margin: 0 auto;
	}

	section h2 span {
		padding: 0 30px;
	}

	#sec00 {
		padding: 1.5em 0 5.0em;
	}

	#wk .txt {
		padding: 1.0em 0 0;
	}

	.txt_ex {
		padding: 1.0em 0;
	}


	/* 会社概要
------------------------------------------------------------*/
	#comp table th,
	table td {
		display: block;
	}

	#comp table th {
		box-sizing: border-box;
		width: 100%;
		border: 1px solid #15a3ff;
		padding: 0.6em 1.2em;
		text-align: left;
		vertical-align: top;
		background: #15a3ff;
		color: #fff;
		font-weight: 500;
	}

	#comp table tr:last-child th {
		padding: 0.6em 1.2em;
	}

	#comp table td {
		border: 1px solid #15a3ff;
		padding: 1.2em;
		text-align: left;
		vertical-align: top;
	}


	/* 求人
------------------------------------------------------------*/
	#rect table th,
	table td {
		display: block;
	}

	#rect table th {
		box-sizing: border-box;
		width: 100%;
		border: 1px solid #135fce;
		padding: 0.6em 1.2em;
		text-align: left;
		vertical-align: top;
		background: #135fce;
		color: #fff;
		font-weight: 500;
	}

	#rect table tr:last-child th {
		padding: 0.6em 1.2em;
	}

	#rect table td {
		border: 1px solid #135fce;
		padding: 1.2em;
		text-align: left;
		vertical-align: top;
	}



	#footer {
		padding: 20px 0 0;
	}

	#footer .cont {
		color: #fff;
		background-color: #15a3ff;
		text-align: center;
		margin: 0 auto;
		line-height: 1.0em;
		font-weight: bold;
	}

	#footer .tel {
		padding: 0.6em 1.0em;
		font-size: 2.0em;
		letter-spacing: 0.10em;
	}

	#footer .mail {
		padding: 0.8em 1.0em;
		font-size: 1.6em;
	}

	#footer .cont img {
		vertical-align: middle;
	}



	#footer .logo img {
		width: 80%;
	}

	#footer .cont a {
		color: #fff;
		text-decoration: none;
	}

	#footer .add {
		padding: 0.6em 1.0em 0.02em;
		font-size: 1.5em;
		line-height: 1.4em;
		letter-spacing: 0.05em;
	}

	#footer .cpr {
		padding: 0 1.0em 1.0em;
		font-size: 0.8em;
		line-height: 1.2em;
	}



}



/* その場で */
.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 上から */

.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 左から */

.fadeLeft {
	animation-name: fadeLeftAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeLeftAnime {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 右から */

.fadeRight {
	animation-name: fadeRightAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeRightAnime {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}




/*アニメーション要素のスタイル*/
.animation {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(40px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
	opacity: 2;
	visibility: visible;
	transform: translateY(0);
}