@charset "UTF-8";

.l-container {
	min-width: 320px;
}

.l-inner {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.l-inner .l-inner {
	padding-left: 0;
	padding-right: 0;
}

.l-container,
.l-inner {
	position: relative;
}

.l-container:after,
.l-inner:after {
	content: " ";
	display: block;
	clear: both;
}



.c-bread {
	margin-bottom: 25px;
}

.c-bread__list {
	font-size: 12px;
	word-break: break-all;
}

.c-bread__list > li {
	display: inline;
	margin-right: 0.2em;
}

.c-bread__list > li + li:before {
	content: "\FF1E"; /*	content: ">";*/
}

.c-pagename__title {
	position: relative;
	margin-bottom: 23px;
	padding-bottom: 18px;
	font-size: 70px;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.15em;
}

.c-pagename__title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45px;
	height: 4px;
	background-color: #000;
}

.c-button {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 19px 10px;
	color: #fff;
	text-align: center;
	background: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}

.c-button:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: #df0140;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	z-index: -2;
}

.c-button:after {
	content: "";
	display: block;
	background: url(../img/cmn/icon_arrow.png) no-repeat left center;
	background-size: 100% 100%;
	position: absolute;
	width: 8px;
	height: 12px;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-button:hover {
	text-decoration: none;
}

.c-button._w_fluid {
	width: 100%;
}

.c-button._w_regular {
	width: 260px;
}

.c-heading {
	position: relative;
	margin-bottom: 20px;
	padding-top: 15px;
	font-size: 26px;
	font-weight: 600;
}

.c-heading:before,
.c-heading:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.c-heading:before {
	width: 520px;
	height: 1px;
	background-color: #000;
}

.c-heading:after {
	width: 200px;
	height: 3px;
	background-color: #df0140;
}



.p-load {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background: -webkit-linear-gradient(342deg, #cc0000, #fb245c 40%, #f27121);
	background: linear-gradient(108deg, #cc0000, #fb245c 40%, #f27121);
	color: #fff;
	text-align: center;
}

.p-load__text {
	max-width: 890px;
	margin: 0 auto;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.p-load__text._appearance {
	opacity: 1;
}

.p-load__small {
	display: inline-block;
	vertical-align: middle;
	width: 69px;
	height: 69px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.p-load__small:before,
.p-load__small::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 4px;
	content: "";
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.p-load__small:before {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.p-load__small:after {
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.p-load__big {
	display: block;
	vertical-align: middle;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: 0.8s cubic-bezier(0.88, 0.22, 0.78, 0.36);
	transition: 0.8s cubic-bezier(0.88, 0.22, 0.78, 0.36);
}

.p-load__big:before,
.p-load__big::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 2px;
	content: "";
	background: rgba(255, 255, 255, 0.45);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.p-load__big:before {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.p-load__big:after {
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.p-load__big._spread {
	opacity: 1;
	width: 100%;
	height: 100%;
}

.p-load__tec {
	font-size: 60px;
	width: 450px;
	text-align: left;
	letter-spacing: 0.05em;
}

.p-load__asobi {
	font-size: 100px;
	width: 400px;
	text-align: center;
}

.p-tab__nav {
	border-bottom: 2px solid #120f10;
	font-size: 16px;
	font-weight: 600;
}

.p-tab__nav:after {
	content: " ";
	display: block;
	clear: both;
}

.p-tab__nav > li {
	float: left;
	width: 170px;
	margin-right: 10px;
}

.p-tab__nav a {
	display: block;
	padding: 12px 2px;
	border: 1px solid #ccc;
	border-bottom: 0;
	text-align: center;
	-webkit-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
	background-color: #fff;
}

.p-tab__nav a:hover,
.p-tab__nav a[aria-selected="true"] {
	color: #fff;
	border-color: #120f10;
	background-color: #120f10;
	text-decoration: none;
}

.p-tab [aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.p-tab [aria-hidden="true"] {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: -9999;
}

.p-tab__panel {
	padding: 30px 29px 35px;
	border: 1px solid #ccc;
	border-top: 0;
	background-color: #fff;
}

.p-side {
	margin-top: 80px;
}

.p-side__title {
	margin-bottom: 18px;
	padding: 0 10px;
	border: 1px solid #000;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.14em;
}

.p-side__category a {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #000;
	font-weight: 600;
}

.p-side__tag {
	margin-top: 50px;
}

.p-side__tag li {
	display: inline-block;
	margin: 0 5px 7px 0;
}

.p-side__tag a {
	position: relative;
	display: inline-block;
	padding-left: 7px;
	font-size: 12px;
}

.p-side__tag a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 7px;
	height: 10px;
	background: url(../img/cmn/icon_arrow2.png) no-repeat left top;
	background-size: 100% 100%;
}



/* pagenavi */

.wp-pagenavi {
	clear: both;
	padding: 0;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	min-width: 40px;
	padding: 0px 2px;
	margin: 0 3px;
	border: 0;
	line-height: 40px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background: #df0140;
	color: #fff;
}

.wp-pagenavi span.current {
	font-weight: normal;
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
}



/*single markup style*/

.post_text {
	line-height: 1.85714;
	overflow: hidden;
}

.post_text p {
	margin-bottom: 25px;
}

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

.post_text img.alignright {
	float: right;
	margin: 0 0 15px 15px;
	display: block;
}

.post_text img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	display: block;
}

.post_text img.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

.post_text h1 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.66667;
}

.post_text h2 {
	margin-bottom: 15px;
	padding: 17px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.post_text h3 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 2px solid;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.post_text h4 {
	margin-bottom: 15px;
	padding: 10px 23px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	background-color: #f5f5f5;
}

.post_text h5 {
	margin-bottom: 7px;
	padding: 5px 0 5px 12px;
	border-left: 6px solid #df0140;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.post_text h6 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #df0140;
	line-height: 1.2;
}

.post_text td {
	padding: 10px;
	border: 1px solid;
}

.post_text table {
	margin-bottom: 25px;
}

.post_text ul,
.post_text ol {
	padding-left: 2.0em;
	margin-bottom: 25px;
}

.post_text ul li {
	list-style: outside;
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text ol li {
	list-style: outside decimal;
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text a {
	text-decoration: underline;
	color: #df0140;
}

/*全画面*/

.g-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0 5px;
	z-index: 1;
	overflow: hidden; /*background: url(../img/cmn/bg_main.jpg) no-repeat left top;
	body.page-top &{
		background: none;
	}*/
}

body.page-top .g-wrapper {
	padding: 5px;
}

body.page-top .g-wrapper:before,
body.page-top .g-wrapper:after {
	content: "";
	display: block;
	background: #fff;
	position: fixed;
	width: 100%;
	height: 5px;
	left: 0;
	z-index: 110;
}

body.page-top .g-wrapper:before {
	top: 0;
}

body.page-top .g-wrapper:after {
	bottom: 0;
}

.g-border:before,
.g-border:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	left: -5px;
	top: -5px;
}

.g-border:after {
	background: #df0140;
	height: calc(100% + 10px);
	z-index: 115;
}

.g-border:before {
	background: #000;
	height: 235px;
	z-index: 116;
}

body:not(.page-top) .g-border {
	position: relative;
	background: url(../img/cmn/bg_main.jpg) no-repeat left top;
}

/*ヘッダー*/

.g-header {
	position: fixed;
	width: 190px;
	z-index: 1000;
	top: 0;
	left: 0;
	padding-bottom: 80px;
}

body.page-top .g-header {
	top: 0 !important;
	bottom: auto !important;
}

.g-header .logo {
	padding: 60px 0 37px 45px;
}

.g-header .logo img {
	width: 106px;
}

.g-header__copy {
	color: #fff;
	position: absolute;
	bottom: 18px;
	left: 47px;
	font-size: 10px;
	letter-spacing: 0.1em;
	z-index: 10;
}

.g-header .navi__list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.g-header .navi__item > a {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 2px 0 2px 50px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	letter-spacing: 0.14em;
	z-index: 1;
}

.g-header .navi__item > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: #df0140;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	z-index: -1;
}

.g-header .menu {
	position: absolute;
	right: 4px;
	top: 4px;
}

.g-header .menu img {
	width: 50px;
}

.g-header .child {
	display: none;
	padding-left: 50px;
	letter-spacing: 0.2em;
}

.g-header .child__item {
	margin-top: 14px;
}

.g-header .child a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

.g-header .child a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 12px;
	height: 3px;
	margin: auto 0;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	background-color: #000;
}

.g-header .child a:hover {
	text-decoration: none;
	color: #df0140;
}

.g-header .child a:hover:before {
	background-color: #df0140;
}

.g-header .p-side {
	margin-top: 20px;
	padding-left: 22px;
}

body.page { /*第一階層*/
}

/*フッター*/

/*メイン*/

.g-main {
	display: block;
	padding-top: 80px;
	padding-left: 200px;
	padding-right: 5px;
	min-height: 500px;
}

.g-main:after {
	content: " ";
	display: block;
	clear: both;
}

body.page-top .g-main {
	min-height: 0;
	padding: 0;
	background: none;
}

body:not(.page-top) .g-main {
	position: relative;
	min-height: 100vh;
	padding-bottom: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
}

.parallax {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	overflow: hidden;
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	opacity: 0;
	padding-top: 20px;
	pointer-events: none;
}

body:not(.page-top) .parallax {
	-webkit-animation-name: para;
	animation-name: para;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: fixed;
	opacity: 0;
}

.parallax .layer {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}

.parallax .layer .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#parallax01 {
	z-index: 3;
}

#parallax01 .bg {
	width: 110%;
	height: 110%;
	left: -5%;
	right: auto;
	top: -5%;
	bottom: auto;
	background: url(../img/cmn/pattern01_pc.png) center center repeat-x;
}

#parallax02 {
	z-index: 0;
}

#parallax02 .bg {
	background: url(../img/top/pattern02_pc.png) left top no-repeat;
}

/*----------------------------------------

index

-----------------------------------------*/

.q-top1 {
	height: 100%;
	position: relative;
	z-index: 4;
	margin-left: 137px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.q-top1 .inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1130px;
	margin: 0 auto;
	padding: 65px 0 10px 80px;
	width: 100%;
}

.q-top1 .catch {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 15px;
	line-height: 1.3;
	display: inline-block;
	opacity: 0;
}

.q-top1 .catch:before {
	content: "";
	display: block;
	width: 45px;
	height: 4px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.q-top1 .catch:after {
	background: #fff;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.q-top1 .catch._fadein {
	opacity: 1;
}

.q-top1 .catch._fadein:after {
	width: 0;
}

.q-top1 .catch__cross {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	position: relative;
	z-index: 1;
}

.q-top1 .catch__cross:before,
.q-top1 .catch__cross::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 2px;
	content: "";
	background: #8e8e8e;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.q-top1 .catch__cross:before {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.q-top1 .catch__cross:after {
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.q-top1 .catch__tec {
	display: inline-block;
	vertical-align: middle;
	font-size: 70px;
	letter-spacing: 0.1em;
}

.q-top1 .catch__asobi {
	display: inline-block;
	vertical-align: middle;
	font-size: 100px;
}

.q-top1 .text01 {
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	display: inline-block;
	color: #34bdae;
	position: relative;
	opacity: 0;
	font-size: 22px;
	line-height: 1.9;
}

.q-top1 .text01 .ie {
	display: none;
}

.q-top1 .text01 .gradation01 {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#df0140), color-stop(45%, #9b4fbf), color-stop(85%, #34bdae));
	background: -webkit-linear-gradient(left, #df0140, #9b4fbf 45%, #34bdae 85%);
	background: linear-gradient(90deg, #df0140, #9b4fbf 45%, #34bdae 85%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.q-top1 .text01:after {
	background: #fff;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.q-top1 .text01._fadein {
	opacity: 1;
}

.q-top1 .text01._fadein:after {
	width: 0;
}

.q-top1 .text02 {
	font-size: 16px;
	line-height: 2.25;
	letter-spacing: 0.05em;
	padding-bottom: 134px;
}

.q-top1 .text02 > span {
	position: relative;
	opacity: 0;
	display: inline-block;
}

.q-top1 .text02 > span:after {
	background: #fff;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.q-top1 .text02 > span._fadein {
	opacity: 1;
}

.q-top1 .text02 > span._fadein:after {
	width: 0;
}

.q-top1 .box {
	opacity: 0;
	padding-left: 139px;
	width: 83px;
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	position: relative;
	top: 20px;
}

.page-top.IE .q-top1 .text01 .else {
	display: none;
}

.page-top.IE .q-top1 .text01 .ie {
	display: block;
	padding-bottom: 10px;
}

.page-top.IE .q-top1 .text01 .ie img {
	width: 467px;
}

.page-top .g-wrapper._fadeback .parallax {
	padding-top: 0;
	opacity: 1;
}

.page-top .g-wrapper._fadeback .q-top1 .box {
	opacity: 1;
	top: 0;
}

.page-top .g-border {
	height: 100%;
	position: relative;
}

.page-top .g-main {
	height: 100%;
	position: relative;
}

.page-top .top-pic01,
.page-top .top-pic02 {
	position: absolute;
}

.page-top .top-pic01 {
	top: 0;
	right: 0;
	z-index: 2;
}

.page-top .top-pic02 {
	bottom: 0;
	right: 0;
	z-index: 1;
}

.page-top .copyright {
	position: absolute;
	bottom: 18px;
	left: 47px;
	font-size: 10px;
	letter-spacing: 0.1em;
	z-index: 10;
}

/*----------------------------------------

about

-----------------------------------------*/

.q-about1 .table {
	width: 100%;
	font-size: 16px;
	line-height: 1.625;
}

.q-about1 .table tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.q-about1 .table th,
.q-about1 .table td {
	padding: 17px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-about1 .table th {
	width: 160px;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
}

.q-about1 .button {
	margin-top: 50px;
}

.q-about1 .button:after {
	content: " ";
	display: block;
	clear: both;
}

/*----------------------------------------

message

-----------------------------------------*/

.q-message1 {
	position: relative;
}

.q-message1 .text {
	position: relative;
	max-width: 840px;
	padding-right: 25%;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.25;
}

.q-message1 .text p:nth-child(n+2) {
	margin-top: 15px;
}

.q-message1 .foot {
	margin-top: 20px;
}

.q-message1 .foot:after {
	content: " ";
	display: block;
	clear: both;
}

.q-message1 .image img {
	position: absolute;
	right: 0;
}

/*----------------------------------------

history

-----------------------------------------*/

.q-history1 {
	letter-spacing: 0.05em;
}

.q-history1 .list {
	font-size: 16px;
	line-height: 1.625;
}

.q-history1 .list > li {
	position: relative;
}

.q-history1 .list > li:not(:last-child) {
	padding-bottom: 33px;
}

.q-history1 .list > li:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 8px;
	width: 3px;
	height: 100%;
	background-color: #df0140;
}

.q-history1 .date {
	position: relative;
	float: left;
	width: 170px;
	padding-left: 25px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-history1 .date:before {
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	bottom: -100px;
	left: 0;
	margin: auto 0;
	width: 18px;
	height: 18px;
	border: 6px solid #df0140;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}

.q-history1 .desc {
	padding-left: 30px;
	overflow: hidden;
}

/*----------------------------------------

access

-----------------------------------------*/

.q-access1 .table {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.625;
}

.q-access1 .table th {
	padding-right: 1em;
	font-weight: 600;
	text-align: left;
}

.q-access1 .map {
	position: relative;
	height: 336px;
}

.q-access1 .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------------------------------------

recruit

-----------------------------------------*/

.q-recruit1 {
	margin-bottom: 100px;
}

.q-recruit1 .heading {
	margin-bottom: 50px;
}

.q-recruit1 .list:after {
	content: " ";
	display: block;
	clear: both;
}

.q-recruit2 .tab {
	font-size: 16px;
}

.q-recruit2 .table {
	width: 100%;
}

.q-recruit2 .table th,
.q-recruit2 .table td {
	padding: 17px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-recruit2 .table tr {
	border-bottom: 1px solid #ccc;
}

.q-recruit2 .table tr:first-child th,
.q-recruit2 .table tr:first-child td {
	padding-top: 0;
}

.q-recruit2 .table th {
	font-weight: bold;
	text-align: left;
}

.q-recruit2 .phrase:nth-child(n+2) {
	margin-top: 25px;
}

.q-recruit2 .data dt {
	font-weight: 600;
}

.q-recruit2 .data dt:nth-of-type(n+2) {
	margin-top: 20px;
}

.q-recruit2 .data2 {
	margin-top: 8px;
	padding-left: 1em;
	border-left: 1px solid #ccc;
}

.q-recruit2 .data2 dt {
	margin-bottom: 2px;
	font-weight: bold;
}

.q-recruit2 .environment {
	font-size: 14px;
}

.q-recruit2 .section:nth-child(n+2) {
	margin-top: 40px;
}

.q-recruit2 .title {
	margin-bottom: 15px;
	padding: 7px 23px;
	font-size: 16px;
	font-weight: 600;
	background-color: #f5f5f5;
}

.q-recruit2 .title2 {
	margin-bottom: 7px;
	padding: 2px 0 3px 18px;
	border-left: 6px solid #df0140;
	font-size: 16px;
	font-weight: 600;
}

.q-recruit2 .content {
	padding-left: 23px;
}

.q-recruit2 .content .content {
	padding-left: 1em;
}

.q-recruit2 .note {
	padding-left: 1em;
	text-indent: -1em;
}

.q-recruit2 .note:before {
	content: "\25a0";
}

.q-recruit2 .note:nth-child(n+2) {
	margin-top: 5px;
}

.q-recruit2 .note2 {
	padding-left: 1em;
	text-indent: -1em;
}

.q-recruit2 .note2:before {
	content: "\30fb";
}

.q-recruit3-btn{
  display: inline-block;
  width: 320px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(90deg, #df0140, rgb(250, 239, 57));
  background-size: 200%;
  color: #FFF;
  font-size: 25px;
  text-decoration: none;
  font-weight: bold;
  padding: 16px;
  border-radius: 4px;
  transition: .4s;
}
.q-recruit3-btn:hover {
  background-position: right center;
}

/*----------------------------------------

blog

-----------------------------------------*/

.q-blog1 .list:after {
	content: " ";
	display: block;
	clear: both;
}

.q-blog1 .day {
	width: 120px;
	padding: 5px 5px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #000;
	-webkit-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-blog1 .image {
	margin-bottom: 10px;
	background-color: #df0140;
}

.q-blog1 .image img {
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.q-blog1 .category {
	margin-bottom: 3px;
	font-size: 12px;
}

.q-blog1 .title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
}

.q-blog1 .author {
	font-size: 12px;
}

.q-blog1 .list a {
	display: block;
	padding-bottom: 7px;
	border-bottom: 1px solid #000;
}

.q-blog1 .list a:hover {
	-webkit-transition: border-color 0.5s, color 0.5s;
	transition: border-color 0.5s, color 0.5s;
	text-decoration: none;
	color: #df0140;
	border-color: #df0140;
}

.q-blog1 .list a:hover img {
	opacity: 0.75;
}

.q-blog1 .list a:hover .day {
	background-color: #df0140;
}

.q-blog1 .wp-pagenavi {
	margin-top: 50px;
}

/*----------------------------------------

blog single

-----------------------------------------*/

.q-blog-single1 .header {
	margin-bottom: 40px;
}

.q-blog-single1 .eyecatch {
	margin-bottom: 20px;
}

.q-blog-single1 .eyecatch img {
	width: 100%;
}

.q-blog-single1 .title {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.66667;
}

.q-blog-single1 .info {
	margin-bottom: 5px;
}

.q-blog-single1 .info:after {
	content: " ";
	display: block;
	clear: both;
}

.q-blog-single1 .day {
	float: left;
	width: 120px;
	margin-right: 15px;
	padding: 5px 5px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #000;
	-webkit-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-blog-single1 .category {
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
}

.q-blog-single1 .category p {
	display: inline-block;
	margin: 3px 2px 3px 0;
}

.q-blog-single1 .category a {
	display: inline-block;
	color: #df0140;
}

.q-blog-single1 .tag {
	margin-bottom: 10px;
}

.q-blog-single1 .tag p {
	display: inline-block;
	margin: 5px 3px 5px 0;
}

.q-blog-single1 .tag a {
	position: relative;
	display: block;
	border: 1px solid #000;
	padding: 2px 5px 2px 18px;
}

.q-blog-single1 .tag a:before {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	margin: auto 0;
	background: url(../img/cmn/icon_arrow2.png) no-repeat left top;
	background-size: 100% 100%;
}

.q-blog-single1 .author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.q-blog-single1 .avatar {
	width: 30px;
	margin-right: 12px;
}

.q-blog-single1 .avatar img {
	border-radius: 1000px;
}

.q-blog-single1 .name {
	font-size: 15px;
}

.q-blog-single1 .pager {
	position: relative;
	min-height: 40px;
	margin-top: 40px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.q-blog-single1 .pager a {
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	background-color: #000;
}

.q-blog-single1 .pager a:hover {
	text-decoration: none;
	background-color: #df0140;
}

.q-blog-single1 .pager__back a {
	padding-left: 15px;
	padding-right: 15px;
}

.q-blog-single1 .pager__prev,
.q-blog-single1 .pager__next {
	position: absolute;
	top: 0;
}

.q-blog-single1 .pager__prev {
	left: 0;
}

.q-blog-single1 .pager__next {
	right: 0;
}

/*----------------------------------------

contact

-----------------------------------------*/

.q-contact1 .error {
	font-weight: 600;
	color: #df0140;
}

.q-contact1 .error p:last-child:not(:empty) {
	margin-bottom: 30px;
}

.q-contact1 .list {
	font-size: 16px;
}

.q-contact1 .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	word-break: break-all;
}

.q-contact1 .item:nth-child(n+2) {
	margin-top: 30px;
}

.q-contact1 .title {
	width: 190px;
	margin-right: 14px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 17px;
	font-weight: 600;
}

.q-contact1 .input {
	width: 100%;
}

.q-contact1 .must {
	display: inline-block;
	padding: 0 6px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #df0140;
}

.q-contact1 .form input[type="text"],
.q-contact1 .form input[type="tel"],
.q-contact1 .form input[type="email"],
.q-contact1 .form textarea {
	width: 100%;
	height: 60px;
	padding: 16px;
	border: 1px solid #ccc;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.q-contact1 .form textarea {
	height: auto;
	min-height: 210px;
	resize: vertical;
}

.q-contact1 .submit {
	margin-top: 40px;
	text-align: center;
}

.q-contact1 .submit input {
	margin: 10px;
	width: 260px;
	height: 60px;
	max-width: 100%;
	border: 1px solid #000;
	border-radius: 0;
	font-family: inherit;
	font-size: 16px;
	letter-spacing: inherit;
	color: #fff;
	background-color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.q-contact1 .submit input:disabled{
	background-color: lightgray;
}

.q-contact1 .submit input.back {
	color: #000;
	background-color: #fff;
}

.q-contact1 .submit input:hover {
	opacity: 0.9;
}

.q-contact1 .message {
	margin-bottom: 50px;
	font-size: 16px;
}

.q-contact1 .form._confirm .title {
	padding-top: 0;
}

.q-contact1 .thankyou {
	font-size: 16px;
	text-align: center;
}

.q-contact1 .thankyou__title {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
}

.q-contact1 .thankyou__back {
	margin-top: 60px;
}

/*----------------------------------------

business

-----------------------------------------*/

.q-business1 .lede {
	margin-bottom: 35px;
	font-size: 16px;
}

.q-business1 .bg {
	display: inline-block;
	padding: 30px 45px 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-business1 .desc {
	position: relative;
}

.q-business1 .num {
	position: absolute;
	bottom: 100%;
	font-size: 60px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: -10px;
}

.q-business1 .title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.q-business1 .text {
	line-height: 1.85714;
}

.q-business1 .bg {
	text-align: left;
}

.q-business1 .section1 .image {
	text-align: right;
}

.q-business1 .section1 .num {
	left: 0;
}

.q-business1 .section1 .desc {
	margin-top: -100px;
}

.q-business1 .section1 .bg {
	max-width: 495px;
	padding-left: 0;
}

.q-business1 .section2 {
	margin-top: 60px;
}

.q-business1 .section2 .num {
	right: 0;
}

.q-business1 .section2 .desc {
	margin-top: -140px;
	text-align: right;
}

.q-business1 .section2 .bg {
	max-width: 435px;
	padding-right: 0;
}

.q-business2 {
	margin-top: 125px;
	font-size: 16px;
}

.q-business2 .text {
	margin-bottom: 30px;
}

.q-business2 .text p:nth-child(n+2) {
	margin-top: 15px;
}

.q-business2 .group {
	position: relative;
	margin: 25px -10px;
	padding: 30px 0 60px;
	z-index: 1;
}

.q-business2 .group:before {
	content: "";
	display: block;
	width: 10000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 70px;
	background: url(../img/business/bg.jpg) repeat center top;
	z-index: -1;
}

.q-business2 .link > li {
	position: absolute;
}

.q-business2 .bnr1 {
	left: 0;
}

.q-business2 .bnr2 {
	left: 33%;
}

.q-business2 .bnr3 {
	left: 66%;
}

.q-business2 .bnr4 {
	right: 0.2%;
}

.q-business3 {
	margin-top: 130px;
	font-size: 16px;
}

.q-business3 .text {
	margin-bottom: 30px;
}

.q-business3 .banner img {
	width: 100%;
}

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

.p-tab__nav > li br {
	display: none;
}

}

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

.q-about1 .button > li {
	float: left;
	width: 30.23256%;
	margin-left: 4.65116%;
}

.q-about1 .button > li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.q-recruit1 .list > li {
	float: right;
	width: 48.83721%;
}

.q-recruit1 .list > li:nth-child(2n+1) {
	float: left;
	clear: both;
}

.q-recruit1 .list > li:nth-child(n+3) {
	margin-top: 2.55814%;
}

.q-blog1 .list > li {
	float: left;
	width: 30.23256%;
	margin-left: 4.65116%;
}

.q-blog1 .list > li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.q-blog1 .list > li:nth-child(n+4) {
	margin-top: 50px;
}

}

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

.c-button:hover {
	background-position: right 6px center;
}

.c-button:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.c-button:hover:after {
	right: 10px;
}

.p-side__title {
	font-size: 22px;
}

.p-side__category li {
	display: inline-block;
	margin-right: 20px;
}

.p-side__category a {
	padding-left: 5px;
	padding-right: 5px;
}

.g-header .navi {
	display: block !important;
}

.g-header .navi__item:nth-child(n+2) {
	margin-top: 30px;
}

.g-header .navi__item > a:hover {
	color: #fff;
}

.g-header .navi__item > a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

body.page { /*第二階層*/
}

body.page-about .g-header .navi__item:nth-child(1) > a,
body.page-message .g-header .navi__item:nth-child(1) > a,
body.page-history .g-header .navi__item:nth-child(1) > a,
body.page-access .g-header .navi__item:nth-child(1) > a,
body.page-business .g-header .navi__item:nth-child(2) > a,
body.page-recruit .g-header .navi__item:nth-child(3) > a,
body.page-blog .g-header .navi__item:nth-child(4) > a,
body.page-contact .g-header .navi__item:nth-child(5) > a {
	background: #df0140;
	color: #fff;
}

body.page-about .g-header .child,
body.page-message .g-header .child,
body.page-history .g-header .child,
body.page-access .g-header .child {
	display: block;
}

body.page-message .g-header .child__item:nth-child(1) > a,
body.page-history .g-header .child__item:nth-child(2) > a,
body.page-access .g-header .child__item:nth-child(3) > a {
	color: #df0140;
}

body.page-message .g-header .child__item:nth-child(1) > a:before,
body.page-history .g-header .child__item:nth-child(2) > a:before,
body.page-access .g-header .child__item:nth-child(3) > a:before {
	background-color: #df0140;
}

body:not(.page-top) .g-footer .copyright { /*position: fixed;
					left: 20px;
					bottom: 30px;*/
	position: relative;
	padding: 0 0 30px 20px;
	z-index: 100;
}

.q-message1 .image img {
	width: auto !important;
	bottom: 10px;
	max-width: 25%;
}

.q-access1 .table tr:nth-child(n+2) th,
.q-access1 .table tr:nth-child(n+2) td {
	padding-top: 23px;
}

.q-recruit2 .table {
	table-layout: fixed;
}

.q-recruit2 .table1 th {
	width: 120px;
}

.q-recruit2 .table2 th {
	width: 220px;
}

.q-business2 .link > li {
	top: 37%;
	max-width: 25%;
}

.q-business3 .banner > li {
	float: right;
	width: 48.83721%;
}

.q-business3 .banner > li:nth-child(2n+1) {
	clear: both;
	float: left;
}

.q-business3 .banner > li:nth-child(n+3) {
	margin-top: 20px;
}

}

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

.q-business2 .text {
	padding-right: 10px;
}

}

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

.g-main {
	padding-top: 50px;
}

.q-business1 .section1 .desc {
	margin-top: -20px;
}

.q-business1 .section2 .desc {
	margin-top: -20px;
}

.q-business1 .section2 .bg {
	max-width: 520px;
}

}

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

.p-load__tec {
	width: 390px;
	font-size: 45px;
	padding-left: 15px;
}

.p-load__asobi {
	width: 350px;
	font-size: 60px;
}

.q-top1 .catch__tec {
	font-size: 50px;
	letter-spacing: 0.05em;
}

.q-top1 .catch__asobi {
	font-size: 60px;
}

}

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

.l-inner {
	padding-left: 10px;
	padding-right: 10px;
}

.c-pagename__title {
	font-size: 50px;
}

.c-heading {
	margin-bottom: 15px;
}

.c-heading:before {
	width: 89.82036%;
}

.c-heading:after {
	width: 100px;
}

.p-load {
	background: -webkit-linear-gradient(330deg, #cc0000, #fb245c 50%, #f27121 80%);
	background: linear-gradient(120deg, #cc0000, #fb245c 50%, #f27121 80%);
}

.p-load__text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-load__small {
	width: 35px;
	height: 35px;
}

.p-load__small:before,
.p-load__small::after {
	height: 2px;
}

.p-load__big:before,
.p-load__big::after {
	height: 1px;
}

.p-load__big._spread {
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	width: 118%;
	height: 118%;
}

.p-load__tec {
	text-align: center;
	width: 100%;
	padding-bottom: 60px;
	padding-left: 0;
}

.p-load__asobi {
	width: 100%;
	padding-top: 60px;
}

.p-tab__nav > li {
	width: 31.9403%;
	margin: 0 0 0 2.08955%;
}

.p-tab__nav > li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.p-tab__nav > li {
	white-space: nowrap;
	font-size: 14px;
}

.p-tab__panel {
	padding: 13px 13px 20px;
}

.p-side {
	margin: 70px 40px 0;
}

.p-side__title {
	max-width: 165px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.p-side__tag a {
	font-size: 10px;
}

.post_text h1 {
	font-size: 20px;
}

.post_text h2 {
	font-size: 18px;
}

.post_text h3 {
	padding-bottom: 10px;
	font-size: 18px;
}

.post_text h4 {
	padding: 10px 15px;
	font-size: 16px;
}

.post_text img.alignright,
.post_text img,
.post_text img.alignleft {
	float: none;
	margin: 0 auto;
	display: block;
}

.post_text img.emoji {
	display: inline !important;
}

.post_text table {
	width: 100% !important;
}

.g-wrapper {
	padding: 0 4px;
}

body.page-top .g-wrapper {
	padding: 4px;
}

body.page-top .g-wrapper:before,
body.page-top .g-wrapper:after {
	height: 4px;
}

.g-border:before,
.g-border:after {
	width: 3px;
	left: -4px;
	top: -4px;
}

.g-border:before {
	height: 130px;
}

body:not(.page-top) .g-border {
	background-size: 105%;
}

.g-header {
	top: 0 !important;
	left: 0 !important;
	height: auto;
	width: 100%;
	padding: 0;
	position: fixed !important;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}

.g-header._scroll {
	background-color: #fff;
}

.g-header .logo {
	padding: 9px 0 9px 10px;
}

.g-header .logo img {
	width: 135px;
}

.g-header .navi {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(342deg, #cc0000, #fb245c 40%, #f27121);
	background: linear-gradient(108deg, #cc0000, #fb245c 40%, #f27121);
	overflow-y: scroll;
	display: none;
}

.g-header .navi:before,
.g-header .navi:after {
	content: "";
	display: block;
	height: 100%;
	width: 5px;
	position: absolute;
	left: 0;
	top: 0;
}

.g-header .navi:before {
	height: 100%;
	background: #fff;
}

.g-header .navi:after {
	height: 130px;
	background: #000;
}

.g-header .navi__item {
	padding: 13px 0;
}

.g-header .navi__item > a {
	padding: 0 0 0 45px;
	color: #fff;
	font-size: 25px;
}

.g-header .child {
	display: block;
	padding-left: 60px;
}

.g-header .child a {
	color: #fff;
}

.g-header .child a:before {
	background-color: #fff;
}

.g-header .p-side {
	display: none !important;
}

body:not(.page-top) .g-footer .copyright {
	padding: 0 0 20px 10px;
	font-size: 10px;
}

.g-main {
	padding-top: 80px;
	padding-left: 0;
	padding-right: 0;
}

#parallax01 .bg {
	background: url(../img/cmn/pattern01_sp.png) center center repeat-x;
	background-size: 332px auto;
}

#parallax02 .bg {
	background: url(../img/top/pattern02_sp.png) left top no-repeat;
	background-size: 365px auto;
}

.q-top1 {
	margin-left: 0;
}

.q-top1 .inner {
	padding: 30px 0 10px;
	width: 80%;
	margin: 0 auto;
	max-width: 330px;
}

.q-top1 .catch {
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-left: -3px;
}

.q-top1 .catch:before {
	display: none;
}

.q-top1 .catch__cross {
	margin-left: 71px;
	margin-top: 5px;
	margin-bottom: -8px;
}

.q-top1 .catch__cross:before,
.q-top1 .catch__cross::after {
	height: 1px;
}

.q-top1 .catch__tec {
	display: block;
	margin-right: -10%;
}

.q-top1 .catch__asobi {
	display: block;
}

.q-top1 .text01 {
	font-size: 16px;
	line-height: 1.5625;
}

.q-top1 .text01 .gradation01 {
	padding-right: 10px;
}

.q-top1 .text02 {
	font-size: 10px;
	padding-bottom: 26px;
	line-height: 1.8;
}

.q-top1 .box {
	padding-left: 41px;
	width: 57px;
}

.page-top.IE .q-top1 .text01 .ie img {
	width: 262px;
}

.page-top .top-pic01 {
	width: 245px;
}

.page-top .top-pic02 {
	width: 285px;
}

.page-top .copyright {
	display: none;
}

.q-about1 .table {
	font-size: 14px;
	line-height: 1.42857;
}

.q-about1 .table,
.q-about1 .table > tbody,
.q-about1 .table tr,
.q-about1 .table th,
.q-about1 .table td {
	display: block;
	width: auto;
	padding: 0;
}

.q-about1 .table tr + tr {
	border-top: 0;
}

.q-about1 .table tr {
	padding: 10px 0;
}

.q-about1 .table th {
	margin-bottom: 5px;
}

.q-message1 .text {
	padding-right: 0;
}

.q-message1 .image img {
	position: static;
	float: right;
}

.q-history1 .date {
	float: none;
	width: auto;
}

.q-history1 .date:before {
	border-width: 3px;
}

.q-access1 .table,
.q-access1 .table > tbody,
.q-access1 .table tr,
.q-access1 .table th,
.q-access1 .table td {
	display: block;
}

.q-access1 .table th {
	margin-bottom: 2px;
}

.q-access1 .table tr:nth-child(n+2) {
	margin-top: 15px;
}

.q-recruit1 {
	margin-bottom: 70px;
}

.q-recruit1 .heading {
	margin-bottom: 30px;
}

.q-recruit2 .table {
	margin: 0 -5px;
	font-size: 14px;
	line-height: 1.42857;
}

.q-recruit2 .table,
.q-recruit2 .table > tbody,
.q-recruit2 .table tr,
.q-recruit2 .table th,
.q-recruit2 .table td {
	display: block;
	width: auto;
	padding: 0;
}

.q-recruit2 .table tr + tr {
	border-top: 0;
}

.q-recruit2 .table tr {
	padding: 10px 10px;
}

.q-recruit2 .table th {
	margin-bottom: 5px;
}

.q-recruit2 .title {
	padding-left: 6px;
	padding-right: 6px;
}

.q-recruit2 .title2 {
	padding-left: 12px;
}

.q-recruit2 .content {
	padding-left: 6px;
}

.q-recruit2 .content .content {
	padding-left: 1em;
}

.q-blog1 .wp-pagenavi {
	margin-top: 30px;
}

.q-blog-single1 .pager {
	margin-top: 20px;
}

.q-business1 .section2 {
	margin-top: 35px;
}

.q-business1 .desc {
	max-width: 670px;
	margin: 0 auto;
}

.q-business1 .desc:after {
	content: " ";
	display: block;
	clear: both;
}

.q-business1 .image {
	text-align: center !important;
}

.q-business1 .image img {
	width: auto;
}

.q-business1 .bg {
	display: block;
	max-width: none !important;
	padding: 12px 12px !important;
	overflow: hidden;
}

.q-business1 .num {
	position: static;
	padding-top: 12px;
}

.q-business1 .section1 .num {
	float: left;
	margin-left: 10px;
}

.q-business1 .section1 .bg {
	margin-right: 10px;
}

.q-business1 .section1 .desc {
	margin-top: -35px;
}

.q-business1 .section2 .num {
	float: right;
}

.q-business1 .section2 .bg {
	margin-left: 20px;
}

.q-business2 {
	margin-top: 50px;
	font-size: 14px;
}

.q-business2 .group {
	margin-left: 0;
	margin-right: 0;
	padding: 15px 0 40px;
	text-align: center;
}

.q-business2 .group:before {
	left: 25px;
	background-size: 32px;
}

.q-business2 .link > li {
	left: 50% !important;
	right: auto !important;
	width: 176px;
	max-width: 54%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.q-business2 .bnr1 {
	top: 12%;
}

.q-business2 .bnr2 {
	top: 42%;
}

.q-business2 .bnr3 {
	top: 72%;
}

.q-business2 .bnr4 {
	top: 75%;
}

.q-business3 {
	margin-top: 70px;
	font-size: 14px;
}

.q-business3 .banner > li {
	max-width: 335px;
	margin: 0 auto;
}

.q-business3 .banner > li:nth-child(n+2) {
	margin-top: 20px;
}

}

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

.q-top1 .inner {
	width: 90%;
}

}

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

.q-about1 .button > li {
	max-width: 280px;
	margin: 0 auto;
}

.q-about1 .button > li:nth-child(n+2) {
	margin-top: 20px;
}

.q-recruit1 .list > li {
	text-align: center;
}

.q-recruit1 .list > li:nth-child(n+2) {
	margin-top: 22px;
}

.q-blog1 .list > li {
	max-width: 260px;
	margin: 0 auto;
}

.q-blog1 .list > li:nth-child(n+2) {
	margin-top: 35px;
}

.q-contact1 .item {
	display: block;
}

.q-contact1 .title {
	width: auto;
	margin: 0 0 10px;
	padding-top: 0;
}

.q-contact1 .submit {
	margin-top: 30px;
}

}

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

.q-top1 .catch {
	margin-bottom: 0;
}

.q-top1 .catch__cross {
	margin-left: 41px;
}

.q-top1 .catch__tec {
	font-size: 35px;
}

.q-top1 .catch__asobi {
	font-size: 45px;
}

.q-top1 .text01 {
	font-size: 14px;
}

.q-top1 .text02 {
	padding-bottom: 10px;
}

}

@-webkit-keyframes para {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes para {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

