@charset "UTF-8";





@font-face {
	font-family: "icons";
	src: url("fonts/icons.eot");
	src: url("fonts/icons.eot?#iefix") format("eot"), url("fonts/icons.woff") format("woff"), url("fonts/icons.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}



.f-icon {
	display: inline-block;
	height: 0;
	vertical-align: middle;
}

.f-icon:before {
	display: block;
	font-family: "icons";
	font-style: inherit;
	font-weight: 100;
	font-variant: inherit;
	font-display: block;
	text-transform: none;
	height: 1em;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.f-icon._mail:before {
	content: "\EA01";
}

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

.l-inner {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.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;
}

.l-white {
	background: #fff;
}

.l-gray {
	background: #F2F2F2;
	background:rgba(0, 0, 0, 0.11);
}



.c-bread {
	font-size: 0.75rem;
	padding-top: 15px;
}

.c-bread__list {
	word-break: break-all;
}

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

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



.c-arrow01 {
	position: absolute;
	height: 16px;
	width: 11px;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto 0;
	z-index: 2;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

.c-arrow01:before,
.c-arrow01:after {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	height: 68%;
	width: 4px;
	background: #fff;
	border-radius: 1px;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}

.c-arrow01:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-arrow01:after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-arrow01._green:before,
.c-arrow01._green:after {
	background: #00A041;
}



.c-btn01 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: bold;
	padding: 8px 25px;
	border: 2px solid #333;
	background: #333;
	text-align: center;
}

.c-btn01:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 100%;
	background: #fff;
	-webkit-transition: right 0.4s, opacity 0.4s;
	transition: right 0.4s, opacity 0.4s;
	top: 0;
	z-index: -1;
	opacity: 0;
}

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

.c-btn01._green {
	background: #00A041;
	border-color: #00A041;
}

.c-btn01 .f-icon {
	position: absolute;
	left: 22px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-size: 20px;
}



.c-hl01 {
	margin-bottom: 38px;
}

.c-hl01__en {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 1;
	margin-bottom: 10px;
}

.c-hl01__ja {
	font-weight: bold;
	font-size: 1rem;
	color: #00A041;
	letter-spacing: 0.1em;
}

.c-hl02 {
	position: relative;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.4;
	padding-left: 70px;
	margin-bottom: 27px;
}

.c-hl02:before {
	content: "";
	background: #00A041;
	height: 1px;
	width: 60px;
	position: absolute;
	left: 0;
	top: 15px;
}

.c-hl03 {
	position: relative;
	font-weight: bold;
	font-size: 1.75rem;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.c-hl03:before {
	content: "";
	background: #00A041;
	height: 1px;
	width: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}



.c-main01 {
	background: #F2F2F2;
	text-align: center;
}

.c-main01__inner {
	display: table;
	width: 100%;
}

.c-main01__cell {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	height: 176px;
	vertical-align: middle;
	padding: 10px 15px;
}

.c-main01__en {
	font-size: 1rem;
	color: #00A041;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

.c-main01__ja {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.3;
}



.c-contents01 .l-inner {
	padding-top: 58px;
	padding-bottom: 75px;
}

.c-contents01 .c-hl01 {
	margin-bottom: 25px;
}

.c-contents01 .c-hl01__en {
	margin-bottom: 8px;
}

.c-contents01__desc {
	width: calc(100% - 520px);
}

.c-contents01__btn01:after {
	content: " ";
	display: block;
	clear: both;
}

.c-contents01__btn01 .c-btn01 {
	width: 48%;
}

.c-contents01__btn01 .c-btn01:nth-child(odd) {
	float: left;
}

.c-contents01__btn01 .c-btn01:nth-child(even) {
	float: right;
}

.c-contents01__btn02 .c-btn01 {
	max-width: 220px;
}

.c-contents01__text01 {
	margin-bottom: 35px;
}

.c-contents01__image {
	height: 350px;
}

.c-contents01._type01 .c-contents01__desc {
	float: right;
}

.c-contents01._type01 .c-contents01__image {
	top: -45px;
	left: 15px;
}

.c-contents01._type02 .c-contents01__desc {
	float: left;
}

.c-contents01._type02 .c-contents01__image {
	top: -50px;
	right: 25px;
}



.c-shadow-box {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	background: #fff;
}

.c-shadow-box._pad01 {
	padding: 65px 70px 70px;
}



.c-table01 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
	border-top: 1px solid #DDDDDD;
}

.c-table01 tr {
	border-bottom: 1px solid #DDDDDD;
}

.c-table01 th,
.c-table01 td {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.78571;
}

.c-table01 th {
	width: 150px;
	padding: 29px 10px 25px 0;
	text-align: left;
	font-weight: bold;
}

.c-table01 td {
	padding: 29px 0 25px;
}

.c-table01__list01 li {
	position: relative;
	padding-left: 1.3em;
}

.c-table01__list01 li:before {
	content: "\25CF";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}



.c-pagelink01 .l-inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

.c-pagelink01__wrap {
	max-width: 560px;
	margin: 0 auto;
}

.c-pagelink01__image,
.c-pagelink01__desc {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.c-pagelink01__image {
	width: 200px;
}

.c-pagelink01__image img {
	width: 100%;
}

.c-pagelink01__desc {
	font-weight: bold;
	font-size: 1.25rem;
	color: #fff;
	position: relative;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.c-pagelink01__btn {
	display: table;
	width: 100%;
	background: #313131;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
	position: relative;
}

.c-pagelink01__btn .c-arrow01 {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	right: 18px;
}

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



.c-pagelink02 .l-inner {
	padding-top: 85px;
	padding-bottom: 55px;
}

.c-pagelink02__image,
.c-pagelink02__desc {
	display: table-cell;
	vertical-align: middle;
}

.c-pagelink02 .c-hl01 {
	margin-bottom: 30px;
}

.c-pagelink02__image {
	width: 70px;
	text-align: center;
}

.c-pagelink02__image img {
	width: 100%;
}

.c-pagelink02__desc {
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: 0 25px 0 33px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	line-height: 1.4;
}

.c-pagelink02__wrap:after {
	content: " ";
	display: block;
	clear: both;
}

.c-pagelink02__child {
	width: 31.63%;
	float: left;
	margin-right: 2.55%;
	margin-bottom: 25px;
	position: relative;
}

.c-pagelink02__child:nth-child(3n) {
	margin-right: 0;
}

.c-pagelink02__child:nth-child(3n+1) {
	clear: both;
}

.c-pagelink02__child .c-arrow01 {
	right: 11px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.c-pagelink02__btn {
	display: table;
	width: 100%;
	background: #313131;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

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

.p-contact01__bg {
	background: url(../img/cmn/p_contact01_bg01.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.p-contact01 .l-inner {
	padding-top: 70px;
	padding-bottom: 117px;
}

.p-contact01__en01 {
	font-size: 2.25rem;
	line-height: 1.22222;
	font-weight: 700;
	margin-bottom: 25px;
}

.p-contact01__hl01 {
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
}

.p-contact01__text01 {
	margin-bottom: 10px;
}

.p-contact01__time {
	margin-bottom: 15px;
}

.p-contact01 .c-btn01 {
	max-width: 449px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.125rem;
}

[data-js-tel] a {
	color: inherit;
	text-decoration: underline;
}

/*アニメーション*/

.sa {
	opacity: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.sa--lr {
	-webkit-transform: translate(-100px, 0);
	-ms-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
}

.sa--rl {
	-webkit-transform: translate(100px, 0);
	-ms-transform: translate(100px, 0);
	transform: translate(100px, 0);
}

.sa--up {
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.sa--down {
	-webkit-transform: translate(0, -100px);
	-ms-transform: translate(0, -100px);
	transform: translate(0, -100px);
}

.sa--scaleUp {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.sa--scaleDown {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.sa--rotateL {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sa--rotateR {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.sa--imgl {
	width: 0;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.sa--imgl img {
	position: absolute;
	right: 0;
	top: 0;
	max-width: none;
}

.sa--imgr {
	width: 0;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.sa--imgr img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: none;
}

.sa.show {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.sa.show.sa--imgr,
.sa.show.sa--imgl {
	width: 100%;
}

/*全画面*/

.g-wrapper {
	overflow: hidden;
	background: url(../img/cmn/bg01.png) center top;
	background-image:none;
	background-size: 44px;
	padding-top: 80px;
}

body[data-signe="top"] .g-wrapper {
	background-image: none;
}

@media screen and (min-width: 769px) {
body[data-signe="top"] .g-wrapper {
	padding-top:0px;
}
}

/*ヘッダー*/

.g-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.g-header__inner {
	height: 80px;
	background: white;
	z-index: 100;
	position: relative;
	transition: all 1000ms 0s ease;
}

body[data-signe="top"] .g-header__inner {
	background:transparent;
}

body[data-signe="top"] .g-header__inner.fixed {
	background: #fff;
}

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

.g-header .logo {
	float: left;
	padding-top: 22px;
	padding-left: 49px;
	width: 252px;
}

.g-navi._open .g-navi__inner {
	right: 0;
}

.g-navi__list {
	float: right;
	margin-right: 10px;
	margin-top: 25px;
}

.g-navi__list li {
	float: left;
	position: relative;
}

.g-navi__list li:before {
	content: "\002F";
	display: block;
	height: 100%;
	color: #007C36;
	position: absolute;
	right: -0.5em;
	top: 0;
	font-weight: normal;
}

@media screen and (min-width: 769px) {
	body[data-signe="top"] .g-header__inner:not(.fixed) .g-navi__list li:before {

		color: #fff;

	}
}

.g-navi__list li a {
	display: block;
	padding: 0 40px;
	font-size: 1rem;
	font-weight: bold;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

@media screen and (min-width: 769px) {
	body[data-signe="top"] .g-header__inner:not(.fixed) .g-navi__list li a {
		color:white;
	}
}

.g-header__inner.fixed {


}

.g-navi__list li a:hover {
	text-decoration: none;
}

.g-navi__list li:last-child:before {
	display: none;
}

.g-navi__list li:last-child a {
	color: #00A041;
}

.g-navi__btn {
	display: none;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 15px;
	right: 15px;
	z-index: 200;
	cursor: pointer;
}

.g-navi__btn:before,
.g-navi__btn:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 2px;
	width: 30px;
	background: #222;
	-webkit-transition: top 0.5s, -webkit-transform 0.5s;
	transition: top 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, top 0.5s;
	transition: transform 0.5s, top 0.5s, -webkit-transform 0.5s;
}

.g-navi__btn:before {
	top: 20px;
}

.g-navi__btn:after {
	top: 40px;
}

.g-navi__btn > span {
	display: block;
	height: 2px;
	width: 30px;
	background: #222;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.g-navi__btn._open:before {
	top: 48%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.g-navi__btn._open:after {
	top: 48%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.g-navi__btn._open > span {
	opacity: 0;
}

/*フッター*/

.g-footer {
	border-top: 1px solid #ddd;
	border-bottom: 6px solid #007C36;
}

.g-footer .l-inner {
	padding-top: 60px;
	padding-bottom: 67px;
}

.g-footer .info {
	float: left;
	margin-right: 78px;
	margin-bottom: 8px;
	padding-top: 8px;
}

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

.g-footer .info__sld {
	float: left;
	padding-right: 25px;
	border-right: 1px solid #000;
	margin-right: 21px;
}

.g-footer .info__sld img {
	width: 216px;
}

.g-footer .info__scgs {
	float: left;
}

.g-footer .info__scgs img {
	width: 70px;
}

.g-footer .info__text01 {
	font-weight: bold;
	font-size: 0.625rem;
	margin-top: 18px;
	margin-bottom: 13px;
}

.g-footer .info__add {
	font-size: 0.75rem;
	line-height: 2.16667;
}

.g-footer .info__tel {
	font-size: 0.75rem;
	line-height: 2.16667;
}

.g-footer .copyright {
	clear: both;
	font-size: 0.75rem;
}

.g-footer .navi {
	float: left;
}

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

.g-footer .navi__list01 {
	float: left;
}

.g-footer .navi__list01:nth-child(1) {
	margin-right: 40px;
}

.g-footer .navi__list01 > li {
	position: relative;
	padding-left: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.g-footer .navi__list01 > li > a {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.g-footer .navi__list01 > li > a:hover {
	text-decoration: none;
}

.g-footer .navi__list01 > li:before {
	content: "\25A0";
	display: block;
	color: #00A041;
	position: absolute;
	font-size: 0.625rem;
	left: 0;
	top: 5px;
}

.g-footer .navi__list02 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #F2F2F2;
	width: 310px;
	padding: 10px 20px;
	margin-left: -20px;
	margin-top: 10px;
}

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

.g-footer .navi__list02 > ul {
	font-size: 0.75rem;
	font-weight: normal;
}

.g-footer .navi__list02 > ul:nth-child(1) {
	float: left;
	width: 58%;
}

.g-footer .navi__list02 > ul:nth-child(2) {
	float: right;
	width: 38%;
}

.g-footer .navi__list02 > ul a {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.g-footer .navi__list02 > ul a:hover {
	text-decoration: none;
}

/*メイン*/

.g-main {
	display: block;
}

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

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

company

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

.q-company-info .l-inner {
	padding-top: 75px;
	padding-bottom: 80px;
}

.q-company-info .info {
	padding: 70px 70px 40px;
}

.q-company-info .access .l-gray {
	padding: 35px 70px 39px;
}

.q-company-info .access .map iframe {
	width: 100%;
	height: 400px;
	vertical-align: middle;
}

.q-company-info .access .c-btn01 {
	margin: 32px auto 0;
	max-width: 188px;
	padding: 3px 25px;
}

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

contact

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

.q-contact-form .l-inner {
	padding-top: 75px;
	padding-bottom: 80px;
}

.q-contact-form .c-shadow-box {
	padding: 76px 40px 65px 70px;
}

.q-contact-form .formTable {
	width: 100%;
}

.q-contact-form .formTable th,
.q-contact-form .formTable td {
	vertical-align: top;
	padding-bottom: 16px;
	text-align: left;
}

.q-contact-form .formTable th {
	width: 228px;
	position: relative;
	font-weight: bold;
	text-align: left;
}

.q-contact-form .formTable .req {
	position: absolute;
	display: inline-block;
	width: 50px;
	right: 33px;
	top: 0;
	color: #fff;
	background: #E31C1C;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 3px 0;
}

.q-contact-form .formTable .req._no {
	background: #00A041;
}

.q-contact-form .formTable .example {
	color: #888;
	font-weight: bold;
	font-size: 0.75rem;
	line-height: 1.4;
	margin-bottom: 4px;
}

.q-contact-form .formTable input[type="text"],
.q-contact-form .formTable input[type="email"],
.q-contact-form .formTable input[type="tel"],
.q-contact-form .formTable textarea {
	font-size: 16px;
	background: #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 10px;
	font-family: inherit;
	border-radius: 0;
	-webkit-appearance: none;
	border: none;
}

.q-contact-form .formTable input[type="text"]:focus,
.q-contact-form .formTable input[type="email"]:focus,
.q-contact-form .formTable input[type="tel"]:focus,
.q-contact-form .formTable textarea:focus {
	outline: 2px solid rgba(0, 0, 0, 0.8);
	outline-offset: 0;
}

.q-contact-form .formTable textarea {
	resize: vertical;
	min-height: 170px;
}

.q-contact-form .formTable .radio label {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	margin-right: 48px;
}

.q-contact-form .formTable .radio input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.q-contact-form .formTable .radio input[type="radio"] + span {
	padding-left: 23px;
}

.q-contact-form .formTable .radio input[type="radio"] + span:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #aaa;
	color: inherit;
	border-radius: 100%;
}

.q-contact-form .formTable .radio input[type="radio"]:checked + span:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #00A041;
}

.q-contact-form .privacy {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
}

.q-contact-form .privacy a {
	display: inline-block;
	color: #00A041;
	text-decoration: underline;
	position: relative;
	padding-right: 28px;
}

.q-contact-form .submit {
	text-align: center;
}

.q-contact-form .submit input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	padding: 17px 10px;
	font-size: 0.875rem;
	font-weight: bold;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: inherit;
	color: #fff;
	text-align: center;
	background: #333;
	border: 2px solid #333;
	width: 370px;
	margin: 5px;
	-webkit-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}

.q-contact-form .confirm {
	text-align: center;
}

.q-contact-form .confirm__text01 {
	margin-bottom: 15px;
}

.q-contact-form .confirm__error {
	color: #E31C1C;
	margin-bottom: 15px;
	font-weight: bold;
}

.q-contact-form .confirm .submit {
	padding-top: 20px;
}

.q-contact-form .thanks__text01 {
	margin-bottom: 40px;
	text-align: center;
}

.q-contact-form .thanks .c-btn01 {
	max-width: 220px;
	margin: 0 auto;
}

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

greetings

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

.q-greetings-comment .l-inner {
	padding-top: 73px;
	padding-bottom: 80px;
}

.q-greetings-comment .image {
	padding: 5px 5px 45px;
}

.q-greetings-comment .comment {
	padding: 0 70px 54px;
}

.q-greetings-comment .comment__text01 {
	margin-bottom: 20px;
}

.q-greetings-comment .comment__text01 > p + p {
	margin-top: 30px;
}

.q-greetings-comment .comment__sign {
	margin-bottom: 10px;
}

.q-greetings-comment .comment__sign img {
	width: 187px;
}

.q-greetings-comment .comment__name {
	font-weight: bold;
}

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

privacy

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

.q-privacy-contents .l-inner {
	padding-top: 80px;
	padding-bottom: 100px;
}

.q-privacy-contents .privacy__dl01 dt {
	font-weight: bold;
	font-size: 1rem;
	color: #00A041;
	line-height: 1.7;
	margin-bottom: 5px;
}

.q-privacy-contents .privacy__dl01 > div + div {
	margin-top: 40px;
}

.q-privacy-contents .privacy__dl01._square dt {
	position: relative;
	padding-left: 1.5em;
}

.q-privacy-contents .privacy__dl01._square dt:before {
	content: "\25A0";
	position: absolute;
	left: 0;
	top: 0;
}

.q-privacy-contents .privacy + .privacy {
	margin-top: 80px;
}

.q-privacy-contents .privacy__text01 > p + p {
	margin-top: 20px;
}

.q-privacy-contents .company {
	margin-top: 60px;
}

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

recruit

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

.q-recruit-contents .l-inner {
	padding-top: 75px;
	padding-bottom: 100px;
}

.q-recruit-contents .recruit02 {
	margin-top: 70px;
}

.q-recruit-contents .c-btn01 {
	margin: 32px auto 0;
	max-width: 369px;
	padding: 14px 25px;
}

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

service

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

.q-service-list .l-inner {
	padding-top: 68px;
	padding-bottom: 79px;
}

.q-service-list .text01 {
	font-weight: bold;
	text-align: center;
	font-size: 1rem;
	margin-bottom: 52px;
}

.q-service-list .service__image,
.q-service-list .service__desc {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}

.q-service-list .service__desc {
	padding: 30px 40px 90px 50px;
	position: relative;
	width: 59.18%;
}

.q-service-list .service__name {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 8px;
}

.q-service-list .service__text01 {
	font-weight: bold;
	margin-bottom: 10px;
}

.q-service-list .service__text02 {
	line-height: 1.85714;
}

.q-service-list .service .c-btn01 {
	position: absolute;
	bottom: 20px;
	right: 40px;
	width: 220px;
}

.q-service-list .service__image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.q-service-list .service__child {
	display: table;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	background: #fff;
	height: 320px;
	border-radius: 10px;
}

.q-service-list .service__child:nth-child(1) .service__image {
	background-image: url(../img/service/service_pic01.jpg);
}

.q-service-list .service__child:nth-child(2) .service__image {
	background-image: url(../img/service/service_pic02.jpg);
}

.q-service-list .service__child:nth-child(3) .service__image {
	background-image: url(../img/service/service_pic03.jpg);
}

.q-service-list .service__child:nth-child(4) .service__image {
	background-image: url(../img/service/service_pic04.jpg);
}

.q-service-list .service__child:nth-child(5) .service__image {
	background-image: url(../img/service/service_pic05.jpg);
}

.q-service-list .service__child:nth-child(6) .service__image {
	background-image: url(../img/service/service_pic06.jpg);
}

.q-service-list .service__child .service__image {
	border-radius: 10px 0 0 10px;
}

.q-service-list .service__child + .service__child {
	margin-top: 50px;
}

.q-service-detail .l-inner {
	padding-top: 73px;
	padding-bottom: 80px;
}

.q-service-detail .image {
	padding: 5px 5px 0;
}

.q-service-detail .detail__num {
	position: relative;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.6;
	margin-bottom: 15px;
}

.q-service-detail .detail__num:before {
	content: "";
	display: block;
	height: 1px;
	width: 60px;
	background: #00A041;
	position: absolute;
	left: -70px;
	top: 15px;
}

.q-service-detail .detail__box + .detail__box {
	margin-top: 14px;
}

.q-service-detail .detail__hl01 {
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 8px;
}

.q-service-detail .detail > li {
	padding: 35px 50px 40px 70px;
	position: relative;
}

.q-service-detail .detail > li:nth-child(even) {
	background: #F2F2F2;
}

.q-service-detail .detail__list01 li {
	position: relative;
	padding-left: 18px;
	line-height: 1.6;
}

.q-service-detail .detail__list01 li:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 7px;
	background: #00A041;
	border-radius: 100%;
}

.q-service-detail .detail__list01 li + li {
	margin-top: 6px;
}

.q-service-detail .detail__image img {
	position: absolute;
    top: 35px;
    right: 50px;
}

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

index

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

.q-top-mv {
	overflow: hidden;
	position: relative;
	color: #fff;
	z-index: 1;
	background: #000;
	background: transparent;
}

.q-top-mv .movie {
	display: none;
}

.q-top-mv .movie__inner {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	overflow: hidden;
}

.q-top-mv .movie__inner:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.11);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.q-top-mv .movie video {
	position: absolute;
	top: -10000px;
	bottom: -10000px;
	left: -10000px;
	right: -10000px;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	margin: auto;
	z-index: 1;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.q-top-mv .l-inner {
	z-index: 3;
}

span.tu {
	letter-spacing: -0.3em;
}

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

	.q-top-mv .l-inner {
		z-index: 3;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);

		max-width:unset;
		min-width:unset;
		padding:0;
		margin-left:3%;
	}
	
	.q-top-mv .l-inner .catch {
		padding-top:0;
		font-size: 2rem;
		letter-spacing: 0em;
		line-height: 1.6;
	}
	
	.q-top-mv .l-inner .text01 {
		font-weight: normal;

	}
	
}

@media screen and (min-width: 1388px) {
	.q-top-mv .l-inner {
		
		margin-left:6%;
	}
}
@media screen and (min-width: 1488px) {

	.q-top-mv .l-inner {
		
	}
	
	.q-top-mv .l-inner .catch {
		padding-top:0;
		font-size: 2.3rem;
		letter-spacing: 0em;
		line-height: 1.65;
		width:100%;
	}
	
	.q-top-mv .l-inner .text01 {
		font-weight: normal;

	}
}


.q-top-mv .catch {
	font-weight: bold;
	font-size: 1.875rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-bottom: 15px;
	padding-top: 210px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: relative;
}

.q-top-mv .text01 {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	font-weight: bold;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	position: relative;
}

.q-top-lead {
	position: relative;
	z-index: 2;
}

.q-top-lead .l-inner {
	padding-bottom: 5px;
}

.q-top-lead .frame {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background: #fff;
	margin-top: -60px;
	text-align: center;
	padding: 62px 15px 60px;

    border-radius: 5px;
    overflow: hidden;
}


.q-top-lead .frame {
	box-shadow: none;
	background: #fff;
	background: transparent;
	margin-top: 0px;
	text-align: center;
	padding: 100px 15px 60px;
    border-radius: 5px;
    overflow: hidden;
}

.q-top-lead .en {
	margin-bottom: 40px;
}

.q-top-lead .en img {
	width: 296px;
	width: 600px;
}

.q-top-lead .catch {
	font-weight: 700;
	font-size: 1.2em;
	line-height:1.8rem;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	letter-spacing: 0em;
}
.q-top-lead .catch .u-dib{
    font-feature-settings: "pkna";
}
.q-top-lead .text01 {
	letter-spacing: 0.1em;
}

.q-top-service .l-inner {
	padding-top: 79px;
	padding-bottom: 85px;
}

.q-top-service .service:after {
	content: " ";
	display: block;
	clear: both;
}

.q-top-service .service__desc {
	background: #fff;
	padding: 37px 30px 42px;
}

.q-top-service .service__image {
	overflow: hidden;
}

.q-top-service .service__image img {
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.q-top-service .service__name {
	font-size: 1.25rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 17px;
	padding-right: 30px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.q-top-service .service__text01 {
	letter-spacing: 0.1em;
	line-height: 1.85714;
}

.q-top-service .service__child {
	display: block;
	width: 46.93%;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
	margin-bottom: 60px;
    border-radius: 5px;
    overflow: hidden;
}

.q-top-service .service__child:nth-child(odd) {
	float: left;
	clear: both;
}

.q-top-service .service__child:nth-child(even) {
	float: right;
}

.q-top-service .service__child:hover {
	text-decoration: none;
}

.q-top-service .service__child:hover .service__image img {
	opacity: 1;
}

.q-top-works .l-inner {
	padding-top: 90px;
	padding-bottom: 48px;
}

.q-top-works .works:after {
	content: " ";
	display: block;
	clear: both;
}

.q-top-works .works__child {
	float: left;
	width: 31.63%;
	margin-right: 2.55%;
	margin-bottom: 95px;
}

.q-top-works .works__child:nth-child(3n) {
	margin-right: 0;
}

.q-top-works .works__child:nth-child(3n+1) {
	clear: both;
}

.q-top-works .works__image {
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
}

.q-top-works .works__image img {
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.q-top-works .works__btn {
	display: block;
}

.q-top-works .works__btn:hover {
	text-decoration: none;
}

.q-top-works .works__btn:hover .works__image img {
	opacity: 1;
}

.q-top-works .works__name {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.4;
}

.q-top-works .works__text01 {
	line-height: 2.5;
	font-size: 0.75rem;
}

.q-top-works__pop {
	padding: 40px 20px !important;
}

.q-top-works__pop-inner {
	text-align: left;
}

.q-top-works__pop-inner img {
	margin-bottom: 20px;
}

.q-top-works__pop-inner .works__heading {
	font-weight: bold;
    font-size: 1rem;
    /*color: #00A041;*/
    letter-spacing: 0.05em;
}

.q-top-works__pop-inner .remodal-close {
	left: auto;
	right: 0 !important;
}

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

.c-btn01:hover {
	color: #333;
}

.c-btn01:hover:before {
	right: 0;
	opacity: 1;
}

.c-btn01:hover .c-arrow01:before,
.c-btn01:hover .c-arrow01:after {
	background: #333;
}

.c-btn01._green:hover {
	color: #00A041;
}

.c-btn01._green:hover .c-arrow01:before,
.c-btn01._green:hover .c-arrow01:after {
	background: #00A041;
}

.c-pagelink01__btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.c-pagelink01__btn:hover .c-pagelink01__desc {
	opacity: 0.6;
}

.c-pagelink01__btn:hover .c-arrow01 {
	opacity: 0.6;
}

.c-pagelink02__child:hover .c-pagelink02__desc {
	opacity: 0.6;
}

.c-pagelink02__child:hover .c-arrow01 {
	opacity: 0.6;
}

.c-pagelink02__btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.g-navi__list li a:hover {
	opacity: 0.6;
}

.g-footer .navi__list01 > li > a:hover {
	opacity: 0.6;
}

.g-footer .navi__list02 > ul a:hover {
	opacity: 0.6;
}

.q-contact-form .submit input:hover {
	background: #fff;
	color: #333;
}

.q-top-service .service__child:hover .service__image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.q-top-works .works__btn:hover .works__image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

}

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

.c-contents01__desc {
	width: calc(100% - 500px);
}

.c-pagelink02__desc {
	padding: 0 25px 0 15px;
}

.g-header .logo {
	padding-left: 15px;
	width: 200px;
	padding-top: 25px;
}

.g-navi__list {
	margin-right: 0;
}

.g-navi__list li a {
	padding: 0 25px;
}

.g-footer .l-inner {
	padding-bottom: 20px;
}

.g-footer .info {
	margin-right: 0;
	float: none;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 0;
}

.g-footer .info__sld {
	float: none;
	display: inline-block;
}

.g-footer .info__scgs {
	float: none;
	display: inline-block;
}

.g-footer .info__text01 {
	margin-bottom: 10px;
}

.g-footer .copyright {
	text-align: center;
	margin-top: 20px;
}

.g-footer .navi {
	float: none;
	max-width: 550px;
	margin: 0 auto 20px;
}

}

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

.c-contents01__btn01 .c-btn01 {
	width: auto;
}

.c-contents01__btn01 .c-btn01.c-btn01 {
	margin-bottom: 10px;
}

.c-contents01__btn01 .c-btn01:nth-child(odd) {
	float: none;
}

.c-contents01__btn01 .c-btn01:nth-child(even) {
	float: none;
}

.q-service-detail .detail__image img {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 240px;
}

}

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

.c-btn01 .f-icon {
	left: 10px;
}

.c-hl01 {
	margin-bottom: 30px;
}

.c-hl01__en {
	font-size: 1.875rem;
}

.c-hl02 {
	padding-left: 30px;
}

.c-hl02:before {
	width: 20px;
}

.c-hl03:before {
	width: 20px;
}

.c-main01__cell {
	height: 150px;
}

.c-main01__en {
	font-size: 0.875rem;
}

.c-main01__ja {
	font-size: 1.75rem;
}

.c-contents01 .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.c-contents01 .c-hl01 {
	margin-bottom: 30px;
}

.c-contents01__desc {
	width: auto;
	margin-bottom: 40px;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

.c-contents01__btn01 .c-btn01 {
	width: 48%;
}

.c-contents01__btn01 .c-btn01.c-btn01 {
	margin-bottom: 0;
}

.c-contents01__btn01 .c-btn01:nth-child(odd) {
	float: left;
}

.c-contents01__btn01 .c-btn01:nth-child(even) {
	float: right;
}

.c-contents01__btn01 .c-btn01 {
	margin-left: auto;
	margin-right: auto;
}

.c-contents01__btn02 .c-btn01 {
	margin-left: auto;
	margin-right: auto;
}

.c-contents01__image {
	text-align: center;
	height: auto;
}

.c-contents01._type01 .c-contents01__desc {
	float: none;
}

.c-contents01._type02 .c-contents01__desc {
	float: none;
}

.c-shadow-box._pad01 {
	padding: 30px 15px;
}

.c-table01 th,
.c-table01 td {
	display: block;
}

.c-table01 th {
	width: auto;
	padding: 10px 0 5px;
}

.c-table01 td {
	padding: 0 0 10px;
}

.c-pagelink01 .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.c-pagelink01__image {
	width: 40%;
}

.c-pagelink01__desc {
	font-size: 1.125rem;
}

.c-pagelink01__btn .c-arrow01 {
	right: 10px;
}

.c-pagelink02 .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.c-pagelink02__image {
	width: 100px;
}

.c-pagelink02__child {
	width: 48%;
	margin-right: 0;
}

.c-pagelink02__child:nth-child(3n+1) {
	clear: none;
}

.c-pagelink02__child:nth-child(odd) {
	clear: both;
}

.c-pagelink02__child:nth-child(even) {
	float: right;
}

.p-contact01 .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.p-contact01__en01 {
	font-size: 1.875rem;
	margin-bottom: 0;
}

.sa--imgl {
	width: 100%;
	position: static;
}

.sa--imgl img {
	position: static;
	max-width: 100%;
}

.sa--imgr {
	width: 100%;
	position: static;
}

.sa--imgr img {
	position: static;
	max-width: 100%;
}

.g-header__inner {
	height: auto;
	background: none;
}

.g-header__head {
	height: 80px;
	background: #fff;
	z-index: 100;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.g-header .logo {
	width: 150px;
}

.g-navi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.g-navi__inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #F2F2F2;
	width: 80%;
	height: 100%;
	overflow-y: auto;
	position: absolute;
	right: -100%;
	top: 0;
	padding: 100px 15px 40px;
	-webkit-transition: right 0.5s;
	transition: right 0.5s;
}

.g-navi__list {
	float: none;
	max-width: 400px;
	margin: 0 auto;
}

.g-navi__list li {
	float: none;
}

.g-navi__list li:before {
	display: none;
}

.g-navi__list li a {
	padding: 15px 0;
}

.g-navi__btn {
	display: block;
	top: 10px;
}

.g-footer .info__sld {
	padding-right: 10px;
	margin-right: 10px;
}

.g-footer .info__sld img {
	width: 180px;
}

.g-footer .info__scgs img {
	width: 60px;
}

.g-footer .info__text01 {
	line-height: 1.4;
}

.g-footer .navi__list01 {
	width: 45%;
}

.g-footer .navi__list01:nth-child(1) {
	margin-right: 0;
}

.g-footer .navi__list01:nth-child(2) {
	float: right;
}

.g-footer .navi__list02 {
	width: auto;
	padding: 10px 20px;
	margin-top: 0;
}

.g-footer .navi__list02 > ul:nth-child(1) {
	float: none;
	width: 100%;
}

.g-footer .navi__list02 > ul:nth-child(2) {
	float: none;
	width: 100%;
}

.q-company-info .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.q-company-info .info {
	padding: 30px 15px;
}

.q-company-info .access .l-gray {
	padding: 30px 15px;
}

.q-company-info .access .map iframe {
	height: 250px;
}

.q-contact-form .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.q-contact-form .c-shadow-box {
	padding: 40px 15px;
}

.q-contact-form .formTable th,
.q-contact-form .formTable td {
	display: block;
}

.q-contact-form .formTable th {
	width: auto;
	padding-bottom: 5px;
	padding-left: 60px;
}

.q-contact-form .formTable .req {
	font-size: 0.75rem;
	right: auto;
	left: 0;
	top: 5px;
}

.q-contact-form .formTable textarea {
	min-height: 150px;
}

.q-contact-form .submit {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.q-contact-form .submit input {
	width: 100%;
	margin: 5px 0;
	padding: 13px 10px;
}

.q-contact-form .confirm .formTable th {
	padding-left: 0;
}

.q-greetings-comment .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.q-greetings-comment .image {
	padding: 5px 5px 30px;
}

.q-greetings-comment .comment {
	padding: 0 15px 30px;
}

.q-greetings-comment .comment__text01 {
	margin-bottom: 15px;
}

.q-greetings-comment .comment__text01 > p + p {
	margin-top: 15px;
}

.q-privacy-contents .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.q-privacy-contents .privacy__dl01 > div + div {
	margin-top: 30px;
}

.q-privacy-contents .privacy + .privacy {
	margin-top: 60px;
}

.q-privacy-contents .privacy__text01 > p + p {
	margin-top: 10px;
}

.q-recruit-contents .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.q-recruit-contents .recruit02 {
	margin-top: 60px;
}

.q-service-list .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.q-service-list .text01 {
	margin-bottom: 30px;
}

.q-service-list .service {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.q-service-list .service__image,
.q-service-list .service__desc {
	display: block;
}

.q-service-list .service__desc {
	width: auto;
	padding: 10px 15px 20px;
}

.q-service-list .service__name {
	font-size: 1.25rem;
}

.q-service-list .service__text01 {
	line-height: 1.8;
}

.q-service-list .service .c-btn01 {
	position: relative;
	bottom: auto;
	right: auto;
	margin: 20px auto 0;
}

.q-service-list .service__image {
	padding-top: 40%;
}

.q-service-list .service__child {
	display: block;
	height: auto;
}

.q-service-list .service__child .service__image {
	border-radius: 10px 10px 0 0;
}

.q-service-detail .l-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.q-service-detail .detail__num {
	font-size: 1.125rem;
}

.q-service-detail .detail__num:before {
	width: 15px;
	left: -20px;
	top: 13px;
}

.q-service-detail .detail__hl01 {
	font-size: 0.875rem;
}

.q-service-detail .detail > li {
	padding: 20px 20px;
}

.q-top-mv .movie__inner {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.q-top-mv .movie video {
	height: 100%;
	min-height: 483px;
}

.q-top-mv .l-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-left:30px;
	position: absolute;
top: 40%;
left: 50%;
-webkit-transform: translateY(-40%) translateX(-50%);
transform: translateY(-40%) translateX(-50%);
}

.q-top-mv .catch {
	padding-top: 0;
	font-size: 1.3rem;
	line-height: 1.3;
	margin-bottom:0;
}

.q-top-mv .text01 {
	font-size: 0.75rem;
	font-weight: normal;
}


.q-top-lead .frame {
	margin-top: -20px;
	margin-top:20px;
	padding: 40px 15px 40px;
	line-height: 1.8;
}

.q-top-lead .en img {
	width: 200px;
}

.q-top-lead .catch {
	font-size: 0.875rem;
}

.q-top-lead .text01 {
	font-size: 0.75rem;
}

.q-top-service .service__desc {
	padding: 20px 15px;
}

.q-top-service .service__name {
	font-size: 1.125rem;
}

.q-top-service .service__text01 {
	line-height: 1.6;
}

.q-top-service .service__child {
	width: 48%;
	margin-bottom: 30px;
}

.q-top-works .l-inner {
	padding-top: 60px;
	padding-bottom: 40px;
}

.q-top-works .works__child {
	width: 48%;
	margin-right: 0;
	margin-bottom: 40px;
}

.q-top-works .works__child:nth-child(3n+1) {
	clear: none;
}

.q-top-works .works__child:nth-child(odd) {
	clear: both;
}

.q-top-works .works__child:nth-child(even) {
	float: right;
}

.q-top-works .works__image {
	margin-bottom: 10px;
}

.q-top-works .works__text01 {
	line-height: 1.8;
}

}

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

.c-pagelink02__child {
	float: none;
	width: auto;
}

.c-pagelink02__child:nth-child(even) {
	float: none;
}

}

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

.g-footer .navi__list01 {
	float: none;
	width: auto;
}

.g-footer .navi__list01:nth-child(2) {
	float: none;
}

.q-top-service .service__child {
	width: 100%;
}

.q-top-service .service__child:nth-child(odd) {
	float: none;
}

.q-top-service .service__child:nth-child(even) {
	float: none;
}
.q-service-detail .detail__image img {
    position: initial;
    margin-top: 10px;
}

}

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

.q-top-mv .catch {
	font-size: 1.25rem;
}

.q-top-works .works__child {
	float: none;
	width: 100%;
}

.q-top-works .works__child:nth-child(even) {
	float: none;
}

}



.video-container{
	position: fixed;
	top: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0.1;
	opacity: 0.4;
  }
  .video-container video{
	height:100%;
  }

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

	.video-container video{
		width:unset;
		height:100%;
	  }
  }

