@charset "utf-8";
/* setting
===========================*/
* {
	font-style: normal;
}

html {
	font-size: 6.25%;
	/* 1rem = 1px */
}

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	/*font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;*/
	font-size: 14em;
	color: #646464;
	line-height:1.6;
	min-width: 320px;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	/*-ms-flex-align: center;
		-webkit-align-items: center;
	align-items: center;*/
	background-color: #F9F9F9;
}

@media screen and (max-width: 850px) {
	body {
		font-size: 13rem;
	}
}

ul {
	list-style:none;
	width: 100%;
}

form {
	position: relative;
}



/* a
===========================*/
a {
	text-decoration: none;
	display: inline-block;
}

a:link,
a:visited {
	color: #3B262D;
}

a:hover {
	text-decoration: none;
	/*color: #AC162C;*/
}

a:active {
	/*color: #AC162C;*/
}


/* table
===========================*/
table,
thead,
tbody,
tr,
th,
td {
	text-align: left;
	vertical-align: top;
}

table {
	width: 100%;
	border-collapse:collapse;
}

/* clearfix
================================== */
.cf:after { content: ""; clear: both; display: block; }


img {
	max-width: 100%;
	vertical-align: bottom;
}
.inner {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}


main {
	margin-top: 82px;
}

@media screen and (max-width: 1200px) {	
	main {
		margin-top: 70px;
	}
}

main > div:nth-of-type(n+2) {
	margin: 60px auto 240px;
}

@media screen and (max-width: 770px) {	
main > div:nth-of-type(n+2) {
	margin: 60px auto 200px;
}
}

@media screen and (max-width: 770px) {	
main > div:nth-of-type(n+2) {
	margin: 60px auto 160px;
}
}

header, #mainVisual2 .inner, h2,
h3, .btn01, .btn02, .clm3Design01 > section p.number,
.tel, .tel02, .fax, table th, dl dt {
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #3B262D;
}

header {
	z-index: 30000;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	width: 100%;
	box-shadow: 0 0 2px rgba(0,0,0,.09);
}

.headerLogo {
	padding-left: 20px;
}

@media screen and (max-width: 770px) {
	.headerLogo {
	padding-left: 12px;
}
}

h1 {
	font-size: 1.4em;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

#logo {
	width: 60%;
	height: auto;
	margin-bottom: 3px;
}

@media screen and (max-width: 770px) {
	h1 {
	font-size: 1.1em;
	}
	#logo {
		width: 80%;
	}
}

#menu {
	display: flex;
	align-items: center;
}
#menu li {
	margin-right: 30px;
}

#menu li a {
	position: relative;
}

#menu li a:before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 50%;
	border-bottom: 2px solid #749E00;
	width: 0;
	transition: .3s;
}

#menu li a:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-bottom: 2px solid #749E00;
	width: 0;
	transition: .3s;
}

#menu li.recruit,
#menu li.contact {
	width: 150px;
	margin-right: 0;
	font-weight: bold;
}

#menu li.recruit a,
#menu li.contact a {
	display: block;
	text-align: center;
	padding: 30px 24px;
}

#menu li.recruit a:before,
#menu li.contact a:before,
#menu li.recruit a:after,
#menu li.contact a:after {
	border-bottom: none;
}

#menu li.recruit {
	border-left: 1px solid #C7C7C7;
}

#menu li.recruit a {
	background: linear-gradient(to bottom, #fff 50%, #8EC300 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: all .4s ease 0s;
  text-decoration: none;
	position: relative;
}

#menu li.contact a {
	background: linear-gradient(to bottom, #1A005D 50%, #fff 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: all .4s ease 0s;
  text-decoration: none;
	color: #fff;
}

/* heading design
===========================*/
h2 {
	margin-bottom: 24px;
	letter-spacing: 0.1em;
	font-size: 2em;
	line-height: 1.4;
	font-weight: bold;
}

h2 > span {
	display: block;
	margin-bottom: 8px;
	color: #749E00;
	font-size: 0.5em;
	letter-spacing: 0.06em;
}

h2 > span > span {
	display: inline-block;
	border-bottom: 1.5px solid #749E00;
}

@media screen and (max-width: 1024px) {
	h2 {
		font-size: 1.6em;
		margin-bottom: 20px;
	}
}

h3 {
	font-size: 1.4em;
	line-height: 1.4;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-weight: 500;
}

h3 span {
	display: inline-block;
	margin-right: 8px;
	color: #749E00;
	font-size: 0.8em;
	letter-spacing: 0.06em;
	font-weight: bold;
}

/* column design
===========================*/
.clm2Design01, .clm2Design02A,
.clm3Design01, .clm3Design02 {
	display: flex;
	justify-content: space-between;
}

.clm2Design01 > .txtArea {
	width: 50%;
}

.clm2Design01 >.w100 {
	width: 100%!important;
	margin-bottom: 40px;
}

.clm2Design01 > .imgArea01, 
.clm2Design01 > .imgArea02 {
	position: relative;
	width: 46%;
	height: 100%;
	margin: auto 0;
}

.clm2Design01 > .imgArea01:after,
.clm2Design01 > .imgArea02:after {
	content: "";
	position: absolute;
	top: 20%;
	left: 10%;
	width: 1000px;
	height: 300px;
	background-color: #8EC300;
	overflow: hidden;
	z-index: -1;
}
.clm2Design01 > .imgArea01 img,
.clm2Design01 > .imgArea02 img {
	width: 85%;
	height: 85%;
	z-index: 1000;
	box-shadow: 2px 2px 2px 1px rgba(25,32,55,.3);	
}

.clm2Design01 > .imgArea02 img {
	width: 70%;
	margin-bottom: 12px;
}

.clm2Design01 > .imgArea02 img:last-child {
	margin-bottom: 28px;
}

.clm2Design01 > .imgArea02 img:nth-of-type(2n) {
	margin-left: 20%;
}

.clm2Design01 > .imgArea02 iframe {
	margin-left: 20%;
	width: 70%;
	height: 300px;
}

@media screen and (max-width: 1024px) {
	.clm2Design01 {
	display: block;
}
	.clm2Design01 > .txtArea {
	width: 100%;
	margin-bottom: 30px;
}

.clm2Design01 > .imgArea01 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 30px;
}
.clm2Design01 > .imgArea02 {
display: flex;
width: 100%;
justify-content: center;
}
	
.clm2Design01 > .imgArea01 img,
.clm2Design01 > .imgArea02 img {
max-width: 100%;
width: auto;
z-index: 1000;
}
	
.clm2Design01 > .imgArea02 img {
width: 45%;
height: 45%;
}

.clm2Design01 > .imgArea02 iframe {
	width: 45%;
	height: 260px;
	margin-left: 20px;
}
	
	
	.clm2Design01 > .imgArea02 img:first-child {
	margin-bottom: 30px;
}
	.clm2Design01 > .imgArea02 img:nth-of-type(2n) {
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 0;
}
	
	.clm2Design01 > .imgArea01:after,
	.clm2Design01 > .imgArea02:after {
	height: 90%;
}
}

@media screen and (max-width: 770px) {
.clm2Design01 > .imgArea01,
.clm2Design01 > .imgArea02 {
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-left: 0;
	text-align: center;
}
	
	.clm2Design01 > .imgArea01 img,
	.clm2Design01 > .imgArea02 img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
}
	
	.clm2Design01 > .imgArea02 img:first-child {
	margin-bottom: 0;
}
	
	.clm2Design01 > .imgArea02 img:nth-of-type(n+2) {
	margin-top: 20px;
	margin-left: auto;
}
	
	.clm2Design01 > .imgArea02 img:nth-of-type(2n) {
	margin-left: auto;
}
	
.clm2Design01 > .imgArea02 iframe {
	max-width: 460px;
	width: 100%;
	height: 300px;
	margin-top: 20px;
	margin-left: 0;
}
	
	.clm2Design01 > .imgArea01:after,
	.clm2Design01 > .imgArea02:after {
	height: 60%;
	left: 30%;
}
}

.clm2Design02A {
	margin-bottom: 100px;
}
.clm2Design02A > * {
	width: 48%;
}

.clm2Design02A .imgArea {
	position: relative;
}

.clm2Design02A .imgArea img {
	box-shadow: 1px 1px 0 1px rgba(25,32,55,.2);
}

.clm2Design02A .imgArea:after {
	content: "";
	position: absolute;
	top: 30%;
	right: 5%;
	width: 1000px;
	height: 80%;
	background-color: #8EC300;
	overflow: hidden;
	z-index: -1;
}

@media screen and (max-width: 770px) {
	.clm2Design02A {
		display: flex;
		margin-bottom: 70px;
		flex-wrap: wrap;
	}
	
	.clm2Design02A > * {
	width: 100%;
}
	
	.clm2Design02A section {
		order: 1;
		margin-bottom: 40px;
	}
	
	.clm2Design02A .imgArea {
		text-align: center;
		order: 2;
	}
	
}

.clm2Design03A {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 120px;
}

.clm2Design03A section {
	position: relative;
	margin: 0 40px 0 10%;
	width: calc(50% - 40px);
}

.clm2Design03A section p.number {
	position: absolute;
	top: -100px;
	left: -150px;
	color: #5E5E5E;
	font-size: 150px;
	line-height: 0.9;
	opacity: 0.04;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
}

.clm2Design03A section:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: -30px;
	left: -1500px;
	width: 3000px;
	height: calc(100% + 60px);
	background-color: #fff;
}

.clm2Design03A .imgArea {
	width: 40%;
}

.clm2Design03A .imgArea img,
.clm2Design03B .imgArea img {
	box-shadow: 1px 1px 0 1px rgba(25,32,55,.2);
}

.clm2Design03B {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
	margin-bottom: 120px;
}

.clm2Design03B section {
	position: relative;
	margin: 0 10% 0 40px;
	width: calc(50% - 40px);
}


.clm2Design03B section p.number {
	position: absolute;
	top: -100px;
	right: -150px;
	color: #5E5E5E;
	font-size: 150px;
	line-height: 0.9;
	opacity: 0.04;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
}

.clm2Design03B section:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: -30px;
	left: -1500px;
	width: 3000px;
	height: calc(100% + 60px);
	background-color: #fff;
}

.clm2Design03B .imgArea {
	width: 40%;
}

@media screen and (max-width: 1024px) {
	.clm2Design03A section p.number {
	top: -100px;
	left: -130px;
}
	.clm2Design03B section p.number {
	top: -100px;
	right: -130px;
}
}


@media screen and (max-width: 770px) {
	.clm2Design03A,
	.clm2Design03B {
	display: block;
	margin-bottom: 140px;
}
	
	.clm2Design03A section,
	.clm2Design03B section {
	width: 100%;
	margin: 0 0 24px 0;
}
	
	.clm2Design03A section:after,
	.clm2Design03B section:after {
	top: -30px;
	left: -1000;
	width: 3000px;
	height: calc(100% + 100px);
	background-color: #fff;
}
	
	.clm2Design03A .imgArea,
	.clm2Design03B .imgArea {
	width: 100%;
	text-align: center;
}
	
	.clm2Design03A section p.number {
	top: -90px;
	left: 0px;
	font-size: 120px;
}
	
	.clm2Design03B section p.number {
	top: -90px;
	right: 	0px;
	font-size: 120px;
}
}

/*数字無し*/
.clm2Design04A,.clm2Design04B {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

.clm2Design04A .imgArea,
.clm2Design04B .imgArea {
	width: 40%;
}

.clm2Design04B {
	flex-flow: row-reverse;
}

.clm2Design04A section {
	position: relative;
	margin: 0 40px 0 0;
	width: calc(60% - 40px);
}

.clm2Design04B section {
	position: relative;
	margin: 0 0 0 40px;
	width: calc(60% - 40px);
}

.clm2Design04A section:after,
.clm2Design04B section:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: -30px;
	left: -1500px;
	width: 3000px;
	height: calc(100% + 60px);
	background-color: #fff;
}

.clm2Design04A .imgArea img,
.clm2Design04B .imgArea img{
	box-shadow: 1px 1px 0 1px rgba(25,32,55,.2);
}


@media screen and (max-width: 770px) {	
.clm2Design04A,.clm2Design04B {
	display: block;
	margin-bottom: 100px;
}
.clm2Design04A .imgArea,
.clm2Design04B .imgArea {
	width: 100%;
	text-align: center;
}
	.clm2Design04A section,
	.clm2Design04B section {
	margin: 0 0 24px 0;
	width: 100%;
}

.clm2Design04A section:after,
.clm2Design04B section:after {
	top: -30px;
	left: -1500px;
	width: 3000px;
	height: calc(100% + 100px);
	background-color: #fff;
}	
	
}

.clm2, .clm2B {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.clm2B {
	flex-flow: row-reverse;
}

.clm2 > *,
.clm2B > * {
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	margin-bottom: 40px;
}

.clm2 > *:nth-of-type(2n),
.clm2B > *:nth-of-type(2n) {
	margin-right: 0;
}

.clm2 .imgArea {
	text-align: center;
}

.clm2 img:nth-of-type(n+2) {
	margin-top: 10px;
}

.clm2 .imgArea iframe {
	max-width: 460px;
	width: 100%;
	height: 48%;
	margin-top: 20px;
}

@media screen and (max-width: 770px) {	
	.clm2, .clm2B {
	display: block;
}
	
	.clm2 > *,
	.clm2B > * {
	width: 100%;
	margin-right: 0;
	margin-bottom: 45px;
}
	
.clm2 .imgArea iframe {
	max-width: 460px;
	width: 100%;
	height: 300px;
}
	
}

/*3カラム*/
.clm3Design01 li,
.clm3Design02 li {
	width: calc((100% - 40px) / 4);
	box-shadow: 1px 1px 0 1px rgba(25,32,55,.2);
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

.clm3Design01 {
	position: relative;
	margin-bottom: 280px;
}
.clm3Design01:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 60%;
	background-color: #8EC300;
	overflow: hidden;
	z-index: -1;
}

.clm3Design01 li p.number {
	position: absolute;
	top: -30px;
	left: 20px;
	font-weight: bold;
	font-size: 3em;
	color: #749E00;
}

.clm3Design01 li:first-child {
	margin-top: 120px;
	margin-bottom: 0;
}

.clm3Design01 li:nth-of-type(2) {
	margin-top: 80px;
	margin-bottom: 40px;
}

.clm3Design01 li:nth-of-type(3) {
	margin-top: 40px;
	margin-bottom: 80px;
}

.clm3Design01 li:last-child {
	margin-top: 0;
	margin-bottom: 120px;
}

.clm3Design01 .txtArea,
.clm3Design02 .txtArea {
	padding: 20px;
}

@media screen and (max-width: 770px) {
	.clm3Design01,
	.clm3Design02 {
		max-width: 100%;
		width: 65%;
		display: block;
		margin: 30px auto;
	}
	
	.clm3Design01 li,
	.clm3Design02 li {
	margin: 0 15px 0 0;
	box-shadow: none;
	background-color: transparent;
}
	

.slick-track > li {
	box-shadow: 1px 1px 0 1px rgba(25,32,55,.2);
	background-color: #ffffff;
}

	
.clm3Design01 li:last-child,
.clm3Design02 > li:last-child {
	margin-right: 0;
}
	
	.clm3Design01 li .txtArea {
		max-width: 460px;
	}

	.clm3Design01 img {
		max-width: 100%;
	}
	
	.clm3Design01 li:first-child {
	margin-top: 30px;
	margin-bottom: 30px;
}

.clm3Design01 li:nth-of-type(2) {
	margin-top: 30px;
	margin-bottom: 30px;
}

.clm3Design01 li:nth-of-type(3) {
	margin-top: 30px;
	margin-bottom: 30px;
}

.clm3Design01 li:last-child {
	margin-top: 30px;
	margin-bottom: 30px;
}
}

@media screen and (max-width: 550px) {
	.clm3Design01,
	.clm3Design02 {
		width: 85%;
	}
}

.clm3 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.clm3 > *{
	width: calc((100% - 40px)/3);
	margin-right: 20px;
}

.clm3 > *:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 770px) {
	.clm3 {
	display: block;
	text-align: center;
}
	
	.clm3 > *{
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
}

}

/* tableデザイン
===========================*/
table th {
	padding-top: 2px;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.tableDesign01 th{
	width: 8%;
	padding-bottom: 12px;
}

.tableDesign01 td{
	width: 92%;
	padding-bottom: 12px;
}

.tableDesign01 tr:last-child th,
.tableDesign01 tr:last-child td {
	padding-bottom: 0;
}

@media screen and (max-width: 770px) {	
.tableDesign01 th{
	display: block;
	width: 100%;
	padding-bottom: 3px;
}

.tableDesign01 td{
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
	
.tableDesign01 tr:last-child th {
	padding-bottom: 3px;
}

}

.tableDesign02 {
	border-collapse: separate;
	border-spacing: 3px;
}

.tableDesign02 th,
.tableDesign02 td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.tableDesign02 tr th{
	width: 18%;
	text-align: center;
	border-left: 3px solid #8EC300;
}

.tableDesign02 tr:first-child th {
	border-left: 3px solid #193B75;
}

.tableDesign02 td{
	width: 80%;
}

@media screen and (max-width: 770px) {	
.tableDesign02 tr th{
	width: 20%;
}

.tableDesign02 tr td{
	width: 80%;
}

}

.tableDesign03 th,
.tableDesign03 td {
	padding: 16px 0;
	border-top: 1px solid #CCCCCC;
}

.tableDesign03 tr:first-child th,
.tableDesign03 tr:first-child td {
	padding: 0 0 16px;
	border-top: none;
}

.tableDesign03 th {
	width: 25%;
}

.tableDesign04 th,
.tableDesign04 td {
	padding-bottom: 16px;
}

.tableDesign04 tr:last-child th,
.tableDesign04 tr:last-child td {
	padding-bottom: 0;
}

.tableDesign04 th {
	position: relative;
	color: #8EC300;
	width: 25%;
	padding-top: 0;
}

.tableDesign04 th:before {
	position: absolute;
	content: "";
	top: 2px;
	left: -56px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #8EC300;
}

.tableDesign04 th:after {
	position: absolute;
	content: "";
	top: 2px;
	left: -52px;
	width: 2px;
	height: 100%;
	background-color: #8EC300;
}

@media all and (-ms-high-contrast: none){
  *::-ms-backdrop, .tableDesign04 th:after { height: 200%; } /* IE11 */
}

@media screen and (max-width: 770px) {	
	.tableDesign04 th:before {
	left: -22px;
	width: 8px;
	height: 8px;
}

.tableDesign04 th:after {
	left: -19px;
}
	
	.tableDesign04 th {
	width: 30%;
}
	
	.tableDesign04 td {
	width: 60%;
}
	
}

dl.dlDesign01 dt {
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0.1em;
}

dl.dlDesign01 dd {
	margin-bottom: 20px;
}

.dlDesign02 {
	display: flex;
	margin-bottom: 50px;
}

.dlDesign02 > dt,
.dlDesign02 > dd {
	padding-top: 16px;
	padding-bottom: 16px;
} 
.dlDesign02 > dt {
	width: 30%;
	color: #749E00;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.dlDesign02 > dt span {
	display: block;
	font-size: 0.4em;
}

.dlDesign02 > dd {
	width: 70%;
	padding-left: 50px;
	border-left: 2px solid #8EC300;
}

@media screen and (max-width: 770px) {	
	.dlDesign02 {
		display:block;
	}

	.dlDesign02 > dt {
		width: 100%;
	}
	
	.dlDesign02 > dd {
		width: 100%;
		padding-left: 20px;
	}
}

.dlDesign03 {
	display: flex;
	margin-bottom: 50px;
}

.dlDesign03 > dt,
.dlDesign03 > dd {
	padding-top: 16px;
	padding-bottom: 16px;
} 
.dlDesign03 > dt {
	width: 30%;
	color: #749E00;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.dlDesign03 > dt span {
	display: block;
	font-size: 0.4em;
}

.dlDesign03 > dd {
	width: 70%;
	padding-left: 50px;
}

@media screen and (max-width: 770px) {	
	.dlDesign03 {
		display:block;
	}

	.dlDesign03 > dt {
		width: 100%;
	}
	
	.dlDesign03 > dd {
		width: 100%;
		padding-left: 20px;
	}
}

.dlDesign04 {
	display: flex;
	flex-wrap: wrap;
}

.dlDesign04 dt,
.dlDesign04 dd {
	padding-bottom: 8px;
}

.dlDesign04 dt {
	color: #8EC300;
	width: 15%;
	font-weight: 700;
}

.dlDesign04 dd {
	width: 85%;
}

/*テキスト系*/
.leadTxt {
	margin-bottom: 40px;
}

.txtDesign01 {
	margin-left: 5px;
	padding-left: 12px;
	border-left: 3px solid #749E00;
}

/*ボタン*/
.btn01 a {
	padding: 10px 36px 10px 22px;
	border: 1px solid #749E00;
	border-radius: 30px;
	color: #749E00;
	position: relative;
	box-shadow: 2px 2px 0 0 #749E00;
	transition: .2s;
	background-color: #fff;
}

.btn01 a:after {
	content: "";
	position: absolute;
	top: 16px;
	right: 22px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #749E00;
	border-right: 2px solid #749E00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .6s;
}

.btn02 {
	margin-top: 8px;
}

.btn02 a {
	padding: 3px 30px 3px 18px;
	border: 1px solid #749E00;
	border-radius: 30px;
	color: #749E00;
	position: relative;
	box-shadow: 2px 2px 0 0 #749E00;
	transition: .2s;
	font-weight: 600;
	letter-spacing: 0.1em;
	background-color: #fff;
}

.btn02 a:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #749E00;
	border-right: 2px solid #749E00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .6s;
}

@media screen and (max-width: 770px) {	
	.btn02 a {
		width: 100%;
		text-align: center;
	}
	
	.btn02 a:after {
	top: 9px;

}
}

/* ハンバーガーメニュー
===========================*/
@media screen and (min-width: 1201px) {
	.spMenu {
		display: none;
		}
	nav {
		display: block;
}
}


@media screen and (max-width: 1200px) {
	.spMenu {
		display: block;
	}
	
	header {
		height: 70px;
	}
	
	nav {
		position: fixed;
		top: 70px;
		right: -100vw;
		width: 40%;
		height: 100vh;
		background: #fff;
		transition: .6s;
	}
	
.active nav {
		display: block;
		right: 0;
	}
	
	#menu {
		display: block;
	}
	
	nav ul {
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	
	#menu li {
		margin-right: 0;
	}
	
	#menu li a {
		width: 100%;
		padding: 8px;
		margin-bottom: 8px;
	}
	
#menu li a:before,
#menu li a:before,
#menu li a:after,
#menu li a:after {
	border-bottom: none;
}
	
	#menu li.recruit,
	#menu li.contact {
		width: 100%;
	}
	
	#menu li.recruit {
		margin-top: 16px;
		border-left: none;
	}
	
	#menu li.recruit a,
	#menu li.contact a {
		padding: 16px;
		border-radius: 4px;
	}
	
	#menu li.recruit a{
		background: #749E00;
		color: #fff;
	}
	
	#menu li.contact a{
		background: #1A005D;
		color: #fff;
	}
	
#layer.sp-layer {
	display: block;
	background-color: #000;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: 100;
}
	
.spMenu {
	margin-right: 20px;
	width: 40px;
	height: 40px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 40px;
	background-color: #8EC300;
	border-radius: 50%;
}
.menu-trigger span {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
  top: 12px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 12px;
}

.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-315deg);
  transform: translateY(7px) rotate(-315deg);
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}

}

@media screen and (max-width: 770px) {
	nav {
		width: 55%;
		padding: 10px;
		}
	.spMenu {
		margin-right: 10px;
		width: 30px;
		height: 30px;
	}
	
	#menu li a:hover {
		opacity: 1;
	}
	
	.menu-trigger {
		width: 30px;
		height: 30px;
	}
	
	.menu-trigger span {
  position: absolute;
  left: 8px;
  width: 14px;
  height: 2px;
}
	
	.menu-trigger span:nth-of-type(1) {
  top: 10px;
	}
	.menu-trigger span:nth-of-type(2) {
	top: 14px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 10px;
	}
	
	.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-315deg);
  transform: translateY(4px) rotate(-315deg);
	}
	.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-5px) rotate(315deg);
		transform: translateY(-5px) rotate(315deg);
	}
	
}

@media screen and (max-width: 550px) {
	nav {
		width: 70%;
		}
	nav ul {
		padding: 0;
	}
}

/* 固有のもの
===========================*/
#topMessage {
	background: url("../img/index_bg01.png") no-repeat bottom 0 left 0;
	background-size: cover;
	width: 100%;
	height: 75vh;
	margin: 0 auto 120px;
	position: relative;
}

#topMessage:after {
	position: absolute;
	top: 3%;
	right: -20px;
	content: "MESSAGE";
	white-space: pre;
	color: #749E00;
	font-size: 180px;
	line-height: 0.9;
	opacity: 0.06;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
	z-index: 1;
}

#topMessage .inner {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}

#topMessage .txtArea {
	z-index: 100;
	position: absolute;
	top: 18%;
	right: 3%;
	width: 50%;
	padding: 30px 20px;
	background-color:rgba(255,255,255,0.6);
}

#topMessage .imgArea {
	position: absolute;
	top: 15%;
	left: 12%;
	width: 40%;
	z-index: 10;
}


@media screen and (max-height: 800px) {
	#topMessage {
	height: 100vh;
}
	#topMessage .txtArea {
	top: 10%;
	right: 0%;
	width: 55%;
}
	#topMessage .imgArea {
	left: 8%;
}
}

@media screen and (max-width: 770px) {
	#topMessage {
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 50px 20px 30px;
	margin-bottom: 120px;
}
	
	#topMessage .inner {
	width: 100%;
	padding: 30px;
	background-color:rgba(255,255,255,0.6);
}
	
	#topMessage .txtArea {
	position: static;
	margin-bottom: 24px;
	width: 100%;
	padding: 0;
	background-color: transparent;
}

#topMessage .imgArea {
	position: static;
	text-align: center;	
	width: 100%;
}
#topMessage:after {
	top: 20px;
	right: -15px;
	font-size: 100px;
	font-weight: 700;
	content: "MESS\A-AGE";
	text-align: right;
}
}

#blog {
	position: relative;
	margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
	#blog {
		margin-bottom: 140px;
	}
}

#blog:after {
	position: absolute;
	top: -50px;
	left: -25px;
	content: "NEW\APOST";
	white-space: pre;
	color: #749E00;
	font-size: 180px;
	line-height: 0.9;
	opacity: 0.06;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
}

@media screen and (max-width: 770px) {
	#blog:after {
	top: -40px;
	left: -15px;
	font-size: 120px;
	font-weight: 700;
}
}

.btnArea {
	margin-top: 20px;
	color: #777777;
}

.btnArea p:first-child {
    position: relative;
    top: -4px;
    display: inline;
    font-size: 0.8em;
}

.letsVote {
    display: inline-block;
}

.btn_vote {
    display: inline-block;
    width: 80px;
    height: 32px;
    cursor: pointer;
    background: #ccc url(/blog/images/btn_good.png) no-repeat center center;
    background-size: 32px 32px;
    border-radius: 25px;
}

.btn_vote.on {
    background-color: #E63737;
}

.num_vote {
    position: relative;
    top: -6px;
    height: 40px;
    margin: 0 0 0 8px;
}

#blog .inner {
	position: relative;
}

#blog .inner .btn01 {
	position: absolute;
	bottom: -20px;
	right: 0;
	font-weight: 500;
}

@media screen and (max-width: 1024px) {
	#blog .inner .btn01 {
	bottom: -100px;
	right: 30px;
	}
}

@media screen and (max-width: 770px) {
	#blog .inner .btn01 {
	bottom: -100px;
	right: 15%;
	width: 70%;
	}
	
	#blog .inner .btn01 a {
	width: 100%;
	padding: 16px 36px 16px 22px;
	}
	
	#blog .inner .btn01 a:after {
		top: 20px;
	}
}

#service{
	position: relative;
}

#service:after {
	position: absolute;
	top: -60px;
	left: -10px;
	content: "SERVICE";
	white-space: pre;
	color: #749E00;
	font-size: 180px;
	line-height: 0.9;
	opacity: 0.04;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	#service:after {
	top: -40px;
	left: -15px;
	font-size: 140px;
	font-weight: 700;
}
}

@media screen and (max-width: 770px) {
	#service:after {
	content: "SER\A-VICE";
	top: -70px;
	left: -15px;
	font-size: 120px;
}
}

#recruit{
	position: relative;
	margin-bottom: 200px;
}

#recruit:after {
	position: absolute;
	top: -60px;
	right: -10px;
	content: "RECRUIT";
	white-space: pre;
	color: #749E00;
	font-size: 180px;
	line-height: 0.9;
	opacity: 0.04;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
}

@media screen and (max-width: 770px) {
#recruit{
	margin-bottom: 100px;
}
#recruit:after {
	top: -60px;
	right: -10px;
	font-size: 120px;
	content: "REC\A-RUIT";
	text-align: right;
}
}

#interview{
	position: relative;
}

#interview:after {
	position: absolute;
	top: -60px;
	left: -15px;
	content: "INTERVIEW";
	white-space: pre;
	color: #749E00;
	font-size: 180px;
	line-height: 0.9;
	opacity: 0.04;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
}

@media screen and (max-width: 770px) {
#interview:after {
	top: -60px;
	left: -15px;
	font-size: 120px;
	content: "INTER\A-VIEW";
}
}

#customerVoice{
	position: relative;
}

#customerVoice:after {
	z-index: -100;
	position: absolute;
	top: -60px;
	right: -15px;
	text-align: right;
	content: "CUSTOMER\AVOICE";
	white-space: pre;
	color: #749E00;
	font-size: 170px;
	line-height: 0.9;
	opacity: 0.04;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
}

@media screen and (max-width: 770px) {
#customerVoice:after {
	top: -60px;
	right: -15px;
	font-size: 100px;
	content: "CUSTO\A-MER\AVOICE";
}
}

.tel {
	margin-top: 20px;
	font-size: 1.8em;
	font-weight: bold;
}

.tel a {
	color: #646464;
}

.tel span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	padding: 0 6px;
	background-color: #1A005D;
	color: #ffffff;
	font-size: 0.6em;
}

.txtCaution {
	position: relative;
	font-size: 0.9em;
	margin-left: 16px;
}

.txtCaution:after {
	content: "※";
	position: absolute;
	top: 0;
	left: -16px;
}

.pickUp {
	margin-bottom: 100px;
}

.pickUp h3 {
	position: relative;
	padding-left: 28px;
}

.pickUp h3:before {
	content: "!";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1A005D;
	width: 22px;
	height: 22px;
	padding-left: 8px;
	border-radius: 50%;
	font-size: 0.9em;
	color: #fff;
}

.pickUp > div {
	background-color: #fff;
	padding: 24px 30px;
	box-shadow: 1px 1px 0 1px rgba(25,32,55,.2);
}

@media screen and (max-width: 770px) {
	.pickUp {
	margin-bottom: 130px;
}
	.pickUp > div {
	padding: 24px 20px;
}
}

#company{
	position: relative;
}

#company:after {
	position: absolute;
	top: 165px;
	right: -18px;
	text-align: right;
	content: "COMPANY";
	white-space: pre;
	color: #fff;
	font-size: 170px;
	line-height: 0.9;
	opacity: 0.2;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
}

#company h2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-bottom: 80px;
	color: #fff;
	height: 280px;
	background: url(../img/company_bg01.jpg) no-repeat #3B262D top 0 left 50%;
	background-size: cover;
}

#company h2 span {
	color: #fff;
}

#company h2 > span > span {
	display: inline-block;
	border-bottom: 1.5px solid #fff;
}

@media screen and (max-width: 1024px) {
	#company:after {
	top: 210px;
	right: -15px;
	font-size: 120px;
}
}

@media screen and (max-width: 550px) {
	#company h2 {
		height: 200px;
		margin-bottom: 20px;
	}
	
	#company:after {
	top: 150px;
	right: -15px;
	font-size: 65px;
}
}

#contact {
	position: relative;
	background-color: #1A005D;
	color: #D4E5F5;
	margin: 240px auto 0;
	padding: 50px;
}

#contact:after {
	position: absolute;
	top: -130px;
	left: -15px;
	text-align: right;
	content: "CONTACT";
	white-space: pre;
	color: #1A005D;
	font-size: 170px;
	line-height: 0.9;
	opacity: 0.08;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
}

#contact .inner {
	display: flex;
	justify-content: space-between;
}

#contact h2,
#contact > section >div {
	padding: 30px 0;
}

#contact h2 {
	width: 30%;
	color: #fff;
}

#contact h2 > span > span {
	color: #D4E5F5;
	border-bottom: 1.5px solid #D4E5F5;
}

#contact > section >div {
	width: 70%;
	padding-left: 50px;
	border-left: 2px solid #D4E5F5;
}

#contact .tel02,
#contact .fax {
	margin: 0 0 8px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

#contact .tel02 a {
	font-size: 48px;
	color: #fff;
}

#contact .fax {
	font-size: 36px;
	color: #D4E5F5!important;
}

#contact .tel02 span,
#contact .fax span {
	color: #D4E5F5!important;
	font-size: 24px;
	margin-right: 16px;
}

@media screen and (max-width: 770px) {
#contact{
	margin: 100px auto 0;
	padding: 20px 0;
}
	
#contact .inner {
	display: block;
}

#contact h2,
#contact > section >div {
	width: 100%;
}

#contact h2 {
padding: 0;
}	

#contact > section >div {
padding: 12px ;
}
	
#contact:after {
top: -90px;
left: -15px;
font-size: 120px;
line-height: 0.9;
opacity: 0.08;
}

#contact .tel02 a {
font-size: 28px;
}

#contact .fax {
	font-size: 24px;
	color: #D4E5F5;
}

#contact .tel02 span,
#contact .fax span {
	color: #D4E5F5;
	font-size: 13px;
	margin-right: 10px;
}

	#contact .fax a {
		color: #D4E5F5;
	}
	
	#contact .tel02 span:last-child {
		margin-right: 0;
	}
	
}

@media screen and (max-width: 550px) {
#contact:after {
top: -45px;
left: -10px;
font-size: 62px;
opacity: 0.15;
}
	
}

@media screen and (min-width: 771px) {
a[href^="tel:"] {
pointer-events: none;
}
	
}

.nittsuLogo {
	margin: 40px 0 20px;
}

footer {
	padding: 16px;
	color: #DFE3EF;
	background-color: #2A2640;
	text-align: center;
}

small {
	font-size: 12px;
}

.pageTop {
	cursor: pointer;
	content: "";
	position: fixed;
	right: 3%;
	bottom: 70px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 3px solid #8EC300;
	background-color: #fff;
	text-align: center;
	transition: .3s;
	z-index: 20000;
}

.pageTop span {
	position: relative;
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
}

.pageTop span:before {
	content: "";
	z-index: 500;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 4px;
	height: 28px;
	background-color: #8EC300;
	transition: .4s;
}

.pageTop span:after {
	content: "";
	z-index: 500;
	position: absolute;
	top: 21px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	border-top: 4px solid #8EC300;
	border-right: 4px solid #8EC300;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: .4s;
}

@media screen and (max-width: 770px) {
.pageTop {
	right: 6%;
	bottom: 20px;
	width: 45px;
	height: 45px;
}
	
.pageTop span:before {
	top: 11px;
	width: 3px;
	height: 18px;
}

.pageTop span:after {
	top: 11px;
	width: 11px;
	height: 11px;
	border-top: 3px solid #8EC300;
	border-right: 3px solid #8EC300;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: .4s;
}
	
}


/* mapCanvas */
#mapCanvas {
	width: 100%;
	height: 45vh;
	margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
	#mapCanvas {
		height: 30vh;
	}
}

#backnumber:after {
	position: fixed;
	bottom: 40px;
	right: -15px;
	text-align: right;
	content: "BACK\ANUMBER";
	white-space: pre;
	color: #749E00;
	font-size: 170px;
	line-height: 0.9;
	opacity: 0.06;
	font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
	z-index: -1;
}

#backnumber h2 {
	margin: 50px 0;
}

#backnumber h3 {
	margin-bottom: 20px;
}

#backnumber .inner > div {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 50px;
	margin-bottom: 100px;
}

#backnumber .inner > div:last-child {
	border-bottom: none;
}

@media screen and (max-width: 770px) {
	#backnumber:after  {
		bottom: 30px;
		right: -20px;
		font-size: 100px;
	}
	
	#backnumber h2 {
	margin: 30px 0;
}
	
	#backnumber .inner > div {
	padding-bottom: 30px;
	margin-bottom: 60px;
}
}

@media screen and (min-width: 1201px) {
	#menu li a:hover:before {
	right: 50%;
	width: 50%;;
}	
	
	#menu li a:hover:after {
		width: 50%;;
	}
	
	#menu li.recruit a:hover:before,
	#menu li.contact a:hover:before,
	#menu li.recruit a:hover:after,
	#menu li.contact a:hover:after {
		border-bottom: none;
	}
	
	#menu li.recruit a:hover {
	background-position: 0 -100%;
  color: rgb(255, 255, 255);
}
	
	#menu li.contact a:hover {
		background-position: 0 -100%;
		color: #1A005D;
		border-left: 1px solid #C7C7C7;
	}
}

@media screen and (min-width: 1025px) {
	h1 a:hover {
	opacity: 0.7;
	}
	
.btn01 a:hover {
	padding: 9px 35px 9px 21px;
	background-color: #749E00;
	color: #fff;
	box-shadow: 0 0 0 0 #749E00;
}
	
.btn02 a:hover {
	margin-top: 2px;
	margin-left: 2px;
	padding: 2px 30px 2px 18px;
	background-color: #749E00;
	color: #fff;
	box-shadow: 0 0 0 0 #749E00;
}
	
.btn02 a:hover:after {
	right: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
	
.btn01 a:hover:after {
	right: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}	

.pageTop:hover {
	border-color: #8EC300;
}	
	
.pageTop:hover span:before {
	top: 13px;
	background-color: #749E00;
}

.pageTop:hover span:after {
	top: 14px;
	border-color: #749E00;
}
}

#mainVisual2 {
    position: relative;
}
#mainVisual2 .inner {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 100%;
	max-width: 100%;
	color: #fff;
	font-size: 52px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.video-wrap {
  position: relative;
  width: 100%;
  margin-bottom: -10px;
}
.video-wrap video {
  width: 100%;
}
#mainVisual2 .inner p.copy {
	margin-bottom: 24px;
	text-shadow: 0px 5px 12px rgba(0, 0, 0, 0.8);
}
#mainVisual2 .inner p.btn a {
	position: relative;
	padding: 13px 12px 13px 54px;
	font-size: 24px;
	color: #ffffff;
	border-radius: 100px;
	background: #4f8040;
	background: linear-gradient(90deg, rgba(79, 128, 64, 0.6) 0%, rgba(87, 199, 96, 0.6) 50%, rgba(142, 195, 0, 0.6) 100%);
	background-size: 100%;
	box-shadow: 0 5px 12px rgba(0,0,0,0.7);
	box-sizing: border-box;
	border-width: 1px;
	border-style: hidden;
	border-color: transparent;
}
#mainVisual2 .video-wrap {
  position: relative;
}

#mainVisual2 .video-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2); 
  pointer-events: none;
}
.btn01 a {
	font-size: 1.2em;
	font-weight: bold;
}
@media screen and (max-width: 770px) {
	#mainVisual2 .inner {
	font-size: 21px;
}
	#mainVisual2 .inner p.btn a {
	font-size: 14px;
	padding: 13px 12px 13px 24px;
}
}