@import url("//fonts.googleapis.com/css?family=Arvo:400,700|Raleway:400,300,500|Open+Sans:400,700,900,300");

*{
    /*font-family: 'Raleway',serif;*/
    font-weight: 300;
    letter-spacing: 0.4px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
      font-family: '',serif;
      font-weight: 400;
  }

.breadcrumb {
    border-left-color: #3E84C2;
}

.btn-link {
    color: #3E84C2;
}

.btn-link:hover,
.btn-link:focus {
    color: #418d49;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:focus {
    border-bottom-color: #3E84C2;
}

.navbar-default .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:focus {
    border-bottom-color: #3E84C2;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    color: #3E84C2;
}



.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
    background-color: #3E84C2;
    border-color: #3E84C2;
    color: #ffffff;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus,
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover,
.nav-tabs.nav-stacked > .active > a:focus {
    border-left-color: #418d49;
    background-color: #3E84C2;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
    background-color: #3E84C2;
}

.nav .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.nav a:hover .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

a {
    color: #000000;
}

a:hover,
a:focus {
    color: #999999;
}

.nav a:hover{
    color: #ffffff;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #3E84C2;
}

.tt-suggestion.tt-is-under-cursor {
    color: #3E84C2;
}

.typeahead:focus {
    border-color: #3E84C2;
}

.form-control:focus {
    border-color: #3E84C2;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #3E84C2;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #3E84C2;
}

.pager li > a:hover,
.pager li > a:focus {
    background-color: #3E84C2;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
    background-color: #3E84C2;
}

.pagination > .active > a,
.pagination > .active > span {
    background-color: #3E84C2;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #3E84C2;
}

blockquote {
    border-left-color: #3E84C2;
}

blockquote.pull-right {
    border-right-color: #3E84C2;
}

.text-primary {
    color: #3E84C2;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #3E84C2;
}

a.list-group-item.active {
    background-color: #3E84C2;
    border-color: #3E84C2;
}

a.list-group-item.active .list-group-item-text {
    color: #eff7f0;
}

.btn{
    border-radius: 3px;
}

.btn:hover
{
    box-shadow: 1px 2px 1px rgba(0,0,0,0.13);
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #3E84C2;
}

.panel-primary .panel-heading {
    background-color: #3E84C2;
    border-color: #3E84C2;
}

.jumbotron{
    background: linear-gradient(
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.2)
    ), url(images/main-banner.jpg);
    background-size: cover;
    color: #ffffff;
    padding: 0;

}
@media (min-width: 768px) {
.jumbotron .intro{
    background: rgba(0, 0, 0,0.1);
    padding-top: 225px;
    padding-bottom: 170px;
    min-height: 400px;        font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
}
@media (max-width: 767px) {
.jumbotron .intro{
    background: rgba(0, 0, 0,0.1);
    padding-top: 120px;
    padding-bottom: 50px;
    min-height: 400px;        font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
}

.jumbotron .intro .row-top div.ccont{

}
.row-bottom{
    margin-top: 20px;
    margin-bottom: 20px;
}

.jumbotron div.ccont{
    background: #fff;
    min-height: 150px;
}
.jumbotron .row-top div.ccont{
    -webkit-box-shadow: 0px 1px 2px rgba(100, 100, 100, 0.75);
    -moz-box-shadow:    0px 1px 2px rgba(100, 100, 100, 0.75);
    box-shadow:         0px 1px 2px rgba(100, 100, 100, 0.75);

}

.jumbotron .row-bottom div.ccont{
    -webkit-box-shadow: -1px -1px 2px rgba(100, 100, 100, 0.75);
    -moz-box-shadow:    -1px -1px 2px rgba(100, 100, 100, 0.75);
    box-shadow:         -1px -1px 2px rgba(100, 100, 100, 0.75);

}

.jumbotron p{
    padding: 20px 0;
}

.jumbotron .media{
    margin: 50px 0;
}
.jumbotron .media-body h1{
    margin-top: 100px;
}

section.slider{
  
}

section.slider h2{
    margin-bottom: 20px;
}

section.slider .col-md-8{
    padding-left: 30px;
}

.big-list {
    font-size: 25px;
    font-weight: 300;
    margin-top: 40px;
    line-height: 2;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


.inner-page{
    margin-bottom: 30px;
    padding-bottom: 30px;
}

img{
    max-width: 100%;
}

.pricing-intro{
    margin-bottom: 70px;
}

section.gray{

    padding: 30px 0;
    background: #eeeeee;
}
section.gray h3{
    margin: 0;
    font-size: 22pt;
}

section.about{
    background: url(images/tweed.png);
    min-height: 400px;
    position: relative;
}
section.about .dmask{
    width: 100%;
    height: 100%;
    min-height: 400px;
    /*background: rgba(100, 0, 0, 0.42);*/
    color: #ffffff;
    padding: 40px 0;
}

.our-clients .testimonial p, .our-clients .testimonials-arrow {
    border: medium none;
}
.clients-title h3,
.testimonials h3{
    margin-bottom: 10px !important;
}
.testimonials-arrow {
    background-color: #FAFAFA;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 0 none;
    content: "";
    display: block;
    height: 14px;
    margin-bottom: 10px;
    margin-left: 45px;
    margin-top: -7px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 14px;
}

.client-logo .carousel-controls{
    width: 80px;
    text-align: right;
}

.testimonial p {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    font-weight: 500;
    margin: 0;
    padding: 27px 25px;
    color: #222222;
    border-radius: 3px;
    line-height: 1.7;
}

.our-clients .testimonial-author-info {
    color: #DDDDDD;
}
.testimonial-author-info {
    color: #666666;
    padding: 10px 0 0 90px;
}

.testimonial-image {
    float: left;
    height: 70px;
    position: relative;
    width: 70px;
}
.our-clients .testimonial-image img {
    border: medium none;
    padding: 0;
}
.testimonial-image img {
    border: 1px solid #DDDDDD;
    border-radius: 50px 50px 50px 50px;
    height: 70px !important;
    padding: 4px;
    width: 70px !important;
}
.testimonial .author {
    margin: 0 0 0 19px;
}

.client-carousel img{
    border-radius: 3px;
}
.dmask .title span{
    font-weight: 900;
}
.dmask .title{
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 17pt;
    letter-spacing: 1px;
}

section#portfolio{
    padding-bottom: 70px;
    position: relative;
    min-height: 600px;
}

section.pricing{
    background: #2c6393;
    padding: 30px 0 50px 0;
}
div.white, div.white *{
    color: #ffffff !important;
}

div.pricing-circle{
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    margin: 10px auto 20px;
    font-size: 16pt;
    font-weight: 900;
    color: #ffffff;
}


.pricing-table .panel {
    background: #eeeeee;
    border: 0;
}

div.pricing-table .panel .panel-heading h3{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: Montserrat, serif;
    font-size: 14pt;
    font-weight: 900;
}

.pricing-intro h2{
    margin-bottom: 20px;
}

.pricing-table .list-group-item{
    padding: 15px 20px;
    font-size: 10pt;
}

.pricing-table .list-group-item   i{
    margin-right: 10px;
}

.client-logo .carousel-controls{
  margin-top: -30px;
}

.client-logo .carousel-controls a{
    color: #ffffff;
    padding: 0 8px 2px 8px;
    border-radius: 2px;
    background: rgba(0,0,0,0.4);
}

.client-logo .carousel-controls a:first-child{
    margin-right: 2px;
}
.testimonial-author-info a{
    color: #ffffff;
    font-weight: 900;
    display: block;
}

a.list-group-item.active {
    background-color: #389968;
    border-color: #389968;
}
a.list-group-item .list-group-item-heading{
    margin-bottom: 10px;
    font-weight: 400;
}



.features {
    padding-top: 30px;
}
.features p{
    margin: 30px 0;
}

.features .col-lg-4:first-child .icon-stack-base{
    color:#52AD81;
}
.features .col-lg-4:nth-child(2) .icon-stack-base{
    color:#CD5A48;
}
.features .col-lg-4:last-child .icon-stack-base{
    color:#51A9D6;
}
.label{
    font-weight: 300;
}

div.feature-box {
    clear: both;
    margin-top: 30px;
}

div.feature-box h4{
    margin-bottom: 3px;
}

div.feature-box div.feature-box-icon {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #ffffff;
    border-radius: 6px;
    color: #2D6D7B;
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 45px;
}

div.feature-box div.feature-box-info {
    padding-left: 50px;
}

div.feature-box div.feature-box-icon i.image-icon {
    position: relative;
    top: 5px;
}

div.feature-box div.feature-box-icon i.image-icon.small {
    top: 2px;
}

footer div.footer-ribbon:before {
    border-right-color: #005580;
}
footer div.footer-ribbon:before {
    border-right: 10px solid #005580;
    border-top: 16px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}
footer div.container div.row > div {
    margin-bottom: 25px;
}

footer div.footer-ribbon {
    background: #0088CC;
    margin: -100px 0 0 30px;
    padding: 10px 20px 6px;
    position: absolute;
    color: #ffffff;
    font-weight: 700;
}

footer div.footer-ribbon span{
    color: #ffffff;
    font-weight: 700;
}

footer {
     background: #e7e9ee;
    border-top: 1px solid #a5a5a5;
    font-size: 0.9em;
    padding: 40px 0px 0px 0px;
    font-size: 0.9em;
    position: relative;
}

img{
    max-width: 100%;
}

@media (min-width: 768px) {
section.contact{
    width: 100%;
    background: url(img/footer_contact_bg1.jpg) no-repeat center center/cover;
    padding-top: 30px;
    padding-bottom: 50px;    background-color: #F4F4F4;

}
section.contact1{
    width: 100%;
    background: url(img/bg_contactArea1.jpg) no-repeat center center/cover;
    padding-top: 40px;
    padding-bottom: 30px;
   

}
section.gallery{
    width: 100%;
    background: url(./img/concrete_seamless.png) repeat;
    padding-top: 40px;
    padding-bottom: 30px;
   

}
section.ccc{
    width: 100%;
background-color: rgba(0, 0, 0, 0.9);
	background: url(./img/ccc.jpg) repeat;
	background-size: cover;
    padding: 100px 0;
	color:#000000;
 
}	
section.ddd{
    width: 100%;
background: #e7e9ee;
    padding: 100px 0;
	color:#000000;
 
}	
	#topboxaa {
	padding:100px 0;
}
	#topboxzyouhou {
	padding:100px 0;
		background: url(./img/zyouhou.jpg) no-repeat left center;
    background-size: contain;
}
.sec-title {
    padding-bottom: 15px;
    background: url(./img/ll1.jpg) no-repeat 2px bottom;
	font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 50px;
}
.sec-title span {
    display: inline-block;
    margin-left: 15px;
	font-family: 'lato',sans-serif;
    font-weight: 100;
    display: blockbk;
    font-size: 1.7rem;
    margin-top: 5px;
}	
}
@media (max-width: 767px) {
section.contact{
    width: 100%;
    background: url(img/footer_contact_bg1.jpg) no-repeat center center/cover;
    padding-top: 20px;
    padding-bottom: 0px;    background-color: #eaeaea;

}
section.contact1{
    width: 100%;
    background: url(img/bg_contactArea1.jpg) no-repeat center center/cover;
    padding-top: 20px;
    padding-bottom: 20px;

	
}
section.gallery{
    width: 100%;
    background: url(./img/concrete_seamless.png) repeat;
    padding-top: 20px;
    padding-bottom: 20px;
   

}
section.ccc{
    width: 100%;
background: url(./img/ccc.jpg) repeat;
	background-size: cover;
    padding: 20px 0;
	color:#000000;
}
section.ddd{
    width: 100%;
background: #e7e9ee;
    padding: 20px 0;
	color:#000000;
 
}		
	
	#topboxaa {
	padding:40px 0;
	}
	#topboxzyouhou {
	padding:40px 0;
		background: url(./img/zyouhou.jpg) no-repeat left center;
    background-size: contain;
}
}
section.contact ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

section.contact li{
    line-height: 2;
}
.kurowaku{
	    border: solid 2px #222222;
    background: #222222;
    border-radius: 10px;
    color: #ffffff;
    padding: 12px;
}

footer *{
 
}

.footer-copyright{
    margin-top: -40px;
}

#footer-menu {
    text-align: right;
}
#footer-menu li{
    display: inline;
    list-style: none;
    margin-left: 10px;
}
.title span{
    font-weight: 900;
}

.navbar-color{
    background: rgba(0,0,0,0.7);    background: #ffffff;box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .45);
}



.navbar-nav{
    margin-top: 18px;
    float: right;
}
@media (max-width: 1199px) {
	.navbar-nav{
    margin-top: 0px;
    float: right;
}
}
.navbar-nav li a{
    color: #000000;
letter-spacing: 0.4px;
    text-transform: lowercasebk;
    padding: 5px 15px;
    font-size: pt;
    border-radius: 2px;
    margin-left: 3px;
font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
    font-size: 14px;
    font-weight: 400;
    
    font-style: normal;
}
.navbar-nav li a:hover{
    color: #999999;
letter-spacing: 0.4px;
    text-transform: lowercasebk;
    padding: 5px 15px;
    font-size: pt;
    border-radius: 2px;
    margin-left: 3px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;

    font-weight: 400;
    
    font-style: normal;
}

@media only screen and (min-width: 1200px) and (max-width: 1380px)  {
.navbar-nav li a{
    color: #000000;
letter-spacing: 0.4px;
    text-transform: lowercasebk;
    padding: 5px 10px;
    font-size: pt;
    border-radius: 2px;
    margin-left: 3px;
font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
    font-size: 11px;
    font-weight: 400;
    
    font-style: normal;
}
.navbar-nav li a:hover{
    color: #999999;
letter-spacing: 0.4px;
    text-transform: lowercasebk;
    padding: 5px 10px;
    font-size: pt;
    border-radius: 2px;
    margin-left: 3px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;

    font-weight: 400;
    
    font-style: normal;
}	
}

@media (max-width: 1199px) {
	.navbar-nav li a{
    color: #000000;
letter-spacing: 0.4px;
		border-top:1px solid #cccccc;
    text-transform: lowercasebk;
    padding: 17px 20px;
    font-size: pt;
    border-radius: 2px;
    margin-left: 3px;
font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;

    font-weight: 600;
    
    font-style: normal;
}
	.navbar-nav li a:hover{
    color: #999999;
letter-spacing: 0.4px;
		border-top:1px solid #cccccc;
    text-transform: lowercasebk;
   padding: 17px 20px;
    font-size: pt;
    border-radius: 2px;
    margin-left: 3px;
font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;

    font-weight: 400;
    
    font-style: normal;
}
}
.navbar-nav li a:focus,
.navbar-nav li a:active,
.navbar-nav li.active a,
.navbar-nav li a:hover{
    background: rgba(255,255,255,0.8);
    outline: none !important;
}

.hexicon {
    background: url("images/hex.png");
    width: 132px;
    height: 210px;
    position: relative;
    margin: 0 auto;
}
.inicon{
    position: absolute;
    width: 100%;
    height: 100%;
}

.inicon.retina{
    background: url("images/retina.png") no-repeat center 40px;
    background-size: 80px auto;
}
.inicon.support{
    background: url("images/support.png") no-repeat center 40px;
    background-size: 80px auto;
}
.inicon.speed{
    background: url("images/speed.png") no-repeat center 40px;
    background-size: 80px auto;
}
.inicon.social{
    background: url("images/social.png") no-repeat center 40px;
    background-size: 80px auto;
}

.inicon.shopping{
    background: url("images/shopping.png") no-repeat center 40px;
    background-size: 80px auto;
}
.inicon.cloud{
    background: url("images/cloud.png") no-repeat center 40px;
    background-size: 80px auto;
}

p.lead{
    font-family: 'Arvo' !important;
}

.up-triangle,.down-triangle{
    float: left;
    margin-left: -100px;
}

.up-triangle:first-child{
    margin-left: 20px;
}

@media (max-width: 1199px) {

    .up-triangle,.down-triangle{
        margin-bottom: 20px;
    }

    .down-triangle:nth-child(5){
        margin-left: 20px;
    }
    .icon-reorder{
        color: #ffffff;
    }
    .navbar-nav{
        clear: both !important;
        float: none;
        padding: 0px;
    }
    .navbar-header{
        margin-left: 50% !important;
		     margin-left: 0% !important;
    }
    .navbar-brand{
        margin-left: -80px !important;
		  margin-left: 0px !important;
    }

}

@media (max-width: 360px) {
    .up-triangle,.down-triangle{
        clear: both;
        margin-left:50px !important;

    }
    .icon-reorder{
        color: #ffffff;
    }
    .navbar-nav{
        clear: both !important;
        float: none;
        padding: 10px;
    }
}


.up-triangle {
    width: 0;
    height: 0;
    border-bottom: 200px solid #ffffff;
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    position: relative;

}
.down-triangle {
    width: 0;
    height: 0;
    border-top: 200px solid #ffffff;
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    position: relative;

}

.up-triangle div.info{
    position:absolute;bottom:-170px;color: #ffffff;margin-left:-100px;width:200px;text-align:center;font-size: 14pt;
    font-family: 'Arvo';
}
.down-triangle div.info{
    position:absolute;top:-170px;color: #ffffff;margin-left:-100px;width:200px;text-align:center;font-family: 'Arvo';font-size: 14pt;
}
.triangles {
    margin-bottom: 40px;
}
.triangles .icon{
    font-size: 22pt;
    color: #ffffff;
    line-height: 60px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.down-triangle .icon{
    padding-top:15px;
    line-height: 60px;

}

.up-triangle:hover .icon,
.down-triangle:hover .icon{
    color: rgba(52, 118, 135, 0.9);
}

.portfolio-block{
    position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
}
.portfolio-block .portfolio-caption{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    top: 0;
    border: 20px solid rgba(255,255,255,0.3);
    opacity: 0;
}
.portfolio-block .portfolio-caption h3{
    font-size: 15pt;
    margin-top: 30px;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
.portfolio-block .portfolio-caption .btn-sm{
    padding-top: 11px;
}
.portfolio-block{
    overflow: hidden;
}
.portfolio-block .portfolio-caption{
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.portfolio-block .portfolio-caption .btn-skype{
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.portfolio-block .portfolio-caption .btn-stack-overflow{
    -webkit-animation-name: fadeOurRight;
    animation-name: fadeOurRight;
}
.portfolio-block:hover .portfolio-caption{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.portfolio-block:hover .portfolio-caption h3.animated{
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.portfolio-block:hover .portfolio-caption .btn-skype{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.portfolio-block:hover .portfolio-caption .btn-stack-overflow{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.btn{
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2) !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
	font-size:13px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.dropdown-menu > li > a:hover {
    display: block;
    padding: 6px 20px;
	font-size:13px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999999;
    white-space: nowrap;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.navbar-toggle {
    padding: 14px 6px;
    font-size: 22px;
    color: #111111;
}
.hiragino{
	 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.bold{
	font-weight: 600;
}
.gry{
	color: #888888;
}
.mb5{
	padding-bottom:5px;
	
}
.mb6{
	padding-bottom:6px;
	
}
.mb10{
	padding-bottom:10px;
	
}


.mb15{
	padding-bottom:15px;
	
}




.mb20{
	padding-bottom:20px;
	
}


.mb30{
	padding-bottom:30px;
	
}

.mb40{
	padding-bottom:40px;
	
}
.mb50{
	padding-bottom:50px;
	
}
/*-----------------------------------------------------------------*/
/* 基本設定 */
/*-----------------------------------------------------------------*/
.rss_box dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;border-bottom: 1px dotted #000;
}

.rss_box dl:after {
  content: "";
  display: table;
  clear: both;
}

.rss_date {
  float: left;
  width: 12%;
}

.rss_title {
  float: right;
  width: 88%;
  padding-left: 20px; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.rss_title a {
  color: #999999;
  text-decoration: underline;
}

.rss_contents {
  clear: both;
  padding: 5px 0 0 calc(10.7%);
  font-size: .9em;
}

.rss_new {
  display: inline-block;
  background-color: #3A679B;
  color: #ffffff;
  padding: 3px 12px 2px;
  font-size: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 979px) {
  .rss_date {
    width: 14%;
  }
  .rss_title {
    width: 86%;
  }
  .rss_contents {
    padding-left: calc(14% + 15px);
  }
}

@media only screen and (max-width: 690px) {
  .rss_date,
  .rss_title {
    width: 100%;
    float: none;
  }
  .rss_date {
    font-size: .85em;
  }
  .rss_title {
    padding: 3px 0;
  }
  .rss_contents {
    padding: 5px 0 0 0;
  }
}

/* 2個目以降非表示 スライドで表示 ----------*/
.rss_tggle {
  position: relative;
}

.rss_tggle .rss_contents {
  display: none;
}

#close {
  display: none;
}

#rss_open {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#rss_open::before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  background-color: #3A679B;
  width: 40px;
  height: 40px;
  text-align: center;
}

#rss_open.active::before {
  content: "\f00d";
}

.rss_tggle .rss_box {
  width: calc(100% - 40px - 20px);
  margin-right: 20px;
}
.col_bg_light_grey {
    background-color: #f1f1f1;
}

.gly_bk {
    background-color: #FFF;
    padding: 20px;
    border: 2px solid #E5E5E5;
    border-radius: 2px;
	
}


.kinou{
	text-align: center;
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 25px;
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,.2);
    transition: .3s;
}
.title_en {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  color: #3A679B;
  letter-spacing: .1.5em;
  font-family: 'Abel', sans-serif;
}
.f11{
	font-size: 11px;
}
.f12{
	font-size: 12px;
}
.f13{
	font-size: 13px;
}
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
}
.rss_date {
  width: 100px;    font-family: Century Gothic, sans-serif;    color: #1d8f59;
}

.rss_title {
  width: calc(100% - 100px);
}

.col2_ti .rss_box {
  width: calc(18.5% * 3.5 + 1.875% * 2);
}

.col2_ti .top_banner,
.col2_ti .top_banner02 {
  width: calc(18.5% * 1.25 + 1.875% * 2);
}

.top_banner .banner_in,
.top_banner .banner_in_bg {
  margin-bottom: 10px;
  list-style: none;
}

.top_banner .banner_in a,
.top_banner .banner_in_bg a {
  display: block;
  padding: 10px 10%;
  text-align: left;
  font-size: 18px;
}

.top_banner .banner_in a:hover,
.top_banner .banner_in_bg a:hover {
  text-decoration: none;
  background-color: #406CAC;
}

.top_banner .banner_in a {
  background-color: #3A679B;
  color: #ffffff;
}

.top_banner .banner_in a img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.top_banner .banner_in a:hover {
  background-color: #406CAC;
}

.top_banner .banner_in .material-icons {
  padding-right: 16px;
  font-size: 32px;
  vertical-align: middle;
}

.top_banner .banner_in_bg {
  position: relative;
}

.top_banner .banner_in_bg a {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: rgba(6, 101, 152, 0.8);
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.top_banner .banner_in_bg a:hover {
  background-color: #066598;
}

.banner_in_bg.bigglink:hover a {
  background-color: #066598;
}

#top_rss_a {

    padding-top: 30px;
    padding-bottom: 30px;
}

#top_rss_a .btn {
  float: right;
  margin-top: 5px;
}

@media only screen and (max-width: 979px) {
  .col2_ti .rss_box {
    float: none;
    width: 100%;
  }
  .col2_ti .top_banner {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
  .col2_ti .top_banner .banner_in,
  .col2_ti .top_banner .banner_in_bg {
    float: left;
    width: 32%;
    margin-bottom: 0;
  }
  .col2_ti .top_banner .banner_in:not(:last-child),
  .col2_ti .top_banner .banner_in_bg:not(:last-child) {
    margin-right: 2%;
  }
  .col2_ti .top_banner .banner_in a,
  .col2_ti .top_banner .banner_in_bg a {
    padding: 20px 7%;
  }
  .col2_ti .top_banner .banner_in a img,
  .col2_ti .top_banner .banner_in_bg a img {
    max-width: 28px;
    margin-right: 10px;
  }
  .col2_ti .top_banner .banner_in_bg a {
    padding: 5px 5%;
  }
}

@media only screen and (max-width: 690px) {
  .rss_date, .rss_title {
    width: 100%;
  }
  .rss_box dl {
    margin-bottom: 10px;
  }
  .col2_ti .rss_box {
    width: 100%;
  }
  .col2_ti .top_banner {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
  }
  .col2_ti .top_banner .banner_in {
    float: none;
    margin: 10px auto;
    width: 100%;
    max-width: 360px;
  }
  .col2_ti .top_banner .banner_in:not(:last-child) {
    margin-right: auto;
  }
  .col2_ti .top_banner .banner_in a {
    padding: 15px 10%;
  }
  .col2_ti .top_banner .banner_in a img {
    max-width: 28px;
    margin-right: 15px;
  }
  .col2_ti .top_banner .banner_in_bg {
    float: left;
    width: 48%;
    position: static;
  }
  .col2_ti .top_banner .banner_in_bg:not(:last-child) {
    margin-right: 4%;
  }
  .col2_ti .top_banner .banner_in_bg a {
    font-size: 14px;
    line-height: 1.4;
    position: static;
  }
  #top_rss_a .btn {
    float: none;
  }
}
.clear{
	clear:both;
}



.title02,
p.title02 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
	font-weight: 600;
}

.title02.m10,
p.title02.m10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 690px) {
  .title02, p.title02 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}


/* *************************************** */
/* CV style 3*/
/* *************************************** */
.cv_style03 {
  width: 100%;
  background: url(../img/footer_contact_bg.jpg) no-repeat center center/cover;
  padding-top: 20px;
  padding-bottom: 0px;

}

@media only screen and (max-width: 691px) {
  .cv_style03 {
  
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.cv_style03 .cv_style03_in {
  max-width: 760px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .cv_style03 .cv_style03_in {
    width: calc(100% - 6%);
  }
}

@media only screen and (max-width: 690px) {
  .cv_style03 .cv_style03_in {
    width: calc(100% - 10%);
  }
}

.cv_style03 .cv_style03_lead {
  margin-bottom: 20px;
  font-size: 15px;
}

@media only screen and (max-width: 690px) {
  .cv_style03 .cv_style03_lead {
    margin-bottom: 15px;
  }
}

.cv_style03 .cv_style03_btn {
  font-size: 0;
  text-align: center;
}

.cv_style03 .cv_style03_btn a.btn {
  display: inline-block;
  max-width: 320px;
  padding: 12px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
font-weight: normal;
  
  transition: background-color .2s;
  position: relative;background-color: #363480;
  
	  background-color: #121212;background-color: #f59600;
  width: 100%;
  margin: 0 3%;
}

@media only screen and (max-width: 690px) {
  .cv_style03 .cv_style03_btn a.btn {
    font-size: 11px;
  }
}

.cv_style03 .cv_style03_btn a.btn:hover {
  background-color: #406CAC;
  text-decoration: none;
}

.cv_style03 .cv_style03_btn a.btn:afterbk {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 5%bk;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.cv_style03 .cv_style03_btn a.btn:hover {
  background-color: #3A679B;  background-color: #454545;
}

.cv_style03 .cv_style03_btn a.btn.right {
  display: inline-block;
  max-width: 320px;
  padding: 12px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold; background-color: #E7380D;
  background-color: #3A679B;  background-color: #121212;
	 
  transition: background-color .2s;
  position: relative;
}

@media only screen and (max-width: 690px) {
  .cv_style03 .cv_style03_btn a.btn.right {
    font-size: 11px;
  }
}

.cv_style03 .cv_style03_btn a.btn.right:hover {
  background-color: #406CAC;  background-color: #454545;
  text-decoration: none;
}

.cv_style03 .cv_style03_btn a.btn.right:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
}


/* margin bottom only pc **********************/
.m5_pc,.t-default .m5_pc { margin-bottom:5px;}
.m10_pc,.t-default .m10_pc { margin-bottom:10px;}
.m15_pc,.t-default .m15_pc { margin-bottom:15px;}
.m20_pc,.t-default .m20_pc { margin-bottom:20px;}
.m25_pc,.t-default .m25_pc { margin-bottom:25px;}
.m30_pc,.t-default .m30_pc { margin-bottom:30px;}
.m35_pc,.t-default .m35_pc { margin-bottom:35px;}
.m40_pc,.t-default .m40_pc { margin-bottom:40px;}
.m45_pc,.t-default .m45_pc { margin-bottom:45px;}
.m50_pc,.t-default .m50_pc { margin-bottom:50px;}
.m55_pc,.t-default .m55_pc { margin-bottom:55px;}
.m60_pc,.t-default .m60_pc { margin-bottom:60px;}
.m65_pc,.t-default .m65_pc { margin-bottom:65px;}
.m70_pc,.t-default .m70_pc { margin-bottom:70px;}
.m75_pc,.t-default .m75_pc { margin-bottom:75px;}
.m80_pc,.t-default .m80_pc { margin-bottom:80px;}
.m85_pc,.t-default .m85_pc { margin-bottom:85px;}
.m90_pc,.t-default .m90_pc { margin-bottom:90px;}
.m95_pc,.t-default .m95_pc { margin-bottom:95px;}
.m100_pc,.t-default .m100_pc { margin-bottom:100px;}
.m105_pc,.t-default .m105_pc { margin-bottom:105px;}
.m110_pc,.t-default .m110_pc { margin-bottom:110px;}
.m115_pc,.t-default .m115_pc { margin-bottom:115px;}
.m120_pc,.t-default .m120_pc { margin-bottom:120px;}
.m125_pc,.t-default .m125_pc { margin-bottom:125px;}
.m130_pc,.t-default .m130_pc { margin-bottom:130px;}
.m135_pc,.t-default .m135_pc { margin-bottom:135px;}
.m140_pc,.t-default .m140_pc { margin-bottom:140px;}
.m145_pc,.t-default .m145_pc { margin-bottom:145px;}
.m150_pc,.t-default .m150_pc { margin-bottom:150px;}
.m155_pc,.t-default .m155_pc { margin-bottom:155px;}
.m160_pc,.t-default .m160_pc { margin-bottom:160px;}
.m165_pc,.t-default .m165_pc { margin-bottom:165px;}
.m170_pc,.t-default .m170_pc { margin-bottom:170px;}
.m175_pc,.t-default .m175_pc { margin-bottom:175px;}
.m180_pc,.t-default .m180_pc { margin-bottom:180px;}
.m185_pc,.t-default .m185_pc { margin-bottom:185px;}
.m190_pc,.t-default .m190_pc { margin-bottom:190px;}
.m195_pc,.t-default .m195_pc { margin-bottom:195px;}
.m200_pc,.t-default .m200_pc { margin-bottom:200px;}


.cv_style03 .cv_style03_tel {
  font-size: 36px;
color: #417505;
  font-weight: bold;
  line-height: ;
}

@media only screen and (max-width: 691px) {
  .cv_style03 .cv_style03_tel {
    font-size: 32px;color: #417505;
  }
}

.center {
    text-align: center;
}

footer p {

}

 @media only screen and (min-width: 768px) {
 .copyright {
    font-size: 11px !important;
    font-weight: ;

    margin: 1em auto;
    display: block;
    padding: 10px 0;
    padding-bottom: 60px;
    border-top: dotted 0px #ccc;

		    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.pcgazou{
	
}
.spgazou{
	display:none;
}

.sphyouziclear{
	display:none;		
}

 }
 
 

@media only screen and (max-width: 767px) {
	 
 .copyright {
    font-size: 11px !important;
    font-weight: ;

    margin: 1em auto;
    display: block;
    padding: 10px 0;
    padding-bottom: 50px;
    border-top: dotted 0px #ccc;

		    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.spgazou{
}

.pcgazou{
	display:none;	
}

.sphyouziclear{
	clear:both;
}
}
.siro {
    color: #ffffff !important;
}
.iro{
	color: #ec6c00;
}
.iro1{
	color: #ff9e06;
}

.footersen {
    border-bottom: 1px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

@media (min-width: 1180px){
.center1180 {
    text-align: center;
}
}
@media (max-width: 1179px){
.center1180 {
    text-align: center;
}
}

.nav1>li>a {
    position: relative;
    display: block;
    padding: 10px 28px;
}
ul li {
    list-style-type: none;
}

  .list02 {
	 
	 padding:0;
	 margin:0;
 }
 .list02 li {
	 list-style:none;
	 padding:0 0 0 0px;
	 margin:0;
    line-height: 30px;
	font-weight:400;
 }

.haikeigaiyou{

	background: #3e3e3e;	background: #121214;
	    background: rgba(0,0,0,0.7);
    padding: 42px 0px 58px;
}
.sirobtn{
	border:solid 1px #ffffff;
	text-align: center;
    display: table;
    height: auto;
	color:#ffffff;
	width: 100%;padding:10px;
 font: 13px/1.7 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a .sirobtn{
	
	padding:10px;
	color:#ffffff;
	text-align: center;

	width: 100%;
	display: inline-block;
    position: relative;

    transition: all .2s linear .2s;
}

a .sirobtn:hover  {
		color:#111111;
background-color:#ffffff;
 font: 13px/1.7 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.inner {
  
    max-width: 1400px;
    margin: 0 auto;
	z-index: 1000;
	    position: relative;
}
@media only screen and (min-width: 798px) {

#category_contact { margin-top: 79px; color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/contact.jpg);
    width: 100%;    font-family: dnp-shuei-mgothic-std, sans-serif;height: 280px;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_contact:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_contact .titlebb {margin: 11.2rem 0 4.5rem; }
  #category_contact .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_contact .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;padding-bottom: 5px;
       font-size: 1.6em; z-index: 1000;
    display: block;
}
  #category_contact .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_contact .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_contact.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_contact.active .titlebb strong {opacity: 1; !important;}
  #category_contact.active .titlebb:after {width: 200px;}
	
	

#category_privacy { margin-top: 79px;  color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/privacy.jpg);
    width: 100%;  font-family: dnp-shuei-mgothic-std, sans-serif;height: 280px;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_privacy:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_privacy .titlebb {margin: 11.2rem 0 4.5rem; }
  #category_privacy .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_privacy .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;padding-bottom: 5px;
    font-size: 1.6em; z-index: 1000;
    display: block;
}
  #category_privacy .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_privacy .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_privacy.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_privacy.active .titlebb strong {opacity: 1; !important;}
  #category_privacy.active .titlebb:after {width: 200px;}
	
	
	
	

#category_company {margin-top: 79px;  color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/company.jpg);
    width: 100%;    font-family: dnp-shuei-mgothic-std, sans-serif;height: 280px;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_company:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_company .titlebb{margin: 11.2rem 0 4.5rem; }
  #category_company .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_company .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;padding-bottom: 5px;
    font-size: 1.6em;z-index: 1000;
    display: block;;
}
  #category_company .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_company .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_company.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_company.active .titlebb strong {opacity: 1; !important;}
  #category_company.active .titlebb:after {width: 200px;}
	
			
	
	

#category_feature { margin-top: 79px;  color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/feature.jpg);
    width: 100%; font-family: dnp-shuei-mgothic-std, sans-serif;height: 280px;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_feature:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_feature .titlebb {margin: 11.2rem 0 4.5rem; }
  #category_feature .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_feature .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;padding-bottom: 5px;
    font-size: 1.6em; z-index: 1000;
    display: block;
	
}
  #category_feature .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_feature .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_feature.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_feature.active .titlebb strong {opacity: 1; !important;}
  #category_feature.active .titlebb:after {width: 200px;}
	
			


	

#category_flow { margin-top: 79px;  color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/flow.jpg);
    width: 100%;  font-family: dnp-shuei-mgothic-std, sans-serif;height: 280px;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_flow:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_flow .titlebb {margin: 11.2rem 0 4.5rem; }
  #category_flow .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_flow .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;padding-bottom: 5px;
    font-size: 1.6em;z-index: 1000;
    display: block;
}
  #category_flow .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_flow .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_flow.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_flow.active .titlebb strong {opacity: 1; !important;}
  #category_flow.active .titlebb:after {width: 200px;}
	
			

	

#category_example { margin-top: 79px; color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/example.jpg);
    width: 100%;  font-family: dnp-shuei-mgothic-std, sans-serif;height: 280px;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_example:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_example .titlebb {margin: 11.2rem 0 4.5rem; }
  #category_example .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_example .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;padding-bottom: 5px;
    font-size: 1.6em;z-index: 1000;
    display: block;
}
  #category_example .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_example .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_example.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_example.active .titlebb strong {opacity: 1; !important;}
  #category_example.active .titlebb:after {width: 200px;}
	

	

#category_sitemap { margin-top: 79px; color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/sitemap.jpg);
    width: 100%; font-family: dnp-shuei-mgothic-std, sans-serif;height: 280px;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_sitemap:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_sitemap .titlebb {margin: 11.2rem 0 4.5rem; }
  #category_sitemap .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_sitemap .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;padding-bottom: 5px;
    font-size: 1.6em;z-index: 1000;
    display: block;
}
  #category_sitemap .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_sitemap .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_sitemap.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_sitemap.active .titlebb strong {opacity: 1; !important;}
  #category_sitemap.active .titlebb:after {width: 200px;}
	
			
	
#categorya { margin-top: 66px; color: #333333 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/.jpg);
    width: 100%; height: 200px;
    background-size: cover; border-bottom:0px solid #999999; }
  #categorya:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #categorya .titlebb {margin: 11.2rem 0 4.5rem;    font-size: 39px; }
  #categorya .titlebb,#category_contact .title span {color: #333333; text-align: center; z-index: 1000;}
  #categorya .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);line-height:14px;
text-align: center;padding-bottom: 5px;
    font-size: 1.6em;z-index: 1000;
    display: block;    font-size: 39px;
    letter-spacing: 1.2px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .14);
    font-family: Century Gothic, sans-serif;
}
  #categorya .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;font-size:15px;
}

  #category_sitemap .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_sitemap.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_sitemap.active .titlebb strong {opacity: 1; !important;}
  #category_sitemap.active .titlebb:after {width: 200px;}
					
	
	
}
	
	
@media only screen and (max-width: 797px) {

#category_contact { padding-top:79px; color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/contact.jpg);
    width: 100%; font-family: dnp-shuei-mgothic-std, sans-serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_contact:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_contact .titlebb {margin: 5rem 0 5.5rem; }
  #category_contact .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_contact .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.4em; z-index: 1000;
    display: block;
}
  #category_contact .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_contact .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_contact.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_contact.active .titlebb strong {opacity: 1; !important;}
  #category_contact.active .titlebb:after {width: 200px;}	
	
	
	

#category_privacy {padding-top:79px; color: #ffffff  !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/privacy.jpg);
    width: 100%; font-family: dnp-shuei-mgothic-std, sans-serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_privacy:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_privacy .titlebb{margin: 5rem 0 5.5rem; }
  #category_privacy .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_privacy .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.4em; z-index: 1000;
    display: block;
}
  #category_privacy .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_privacy .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_privacy.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_privacy.active .titlebb strong {opacity: 1; !important;}
  #category_privacy.active .titlebb:after {width: 200px;}
	

	
	

#category_company { padding-top:79px; color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/company.jpg);
    width: 100%; font-family: dnp-shuei-mgothic-std, sans-serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_company:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_company .titlebb{margin: 5rem 0 5.5rem; }
  #category_company .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_company .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.4em; z-index: 1000;
    display: block;
}
  #category_company .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_company .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_company.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_company.active .titlebb strong {opacity: 1; !important;}
  #category_company.active .titlebb:after {width: 200px;}
	
	
	

#category_feature { padding-top:79px; color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/feature.jpg);
    width: 100%; font-family: dnp-shuei-mgothic-std, sans-serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_feature:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_feature .titlebb{margin: 5rem 0 5.5rem; }
  #category_feature .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_feature .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.4em; z-index: 1000;
    display: block;
}
  #category_feature .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_feature .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_feature.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_feature.active .titlebb strong {opacity: 1; !important;}
  #category_feature.active .titlebb:after {width: 200px;}
	
	
	

#category_flow {padding-top:79px; color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/flow.jpg);
    width: 100%; font-family: dnp-shuei-mgothic-std, sans-serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_flow:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_flow .titlebb {margin: 5rem 0 5.5rem; }
  #category_flow .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_flow .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.4em; z-index: 1000;
    display: block;
}
  #category_flow .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_flow .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_flow.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_flow.active .titlebb strong {opacity: 1; !important;}
  #category_flow.active .titlebb:after {width: 200px;}
	
	
	
	

#category_example { padding-top:79px; color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/example.jpg);
    width: 100%; font-family: dnp-shuei-mgothic-std, sans-serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_example:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_example .titlebb {margin: 5rem 0 5.5rem; }
  #category_example .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_example .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.4em; z-index: 1000;
    display: block;
}
  #category_example .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_example .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_example.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_example.active .titlebb strong {opacity: 1; !important;}
  #category_example.active .titlebb:after {width: 200px;}
	
	
				
	

#category_sitemap { padding-top:79px; color: #ffffff !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/sitemap.jpg);
    width: 100%; font-family: dnp-shuei-mgothic-std, sans-serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_sitemap:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_sitemap .titlebb {margin: 5rem 0 5.5rem; }
  #category_sitemap .titlebb,#category_contact .title span {color: #ffffff; text-align: center; z-index: 1000;}
  #category_sitemap .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.4em; z-index: 1000;
    display: block;
}
  #category_sitemap .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #category_sitemap .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_sitemap.active .titlebb span {letter-spacing: ; opacity: 1;}
  #category_sitemap.active .titlebb strong {opacity: 1; !important;}
  #category_sitemap.active .titlebb:after {width: 200px;}
	
	

#categorya { padding-top:79px; color: #333333 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/.jpg);
    width: 100%;    font-family: Century Gothic, sans-serif;font-weight: 500;
    background-size: cover; border-bottom:0px solid #999999; }
  #categorya:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #categorya .titlebb {margin: 4rem 0 2.9rem; }
  #categorya .titlebb,#category_contact .title span {color: #333333; text-align: center; z-index: 1000;}
  #categorya .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;font-weight: 400;
       font-size: 1.6em; z-index: 1000;
    display: block;
}
  #categorya .titlebb strong { font-weight: normal; opacity: 1; -webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);transition-delay:.1s;
letter-spacing: ;
}

  #categorya .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #categorya.active .titlebb span {letter-spacing: ; opacity: 1;}
  #categorya.active .titlebb strong {opacity: 1; !important;}
  #categorya.active .titlebb:after {width: 200px;}
	
			
	
	
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tokushumozi{
	
	    font-family: 'Source Sans Pro', sans-serif;font-family: 'Raleway',serif !important;
}

.sitemap_list>ul>li {
	margin-bottom: 15px;
}
.sitemap_list>ul>li>a {
	font-size: 18px;
	color: #05090d;
	letter-spacing: 3px;
	padding-left: 27px;
	display: inline-block;
	
}
.business .sitemap_list>ul>li>a {
	background: url(./img/sitemap/sanakaku1.png) no-repeat left center;
}
.residence .sitemap_list>ul>li>a {
	background: url(./img/sitemap/sanakaku2.png) no-repeat left center;
}
.sitemap_list>ul>li>a+ul {
	margin-left: 8px;
	padding: 10px 0 10px 19px;
	font-size: 14px;
	line-height: 1.4;
	background: url(./img/sitemap/b_head_border.png) repeat-y left top;
}
.sitemap_list>ul>li>a+ul>li {
	margin-top: 15px;
}
.sitemap_list>ul>li>a+ul>li:first-child {
	margin-top: 0;
}
.sitemap_list>ul>li>a+ul>li>a {
	background: url(./img/sitemap/sankaku1.png) no-repeat;
	background-position: 0 center;
	padding-left: 12px;
	-webkit-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}
.sitemap_list>ul>li>a+ul>li>a:hover {
	background-position: 3px center;
}
.sitemap_list>ul>li>a+ul ul {
	margin-left: 0;
	padding: 10px 0 10px 19px;
	font-size: 14px;
	line-height: 1.4;
	background: url(./img/sitemap/bborder.png) repeat-y left top;
}
.sitemap_list>ul>li>a+ul ul a {
	background: url(./img/sitemap/sankaku1.png) no-repeat;
	background-position: 0 center;
	padding-left: 12px;
	-webkit-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}
.sitemap_list>ul>li>a+ul ul a:hover {
	background-position: 3px center;
}
.sitemap_list>ul>li>a+ul ul li {
	margin-top: 5px;
}
.sitemap_list>ul>li>a+ul ul li:first-child {
	margin-top: 0;
}
.haikeigure{
	    background: #f7f7f7;
}

.brdrbtm {
	    color: #454545;
    font-size: 128%;
    font-weight: bold;
    border-bottom: #666666 solid 1px;
    letter-spacing: 0.9px;
}

.pad-top20 {
	padding-top:20px;}
	
.pad-top40 {
	padding-top:40px;}
.gly-bk {
	background-color:#F3F3F3;
	padding:20px;
	width:auto;
}

.tbl-rsp{
  width:100%;
  /*border: 1px solid #cccccc;*/
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.tbl-rsp th{
  /*padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;*/
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  /*background-color: #F4F4F4;*/
}
 
.tbl-rsp td{
/*padding: 5px 10px;*/
text-align: left;
vertical-align: top;
/*background-color: #ffffff;
border-top: dotted 1px #cccccc;
*/overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.tbl-rsp{
  /*border:none;*/
}
.tbl-rsp th{
	
  width:100%;
  display:block;
  margin: 0 auto;
  /*border:none;
  border-radius: 3px;*/
}
.tbl-rsp td{
  display: list-item;
  width: 100%;
  border-top: none !important;
  border-right: none !important;
}
}
@media (min-width: 768px) {
.midasi112 {
    border-bottom: solid 0px #000000;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}
}
@media (max-width: 767px) {
.midasi112 {
    border-bottom: solid 0px #000000;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
}
}

.boderss {
    margin-top: 26px;
    margin-bottom: 26px;
    border: 0;
    border-top: 1px dotted #888888;
}



.shainboder{
	background-color: #;
    padding: 10px;
    border: 2px solid #000000;
    border-radius: px;
}


.staffsen {
    border-bottom: solid 1px #000000;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.tright{
	text-align: right;
}
.bold{
	font-weight: bold;
}

.cntr {
    text-align: center;
    margin: 0 auto;
}
.aka{
	color: #9f0f00;
}
.aoa{
	color: #363480;
}
.l30{
	line-height: 30px;
}
.l40{
	line-height: 40px;
}
.l26{
	line-height: 26px;
}
.right{
	text-align: right;
}

.rinensen1 {
    border-bottom: solid 1px #000000;
    font-size: 1.8rem;
	text-align: center;
    font-weight: bold;
    letter-spacing: px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 10px;
}


.enterprise02_1 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n1.png) no-repeat;

} 

.enterprise02_2 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n2.png) no-repeat;

} 


.enterprise02_3 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n3.png) no-repeat;

} 


.enterprise02_4 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n4.png) no-repeat;

} 


.enterprise02_5 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n5.png) no-repeat;

} 



.enterprise02_6 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n6.png) no-repeat;

} 


<!--Q&A-->
.qa dl{
     width:650px;
     margin:80px;
     line-height:1.8em;
     font-size: 1.4em;
     overflow: hidden;
     _zoom: 1;
}

.qa dl dd,
.qa dl dt{
     text-indent: -2.6em;   
     padding: 0 20px 0px 50px;
}

.qa dl dt{
     margin:20px 20px 0 0;
}

.qa dl dd:first-letter,
.qa dl dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


.qa dl dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


.qa dl dt:first-letter{
     color: #01008a;
}
.qa dl dd:first-letter{
     color: #C7151C;
}


#tbl .mamorutab1{
	width:100%;
  border: 1px solid #999999;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}


#tbl .mamorutab1 th{
  padding: 6px 8px 5px;
  border-top: 1px solid #999999;
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: ;
background-color:#d4abbb;
text-align:center;	
  color:#333333;
}
#tbl .mamorutab1 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
background-color:#F2F3F3;
border: solid 1px #999999;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
  text-align:center;
}






#tbl .mamorutab2{
	width:100%;
  border: 1px solid #999999;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}


#tbl .mamorutab2 th{
  padding: 6px 8px 5px;
  border-top: 1px solid #999999;
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: ;
background-color:#b9d9e8;
text-align:center;	
  color:#333333;
}
#tbl .mamorutab2 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
background-color:#ebf4f9;
border: solid 1px #999999;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
  text-align:center;
}

.utmbk {
    background-color: #;
    padding: 10px;
    border: 2px solid #dddddd;
    border-radius: px;
}

.utm1{
	 background: url(./img/enterprise04/i1.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
   font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}


.utm2{
	 background: url(./img/enterprise04/i2.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
 font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}

.utm3{
	 background: url(./img/enterprise04/i3.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
  font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}

.utm4{
	 background: url(./img/enterprise04/i4.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
 font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}


.utm5{
	 background: url(./img/enterprise04/i5.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
 font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}

.utm6{
	 background: url(./img/enterprise04/i6.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
  font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}

.utm7{
	 background: url(./img/enterprise04/i7.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
 font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}

.utm8{
	 background: url(./img/enterprise04/i8.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}


.utm9{
	 background: url(./img/enterprise04/i9.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}


.utmbk {
    background-color: #;
    padding: 10px;
    border: 2px solid #dddddd;
    border-radius: px;
	
}

.side23 {
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.9px;
    background-color: #fff;
    border: 1px solid #bbb;
	padding:5px;

}

.bordermawari{
	border:solid 1px #999999;
}

.midasilite{
	padding: .85em 1em .65em 1.5em;
	background: #01008a;
	color: #ffffff;
	font-weight:600;
	font-size:20px;
	border-radius: 0.5em;
}
.f23{
	font-size:23px;
}
@media only screen and (min-width: 600px) {
.f26{
	font-size:26px;
}
}
@media only screen and (max-width: 599px) {
.f26{
	font-size:21px;
}
}



.rokudai1{
	 background: url(./img/enterprise041/1.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}


.rokudai2{
	 background: url(./img/enterprise041/2.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}



.rokudai3{
	 background: url(./img/enterprise041/3.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}



.rokudai4{
	 background: url(./img/enterprise041/4.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}



.rokudai5{
	 background: url(./img/enterprise041/5.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}


.rokudai6{
	 background: url(./img/enterprise041/6.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}

.nakamidasi{
	padding: 8px 0 10px 5px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    font-weight: 600;
}


#tbl .shokai{
  width:100%;
  border: 1px solid #9f9f9f;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;

}
 
#tbl .shokai th{
font-weight: normal;
  width: 30%;
 background: #e8e8e8;
    color: #000;
	 border-top: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
    padding: 1em 1em;
    text-align: center;
	font-size:16px;
}
 
#tbl .shokai td{
    border-bottom: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
      padding: 1em 1em;font-size:16px;

}
 
@media (max-width: 400px){
#tbl .shokai{
  border:none;
}
#tbl .shokai th{
background: #e8e8e8;
    color: #000;
    border-bottom: 1px solid #9f9f9f !important;
    border-left: 1px solid #9f9f9f; !important;
    padding: 1em 1em;
    text-align: ;font-size:14px;
}
#tbl .shokai td{

  width: 100%;    padding: 1em 1em;
    border-top: 1px solid #9f9f9f !important;
  border-right:1px solid #9f9f9f !important;font-size:16px;
}
}
#tbl .shokai1{
  width:100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}


#tbl .shokai2{
  width:100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 

#tbl .shokai1 th{
padding: 18px;
  border-top: solid 1px #cccccc;
   border-right: solid 1px #cccccc;
  width: 30%;

  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;


  background-color: #F4F4F4;
  color:#333333;

}

#tbl .shokai2 th{
  padding: 18px;
  border-top: solid 1px #cccccc;
   border-right: solid 1px #cccccc;
  width: 30%;

  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
  color:#333333;

}
 

#tbl .shokai1 td{
padding: 18px;
text-align: left;

background-color: #ffffff;
border-top: solid 1px #cccccc;
border-left: solid 1px #cccccc;


}

#tbl .shokai2 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
background-color: #ffffff;
border-top: solid 1px #cccccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;

}
 
@media (max-width: 400px){
#tbl .shokai{
  border:none;
}
#tbl .shokai th{
 
}
#tbl .shokai td{

  width: 100%;
  border-top:1px solid #9f9f9f !important;
  border-right: 1px solid #9f9f9f !important;
}
}

.midasilite42 {
    padding: .85em 1em .65em 1.5em;
    background: #111111;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0.5em;
}

.glyphicon-ok:before {
  content: "\e013" !important;
}
.f14{
	font-size: 14px !important;
}
.kuro{
	color: #222222;
}


.l46{
	line-height: 46px;
}
.t20{
	margin-top:20px;
	line-height: 60px !important;
}
.mt20{
	margin-top:-20px;
}
@media (min-width: 500px) {
.hyuozi500{
	display: none;
}
}
@media (max-width: 499px) {
.hyuozi500{
}
}
@media (min-width: 1200px) {
.tell img {
    width: 200px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
}
@media (max-width: 1199px) {
	.tell img {
  display: none;
}
}
.btnmi {
   
    background-color: #417505;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	font-size:13px;
}
.hbtn {
    width: 200px;
    height: 46px;
	padding:12px;
    line-height: 44px;
}
.ggiro{
    color: #5e5e5e;    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
	
	position: absolute;
	TOP:9px;
}
.ddfont{
	font-family: dnp-shuei-mgothic-std, sans-serif;
}
.midori{
	color: #1d8f59;
}

@media (min-width: 768px) {
	.topt1 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 2.3rem;
    color: #111;
	font-weight: 600;
	font-family: dnp-shuei-mgothic-std, sans-serif;
}
	
}
@media (max-width: 767px) {
	.topt1 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-size: 1.9rem;
    color: #111;
	font-weight: 600;
	font-family: dnp-shuei-mgothic-std, sans-serif;
}
}	.waku2naka{
		padding:0px;
		color: #1d8f59;
		font-size:20px;
		text-align: center;
		line-height: 24px;
		background: #454846bjfff;
		margin-bottom:8px;
	}
	.waku2naka1{
		padding:0px;
		color: #1d8f59;
		font-size:15px;
		text-align: center;
		line-height: 17px;
		background: #454846bjbbbb;
		margin-bottom:8px;
	}
.l32{
	line-height: 32px;
}
.l26{
	line-height: 26px;
}
.l24{
	line-height: 24px;
}

.l22{
	line-height: 22px;
}

.midasimmm {
	margin-bottom: 39px;
	padding: 17px 0;font-family: dnp-shuei-mgothic-std, sans-serif;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.midasimmm h4 {
	font-size: 2.4rem;
	color: #111;font-weight: bold;
	position: relative;font-family: dnp-shuei-mgothic-std, sans-serif;
}
.midasimmm h4:after {
	display: block;
	font-size: 1.3rem;
	color: #417505;
	position: absolute;
	top: 8px;
}
.company1:after {
    content: 'Corporate philosophy';
    left: 118px;
}
.company2:after {
    content: 'Company';
    left: 118px;
}

 li.btncon1 a{
   border: solid 1px #000000;
    color: #ffffff;background: #000000;
    margin: -2px;
    margin-left: 10px;
    padding: 5px 17px;   
}
 li.btncon1 a:hover {
border: solid 1px #000000;
    color: #000000;background: #ffffff;
    margin: -2px;
    margin-left: 10px;
    padding: 5px 17px;
}
@media (max-width: 1199px){
 li.btncon1 a{
   border: solid 0px #AB9A86;
    color: #ffffff;background: #000000;
border-radius: 0px;
    margin: 0px;padding: 20px;

}
 li.btncon1 a:hover {
	color: #AB9A86;
	background: #ffffff;padding: 20px;
	    border-top: solid 1px #cccccc; 
	 border-bottom: solid 0px #cccccc; 
	 border-left: solid 0px #cccccc; 
	 border-right: solid 0px #cccccc; 
	 margin: 0px;
    color: #000000;background: #ffffff;
}	
}
@media only screen and (min-width: 993px), print{
.catcha {
    font-size: 22px;
    color: #42210B;
}}
@media only screen and (min-width: 391px) and (max-width: 992px) {
.catcha {
	font-size:16px;
	color:#42210B;
}
}

@media only screen and (max-width: 390px) {
.catcha {
    font-size:15px;
	color:#42210B;
}
}
@media only screen and (min-width: 768px), print{
.ccca{
	letter-spacing: .1em;
    font-size: 26px;
    line-height: 32px;
}
.cccb{
padding:10px;
	background: #F52018;
	color:#ffffff;
	font-size:20px;
}
	.midasia{
		    font-size: 28px;

    letter-spacing: 2.8px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .14);

	}
}

@media only screen and (max-width: 767px), print{
.ccca{
	letter-spacing: .1em;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
}
.cccb{
padding:10px;
	background: #F52018;
	color:#ffffff;
	font-size:17px;
}
	.midasia{
		    font-size: 18px;


    text-shadow: 0 0 1px rgba(0, 0, 0, .14);

	}
}

@media only screen and (min-width: 1200px) {
	.pc1200{
		
	}
	.sp1199{
	display: none;	
	}
	.logohyouzi {
		
	}
}


@media only screen and (max-width: 1199px) {
	.pc1200{
	display: none;		
	}
	.sp1199{
	
	}
	.logohyouzi {
		width: 250px !important;
	}	
}

.llogosp{
	display: inline-block;
padding-top: 15px;
    left: 50%;
    display: block;
    left: 1%;

    position: absolute;
  
    margin: auto;
}
a img{
	
}
a:hover img{
	opacity: 0.8;
}
@media (min-width: 480px) {
.aisatu{
    background: #f5f5f5 url(./img/top/haikei2.jpg);

    background-position: bottom;
    background-size:cover;
 background-color: rgba(0, 0, 0, 0.5);
	   background: #f5f5f5 url(./img/haikeid.jpg);    
	
}
}
@media (max-width: 479px) {
.aisatu{
background: #f5f5f5 url(./img/haikeid.jpg) !important;    

    background-size:auto 100%;
 background-color: rgba(0, 0, 0, 0.5);
}
}
.aisatu_inner{
	 padding: 100px 0px;
    background-color: rgba(0, 0, 0, 0.9);
}

@media only screen and (min-width: 993px) {
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;  	    background-color: #173981;
    font-size: 8px;
	z-index: 1000;  border-radius: 8px;
}
#page-top a {
     background-color: #173981;
    text-decoration: none;
    color: #ffffff;
     width: 50px;
    height: 45px;
    padding:8px 0;
	padding-bottom:3px;
    text-align: center;
    display: block;
    border-radius: 8px;

}
#page-top a:hover {
    background-color: #173981;
    text-decoration: none;
    color: #ffffff;
    width: 50px;
    height: 45px;
    padding:8px 0;
	padding-bottom:3px;
    text-align: center;
    display: block;
  border-radius: 8px;

	opacity: 0.8;
} 
#page-top1 {
    position: fixed;
    bottom: 30px;
    right: 70px;  	    background-color: #FF2922;
    font-size: 8px;
	z-index: 1000;  border-radius: 8px;
}
#page-top1 a {
     background-color: #FF2922;
    text-decoration: none;
    color: #ffffff;
     width: 50px;
    height: 45px;
    padding:8px 0;
	padding-bottom:3px;
    text-align: center;
    display: block;
    border-radius: 8px;

}
#page-top1 a:hover {
    background-color: #FF2922;
    text-decoration: none;
    color: #ffffff;
    width: 50px;
    height: 45px;
    padding:8px 0;
	padding-bottom:3px;
    text-align: center;
    display: block;
  border-radius: 8px;

	opacity: 0.8;
} 
 .daini{
padding: 44px 0;
color: #000000;
    text-align: center;
    letter-spacing: 6px;
    font-size: 1.7em;
	background-image: url(./img/concrete_seamless.png); 
}
	
}
@media only screen and (max-width: 992px) {
#page-top {
    position: fixed;
    bottom: 30px;    background-color: #173981;
    right: 10px;
		z-index: 1000;
    font-size: 8px;  border-radius: 8px;
}
#page-top a {
    background-color: #173981;
    text-decoration: none;
    color: #ffffff;
    width: 50px;
    height: 40px;
    padding:8px 0;
	padding-bottom:3px;
    text-align: center;
    display: block;
 border-radius: 8px;

}
#page-top a:hover {
    background-color: #173981;
	opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
    width: 50px;
    height: 40px;
    padding:8px 0;
	padding-bottom:3px;
    text-align: center;
    display: block;
 border-radius: 8px;

	opacity: 0.8;
} 
	
#page-top1 {
    position: fixed;
    bottom: 30px;    background-color: #FF2922;
    right: 70px;
		z-index: 1000;
    font-size: 8px;  border-radius: 8px;
}
#page-top1 a {
    background-color: #FF2922;
    text-decoration: none;
    color: #ffffff;
    width: 50px;
    height: 40px;
    padding:8px 0;
	padding-bottom:3px;
    text-align: center;
    display: block;
 border-radius: 8px;

}
#page-top1 a:hover {
    background-color: #FF2922;
	opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
    width: 50px;
    height: 40px;
    padding:8px 0;
	padding-bottom:3px;
    text-align: center;
    display: block;
 border-radius: 8px;

	opacity: 0.8;
} 	
 .daini{
padding-top: 14px;
padding-bottom: 26px;
background-image: url(./img/concrete_seamless.png);
    color: #000000;
    text-align: center;
	 font-weight: 600;
    font-size: 1.2em;
}	
}
.orng-waku {
    border: solid 1px #222222;
    padding: 20px;
    color: #222222;
}
.leftbrdr_orange {
    border-left: solid 6px #222222;
    padding-left: 10px;
}
.orng-bk {

    border: solid 1px #222222;
    padding: 20px;
    color: #333333;
}
@media only screen and (min-width: 993px), print {

 .catch {
	font-size:26px;
	
}

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.catch {
	font-size:18px;
	
}
}

@media only screen and (max-width: 390px) {
.catch {
    font-size:14px;
	font-weight:bold;
}
}
.sankaku {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #000000;
}

@media only screen and (min-width: 993px), print {

 .catch2 {
	font-size:24px;
	line-height:160%;
	
}
 .catch3 {
	font-size:19px;
	line-height:140%;
	
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.catch2 {
	font-size:18px;
	line-height:140%;
}
 .catch3 {
	font-size:17px;
	line-height:140%;
	
}	
}

@media only screen and (max-width: 390px) {
.catch2 {
    font-size:14px;
	font-weight:bold;
	line-height:120%;
}
.catch3{
    font-size:14px;
	font-weight:bold;
	line-height:120%;
}	
}
.notofont{
	    font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
.lll18{
	letter-spacing: 1.8px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-size:17px;

	font-weight: normal;
}



.message1 {
   background-color: rgba(0, 0, 0, 0.9);
background-size: cover;}

.message1box {padding: 3%;background-image: url(./img/concrete_seamless.png) repeat;}
.message1 p {color: #000; line-height: 2.2em;  }
.message1txt {font-size: 1em; padding: 4% 0;}

    
    @media screen and (max-width: 1375px) {
    .message1 {padding: 0;    background-color: rgba(0, 0, 0, 0.9);
    background: none;}
        .message1box {padding: 6%;   background-color: rgba(0, 0, 0, 0.9);}
.message1 p {color: #000; line-height: 2em;  }
.message1txt {font-size: 14px; padding: 4% 0;}

}
  


.message2 {
    background-image: url(./img/concrete_seamless.png) repeat;
background-size: coverbk;}

.message2box {padding: 3%;background-image: url(./img/concrete_seamless.png) repeat;}
.message2 p {color: #000; line-height: 2.2em;  }
.message2txt {font-size: 1em; padding: 4% 0;}

    
    @media screen and (max-width: 1375px) {
    .message2 {padding: 0; 
    background: none;}
        .message2box {padding: 4%;background-image: url(./img/concrete_seamless.png) repeat;}
.message2 p {color: #000; line-height: 2em;  }
.message2txt {font-size: 14px; padding: 4% 0;}

}


.flex_con {
  display: flex;
  flex-wrap: wrap;

    justify-content: center; /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
    align-items: center;  /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */

}
 
.flex_con div.flex_con_in {
  width: 50%;
  margin: 0%;
}
.flex_con div.flex_con_in img{
  width: 100%;
}
@media screen and (max-width:1375px) { 
.flex_con div.flex_con_in {
  width: 100%;
  margin: 0px 0;
}
}


.flexint {
  display: flex;
  flex-wrap: wrap;
    justify-content: center; /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
    align-items: center;  /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
    align-items:stretch;background-color: rgba(0, 0, 0, 0.9);
}
 
.flexint div.flexint_in {
  width: 33.3%;
  margin: 0%;
}
.flexint div.flexint_in img{
  width: 100%;
}
@media screen and (max-width:1375px) { 
.flexint div.flexint_in {
  width: 50%;
  margin: 0;
}
}
@media screen and (max-width:590px) { 
.flexint div.flexint_in {
  width: 100%;
  margin: 4%;
}
}

.hedding1 {
    text-align: center;
    color: #E79460;
    font-size: 45px;
    letter-spacing: 0.1em;
    position: relative;
    font-family: æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, "Yu Gothic", YuGothic, "Hiragino Sans", ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯, "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;line-height: 1em;
margin-bottom: 40px;}
.hedding1:before {
  content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 80px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #E79460;
}
.title-04_parent {text-align: left;}
.title-04 {
font-size: 39px;
    font-weight: bold;color: #ffffff;
    letter-spacing: 2.8px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .14);
    font-family: Century Gothic, sans-serif;
}
@media screen and (min-width:1376px) { 
.pchyouzi1000{
	
}
.sphyouzi1000{
display: none;	
}
}
@media screen and (max-width:1375px) { 
.pchyouzi1000{
display: none;		
}
.sphyouzi1000{

}
}

.htyouzyun{
	font-family: Century Gothic, sans-serif;
}

@media screen and (min-width:798px) { 
.title1{
text-align: center;
font-size:36px;
font-family: Century Gothic, sans-serif !important;
padding-bottom:20px;	
}
.title2{
text-align: center;
font-size:28px;
font-weight:600;
padding-bottom:20px;	
}	
}	
@media screen and (max-width:797px) { 
.title1{
text-align: center;
font-size:18px;
font-weight:600;
padding-bottom:20px;	
}
.title2{
text-align: center;
font-size:16px;
font-weight:600;
padding-bottom:20px;	
}	
}
.center111{
	text-align: center;
}
.flex_example {
  display: flex;
  flex-wrap: wrap;
}
 
.flex_example  div.flex_example_in {
  width: 31%;
  margin: 1%;
}
.flex_example  div.flex_example_in img{
  width: 100%;
}
@media screen and (max-width:580px) { 
.flex_example div.flex_example_in {
  width: 100%;
  margin: 4% 0 6%;
    
}
}
.example1 img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 200px;
}
.btn02 {
text-decoration: none !important;
    bottom: 10px;
    margin: 3%;
    display: block;
    width: 120px;
    background: #FFF;
    padding: 5px;
    color: #000;border:solid 1px #000000;
    border-radius:0px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;margin: 0 auto;
}
a:hover .btn02 {
border:solid 1px #000000;
    bottom: 10px;
    margin: 3%;
    display: block;
    width: 120px;
    background: #000000;
    padding: 5px;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 600;
    font-size: 12px;text-decoration: none !important;
    text-align: center;margin: 0 auto;
}

.btncon12 a {
    border: solid 1px #000000;
    color: #ffffff;
    background: #000000;
    padding: 8px 15px;
}
.btncon12 a:hover {
    border: solid 1px #000000;
    color: #000000;
    background: #ffffff;
    padding: 8px 15px;
}
.plan12 {
font-size: 21px;
   border: solid 1px #000000;
    padding: 15px;
}
@media screen and (max-width:580px) { 
	.plan12 {
	font-size: 17px;
   border: solid 1px #000000;
    padding: 15px;
}
}

.hyouzyunf{
	    font-family: Century Gothic, sans-serif !important;font-weight: nomal !important;
}


@media (min-width: 921px){
.item.-left{
	    margin: 100px 0 0;
}
}
@media (max-width: 920px){
.item.-left{
	    margin: 60px 0 0;
}	
}
.messege{
	font-family: 'Notable', sans-serif;
font-family: 'Alata', sans-serif;
font-weight: 600; text-align: center;font-size:30px;    margin: 100px 0 0;
}
.itemaaa{
	width: 100%;
}
a.btn-more {
    align-items: center;
    background: #111111;
    border-radius: 30px;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;width: 190px;
    padding: 16px 0 15px;  display: inline-block;

}

a.btn-more:hover {
     opacity: 0.8;  display: inline-block;
}
.button__link {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #111111;
    border-radius: 30px;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0 15px;
    width: 100%;
}
.button__link:hover {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #111111;
    border-radius: 30px;
    color: #fff;opacity: 0.8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0 15px;
    width: 100%;
}
.homeLoading{position:fixed;top:0;right:0;width:100%;height:100%;background:#fff;z-index:10000;overflow:hidden}.homeLoading__wrap{height:100vh;position:absolute;right:0;top:0;width:100vw}

.homeLoading__logo{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:126px;left:0;margin:0 auto 0 0;position:fixed;top:0;width:244px;z-index:10001}


.homeLoading__logo img{height:60px;width:164px}.homeLoading__text{font-size:30px;font-weight:700;left:50%;line-height:1.3;letter-spacing:-.4em;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;visibility:hidden}

.homeLoading__text div{display:inline-block}.homeLoading__text .homeLoading__text01,.homeLoading__text .homeLoading__text02{letter-spacing:.1em}.homeLoading__text .homeLoading__text01 div:nth-child(6){letter-spacing:.3em}

.homeLoading__text .homeLoading__text01 div:nth-child(7){letter-spacing:-.2em}.homeBlock__subtitle:before,.homeLoading__cursor{background:#212121;left:0;height:100%;position:absolute;top:0;width:2px}.homeBlock{margin:56px 0 0;overflow:hidden}

.homeBlock.-project{margin-top:120px}.homeBlock.-project .homeBlock__title{padding:0 0 0 68px}.homeBlock.-project .homeBlock__heroItem{background-image:url(/assets/img/home/bg_project_hero.jpg)}

.homeBlock.-about .homeBlock__heroItem{background-image:url(/assets/img/home/bg_about_hero.jpg)}


.homeBlock__head{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;z-index:2}

.homeBlock__headWrap{padding:0 84px 0 0}

.homeBlock__title{color:#dcecf7;font-family:"Poppins",sans-serif;font-size:100px;line-height:1.18}

.homeBlock__subtitle{font-size:20px;position:relative;padding:0 0 0 24px}

.homeBlock__subtitle:before{content:'';height:1px;top:50%;width:15px}

.homeBlock__lead{font-size:24px;margin:32px 0 0}

.homeBlock__lead.-small{font-size:15px}

.homeBlock__hero,.homeBlock__heroInner,.homeBlock__heroItem{-webkit-backface-visibility:hidden;backface-visibility:hidden}.homeBlock__hero{height:573px;margin:160px 0 0;overflow:hidden;position:relative}

.homeBlock__heroInner,.homeBlock__heroItem{width:100%}

.homeBlock__heroInner{left:0;position:absolute;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.homeBlock__heroItem{background:no-repeat 50% 50%;background-size:cover;display:block;padding-top:690px}

.homeBlock__figure{margin-top:90px;text-align:center}

.homeBlock__figure img{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:auto;width:100%}

.hero{height:660px;position:relative}

.hero:before{content:'';background:#eef4f8;height:100%;left:0;position:absolute;top:0;width:244px}

.load-end .hero:before{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top left;transform-origin:top left;transition:transform .55s cubic-bezier(.165,.84,.44,1) .38s;transition:transform .55s cubic-bezier(.165,.84,.44,1) .38s,-webkit-transform .55s cubic-bezier(.165,.84,.44,1) .38s}.load-end.animation-start .hero:before{-webkit-transform:scaleY(1);transform:scaleY(1)}

.hero__textBox{bottom:184px;left:40px;height:132px;position:absolute;z-index:10}

.hero__title{width:500px}.hero__lead span,

.hero__title span{left:0;position:absolute;overflow:hidden;width:100%}

.hero__title span{top:0}.hero__title img{width:500px;height:auto}

.load-end .hero__lead span,.load-end .hero__title span{width:0%}

.hero__lead{width:386px}

.hero__lead span{bottom:0}.hero__lead img{width:386px;height:auto}

.hero__slideBody,.hero__slider{position:relative}

.hero__slideBody{height:660px;margin:0 0 0 auto;width:calc(100% - 120px);overflow:hidden}

.hero__slideList{list-style:none}

.hero__slideItem,.hero__slideItem span{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;overflow:hidden;position:absolute;top:0}

.hero__slideItem{width:0%}.hero__slideItem span{background:no-repeat 50% 50%;background-size:cover;width:100vw}

.hero__slideItem:nth-of-type(1) span{background-image:url(/assets/img/home/img_hero01.jpg)}.hero__slideItem:nth-of-type(2) span{background-image:url(/assets/img/home/img_hero02.jpg)}

.hero__slideItem.-active{z-index:2}

.hero__slideController{counter-reset:li;left:0;list-style:none;margin:58px 0 0;position:absolute;top:0}

.hero__slideController li{margin:40px 0 0;line-height:1;padding:0 0 0 68px;position:relative;text-align:center;cursor:pointer}

.hero__slideController li:before{color:#adbac1;content:counter(li);counter-increment:li;display:block;font-size:15px;font-family:"Poppins",sans-serif}.hero__slideController li span{background:#212121;content:'';left:0;height:1px;margin:-1px 0 0;position:absolute;top:50%;width:40px;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:top right;transform-origin:top right}

.hero__slideController li:first-child{margin:0}

.card a,.hero__slideController li.-active:before{color:#212121}

.hero__slideController li.-active span{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation:pointerLine 5.9s ease-out .35s forwards;animation:pointerLine 5.9s ease-out .35s forwards}

.hero__slideController li.-off span{-webkit-animation:pointerLineOff .3s ease-out forwards;animation:pointerLineOff .3s ease-out forwards}

.itemList{margin:152px 0 0;}.item{position:relative}

.item.-left .item__inner{width:68%}.item.-left .item__img{padding:0 0 38.1%;right:0;top:-76px;width:49%}.item.-right{margin:100px 0 0}


.item.-right .item__inner{margin-left:auto;box-sizing:border-box;padding:72px 80px 80px 192px;width:66.5%}
.item.-right .item__img{
    left: -46px;
    height: 360px;
    top: 59px;
    padding: 0 0 32%;
    width: 50%
}



.item__inner{border:1px solid #6f6f6f;box-sizing:border-box;padding:72px 120px 80px 80px;background:#ffffff;}


.item__subtitle{color:#111111;font-family:"Poppins",sans-serif;font-size:30px;}

.item__title{font-size:22px;font-weight:400;margin:25px 0 0;    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯",sans-serif; line-height: 34px;}
.item__text{margin:20px 0 0}


.item__btn{margin:30px 0 0;width:190px}


.item__img{position:absolute;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}


.item__imgInner{left:0;position:absolute;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.item__imgInner,.item__imgItem,.item__imgItem img{-webkit-backface-visibility:hidden;backface-visibility:hidden}.item__imgItem{display:block}

.item__imgItem img{width:100%;height:auto}


.cardList{margin:100px -10px 0;letter-spacing:-.4em}

.card{box-sizing:border-box;display:inline-block;letter-spacing:.1em;padding:0 30px;width:50%;vertical-align:top}

.card:first-child .card__img{border:1px solid #dcecf7}

.card__img{width:100%;overflow:hidden;padding:0 0 56%;position:relative}

.card__imgInner{left:0;position:absolute;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);width:100%}

.bnrList__item a,.card__imgItem{display:block}

.card__imgItem img{height:auto;width:100%}

.card__head{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:20px 0 0}.card__title{font-size:20px}

.card__label{font-family:"Poppins",sans-serif;font-size:12px;font-weight:700;margin:0 0 0 auto;padding:0 2px 1px;position:relative}

.card__label:after{background:#242424;bottom:0;content:'';left:auto;height:1px;position:absolute;width:0%}.card__text{margin:6px 0 0}.conceptBox{margin:70px 0 0;position:relative}

.conceptBox__inner{background:#fff;box-shadow:3.4px 9.3px 15px .9px rgba(0,0,0,.09);box-sizing:border-box;margin:0 auto;max-width:720px;padding:100px;position:relative;text-align:center;width:100%;z-index:2}

.conceptBox__inner:before,.conceptBox__text:before{background:#eef4f8;content:'';left:50%;position:absolute}

.conceptBox__inner:before{-webkit-transform:translate(-50%);transform:translate(-50%);height:6px;top:0;width:40px}

.conceptBox__title img{width:310px;height:auto}.conceptBox__text{margin-top:55px;position:relative}.conceptBox__text:before{height:30px;margin:0 0 0 -1px;top:-45px;width:2px}

.conceptBox__img,.conceptBox__imgInner{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden}

.conceptBox__img{margin:0 0 0 110px;height:450px;overflow:hidden;left:50%;top:-160px;width:541px}

.conceptBox__imgInner{left:0;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);width:100%}

.conceptBox__imgItem{display:block}

.conceptBox__imgItem,.conceptBox__imgItem img{-webkit-backface-visibility:hidden;backface-visibility:hidden}

.mediaList{margin:100px 0 0}.media{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:60px 0 0}.media__img{height:280px;overflow:hidden;position:relative;width:400px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.media__imgInner{left:0;position:absolute;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);width:100%}

.media__imgInner,.media__imgItem,.media__imgItem img{-webkit-backface-visibility:hidden;backface-visibility:hidden}

.media__imgItem img{width:400px;height:auto}

.media__data{-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;padding:35px 0 0 40px}

.media__title{font-size:20px;font-weight:700}.media__text{margin-top:14px}

.bnrList{background:#eef4f8;margin:160px 0 0;padding:40px 20px}

.bnrList ul{display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none}

.bnrList__item{padding:0 20px}.bnrList__item img{width:100%;height:auto}

@media screen and (min-width:769px){
	.card a:hover .card__label:after{width:100%;left:0}.card__label:after{right:0;transition:all .3s ease}.bnrList__item a{transition:opacity .3s ease}.bnrList__item a:hover{opacity:.8}}@media screen and (max-width:1020px){.homeBlock{margin:28px 0 0}.homeBlock.-project{margin-top:50px}.homeBlock.-project .homeBlock__head{padding:0 0 0 30px}.homeBlock__head{display:block}.homeBlock.-project .homeBlock__title,.homeBlock__headWrap{padding:0}.homeBlock__lead{font-size:24px;margin:12px 0 0}}


@media screen and (max-width:920px){.itemList{margin:42px 0 0}
	
	.item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.item.-left .item__inner{margin:-46px 0 0;width:calc(100% - 20px)}.item.-left .item__img{margin:0 -20px 0 19%;height:auto;-webkit-order:-1;-ms-flex-order:-1;order:-1;padding:0 0 63%;right:initial;top:initial;width:calc(100% - 19%)}.item.-right{margin:60px 0 0}.item.-right .item__inner{padding:24px 18px 79px 30px;width:calc(100% - 20px)}
	
	.item.-right .item__img{margin:-40px 18% 0 0;left:initial;height:auto;padding:0 0 55%;top:initial;width:calc(100% - 18%)}.item__inner{padding:70px 30px 40px}.item__title{margin:9px 0 0}.item__text{margin:10px 0 0}.item__btn{margin:12px 0 0;width:130px}.item__img{box-sizing:border-box;position:relative;width:100%;height:auto}.item__imgInner{width:100%}.item__imgItem{display:block}}@media screen and (max-width:888px){.mediaList{margin:52px 20px 0;position:relative}.media{display:block;margin:35px 0 0}.media__img{width:100%;height:auto;padding:0 0 70%}.media__imgItem img{width:100%}.media__data{margin:15px 0 0;padding:0}.media__title{font-size:20px;font-weight:700}.media__text{margin-top:5px}}@media screen and (max-width:768px){.homeLoading__logo{height:73px;width:135px}.homeLoading__logo img{height:auto;width:95px}.homeBlock__hero{height:286px;margin:80px 0 0}.homeBlock__heroItem{padding-top:286px}.homeBlock__figure{margin-top:35px}.homeBlock__figure img{width:100%;height:auto}.hero{height:370px}.hero:before{width:135px}.hero__textBox{bottom:70px;left:20px;height:57px}.hero__title,.hero__title img{width:220px}.hero__lead,.hero__lead img{width:163px}.hero__slideBody{height:370px;width:calc(100% - 64px)}.hero__slideItem span{min-width:100%;width:calc(100vw - 64px)}.hero__slideItem:nth-of-type(1) span{background-position:65% 50%}.hero__slideController{margin:18px 0 0}.hero__slideController li{margin:14px 0 0;padding:0 0 0 44px}.hero__slideController li span{width:33px}.cardList{margin:72px 0 0}.card{display:block;margin:36px 0 0;padding:0;width:100%}.card__head{margin:15px 0 0}.card__text{margin:8px 0 0}.card__label:after{width:100%;left:0}.conceptBox{margin:137px 0 0}.conceptBox__inner{padding:35px 20px;width:auto}.conceptBox__inner:before{height:6px;width:40px}.conceptBox__title{text-align:center}.conceptBox__title img{width:155px;height:auto}.conceptBox__text{margin-top:25px}.conceptBox__text:before{width:1px;height:15px;top:-20px}.conceptBox__img{left:50%;margin:0 0 0 -110px;height:auto;position:absolute;padding:0 0 67%;top:-110px;width:81%}.bnrList ul,.conceptBox__imgItem{display:block}.conceptBox__imgItem img{height:auto;width:100%}.bnrList{margin:80px -20px 0;padding:20px}.bnrList__item{padding:10px 0}}@media screen and (max-width:539px){.homeLoading__text{font-size:18px}.homeBlock__title{font-size:50px;line-height:1.18}.homeBlock__lead.-small,.homeBlock__subtitle{font-size:12px}.homeBlock__lead{font-size:15px}.item__subtitle{font-size:18px}
		
	.card__title,.item__title{font-size:16px; line-height: 26px;}
		
		.card__label{margin-top:-8px;padding-bottom:0}
		
		.card__label,.conceptBox__text{font-size:10px}
		
		.media__title{font-size:12px}}@-webkit-keyframes pointerLine{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}8%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}6%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:top left;transform-origin:top left}6.1%{-webkit-transform-origin:top right;transform-origin:top right}13%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:top right;transform-origin:top right}14%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:top left;transform-origin:top left}}@keyframes pointerLine{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}8%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}6%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:top left;transform-origin:top left}6.1%{-webkit-transform-origin:top right;transform-origin:top right}13%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:top right;transform-origin:top right}14%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:top left;transform-origin:top left}}@-webkit-keyframes pointerLineOff{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes pointerLineOff{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}

