﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 16px;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
img {
	vertical-align: bottom;
}	

a { color:#00ae4d; }
a:hover,
a:active { color: #00ae4d; text-decoration: none; }
a:visited {
}

table {
	width:100%
}

p { margin: 0 0 1.5em; }

.section { padding:  0 0 30px; }

p, dd, td, th, li {
	line-height: 1.8em;
}
#totop {
    position: fixed;
    bottom: 60px;
	right: 50px;
    z-index: 1000;
	margin-bottom:0;
}
.bold {font-weight:bold;}
.fl {float:left;}
.fr {float:right;}

*, *:before, *:after {
	box-sizing: border-box;
}
body {
	font-family: 'UTMAvo', sans-serif;
	font-size: 16px;
	color: #000;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper{
	min-width: 1170px;
	overflow: hidden;
}
.container{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
img{
	max-width: 100%;
}
.sp {
	display: none;
}
#header .container {
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
}
.logo {
    margin: 0;
    width: 152px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
	max-height: 100%;
}
.h-right {
    display: flex;
	margin-top: 20px;
}
.h-add {
    text-transform: uppercase;
    margin: 0 40px 0 0;
	display: flex;
	align-items: center;
}
.h-add:before, .h-tel:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url(../W_images/h_ico01.png) no-repeat;
	margin-right: 10px;
	width: 30px;
	height: 35px;
}
.h-tel {
	display: flex;
	align-items: center;
    text-transform: uppercase;
	margin: 0;
	font-size: 20px;
}
.h-tel:before {
	background: url(../W_images/h_ico02.png) no-repeat;
}
.h-sp {
	display: none;
}
#gnavi .container {
	display: flex;
	justify-content: flex-end;
}
#gnavi {
	position: relative;
	z-index: 10;
	margin-top: -30px;
}
#gnavi:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 6px;
	background: #000;
	top: calc(50% - 3px);
	left: 0;
	z-index: -1;
}
.gnavi {
    display: flex;
	background: url(../W_images/gnv_bg.png) no-repeat;
	width: 1100px;
	margin-right: -70px;
	justify-content: center;
}
.gnavi > li {
	position: relative;
	width: 13%;
	
}
.gnavi > li > a, .gnavi > li > span {
	position: relative;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 26px 5px;
	cursor: pointer;
}
.gnavi > li > span:after {
	content: '';
	position: absolute;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	bottom: 18px;
	left: calc(50% - 3px);
}
.gnavi > li.active > a, .gnavi.active > li > span, .gnavi > li:hover > a, .gnavi > li:hover > span,.gnavi > li.active > span {
	font-weight: bold;
	color: #00ae4d;
}
.gnavi.active > li > span:after, .gnavi > li:hover > span:after, .gnavi > li.active > span:after {
	border-color: #00ae4d;
}
.submenu {
	position: absolute;
	z-index: 99;
	padding-top: 10px;
	display: none;
}
.submenu li {
	background: #000;
	padding: 0 2px 0;
}
.submenu a {
	display: block;
	padding: 8px 30px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 18px;
	color: #00ae4d;
	transition: all 0.5s ease;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.submenu a:hover {
	background: #00ae4d;
	color: #fff;
}
.submenu li:first-child {
	padding-top: 2px;
}
.submenu li:last-child {
	padding-bottom: 2px;
}
.submenu li:last-child a {
	border: none;
}
.mainvisual {
	margin-top: -40px;
}
.mainvisual .main-slide img {
	width: 100%;
	max-width: none;
}
.mainvisual .slick-dots {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 512px);
}
.main-slide p {
	margin: 0;
}
.mainvisual .slick-dots button {
	width: 20px;
	height: 20px;
	justify-content: 20px;
	border-radius: 50%;
	border: 4px solid #000;
	background: transparent;
	outline: none;
	text-indent: -500000px;
	cursor: pointer;
}
.mainvisual .slick-dots .slick-active button {
	background: #000;
}
.box01 {
	background: url(../W_images/b01_bg.jpg) no-repeat center bottom #f8f8f8;
	padding: 60px 0;
}
.idx-h3 {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px;
}
.b01-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.b01-item {
    width: 242px;
    margin: 0 0 40px;
}
.b01-item a {
	text-decoration: none;
	display: block;
}
.b01-ttl {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000;
	transition: all 0.5s ease;
}
.b01-img {
    margin: 30px 0 15px 22px;
    position: relative;
	position: relative;
	z-index: 0;
	width: 220px;
}
.b01-img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 10px solid #c6c6c6;
	left: -22px;
	top: -30px;
	z-index: -1;
	transition: all 0.5s ease;
}
.b01-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,174,77,0.5);
	opacity: 0;
	transition: all 0.5s ease;
}
.b01-item a:hover .b01-img:after {
	opacity: 1;
}
.b01-item a:hover .b01-img:before {
	border-color: #00ae4d;
}
.b01-item a:hover .b01-ttl {
	color: #00ae4d;
}
.box02 {
	background: url(../W_images/b02_bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 60px 0;
}
.b02-h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
	overflow: hidden;
	width: 80%;
	margin: 0 auto 40px;
}
.b02-h3-txt span {
	display: block;
	font-size: 48px;
    color: #fff;
}
.b02-h3-txt {
	position: relative;
	padding: 0 10px;
	display: inline-block;
    color: #00ae4d;
}
.b02-h3-txt:before, .b02-h3-txt:after {
	content: '';
	position: absolute;
	width: 1000px;
	height: 2px;
	background: #fff;
	top: calc(50% - 2px);
}
.b02-h3-txt:before {
	left: 100%;
}
.b02-h3-txt:after {
	right: 100%;
}
.b02-list {
	display: flex;
	justify-content: space-between;
}
.b02-item {
	width: 23%;
	text-align: center;
}
.b02-item a {
	text-decoration: none;
	color: #fff;
}
.b02-img {
	width: 124px;
	margin: 0 auto 50px;
	text-align: center;
	z-index: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}
.b02-img-bg {
  width: 124px;
  height: 143px;
  background: url(../W_images/b02_poly.png) no-repeat;
  position: absolute;
	left: 0;
	top: -33px;
	z-index: -1;
}
.b02-img-bg:before {
  content: "";
  position: absolute;
  top: -33px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 62px solid transparent;
  border-right: 62px solid transparent;
  border-bottom: 33px solid #00ae4d;
	opacity: 0;
}
.b02-img-bg:after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 62px solid transparent;
  border-right: 62px solid transparent;
  border-top: 33px solid #00ae4d;
	opacity: 0;
}
.b02-item a:hover .b02-img-bg {
  background: #00ae4d;
	width: 124px;
	height: 75px;
	top: 0;
}
.b02-item a:hover .b02-img-bg:after, .b02-item a:hover .b02-img-bg:before {
	opacity: 1;
}
.b02-ttl {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.b02-item a:hover .b02-ttl {
	color: #00ae4d;
}
.b02-txt {
    margin: 0;
    font-size: 18px;
    line-height: initial;
}
.box03 {
	padding: 60px 0;
}
.b03-h3 {
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.b03-txt {
    text-align: center;
    margin: 0 0 40px;
    font-size: 18px;
    color: #666666;
}
.b03-txt span {
	font-weight: bold;
	color: #00ae4d;
	font-size: 24px;
}
.b03-list {
    display: flex;
    flex-wrap: wrap;
}
.b03-item {
    width: calc(25% - 2px);
    margin: 0 2px 2px 0;
}
.b03-item:nth-child(4n) {
	margin-right: 0;
}
.b03-item a{
	text-decoration: none;
	color: #fff;
	position: relative;
	display: block;
}
.b03-img {
    margin: 0;
	transition: all 0.5s ease;
}
.b03-img img {
	width: 100%;
}
.b03-ttl {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    background: rgba(0,174,77,0.9);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 20px;
	opacity: 0;
	transition: all 0.5s ease;
}
.b03-item a:hover .b03-ttl {
	opacity: 1;
}
.b03-item a:hover .b03-img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.box04 {
	background: url(../W_images/b04_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0;
	color: #fff;
	text-align: center;
}
.b04-txt01 {
	font-family: 'UTMBanque', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0 0 5px;
}
.b04-txt02 {
    margin: 0;
    font-size: 20px;
    color: #0dcd62;
}
.b04-txt02 span {
	font-weight: bold;
	font-size: 25px;
}
.box05 {
	padding: 40px 0;
}
.b05-ttl {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 30px;
}
.b05-slide .slick-slide {
	margin: 0 10px;
	display: flex!important;
	height: auto;
    border: 1px solid #ccc;
    align-items: center;
}
.b05-slide a {
	display: flex;
	justify-content: center;
	align-items: center;
	
	padding: 10px;
	flex: 1;
	height: 100%;
}
.b05-slide .slick-slide img{margin:0 auto;}
.b05-slide .slick-track {
	display: flex;
}
.b05-slide .slick-dots {
    display: flex!important;
    justify-content: center;
    margin-top: 30px;
}
.b05-slide .slick-dots button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	background: transparent;
	text-indent: -500000px;
	margin: 0 5px;
	outline: none;
	cursor: pointer;
}
.b05-slide .slick-dots .slick-active button {
	background: #000;
}
#footer {
	background: #111;
	color: #666666;
	padding: 40px 0;
}
#footer .container {
	display: flex;
	justify-content: space-between;
}
.f-mod01 {
	width: 270px;
}
.f-mod02 {
	width: 770px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-logo {
    margin: 0 0 3px;
    width: 140px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-logo img {
	max-height: 100%;
}
.f-comname {
	font-size: 18px;
	border-bottom: 1px solid #666;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.f-comname span {
	font-size: 24px;
	font-weight: bold;
	display: block;
}
.f-info {
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: normal;
	margin: 0 0 5px;
}
.f-info:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.f-add:before {
	background: url(../W_images/f_ico01.png) no-repeat center;
}
.f-tel:before {
	background: url(../W_images/f_ico02.png) no-repeat center;
}
.f-mail:before {
	background: url(../W_images/f_ico03.png) no-repeat center;
}
.f-info span {
	width: calc(100% - 40px);
}
.f-info a, .copyright a {
	text-decoration: none;
	color: #666;
}
.f-col01 {
	width: 370px;
}
.f-col02 {
	width: 300px;
}
.copyright {
	margin: 0;
	width: 100%;
	border-top: 1px solid #555;
	padding-top: 10px;
	margin-top: 30px;
	font-size: 14px;
	font-style: italic;
}
.f-ttl {
	font-size: 24px;
	margin: 0 0 15px;
}
.f-txt {
	font-size: 14px;
	margin: 0 0 5px;
}
.f-form input {
	width: 100%;
	border: none;
	background: #363636;
	color: #fff;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 21px 10px;
	margin: 0 0 10px;
	outline: none;
}
.f-form .button {
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 12px;
	background: #00ae4d;
	border: none;
	text-transform: uppercase;
    padding: 14px;
	outline: none;
    display: inline-block;
    text-decoration: none;
}
.f-social {
	display: flex;
	align-items: center;
	margin: 25px 0 0;
}
.f-social a {
	margin-left: 20px;
}
.f-col02 iframe {
	width: 100%;
	height: 185px;
}
.mainvisual.dichvu {
    background: url(/userfile/config/Background-03.jpg) no-repeat center;
    background-size: cover;
    height: 210px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
}
.mainvs-ttl {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.topic-path {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.topic-path li {
    font-size: 20px;
}
.topic-path a {
    background: url(../W_images/topic_path_ico.png) no-repeat right center;
    padding-right: 30px;
    margin-right: 20px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 7px;
}
#main.dichvu {
    display: flex;
    width: 1170px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 60px 0;
}
.section {
    padding: 50px 0;
}
.dichvu #content {
    width: 770px;
    padding: 0 38px;
    margin: 0 0 40px;
}
.dichvu-ttl {
    font-size: 28px;
    color: #36b557;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0 0 20px;
}
.sidebar {
    width: 370px;
    order: -1;
    margin-right: 30px;
    margin-bottom: 40px;
}
.side-mod01 {
    border: 1px solid #b5b5b5;
    padding: 0 20px 0;
    margin: 0 0 30px;
}
.side-ttl {
    font-size: 28px;
    font-weight: bold;
    color: #36b557;
    margin: 0 0 10px;
}
.side-over {
    margin: 0 0 5px;
}

.side-menu > li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d0d0d0;
}
.side-menu > li:last-child{
    border-bottom: none;
}
.side-menu > li > a {
    background: #fff;
    display: block;
    color: #000;
    font-size: 17px;
    padding: 10px 10px 13px 30px;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.side-menu > li.active > a, .side-menu > li.active > a:hover {color:#36b557;font-weight: bold;}
.side-menu > li > a:before{
    content: "";
    position: absolute;
    border: solid;
    border-width: 1px 1px 0px 0px;
    top: 40%;
    left: 6px;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu > li.active > a:before,.side-menu > li > a:hover{color:#36b557;font-weight: bold;}
.side-ico {
    position: relative;
    width: 50px;
    max-height: 100%;
    background: rgb(94, 196, 70);
    cursor: pointer;
    z-index: 10;
}
.side-ico:after {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
}
.pro-ttl01 {
    font-size: 28px;
    font-weight: bold;
    color: #35b557;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 5px;
    margin: 0 0 30px;
}
.news-list{display:flex;flex-wrap:wrap;}
.news-item{width:calc(50% - 15px);margin:0 30px 30px 0;background:#f4f4f4;display:flex;}
.news-item:nth-child(2n){margin-right:0;}
.news-img{margin:0;width:235px;background:#fdfdfd;}
.news-img a{overflow:hidden;display:flex;justify-content:center;align-items:center;width:100%;flex:1;height:100%;}
.news-img img{transition:all 0.5s ease;}
.news-main{width:calc(100% - 235px);padding:25px;}
.news-img a:hover img{transform:scale(1.1,1.1);opacity:0.7;}
.news-ttl a{margin:0 0 5px;font-size:16px;color:#36b557;font-weight:700;text-transform:uppercase;text-decoration:none;}
.news-ttl a:hover{opacity:0.9;}
.news-ttl{margin:0 0 5px;line-height: 1.1em;}
.news-txt{font-size:14px;line-height:normal;margin:0 0 15px;}
.news-date{margin:0 0 15px;font-size:12px !important;color:#000;font-weight:600;background:url(../images/calendar_ico.png) no-repeat left 4px;padding:0 0 15px 25px;border-bottom:1px solid #fff;}
.news-btn{margin:0;}
.news-btn a{font-size:12px;font-weight:700;text-decoration:none;}
.news-btn a:after{content:'';position:relative;display:inline-block;border-bottom:4px solid transparent;border-top:4px solid transparent;border-left:5px solid #36b557;margin-left:10px;}
.news-btn a:hover{color:#000;}
.news-btn a:hover:after{border-left:5px solid #0f2c52;}
.nd-ttl {
    font-size: 28px;
    font-weight: bold;
    color: #36b557;
    padding-top: 60px;
}
.dichvu .b03-item {
    width: calc(33% - 0px);
    margin:1px;
}
.pages a{border:1px solid #cbcbcb;text-align:center;padding: 4px 10px;color:#7e7e7e;background:#fff;text-decoration:none;}
.pages strong, .pages a:hover{text-align:center;padding: 4px 10px;color:#36b557;border:1px solid #36b557;}
.pro-main .b03-item {
    width: calc(25% - 2px);
    margin: 0 2px 2px 0;
}
.news-left-item{margin-bottom: 35px;}
.news-left-item a{display:flex;text-decoration:none;}
.news-left-item a:hover img{transform:scale(1.1,1.1);opacity:0.7;}
.news-left-item a:hover .news-left-ttl{color:#000;}
.news-left-img{width: 40%;overflow: hidden;margin: 0;}
.news-left-img img{transition: all 0.5s ease;}
.news-left-info{width: 60%;padding-left: 10px;}
.news-left-ttl{font-size:14px;line-height: 23px;margin-bottom: 15px;font-weight: bold;transition: all 0.5s ease;}
.news-left-date{font-size: 12px;color: #000;margin-bottom: 3px;}
.news-left-txt{font-size: 13px;margin: 0;}
.pro-list.pj-list{justify-content: space-between;}
.pro-list {
    display: flex;
    flex-wrap: wrap;
}
.pj-list .pro-item{width: calc(100%/2 - 30px);margin: 0 0 30px 0;}
.pro-item {
    width: calc(33.33% - 20px);
    margin: 0 30px 30px 0;
}
.pro-item:nth-child(3n) {
    margin-right: 0;
}
.pro-item a {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease;
}
.pro-info {
    background: #35b557;
    padding: 30px 40px;
    transition: all 0.5s ease;
}
.pro-ttl {
    height: 65px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 10px;
    line-height: 1.4em;
}
.pro-ttl:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #000;
    left: 0;
    bottom: 0;
}
.pro-txt {
    font-size: 16px;
    line-height: 1.35em;
    margin: 0 0 10px;
    height: 84px;
    overflow: hidden;
}
.pro-more {
    margin: 0;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.pro-img {
    margin: 0;
    overflow: hidden;
}
.pro-img img {
    width: 100%;
    transition: all 1s ease;
}
.pro-item a:hover .pro-img img {
	transform: scale(1.1,1.1);
}
.pro-item a:hover {
	opacity: 0.8;
}
.pro-item a:hover .pro-info {
	background: #1f883b;
}
@media screen and (max-width: 768px) {
.pro-list {
    flex-wrap: wrap;
}
.pro-item {
    width: calc(50% - 15px);
}
.pro-item:nth-child(3n) {
    margin-right: 30px;
}
.pro-item:nth-child(2n) {
    margin-right: 0;
}
.pro-info {
    padding: 20px 30px;
}
.pro-txt {
    font-size: 14px;
    line-height: 1.8em;
    height: 75px;
}
.pro-ttl {
    font-size: 16px;
    height: auto;
}

	.side-ttl {
    font-size: 26px;
    line-height: 1.5em;
    margin: 0 0 20px;
}
	#main.dichvu {
    width: 100%;
    padding: 40px 3%;
}
	.dichvu #content {
    width: 100%;
    padding: 0;
}
.sidebar {
    width: 100%;
    margin: 0;
    order: 3;
	margin-top: 30px;
}
    .news-item {
    display: block;
}
    .news-img, .news-main {
    width: 100%;
}
    .topic-path li {
    font-size: 16px;
}
    .mainvs-ttl {
    font-size: 24px;
}
#wrapper {
	min-width: 100%;
	margin: 0;
	padding-top: 92px;
}
#main,  #footer {
	min-width: 100%;
}
.container {
	padding: 0 3%;
	width: 100%;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
/* MENU-ICON */
.menu-icon {
	width: 50px;
	height: 43px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	padding: 8px 0;
	z-index: 99999;
	background: #000;
	margin-left: 10px;
}
.menu-icon span {
	display: block;
	margin: 0 auto 15px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	top: 12px;
	left: 0;
	position: relative;
}
.menu-icon span::after, .menu-icon span::before {
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #fff;
	-webkit-transition-property: margin, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0;
	-moz-transition-delay: 0.2s, 0;
	-ms-transition-delay: 0.2s, 0;
	-o-transition-delay: 0.2s, 0;
	transition-delay: 0.2s, 0;
}
.menu-icon span::before {
	margin-top: -10px;
}
.menu-icon span::after {
	margin-top: 10px;
}
.menu-icon.active span {
	background-color: transparent;
}
.menu-icon.active span::before, .menu-icon.active span::after {
	margin-top: 0px;
	-webkit-transition-delay: 0, 0.2s;
	-moz-transition-delay: 0, 0.2s;
	-ms-transition-delay: 0, 0.2s;
	-o-transition-delay: 0, 0.2s;
	transition-delay: 0, 0.2s;
}
.menu-icon.active span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-icon.active span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#totop {
	width: 40px;
	right: 3%;
	bottom: 50px;
	line-height: 0;
}
.h-right, #gnavi:after {
    display: none;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 999;
	padding: 10px 0;
}
#header .container {
    align-items: center;
}
.logo {
    margin: 0;
    width: 100px;
	height: 73px;
}
.h-sp {
    display: flex;
	align-items: center;
}
.h-sp p {
	margin: 0 8px;
}
#gnavi {
    position: fixed;
    top: 92px;
    width: 100%;
    height: calc(100% - 92px);
    background: rgba(0,0,0,0.9);
    margin: 0;
	overflow: auto;
	padding: 40px 0;
	display: none;
}
.gnavi {
    display: block;
    width: 100%;
    margin: 0;
}
.gnavi > li {
    width: 100%;
}
.gnavi > li > a, .gnavi > li > span {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 16px;
}
.gnavi > li > span:after {
    left: auto;
    right: 3%;
    top: calc(50% - 3px);
    bottom: auto;
}
.submenu {
    position: relative;
    padding: 0;
    text-align: center;
}
.submenu a {
    padding: 15px 20px;
    font-size: 14px;
}
.mainvisual {
    margin-top: 0;
}
.mainvisual .slick-dots {
    left: 30px;
}
.mainvisual .slick-dots button {
    width: 14px;
    height: 14px;
    border: 2px solid;
}
.mainvisual .main-slide img {
    height: 300px;
    width: auto;
    max-width: none;
}
.mainvisual .main-slide p {
	display: flex;
	justify-content: center;
	align-items: center;
}
.box01 {
    padding: 40px 0 20px;
}
.idx-h3, .b03-h3 {
    font-size: 20px;
}
.b01-list {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.b01-ttl, .b02-ttl, .b04-txt02 {
    font-size: 14px;
}
.box02 {
    padding: 40px 0 10px;
}
.b02-h3 {
    width: 100%;
    font-size: 18px;
}
.b02-h3-txt span {
    font-size: 24px;
}
.b02-list {
    flex-wrap: wrap;
}
.b02-item {
    width: 48%;
    margin: 0 0 60px;
}
.b02-txt, .b03-txt {
    font-size: 14px;
}
.box03 {
    padding: 40px 0;
}
.b03-txt span, .b04-txt02 span {
    font-size: 16px;
}
.b03-ttl {
    opacity: 1;
    font-size: 13px;
    padding: 10px 5px;
    bottom: 0;
    left: auto;
    transform: none;
    margin: 0;
    top: auto;
}
.b03-item, .pro-main .b03-item {
    width: calc(50% - 2px);
}
.b04-txt01 {
    font-size: 20px;
}
#footer .container {
    display: block;
}
.f-mod01 {
    width: 100%;
    margin: 0 0 20px;
}
.f-logo {
	margin: 0 auto;
}
.f-comname {
	text-align: center;
}
.f-mod02, .f-col02 {
    width: 100%;
}
.b01-img {
    width: 100%;
    margin: 20px 0 10px 12px;
}
.b01-item {
    width: calc(50% - 20px);
}
.b01-img:before {
    border-width: 7px;
}
.b05-ttl {
    font-size: 20px;
    margin: 0 0 20px;
}
.copyright {
    text-align: center;
    font-size: 12px;
}
}
@media screen and (max-width: 425px) {
	.pro-item,.pj-list .pro-item {
    width: 100%;
    margin: 0 0 30px;
}
.pro-item:nth-child(3n) {
    margin-right: 0;
}
    .news-item {
    width: 100%;
    margin: 0 0 30px;
}
}
@media screen and (max-width: 375px){
.dichvu .b03-item{width:100%;}	
.b02-item, .b03-item {
    width: 100%;
}	
}