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: 4%;
}



.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;
	}
}
/*font*/
@font-face {
    font-family: 'mplus-1m-light';
    src: url('../font/mplus-1m-light-webfont.eot');
    src: url('../font/mplus-1m-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mplus-1m-light-webfont.woff') format('woff'),
         url('../font/mplus-1m-light-webfont.ttf') format('truetype'),
         url('../font/mplus-1m-light-webfont.svg#fontset') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-mplus{
	font-family:sans-serif;
	font-family:'mplus-1m-light';
}
/*
@media screen and (max-width:768px){
	.sec_title{
		font-family:sans-serif;
	}
}
*/
/*
@media screen and (max-width:480px){
	.font-mplus{
		font-family:sans-serif;
	}
}
*/

/*font*/


.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;
}

body > article > section{
	overflow:hidden;
	color:#505050;
}

.bg01{
    width: 100% !important;
}
.bg01 .row,
.bg02 .row,
.bg03 .row,
.bg04 .row{
  padding: 100px 0 40px 0px;
}
@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,.bg02,.bg03,.bg04{
/*
        background-size: 100% auto !important;
        background-position: 0 0 !important;
*/
        /*height: 200px !important;*/
    }
    .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%;
}

.performance{
    /*padding: 5% 0 0 0;*/
}
.performance p{
    margin:0;
}
.performance .sec_title{
	letter-spacing: 0.2em;
	line-height: 1.386;
	font-size: 3vw;
}
.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;
}
@media screen and (max-width:768px){
	.performance .sec_title{
		font-size:20px;
	}
}

.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 .sec_title{
	letter-spacing: 0.2em;
	line-height: 1.386;
	font-size:3vw;
}
.contact .sec_title .sec_title_foot{
	display: block;
	padding-top:30px;
	letter-spacing:1px;
	font-size:1.5vw;
}
.contact .row{
    padding: 3% 0;
}
.contact_tel{
	text-decoration: none;
	font-weight:bold;
	font-size:18px;
	color:inherit;
}
@media screen and (max-width:768px){
	.contact .sec_title{
		font-size:20px;
	}
	.contact .sec_title .sec_title_foot{
		font-size:17px;
	}
}
/*
.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{
    background-position: 0 80px;

}
.btn-contact span{
 display: none;
}
.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;
}
.whatsnew .sec_title{
	letter-spacing: 0.2em;
	line-height: 1.386;
	font-size:3vw;
}
@media screen and (max-width:768px){
	.whatsnew .sec_title{
		font-size:20px;
	}
}

.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 84px;
	width: 213px;
	height: 369px;
	overflow: visible;
	color:#fff!important;
}

@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: block;
	padding-left: 5px;
}
.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;}


.bg img{
	width:100%;
}
.sec_title{
	white-space:nowrap;
	text-align:center;
}

.sec01{
	text-align:center;
}
.sec01 .sec_title{
	letter-spacing: 0.5em;
	line-height: 1.386;
	font-size: 4vw;
}
.sec01 .sec_title .sp_show{
	display:none;
}
.sec01 .sec_title .sec_title_head{
	letter-spacing:1em;
	font-size: 2vw;
}
.sec01 .container {
	padding-top:5%;
	padding-bottom:5%;
}
@media screen and (max-width:768px){
	.sec01 .sec_title{
		font-size: 26px;;
	}
	.sec01 .sec_title .sp_show{
		display:inline-block;
	}
	.sec01 .sec_title .sec_title_head{
		font-size:14px;
	}
	.sec01 .sec_title .sp_indent{
		display: inline-block;
		text-indent: 25px;
	}
}


.sec02 .sec_title{
	letter-spacing: 0.2em;
	line-height: 1.386;
	font-size: 3vw;
}
.sec02 .box-left{
	float:left;
	padding-top:4%;
}
.sec02 .box-right{
	float:right;
	padding-top:10px;
}
@media screen and (max-width:768px){
	.sec02 .sec_title{
		font-size:20px;
	}
	.sec02 .box-left,.sec02 .box-right{
		float:none;
		margin: 0;
		padding:0;
	}
	sec02 .box-right{
		text-align: center;
	}
}



.sec03 .sec_title{
	letter-spacing: 0.2em;
	line-height: 1.386;
	font-size: 3vw;
}
.sec03 .box-left{
	float:left;
	margin-left:-10%;
}
.sec03 .box-right{
	position:absolute;
	right:80px;
	float:right;
	padding-top:4%;
}
.sec03 .box-right p{
	margin-left:110px;
}
@media screen and (max-width:768px){
	.sec03 .sec_title{
		font-size:20px;
	}
	.sec03 .box-left,.sec03 .box-right{
		float:none;
	}
	.sec03 .box-right{
		position:static;
		
	}
	.sec03 .box-right p{
		margin-left:0;
	}
}

.sec04 .sec_title{
	letter-spacing: 0.2em;
	line-height: 1.386;
	font-size: 3vw;
}

.sec04 .box-left{
	float:left;
	padding-top:4%;
}
.sec04 .box-right{
	float:right;
}
@media screen and (max-width:768px){
.sec04 .sec_title{
	font-size: 20px;
}
	.sec04 .box-left,.sec04 .box-right{
		float:none;
	}
}

.sec05{
	text-align:center;
}
.sec05 .sec_title{
	letter-spacing: 0.2em;
	line-height: 1.386;
	font-size: 4vw;
}
.sec05 .container{
	padding-top:5%;
}
.service_items{
	padding:5% 0 5% 0;
	box-sizing:border-box;
	font-size:0;
}
.srv_item{
	display:inline-block;
	margin-left:1%;
	margin-bottom:1%;
	background-color:#efefef;
	vertical-align: top;
	font-size: 10px;
	line-height: 1.5;
	color:#505050;
}
@media (min-width: 992px){
	.srv_item{
		height:120px;
	}
	.srv_item .srv_item_title{
		white-space:nowrap;
		font-size:1.9vw;
	}
	.srv_item p{
		margin-bottom:10px;
	}
	.srv_item.col-md-3{
		width:24%;
	}
}
@media screen and (max-width:768px){
	.sec05 .sec_title{
		font-size:20px;
	}
	.srv_item .srv_item_title{
		font-size:3vw;
	}
}
@media screen and (max-width:480px){
	.srv_item .srv_item_title{
		font-size:16px;
	}
	.srv_item p{
		font-size:12px;
	}
}
.performance_items{
	text-align: center;
	font-size:0;
}
.pfm_item{
	display:inline-block;
	width:215px;
	margin-left:55px;
}
.pfm_item:first-child{
	margin-left:0;
}
.pfm_img img{
	width:210px;
	border:3px solid #e5e5e4;
}
.pfm_item .pfm_item_tit{
	text-align: left;
	font-size: 16px;
}
.pfm_item .pfm_item_txt{
	line-height: 1.545;
	text-align:left;
	font-size: 11px;
}
.sec06{
	padding-top:5%;
	padding-bottom:5%;
}
.sec06 .sec_title , .sec06 .sec_text{
	text-align:center;
}
.sec06 .sec_title{
	letter-spacing: 0.2em;
	line-height: 1.386;
	font-size:4vw;
}
.flow_items{
	margin:5% 0 0 0;
	padding:0 0 0 5%;
	list-style: none;
}
.flow_item{
	position:relative;
	height:48px;
	margin-bottom:40px;
}
.flow_item:after{
	position:absolute;
	bottom:-12px;
	left:120px;
	width:18px;
	height:10px;
	content:url(../images/flow_arrow.png);
}
.flow_item:last-child:after{
	display: none;
}
.flow_title{
	display:inline-block;
	margin:0 20px 0 0;
	vertical-align: top;
}
.flow_title{
	width:257px;
	padding:10px 0;
	border:1px solid #505050;
	border-radius: 16px;
	text-align:center;
	font-size:19px;
	font-family:'mplus-1m-light';
}
@media screen and (max-width:480px){
	.flow_title{
		font-family:sans-serif;
	}
}

.flow_text{
	display:inline-block;
	width:auto;
	line-height: 1.462;
	vertical-align: top;
	font-size: 13px;
}
@media screen and (max-width:768px){
	.sec06 .sec_title{
		font-size:20px;
	}
	.flow_title,.flow_text{
		display:block;
	}
	.flow_title{
		width:auto;
	}
	.flow_items ,.flow_item ,.flow_title{
		padding:0;
		margin:0;
	}
	.flow_item{
		height:auto;
		margin-bottom:12%;
	}
	
	.flow_title{
		margin-bottom:20px;
		padding:10px 0;
	}
	.flow_text br{
		display: none;
	}
	.flow_item:after{
		bottom:-20px;
		left:50%;
	}
}

.sec07{
	padding-bottom:30px;
}
.sec07_title{
	margin-top:60px;
	margin-bottom:30px;
	text-align:center;
	font-size:21px;
	font-weight:normal;
}

.exhibition_month{
	margin-bottom:10px;
	background-color:#ebebeb;
	line-height: 20px;
	text-align: left;
	text-indent:5px;
	font-weight: normal;
	font-size:12px;
}
.exhibition_text{
	margin-bottom:20px;
	line-height:1.9;
	font-size:10px;
}

.sec07 .text{
	padding-top:5%;
	line-height:1.7;
	font-size:10px;
}

.whatsnew{
	background-color:#0ba95f!important;
	color:#fff!important;
}
#include3 .item p{
	color:#fff!important;
}

.whatsnew .row.border-bottom{
	border-color:#fff;
}


@media (max-width: 990px){
	.sec02 .box-left, .sec02 .box-right{
		float:none;
		text-align:center;
	}
}
@media (max-width: 990px){
	.sec03 .box-right{
		position:static;
		float:none;
		text-align:center;
	}
	.sec03 .box-right p{
		margin-left:0;
	}
	.sec03 .box-left{
		float:none;
		text-align:center;
	}
}
@media (max-width: 990px){
	.sec04 .box-left, .sec04 .box-right{
		float:none;
		text-align:center;
	}
}

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

