@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 15px;
	text-align: center;
	line-height: 1.7;
	color: #4b4b4b;
	min-width: 1040px;
	font-family: 'Roboto', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	padding: 0;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	text-decoration: underline;
	color: #4b4b4b;
	outline: none;
}

a:active,
a:hover,
a:focus {
	outline: none;
}

a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover {
	opacity: 0.6;
}

/*============================
wrapper
============================*/
.wrapper {
	position: relative;
}

/*============================
top
============================*/
#top {
	position: fixed;
	width: 100%;
	z-index: 10000;
}

#top .wrap {
	width: 100%;
	background-color:rgba(34,155,1,0.6);
}

#top .inner {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

#top .status {
	width: 620px;
	float: left;
}

.siteTitle {
	float: left;
}

.siteTitle a {
	padding-top: 36px;
	display: block;
	overflow: hidden;
	height: 0;
	width: 125px;
	background: url(../images/common/header/site_title.png) center center no-repeat;
	background-size: contain;
}

.announce {
	float: left;
	width: 360px;
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
	line-height: 36px;
}

#top p.tel {
	padding-top: 40px;
	display: block;
	overflow: hidden;
	height: 0;
	width: 212px;
	float: right;
	background: url(../images/common/header/tel.png) no-repeat center center;
	background-size: contain;
}

#top .tel a:hover {
	opacity: 1;
}

/* ナビゲーション */
nav {
	width: 100%;
	background-color:rgba(76,178,48,0.5);
	border-radius: 0 0 120px 120px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}

.nav-toggle {
	display: none;
}

.globalNav {
	width: 980px;
	margin: auto;
	overflow: hidden;
	background: url(../images/common/nav/line.png) no-repeat center center;
}

.globalNav li {
	width: 12.5%;
	float: left;
}

.globalNav li a {
	display: block;
	padding-top: 60px;
	display: block;
	overflow: hidden;
	height: 0;
	background: url(../images/common/nav/nav.png) no-repeat left center;
}

/*============================
nav li a
============================*/
.globalNav li:first-of-type a {
	background-position-x: 20px;
}

.globalNav li:nth-of-type(2) a {
	background-position-x: -102px;
}

.globalNav li:nth-of-type(3) a {
	background-position-x: -223px;
}

.globalNav li:nth-of-type(4) a {
	background-position-x: -347px;
}

.globalNav li:nth-of-type(5) a {
	background-position-x: -468px;
}

.globalNav li:nth-of-type(6) a {
	background-position-x: -590px;
}

.globalNav li:nth-of-type(7) a {
	background-position-x: -712px;
}

.globalNav li:nth-of-type(8) a {
	background-position-x: -833px;
}

/* スマホ メニュー */

.menu {
	display: none;
}

/*============================
main_image
============================*/
.main_image {
	background: url(../company/images/main_image.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 96px;
}

.cont h1 {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 384px;
	background: url(../company/images/title.png) no-repeat center center;
}

/*============================
container
============================*/
.cont .container {
	width: 100%;
	margin: auto;
	text-align: left;
	overflow: hidden;
	background-color: #f2f2f2;
}

.root {
	font-size: 12px;
	height: 50px;
	line-height: 60px;
}

/*============================
primary
============================*/
.primary {
	width: 980px;
	margin: auto;
	background: #fff;
	padding: 0 60px 60px;
}

.cont .primary article {
	padding-top: 80px;
}

.cont .primary article:first-of-type {
	padding-top: 0;
}

article h2 {
	padding: 5px;
	margin-bottom: 40px;
	background: #7ad262;
	border-radius: 15px;
}

article h2 span {
	display: block;
	border: 1px solid #fff;
	border-radius: 10px;
	height: 0;
	overflow: hidden;
	padding-top: 80px;
	background: url(../company/images/greeting/title.png) center center no-repeat;
}

/*  table */

table.info {
	width: 100%;
}

table.info tr {
	display: block;
	padding: 8px 0;
	border-top: 1px solid #7ad262;
}

table.info tr:last-child {
	border-bottom: 1px solid #7ad262;
}

table.info th {
	width: 196px;
	text-align: center;
	vertical-align: middle;
	background: #7ad262;
	color: #fff;
}

table.info th,
table.info td {
	padding: 14px 0;
}

table.info td {
	text-align: left;
	padding-left: 20px;
}

table.info td ul {
	padding-left: 18px;
}

table.info td li {
	padding-top: 8px;
	list-style-type: disc;
}

table.info td li:first-child {
	padding-top: 0;
}

table.info td dt {
	padding-top: 15px;
}

table.info td dt:first-of-type {
	padding-top: 0;
}

table.info td strong {
	display: block;
}

table.info td span {
	display: block;
	font-size: 13px;
}

.btn {
	margin-top: 40px;
}

.btn li {
	width: 510px;
	margin: auto;
}

.btn li a {
	display: block;
	border-radius: 30px;
	line-height: 90px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(../images/common/contents/arrow.png) right 20px center no-repeat #fc6f0f;
}

a.google {
	display: block;
}

#map {
	width: 100%;
	height: 460px;
}

#map iframe {
	width: 100%;
}

/*============================
toTop
============================*/
.toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
}

.toTop li a {
	padding-top: 45px;
	display: block;
	overflow: hidden;
	width: 45px;
	height: 0;
	background: url(../images/common/footer/totop.png) no-repeat center top #000;
}

/*============================
footer
============================*/
footer {
	position: relative;
	color: #fff;
	padding: 0 0 50px;
	font-size: 16px;
	background: #676f62;
}

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

.sitelink {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 50px;
}

.sitelink li {
	display: inline-block;
	border-left: 1px solid #fff;
	line-height: 12px;
	padding: 0 10px;
}

.sitelink li:last-child {
	border-right: 1px solid #fff;
}

.copyright {
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	color: #a3aa9e;
}

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

body {
	width: 100%;
	min-width: 0;
}

a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

a:hover {
	opacity: 1;
}

#top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border: none;
	min-width: 0;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}

#top .inner {
	width: 100%;
	position: relative;
}

.siteTitle {
	margin-left: 3%;
}

.siteTitle a {
	padding-top: 55px;
	width: 145px;
	background-image: url(../images/common/header/site_title_sp.png);
	background-size: 100%;
}

.announce {
	display: none;
}

#top p.tel {
	position: fixed;
	right: 55px;
	top: 8px;
	width: 40px;
	height: 40px;
	padding: inherit;
	overflow: inherit;
	background: none;
	float: none;
}

#top p.tel a {
	padding-top: 40px;
	width: 100%;
	overflow: hidden;
	display: block;
	height: 0;
	border-radius: 5px;
	background: url(../images/common/header/tel_sp.png) no-repeat center center;
	background-size: 100%;
}



/*============================
nav
============================*/
nav {
	width: 100%;
	float: none;
}

.globalNav {
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 999;
	padding-top: 55px;
	background-image: none;
	background: rgba(122,210,98,0.8);
}

.globalNav li {
	float: none;
	width: 100%;
	position: relative;
	text-align: left;
	border-top: 1px solid #737484;
	background-color: transparent;
}

.globalNav li:last-child {
	border-bottom: 1px solid #737484;
}

.globalNav li a {
	overflow: inherit;
	width: 100%;
	height: inherit;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	background: none;
}

.globalNav li a span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: normal;
}

.globalNav li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	left: inherit;
	background: url(../images/common/contents/arrow_sp.png) no-repeat center right;
	background-size: 16px;
}

/* menu */

.menu {
	display: block;
	position: absolute;
	top: 16px;
	right: 12px;
	z-index: 1000;
	width: 31px;
	height: 23px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 31px;
	height: 23px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/* anime */
	
.active .menu-trigger span {
	background-color: #fff;
}

.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
	

/*============================
main_image
============================*/
.main_image {
	background: url(../company/images/main_image_sp.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 55px;
}

.main_image h1 {
	padding-top: 60%;
	background: url(../company/images/title_sp.png) center center no-repeat;
	background-size: 50%;
}
	

/*============================
container
============================*/
.cont .container {
	width: 100%;
	padding-bottom: 0;
	background: #fff;
}

.primary {
	width: 92%;
	padding: 0 0 60px 0;
	margin: auto;
	float: none;
}

.cont h2 span {
	background: url(../company/images/greeting/title_sp.png) center center no-repeat;
	background-size: 50%;
}

/* table */
	
table.info th {
	width: 100px;
}

table.info td {
	padding-left: 10px;
}

#company table.info td span br {
	display: block;
}

.btn li {
	width: 100%;
}

.btn li a {
	display: block;
	border-radius: 30px;
	line-height: 90px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(../images/common/contents/arrow.png) right 20px center no-repeat #fc6f0f;
}

/*============================
toTop
============================*/
.toTop li a {
	width: 40px;
	height: 40px;
	padding-top: 40px;
	background-image: url(../images/common/footer/totop_sp.png);
	background-size: 40px;
}

/*============================
footer
============================*/
footer {
	margin: 0;
	font-size: 10px;
	border: none;
}

.sitelink {
	width: 100%;
	padding: 0;
	margin-bottom: 12px;
	text-align: center;
}

.sitelink li {
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 9px;
	border-left: 1px solid #ccc;
	background: none;
}

.sitelink li:last-child {
	border-right: 1px solid #ccc;
}

.sitelink li a {
	padding: 0 3px;
	padding-left: 5px;
}

.copyright {
	position: absolute;
	text-align: right;
	bottom: 15px;
	right: 50%;
	margin-right: -490px;
	font-size: 10px;
	position: inherit;
	text-align: center;
	bottom: inherit;
	right: inherit;
	margin: 0;
}
}
