@charset "utf-8";
/* CSS Document */

/* 全体
-------------------------------------------*/

body {
	font-size: 14px;
	line-height: 180%;
	color: #464646;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.cf{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .cf{
    height: 1%;
}
.cf{
    display:block;
}

a:visited {
	color: #464646;
	text-decoration: none;
}

a:link {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

ul,li	{ margin:0; padding:0; }

a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  	
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

a img {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  	
}
a[href^="tel:"] { cursor: default; }


*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
 }

.breadcrumbs{
	margin:10px auto;
	width:1000px;
}
/*.breadcrumbs a{color:#0B55B4;}*/
.breadcrumbs a{color:#23645A;}
@media screen and (max-width: 767px) {

.breadcrumbs{
	margin:10px;
	width:90%;
}
	
}


/* ヘッダー
-------------------------------------------*/

header {
	background-color:#ffffff;
	width: 100%;
	/* height:105px;	 */
}

header .wrap {
	position:relative;
	display: flex;
	align-items: flex-end;
  	justify-content: space-between;
	width: 100vw;
	max-width: 1000px;
	/* height: 100%; */
	margin: 0 auto;
}
header .wrap .inner__pc {
	position: relative;
	display: flex;
	/* flex-direction: column; */
	align-items: flex-end;
	min-width: 420px;
	height: 100%;
	text-align: right;
}

.inner__sp{
	display: none;
}

header .wrap .logo {
	display:block;
	width:350px;
	height: 100%;
}
header .wrap .logo p {
	position:absolute;
	top: 5px;
	left:0;
}
/* header .wrap .logo a {
	position:absolute;
	top: 30px;
	left:0;
	display:block;
	background: url("../images/header/logo_header.png") no-repeat;
	background-size:275px 66px;
	text-indent: -9999px;
	width:275px;
	height:66px;
} */
header .wrap .logo a {
	display:inline-block;
	width:275px;
	height:auto;
}

header a:visited {
	color: #0B55B4;
	text-decoration: none;
}

header a:link {
	/*color: #0B55B4;*/
	color:#23645A;
	text-decoration: none;
}

header a:hover {
	text-decoration:underline;
}

header .wrap p.access {
	display: inline-block;
	width: auto;
	margin-top: 1em;
	font-size:13px;
}
header .wrap p.tel {
	display:inline-block;
	width: auto;
	height: auto;
	font-size:23px;
	/*color:#0B55B4;*/
	color: #23645A;
	line-height: 1.3;
}
header .wrap p.tel a:hover {
	text-decoration:none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}
header .wrap p.logo-blr {
	display:inline-block;
	width: 190px;
	height: auto;
}


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

header {
	width: 100%;
	height: 114px;
	position:relative;
}

header .wrap {
	width: 100%;
	margin: 0 auto;
}

header .wrap .logo {
	display:block;
	width: 100%;
	height: 100%;
	position:absolute;
	top:20px;
}
header .wrap .logo p {
	position:absolute;
	top: 7px;
	margin: 0 15px;
	font-size: 10px;
}

header .wrap .logo a {
	display:block;
    background: url(../images/header/logo_header.png) no-repeat;
	background-size:175px 42px;
	text-indent: -9999px;
	width:175px;
	height:42px;
	margin: 0 15px;
	top: 28px;
}

header .wrap .inner__pc {
	display:none;
}

.inner__sp{
	display: block;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0;
	background-color:#94C3BC;
}

.inner__sp a{
	display: inline-block;
}

.inner__sp img{
	width:50%;
	margin-top:7px;
}

header .wrap p.tel {
	display:block;
	width: 100%;
	font-size:22px;
	color:#fff;
    background:none;
}
header .wrap p.tel a {
	display:block;	
	width:100%;	
	text-decoration:none;
	color:#fff;	
	padding: 7px;	
	background:#94C3BC url("../images/header/tel-sp.png") no-repeat 50% 50%;
	background-size: 192px 21px;
	text-indent:-9999px;		
}

header .wrap .fax {
	display:none;
}
header .wrap p.logo-blr {
    display: inline-block;
    width: 21vw;
    height: auto;
    position: absolute;
    right: 17vw;
    bottom: 36px;
}

}

/* グロナビ
-------------------------------------------*/

nav#gn {
	width: 100%;
	/*background-color:#0B55B4;*/
	background-color:#94C3BC;
	text-align:center;	
}

nav#gn ul {
	width: 1100px;
	margin: 0 auto;
}

nav#gn > ul > li {
	color: #FFFFFF;	
	display:inline-block;
	font-size: 16px;
    text-align: center;
    /*overflow: hidden;*/
	width:11%;
border-right: 1px solid #fff;
padding: 0 5px 0 0;
line-height: 110%;
margin: 25px 0 20px;		
}

nav#gn ul li a {
	color: #FFFFFF;		
}

nav#gn ul li a:hover {
	text-decoration:none;	
}

nav#gn ul li a span.en{ display:inline; }
nav#gn ul li a:hover span.en{ display:none; }
nav#gn ul li a span.jp{ display:none; }
nav#gn ul li a:hover span.jp{ display:inline; }


nav#gn ul li.home {
	width:12%;	
}

nav#gn ul li.about {
	width:10%;	
}


nav#gn ul li.performance {
	width:13%;	
}

nav#gn ul li.flow {
	width:14%;	
}
nav#gn ul li.service {
	width:10%;	
}
nav#gn ul li.voice {
	width:10%;	
}
nav#gn ul li.afterfollow {
	width:14%;	
}
nav#gn ul li.qa {
	width:12%;	
}
nav#gn ul li.staff {
	width:12%;	
}
nav#gn ul li.contact {
	width:12%;
	border-right:none;
}

nav#sp_gn{
	display:none;
}

#gnavi_button{
	display:none;	
}


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

nav#gn{
	display:none;
}



nav#sp_gn{
	display:block;
        position: fixed;
        top: 0;
        left: -240px;
        width: 240px;
        height: 100%;
   /* background: #0B55B4;*/
	background: #94C3BC;
	border-right: 2px solid #fff;
	z-index:3000;	
}
nav#sp_gn ul{
    padding: 10px;
    margin: 0;
}
nav#sp_gn > ul > li{
   border-bottom: solid 1px #fff; 
   list-style: none;
}
nav#sp_gn li a{
    display: block;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#gnavi_button{
	/*display:block;*/	
    position: absolute;
    top: 15px;
	right: 15px;
    width: 36px;
    height: 29px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 20px;
	text-indent: -9999px;
	background: url(../images/header/navi_icon.png) no-repeat;
	background-size: 36px 29px;
	cursor: pointer;	
}


}

/*サービス追加*/
li.nav-open{
	position: relative;
}

nav#gn ul.submenu
{
	position: absolute;
	z-index: 10;
	width: 140%;
	top: 35px;
	left: -5px;
	background-color: #94C3BC;
}
ul.submenu li {
    padding: 10px;
}
.submenu{
	display: none;
}
li.service.nav-open {
    cursor: pointer;
}
/*ハンバーガーメニュー*/
.arrow_u:after {
  content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 27px;
    right: 40px;
    margin-top: -7px;
}
.arrow_u.open_icon:after {
    transform: rotate(-45deg);
    margin-top: -3px;
}
@media screen and (min-width: 768px){
	.menu{
		display: none;
	}
}
.menu{
	position: absolute;
	right: 5px;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0 auto;
    /*position: relative;*/
}
.menu span{
    display: block;
    margin: 0;
    border: none;
    width: 50%;
    height: 3px;
    background: #94C3BC;
    transform-origin:0% 50%;
    position: absolute;
    top: 12px;
    left: 25%;
    transition: .3s;
}
.menu span:nth-of-type(2){
    top: 21px;
}
.menu span:nth-of-type(3){
    top: 30px;
}
.close span{
    left: 30%;        
}   
.close span:nth-of-type(1){
    transform: rotate(45deg);
    width: 52%;
}
.close span:nth-of-type(2){
    opacity: 0;
}
.close span:nth-of-type(3){
    top: 30px;
    transform: rotate(-45deg);
    width: 52%;
}

/* フッター
-------------------------------------------*/

footer {
	padding:40px 0;
	/*background-color: #0B55B4;*/
	background-color: #94C3BC;
	color: #fff;
}

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

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

footer a:hover {
	text-decoration:underline;
}

footer .wrap {
	width: 1000px;
	margin: 0 auto;
	display:table;	
}

footer .wrap p.ttl {
	font-size: 22px;
    background: url(../images/common/ttl_end02.png) no-repeat bottom left;
	background-size:50px 8px;
	padding: 0 0 15px;
	margin: 0 0 15px;		
}

footer .wrap .wrap01 {
	display:table-cell;
	width: 600px;
	vertical-align:top;
	padding: 0 30px 0 0;
}

footer .wrap .wrap02 {
	display:table-cell;
	width: 340px;
	vertical-align:top;		
}

footer .wrap .wrap01 dl{
	display:block;
	list-style:none;
	margin:15px auto 0 auto;
}

footer .wrap .wrap01 dl dd{
	float:left;
	margin:0 10px 10px 0;
	list-style:none;
	padding:0;
}
footer .wrap .wrap01 dl dd img{
	vertical-align:top;
}
footer .wrap .wrap01 dl dd.skim {
	display:table;
}
footer .wrap .wrap01 dl dd.skim span {
	display:table-cell;
	vertical-align:middle;
}

footer .wrap .wrap01 dl dd.skim span.txt {
	font-size:12px;
	line-height:130%;
	width:110px;
	padding:5px;
	background-color:#0f2058;
	color:#fff;
}

footer .wrap ul {
	padding: 0 0 0 0;	
}

footer .wrap ul li {
	list-style:none;
	margin: 0 0 3px;
}

footer .wrap ul li:before {
content:"・" 
}

footer .wrap ul li ul li {
	list-style:none;
	padding: 0 0 0 20px;
}

footer .wrap ul li ul li:before {
content:"- " 
}

footer .wrap #other_wrap {
	margin: 0 0 30px;	
}

footer .wrap .wrap02 {
	border-left: 1px solid #a5cbdd;
	padding: 0 0 0 30px;
}


p.copyright {
	margin: 20px 0;
	text-align:center;
	margin-bottom: 150px;
}

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

footer {
	padding:50px 15px;
	color: #464646;
}

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

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

footer a:hover {
	text-decoration:underline;
}

footer .wrap {
	width: 100%;
	margin: 0 auto;
	display:block;	
}

footer .wrap p.ttl {
	font-size: 20px;
	color: #FFFFFF;
	text-align:center;
	padding: 0 0 15px;
	margin: 0 0 15px;
    background: url(../images/common/ttl_end02.png) no-repeat bottom center;
	background-size:50px 8px;			
}

footer .wrap .wrap01 .title .title_sp{
	font-size:1.2em;
	font-weight:bold;
}

footer .wrap .wrap01 {
	color:#FFF;
	text-align:center;
	display:block;
	width: 100%;
	vertical-align:top;
	padding: 0;
}

footer .wrap .wrap01 dl{
	display:block;
	list-style:none;
	margin:15px auto 0 auto;
	width:100%;
	overflow:hidden;
	width:100%;
}

footer .wrap .wrap01 dl dd{
	float:left;
	margin:0 2% 2%;
	list-style:none;
	padding:0;
	width:45%;
	text-align:center;
}
footer .wrap .wrap01 dl dd.skim {
	display:block;
	width:100%;
	margin:10px auto 0;
}
footer .wrap .wrap01 dl dd.skim a {
	width:100%;
	margin:0 auto;
}
footer .wrap .wrap01 dl dd.skim a:hover {
	text-decoration:none;	
}
footer .wrap .wrap01 dl dd.skim span {
	display:table-cell;
	vertical-align:middle;
	width:35%;
}

footer .wrap .wrap01 dl dd.skim span.txt {
	font-size:12px;
	line-height:130%;
	width:60%;
	padding:5px;
	background-color:#0f2058;
	color:#fff;
}

footer .wrap .wrap01 dl dd img{
	width:100%;
}

footer .wrap .wrap02 {
	border-left: none;
	display:block;
	width: 100%;
	vertical-align:top;
	padding:30px 0 0;		
}


footer .wrap ul {
	padding: 0 0 0 0;
	list-style:none;
}

footer .wrap ul li {
	list-style:none;
	margin: 0 0 2px;
}

footer .wrap ul li a {
	display:block;
	background-color:#fff;
	width: 100%;
	height: 45px;
	padding: 10px;
    background:#fff  url(../images/common/btn_arrow03.png) no-repeat 98% 50%;
	background-size:9px 10px;	
}

footer .wrap ul li a:hover {
	text-decoration:none;
	
}

footer .wrap ul li:before {
content:none;
}

footer .wrap ul li ul {
	display:none;
}


footer .wrap #other_wrap {
	margin: 0 0 30px;	
}

p.copyright {
	margin: 10px 0;
	font-size: 11px;	
}

span.wbka{
word-break:keep-all;
}
	
}

/* ページトップボタン
-------------------------------------------*/

#page-top1{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -100px;
  right: 10px;
  width: 60px;
  height:60px;
  padding: 20px 10px;
  background: rgba(0,0,0,0);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  background: url(../images/common/page_top.png) no-repeat;
  text-indent: -9999px; 
}
#page-top1:hover{ 
 
}

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

#page-top1{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -80px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 20px 10px;
  background: rgba(0,0,0,0);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  background: url(../images/common/page_top.png) no-repeat;
  background-size: 40px 40px;
  text-indent: -9999px; 
}
	
}

@media screen and (max-width: 767px) {
.title_sp{
display:block;
font-weight:bold;
}
.title{
display:none;
}
}

@media screen and (min-width: 767px){
.title_sp{
display:none;
}
.title{
display:block;
}
}