body {
  padding-top: 0;
　font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	line-height: 180%;
}

a{
    color:#636464;
    text-decoration: underline;
}
a:hover{
    color:#636464;
}


.content-parent {
    display:table;
}
.content-child {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}

h2{
    margin-bottom: 2%;
    font-family: serif;
    line-height: 180%;
}

.section-text{
    font-size: 13px;
}

.navbar{
    background: #fff;
    border-bottom: none;
    padding: 5px 0;
}

.navbar ul{
    margin-top: 6px;
}

.navbar-header{
 float: left;
}
.navbar-right{
    float: right;
}
@media screen and (max-width:480px){
    .navbar-right{
        margin-right: 15px;
    }
}


.background {
    background-repeat:no-repeat;
/*
    background-position:0% 100%;
    background-position:0% 100% !important;
*/
	background-position: center;
    background-size: cover;
}
@media screen and (max-width:768px){
	.background {
		background-attachment: scroll !important;
		background-size: cover;
	}
}

.icon-arrow {
    position: absolute;
    bottom: 50px;
    width:100%;
    text-align:center;

}
@media screen and (max-width:768px){
    .icon-arrow {
        bottom: 0;
    }
}

html, body {
    height:100%;
}
.fullscreen,
.content-parent {
    width:100%;
    min-height:100%;
    display: table;
    height: 100%;
    margin: 0 auto; padding: 0;

}
.not-fullscreen,
.not-fullscreen .content-parent,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-parent {
    height:100%;
    overflow:hidden;
}



.bg01{
    width: 100% !important;
}

.bg01 .row{
    padding: 25% 0 25% 0;
}
.bg02 .row{
    padding: 50% 0 25% 0;
}
.bg03 .row,
.bg04 .row,
.bg05 .row,
.bg06 .row,
.bg07 .row{
    padding: 35% 0 25% 0;
}
.logo-images{
    margin-top: 4%;
}

@media screen and (max-width:768px){
    img{
        max-width: 100%;
        height: auto;
    }
/*
    .bg01 img,
    .bg02 img,
    .bg03 img,
    .bg04 img{
        width: 50%;
        height: auto;
    }
*/
    .bg01 .row,
    .bg02 .row,
    .bg03 .row,
    .bg04 .row{
     padding: 30px 0;
    }


    .icon-arrow{
        position: relative;
        width:100%;
        text-align:center;
        padding: 10px 0;
    }
    .icon-arrow img{
        width: 30px;
        height: auto;
    }




    .fullscreen,
    .content-parent {
        width:100%;
        min-height:auto !important;
        display: table;
        height: auto;
        margin: 0 auto; padding: 0;

    }
    .not-fullscreen,
    .not-fullscreen .content-parent,
    .fullscreen.not-overflow,
    .fullscreen.not-overflow .content-parent {
        height:auto;
        overflow:hidden;
    }

}

.border-bottom{
    border-bottom: 1px solid #636464;
    padding-bottom: 4%;
}

.portfolio .section-text{
    margin-bottom: 4%;
}



.performance{
    padding: 5% 0 0 0;
}
.performance p{
    margin:0;
}

.performance-item .item-image{
     position: relative;
    margin: 0 0 11px;
    border: solid 4px #e6e6e7;
    overflow: hidden;
    width: 205px;
    height: 205px;
   margin-left: auto;
    margin-right: auto;
}
.performance-item .item-image img {
	height: 100%;
}

.performance-item .item-image:hover{
    	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.performance .item-title{
    margin: 9px 0 8px;
    height: 1.3em;
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0.9px;
    overflow: hidden;
    width: 205px;
    margin-left: auto;
    margin-right: auto;

}
.performance .item-txt{
    position: relative;
    height: 75px;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: #000000;
    overflow: hidden;
font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
        width: 205px;
   margin-left: auto;
    margin-right: auto;

}

.performance .performance-item{
    margin-bottom: 5%;
    font-family: serif;
}

.performance .row{
    margin: 5% 0 0 0;
}

.about{
    padding: 2% 0 0 0;
}
.about .row{
    padding: 3% 0;
}
.about .map{
    background: #ececec;
    padding: 0 !important;
}
.about .map .map-box{
    padding: 0 !important;
}
.about .map .map-box iframe{
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.about .company-data{
    padding: 8% 0 0 25%;
}
.about .company-data h3{
    font-size: 16px;
    margin-bottom: 4%;
}
.flow{
    padding: 2% 0 0 0;
}
.flow .row{
	padding: 3% 0;

}
.flow .flow-title{
    font-size: 15px;
    font-weight: bold;
}

.flow p{
    margin-bottom: 3%;
}
.flow .border-bottom{
    padding-bottom: 5%;
}

.contact{
    padding: 2% 0 0 0;
}

.contact h2{
    margin-bottom: 1%;
}


.contact .row{
    padding: 3% 0;
}

.btn-contact{
	/*
    width: 600px;
    height: 80px;
    background: url(../images/btn_contact.png);
    display: inline-block;
	*/
}
.contact-row{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.btn-contact:hover{
	opacity: 0.8;
}

.footer{
    padding: 4% 0 0 0;
}


.icon-mail{
    width: 36px;
    height: 36px;
    background: url(../images/icon_mail.png);
    display: block;
}
.icon-mail:hover{
    background-position: 0 36px;
}
.icon-mail span{
    display: none;
}

.copyright{
    padding: 0px 0 45px 0;
}
.company-title{
/*    padding-bottom: 30px;*/
    padding-top: 15px;
    margin-bottom: 0;
}

.whatsnew {
	padding-top: 45px;
}
.whatsnew h2 {
	margin-bottom: 10px;
}

.item .data {
	font-family: 'Times New Roman', serif;
}
.item .text {
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
}
.items {
	padding: 40px 65px 50px;
}
.item {
	float: left;
	margin: 0 29px 34px;/*0-29-84*/
	width: 213px;
	height: 369px;
	overflow: visible;
}

@media (max-width: 1200px){
	.items {padding: 40px 0 50px;}
	.items .item {margin: 0 15px 50px;}
}
@media (max-width: 990px){
	.items .item {float: none;margin: 0 auto 50px;}
}
.item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	transition-duration: 0.5s;
}
.item.hider {
	/* display: none; */
}
.item .image {
	position: relative;
	margin: 0 0 11px;
	width: 205px;
	height: 205px;
	border: solid 4px #e6e6e7;
	overflow: hidden;
}
.item .image img {
	background: #ffffff;
}
.item .image .frame {
	position: absolute;
	top: -102.5px;
	left: -102.5px;
	width: 410px;
	height: 410px;
	line-height: 410px;
	text-align: center;
	vertical-align: middle;
}
.item .image .frame img {
	vertical-align: middle;
	height: auto;
	max-width: 410px;
	max-height: 410px;
}
.item .data {
	margin: 0 0 15px;
	color: #595757;
}
.item .data span {
	display: block;
	line-height: 1em;
}
.item .data .date {
	font-size: 12px;
	letter-spacing: 0.5px;
}
.item .data .title {
	margin: 9px 0 8px;
	height: 1.3em;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 0.9px;
	overflow: hidden;
}
.item .data .cat {
	font-size: 10px;
	letter-spacing: 0.3px;
}
.item .text {
	position: relative;
	height: 75px;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.5px;
	color: #000000;
	overflow: hidden;
}
.item .text span {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	padding-left: 5px;
	background: #fff;
}
.item a * {
	transition-duration: 0.5s;
}
.item a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.item a:hover .data {
	color: #000000;
}
.cl:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.cl {display:inline-block;}
* html .cl {height:1%;}
.cl {display:block;}

/* ADD 20200605 */
#Access {
	margin-top: 5%;
}
#Access .sec_title {
	margin-top: 20px;
}
