@charset "utf-8";
/*
Theme Name:tiltilmitil2506
Theme URI:
Author:
*/

/* .scrollDown:after {
    display: none;
} */

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
/*.alignright { display: block; margin: 0 0 10px auto; }*/
/* 配置位置 左 */
/*.alignleft { display: block; margin: 0 auto 10px 0; }*/
/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
.alignright {
	float: right;
	padding: 0px 0 10px 10px;
}

/* 後続のテキスト左回り込み */
.alignleft {
	float: left;
	padding: 0px 10px 10px 0;
}

/* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a {
	transition: all 0.3s ease-in-out 0s;
}

a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #0095da;
}

a:active {
	text-decoration: none;
	color: #0095da;
}

a.bdAnime {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #FFF;
}

a.bdAnime:hover {
	color: #FFF;
}

a.bdAnime:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FFF;
	transition: .3s;
}

a.bdAnime:hover:after {
	width: 100%;
}

a.bdAnimeBlue {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #0095da;
}

a.bdAnimeBlue:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #0095da;
	transition: .3s;
}

a.bdAnimeBlue:hover:after {
	width: 100%;
}

.externalLinks {
	color: #0095DA !important;
	/* padding-right: 15px;
	background: url(img/common/icon_external.png) right center no-repeat; */
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}

#shareBtn .externalLinks {
	padding-right: 0;
	background: none;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	min-width: 1024px;
}

/* COMMON */
/* -------------------------------------------------- */
.en {
	font-family: 'Chivo', sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ib {
	display: inline-block;
	vertical-align: middle;
}

.cen {
	text-align: center;
}

.bold {
	font-weight: bold;
}

/* keyframe */
/* -------------------------------------------------- */
@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.05);
	}
}

@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
}

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {
	/* PCここから */

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		min-width: 1024px;
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 1px #f1f1f1 solid;
		background: #FFFFFF;
		z-index: 10000;
	}

	#hLeft {
		padding: 18px 0 0 30px;
		float: left;
	}

	#logo {
		display: inline-block;
		width: 140px;
		padding-right: 30px;
		vertical-align: middle;
	}

	#logo img {
		width: 104px;
		height: auto;
	}


	#logo a:hover {
		opacity: 0.7;
	}

	#navListWrap {
		display: inline-block;
		vertical-align: middle;
	}

	.navList {
		display: inline-block;
		padding-right: 20px;
		position: relative;
		transition: all 0.3s ease-in-out 0s;
	}

	span.pd {
		cursor: default;
	}

	.subNav {
		padding-top: 40px;
		position: absolute;
		top: 17px;
		transition: all 0.3s ease-in-out 0s;
		width: 0%;
	}

	.subNav.animate {
		width: auto;
	}

	.subNav li {
		padding: 2px 0;
		white-space: nowrap;
		width: 0%;
	}

	.subNav.animate li {
		width: auto;
	}

	.subNav li a {
		display: block;
		color: #333;
		background: #f6f6f3;
		width: 0%;
		overflow: hidden;
	}

	.subNav li a:hover {
		background: #0095da;
		color: #FFF;
	}

	.subNav li a span {
		display: block;
		padding: 10px;
	}

	.subNav.animate li a {
		width: 100%;
	}

	#guideNav {
		left: -5em
	}

	#serviceNav {
		left: -4em;
	}

	#companyNav {
		left: -4em;
	}

	#recruitNav {
		left: -3em;
	}

	#hRight {
		float: right;
		text-align: right;
	}

	#hTelWrap {
		padding-right: 30px;
		display: inline-block;
		text-align: left;
		vertical-align: middle;
		line-height: 1;
	}

	#hTel .telLink {
		color: #0095da;
		font-size: 2.2rem;
		vertical-align: middle;
		letter-spacing: 0.1em;
	}

	#hTel:before {
		content: "";
		padding-right: 8px;
		display: inline-block;
		vertical-align: middle;
		width: 17px;
		height: 17px;
		background: url(img/common/tel_icon.png) 0 0 no-repeat;
	}

	#hDate {
		padding-left: 27px;
	}

	#hMail {
		display: inline-block;
		vertical-align: middle;
	}

	#hMail a {
		display: block;
		text-align: center;
		height: 60px;
		width: 60px;
		padding-top: 20px;
		overflow: hidden;
		position: relative;
		/*
		background: -webkit-linear-gradient(90deg, #0095da, #00d2da);
		background: -webkit-linear-gradient(90deg, #0095da, #00d2da);
		background: -moz-linear-gradient(90deg, #0095da, #00d2da);
		background: -o-linear-gradient(90deg, #0095da, #00d2da);
		background: linear-gradient(90deg, #0095da, #00d2da);
*/
	}

	/*
	#hMail img {
		transition: all 0.5s ease-in-out 0s;
	}

	#hMail a:hover img {
		-webkit-transform: rotateX(360deg);
		-ms-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
*/

	#hMail a:after {
		position: absolute;
		content: '';
		top: 0;
		display: inline-block;
		background: #0095da;
		background: -webkit-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -webkit-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -moz-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -o-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		height: 100%;
		width: 200%;
		z-index: -1;
		-webkit-transform: translateX(-80%);
		transform: translateX(-80%);
		-webkit-transition: -webkit-transform 200ms ease-in-out;
		transition: -webkit-transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	}

	#hMail a:hover:after {
		-webkit-transform: translateX(-45%);
		transform: translateX(-45%);
	}


	/* -------------------------------------------------- */
	/* 共通コンテンツ */
	/* -------------------------------------------------- */
	.content {
		width: 1000px;
		margin: 0 auto;
	}

	.sp {
		display: none;
	}

	/* -------------------------------------------------- */
	/* 共通タイトル */
	/* -------------------------------------------------- */
	.tit1 {
		font-size: 3rem;
		letter-spacing: 0.2em;
		text-align: center;
		margin-bottom: 40px;
	}

	.tit1:before {
		content: "";
		display: block;
		color: #a0a0a0;
		font-family: 'Chivo', sans-serif;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1;
		font-weight: 300;
	}

	.tit1:after {
		content: "";
		width: 37px;
		height: 9px;
		margin: 0 auto;
		display: block;
		background: url(img/common/star_blue.png) 0 0 no-repeat;
		text-align: center;
	}

	.tit2 {
		font-size: 2.2rem;
		padding-bottom: 0.5em
	}

	.tit3 {
		font-size: 3rem;
		letter-spacing: 0.2em;
		text-align: center;
		margin-bottom: 40px;
		color: #FFF;
	}

	.tit3:before {
		content: "";
		display: block;
		color: #FFF;
		font-family: 'Chivo', sans-serif;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1;
		font-weight: 300;
	}

	.tit3:after {
		content: "";
		width: 37px;
		height: 9px;
		margin: 0 auto;
		display: block;
		background: url(img/common/star_white.png) 0 0 no-repeat;
		text-align: center;
	}

	.tit4 {
		margin-bottom: 20px;
		font-size: 2.4rem;
		position: relative;
	}

	.tit4:after {
		content: "";
		width: 60px;
		height: 4px;
		margin-left: 15px;
		display: inline-block;
		vertical-align: middle;
		background: #0095da;
		border-radius: 4px;
	}

	.tit5 {
		text-align: center;
		margin-bottom: 30px;
		font-size: 2.4rem;
		position: relative;
	}

	.tit5:after {
		content: "";
		width: 60px;
		height: 4px;
		margin: 10px auto 0;
		display: block;
		vertical-align: middle;
		background: #0095da;
		border-radius: 4px;
	}

	.tit6 {
		padding-bottom: 5px;
		font-size: 1.8rem;
		font-weight: bold;
	}

	/* -------------------------------------------------- */
	/* 共通ボタン */
	/* -------------------------------------------------- */
	a.btn1 {
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #0095da solid;
		border-radius: 5px;
		color: #0095da;
		background: url(img/common/icon1.png) 90% center no-repeat #FFF;
	}

	a.btn1:hover {
		color: #FFF;
		background: url(img/common/icon2.png) 90% center no-repeat #0095da;
	}

	a.btn2 {
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #FFF solid;
		border-radius: 5px;
		color: #FFF;
		background: url(img/common/icon2.png) 90% center no-repeat;
	}

	a.btn2:hover {
		color: #333;
		background: url(img/common/icon5.png) 90% center no-repeat #FFF;
	}


	a.btn3 {
		padding: 25px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border-radius: 5px;
		color: #FFF;
		overflow: hidden;
		position: relative;
		cursor: pointer;
	}

	.btn3:after {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		display: inline-block;
		background: #0095da;
		background: -webkit-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -webkit-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -moz-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -o-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		height: 100%;
		width: 200%;
		z-index: -1;
		-webkit-transition: -webkit-transform 200ms ease-in-out;
		transition: -webkit-transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	}

	.btn3:hover:after {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	.btn4 {
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #0095da solid;
		border-radius: 5px;
		color: #0095da;
		background: url(img/common/icon11.png) 90% center no-repeat #FFF;
		transition: all 0.3s ease-in-out 0s;
		cursor: pointer;
	}

	.btn4:hover {
		color: #FFF;
		background: url(img/common/icon19.png) 90% center no-repeat #0095da;
	}

	a.btn5 {
		width: 100%;
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #0095da solid;
		border-radius: 5px;
		color: #0095da;
		text-align: center;
		background: url(img/common/icon1.png) 90% center no-repeat #FFF;
	}

	a.btn5:hover {
		color: #FFF;
		background: url(img/common/icon2.png) 90% center no-repeat #0095da;
	}

	.btn6 {
		width: 100%;
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border-radius: 5px;
		color: #FFF;
		background: #0095da;
		transition: all 0.3s ease-in-out 0s;
		cursor: pointer;
	}


	.btn6 .already:after {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 2;
	}

	.btn6 .already span {
		position: relative;
		z-index: 3;
	}

	.btn6:hover {
		opacity: 0.7;
	}

	/* -------------------------------------------------- */
	/* 共通テキスト */
	/* -------------------------------------------------- */
	.txt1 {
		font-size: 2.4rem;
		text-align: center;
		padding-bottom: 30px;
		letter-spacing: 0.2em;
	}


	/* -------------------------------------------------- */
	/* 共通コンテンツ */
	/* -------------------------------------------------- */
	.frame1 {
		width: 1000px;
		margin: 0 auto 60px;
	}

	.frame1Tit {
		font-size: 2.5rem;
		padding-bottom: 20px;
		letter-spacing: 0.05em;
		font-weight: 500;
		line-height: 1.4;
	}

	.frame1Txt {
		font-size: 1.6rem;
		letter-spacing: 0.15em;
		padding-bottom: 1em;
		line-height: 1.6;
	}

	.frame2 {
		width: 100%;
	}

	.frame2Tit {
		font-size: 2.3rem;
		padding-bottom: 10px;
		letter-spacing: 0.1em;
		font-weight: 500;
		line-height: 1.2;
		color: #0095da;
	}

	.frame2Txt {
		font-size: 1.6rem;
		letter-spacing: 0.15em;
		line-height: 1.6;
	}


	/* -------------------------------------------------- */
	/* 制作実績 */
	/* -------------------------------------------------- */
	.worksWrap {
		width: 100%;
		padding: 30px 0;
		margin-bottom: 100px;
	}

	.worksTit:before {
		content: "Works";
	}

	.worksIn {
		width: 1000px;
		margin: 0 auto;
		letter-spacing: -0.4em;
		position: relative;
	}

	.worksBox {
		width: 325px;
		display: inline-block;
		letter-spacing: normal;
		margin: 0 12px 20px 0;
		vertical-align: top;
	}

	.worksBox a img {
		transition: all 0.3s ease-in-out 0s;
	}

	.worksBox a:hover img {
		opacity: 0.7;
	}

	.worksBox:nth-child(3n) {
		margin-right: 0px;
	}

	.worksName {
		font-size: 1.2rem;
	}

	.worksTag li {
		padding: 5px 10px;
		margin: 0 2px 2px 0;
		display: inline-block;
		letter-spacing: normal;
		font-size: 1rem;
		background: #f1f1f1;
	}

	.worksBtn {
		padding: 10px 0;
		text-align: center;
		letter-spacing: normal;
	}

	.worksImg img {
		border: 1px #c9c9c9 solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* -------------------------------------------------- */
	/* 共通セレクトボックス */
	/* -------------------------------------------------- */
	/* セレクトボックス */
	.selectBox select {
		padding: 10px 50px 10px 20px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url(img/common/icon11.png) 90% center no-repeat;
		border: 1px #c9c9c9 solid;
		border-radius: 5px;
		font-size: 1.6rem;
		font-family: inherit;
		cursor: pointer;
	}

	::-ms-expand {
		display: none;
	}


	/* -------------------------------------------------- */
	/* 制作前に知ってほしいこと  */
	/* -------------------------------------------------- */
	.guide {
		width: 100%;
		background: url(img/common/before_guide_bg.webp) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.guideTit:before {
		content: "Before Start Projects";
	}

	.guideInner {
		width: 1000px;
		padding: 50px 0;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

	.guideLink {
		display: inline-block;
		letter-spacing: -0.4em;
		margin-right: -35px;
	}

	.guideLink li {
		margin: 0 35px 35px 0;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}

	a.guideBtn2 {
		width: 310px;
		height: 100px;
		font-size: 1.5rem;
		font-weight: 600;
		display: table-cell;
		vertical-align: middle;
		border: 2px #FFF solid;
		border-radius: 5px;
		color: #FFF;
		background: url(img/common/icon2.png) 90% center no-repeat;
		text-align: center;
	}

	a.guideBtn2:hover {
		color: #333;
		background: url(img/common/icon7.png) 90% center no-repeat #FFF;
		-webkit-background-size: 6px auto;
		background-size: 6px auto;
	}

	.faqLink {
		position: absolute;
		bottom: 50px;
		right: 5%;
	}

	.faqLink:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 10px;
		margin-left: 10px;
		background: url(img/common/icon2.png) 0 0 no-repeat;
	}

	.faqLink a {
		color: #FFF;
		display: inline-block;
		vertical-align: middle;
	}

	/* -------------------------------------------------- */
	/* 共通お問い合わせ */
	/* -------------------------------------------------- */
	.commonContact {
		width: 100%;
		border-top: 1px #0095da solid;
		clear: both;
	}

	.commonContact .ccIn {
		width: 1000px;
		margin: 0 auto;
		padding: 50px 0;
		background: url(img/common/common_contact_img1_pc.png) 30px 90px no-repeat;
		text-align: center;
	}

	.commonContact h4 {
		color: #999999;
		font-size: 3.5rem;
		font-weight: 500;
		text-align: center;
		padding-bottom: 40px;
		line-height: 1;
	}

	.commonContact ul {
		display: inline-block;
		text-align: left;
	}

	.commonContact li {
		padding: 0 20px;
		display: inline-block;
		vertical-align: middle;
	}

	.spaceLeft {
		margin-left: 45px;
	}

	.commonContact .ccTelTit {
		font-size: 1.5rem;
		font-weight: 500;
	}

	.commonContact .ccTelTit:before {
		content: "";
		width: 18px;
		height: 18px;
		background: url(img/common/common_contact_tel_pc.png) 0 0 no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}

	.commonContact .telIcon {
		display: inline-block;
		vertical-align: middle;
	}

	.commonContact .ccTel {
		font-size: 3.4rem;
		color: #0095da;
		line-height: 1;
		letter-spacing: 0.1em;
	}

	.commonContact .ccDate {
		font-size: 1.2rem;
	}

	.commonContact .mailIcon:before {
		content: "";
		width: 29px;
		height: 20px;
		margin-right: 10px;
		background: url(img/common/mail_icon_pc.png) 0 0 no-repeat;
		display: inline-block;
		vertical-align: middle;
	}

	.mailBtn {
		display: inline-block;
		vertical-align: middle;
	}

	/* -------------------------------------------------- */
	/* フッター */
	/* -------------------------------------------------- */
	footer {
		width: 100%;
		padding-top: 40px;
		border-top: 1px #0095da solid;
		text-align: center;
	}

	#footerIn {
		padding-bottom: 50px;
		display: inline-block;
		text-align: left;
	}

	#fInfo {
		padding-bottom: 30px;
	}

	#fLogoWrap {
		float: left;
		position: relative;
	}

	#fAddress {
		float: right;
	}

	#fLogo {
		padding: 36px 0 0 120px;
	}

	#fLogo a:hover {
		opacity: 0.7;
	}

	#fLogo a {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	#fLogo a img {
		width: 100%;
	}

	#fSns {
		position: absolute;
		top: 0;
		right: 0;
	}

	#fSns li {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}

	#fSns a {
		background: none;
		padding: 0;
	}

	#fSns a:hover {
		opacity: 0.7;
	}

	#headOffice {
		padding-bottom: 30px;
	}

	.companyNameMain {
		display: block;
		padding-bottom: 8px;
		font-weight: 500;
	}

	.companyName {
		display: block;
		padding-bottom: 4px;
		font-weight: 500;
	}

	.companyName .companyNameMain .externalLinks {
		padding: 0;
		background: none;
	}

	.fSnsIcon {
		padding-left: 10px !important;
	}

	#fukuoka {
		display: inline-block;
		line-height: 1.2;
		padding-right: 50px;
		vertical-align: top;
	}

	#root {
		display: inline-block;
		vertical-align: top;
	}

	#rootTit {
		padding-bottom: 8px;
	}

	#root li {
		display: inline-block;
		vertical-align: top;
	}

	#root a {
		display: table-cell;
		padding: 0;
		width: 50px;
		/* height: 50px; */
		/* background: #0095da;
		text-align: center; */
		/* vertical-align: middle; */
	}

	#root a:hover {
		opacity: 0.7;
	}

	#root a img{
		height: 25px;
	}

	#tokyo {
		padding-right: 40px;
		display: inline-block;
		line-height: 1.2;
	}

	#oosaka {
		display: inline-block;
		line-height: 1.2;
	}

	#fNavHome {
		padding-bottom: 10px;
	}

	#fNavHome:before {
		content: "";
		width: 13px;
		height: 13px;
		padding-right: 5px;
		background: url(img/common/f_home_icon.png) 0 0 no-repeat;
		display: inline-block;
		vertical-align: middle;
	}

	#fNavHome a {
		vertical-align: middle;
	}

	.fNavWrap {
		display: inline-block;
		vertical-align: top;
		margin-right: 50px;
	}

	.fNavWrap:last-child {
		margin-right: 0px;
	}

	.fNavTit {
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px #0095da solid;
	}

	.fNavSub li {
		padding-left: 1em;
		position: relative;
	}

	.fNavSub li:after {
		content: "";
		display: block;
		position: absolute;
		left: 5px;
		top: 10px;
		width: 3px;
		height: 3px;
		border-radius: 3px;
		background: #0095da;
	}

	#copy {
		padding-bottom: 50px;
	}

	#tradeName{
		font-size: 1.1rem;
	}

	/* -------------------------------------------------- */
	/* ページトップ */
	/* -------------------------------------------------- */
	#pagetop {
		position: fixed;
		right: 50px;
		bottom: 90px;
		z-index: 10000;
	}

	#pagetop a {
		display: block;
		width: 50px;
		height: 50px;
		padding: 20px 0 0 0;
		text-align: center;
		background: #d2d2d2;
		overflow: hidden;
		position: relative;
	}

	#pagetop a img {
		vertical-align: top;
	}

	#pagetop a:after {
		content: "";
		position: absolute;
		top: 50px;
		left: 0;
		display: block;
		width: 50px;
		height: 50px;
		text-align: center;
		background: url(img/common/pagetop2.png) center center no-repeat #0095da;
		transition: all 0.3s ease-in-out 0s;
	}

	#pagetop a:hover {
		display: block;
		width: 50px;
		text-align: center;
		background: #d2d2d2;
	}

	#pagetop a:hover:after {
		top: 0;
	}

	/* -------------------------------------------------- */
	/* 下層メインタイトル */
	/* -------------------------------------------------- */
	#udHeader {
		width: 1000px;
		margin: 0 auto 10px;
		padding: 90px 0 20px 0;
		border-bottom: 5px #eeeeee solid;
		margin-bottom: 20px;
	}

	#underH1 {
		/* padding-top: 50px; */
		font-size: 2.8rem;
		letter-spacing: 0.5em;
		line-height: 1.4;
		float: left;
		font-weight: 500;
	}

	#underH1 .small {
		font-size: 1.6rem;
		letter-spacing: 0.3em;
	}

	.titEn {
		font-size: 1.3rem;
	}

	#headerTxt {
		/* padding-top: 35px; */
		float: right;
		font-size: 1.154em;
		text-align: right;
	}

	/* -------------------------------------------------- */
	/* ぱんくず */
	/* -------------------------------------------------- */
	#bc {
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	#bc li {
		display: inline-block;
		vertical-align: middle;
		padding-left: 10px;
		margin-left: 6px;
		background: url(img/common/icon5.png) 0 center no-repeat;
	}

	#bc li a {
		display: block;
		vertical-align: middle;
		line-height: 1;
	}

	#bc li a:hover {
		opacity: 0.7;
	}

	#bc li#bcHome {
		padding: 0;
		margin: 0;
		background: none;
	}

	/* PCここまで */
}

@media screen and (min-width: 1024px) and (max-width: 1120px) {
	/* header */
	#hLeft {
		padding: 18px 0 0 25px;
	}

	#logo {
		padding-right: 20px;
	}

	#logo img {
		width: 104px;
	}

	.navList {
		padding-right: 10px;
	}

	.navList:last-child {
		padding-right: 0;
	}

	#hTelWrap {
		padding-right: 10px;
	}


}

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

	/* Tabletここから */
	/* .tablet {
	display: block !important;
} */
	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	/* .pc {
	display: none;
} */
	#container {
		min-width: inherit;
	}

	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 1px #f1f1f1 solid;
		background: #FFFFFF;
		z-index: 10000;
		cursor: pointer;
		/* overflow: hidden; */
	}

	#navWrapper {
		width: 100%;
		height: 100%;
	}

	#hLeft {
		width: 100%;
		padding: 11px 0 11px 0;
		float: left;
	}

	#logo {
		display: inline-block;
		vertical-align: middle;
		padding-left: 15px;
	}

	#logo img {
		width: 104px;
	}

	#navListWrap {
		vertical-align: middle;
		position: absolute;
		top: 51px;
		left: 0;
		background-color: #fff;
		width: 100%;
		z-index: 999;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transform: all 0.3s ease-in-out 0s;
		-moz-transform: all 0.3s ease-in-out 0s;
		overflow: auto;
		-webkit-overflow-scrolling: auto;
		-moz-overflow-scrolling: auto;
		transform: translateX(100%);
		cursor: pointer;
	}

	#navListWrap.active {
		vertical-align: middle;
		position: absolute;
		top: 51px;
		left: 0;
		background-color: #fff;
		width: 100%;
		z-index: 999;
		padding-bottom: 140px;
	}

	.navList {
		display: block;
		width: 100%;
		padding: 13px 0 0;
		border-bottom: 1px #0095da solid;
		position: relative;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transform: all 0.3s ease-in-out 0s;
		-moz-transform: all 0.3s ease-in-out 0s;
	}

	.navList a {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 13px;
		font-size: 2rem;
		position: relative;
	}

	span.pd {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 13px;
		display: block;
		position: relative;
		cursor: default;
		font-size: 2rem;
	}

	#navlistRecruit .navCircle {
		right: 1px;
	}

	/* ハンバーガーメニュー　＋　－　のアイコン */
	.navCircle {
		display: inline-block;
		width: 25px;
		height: 25px;
		border: 2px solid #0095da;
		border-radius: 12.5px;
		position: absolute;
		top: 1px;
		right: 0;
	}

	.navCircle span {
		display: inline-block;
		width: 15px;
		height: 2px;
		position: absolute;
		background-color: #0095da;
		-webkit-transform: all 0.3s ease-in-out 0s;
		-moz-transform: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 1px;
	}

	.navCircle span:nth-child(1) {
		top: 9.5px;
		left: 3px;
	}

	.navCircle span:nth-child(2) {
		top: 9.5px;
		left: 3px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.navList.active .navCircle span:nth-child(1) {
		display: none;
	}

	.navList.active .navCircle span:nth-child(2) {
		top: 9.5px;
		left: 3px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	/* サブページの項目 */
	.subNav {
		width: 100%;
		background-color: #f6f6f3;
		display: none;
		letter-spacing: -0.4em;
	}

	.subNav.active2 {}

	.subNav.animate {}

	.subNav li {
		display: inline-block;
		width: 43%;
		margin: 2.5% 3.9% 0 5%;
		padding-bottom: 20px;
		white-space: nowrap;
		vertical-align: top;
		letter-spacing: normal;
	}

	.subNav li:nth-child(odd) {
		margin: 20px 0 0 40px;
	}

	.subNav li.subnavTit {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 25px 0;
		font-size: 2.3rem;
	}

	.subNav li.subnavTit:before {
		content: '';
		display: block;
		color: #a0a0a0;
		font-family: 'Chivo', sans-serif;
		font-size: 1.4rem;
		text-align: left;
		letter-spacing: 0.2em;
		line-height: 1;
		font-weight: 300;
	}

	#serviceNav li.subnavTit:before {
		content: 'Service';
	}

	#guideNav li.subnavTit:before {
		content: 'Production Guide';
	}

	#companyNav li.subnavTit:before {
		content: 'About us';
	}

	#recruitNav li.subnavTit:before {
		content: 'Recruit';
	}

	.subNav li.subnavTit:after {
		content: '';
		width: 37px;
		height: 9px;
		display: block;
		background: url(img/common/star_blue_sp.png) 0 no-repeat;
		background-size: contain;
	}

	.subNav.animate li {}

	.subNav li a {
		display: block;
		color: #333;
		background: #f6f6f3;
		width: 100%;
		overflow: hidden;
	}

	.subNav li a span {
		display: block;
	}

	.subNav.animate li a {
		width: 100%;
	}

	.subNav img {
		width: 100%;
	}

	.subnavTopic {
		font-size: 2rem;
		letter-spacing: -0.03em;
		background-size: 5%;
		margin-top: 5px;
	}

	#guideNav {
		left: -5em;
	}

	#serviceNav {
		left: -4em;
	}

	#companyNav {
		left: -4em;
	}

	#recruitNav {
		left: -3em;
	}

	.smallNav {
		padding: 30px 5% 20px;
		letter-spacing: -.40em;
	}

	.smallNav li {
		display: inline-block;
		letter-spacing: normal;
		width: 47%;
		margin: 0 6% 10px 0;
		background: url(./img/common/icon17.png) right center no-repeat;
		background-size: 4%;
	}

	.smallNav li:nth-child(2n) {
		margin-right: 0;
		background: url(./img/common/icon17.png) 99% center no-repeat;
		background-size: 4%;
	}

	.smallNav li a {
		font-size: 1.8rem;
		display: block;
		letter-spacing: normal;
	}

	#navContact {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	#navContact .spaceLeft {
		display: inline-block;
		padding-bottom: 20px;
		position: relative;
	}

	#navContact .ccTel {}

	#navContact .ccTel::before {
		content: '';
		display: inline-block;
		width: 38px;
		height: 42px;
		vertical-align: middle;
		background: url(./img/common/tel_icon_sp.png) 0 center no-repeat;
		background-size: contain;
		position: absolute;
		top: 10px;
		left: -44px;
	}

	.telLink {
		display: block;
		font-size: 6rem;
		color: #0095DA;
		line-height: 1;
	}

	.telLink a {
		font-size: 3.5rem;
		color: #0095DA;
		line-height: 1;
	}

	.ccDate {
		font-size: 2.3rem;
	}

	#hRight {
		float: right;
		text-align: right;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
	}

	#hTelWrap {
		padding-right: 20px;
		padding: 12px 20px 0 0;
		display: inline-block;
		text-align: left;
		vertical-align: top;
		line-height: 1;
	}

	#hTelWrap a {
		display: block;
	}

	#hTel .telLink {
		display: none;
	}

	#hTel:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 25px;
		height: 28px;
		background: url(img/common/tel_icon_sp.png) 0 0 no-repeat;
		background-size: contain;
	}

	#hDate {
		display: none;
	}

	#hMail {
		display: inline-block;
		vertical-align: top;
		width: 30px;
		margin-right: 15px;
		padding-top: 15px;
	}

	#hMail a {
		display: block;
		text-align: center;
		position: relative;
	}

	#hMail img {
		width: 30px;
	}

	#hMail a:after {}

	.navToggle {
		position: relative;
		right: -40px;
		display: inline-block;
		width: 50px;
		height: 50px;
		text-align: center;
		background: rgb(76, 207, 216);
		/* Old browsers */
		background: -moz-linear-gradient(left, rgba(76, 207, 216, 1) 0%, rgba(70, 142, 216, 1) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(76, 207, 216, 1) 0%, rgba(70, 142, 216, 1) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(76, 207, 216, 1) 0%, rgba(70, 142, 216, 1) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ccfd8', endColorstr='#468ed8', GradientType=1);
		/* IE6-9 */
		z-index: 1;
		-webkit-transform: translateX(-80%);
		transform: translateX(-80%);
		-webkit-transition: -webkit-transform 200ms ease-in-out;
		transition: -webkit-transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	}

	.navToggle.active {
		background: #0095da;
		background: -webkit-linear-gradient(90deg, #00d2da 0%, #0095da 50%, #00d2da 100%);
		background: -webkit-linear-gradient(90deg, #00d2da 0%, #0095da 50%, #00d2da 100%);
		background: -moz-linear-gradient(90deg, #00d2da 0%, #0095da 50%, #00d2da 100%);
		background: -o-linear-gradient(90deg, #00d2da 0%, #0095da 50%, #00d2da 100%);
		background: linear-gradient(90deg, #00d2da 0%, #0095da 50%, #00d2da 100%);
		*/ background: rgba(70, 142, 216, 1);
		/* Old browsers */
		background: -moz-linear-gradient(left, rgba(70, 142, 216, 1) 0%, rgba(76, 207, 216, 1) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(70, 142, 216, 1) 0%, rgba(76, 207, 216, 1) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(70, 142, 216, 1) 0%, rgba(76, 207, 216, 1) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ed8', endColorstr='#4ccfd8', GradientType=1);
		/* IE6-9 */
	}

	/* ハンバーガーメニュー通常 */
	.navToggle span {
		background-color: #fff;
		width: 30px;
		height: 2px;
		border-radius: 1px;
		position: absolute;
		right: 10px;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transform: all 0.3s ease-in-out 0s;
		-moz-transform: all 0.3s ease-in-out 0s;
	}

	.navToggle span:nth-child(1) {
		top: 13px;
	}

	.navToggle span:nth-child(2) {
		top: 24px;
	}

	.navToggle span:nth-child(3) {
		top: 35px;
	}

	/* タップ時 */
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 24px;
		left: 10px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 24px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#navListWrap.active {
		/* vertical-align: middle;
  position: absolute;
  top: 51px;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 999;
	padding-bottom: 140px;
	min-width: 768px */
	}

	/* このクラスを、jQueryで付与・削除する */
	#navListWrap.active {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
		overflow: auto;
		height: 100vh;
	}



	/* -------------------------------------------------- */
	/* 共通コンテンツ */
	/* -------------------------------------------------- */
	.content {
		width: 100%;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	/* -------------------------------------------------- */
	/* 共通タイトル */
	/* -------------------------------------------------- */
	.tit1 {
		font-size: 2.6rem;
		letter-spacing: 0.2em;
		text-align: center;
		margin-bottom: 20px;
	}

	.tit1:before {
		content: "";
		display: block;
		color: #a0a0a0;
		font-family: 'Chivo', sans-serif;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1;
		font-weight: 300;
	}

	.tit1:after {
		content: "";
		width: 37px;
		height: 9px;
		margin: 7px auto 0;
		display: block;
		background: url(img/common/star_blue_sp.png) 0 0 no-repeat;
		background-size: contain;
		text-align: center;
	}

	.tit2 {
		font-size: 2.2rem;
		padding-bottom: 0.5em;
	}

	.tit3 {
		font-size: 2.3rem;
		letter-spacing: 0.2em;
		text-align: center;
		margin-bottom: 40px;
		color: #FFF;
	}

	.tit3:before {
		content: "";
		display: block;
		color: #FFF;
		font-family: 'Chivo', sans-serif;
		font-size: 1.2rem;
		text-align: center;
		line-height: 1;
		font-weight: 300;
	}

	.tit3:after {
		content: "";
		width: 37px;
		height: 9px;
		margin: 0 auto;
		display: block;
		background: url(img/common/star_white_sp.png) 0 0 no-repeat;
		background-size: contain;
		text-align: center;
	}

	.tit4 {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
		font-size: 2.3rem;
		position: relative;
	}

	.tit4:after {
		content: "";
		width: 60px;
		height: 4px;
		margin-left: 15px;
		display: inline-block;
		vertical-align: middle;
		background: #0095da;
		border-radius: 4px;
	}

	.tit5 {
		text-align: center;
		margin-bottom: 30px;
		font-size: 2.4rem;
		position: relative;
	}

	.tit5:after {
		content: "";
		width: 60px;
		height: 4px;
		margin: 10px auto 0;
		display: block;
		vertical-align: middle;
		background: #0095da;
		border-radius: 4px;
	}

	.tit6 {
		padding-bottom: 5px;
		font-size: 2rem;
		font-weight: bold;
	}

	/* -------------------------------------------------- */
	/* 共通ボタン */
	/* -------------------------------------------------- */
	a.btn1 {
		width: 100%;
		padding: 10px 60px;
		font-size: 1.6rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #0095da solid;
		border-radius: 5px;
		color: #0095da;
		background: url(img/common/icon17.png) 90% center no-repeat #FFF;
		background-size: 1.3%;
	}

	a.btn2 {
		width: 100%;
		padding: 10px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #FFF solid;
		border-radius: 5px;
		color: #FFF;
		background: url(img/common/icon18.png) 90% center no-repeat;
		background-size: 1%;
	}

	a.btn3 {
		padding: 15px 0;
		font-size: 2rem;
		font-weight: 500;
		display: block;
		border-radius: 5px;
		color: #FFF;
		overflow: hidden;
		position: relative;
		cursor: pointer;
	}

	.btn3:after {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		display: inline-block;
		background: #0095da;
		background: -webkit-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -webkit-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -moz-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -o-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		height: 100%;
		width: 200%;
		z-index: -1;
		-webkit-transition: -webkit-transform 200ms ease-in-out;
		transition: -webkit-transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	}

	.btn4 {
		width: 100%;
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #0095da solid;
		border-radius: 5px;
		color: #0095da;
		background: url(img/common/icon13.png) 90% center no-repeat #FFF;
		background-size: 2.5%;
		transition: all 0.3s ease-in-out 0s;
		cursor: pointer;
	}

	a.btn5 {
		width: 100%;
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #0095da solid;
		border-radius: 5px;
		color: #0095da;
		text-align: center;
		background: url(img/common/icon17.png) 90% center no-repeat #FFF;
		background-size: 1%;
	}

	.btn6 {
		width: 100%;
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border-radius: 5px;
		color: #FFF;
		background: #0095da;
		transition: all 0.3s ease-in-out 0s;
		cursor: pointer;
	}


	.btn6 .already:after {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 2;
	}

	.btn6 .already span {
		position: relative;
		z-index: 3;
	}

	/* -------------------------------------------------- */
	/* 共通テキスト */
	/* -------------------------------------------------- */
	.txt1 {
		font-size: 1.8rem;
		text-align: center;
		padding-bottom: 20px;
	}


	/* -------------------------------------------------- */
	/* 共通コンテンツ */
	/* -------------------------------------------------- */
	.frame1 {
		width: 100%;
		margin: 0 auto 80px;
	}

	.frame1Tit {
		font-size: 2.3rem;
		padding-bottom: 20px;
		letter-spacing: 0.05em;
		font-weight: 500;
		line-height: 1.2;
	}

	.frame1Txt {
		font-size: 1.8rem;
		letter-spacing: 0.15em;
		padding-bottom: 1em;
		line-height: 1.6;
	}

	.frame2 {
		width: 100%;
	}

	.frame2Tit {
		font-size: 2.6rem;
		padding-bottom: 5px;
		letter-spacing: 0.1em;
		font-weight: 500;
		line-height: 1.6;
		color: #0095da;
	}

	.frame2Txt {
		font-size: 1.8rem;
		letter-spacing: 0.15em;
		line-height: 1.6;
	}

	/* -------------------------------------------------- */
	/* 制作実績 */
	/* -------------------------------------------------- */
	.worksWrap {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 80px;
		background: url(img/common/bg1.jpg) 0 0 repeat;
	}

	.worksTit:before {
		content: "Works";
	}

	.worksIn {
		width: 90%;
		margin: 0 auto;
		letter-spacing: -0.4em;
		position: relative;
	}

	.worksBox {
		width: 49%;
		display: inline-block;
		letter-spacing: normal;
		margin: 0 2% 20px 0;
		vertical-align: top;
	}

	.worksBox a img {
		transition: all 0.3s ease-in-out 0s;
		width: 100%;
		height: auto;
	}

	.worksBox:nth-child(2n) {
		margin-right: 0px;
	}

	.worksName {
		width: 100%;
		margin: 0 auto;
		font-size: 1.8rem;
		padding-bottom: 5px;
		line-height: 1.2;
	}

	.worksTagList {
		width: 90%;
		margin: 0 auto;
	}

	.worksTag li {
		padding: 5px 10px;
		margin: 0 2px 2px 0;
		display: inline-block;
		letter-spacing: normal;
		font-size: 1rem;
		background: #f1f1f1;
	}

	.worksBtn {
		padding: 20px 0;
		text-align: center;
		letter-spacing: normal;
	}

	.worksImg img {
		border: 1px #c9c9c9 solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* -------------------------------------------------- */
	/* 共通セレクトボックス */
	/* -------------------------------------------------- */
	/* セレクトボックス */
	.selectBox select {
		width: 100%;
		padding: 10px 50px 10px 20px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url(img/common/icon13.png) 90% center no-repeat;
		background-size: 2.5%;
		border: 1px #c9c9c9 solid;
		border-radius: 5px;
		font-size: 1.6rem;
		font-family: inherit;
		cursor: pointer;
	}

	::-ms-expand {
		display: none;
	}


	/* -------------------------------------------------- */
	/* 制作前に知ってほしいこと  */
	/* -------------------------------------------------- */
	.guide {
		width: 100%;
		background: url(img/common/before_guide_bg_sp.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		margin-bottom: 80px;
	}

	.guideTit:before {
		content: "Before Start Projects";
	}

	.guideInner {
		width: 100%;
		padding: 40px 0 45px;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

	.guideLink {
		display: inline-block;
		width: 90%;
		margin: 0 auto;
		letter-spacing: -0.4em;

	}

	.guideLink li {
		width: 48%;
		margin: 0 0 20px 0;
		display: table;
		vertical-align: middle;
		letter-spacing: normal;
		float: left;
	}

	.guideLink li:nth-child(even) {
		float: right;
	}

	a.guideBtn2 {
		width: 100%;
		height: 80px;
		font-size: 2rem;
		font-weight: 600;
		display: table-cell;
		vertical-align: middle;
		border: 2px #FFF solid;
		border-radius: 5px;
		color: #FFF;
		background: url(img/common/icon18.png) 94% center no-repeat;
		background-size: 2.5%;
		text-align: center;
		letter-spacing: 0.1em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.faqLink {
		position: absolute;
		bottom: 28px;
		right: 6%;
		font-size: 1.8rem;
	}

	.faqLink:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 18px;
		margin: 2px 0 0 10px;
		background: url(img/common/icon18.png) 0 0 no-repeat;
		background-size: contain;
		vertical-align: middle;
	}

	.faqLink a {
		color: #FFF;
		display: inline-block;
		vertical-align: middle;
	}

	/* -------------------------------------------------- */
	/* 共通お問い合わせ */
	/* -------------------------------------------------- */
	.commonContact {
		width: 100%;
		max-width: 1023px;
		border-top: 1px #0095da solid;
	}

	.commonContact .ccIn {
		width: 100%;
		margin: 0 auto;
		padding: 80px 0 240px;
		text-align: center;
		position: relative;
	}

	.commonContact .ccIn::after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 170px;
		background: url(img/common/common_contact_img1_sp.png) center no-repeat;
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 370px;
		left: 0;
	}

	.commonContact h4 {
		color: #999999;
		font-size: 3.5rem;
		font-weight: 500;
		text-align: center;
		padding-bottom: 20px;
		line-height: 1;
	}

	.commonContact ul {
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.commonContact li {
		padding-bottom: 20px;
		display: block;
		vertical-align: middle;
	}

	.spaceLeft {
		margin-left: 0;
	}

	.commonContact .ccTelTit {
		font-size: 2rem;
		font-weight: 500;
	}

	.commonContact .ccTelTit:before {
		content: "";
		width: 18px;
		height: 18px;
		background: url(img/common/common_contact_tel_sp.png) 0 0 no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}

	.commonContact .telIcon {
		display: inline-block;
		vertical-align: middle;
	}

	.commonContact .ccTel {
		font-size: 5rem;
		color: #0095da;
		line-height: 1;
		letter-spacing: 0.1em;
	}

	.commonContact .ccDate {
		font-size: 2rem;
	}

	#navContact .mailIcon:before,
	.commonContact .mailIcon:before {
		content: "";
		width: 29px;
		height: 20px;
		margin-right: 10px;
		background: url(img/common/mail_icon_sp.png) 0 0 no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}

	.mailBtn {
		display: inline-block;
		vertical-align: middle;
	}

	.mailIcon {}

	/* -------------------------------------------------- */
	/* フッター */
	/* -------------------------------------------------- */
	footer {
		width: 100%;
		padding-top: 30px;
		border-top: 1px #0095da solid;
		text-align: center;
	}

	#footerIn {
		padding-bottom: 50px;
		display: inline-block;
		text-align: left;
	}

	#fInfo {
		padding-bottom: 0;
	}

	#fLogoWrap {
		float: none;
		position: relative;
		text-align: center;
	}

	#fAddress {
		width: 100%;
		float: none;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	#fLogo {
		padding-bottom: 30px;
	}

	#fLogo a {
		display: block;
		width: 40%;
		margin: 0 auto;
	}

	#fLogo a img {
		width: 100%;
	}

	#fSns {
		position: absolute;
		top: 0;
		right: 0;
	}

	#fSns li {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}

	#fSns a {
		background: none;
		padding: 0;
	}

	#headOffice {
		display: inline-block;
		padding-bottom: 20px;
		text-align: left;
		vertical-align: top;
	}

	#branch {
		text-align: left;
	}

	.companyName {
		display: block;
		padding-bottom: 8px;
		font-weight: 500;
		font-size: 1.8rem;
	}

	.companyName .externalLinks {
		display: inline-block;
		padding: 0;
		background: none;
		width: 27px;
	}

	.companyName .externalLinks img {
		width: 100%;
	}

	.fSnsIcon {
		padding-left: 10px !important;
	}

	#fukuoka {
		display: inline-block;
		line-height: 1.2;
		/* padding-bottom: 20px; */
		vertical-align: top;
		font-size: 1.6rem;
	}

	#root {
		display: block;
		vertical-align: top;
	}

	#rootTit {
		font-size: 1.8rem;
		padding-bottom: 8px;
	}

	#root li {
		display: inline-block;
		width: 50px;
		vertical-align: top;
	}

	#root a {
		display: table-cell;
		/* padding: 0; */
		width: 50px;
		/* height: 50px; */
		/* background: #0095da; */
		text-align: center;
		/* vertical-align: middle; */
		padding-right: 20px;
	}

	#root a img {
		height: 25px;
	}

	#tokyo {
		padding: 0 0 20px 0;
		display: block;
		line-height: 1.2;
	}

	#tokyo .companyName,
	#oosaka .companyName {
		padding-bottom: 4px;
		font-weight: normal;
	}

	#oosaka {
		display: block;
		line-height: 1.2;
	}

	#fNavHome {
		display: none;
	}

	.fNavWrap {
		display: none;
	}

	#copy {
		padding-bottom: 50px;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	#tradeName{
		font-size: 1.1rem;
	}

	/* -------------------------------------------------- */
	/* ページトップ */
	/* -------------------------------------------------- */
	#pagetop {
		position: fixed;
		right: 5%;
		bottom: 100px;
		z-index: 900;
	}

	#pagetop a {
		display: block;
		width: 50px;
		height: 50px;
		padding: 20px 0 0 0;
		text-align: center;
		background: #d2d2d2;
		overflow: hidden;
		position: relative;
	}

	#pagetop a img {
		width: 18px;
		vertical-align: top;
	}

	#pagetop a:after {
		content: "";
		position: absolute;
		top: 50px;
		left: 0;
		display: block;
		width: 50px;
		height: 50px;
		text-align: center;
		background: url(img/common/pagetop1_sp.png) center center no-repeat #d2d2d2;
		background-size: 40%;
		transition: all 0.3s ease-in-out 0s;
	}

	#pagetop a:hover:after {
		top: 0;
	}

	/* -------------------------------------------------- */
	/* 下層メインタイトル */
	/* -------------------------------------------------- */
	#udHeader {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 20px 0;
		border-bottom: 5px #eeeeee solid;
		margin-bottom: 20px;
	}

	#underH1 {
		padding-top: 75px;
		font-size: 3rem;
		letter-spacing: 0.5em;
		line-height: 1.4;
		float: none;
		font-weight: 500;
	}

	#underH1 .small {
		font-size: 1.6rem;
		letter-spacing: 0.3em;
	}

	.titEn {
		font-size: 1.7rem;
	}

	#headerTxt {
		padding-top: 20px;
		float: none;
		font-size: 2rem;
		text-align: left;
	}

	/* -------------------------------------------------- */
	/* ぱんくず */
	/* -------------------------------------------------- */
	#bc {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 50px;
		font-size: 1.4rem;
	}

	#bc li {
		display: inline-block;
		vertical-align: middle;
		padding-left: 10px;
		margin-left: 6px;
		background: url(img/common/icon5.png) 0 center no-repeat;
	}

	#bc li a {
		display: block;
		vertical-align: middle;
		line-height: 1;
	}

	#bc li#bcHome {
		padding: 0;
		margin: 0;
		background: none;
	}

	#bc li#bcHome a {
		margin-top: -2px;
	}

	#bc li#bcHome a img {
		width: 14px;
		height: 14px;
	}

	/* Tabletここまで */
}

@media screen and (max-width: 767px) {
	/* SPここから */

	#container {
		min-width: inherit;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 1px #f1f1f1 solid;
		background: #FFFFFF;
		z-index: 10000;
		cursor: pointer;
	}

	#navWrapper {
		height: 100%;
	}

	#hLeft {
		padding: 11px 0 11px 15px;
		float: left;
	}

	#logo {
		display: inline-block;
		vertical-align: middle;
	}

	#logo img {
		width: 104px;
	}

	#navListWrap {
		vertical-align: middle;
		position: absolute;
		top: 51px;
		left: 0;
		background-color: #fff;
		width: 100%;
		z-index: 999;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transform: all 0.3s ease-in-out 0s;
		-moz-transform: all 0.3s ease-in-out 0s;
		overflow: auto;
		transform: translateX(100%);
		cursor: pointer;
	}

	#navListWrap.active {
		vertical-align: middle;
		position: absolute;
		top: 51px;
		left: 0;
		background-color: #fff;
		width: 100%;
		z-index: 999;
		padding-bottom: 140px;
	}

	.navList {
		display: block;
		width: 100%;
		padding: 12px 0 0;
		border-bottom: 1px #0095da solid;
		position: relative;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transform: all 0.3s ease-in-out 0s;
		-moz-transform: all 0.3s ease-in-out 0s;
	}

	.navList a {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 12px;
		font-size: 1.6rem;
		position: relative;
	}

	.navList a:active,
	.navList a:visited,
		{
		color: #333;
	}

	span.pd {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 12px;
		display: block;
		position: relative;
		cursor: default;
		font-size: 1.6rem;
	}

	/* ハンバーガーメニュー　＋　－　のアイコン */
	.navCircle {
		display: inline-block;
		width: 25px;
		height: 25px;
		border: 2px solid #0095da;
		border-radius: 12.5px;
		position: absolute;
		top: -1px;
		right: 0;
	}

	.navCircle span {
		display: inline-block;
		width: 15px;
		height: 2px;
		position: absolute;
		background-color: #0095da;
		-webkit-transform: all 0.3s ease-in-out 0s;
		-moz-transform: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 1px;
	}

	.navCircle span:nth-child(1) {
		top: 9.5px;
		left: 3px;
	}

	.navCircle span:nth-child(2) {
		top: 9.5px;
		left: 3px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.navList.active .navCircle span:nth-child(1) {
		display: none;
	}

	.navList.active .navCircle span:nth-child(2) {
		top: 9.5px;
		left: 3px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	/* サブページの項目 */
	.subNav {
		width: 100%;
		background-color: #f6f6f3;
		display: none;
	}

	.subNav.active2 {}

	.subNav.animate {}

	.subNav li {
		display: inline-block;
		width: 43%;
		margin: 3% 3.9% 0 2%;
		padding-bottom: 20px;
		white-space: nowrap;
		vertical-align: top;
		letter-spacing: normal;
	}

	.subNav li:nth-child(odd) {
		margin-left: 15px;
		margin-right: 0;
	}

	.subNav li.subnavTit {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
		font-size: 1.6rem;
	}

	.subNav li.subnavTit:before {
		content: '';
		display: block;
		color: #a0a0a0;
		font-family: 'Chivo', sans-serif;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 0.2em;
		line-height: 1;
		font-weight: 300;
	}

	#serviceNav li.subnavTit:before {
		content: 'Service';
	}

	#guideNav li.subnavTit:before {
		content: 'Production Guide';
	}

	#companyNav li.subnavTit:before {
		content: 'About us';
	}

	#recruitNav li.subnavTit:before {
		content: 'Recruit';
	}

	.subNav li.subnavTit:after {
		content: '';
		width: 41px;
		height: 11px;
		display: block;
		background: url(img/common/star_blue_sp.png) 0 no-repeat;
		background-size: contain;
	}

	.subNav li a {
		display: block;
		color: #333;
		background: #f6f6f3;
		width: 100%;
		overflow: hidden;
	}

	.subNav li a:hover {
		background: #0095da;
		color: #FFF;
	}

	.subNav li a span {
		display: block;
		text-align: center;
	}

	.subNav.animate li a {
		width: 100%;
	}

	.subNav.animate li a:hover {
		background: #f6f6f3;
	}

	.subNav img {
		width: 100%;
	}

	.subnavTopic {
		font-size: 1.2rem;
		letter-spacing: -0.03em;
		background-size: 5%;
		margin-top: 5px;
	}

	#guideNav {
		left: -5em;
	}

	#serviceNav {
		left: -4em;
		letter-spacing: -0.4em;
	}

	#companyNav {
		left: -4em;
	}

	#recruitNav {
		left: -3em;
	}

	.smallNav {
		padding: 30px 5% 20px;
		letter-spacing: -.40em;
	}

	.smallNav li {
		display: inline-block;
		letter-spacing: normal;
		width: 47%;
		margin: 0 6% 10px 0;
		background: url(./img/common/icon17.png) right center no-repeat;
		background-size: 5%;
	}

	.smallNav li:nth-child(2n) {
		margin-right: 0;
	}

	.smallNav li a {
		font-size: 1.4rem;
		display: block;
		letter-spacing: normal;
	}

	#navContact {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	#navContact .spaceLeft {
		display: inline-block;
		padding-bottom: 20px;
		position: relative;
	}

	#navContact .ccTel {}

	#navContact .ccTel::before {
		content: '';
		display: inline-block;
		width: 25px;
		height: 28px;
		vertical-align: middle;
		background: url(./img/common/tel_icon_sp.png) 0 center no-repeat;
		background-size: contain;
		position: absolute;
		top: 4px;
		left: -25px;
	}

	.telLink {
		display: block;
	}

	.telLink a {
		font-size: 3.5rem;
		color: #0095DA;
		line-height: 1;
	}

	.ccDate {
		font-size: 1.4rem;
	}

	#hRight {
		float: right;
		text-align: right;
		height: 50px;
	}

	#hTelWrap {
		padding-right: 20px;
		padding: 12px 20px 0 0;
		display: inline-block;
		text-align: left;
		vertical-align: top;
		line-height: 1;
	}

	#hTelWrap a {
		display: block;
	}

	#hTel .telLink {
		display: none;
	}

	#hTel:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 25px;
		height: 28px;
		background: url(img/common/tel_icon_sp.png) 0 0 no-repeat;
		background-size: contain;
	}

	#hDate {
		display: none;
	}

	#hMail {
		display: inline-block;
		vertical-align: top;
		width: 30px;
		margin-right: 15px;
		padding-top: 15px;
	}

	#hMail a {
		display: block;
		text-align: center;
		position: relative;
	}

	#hMail img {
		width: 30px;
	}

	#hMail a:after {}

	.navToggle {
		position: relative;
		right: -40px;
		display: inline-block;
		width: 50px;
		height: 50px;
		text-align: center;
		background: rgb(76, 207, 216);
		/* Old browsers */
		background: -moz-linear-gradient(left, rgba(76, 207, 216, 1) 0%, rgba(70, 142, 216, 1) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(76, 207, 216, 1) 0%, rgba(70, 142, 216, 1) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(76, 207, 216, 1) 0%, rgba(70, 142, 216, 1) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ccfd8', endColorstr='#468ed8', GradientType=1);
		/* IE6-9 */
		z-index: 1;
		-webkit-transform: translateX(-80%);
		transform: translateX(-80%);
		-webkit-transition: -webkit-transform 200ms ease-in-out;
		transition: -webkit-transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	}

	.navToggle.active {
		background: #0095da;
		background: -webkit-linear-gradient(90deg, #00d2da 0%, #0095da 50%, #00d2da 100%);
		background: -webkit-linear-gradient(90deg, #00d2da 0%, #0095da 50%, #00d2da 100%);
		background: -moz-linear-gradient(90deg, #00d2da 0%, #0095da 50%, #00d2da 100%);
		background: -o-linear-gradient(90deg, #00d2da 0%, #0095da 50%, #00d2da 100%);
		background: linear-gradient(90deg, #00d2da 0%, #0095da 50%, #00d2da 100%);
		*/ background: rgba(70, 142, 216, 1);
		/* Old browsers */
		background: -moz-linear-gradient(left, rgba(70, 142, 216, 1) 0%, rgba(76, 207, 216, 1) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(70, 142, 216, 1) 0%, rgba(76, 207, 216, 1) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(70, 142, 216, 1) 0%, rgba(76, 207, 216, 1) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ed8', endColorstr='#4ccfd8', GradientType=1);
		/* IE6-9 */
	}

	/* ハンバーガーメニュー通常 */
	.navToggle span {
		background-color: #fff;
		width: 30px;
		height: 2px;
		border-radius: 1px;
		position: absolute;
		right: 10px;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transform: all 0.3s ease-in-out 0s;
		-moz-transform: all 0.3s ease-in-out 0s;
	}

	.navToggle span:nth-child(1) {
		top: 13px;
	}

	.navToggle span:nth-child(2) {
		top: 24px;
	}

	.navToggle span:nth-child(3) {
		top: 35px;
	}

	/* タップ時 */
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 24px;
		left: 10px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 24px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* このクラスを、jQueryで付与・削除する */
	#navListWrap.active {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
		overflow: auto;
		height: 100vh;
	}

	/* -------------------------------------------------- */
	/* 共通コンテンツ */
	/* -------------------------------------------------- */
	.content {
		width: 100%;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	/* -------------------------------------------------- */
	/* 共通タイトル */
	/* -------------------------------------------------- */
	.tit1 {
		font-size: 2.3rem;
		letter-spacing: 0.2em;
		text-align: center;
		margin-bottom: 20px;
	}

	.tit1:before {
		content: "";
		display: block;
		color: #a0a0a0;
		font-family: 'Chivo', sans-serif;
		font-size: 1.2rem;
		text-align: center;
		line-height: 1;
		font-weight: 300;
	}

	.tit1:after {
		content: "";
		width: 37px;
		height: 9px;
		margin: 0 auto;
		display: block;
		background: url(img/common/star_blue_sp.png) 0 0 no-repeat;
		background-size: contain;
		text-align: center;
	}

	.tit2 {
		font-size: 2.2rem;
		padding-bottom: 0.5em
	}

	.tit3 {
		font-size: 2.3rem;
		letter-spacing: 0.2em;
		text-align: center;
		margin-bottom: 40px;
		color: #FFF;
	}

	.tit3:before {
		content: "";
		display: block;
		color: #FFF;
		font-family: 'Chivo', sans-serif;
		font-size: 1.2rem;
		text-align: center;
		line-height: 1;
		font-weight: 300;
	}

	.tit3:after {
		content: "";
		width: 37px;
		height: 9px;
		margin: 0 auto;
		display: block;
		background: url(img/common/star_white_sp.png) 0 0 no-repeat;
		background-size: contain;
		text-align: center;
	}

	.tit4 {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
		font-size: 2.3rem;
		position: relative;
	}

	.tit4:after {
		content: "";
		width: 60px;
		height: 4px;
		margin-left: 15px;
		display: inline-block;
		vertical-align: middle;
		background: #0095da;
		border-radius: 4px;
	}

	.tit5 {
		text-align: center;
		margin-bottom: 30px;
		font-size: 2.4rem;
		position: relative;
	}

	.tit5:after {
		content: "";
		width: 60px;
		height: 4px;
		margin: 10px auto 0;
		display: block;
		vertical-align: middle;
		background: #0095da;
		border-radius: 4px;
	}

	.tit6 {
		padding-bottom: 5px;
		font-size: 1.8rem;
		font-weight: bold;
	}

	/* -------------------------------------------------- */
	/* 共通ボタン */
	/* -------------------------------------------------- */
	a.btn1 {
		width: 100%;
		padding: 10px 0;
		font-size: 1.3rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #0095da solid;
		border-radius: 5px;
		color: #0095da;
		background: url(img/common/icon17.png) 96% center no-repeat #FFF;
		background-size: 2.5%;
	}

	a.btn2 {
		width: 100%;
		padding: 10px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #FFF solid;
		border-radius: 5px;
		color: #FFF;
		background: url(img/common/icon18.png) 90% center no-repeat;
		background-size: 2.5%;
	}

	a.btn3 {
		padding: 15px 0;
		font-size: 1.6rem;
		font-weight: 500;
		display: block;
		border-radius: 5px;
		color: #FFF;
		overflow: hidden;
		position: relative;
		cursor: pointer;
	}

	.btn3:after {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		display: inline-block;
		background: #0095da;
		background: -webkit-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -webkit-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -moz-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: -o-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		background: linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
		height: 100%;
		width: 200%;
		z-index: -1;
		-webkit-transition: -webkit-transform 200ms ease-in-out;
		transition: -webkit-transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out;
		transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	}

	.btn3:hover:after {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	.btn4 {
		width: 100%;
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #0095da solid;
		border-radius: 5px;
		color: #0095da;
		background: url(img/common/icon13.png) 90% center no-repeat #FFF;
		background-size: 5%;
		transition: all 0.3s ease-in-out 0s;
		cursor: pointer;
	}

	a.btn5 {
		width: 100%;
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border: 2px #0095da solid;
		border-radius: 5px;
		color: #0095da;
		text-align: center;
		background: url(img/common/icon17.png) 90% center no-repeat #FFF;
		background-size: 2.5%;
	}

	.btn6 {
		width: 100%;
		padding: 10px 60px;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		border-radius: 5px;
		color: #FFF;
		background: #0095da;
		transition: all 0.3s ease-in-out 0s;
		cursor: pointer;
	}


	.btn6 .already:after {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 2;
	}

	.btn6 .already span {
		position: relative;
		z-index: 3;
	}

	/* -------------------------------------------------- */
	/* 共通テキスト */
	/* -------------------------------------------------- */
	.txt1 {
		font-size: 1.6rem;
		text-align: center;
		padding-bottom: 20px;
	}


	/* -------------------------------------------------- */
	/* 共通コンテンツ */
	/* -------------------------------------------------- */
	.frame1 {
		width: 100%;
		margin: 0 auto 80px;
	}

	.frame1Tit {
		font-size: 2.2rem;
		padding-bottom: 20px;
		letter-spacing: 0.05em;
		font-weight: 500;
		line-height: 1.2;
	}

	.frame1Txt {
		font-size: 1.6rem;
		letter-spacing: 0.15em;
		padding-bottom: 1em;
		line-height: 1.6;
	}

	.frame2 {
		width: 100%;
	}

	.frame2Tit {
		font-size: 2rem;
		padding-bottom: 5px;
		letter-spacing: 0.1em;
		font-weight: 500;
		line-height: 1.4;
		color: #0095da;
	}

	.frame2Txt {
		font-size: 1.6rem;
		letter-spacing: 0.15em;
		line-height: 1.6;
	}

	/* -------------------------------------------------- */
	/* 制作実績 */
	/* -------------------------------------------------- */
	.worksWrap {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 80px;
	}

	.worksTit:before {
		content: "Works";
	}

	.worksIn {
		width: 90%;
		margin: 0 auto;
		letter-spacing: -0.4em;
		position: relative;
	}

	.worksBox {
		width: 49%;
		display: inline-block;
		letter-spacing: normal;
		margin: 0 2% 20px 0;
		vertical-align: top;
	}

	.worksBox a img {
		transition: all 0.3s ease-in-out 0s;
		width: 100%;
		height: auto;
	}

	.worksBox:nth-child(2n) {
		margin-right: 0px;
	}

	.worksName {
		width: 100%;
		margin: 0 auto;
		font-size: 1.4rem;
		padding-bottom: 5px;
		line-height: 1.2;
	}

	.worksTagList {
		width: 90%;
		margin: 0 auto;
	}

	.worksTag li {
		padding: 5px 10px;
		margin: 0 2px 2px 0;
		display: inline-block;
		letter-spacing: normal;
		font-size: 1rem;
		background: #f1f1f1;
	}

	.worksBtn {
		padding: 20px 0;
		text-align: center;
		letter-spacing: normal;
	}

	.worksImg img {
		border: 1px #c9c9c9 solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* -------------------------------------------------- */
	/* 共通セレクトボックス */
	/* -------------------------------------------------- */
	/* セレクトボックス */
	.selectBox select {
		width: 100%;
		padding: 10px 50px 10px 20px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url(img/common/icon13.png) 90% center no-repeat;
		background-size: 5%;
		border: 1px #c9c9c9 solid;
		border-radius: 5px;
		font-size: 1.6rem;
		font-family: inherit;
		cursor: pointer;
	}

	::-ms-expand {
		display: none;
	}


	/* -------------------------------------------------- */
	/* 制作前に知ってほしいこと  */
	/* -------------------------------------------------- */
	.guide {
		width: 100%;
		background: url(img/common/before_guide_bg_sp.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.guideTit:before {
		content: "Before Start Projects";
	}

	.guideInner {
		width: 100%;
		padding: 40px 0 45px;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

	.guideLink {
		display: inline-block;
		width: 90%;
		margin: 0 auto;
		letter-spacing: -0.4em;

	}

	.guideLink li {
		width: 100%;
		margin: 0 0 20px 0;
		display: table;
		vertical-align: middle;
		letter-spacing: normal;
	}

	a.guideBtn2 {
		width: 100%;
		height: 50px;
		font-size: 1.5rem;
		font-weight: 600;
		display: table-cell;
		vertical-align: middle;
		border: 2px #FFF solid;
		border-radius: 5px;
		color: #FFF;
		background: url(img/common/icon18.png) 90% center no-repeat;
		background-size: 2%;
		text-align: center;
	}

	.faqLink {
		position: absolute;
		bottom: 28px;
		right: 5%;
	}

	.faqLink:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 10px;
		margin-left: 10px;
		background: url(img/common/icon18.png) 0 0 no-repeat;
		background-size: contain;
	}

	.faqLink a {
		color: #FFF;
		display: inline-block;
		vertical-align: middle;
	}

	/* -------------------------------------------------- */
	/* 共通お問い合わせ */
	/* -------------------------------------------------- */
	.commonContact {
		width: 100%;
		border-top: 1px #0095da solid;
	}

	.commonContact .ccIn {
		width: 100%;
		margin: 0 auto;
		padding: 50px 0 150px;
		text-align: center;
		position: relative;
	}

	.commonContact .ccIn::after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 100px;
		background: url(img/common/common_contact_img1_sp.png) center no-repeat;
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 280px;
		left: 0;
	}

	.commonContact h4 {
		color: #999999;
		font-size: 3.5rem;
		font-weight: 500;
		text-align: center;
		padding-bottom: 20px;
		line-height: 1;
	}

	.commonContact ul {
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.commonContact li {
		padding-bottom: 20px;
		display: block;
		vertical-align: middle;
	}

	.spaceLeft {
		margin-left: 0;
	}

	.commonContact .ccTelTit {
		font-size: 1.4rem;
		font-weight: 500;
	}

	.commonContact .ccTelTit:before {
		content: "";
		width: 18px;
		height: 18px;
		background: url(img/common/common_contact_tel_sp.png) 0 0 no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}

	.commonContact .telIcon {
		display: inline-block;
		vertical-align: middle;
	}

	.commonContact .ccTel {
		font-size: 3.5rem;
		color: #0095da;
		line-height: 1;
		letter-spacing: 0.1em;
	}

	.commonContact .ccDate {
		font-size: 1.4rem;
	}

	#navContact .mailIcon:before,
	.commonContact .mailIcon:before {
		content: "";
		width: 29px;
		height: 20px;
		margin-right: 10px;
		background: url(img/common/mail_icon_sp.png) 0 0 no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}

	.mailBtn {
		display: inline-block;
		vertical-align: middle;
	}

	.mailIcon {}

	/* -------------------------------------------------- */
	/* フッター */
	/* -------------------------------------------------- */
	footer {
		width: 100%;
		padding-top: 30px;
		border-top: 1px #0095da solid;
		text-align: center;
	}

	#footerIn {
		padding-bottom: 40px;
		display: inline-block;
		text-align: left;
	}

	#fInfo {
		padding-bottom: 0;
	}

	#fLogoWrap {
		float: none;
		position: relative;
		text-align: center;
	}

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

	#fLogo {
		padding-bottom: 40px;
	}

	#fLogo a {
		display: block;
		width: 62%;
		margin: 0 auto;
	}

	#fLogo a img {
		width: 40%;
	}

	#fSns {
		position: absolute;
		top: 0;
		right: 0;
	}

	#fSns li {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}

	#fSns a {
		background: none;
		padding: 0;
	}

	#headOffice {
		padding-bottom: 12px;
	}

	.companyName {
		display: block;
		padding-bottom: 4px;
		font-weight: 500;
		font-size: 1.6rem;
	}

	.companyName .externalLinks {
		display: inline-block;
		padding: 0;
		background: none;
		width: 27px;
	}

	.companyName .externalLinks img {
		width: 100%;
	}

	.fSnsIcon {
		padding-left: 10px !important;
	}

	#fukuoka {
		display: inline-block;
		line-height: 1.2;
		padding: 0 20px 0 0;
		vertical-align: top;
		font-size: 1.6rem;
	}

	#root {
		/* display: inline-block; */
		vertical-align: top;
	}

	#rootTit {
		font-size: 1.8rem;
		padding-bottom: 8px;
	}

	#root li {
		display: inline-block;
		width: 50px;
		vertical-align: top;
	}

	#root a {
		display: table-cell;
		/* padding: 0; */
		width: 50px;
		/* height: 50px; */
		/* background: #0095da; */
		text-align: center;
		/* vertical-align: middle; */
		padding-right: 20px;
	}

	#root a img {
		height: 25px;
	}

	#root li:nth-child(2) img {
		width: 25px;
		height:auto;
	}

	#tokyo {
		padding: 0 0 12px 0;
	}

	#oosaka {
	}

	#tokyo,
	#oosaka {
		display: inline-block;
		line-height: 1.2;
		font-size: 1.6rem;
	}

	#tokyo .companyName,
	#oosaka .companyName {
		padding-bottom: 4px;
		font-weight: normal;
	}

	#fNavHome {
		display: none;
	}

	.fNavWrap {
		display: none;
	}

	#copy {
		padding-bottom: 40px;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	#tradeName{
		font-size: 1.1rem;
	}

	/* -------------------------------------------------- */
	/* ページトップ */
	/* -------------------------------------------------- */
	#pagetop {
		position: fixed;
		right: 5%;
		bottom: 80px;
		z-index: 900;
	}

	#pagetop a {
		display: block;
		width: 50px;
		height: 50px;
		padding: 20px 0 0 0;
		text-align: center;
		background: #d2d2d2;
		overflow: hidden;
		position: relative;
	}

	#pagetop a img {
		width: 18px;
		vertical-align: top;
	}

	#pagetop a:after {
		content: "";
		position: absolute;
		top: 50px;
		left: 0;
		display: block;
		width: 50px;
		height: 50px;
		text-align: center;
		background: url(img/common/pagetop1_sp.png) center center no-repeat #d2d2d2;
		background-size: 40%;
		transition: all 0.3s ease-in-out 0s;
	}

	#pagetop a:hover {
		display: block;
		width: 50px;
		text-align: center;
		background: #d2d2d2;
	}

	/* -------------------------------------------------- */
	/* 下層メインタイトル */
	/* -------------------------------------------------- */
	#udHeader {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 20px 0;
		border-bottom: 5px #eeeeee solid;
		margin-bottom: 20px;
	}

	#underH1 {
		padding-top: 70px;
		font-size: 2.3rem;
		letter-spacing: 0.3em;
		line-height: 1.4;
		float: none;
		font-weight: 500;
	}

	#underH1 .small {
		font-size: 1.6rem;
		letter-spacing: 0.2em;
	}

	.titEn {
		font-size: 1.2rem;
	}

	#headerTxt {
		padding-top: 20px;
		float: none;
		font-size: 1.6rem;
		text-align: left;
	}

	/* -------------------------------------------------- */
	/* ぱんくず */
	/* -------------------------------------------------- */
	#bc {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 50px;
		font-size: 1.2rem;
	}

	#bc li {
		display: inline-block;
		vertical-align: middle;
		padding-left: 10px;
		margin-left: 6px;
		background: url(img/common/icon7.png) 0 center no-repeat;
		background-size: 5px;
	}

	#bc li:nth-child(3) {
		background: url(img/common/icon7.png) 0 center no-repeat;
		background-size: 5px;
	}

	#bc li a {
		display: block;
		vertical-align: middle;
		line-height: 1;
	}

	#bc li#bcHome {
		padding: 0;
		margin: 0;
		background: none;
	}

	#bc li#bcHome a {
		margin-top: -2px;
	}

	#bc li#bcHome a img {
		width: 13px;
		height: 13px;
	}

	/* SPここまで */
}
