@charset "utf-8";


/* common.css
----------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ叔ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:1.8;
	letter-spacing: 0.1em;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
input:focus, 
select:focus, 
textarea:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
}


/* 慌宥パ・ツ
----------------------------------------- */
/* loading */
#contents-wrap {
	opacity: 0;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -35px;
	margin-left: -30px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* sub-ttl */
.sub-ttl01 {
	text-align: center;
}
.sub-ttl01 span {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid #64dc52;
	color: #2367be;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}
.sub-ttl02 {
	margin-bottom: 24px;
	padding: 5px 0;
	background-color: #2367be;
	border-bottom: 4px solid #64dc52;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0.4em;
}

/* table */
.form-input-tbl {
	width: 100%;
}
.form-input-tbl th,
.form-input-tbl td {
	display: block;
	width: 100%;
}
.form-input-tbl th {
	margin-bottom: 2px;
	font-size: 14px;
}
.form-input-tbl td {
	margin-bottom: 12px;
	font-size: 14px;
}

/* form */
.input-text {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 3px 8px;
	background-color: #FFFFFF;
	border: 1px solid #c8c8c8;
	color: #000000;
	vertical-align: middle;
	font-size: 14px;
}
.textarea {
	width: 	95%;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #c8c8c8;
	font-size: 14px;
}
/*.submit-btn {
	display: block;
	width: 	70%;
	margin: 20px auto 0;
	padding: 13px 0;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #2367be;
	letter-spacing: 0.1em;
}
.submit-btn:hover {
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}*/

#btn{
  padding: 0px;
  width: 300px;
  height: 50px;
  font-weight: bold;
  font-size: 130%;
  border: none;
  background: #2367be;
  color: #fff;
}

#btn:hover{
  background: #5294db;
}

#btn[disabled]{
  background-color: #778899;
  cursor: default;
}

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* header
----------------------------------------- */
#header {
}
.header-inner {
	padding: 20px 0 20px 20px;
}
.header-logo {
	width: 80px;
	height: auto;
}

/* slide-menu-btn */
.slide-menu-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 10000;
	padding: 16px 13px 9px;
	border-radius: 6px;
}
.slide-menu-nav {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 60px 0;
	background: url(../images/slide-bg.png) 0 0;
	z-index: 9000;
}
.slide-menu-nav .gnav .gnav-link a {
	position: relative;
	display: inline-block;
	margin: 15px 0 15px;
	padding: 0 5px 0 20px;
	font-size: 15px;
	color: #000000;
	line-height: 1.4;
}
.slide-menu-nav .gnav .gnav-link a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	border: 0px;
	border-top: solid 2px #2367be;
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.slide-menu-nav .gnav .gnav-link a::before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 9px;
	height: 9px;
	margin-top: -8px;
	border: 0px;
	border-top: solid 2px #2367be;
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}
.slide-menu-nav .gnav .gnav-contact a {
	display: block;
	width: 65%;
	margin: 20px auto 0;
	padding: 14px 0;
	background-color: #64dc52;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}
.slide-menu-nav .gnav a:hover {
	text-decoration: none;
}
.slide-menu-nav .gnav {
	position: relative;
	margin-bottom: 40px;
	padding: 0 15%;
}
.slide-nav-company-info {
	width: 70%;
	margin: 0 auto;
}
.slide-nav-logo {
	width: 70%;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #2367be;
}
.slide-nav-service {
	margin-bottom: 5px;
}
.slide-nav-address {
	line-height: 1.6;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 24px;
	height: 20px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	margin-top: 100px;
	background-color: #2367be;
}
#footer::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: linear-gradient(-135deg, #64c846, #cbffa5);
}
.footer-inner {
	padding: 55px 30px 30px;
}
.footer-gnav-list {
	margin-bottom: 35px;
}
.footer-gnav-list li {
	margin-bottom: 15px;
}
.footer-gnav-list a {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 20px;
	color: #fff;
	font-size: 14px;
}
.footer-gnav-list a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	border: 0px;
	border-top: solid 2px #fff;
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.footer-gnav-list a::before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 9px;
	height: 9px;
	margin-top: -8px;
	border: 0px;
	border-top: solid 2px #fff;
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}
.footer-info h3 {
	width: 60%;
	height: auto;
	margin-bottom: 15px;
}
.foonter-info-addres {
	color: #fff;
}
.foonter-info-addres a {
	color: #fff;
}
.copyright {
	padding: 4px 0;
	text-align: center;
	background-color: #1a4d8f;
	color: #fff;
	font-size: 15px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
.page-top-link {
	box-sizing: border-box;
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 30px;
	border: 2px solid #717071;
	border-radius: 50%;
	background-color: #fff;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	z-index: 1000;
}
.page-top-link:hover {
	color: #ff0000;
}
.page-top-link span {
	display: inline-block;
	position: relative;
}
.page-top-link span::before {
	display: block;
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -12px;
	border-top: solid 3px #2367be;
	border-right: solid 3px #2367be;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}











/* タブレット・け・760px゛1000px */
@media only screen and (min-width: 760px) {
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
img {
	width: 100%;
	height: auto;
}


/* 慌宥パ・ツ
----------------------------------------- */
/* loading */
#contents-wrap {
	opacity: 0;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -70px;
	margin-left: -35px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* trace-nav-set */
.trace-nav-set {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	background-color: #2367be;
	z-index: 10000;
	box-shadow:0px 0px 12px -4px #999999
}
.trace-nav-set.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.trace-nav-set-inner {
	width: 90%;
	margin: 0 auto 0;
}
.trace-nav {
	margin-top: 10px;
	padding-top: 2px;
}
.trace-nav li.tnav {
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
}
.trace-nav li.tnav a {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 30px;
	font-size: 16px;
	transition: all .3s;
	color: #fff
}
.trace-nav li.tnav a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -5px;
	border: 0px;
	border-top: solid 3px #fff;
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	transition: all .3s;
}
.trace-nav li.tnav a::before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -12px;
	border: 0px;
	border-top: solid 3px #fff;
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	transition: all .3s;
}
.trace-nav li.tnav a:hover::before,
.trace-nav li.tnav a:hover::after {
		border-color: #ff0000;
}
.trace-nav li.tnav-contact a {
	position: absolute;
	top: 10px;
	right: 5%;
	width: 160px;
	margin: 0;
	padding: 5px 0;
	background-color: #fff;
	color: #2367be;
	font-size: 15px;
	text-align: center;
	line-height: 1.4;
	transition: all .3s;
}
.trace-nav li.tnav-contact a:hover {
	background-color: #e1efff;
}

/* sub-ttl */
.sub-ttl01 {
	text-align: center;
}
.sub-ttl01 span {
	display: inline-block;
	margin-bottom: 50px;
	padding-bottom: 3px;
	border-bottom: 4px solid #64dc52;
	color: #2367be;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.4;
}
.sub-ttl02 {
	margin-bottom: 45px;
	padding: 0;
	background-color: #2367be;
	border-bottom:6px solid #64dc52;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5em;
}

/* table */
.form-input-tbl {
	width: 100%;
}
.form-input-tbl th,
.form-input-tbl td {
	display: table-cell;
	padding: 10px 0;
	vertical-align: top;
	width: 100%;
}
.form-input-tbl th {
	width: 220px;
	margin-bottom: 10px;
	font-size: 16px;
}
.form-input-tbl td {
	width: 580px;
	margin-bottom: 10px;
	font-size: 16px;
}

/* form */
.input-text {
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	padding: 6px 12px;
	background-color: #FFFFFF;
	border: 1px solid #c8c8c8;
	color: #000000;
	vertical-align: middle;
	font-size: 16px;
}
.textarea {
	width: 	95%;
	margin-top: 2px;
	padding: 12px;
	border: 1px solid #c8c8c8;
	font-size: 16px;
}
.submit-btn {
	display: block;
	width: 	300px;
	margin: 40px auto 0;
	padding: 12px 0;
	text-align: center;
	font-size: 26px;
	color: #FFFFFF;
	background-color: #2367be;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all .3s;
}
.submit-btn:hover {
	color: #ffffff;
	background-color: #5294db;
}


/* header
----------------------------------------- */
#header {
	position: relative;
}
.header-wrap {
	box-sizing: border-box;
	width: 100%;
	padding: 0 100px;
}
.header-inner {
	float: left;
	width: 250px;
	padding: 0;
}
.header-logo {
	width: 200px;
	height: auto;
	margin: 50px auto 100px;
}
.main-visual {
	float: right;
	width: calc(100% - 280px);
	max-height: 600px;
	overflow: hidden;
}
.header-nav-pc {
	position: relative;
	z-index: 100;
}
.header-nav-pc .gnav-link  {
	padding-left: 30px;
}
.header-nav-pc .gnav-link a {
	position: relative;
	display: inline-block;
	margin: 15px 0 20px;
	padding: 0 5px 0 30px;
	font-size: 16px;
	color: #000000;
	line-height: 1.4;
}
.header-nav-pc .gnav-link a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -5px;
	border: 0px;
	border-top: solid 3px #2367be;
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	transition: all .3s;
}
.header-nav-pc .gnav-link a::before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -12px;
	border: 0px;
	border-top: solid 3px #2367be;
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	transition: all .3s;
}
.header-nav-pc .gnav-link a:hover::before,
.header-nav-pc .gnav-link a:hover::after {
		border-color: #ff0000;
}
.header-nav-pc .gnav-contact a {
	display: block;
	width: 200px;
	margin: 20px 0 0 20px;
	padding: 14px 0;
	background-color: #64dc52;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
	transition: all .3s;
}
.header-nav-pc .gnav-contact a:hover {
	background-color: #85f970;
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	margin-top: 200px;
	background-color: #2367be;
}
#footer::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: linear-gradient(-135deg, #64c846, #cbffa5);
}
.footer-inner {
	width: 80%;
	margin: 0 auto;
	padding: 120px 0 50px;
}
.footer-gnav-list {
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin-bottom: 0;
	padding-left: 100px;
}
.footer-gnav-list li {
	margin-bottom: 15px;
}
.footer-gnav-list a {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 20px;
	color: #fff;
	font-size: 16px;
}
.footer-gnav-list a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 9px;
	height: 9px;
	margin-top: -2px;
	border: 0px;
	border-top: solid 2px #fff;
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	transition: all .3s;
}
.footer-gnav-list a::before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border: 0px;
	border-top: solid 2px #fff;
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	transition: all .3s;
}
.footer-gnav-list a:hover::before,
.footer-gnav-list a:hover::after {
		border-color: #ff0000;
}
.footer-info {
	box-sizing: border-box;
	float: right;
	width: 45%;
	padding-left: 20px;
}
.footer-info h3 {
	width: 350px;
	height: auto;
	margin-bottom: 35px;
}
.foonter-info-addres {
	color: #fff;
	font-size: 16px;
}
.foonter-info-addres a {
	color: #fff;
}
.copyright {
	padding: 4px 0;
	text-align: center;
	background-color: #1a4d8f;
	color: #fff;
	font-size: 16px;
}

#page-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
}
.page-top-link {
	box-sizing: border-box;
	display: block;
	width: 100px;
	height: 100px;
	padding-top: 46px;
	border: 4px solid #717071;
	border-radius: 50%;
	background-color: #fff;
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	z-index: 1000;
}
.page-top-link:hover {
	color: #ff0000;
}
.page-top-link span {
	display: inline-block;
	position: relative;
}
.page-top-link span::before {
	display: block;
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -18px;
	border-top: solid 5px #2367be;
	border-right: solid 5px #2367be;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .3s;
}
.page-top-link:hover span::before {
	border-top: solid 5px #ff0000;
	border-right: solid 5px #ff0000;
}

} /* タブレット・けここまで */










/* PC・けレイアウトの峺協・1001px゛ */
@media only screen and (min-width: 1001px) {


} /* PC・けここまで */





