@charset "UTF-8";

/*
Theme Name:  ZEAL
Theme URI: http://zeaplus.co.jp/
Description: ZEAL
Version: 1.1
Author: ZEALPLUS
Author URI: http://zeaplus.co.jp/	
*/


/*
===== CONTENTS ================================================================================

	Index:
  - Base Style
  - Layout
  
===============================================================================================
*/



/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
http://fonts.googleapis.com/earlyaccess/notosansjapanese.css
*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}

.font-NotoSansJP-L { font-family: 'Noto Sans Japanese', sans-serif; }

.fn-Roboto {font-family: 'Roboto', sans-serif;}
    .fn-16 {font-weight: 300; font-size: 16px; letter-spacing: 3px; }
.fn-RobotoSlab {font-family: 'Roboto Slab', sans-serif;}




/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Base Setting
==========================================================*/

body { font: 14px/1.57 "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",  Helvetica, Arial, sans-serif; 
	 margin:0; padding: 0; background:#FFF; color:#464646;  font-weight: 400;  letter-spacing:0.6px;   -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased;}

	 
a       { text-decoration: none; color: #BC1653; }
a.underline:hover { text-decoration: underline;  }
a { outline:none;}
img { -ms-interpolation-mode: bicubic; max-width:100%; height:auto; }

:focus { outline: 0; }



.box-sizing {-webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.text-tategaki { writing-mode: tb-rl; writing-mode: vertical-rl; -ms-writing-mode: vertical-rl; -o-writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; }


.fn-mincho { font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", Times, serif; }
.fn-gothic{  font-family:"游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",  Helvetica, Arial, sans-serif; }



/* main-layout
==========================================================*/

body { }
#wrapper  { }
    #wrapper:before {z-index:100; position: fixed; top:0px; left: 0; content: ""; display: inline-block; width: 50%; height: 2px; background: #00489B;}
    #wrapper:after {z-index:100; position: fixed; top:0px; right: 0; content: ""; display: inline-block; width: 50%; height: 2px; background: #BC1653;}
.granwrap { padding: 0 30px}
.wrap{ margin:0 auto; max-width:1000px; }
.wrap700{ margin:0 auto; max-width:700px; }
.wrap800{ margin:0 auto; max-width:800px; }
.wrap900{ margin:0 auto; max-width:900px; }
.wrap1100{ margin:0 auto; max-width:1100px; }



/* header
==========================================================*/
header { z-index:99; width:100%; height:100px; height:82px; line-height: 1; background: #fff; }
header.fixed { position: fixed; }
header.fixed #logo{float: left; padding-top: 14px; }
header.fixed #g-menu{ padding-top: 34px; }


#headerContainer { position: relative; width:100%; padding: 0 50px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}


#logo{float: left; padding-top: 27px; }

#g-menu{ font-family: 'Roboto', sans-serif; float: right; padding-top: 47px; }
#g-menu a { }
#g-menu li{ float: left; margin-left: 33px; position: relative;  }
	#g-menu li:before {position: absolute; bottom:-10px; left: 0; content: ""; display: inline-block; width: 0; height: 1px; background: #00489B; -webkit-transition: .4s; transition: .4s; }
	#g-menu li:hover:before { width: 100%;}




/* footer
==========================================================*/
#footerContainer { padding:40px 20px; background: #F0F0F0;}

#footer{}
	#footer a{ color:#464646; }
	.ft-logoInner{ width: 190px; float: left;  font-size:13px; line-height:1.8;  }
    .ft-logoInner p{ margin-bottom: 10px;}
    .ft-logoInner address{ padding-bottom: 15px; letter-spacing: 1.5px; }
	.ft-logo{ margin-bottom: 30px; line-height: 1; }
    

    .ft-logoInner .ft-btn-icn { width: 160px; text-align: center; line-height: 1; letter-spacing: 3px; margin-bottom: 10px;}
	.ft-logoInner .ft-btn-icn a{ display: block; color: #00489B;  position: relative; padding: 10px 0; -webkit-transition: .4s; transition: .4s; z-index: 2; }
	.ft-logoInner .ft-btn-icn a:after{z-index:1; position: absolute; top:0px; left: 0; content: ""; display: inline-block; width: 50%; height: 100%; border: solid 1px #00489B; border-right: none;}
    .ft-logoInner .ft-btn-icn a:before{z-index:1; position: absolute; top:0px; right: 0; content: ""; display: inline-block; width: 50%; height: 100%;  border: solid 1px #BC1653; border-left: none;}


/*.footermenu-Inner{ width:80%; width: -moz-calc(100% - 190px); width: -webkit-calc(100% - 190px); width: calc(100% - 190px); max-width: 780px;
    float: right; margin-left:-20px; }*/
.footermenu-Inner{ width:80%; width: -moz-calc(100% - 880px); width: -webkit-calc(100% - 880px); width: calc(100% - 880px); max-width: 780px;
    float: right; margin-left:-20px; }
	#footer .footermenu { float:left; width:22%; width: -moz-calc(25% - 20px); width: -webkit-calc(25% - 20px); width: calc(25% - 20px); 
        margin-left:20px; font-size:12px; line-height:1.4;  }
		#footer .footermenu li{ margin-bottom:10px; }
		#footer .footermenu .lesp-n{ }
	#footer .footermenu1 {}
	#footer .footermenu2 { }
	#footer .footermenu3 { }
	#footer .footermenu4 { }
	#footer .footermenu5 { }
	#footer .footermenu li.ftmenu-cate{  padding-bottom: 20px; margin-bottom:25px; font-weight: 300; font-size: 16px; letter-spacing: 3px;  color: #00489B; border-bottom:1px solid #BC1653; }

#footer-line2{ padding: 30px 20px; background: #F0F0F0; border-top: 1px solid #cacaca; overflow:hidden; position: relative;} 
    #footer-line2:before {z-index:100; position: absolute; bottom:0px; left: 0; content: ""; display: inline-block; width: 50%; height: 2px; background: #00489B;}
    #footer-line2:after {z-index:100; position: absolute; bottom:0px; right: 0; content: ""; display: inline-block; width: 50%; height: 2px; background: #BC1653;}

    .ftmenu-2{ float:left ; font-size: 12px;}
	.ftmenu-2 a{ color:#464646; }
    #copyright{ float:right; max-width:70%;  text-align:right; letter-spacing: normal; }

#pagetop{ font-weight: 300; font-size: 10px; letter-spacing: 2px; line-height:1;  text-align: center; padding: 70px 0 45px;}
    #pagetop img{ margin-bottom: 10px;}
    #pagetop a{ }



.ft-logoInner .ft-btn-icn { display:inline-block; margin-right:10px;}

.ft-logoInner {
	width:880px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:flex-start;
	}
.ft-logoInner span {
	display:block;
	margin-bottom:5px;
	}
.ft-patner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-left:50px;
	padding-right:50px;
	box-sizing:border-box;
}

.ft-patner img.ms{
	width:209px !important;
	max-width:209px !important;
	margin-right:40px;
}
.ft-patner img.jsa{
	width:177px !important;
	max-width:177px !important;
}

@media screen and (max-width: 1520px) {
	.ft-logoInner {
		width:660px;
	}
	.footermenu-Inner{ width: -moz-calc(100% - 660px); width: -webkit-calc(100% - 660px); width: calc(100% - 660px); }
	.ft-patner {
		display: block;
		width:209px;
	}
	.ft-patner img.ms{
		margin-right:0;
		margin-bottom:30px;
	}
}

@media screen and (max-width: 1200px) {
	.ft-logoInner {
		width:350px;
		display:block;
	}
	.footermenu-Inner{ width: -moz-calc(100% - 350px); width: -webkit-calc(100% - 350px); width: calc(100% - 350px); }
	.ft-patner {
		padding-top:50px;
		padding-left:0px;
	}
}

@media screen and (max-width: 950px) {
	.footermenu-Inner{ width: -moz-calc(100% - 210px); width: -webkit-calc(100% - 210px); width: calc(100% - 210px); }
	.ft-logoInner {
	width:210px;
	}
}

@media screen and (max-width: 780px) {
	.ft-logoInner .ft-btn-icn { display:block; margin-right:0;}
	.ft-patner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		padding-left:0;
		padding-right:0;
		width:100%;
	}
	.ft-patner a{
		width:50%;
		margin-right:10%;
	}
	.ft-patner a img.ms{
		width:100% !important;
		max-width:100% !important;
	}
	.ft-patner img.jsa{
		width:40% !important;
		max-width:40% !important;
	}
}

/* content
==========================================================*/
#Container{  padding-top: 13px;  padding-top: 31px;} 
#Container.fixed{ padding-top: 113px;} 


.pages{}

#h1outer { position: absolute; top: -100%; }


/* ttl / fonts */
.fontblue{ color: #00489B; }
.fontred{ color: #BC1653; }


/* button */
.btn_readmoreInner{ position: relative; z-index: 2; line-height: 1; text-align: center; width: 200px; margin: 0 auto;
font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 16px; letter-spacing: 3px; }
    .btn_readmoreInner:before {z-index:2; position: absolute; top:0px; left: 0; content: ""; display: inline-block; width: 50%; height: 1px; background: #00489B;}
    .btn_readmoreInner:after {z-index:2; position: absolute; top:0px; right: 0; content: ""; display: inline-block; width: 50%; height: 1px; background: #BC1653;}
    .btn_readmore:before {z-index:2; position: absolute; bottom:0px; left: 0; content: ""; display: inline-block; width: 50%; height: 1px; background: #00489B;}
    .btn_readmore:after {z-index:2; position: absolute; bottom:0px; right: 0; content: ""; display: inline-block; width: 50%; height: 1px; background: #BC1653;}
.btn_readmore { }
.btn_readmoreInner img.more{ vertical-align:text-top; padding-left: 17px; margin-right: -35px;-webkit-transition: .4s; transition: .4s; }

.btn_readmoreInner a{ display: block; color: #174A97;padding: 15px 5px; }
.btn_readmoreInner a:hover img.more { -webkit-transition: .4s; transition: .4s;margin-right: -40px;}


/* 2: layout
----------------------------------------------------------------------------------------------*/

/* 2column commons name
*/

.col{ }
	.col-l{ float:left; }
	.col-r{ float:right; }


/* Turn use name */
.elm01{}
.item{}




.commonbnr-section { padding-top: 50px; overflow: hidden;}
.commonbnr-grid { margin-left: -20px; margin-right: -5px; line-height: 1; display: flex;}
    .commonbnr-grid li { text-align: left; width:46%; width: -moz-calc(50% - 20px); width: -webkit-calc(50% - 20px); width: calc(50% - 20px);  
        margin-left: 20px; margin-bottom: 20px; }
    .commonbnr-grid li a{ display: block; color: #fff; position: relative; min-height: 350px; overflow: hidden;}
    .commonbnr-grid li a:after { position: absolute; content: ""; display: block; width: 100%; height: 100%; top: 0; -webkit-transition: all .4s; transition: all .4s; z-index: 1;}
    .commonbnr-grid li a:hover:after {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
    }
    .commonbnr-grid li:nth-of-type(1) a:after{ background: url('../images/common/bnr_about.jpg') center 50% no-repeat; background-size: cover; }
    .commonbnr-grid li:nth-of-type(2) a:after{ background: url('../images/common/bnr_recruit.jpg') center 50% no-repeat; background-size: cover; }
    .commonbnr-grid li.grid-service a:after{ 
    background: rgb(24,74,249);
    background: -moz-linear-gradient(35deg, rgb(24,74,249) 10%, rgb(188,22,83) 80%);
    background: -webkit-linear-gradient(35deg, rgb(24,74,249) 10%,rgb(188,22,83) 80%);
    background: linear-gradient(35deg, rgb(24,74,249) 10%,rgb(188,22,83) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184af9', endColorstr='#bc1653',GradientType=1 );
    }
     .commonbnr-grid li.grid-service a:hover:after {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }
    

    .commonbnr-grid dl { text-align: center; position: relative; z-index: 2; }     
    .commonbnr-grid dt { line-height: 1.57; font-size: 30px; letter-spacing: 5px; padding-top: 115px; margin-bottom: 35px; } 
    .commonbnr-grid dd { }

    .commonbnr-ttl{ color: #00489B; font-weight: 300; font-size: 35px; letter-spacing: 3px;  display: inline-block; position: relative; margin-bottom: 18px;}
	.commonbnr-ttl:after{ position: absolute; content: ""; bottom: 4px; right: -60px; width: 50px; height: 1px; background: #BC1653;}


.hitgradient {
    background: rgb(24,74,249);
    background: -moz-linear-gradient(35deg, rgb(24,74,249) 10%, rgb(188,22,83) 80%);
    background: -webkit-linear-gradient(35deg, rgb(24,74,249) 10%,rgb(188,22,83) 80%);
    background: linear-gradient(35deg, rgb(24,74,249) 10%,rgb(188,22,83) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184af9', endColorstr='#bc1653',GradientType=1 );
}


/*HACK*/
.commonbnr-grid .btn_readmoreInner { display: block; color: #174A97; padding: 15px 5px; background-color: rgba(255,255,255,0.8);}
.commonbnr-grid li:hover .btn_readmoreInner img.more { -webkit-transition: .4s; transition: .4s; margin-right: -40px;}







/* pages
==========================================================*/



/* INDEX
----------------------------------------------------------------------------------------------*/


#pn_ind-topics{ margin-top: -82px; padding-top: 82px;}
#pn_ind-service{ margin-top: -82px; padding-top: 82px;}

.ind_mainvisual{ background: url('../images/index/ind-main.jpg') center 50% no-repeat; background-size: cover; width: 100%; height: 420px; text-align: center;  display: table; }
    .ind_mission-bnrInner{ display: table-cell; vertical-align: middle;}
    .mission_enttl{ font-weight: 300; font-size: 25px; letter-spacing: 3px; color: #174A97; padding: 35px 0 5px; }
    .mission_jpttl{ font-size: 45px; letter-spacing: 6px; color: #174A97; margin-bottom: 40px;}


.ind-topics-section{ max-width: 1080px; margin: 0 auto;　}
.ind-topics-section .col-box{ display: table;}
    .ind-topics-section .col-tt{ display: table-cell; width: 120px; border-left: 1px solid #00489B; border-right: 1px solid #BC1653; }
    .ind-topics-ttl{ text-align: center; width: 100%; min-height: 70px; line-height: 70px; }
.ind-topics-section .col-bd{ display: table-cell; width:80%; width: -moz-calc(100% - 190px); width: -webkit-calc(100% - 190px); width: calc(100% - 190px); margin-right: 70px;}
    .ind-topicsInner{ padding: 0 100px 0px 30px; }
        .ind-topicsInner li{ padding: 22px 0 0; clear: left; }
        .ind-topicsInner li span { width:120px; display: inline-block; letter-spacing: 2px; margin-bottom: 1px; float: left; font-family: 'Roboto', sans-serif; }
        .ind-topicsInner li a { color:#464646; }
        .ind-topicsInner li:last-child { padding-bottom: 22px;}
.ind-topics-nav{ position: absolute; background: #BC1653; width:70px; height: 70px; top: -70px; right: 0; z-index: 1; cursor: pointer; }


.ind-service-section{ color: #fff; text-align: center; padding: 50px 0; overflow: hidden;
background: rgb(188,22,83);
background: -moz-linear-gradient(35deg, rgb(188,22,83) 10%, rgb(24,74,249) 40%, rgb(24,74,249) 60%, rgb(188,22,83) 85%);
background: -webkit-linear-gradient(35deg, rgb(188,22,83) 10%,rgb(24,74,249) 40%,rgb(24,74,249) 60%,rgb(188,22,83) 85%);
background: linear-gradient(35deg, rgb(188,22,83) 10%,rgb(24,74,249) 40%,rgb(24,74,249) 60%,rgb(188,22,83) 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1653', endColorstr='#bc1653',GradientType=1 );}

.ind_service_enttl{ font-weight: 300; font-size: 35px; letter-spacing: 3px; position: relative; line-height: 1; padding-bottom: 20px; margin-bottom: 25px;}
	.ind_service_enttl:after{ position: absolute; content: ""; bottom: 0px; left: 50%; margin-left: -25px; width: 50px; height: 1px; background: #FFF;}
.ind-service-section a{ color: #fff;  }

.ind_service_read{ font-size: 16px; line-height: 1.87; margin-bottom: 55px;}


.ind_service_grid { margin-left: -20px; line-height: 1; overflow: hidden;}
    .ind_service_grid li { float: left; text-align: left; 
        width:46%; /*width: -moz-calc(50% - 20px); width: -webkit-calc(50% - 20px); width: calc(50% - 20px);  */
        /*reaction　EDGE*/
        width: -moz-calc(50% - 50px); width: -webkit-calc(50% - 20px); width: calc(50% - 20px);  
        margin-left: 20px; margin-bottom: 20px; position: relative; overflow: hidden; }
    .ind_service_grid li:after { position: absolute;content: ""; display: block; width: 100%; height: 100%; top: 0; -webkit-transition: all .4s; transition: all .4s; z-index: 1;}
    .ind_service_grid li:hover:after {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
    }
    .ind_service_grid li.ind_service06:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .ind_service_grid dl { line-height: 1.57; text-align: center; margin: 50px auto 0; position: relative; z-index: 2; }     
    .ind_service_grid dt { font-weight: 100; font-size: 40px; letter-spacing: 3px; } 
    .ind_service_grid dd {font-size: 20px; letter-spacing: 5px; margin-bottom: 50px; }
    .ind_service_grid a { display: block; min-height: 350px;  position: relative; z-index: 2; }

    .ind_service_grid li.ind_service01:after{ background: url('../images/index/bnr_ind-service01.jpg') center 50% no-repeat; background-size: cover; }
    .ind_service_grid li.ind_service02:after{ background: url('../images/index/bnr_ind-service02.jpg') center 50% no-repeat; background-size: cover; }
    .ind_service_grid li.ind_service03:after{ background: url('../images/index/bnr_ind-service03.jpg') center 50% no-repeat; background-size: cover; }
    .ind_service_grid li.ind_service04:after{ background: url('../images/index/bnr_ind-service04.jpg') center 50% no-repeat; background-size: cover; }
    .ind_service_grid li.ind_service05:after{ background: url('../images/index/bnr_ind-service05.jpg') center 50% no-repeat; background-size: cover; }
    .ind_service_grid li.ind_service06:after{ background: url('../images/index/bnr_ind-service06.jpg') center 50% no-repeat; background-size: cover; }

.ind_service_grid li.ind_service02,
.ind_service_grid li.ind_service04{ margin-right: -5px;}
    .ind_service_grid li.ind_service05,
    .ind_service_grid li.ind_service06{ width:96%; width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: calc(100% - 20px);}
        .ind_service_grid li.ind_service05 dl, .ind_service_grid li.ind_service06 dl { margin-top: 35px;}
    
    .ind_service_grid li.ind_service06 { display: block; min-height: 350px; }
    .ind_service_grid li.ind_service06 dt{ margin-bottom: 35px;}
    .ind_service_grid li.ind_service06 ol li{ background: #fff; width:30%; width: -moz-calc(33.33% - 20px); width: -webkit-calc(33.33% - 20px); width: calc(33.33% - 20px); margin: 0 10px; 
            height: 100px; line-height: 0; }
    .ind_service_grid li.ind_service06 ol li a{ padding-left: 25px; min-height: auto; -webkit-transition: .4s; transition: .4s; position: relative; }
    .ind_service_grid li.ind_service06 ol li a:hover{ padding-left: 30px; -webkit-transition: .4s; transition: .4s; position: relative; }
    .ind_service_grid li.ind_service06 ol li img { vertical-align: middle;}
    /*HACK*/
    .ind_service_grid li.ind_service06 .btn_readmoreInner img.more{ vertical-align: middle; padding-left: 0px; margin-right: 0px; }
    .ind_service_grid li.ind_service06 ol li:hover .btn_readmoreInner img.more { margin-right: 0px; margin-right: 0px;}



/*HACK*/
.ind_service_grid .service_num { margin: 20px 0 0 20px; font-size:  40px; }
.ind_service_grid .btn_readmoreInner { display: block;  color: #174A97;padding: 12px 5px; background-color: rgba(255,255,255,0.8);}
.ind_service_grid li:hover .btn_readmoreInner img.more { -webkit-transition: .4s; transition: .4s;margin-right: -40px;}






/* SERVICE
----------------------------------------------------------------------------------------------*/
.service_num { display: inline-block; padding: 6px 0; margin: 30px 0 0 30px;font-size:  60px; font-weight: 100; line-height: 1; position: relative; z-index: 2; }
.service_num:before{z-index:2; position: absolute; top:0px; left: 0; content: ""; display: inline-block; width: 100%; height: 1px; background: #FFF;}
.service_num:after{z-index:2; position: absolute; bottom:0px; left: 0; content: ""; display: inline-block; width: 100%; height: 1px; background: #FFF;}


.service-main{ min-height: 420px; color: #fff;}
    .service-main .service-mainInner { line-height: 1.57; text-align: center; margin: 55px auto 0; position: relative; z-index: 2; }     
        .service-main .service-mainttl { font-weight: 100; font-size: 60px; letter-spacing: 3px;  margin-bottom: 5px; } 
        .service-main .service-subttl {font-size: 30px; letter-spacing: 5px; margin-bottom: 0px; }

    #service-01{ background: url('../images/service/service01_bg.jpg') center 50% no-repeat; background-size: cover; }
    #service-02{ background: url('../images/service/service02_bg.jpg') center 50% no-repeat; background-size: cover; }
    #service-03{ background: url('../images/service/service03_bg.jpg') center 50% no-repeat; background-size: cover; }
    #service-04{ background: url('../images/service/service04_bg.jpg') center 50% no-repeat; background-size: cover; }
    #service-05{ background: url('../images/service/service05_bg.jpg') center 50% no-repeat; background-size: cover; }
    #service-06{ background: url('../images/service/service06_bg.jpg') center 50% no-repeat; background-size: cover; }

    .service-mainread{ width: 100%; height: 200px; display: table; vertical-align: middle; color: #FFF; font-size: 26px; line-height: 1.6; text-align: center;}
    .service-mainreadInner{ display: table-cell; vertical-align: middle; }


.service_ttlInner {position: relative; text-align: center; padding-bottom: 20px; margin-bottom: 60px;}
    .service_ttlInner:after{ position: absolute; content: ""; bottom: 0px; left: 50%; margin-left: -25px; width: 50px; height: 1px; background: #BC1653;}
    .service_ttl { letter-spacing: 3px; font-size: 30px; }
    .service_subttl { font-weight: 100; font-size: 18px; }

.commoncontact-section{ color: #fff;text-align: center; padding: 70px 0 90px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.commoncontact-tel{ font-weight: 100; font-size: 30px; letter-spacing: 3px; margin-top: 40px;  }
a.btn-commoncontact-mail{ background: #fff; color: #00489B;  font-size: 20px; margin: 22px auto; max-width: 400px; padding: 13px 0; display: block;}

    /*HACK*/
    .commoncontact-section .service_ttlInner:after {background: #FFF;}
    #service-06.service-main .service-mainInner { margin-top: 0;} 
    #service-06.service-main .service-subttl { letter-spacing: 1px; margin-bottom: 30px; }


/* other common */
.sbg-g{ background: #F0F0F0; padding: 70px 0 100px; }
.sbg-b{ background: #EBF5FC; padding: 70px 0 100px; }
.sbg-w{ background: #FFF; padding: 70px 0 100px; }
.service-bgwbox{ background: #FFF; }

.topline:before { z-index:2; position: absolute; top:0px; left: 0; content: ""; display: inline-block; width: 50%; height: 1px; background: #00489B;}
.topline:after { z-index:2; position: absolute; top:0px; right: 0; content: ""; display: inline-block; width: 50%; height: 1px; background: #BC1653;}



@media screen and (max-width: 1140px) {
.service-mainread{ padding-left: 30px;  padding-right: 30px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
}
@media screen and (max-width: 920px) {
.service-mainread{ height:auto; min-height: 200px; padding: 40px 30px; }
}  




/* service 01
-------------------*/
    .service-01-read{  width: 100%; height: 500px; display: table; color: #FFF;
        background: url('../images/service/01/service01_2ndimg.jpg') center 50% no-repeat; background-size: cover; }
        .service-01-readInner{ display: table-cell; vertical-align: middle; }
        .service-01-readInner dl { max-width: 610px; margin-left:40%; margin-left: -moz-calc(100% - 660px); margin-left: -webkit-calc(100% - 660px); margin-left: calc(100% - 660px);}
        .service-01-readInner dt{ font-size: 30px; margin-bottom: 25px;}
        .service-01-readInner dd{ font-size: 16px;}
    
.service-01-c1-ttl{ font-size: 30px; letter-spacing: 4px; text-align: center; margin-bottom: 50px;}
.service-01Inner{ margin-bottom: 70px;}
    .service-01Inner .service-01-c2-ttl{ color: #00489B; font-size: 30px; letter-spacing: 4px; margin: 25px 0 15px;}
    .service-01Inner .service-01-c2-AI { display: flex; max-width: 832px; margin: 0 auto 25px; }
        .service-01Inner .service-01-c2-AI li:nth-of-type(1){ width:42%; }
        .service-01Inner .service-01-c2-AI li:nth-of-type(2){ width:16%; }
        .service-01Inner .service-01-c2-AI li:nth-of-type(3){ width:42%; }
    .service-01Inner .service-01-icnbg{ font-family: 'Roboto Slab', sans-serif; font-size: 16px; letter-spacing: 0; line-height: 50px; background:#BC1653; color: #BC1653; border-radius: 3px; display: inline-block; margin-right: 20px; position: relative; width: 50px; height: 50px; text-align: center;}
    .service-01Inner .service-01-icnbg:before { position: absolute; top:5px; left: 5px; content: ""; display: inline-block; background: #FFF; width: 40px; height: 40px; border-radius: 20px; }
    .service-01Inner .service-01-icnbg span{ position: relative; display: inline-block; z-index: 2; }
    .service-01Inner dl{}
    .service-01Inner dt{  color: #00489B; font-size: 25px; letter-spacing: 2px; margin-bottom: 20px;  }
    .service-01Inner dd{}


    /* HACK */
    .service-01Inner .service-bgwbox{ padding: 50px 0; text-align: center; margin-bottom: 30px;}
    .service-01Inner.service-01Inner-RoBo .service-01-icnbg { line-height: 1; }
    .service-01Inner.service-01Inner-RoBo .service-01-icnbg span { top: 9px;}
    .service-01Inner.service-01Inner-AR .elm01{ position: absolute; left: 50%; top: 60%; width: 363px; z-index: 1; background: #ddd; padding: 15px;  background-color: rgba(255,255,255,0.7); border: 3px solid #BC1653; }


@media screen and (max-width: 920px) {
    .service-01Inner.service-01Inner-AR .elm01{ left: auto; right: 3%; top: 59.6%;  }
}  




/* service 02
-------------------*/
.service-02Inner{}
.service-02-c1-read{ text-align: center; font-size: 16px; line-height: 1.9; margin-bottom: 40px; }
.service-02-c1Inner { letter-spacing: normal; }

    .service-02-c1-cloud { display: table;}
    .service-02-c1-cloud li{ display: table-cell; vertical-align:bottom;  width: 166px; height: 100px; padding-bottom: 22px; 
        font-size: 17px;  line-height: 1.2; font-weight: bold;
        background: url('../images/service/02/service02_c1_icn.png') center 0 no-repeat; background-size: 166px auto; color: #BC1653; }
    .service-02-c1-cloud.service-02-c1-cloud01 { width: 591px; width: 611px; margin: 0 auto;}
    .service-02-c1-cloud.service-02-c1-cloud01 li{ padding: 0 15px 22px;}
    .service-02-c1-cloud.service-02-c1-cloud02 { position: relative; width: 100%;}
    .service-02-c1-cloud.service-02-c1-cloud02 li:nth-of-type(1){ position: absolute; left: 0; top: 0; display: block;  padding-top: 75px; }
    .service-02-c1-cloud.service-02-c1-cloud02 li:nth-of-type(2){ position: absolute; left: 0; top: 141px; display: block;  padding-top: 75px;  }
    .service-02-c1-cloud.service-02-c1-cloud02 li:nth-of-type(3){ position: absolute; right: 10px; top: 0; display: block; padding-top: 50px; }


    .service-02-c1-center-box{ background: #EBF5FC; width: 420px; padding: 45px 25px 15px; margin: 18px auto 0; position: relative; }
        .service-02-c1-center-box:before { z-index:1; position: absolute; top:-18px; left: -55px; content: ""; display: inline-block; width: 530px; height: 200px;
        background: url('../images/service/02/service02_c1_fukisashi.png') center 0 no-repeat;  background-size: 530px auto; }
        .service-02-c1-center-box ul{  display: flex; font-weight: bold; line-height: 1.2; margin-bottom: 20px;}
        .service-02-c1-center-box li{ background: #00489B; color: #fff; width: 33.33%; display: flex; align-items: center; justify-content: center; margin: 0 7px; padding: 15px 0 10px;}
        .service-02-c1-center-box p{color:#00489B;  }


    .service-02-c1-left-box{ position: absolute; right: 0; top: -80px; width: 180px; }
        .service-02-c1-left-box ul{ }
        .service-02-c1-left-box li{ background: #BC1653; color: #fff;  padding: 2px 0; margin-bottom: 5px; }
        .service-02-c1-left-box p{ font-size: 11px; margin: 10px -5px;}

    .service-02-c1-center-box-b{ background: url('../images/service/02/service02_c1_arw.png') center 0 no-repeat;  background-size: 35px auto; margin-top: 10px;}
    .service-02-c1-center-box-b p{ display: inline-block;  height: 73px; line-height: 73px; margin-left: 220px; }


    .service-02-c1-center-box-c{ background: #464646; color: #fff; width: 420px; padding: 15px 25px 13px; margin: 10px auto 0;font-size: 18px; line-height: 1.2; }
    .service-02-c1-center-box-c span{ font-size: 14px;}


.service-02-c2-ttl{ font-size: 30px; line-height: 1.33; text-align: center; margin-bottom: 45px;}
.service-02-c2Inner{}
.service-02-c2box{}
.service-02-c2box ul{ display: flex; margin: 0 -1.5%;}
.service-02-c2box li{ background: #fff; padding: 25px 40px 40px; position: relative; width: 48.5%; max-width: 485px; margin: 0 1.5%;}
.service-02-c2box li dt{ text-align: center; font-size: 20px; margin-bottom: 15px;}
.service-02-c2box li dt span { display: block; line-height: 1; }

    .service-02-c2box.service-02-c2box-a ul { display: block; max-width: 485px; margin: 0 auto;}
    .service-02-c2box.service-02-c2box-a li{ width: 100%; margin: 0 0;}


.service-02-c3Inner{ background: #fff; padding: 35px 40px; }
.service-02-c3Inner dt {text-align: center; font-size: 20px; margin-bottom: 15px;}


.service-02-c4-ttl {font-size: 20px; margin-bottom: 20px;}
.service-02-c4Inner {}
.service-02-c4Inner dl{ background: #F0F0F0; padding: 30px 28px; margin-bottom: 20px;}
.service-02-c4Inner dt{ font-size: 24.5px; margin-right: -10px; margin-bottom: 18px;}
.service-02-c4Inner dd.elm01{ font-size: 16px; margin-bottom: 8px; }
.service-02-c4Inner dd.elm01 a{ color: #00489B; }
.service-02-c4Inner dd.elm02{ font-size: 15px; }


    /* HACK */
    .service-02-c1Inner .service-bgwbox{ padding: 40px 65px 45px; text-align: center; margin-bottom: 70px;}
    .service-02-mainreadbox span{ display: inline-block; vertical-align: middle;}
    .service-02-mainreadbox span:nth-of-type(2){ padding-left: 45px; text-align: left; }




@media screen and (max-width: 1140px) {
    .service-02mainreadInner{ height:auto; min-height: 200px; padding: 40px 30px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
    .service-02-mainreadbox span:nth-of-type(1) { display: block; text-align: center; margin-bottom: 10px;}
    .service-02-mainreadbox span:nth-of-type(2){ padding-left: 0px; text-align: left; }
}

@media screen and (max-width: 1040px) {
.service-02-c1Inner { background: #FFF;}
.service-02-c1Inner .service-bgwbox { background: none; width: 1000px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; 
    -ms-transform-origin:50% 50%; -webkit-transform-origin:50% 50%; transform-origin:50% 50%; position: relative; left: 50%; margin-left: -500px;
    -ms-transform:scale(0.85);-webkit-transform:scale(0.85);transform:scale(0.85);}
}  
@media screen and (max-width: 950px) {
.service-02-c1Inner .service-bgwbox { -ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);padding-top: 25px; padding-bottom: 25px; }
}  
@media screen and (max-width: 900px) {
.service-02-c1Inner .service-bgwbox { -ms-transform:scale(0.75);-webkit-transform:scale(0.75);transform:scale(0.75);}
}  
@media screen and (max-width: 850px) {
.service-02-c1Inner .service-bgwbox { -ms-transform:scale(0.7);-webkit-transform:scale(0.7);transform:scale(0.7);}
}  



/* service 03
-------------------*/

.service-03-c1-read{text-align: center; font-size: 16px; line-height: 1.9; margin-bottom: 40px; }
.service-03-c1Inner{background: #fff; padding: 30px;}
.service-03-c1-table{ width: 100%; font-size: 16px; border-left: 1px solid #BC1653; border-bottom: 1px solid #BC1653; }
    .service-03-c1-table th{ background: #BC1653; border-right: 1px solid #BC1653; color: #fff; padding: 8px 10px; }
    .service-03-c1-table td{ padding: 8px 10px ;border-right: 1px solid #BC1653; }
.service-03-c1-table th.elm01 { border-right: 1px solid #fff; width: 230px;}    
.service-03-c1-table td.elm01 { width: 230px;}
.service-03-c1-table tr{ background: #F3D7DA;  }
.service-03-c1-table tr:nth-child(even) {background: #F9ECED;}

.service-03-c2Inner{ background: #fff; padding: 35px 40px; margin-bottom: 30px; }
.service-03-c2Inner dt {text-align: center; font-size: 20px; margin-bottom: 15px;}


.service-03-c3Inner {  }
.service-03-c3Inner .service-bgwbox { padding: 50px 30px; display: flex;}
.service-03-c3-left{ width: 250px; padding-top: 40px;}
.service-03-c3-left ul{ position: relative; font-size: 18px;}
.service-03-c3-left li{ background: #00489B; color: #fff; margin-bottom: 10px; padding: 10px 5px; text-align: center;  height: 30px; line-height: 30px; }
.service-03-c3-left li:nth-child(4){ position: absolute; width: 30px; padding: 25px 10px 0; height: 145px; vertical-align: middle; line-height: 1.1; }
.service-03-c3-left li:nth-child(5) ,.service-03-c3-left li:nth-child(6) ,.service-03-c3-left li:nth-child(7) { width:  180px; margin-left: 60px;}

.service-03-c3-right{width: 525px; margin-left: 45px;}
.service-03-c3-right li{ height: 50px; line-height: 50px; margin-bottom: 10px; font-size: 16px; color: #fff; padding:0 10px; position: relative; display: flex;
background: rgb(87,116,181);
background: -moz-linear-gradient(left, rgb(87,116,181) 10%, rgb(255,255,255) 50%, rgb(87,116,181) 90%);
background: -webkit-linear-gradient(left, rgb(87,116,181) 10%,rgb(255,255,255) 50%,rgb(87,116,181) 90%);
background: linear-gradient(to right, rgb(87,116,181) 10%,rgb(255,255,255) 50%,rgb(87,116,181) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5774b5', endColorstr='#5774b5',GradientType=1 );
}
.service-03-c3-right li:nth-child(4), 
.service-03-c3-right li:nth-child(5), 
.service-03-c3-right li:nth-child(6){ 
background: rgb(201,82,110);
background: -moz-linear-gradient(left, rgb(201,82,110) 10%, rgb(255,255,255) 50%, rgb(201,82,110) 90%);
background: -webkit-linear-gradient(left, rgb(201,82,110) 10%,rgb(255,255,255) 50%,rgb(201,82,110) 90%);
background: linear-gradient(to right, rgb(201,82,110) 10%,rgb(255,255,255) 50%,rgb(201,82,110) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9526e', endColorstr='#c9526e',GradientType=1 );
}
.service-03-c3-right li:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0; 
    left: -50px;
    border: 25px solid transparent;
    border-right: 25px solid #5774B5;
}
.service-03-c3-right li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0; 
    right: -50px;
    border: 25px solid transparent;
    border-left: 25px solid #5774B5;
}
.service-03-c3-right li:nth-child(4):after, 
.service-03-c3-right li:nth-child(5):after, 
.service-03-c3-right li:nth-child(6):after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0; 
    left: -50px;
    border: 25px solid transparent;
    border-right: 25px solid #C9526E;
}
.service-03-c3-right li:nth-child(4):before, 
.service-03-c3-right li:nth-child(5):before, 
.service-03-c3-right li:nth-child(6):before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0; 
    right: -50px;
    border: 25px solid transparent;
    border-left: 25px solid #C9526E;
}


.service-03-c3-right li span:nth-child(1){ width: 50%; display: inline-block; }
.service-03-c3-right li span:nth-child(2){ width: 50%; display: inline-block; text-align: right;}

.service-03-c3-ttl-top{ background: #464646; color: #fff; text-align: center; height: 30px; line-height: 30px; font-size: 18px; margin-bottom: 10px;}
    .service-03-c3-ttl-btm{ background: #464646; color: #fff; text-align: center; height: 30px; line-height: 30px; font-size: 18px;}


.service-03-c4-ttl {font-size: 20px; margin-bottom: 20px;}
.service-03-c4Inner { background: #F0F0F0; padding: 30px;}
.service-03-c4-table{ width: 100%; font-size: 16px; border-left: 1px solid #00489B; border-bottom: 1px solid #00489B; }
    .service-03-c4-table th{ background: #00489B; border-right: 1px solid #fff; color: #fff; padding: 8px 10px; }
    .service-03-c4-table th.elm04{ border-right: 1px solid #00489B;  }
    .service-03-c4-table td{ padding: 18px 10px ; border-right: 1px solid #00489B; letter-spacing: normal; vertical-align: middle;}
    .service-03-c4-table td.elm04{  font-size: 14px; padding-right: 18px;}
    .service-03-c4-table .elm01 { width: 30px; padding-left: 5px; padding-right: 5px; text-align: center;}
    .service-03-c4-table .elm02 { width: 165px; padding-right: 5px;  }
    .service-03-c4-table .elm03 { width: 80px; padding-left: 5px; padding-right: 5px; text-align: center;}
.service-03-c4-table tr {background: #D1D5EB;}
.service-03-c4-table tr:nth-child(even) {background: #E8EAF5;}






@media screen and (max-width: 1000px) {
.service-03-c3Inner { background: #fff;}
.service-03-c3Inner .service-bgwbox { background: none;  width: 880px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; 
    -ms-transform-origin:50% 50%; -webkit-transform-origin:50% 50%; transform-origin:50% 50%; position: relative; left: 50%; margin-left: -440px;
    -ms-transform:scale(0.85);-webkit-transform:scale(0.85);transform:scale(0.85);}
}  
@media screen and (max-width: 900px) {
.service-03-c3Inner .service-bgwbox { -ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8); padding-top: 25px; padding-bottom: 25px; }
}  
@media screen and (max-width: 850px) {
.service-03-c3Inner .service-bgwbox { -ms-transform:scale(0.75);-webkit-transform:scale(0.75);transform:scale(0.75);}
}  
@media screen and (max-width: 800px) {
.service-03-c3Inner .service-bgwbox { -ms-transform:scale(0.7);-webkit-transform:scale(0.7);transform:scale(0.7);}
}  




/* service 04
-------------------*/
.service-04Inner{}
.service-04-c1-read{ text-align: center; font-size: 16px; line-height: 1.9; margin-bottom: 30px; }

.service-04-c1Inner ul{ display: flex; margin: 0 -1.5%;}
.service-04-c1Inner li{ background: #fff; padding: 35px 38px 40px; position: relative; width: 48.5%; margin: 0 1.5%;}
.service-04-c1Inner li dt{ text-align: center; font-size: 20px; margin-bottom: 15px;}


.service-04-c2Inner ul{ display: flex; margin: 0 -1%;}
.service-04-c2Inner li{ background: #fff; padding: 30px; width: 32.33%; margin: 0 1%;}
.service-04-c2Inner li dt{ font-size: 20px; margin-bottom: 20px;}


.service-04-c3-ttl {font-size: 20px; margin-bottom: 20px;}
.service-04-c3Inner {}
.service-04-c3Inner dl{ background: #F0F0F0; padding: 30px 28px; margin-bottom: 40px;}
.service-04-c3Inner dt{ font-size: 25px;  margin-bottom: 10px;}
.service-04-c3Inner dt.elm01{ margin-bottom: 0px; }



/* service 05
-------------------*/
.service-05Inner{ }

.service-05-c1Inner ul{ display: flex;  margin: 0 -1.5% 3%; }
.service-05-c1Inner li{ background: #fff; padding: 35px 38px 40px; position: relative; max-width: 485px; width: 48.5%; margin: 0 1.5%;}
.service-05-c1Inner li dt{ text-align: center; font-size: 20px; margin-bottom: 15px;}
.service-05-c1Inner li dd{letter-spacing:normal; }


.service-05-c2Inner {}
.service-05-c2Inner h3{ font-size: 25px; line-height: 1; background: #00489B; color: #fff; padding: 13px; text-align: center;}
.service-05-c2Inner h4{ font-size: 20px; line-height: 1; padding: 30px 0 18px; }
.service-05-c2box{ background: #fff; padding: 0px 30px 30px; margin-bottom: 50px;}
.service-05-c2box ul{ display: flex; flex-wrap: wrap; border-top: 1px solid #a9a9a9; border-left: 1px solid #a9a9a9; }
.service-05-c2box li{ width: 33.33%; padding: 12px 14px; font-size: 108%; line-height: 1; position: relative; border-bottom: 1px solid #a9a9a9; 
-webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.service-05-c2box li:after { border-right: 1px solid #a9a9a9;  position: absolute; top:0px; left: 0; content: ""; display: inline-block; width: 100%; height: 100%;}

.service-05-c2box ul.service-05-c2-grid5 li{ width: 20%; }
.service-05-c2box ul.service-05-c2-grid2 li{ width: 50%; }

.service-05-c2-grid-oneInner{display: flex; flex-wrap: wrap; }
    .service-05-c2-grid-oneInner-box{ width: 33.33%; }
    .service-05-c2-grid-oneInner-box li{ width: 100%; }
.service-05-c2box li.small{ letter-spacing: -1px; padding-left: 8px; padding-right: 4px; }

/* HACK*/
.service-05-c2box-reccomend li{font-size: 100%; padding: 12px 8px; }
.service-05-c2box-reccomend li.small{ font-size: 95%; letter-spacing: -1px; padding-right: 4px; }



@media screen and (max-width: 880px) {
.service-05-c2box li{ font-size: 100%;  }
}
@media screen and (max-width: 820px) {
.service-05-c2box li{ line-height: 1.2; }
}
@media screen and (max-width: 780px) {
.service-05-c2-grid-oneInner-box{ width: 100%; }
.service-05-c2-grid-oneInner li.small{ padding-left: 14px;}  
}




/* service 06 Redgate
-------------------*/

/* common */
.service-06-OtherInner { max-width: 660px; margin: 0 auto;}
.service-06-OtherInner ul{ margin-left: -20px;}
    .service-06-OtherInner li{ float: left; margin-left: 20px; background: #F0F0F0; width:50%; width: -moz-calc(50% - 20px); width: -webkit-calc(50% - 20px); width: calc(50% - 20px); 
            height: 120px; line-height: 0; }
    .service-06-OtherInner li a{ padding-left: 30px; min-height: auto; -webkit-transition: .4s; transition: .4s; position: relative; }
    .service-06-OtherInner li a:hover{ padding-left: 35px; -webkit-transition: .4s; transition: .4s; position: relative; }
    .service-06-OtherInner li img { vertical-align: middle;}
    /*HACK*/
    .service-06-OtherInner li .btn_readmoreInner img.more{ vertical-align: middle; padding-left: 0px; margin-right: 0px; }
    .service-06-OtherInner li:hover .btn_readmoreInner img.more { margin-right: 0px; margin-right: 0px;}







/*Service Overview*/
.service-06-red-c1-read{ text-align: center; font-size: 16px; line-height: 1.9; margin-bottom: 40px; }

.service-06-red-c1Inner ul{ display: flex; margin: 0;}
.service-06-red-c1Inner li{ background: #fff; padding: 50px; position: relative; width: 100%; margin: 0;}
.service-06-red-c1Inner .col-l{ width: 190px;}
.service-06-red-c1Inner .col-r{ width:60%; width: -moz-calc(100% - 240px); width: -webkit-calc(100% - 240px); width: calc(100% - 240px);}
.service-06-red-c1Inner .col-r .elm01 {}
.service-06-red-c1Inner .col-r .elm02 { margin-top: 20px; font-size: 12px; }


/*Features and strengths*/
.service-06-red-c2Inner ul{ display: flex; margin: 0 -1% 2%;}
.service-06-red-c2Inner li{ background: #fff; padding: 30px; width: 32.33%; margin: 0 1%;}
.service-06-red-c2Inner li dt{ font-size: 20px; margin-bottom: 20px;}

.service-06-red-c3Inner{ background: #fff; padding: 50px 25px; }
.service-06-red-c3Inner ul{ display: flex; margin-left: -2%; }
.service-06-red-c3Inner li{ width: 33.33%; margin-left: 2%;}
.service-06-red-c3Inner li dl{ position: relative;}
.service-06-red-c3Inner li dt { position: absolute; top:50%; margin-top: -50px; width: 100px; height: 100px; line-height: 100px; font-size: 20px; letter-spacing: 5px; text-align: center; }
.service-06-red-c3Inner li dt p{position: relative; z-index: 1;}
.service-06-red-c3Inner li dt span{ position: relative; z-index: 4; margin-left: 4px}
.service-06-red-c3Inner li dt:before { position: absolute; z-index: 3;top:0px; left: 0px; content: ""; display: inline-block; width: 100%; height: 100%; background: #FFF; border: 0.5px solid #BC1653; border-radius:50%; }
.service-06-red-c3Inner li dd{ display: flex; align-items: center; background: #00489B; color: #fff; padding: 17px 0 17px 60px;  margin-left: 50px; letter-spacing: normal; line-height: 1.4; 
-webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 60%; position: relative; z-index: 1;}
.service-06-red-c3Inner li dd:after {
    content: "";
    display: inline-block;
    position: absolute; z-index: -1;
    top: 50%;  margin-top: -100px;
    left: 100%;
    border: 100px solid transparent;
    border-left: 80px solid #00489B;
}
.service-06-red-c3Inner li dd p{ margin-right: -12px; text-align: justify;}



/*Main products and features*/
.service-06-red-c4Inner{}
.service-06-red-c4Inner ul{ display: flex; margin: 0 -1% 2%; }
.service-06-red-c4Inner li{ background: #fff; padding: 30px; position: relative; width: 49%; margin: 0 1%;}
.service-06-red-c4Inner .col-r{ width: 210px; text-align: right; }
.service-06-red-c4Inner .col-l{ width:50%; width: -moz-calc(100% - 230px); width: -webkit-calc(100% - 230px); width: calc(100% - 230px); }
    .service-06-red-c4Inner dt{ font-size: 20px; margin-bottom: 14px;}
    .service-06-red-c4Inner dd{text-align: justify; letter-spacing: normal;}
    .service-06-red-c4-logo{ margin-bottom: 30px;}
    .service-06-red-c4-logo img{ margin-right: 20px; width:auto; height:54px; }


.service-06-red-c5Inner{background: #FFF; padding: 50px;}
.service-06-red-c5-table{ width: 100%; border-top: 1px solid #a9a9a9;  max-width: 800px; margin: 0 auto;}
    .service-06-red-c5-table th{ background: #F0F0F0; border-bottom: 1px solid #a9a9a9; padding: 16px 10px; font-size: 19px; text-align: center; vertical-align: middle;}
    .service-06-red-c5-table th span{ display: block; font-size: 11px; line-height: 1; letter-spacing: -0.5px;}
    .service-06-red-c5-table td{ border-bottom: 1px solid #a9a9a9; padding: 16px 18px;vertical-align: middle; }

    .service-06-red-c5-table .elm01{ width: 135px; }
    .service-06-red-c5-table .elm02{ border-left: 1px solid #a9a9a9; border-right: 1px solid #a9a9a9; letter-spacing: -0.2px;}
    .service-06-red-c5-table .elm03{ width: 135px; }
    .service-06-red-c5-table td.elm01{ padding-left: 0; }
    .service-06-red-c5-table td.elm01 img{ width:auto; height:45px; }
    .service-06-red-c5-table td.elm03{ padding-right: 0; text-align:right; font-size: 20px; }


/*Trouble*/
.service-06-red-c6Inner{font-size: 16px; }
    .service-06-red-c6Inner li{ background: #fff; padding: 15px 30px; margin-bottom: 10px;}
    .service-06-red-c6Inner li span{ color: #BC1653; padding-right: 3px; }
    .service-06-red-c6Inner p{ text-align: center; padding-top: 20px;}


/*Example*/
.service-06-red-c7-ttl {font-size: 20px; margin-bottom: 20px;}
.service-06-red-c7Inner p{ background: #F0F0F0; padding: 20px 20px;  font-size:18px; letter-spacing: 0; }


/*Purchase*/
#cs.S06-red-c8{ margin-top: -100px; padding-top: 100px;}
.service-06-red-c8Inner{ margin-bottom: 65px;}
.service-06-red-c8-ttl{ margin-bottom: 30px; font-size: 16px; text-align: center;}
.service-06-red-c8Inner li{ background: #fff; padding: 20px; margin-bottom: 5px; }
.service-06-red-c8box{ display: table; width: 100%; }
.service-06-red-c8box .col-img{ width: 170px; padding-left: 20px; padding-right: 40px; display: table-cell; vertical-align: middle; }
.service-06-red-c8box .col-txt{ display: table-cell; vertical-align: middle; letter-spacing: normal;}
    .service-06-red-c8box .col-txt dt{ font-size: 16px; margin-bottom: 8px;}
    .service-06-red-c8box .col-txt dd{ margin-bottom: 8px;}
    .service-06-red-c8box .col-txt .elm02 { margin-bottom: 0;}
    .service-06-red-c8box .col-txt .elm02 img{ margin-left: 9px;}



.service-06-red-c9Inner {}
.service-06-red-c9Inner h3{ font-size: 16px; line-height: 1; background: #00489B; color: #fff; padding: 16px 10px; text-align: center;}
    .service-06-red-c9box{ background: #fff; padding: 20px 50px 50px; margin-bottom: 5px;}
    .service-06-red-c9box li{ border-bottom: 1px solid #a9a9a9; letter-spacing: 0; }
    .service-06-red-c9box li span{ font-size: 12px;}
    .service-06-red-c9box li a{ display: block; position: relative; padding: 15px 15px 15px 0; color: #464646; }
    .service-06-red-c9box li a i{ position: absolute; top: 50%; right: 0;  margin-top: -12px; }




@media screen and (max-width: 1100px) {
.service-06-red-c3Inner li dt { margin-top: -40px; width: 80px; height: 80px; line-height: 80px; font-size: 18px; letter-spacing: 2px; }
.service-06-red-c3Inner li dd{ padding: 17px 0 17px 40px; font-size: 13px;  }
}

@media screen and (max-width: 950px) {
.service-06-red-c3Inner{ padding-top: 40px;}
.service-06-red-c3Inner ul{ display: block; margin-left: 0; }
.service-06-red-c3Inner li{ width: 100%; margin-left: 0%; margin-bottom: 40px;}
    .service-06-red-c3Inner li:last-child{ margin-bottom: 0;}
.service-06-red-c3Inner li dl{ position: relative; width: 100%;}
.service-06-red-c3Inner li dt { position: absolute; top:50%; left: 0%;  margin-top: -40px; margin-left: 0px; }
.service-06-red-c3Inner li dd{ display: block;  padding: 20px 40px 20px 70px;  margin-left: 5%; width: 90%;  }
.service-06-red-c3Inner li dd:after {
    content: "";
    display: inline-block;
    position: absolute; z-index: -1;
    top: 80%;  margin-top: 0px; margin-left: -100px;
    left: 50%;
    border: 100px solid transparent;
    border-top: 40px solid #00489B;
}
    
.service-06-red-c4Inner .col-r{ width: 100%; float: none; text-align: left; }
.service-06-red-c4Inner .col-l{ width: 100%; float: none; margin-bottom: 20px; }    
    .service-06-red-c4-logo img{ width:auto; height:45px; }
 
    
}
@media screen and (max-width: 900px) {
    .service-main .service-subttl.service-subttl-06tma { font-size: 23px; letter-spacing: 0;}
}


@media screen and (max-width: 767px) {

    .service-06-OtherInner li{ height: 110px;  }
    .service-06-OtherInner li img { width: auto; height: 110px; }
    .service-06-OtherInner li img.more {height: 30px; }


}

/* service 06 Concur
-------------------*/


.service-06-con-c1-read{ text-align: center; font-size: 16px; line-height: 1.9; margin-bottom: 45px; }

.service-06-con-c1Inner ul{ }
.service-06-con-c1Inner li{ background: #fff; padding: 13px; position: relative; font-size: 20px; text-align: center; margin-bottom: 10px;}
.service-06-con-c1Inner li.service-06-con-c1boxInner{padding: 30px 55px;}
.service-06-con-c1box { display: flex;  line-height: 1; }
.service-06-con-c1box .item { position: relative; font-size: 14px; letter-spacing: normal;}
    .service-06-con-c1box .item:nth-child(1){ width: 23.2%; } 
    .service-06-con-c1box .item:nth-child(2){ width: 15.95%; } 
    .service-06-con-c1box .item:nth-child(3){ width: 21.7%; } 
    .service-06-con-c1box .item:nth-child(4){ width: 23.2%; } 
    .service-06-con-c1box .item:nth-child(5){ width: 15.95%; } 

.service-06-con-c1box .item .elm01, .service-06-con-c1box .item .elm02 { position: absolute; top:0px; display: inline-block; }
.service-06-con-c1box .item:nth-child(1) .elm01 { top:173px; left: 0; width: 100%;  text-align: center;}
.service-06-con-c1box .item:nth-child(2) .elm01 { top:79px; left: 62px; font-size: 10px; -ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);}
.service-06-con-c1box .item:nth-child(3) .elm01 { top:173px; left: 0; width: 100%;  text-align: center;}
.service-06-con-c1box .item:nth-child(4) .elm01 { top:56px; right: 4px; font-size: 10px; -ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);}
.service-06-con-c1box .item:nth-child(4) .elm02 { top:178px; right: 6px; font-size: 10px; -ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);}
.service-06-con-c1box .item:nth-child(5) .elm01 { top:92px; left: 0; width: 100%;  text-align: center;}
.service-06-con-c1box .item:nth-child(5) .elm02 { top:214px; left: 0; width: 100%;  text-align: center;}


/*Features and strengths*/
.service-06-con-c2Inner {}
.service-06-con-c2-read {text-align: center; font-size: 16px; line-height: 1.9; margin-bottom: 30px; }
.service-06-con-c2Inner h3{ font-size: 16px; line-height: 1; background: #00489B; color: #fff; padding: 16px; text-align: center;}
.service-06-con-c2box{ background: #fff; padding:30px; }

.service-06-con-c2-table{ width: 100%; font-size: 16px; border-left: 1px solid #BC1653; border-bottom: 1px solid #BC1653; margin-bottom: 10px; }
    .service-06-con-c2-table th{ background: #BC1653; border-right: 1px solid #BC1653; color: #fff; padding: 8px 20px; }
    .service-06-con-c2-table td{ padding: 4px 10px ;border-right: 1px solid #BC1653; }
.service-06-con-c2-table th { border-right: 1px solid #fff; }   
.service-06-con-c2-table th.elm04 { border-right: 1px solid #BC1653; }   
.service-06-con-c2-table .elm01 { text-align: center; width: 40px; padding-left:5px;  padding-right:5px; }
.service-06-con-c2-table .elm02 {  }
.service-06-con-c2-table .elm03 { text-align: center; width: 90px; padding-left:5px;  padding-right:5px;  }
.service-06-con-c2-table .elm04 { text-align: center; width: 90px; padding-left:5px;  padding-right:5px;  }
.service-06-con-c2-table tr{ background: #F3D7DA;  }
.service-06-con-c2-table tr:nth-child(even) {background: #F9ECED;}

.service-06-con-c2box .elm01{ font-size: 12px; line-height: 1.66;}



@media screen and (max-width: 900px) {
.service-06-con-c1box { width: 800px;  -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; 
    -ms-transform-origin:50% 50%; -webkit-transform-origin:50% 50%; transform-origin:50% 50%; position: relative; left: 50%; margin-left: -400px;
    -ms-transform:scale(0.85);-webkit-transform:scale(0.85);transform:scale(0.85);}
    
.service-06-con-c1box .item:nth-child(1) .elm01 { top:203px; }
.service-06-con-c1box .item:nth-child(2) .elm01 { top:92px; left: 72px; }
.service-06-con-c1box .item:nth-child(3) .elm01 { top:203px; left: 0; }
.service-06-con-c1box .item:nth-child(4) .elm01 { top:65px; right: 10px;  }
.service-06-con-c1box .item:nth-child(4) .elm02 { top:209px; right: 12px;  }
.service-06-con-c1box .item:nth-child(5) .elm01 { top:108px; left: 0;  }
.service-06-con-c1box .item:nth-child(5) .elm02 { top:251px; left: 0; }

    
}  
@media screen and (max-width: 850px) {
.service-06-con-c1Inner li.service-06-con-c1boxInner{padding-top: 15px; padding-bottom: 15px; }
.service-06-con-c1box { -ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8); }
}  
@media screen and (max-width: 800px) {
.service-06-con-c1box { -ms-transform:scale(0.75);-webkit-transform:scale(0.75);transform:scale(0.75);}
}  




/* service 06 TeraData Migration Assessment
-------------------*/

.service-06-tma-c1-read{ text-align: center; font-size: 16px; line-height: 1.9; margin-bottom: 45px; }
.service-06-tma-c1Inner ul{ }
.service-06-tma-c1Inner li{ background: #fff; padding: 13px; position: relative; font-size: 20px; text-align: center; margin-bottom: 10px;}
.service-06-tma-c1-cmt{ margin-top: 15px; text-indent: -14px; padding-left: 14px;}

/*Service positioning*/
.service-06-tma-c2-read{ text-align: center; font-size: 16px; line-height: 1.9; margin-bottom: 30px; }
.service-06-tma-c2Inner .service-bgwbox{background: #fff; padding: 30px 20px; }
.service-06-tma-c2box{ }
.service-06-tma-c2box ul{ display: table; width: 100%; margin-bottom: 21px; }
.service-06-tma-c2box li{ height: 80px; font-size: 18px; line-height: 1.3; text-align: center; display: table-cell; vertical-align:middle; position: relative;}
.service-06-tma-c2box li:after { position: absolute; border: 1px solid #00489B; top:-1px; left: 10px; content: ""; display: inline-block; height: 100%;
width:90%; width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: calc(100% - 20px);}
.service-06-tma-c2box li:before{ position: absolute; top: 50%; right:-12px; content: ""; display: inline-block; height: 20px; width:20px; margin-top: -10px;
 background: url('../images/service/06/tma/service06tma_arw.png') center 50% no-repeat; background-size:20px auto; }

.service-06-tma-c2box-a{}
.service-06-tma-c2box-a li.elm01 { width: 14.28%; }

    .service-06-tma-c2box-b{ width: 42.88%; float: left; position: relative;}
        .service-06-tma-c2box-b:after { position: absolute; content: ""; width:100%; height:50px;  bottom: -41px; left: 0;
         background: url('../images/service/06/tma/service06tma_arw-h3.png') center 50% no-repeat; background-size:20px auto;}
        .service-06-tma-c2box-b:before { position: absolute; content: ""; width:88px; height:20px; bottom: 26px; right: -93px;
         background: url('../images/service/06/tma/service06tma_arw-v5.png') center 50% no-repeat; background-size:88px auto;}
    .service-06-tma-c2box.service-06-tma-c2box-b li.elm01 { width: 33.33%; }
    .service-06-tma-c2box.service-06-tma-c2box-b li.elm01 span{ position: relative; z-index: 2;}
    .service-06-tma-c2box.service-06-tma-c2box-b li.elm01:after {background: #EBF5FC; z-index: 1; }
        .service-06-tma-c2box.service-06-tma-c2box-b li:nth-child(3):before { background:none; 
        position: absolute; border: 1px solid #BC1653; top:-1px; left: -100%; content: ""; display: inline-block; height: 100%; padding-bottom: 20px; width:200%;}
    .service-06-tma-c2box.service-06-tma-c2box-b li.elm02 span{ color: #fff; position: relative; z-index: 2;}
    .service-06-tma-c2box.service-06-tma-c2box-b li.elm02:after {background: #00489B; z-index: 1; }
    .service-06-tma-c2box.service-06-tma-c2box-b li.elm02:before { background:none; }


.service-06-tma-c2box2 ul{ display: table; width: 100%; }
.service-06-tma-c2box2 li{ height: 120px; font-size: 18px; line-height: 1.3; letter-spacing: normal; text-align: center; display: table-cell; vertical-align:middle; position: relative; 
    background: #BC1653; color: #fff; border-right: 1px solid #fff; }
.service-06-tma-c2box2 li:after { position: absolute; content: ""; width:0; height:0;
  border:10px solid transparent;
  border-left:10px solid #BC1653;
  right:-19px;
  top:50%; margin-top: -10px; z-index: 2;}
.service-06-tma-c2box2 li:before { position: absolute; content: ""; width:0; height:0;
  border:10px solid transparent;
  border-left:10px solid #fff;
  right:-21px;
  top:50%; margin-top: -10px; z-index: 1;}

    .service-06-tma-c2box-c{ width: 46.87%; float: right; margin-right: 5px; padding-top: 30px;}
        .service-06-tma-c2box2.service-06-tma-c2box-c li{ width: 33.33%; }

    .service-06-tma-c2box-d{width: 46.87%; margin-top: -8px; margin-left: 10px;}
        .service-06-tma-c2box2.service-06-tma-c2box-d li{ width: 33.33%; }




@media screen and (max-width: 920px) {
.service-06-tma-c2box li{ font-size: 16px; }
.service-06-tma-c2box2 li{ font-size: 16px;  }
}
@media screen and (max-width: 900px) {
.service-06-tma-c2box li{ font-size: 14px; }
.service-06-tma-c2box2 li{ font-size: 14px;  }
}



/*Service flow*/
.service-06-tma-c3Inner{ }
.service-06-tma-c3Inner .service-bgwbox { background: #fff; padding: 110px 45px 50px;}
.service-06-tma-c3box{ min-height: 433px; width: 100%; background: url('../images/service/06/tma/service06tma_flowimg.png') center 50% no-repeat; background-size:910px auto;  }

.service-06-tma-c3box-rabel { position: relative; }
.service-06-tma-c3box-rabel li{ position: absolute; }
.service-06-tma-c3box-rabel li{ height: 22px; line-height: 22px; display: inline-block; }
.service-06-tma-c3box-rabel li.elm01 { top: 102px; left: 0; width: 80px; text-align: center; background: #00489B; color: #FFF; }
.service-06-tma-c3box-rabel li.elm02{ top: -16px; left: 118px;}
.service-06-tma-c3box-rabel li.elm03{ top: 1px; left: 260px; width: 80px; text-align: center; background: #BC1653; color: #FFF;}
.service-06-tma-c3box-rabel li.elm04{ top: 102px; left: 436px; width: 160px; text-align: center; background: #00489B; color: #FFF;}
.service-06-tma-c3box-rabel li.elm05{ top: -16px; right: 8px;}
.service-06-tma-c3box-rabel li.elm06{ top: 431px; right: 89px; width: 160px; text-align: center; background: #00489B; color: #FFF; }

.service-06-tma-c3box-a,
.service-06-tma-c3box-b,
.service-06-tma-c3box-c { position: relative; }
.service-06-tma-c3box-a ul,
.service-06-tma-c3box-b ul,
.service-06-tma-c3box-c ul { position: absolute; background: #EBF5FC; padding: 11px 15px; }
.service-06-tma-c3box-a li,
.service-06-tma-c3box-b li,
.service-06-tma-c3box-c li{ position: relative; padding-left: 8px;}
.service-06-tma-c3box-a li:before,
.service-06-tma-c3box-b li:before,
.service-06-tma-c3box-c li:before{ position: absolute; content: "・"; left: -7px; }

.service-06-tma-c3box-a ul{ top: -79px; left: 299px;}
.service-06-tma-c3box-b ul{ top: 183px; left: 140px;}
.service-06-tma-c3box-c ul{ top: 116px; right: 60px;}



@media screen and (max-width: 1060px) {
    .service-06-tma-c3Inner { background: #fff; }
    .service-06-tma-c3Inner .service-bgwbox{  width: 1000px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: relative; left: 50%; margin-left: -500px;
        background:none; -ms-transform:scale(0.9);-webkit-transform:scale(0.9);transform:scale(0.9);}
}

@media screen and (max-width: 960px) {
    .service-06-tma-c3Inner { background: #fff; }
    .service-06-tma-c3Inner .service-bgwbox{ -ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);}
}
@media screen and (max-width: 860px) {
    .service-06-tma-c3Inner { height: 56vw; }
    .service-06-tma-c3Inner .service-bgwbox{ -ms-transform-origin:50% 0%; -webkit-transform-origin:50% 0%; transform-origin:50% 0%;  -ms-transform:scale(0.75);-webkit-transform:scale(0.75);transform:scale(0.75);}
}
@media screen and (max-width: 810px) {
    .service-06-tma-c3Inner .service-bgwbox{ -ms-transform:scale(0.7);-webkit-transform:scale(0.7);transform:scale(0.7);}
}
@media screen and (max-width: 760px) {
    .service-06-tma-c3Inner .service-bgwbox{ -ms-transform:scale(0.65);-webkit-transform:scale(0.65);transform:scale(0.65);}
}




/*Service composition*/
.service-06-tma-c4Inner { background: #fff; padding: 50px 50px 25px; margin-bottom: 20px; }
.service-06-tma-c4box{  display: flex; max-width: 810px; margin: 0 auto;}
.service-06-tma-c4box .item-l{ width: 56.7%;}
.service-06-tma-c4box .item-r{ width: 43.3%;}
    .service-06-tma-c4box dt{ font-size: 16px;  background: #BC1653; color: #fff; padding: 5px 10px; text-align: center;}
    .service-06-tma-c4box dd{ padding: 12px 15px; background: #F0F0F0; margin-bottom: 35px; }

@media screen and (max-width: 1000px) {
   .service-06-tma-c4box .item-l{ padding-top: 4%;}
}

@media screen and (max-width: 930px) {
   .service-06-tma-c4box .item-l{ padding-top: 6%;}
}

@media screen and (max-width: 890px) {
   .service-06-tma-c4box .item-l{ padding-top: 8%;}
    .service-06-tma-c4box dt{ font-size: 14px;  padding: 5px 4px; }
    .service-06-tma-c4box dd{ font-size: 13px; padding: 10px 12px; margin-bottom: 25px; }
}
@media screen and (max-width: 770px) {
    .service-06-tma-c4box .item-l{ padding-top: 11%;}
    .service-06-tma-c4box dd{ margin-bottom: 20px; }

}



.service-06-tma-c5Inner {background: #fff;  }
.service-06-tma-c5Inner .service-bgwbox {padding: 45px 50px 50px;  }
.service-06-tma-c5box{position: relative; }
.service-06-tma-c5box:after{ position: absolute; content: ""; left: 0; top: 0; z-index: 0; background: #F0F0F0; height: 100%; width: 38.9%;}
    .service-06-tma-c5-rabel li{ position: absolute; z-index: 3; height: 30px; line-height: 30px; font-size: 16px; text-align: center; display: inline-block; background: #00489B; color: #fff; }
    .service-06-tma-c5-rabel li.elm01{ width: 200px; top: 30px; left: 8.4%; }
    .service-06-tma-c5-rabel li.elm02{ width: 100px; top: 285px; right: 4.96%;}
    .service-06-tma-c5-img{ position: relative; z-index: 1;}
    .service-06-tma-c5-txt{ position: relative; z-index: 1; margin-top: -16%; width: 48.9%; margin-left: 51.1%; }
    .service-06-tma-c5-txt p{ background: #EBF5FC;  padding: 15px; }


@media screen and (max-width: 1060px) {
    .service-06-tma-c5-rabel li.elm01{ top: 3vw; left: 8.4%;  -ms-transform-origin:50% 0%; -webkit-transform-origin:50% 0%; transform-origin:50% 0%;  -ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);}
    .service-06-tma-c5-rabel li.elm02{ top: 27vw; right: 4.8%; -ms-transform-origin:50% 0%; -webkit-transform-origin:50% 0%; transform-origin:50% 0%;  -ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);}
}
@media screen and (max-width: 1040px) {
    .service-06-tma-c5-rabel li.elm01{ top: 3vw; left: 7.8%; }
    .service-06-tma-c5-rabel li.elm02{ top: 26vw; right: 4.6%; }
}
@media screen and (max-width: 1000px) {
    .service-06-tma-c5-rabel li.elm01{ left: 7.2%; }
    .service-06-tma-c5-rabel li.elm02{ top: 25vw; right: 4.2%; }
}

@media screen and (max-width: 950px) {
    .service-06-tma-c5-rabel li.elm01{ left: 6.8%; }
    .service-06-tma-c5-rabel li.elm02{ right: 3.8%; }
}
@media screen and (max-width: 900px) {
    .service-06-tma-c5-rabel li.elm01{ left: 6.4%; }
    .service-06-tma-c5-rabel li.elm02{ right: 3.4%; }
}
@media screen and (max-width: 850px) {
    .service-06-tma-c5-rabel li.elm01{ left: 5%; }
    .service-06-tma-c5-rabel li.elm02{ top: 24.5vw;  right: 2.8%; }
}
@media screen and (max-width: 800px) {
    .service-06-tma-c5-rabel li.elm01{ left: 4.2%; }
    .service-06-tma-c5-rabel li.elm02{ right: 2.2%; }
}


.service-06-tma-c6Inner { background: #fff; }
.service-06-tma-c6Inner .service-bgwbox{padding: 35px 30px 55px; }
.service-06-tma-c6box{ display: table; width: 100%;}
    .service-06-tma-c6box .item-l{ display: table-cell; width: 44.7%; vertical-align: middle; }
    .service-06-tma-c6box .item-r{display: table-cell; width: 44.7%; vertical-align: middle; }
    .service-06-tma-c6box .item-c{display: table-cell; vertical-align: middle; text-align: center; }
.service-06-tma-c6box {}
.service-06-tma-c6box-ttl{ text-align: center; position: relative; margin-bottom: 18px;}
    .service-06-tma-c6box-ttl span{ width: 130px; font-size: 16px; height: 32px; line-height: 32px; display: inline-block;  background: #BC1653; color: #fff;  margin:0 auto; }
    .service-06-tma-c6box-ttl:after { position: absolute; content: ""; left: 0; bottom: -7px; z-index: 0;  height: 15px; width: 100%; 
background: url('../images/service/06/tma/service06tma_sche_weekline.png') center 0 no-repeat; background-size:100% auto;}

.service-06-tma-c6box-week{ display: table; width:100%; width: -moz-calc(100% + 20px); width: -webkit-calc(100% + 20px); width: calc(100% + 20px);margin: 0 -10px; margin-bottom: 18px; }
        .service-06-tma-c6box-week.service-06-tma-c6box-2week{ padding-bottom: 105px;
        background: url('../images/service/06/tma/service06tma_arw-h6.png') center bottom no-repeat; background-size:20px auto; }
.service-06-tma-c6box dl{ display: table-cell; position: relative; width:50%; }
.service-06-tma-c6box dl:after { position: absolute; border: 1px solid #00489B; top:-1px; left: 10px; content: ""; display: inline-block; height: 100%;
width:100%; width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: calc(100% - 20px);}
.service-06-tma-c6box dl.first:before{ position: absolute; top: 50%; right:-12px; content: ""; display: inline-block; height: 20px; width:20px; margin-top: -10px;
 background: url('../images/service/06/tma/service06tma_arw.png') center 50% no-repeat; background-size:20px auto; }
.service-06-tma-c6box dl dt { background: #EBF5FC; margin: 0 10px; text-align: center; padding: 10px 4px; font-size: 18px;}
.service-06-tma-c6box dl dd {margin: 0 10px; padding: 12px 15px; min-height: 60px; }
.service-06-tma-c6box dl dd li{ position: relative; padding-left: 5px; }
.service-06-tma-c6box dl dd li:before{ position: absolute;  content: "・"; text-indent: -13px; }


@media screen and (max-width: 920px) {
.service-06-tma-c6box dl dt { font-size: 16px;}
.service-06-tma-c6box dl dd {font-size: 13px;}
}
@media screen and (max-width: 820px) {
.service-06-tma-c6box dl dt { font-size: 14px;}
.service-06-tma-c6box dl dd {font-size: 12px;}
}



.service-06-tma-c7Inner { background: #fff; padding: 50px; text-align: center;}
.service-06-tma-c7box{ }









/* MESSAGE
----------------------------------------------------------------------------------------------*/
.message_mainvisual{ background: url('../images/message/message_bg.jpg') center bottom no-repeat; background-size: cover; text-align: center; display: flex; padding: 130px 30px 230px;}
    .message-Inner{ margin: auto; }
    .message_enttl{ font-weight: 300; font-size: 25px; letter-spacing: 3px; color: #174A97; padding: 0px 0 5px; }
    .message_jpttl{ font-size: 45px; letter-spacing: 6px; color: #174A97; margin-bottom: 60px;}
    .message_read{ font-size: 24px; line-height: 2.1;}



/* ABOUT
----------------------------------------------------------------------------------------------*/
.about-main{ width: 100%; height: 420px; color: #fff; text-align: center; display: table;  background: url('../images/company/about-main.jpg') center bottom no-repeat; background-size: cover; }
    .about-main .about-mainInner {  display: table-cell; vertical-align: middle;}     
        .about-main dt { font-weight: 100; font-size: 25px; letter-spacing: 3px;  margin-bottom: 10px; } 
        .about-main dd { font-size: 45px; letter-spacing: 5px;  margin-bottom: 20px;  }

.about-navInner{ border-top: 3px solid #A11D52;}
    .about-navInner li{ float: left; width: 20%; font-size: 18px; letter-spacing: 5px;  }
    .about-navInner li a{ height: 70px; line-height: 70px; text-align: center; display: block; position: relative; border-right: 1px solid #A11D52; -webkit-transition: all .2s; transition: all .2s; }
        .about-navInner li:first-child a { border-left: 1px solid #A11D52; }
    .about-navInner li a:hover { background: #A11D52; color: #fff;  -webkit-transition: all .2s; transition: all .2s; }
    .about-navInner li.active a { background: #A11D52; color: #fff;  }


.about_ttlInner{ border-bottom: 1px solid #cacaca; padding-bottom: 15px;  margin-bottom: 30px;}
    .about_ttl{font-size: 22px; letter-spacing: 5px; }

    

/* about 01
-------------------*/
.about-01Inner{ margin-bottom: 90px;}
.philosophy-ttl{ margin: 50px 0 40px;}
.philosophy-c01 { line-height: 2.1; letter-spacing: 0.3px;}
.philosophy-c01 p { margin-bottom: 2.1em; }

.about-01Inner h3 { color: #A11D52; font-size: 30px; margin: 40px 0 30px; }


/* about 02
-------------------*/
#pn_access{margin-top: -82px; padding-top: 82px;}

.about-02Inner{ margin-bottom: 60px;}
.about-02_table { width: 100%;}
.about-02_table th{ width: 200px; padding: 18px 10px 18px 30px; vertical-align: middle; border-bottom: 1px solid #cacaca; 
    background: #fff; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.about-02_table td{ padding: 18px 30px; vertical-align: middle; border-bottom: 1px solid #cacaca;}


.about-02_table_biz { width: 100%;}
.about-02_table_biz th{ width: 200px; padding: 18px 10px 18px 30px; vertical-align: middle; border-bottom: 5px solid  #F0F0F0;
    background: #A11D52; color: #FFF; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.about-02_table_biz td{  background: #fff;  padding: 18px 30px; vertical-align: middle; border-bottom: 5px solid  #F0F0F0; }

.about-02-partner{ margin-left: -10px; text-align: center; display: flex; flex-wrap: wrap; }
    .about-02-partner li { float: left; background: #A11D52; color: #FFF; padding: 20px 5px 18px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
        width:30%; width: -moz-calc(33.33% - 10px); width: -webkit-calc(33.33% - 10px); width: calc(33.33% - 10px); margin-left: 10px; }
.about-02-partner li dt{ font-size: 16px;}
.about-02-partner li dd{ font-size: 12px;}


.accesscolbox .col-l{ width: 52.5%;}
.accesscolbox .col-l iframe{ width: 100%;}
.accesscolbox .col-r{ width: 43.75%;}
.accesscolbox .col-r h3 { border-bottom: 1px solid #cacaca; padding: 20px 0 25px; margin-bottom: 25px;}
.accesscolbox .col-r dl{ padding-bottom: 10px;}
.accesscolbox .col-r dt{}
.accesscolbox .col-r dd{ margin-bottom: 16px;}
    .accesscol-tel{ letter-spacing: 2px;}
    .googlemapslink img{ margin-left: 9px;}


/* about 03
-------------------*/
.about-03Inner{ padding: 35px 25px 0;}
.about-03_bg{ background: url('../images/company/about03-chart.png') center top no-repeat; background-size:750px auto; }
.about-03_bg2{background: url('../images/company/about03-chart02.png') center top no-repeat; background-size:501px auto; padding-top: 60px; min-height: 404px; }

.about-03-ttl{ width: 100%; height: 126px;  display: table; text-align: center; }
.about-03-ttl p{ display: table-cell; vertical-align: middle; padding-bottom: 30px; font-size: 30px; color: #fff;}

.about-03Inner .about-03-c01 ul{ width:100%; display: flex; flex-wrap: wrap;  }
.about-03Inner li{ display: flex; background: #fff; width:30%; width: -moz-calc(33.33% - 40px); width: -webkit-calc(33.33% - 40px); width: calc(33.33% - 40px); margin: 0 20px; }
.about-03Inner li dl {}
.about-03Inner li dt{ letter-spacing: -0.3px; line-height: 1.4; padding: 10px 2px; background: #174A97; color: #FFF; text-align: center;}
.about-03Inner li dd{ letter-spacing: normal; font-size: 12px; line-height: 1.5; padding: 15px; text-align: justify;}

.about-03Inner .about-03-c02 li { margin-left: 125px;}

.about-03Inner .about-03-c03{ letter-spacing: normal; margin-left: 165px; min-height: 122px;  }
.about-03-c03-dt{ padding: 10px 2px; background: #174A97; color: #FFF; text-align: center; display: block; width: 166px; margin-top: 10px; }
.about-03-c03-dt:nth-of-type(1){margin-top: 23px; }


.about-03Inner .about-03-c04{ letter-spacing: normal; margin-left: 50%; }
.about-03-c04-dt-a{padding: 10px 2px; background: #174A97; color: #FFF; text-align: center; display: inline-block; width: 196px; margin-left: -100px; }
.about-03-c04-dt-b{padding: 10px 2px; background: #174A97; color: #FFF; text-align: center; display: inline-block; width: 196px; margin-left: 50px;  }


/* about 04
-------------------*/
.about-04-ttl{ font-size: 20px; margin-bottom: 5px;}
.about-04-ttl2{ font-size: 20px; margin-bottom: 5px; width: 400px;}
.about-04-ttl2-title{ width: 400px;}
.about-04-ttl2-logo{ width: 400px;}
.about-04-iso-h2{ font-size: 20px; line-height: 1; background: #A11D52; color: #fff; padding: 15px 20px; margin-top: 25px;}

.about-04Inner{ background: #fff; padding: 30px;}
.about-04Inner .col-l {width:80%; width: -moz-calc(100% - 115px); width: -webkit-calc(100% - 115px); width: calc(100% - 115px);}
.about-04Inner .col-r{ width: 80px;}

.about-04-iso-h3{ font-size: 20px; color: #A11D52; padding-bottom: 12px; }
.about-04-iso-table{ border-top: 1px solid #cacaca; width: 100%; margin-bottom: 60px; }
    .about-04-iso-table th{ border-bottom: 1px solid #cacaca; padding: 10px 0; width: 120px;  }
    .about-04-iso-table td{ border-bottom: 1px solid #cacaca; padding: 10px 0;  }


/* about 05
-------------------*/
.about-05Inner{}
.about-05_table{ font-size: 16px; width: 100%;}
    .about-05_table th{ vertical-align: middle; border-bottom: 1px solid #cacaca; padding: 18px 10px; width: 130px; color: #A11D52;  }
    .about-05_table td{ vertical-align: middle; border-bottom: 1px solid #cacaca; padding: 18px 0;  }





/* SUB PAGE
----------------------------------------------------------------------------------------------*/

.subpage-main{ width: 100%; height: 200px; color: #fff; text-align: center; display: table;}
    .subpage-main .subpage-mainInner {  display: table-cell; vertical-align: middle; }     
        .subpage-main dt {  font-size: 30px; letter-spacing: 5px;  margin-bottom: 0px; } 
        .subpage-main dd { font-weight: 100; font-size: 18px; letter-spacing: 3px;  }

.subpage_ttlInner{ border-bottom: 1px solid #cacaca; padding-bottom: 15px;  margin-bottom: 25px;}
    .subpage_ttl{font-size: 22px; letter-spacing: 5px; }


/* privacy
-------------------*/
.privacy-c01{ font-size: 16px;}
.privacy-c02{ font-size: 16px;}
.privacy-h3{font-size: 16px;color: #00489B; margin: 50px 0 10px;}
.privacy-linkInner{ margin: 30px 0 50px}
.privacy-linkInner ul{ margin-left: -5px;}
.privacy-linkInner li { float: left; text-align: center; line-height: 1.2; margin-left: 5px; width:48%; width: -moz-calc(50% - 5px); width: -webkit-calc(50% - 5px); width: calc(50% - 5px);}
.privacy-linkInner li a{ color: #FFF; background: #A11D52; display: block; padding: 12px 5px;  }


/* contact
-------------------*/
.contact-c01{ font-size:20px; margin-bottom: 65px;}
.contact-c01 li{ margin-bottom: 10px;}

.contact-c02 { padding-bottom: 50px;}
.contact-c02 li{ margin-bottom: 0px; font-weight: 100; font-size: 35px; letter-spacing: 3px; color: #A11D52; }
.contact-c02 li span{ width: 100px; display: inline-block; }




















/* Resize
----------------------------------------------------------------------------------------------*/

/* common
-------------------*/


@media screen and (max-width: 1040px) {
	
.wrap{ padding: 0 20px;}

}



@media screen and (max-width: 920px) {
	
#g-menu.fn-16{ font-size:14px; }
#g-menu li{ margin-left: 23px; }

.commonbnr-grid li a{  min-height: 350px; min-height: 320px;}

}

@media screen and (max-width: 800px) {
.granwrap { padding: 0 15px}
#headerContainer { padding: 0 20px;}
#footerContainer { padding:40px 20px; padding:40px 5px;  }
#footer-line2{ padding: 30px 20px;  padding:30px 5px;  } 
 #copyright{ font-size: 12px; }

}




/* page
-------------------*/

@media screen and (min-width: 751px) {
        .ind-topicsInner:not(.active) li:first-child a{ display:inline-block; line-height: 1; width:70%; width: -moz-calc(100% - 120px); width: -webkit-calc(100% - 120px); width: calc(100% - 120px);  
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -moz-text-overflow:ellipsis; 
            -o-text-overflow: ellipsis;
        }
}
@media screen and (min-width:751px) and (max-width: 1100px) {
    .ind_service_grid li.ind_service06 ol li{ height: 80px;}
    .ind_service_grid li.ind_service06 ol li a{ padding-left: 20px; }
    .ind_service_grid li.ind_service06 ol li a:hover{ padding-left: 22px;}
    .ind_service_grid li.ind_service06 ol li img { width: auto; height: 80px;}
    .ind_service_grid li.ind_service06 ol li img.more { width: auto; height: 30px;}
    .ind_service_grid li:hover .btn_readmoreInner img.more { margin-right: -10px;}
}
@media screen and (min-width:751px) and (max-width: 920px) {
    .ind_service_grid li.ind_service06 ol li{ height: 70px; width:30%; width: -moz-calc(33.33% - 10px); width: -webkit-calc(33.33% - 10px); width: calc(33.33% - 10px); margin: 0 5px; }
    .ind_service_grid li.ind_service06 ol li a{ padding-left: 15px; }
    .ind_service_grid li.ind_service06 ol li a:hover{ padding-left: 17px; }
    .ind_service_grid li.ind_service06 ol li img { width: auto; height: 70px;}
    .ind_service_grid li.ind_service06 ol li img.more { width: auto; height: 25px;}
}






@media screen and (max-width: 920px) {
/* INDEX*/
    .mission_jpttl{  font-size: 45px; font-size: 37px; }
    .ind_service_grid dt { font-size: 40px; font-size: 30px; } 
    .ind_service_grid dd { font-size: 20px; font-size: 18px; margin-bottom: 50px; margin-bottom: 40px; }
    .ind_service_grid a { min-height: 350px;  min-height: 320px;  }

    
/* ABOUT ----------*/
/* about 03 */
.about-03_bg{ background: url('../images/company/about03-chart.png') center top no-repeat; background-size:100% 100%; }
.about-03Inner li{ width:30%; width: -moz-calc(33.33% - 20px); width: -webkit-calc(33.33% - 20px); width: calc(33.33% - 20px); margin: 0 10px; }

.about-03Inner .about-03-c02 li { margin-left: 10%; }
.about-03Inner .about-03-c03{ margin-left: 21%;  }
.about-03-c04-dt-a{ width: 156px; margin-left: -80px; }
.about-03-c04-dt-b { width: 156px; margin-left: 30px;  }
    
    
/* MESSAGE */
    .message_jpttl{ font-size: 45px; font-size: 37px;  }

    
/* privacy */
.privacy-linkInner ul{ margin-left: 0px;}
.privacy-linkInner li { float: none; margin-left: 0px; width:100%; margin-bottom: 10px; }

    
/* contact */
.contact-c01{ font-size:20px; margin-bottom: 65px;}
.contact-c01 li{ margin-bottom: 10px;}

.contact-c02 { padding-bottom: 50px;}
.contact-c02 li{ margin-bottom: 0px; font-weight: 100; font-size: 35px; letter-spacing: 3px; color: #A11D52; }
.contact-c02 li span{ width: 100px; display: inline-block; }


    
}






/* 
----------------------------------------------------------------------------------------------*/

img.organization-pc {
	margin:10px auto 0 auto;
	display:block;
	}
img.organization-sp {
	display:none;
	}
@media screen and (max-width: 750px) {
	img.organization-pc {
		display:none;
		}
	img.organization-sp {
		display:block;
		width:90%;
		margin:0 auto;
		}
	}