@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/

#top-main {
	position:relative;
	margin: 0 auto;
}
#top-main video {
	width: 100%;
	display: block;
}

#top-news{
	background-color:#004EA2;
	padding:100px 0;
	color:#fff;
}
#top-news .ttl03{
	text-align:left;
}
#top-news a{
	color:#fff;
	text-decoration:none;
}

#top-news .ttl03{
	width:18%;
}
#top-news .news-list{
	width:82%;
}
#top-news .news-list li{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:solid 1px rgba(255,255,255,0.15);
	font-size:16px;
}
#top-news .news-list li:last-child{
	margin-bottom:0px;
}
#top-news .news-list .day{
	width:7em;
}
#top-news .news-list .ttl{
	width: calc(100% - 7em);
}

/* +++++++++++++++++++++++++ */

#top-category{
}
#top-category ul{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-category li{
	position:relative;
	overflow:hidden;
	color:#fff;
}
#top-category li a{
	position:relative;
	z-index:2;
	text-decoration:none;
	color:#fff;
}
#top-category li:before{
	content:"";
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
    transition: all .3s ease-out;
}
#top-category li:hover:before{
	background:rgba(0,0,0,0);
}
#top-category li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .3s ease-out;
}
#top-category li:hover:after {
    transform: scale(1.05);
}
#top-category li a{
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	position:relative;
	z-index:2;
}
#top-category .box1{
	width:50%;
}

#top-category .ttl{
}
#top-category .ttl .en{
	display:block;
	font-size:2.3vw;
	line-height:1;
	font-family: 'Ramaraja', serif;
	vertical-align: bottom;
}
#top-category .ttl .jp{
	display:block;
	font-family: 'Noto Serif JP', serif;
	font-size:1vw;
	line-height:1;
	vertical-align: bottom;
}

#top-category a{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-align: flex-end; -ms-flex-align: flex-end; -webkit-align-items: flex-end; align-items: flex-end;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-category .ttl{
	margin: 0 0 2vw 2vw;
}

/* ++++++++++*/

#top-category .company{
	width:50%;
	min-height:48vw;
}
#top-category .company a{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-category .company:after{
	background:url(../img/top/company.jpg) no-repeat center center;
	background-size:cover;
}
#top-category .company .ttl{
	text-align:center;
}
#top-category .company .ttl .en{
	font-size:2.8vw;
}
#top-category .company .ttl .jp{
	font-size:1.2vw;
}

/* ++++++++++*/

#top-category .message{
	width:100%;
	min-height:24vw;
}
#top-category .message:after{
	background:url(../img/top/message.jpg) no-repeat center center;
	background-size:cover;
}

/* ++++++++++*/

#top-category .interview01{
	width:50%;
	min-height:24vw;
}
#top-category .interview01:after{
	background:url(../img/top/interview01.jpg) no-repeat center center;
	background-size:cover;
}


/* ++++++++++*/


#top-category .interview02{
	width:50%;
	min-height:24vw;
}
#top-category .interview02:after{
	background:url(../img/top/interview02.jpg) no-repeat center center;
	background-size:cover;
}


/* ++++++++++*/

#top-category .business{
	width:100%;
	min-height:26vw;
}
#top-category .business:after{
	background:url(../img/top/business.jpg) no-repeat center center;
	background-size:cover;
}
#top-category .business .inner{
	position:relative;
	z-index:2;
	width:100%;
	height:100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-category li.business:hover:after {
    transform: scale(1);
}
#top-category .business .ttl{
	width:30%;
	margin:0;
}
#top-category .business .ttl .en{
	font-size:2.8vw;
}
#top-category .business .ttl .jp{
	font-size:1.2vw;
}

#top-category li.business ul{
	width:70%;
}
#top-category li.business li{
	width:30%;
}
#top-category li.business li a{
	display:block;
	padding:5vw 0;
	background-color:#000;
	text-align:center;
	border-top: solid 5px #005ABD; 
}
#top-category li.business .business-ttl .en{
	display:block;
	margin-bottom:0.5vw;
	font-size:0.8vw;
	line-height:1;
	font-family: 'Ramaraja', serif;
	vertical-align: bottom;
}
#top-category li.business .business-ttl .jp{
	display:block;
	margin-bottom:1vw;
	font-family: 'Noto Serif JP', serif;
	font-size:1.2vw;
	line-height:1;
	vertical-align: bottom;
}
#top-category li.business .more{
	display:inline-block;
	width:50%;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}


/* ++++++++++*/


#top-category .history{
	width:33%;
	min-height:24vw;
}
#top-category .history:after{
	background:url(../img/top/history.jpg) no-repeat center center;
	background-size:cover;
}
#top-category .movie{
	width:34%;
	min-height:24vw;
}
#top-category .movie:after{
	background:url(../img/top/movie.jpg) no-repeat center center;
	background-size:cover;
}
#top-category .aword{
	width:33%;
	min-height:24vw;
}
#top-category .aword:after{
	background:url(../img/top/aword.jpg) no-repeat center center;
	background-size:cover;
}




/* +++++++++++++++++++++++++ */

#top-csr{
	
}
#top-csr .sdgs-about{
	margin-bottom:100px;
}
#top-csr .sdgs-about .declaration{
	width:48%;
	padding:0 4%;
}
#top-csr .sdgs-about .txt{
	width:50%;
	font-size:16px;
	line-height:1.8;
}
#top-csr .sdgs-about .ttl{
	margin-bottom:20px;
	font-size:28px;
	line-height:1.3;
}
#top-csr .btn-list{
}
#top-csr .btn-list li{
	width:48%;
}




/* +++++++++++++++++++++++++ */


#top-works{
	padding:100px 0;
	background:#F4F4F4;
}
#works-slider{
	width:100%;
	max-width:800px;
	margin: 0 auto;
}
#works-slider figure{
	position:relative;
}
#works-slider figcaption{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 20px;
	background:rgba(0,0,0,0.5);
}
#works-slider a{
	color:#fff;
}
#works-slider img{
	width:100%;
	height:530px;
	object-fit: cover;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 31px;
    height: 54px;
    padding: 0;
}
.slick-prev {
    left: -5%;
}
.slick-next {
    right: -5%;
}
.slick-prev:before, .slick-next:before {
	content:"";
}
.slick-prev:before{
	content:"";
	position:absolute;
	top:25px;
	left:-35px;
    width: 30px;
    height: 30px;
    border-top: 5px solid #595656;
    border-right: 5px solid #595656;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	transform-origin:right top;

}
.slick-next:before{
	content:"";
	position:absolute;
	top:0;
	left:5px;
    width: 30px;
    height: 30px;
    border-top: 5px solid #595656;
    border-right: 5px solid #595656;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transform-origin:left top;

}


/* +++++++++++++++++++++++++ */


#top-instagram{
	
}
#top-instagram .ttl{
	text-align:center;
	margin-bottom:40px;
}
#top-instagram #instagram-gallery{
	margin-bottom:60px;
}
#top-instagram .simply-scroll-container {
    position: relative;
}
#top-instagram .simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
#top-instagram .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#top-instagram .simply-scroll-list li {
    float: left;
    margin: 0;
    width: 230px;
    height: 230px;
	overflow:hidden;
}
#top-instagram .simply-scroll-list li img {
    display: block;
	  width: 230px;
	  height: 230px;
	  object-fit: cover;
}




}

@media screen and (min-width:768px) and ( max-width:1110px) {
}

@media (max-width: 768px) {
	
	#top-main {
		position:relative;
		width: 100%;
	}
	#top-main video {
		width: 100%;
		display: block;
	}
	

	#top-news{
		background-color:#004EA2;
		padding:10vw 0;
		color:#fff;
	}
	#top-news a{
		color:#fff;
		text-decoration:none;
	}
	#top-news .ttl03{
		width:100%;
	}
	#top-news .news-list{
		width:100%;
	}
	#top-news .news-list li{
		padding-bottom:2vw;
		margin-bottom:2vw;
		border-bottom:solid 1px rgba(255,255,255,0.15);
	}
	#top-news .news-list li:last-child{
		margin-bottom:0px;
	}
	#top-news .news-list .day{
		width:100%;
		font-size:12px;
	}
	#top-news .news-list .ttl{
		width:100%;
	}
	
	/* +++++++++++++++++++++++++ */
	
	#top-category{
	}
	#top-category ul{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#top-category li{
		position:relative;
		overflow:hidden;
		color:#fff;
	}
	#top-category li a{
		position:relative;
		z-index:2;
		text-decoration:none;
		color:#fff;
	}
	#top-category li:before{
		content:"";
		position:absolute;
		z-index:2;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	}
	#top-category li:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		transition: all .3s ease-out;
	}
	#top-category li a{
		width:100%;
		height:100%;
		color:#fff;
		text-decoration:none;
		position:relative;
		z-index:2;
	}
	#top-category .box1{
		width:100%;
	}
	
	#top-category .ttl{
	}
	#top-category .ttl .en{
		display:block;
		font-size:20px;
		line-height:1;
		font-family: 'Ramaraja', serif;
		vertical-align: bottom;
	}
	#top-category .ttl .jp{
		display:block;
		font-family: 'Noto Serif JP', serif;
		font-size:12px;
		line-height:1;
		vertical-align: bottom;
	}
	
	#top-category a{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-align: flex-end; -ms-flex-align: flex-end; -webkit-align-items: flex-end; align-items: flex-end;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#top-category .ttl{
		margin: 0 0 5vw 3vw;
	}
	
	/* ++++++++++*/
	
	#top-category .company{
		width:100%;
		min-height:50vw;
	}
	#top-category .company:after{
		background:url(../img/top/company.jpg) no-repeat top center;
		background-size:cover;
	}
	
	/* ++++++++++*/
	
	#top-category .message{
		width:100%;
		min-height:50vw;
	}
	#top-category .message:after{
		background:url(../img/top/message.jpg) no-repeat center center;
		background-size:cover;
	}
	
	/* ++++++++++*/
	
	#top-category .interview01{
		width:50%;
		min-height:45vw;
	}
	#top-category .interview01:after{
		background:url(../img/top/interview01.jpg) no-repeat center center;
		background-size:cover;
	}
	
	
	/* ++++++++++*/
	
	
	#top-category .interview02{
		width:50%;
		min-height:45vw;
	}
	#top-category .interview02:after{
		background:url(../img/top/interview02.jpg) no-repeat center center;
		background-size:cover;
	}
	
	
	/* ++++++++++*/
	
	#top-category .business{
		width:100%;
	}
	#top-category .business:after{
		background:url(../img/top/business.jpg) no-repeat center center;
		background-size:cover;
	}
	#top-category .business .inner{
		position:relative;
		z-index:2;
		padding:10vw 4vw;
	}
	#top-category .business .ttl{
		text-align:center;
	}
	
	#top-category li.business ul{
		width:100%;
	}
	#top-category li.business li{
		width:100%;
		margin-bottom:3vw;
	}
	#top-category li.business li a{
		display:block;
		padding:5vw 0;
		background-color:#000;
		text-align:center;
		border-top: solid 5px #005ABD; 
	}
	#top-category li.business .business-ttl .en{
		display:block;
		margin-bottom:0.5vw;
		font-size:11px;
		line-height:1;
		font-family: 'Ramaraja', serif;
		vertical-align: bottom;
	}
	#top-category li.business .business-ttl .jp{
		display:block;
		margin-bottom:1vw;
		font-family: 'Noto Serif JP', serif;
		font-size:17px;
		line-height:1;
		vertical-align: bottom;
	}
	#top-category li.business .more{
		display:none;
	}
	
	
	/* ++++++++++*/
	
	#top-category .history a,
	#top-category .movie a,
	#top-category .aword a{
		-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	}
	#top-category .history .ttl,
	#top-category .movie .ttl,
	#top-category .aword .ttl{
		margin:0;
		text-align:center;
	}

	#top-category .history{
		width:33%;
		min-height:35vw;
	}
	#top-category .history:after{
		background:url(../img/top/history.jpg) no-repeat center center;
		background-size:cover;
	}
	#top-category .movie{
		width:34%;
		min-height:35vw;
	}
	#top-category .movie:after{
		background:url(../img/top/movie.jpg) no-repeat center center;
		background-size:cover;
	}
	#top-category .aword{
		width:33%;
		min-height:35vw;
	}
	#top-category .aword:after{
		background:url(../img/top/aword.jpg) no-repeat center center;
		background-size:cover;
	}
	
	
	
	
	/* +++++++++++++++++++++++++ */
	
	#top-csr{
		
	}
	#top-csr .sdgs-about{
		margin-bottom:10vw;
	}
	#top-csr .sdgs-about .declaration{
		width:100%;
		padding:0 8%;
		margin-bottom:8vw;
	}
	#top-csr .sdgs-about .txt{
		width:100%;
	}
	#top-csr .sdgs-about .ttl{
		margin-bottom:3vw;
		font-size:20px;
		line-height:1.3;
	}
	#top-csr .btn-list{
		padding-top:3vw;
	}
	#top-csr .btn-list li{
		width:90%;
		margin: 0 auto 5vw;
	}
	
	
	
	
	/* +++++++++++++++++++++++++ */
	
	
	#top-works{
		padding:10vw 0;
		background:#F4F4F4;
	}
	#works-slider{
		width:90%;
		margin: 0 auto;
	}
	#works-slider figure{
		position:relative;
	}
	#works-slider figcaption{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		padding:2vw;
		background:rgba(0,0,0,0.5);
	}
	#works-slider a{
		color:#fff;
	}
	#works-slider img{
		width:100%;
		height:60vw;
		object-fit: cover;
	}
	
	.slick-prev, .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 16px;
		height: 32px;
		padding: 0;
	}
	.slick-prev {
		left: -8%;
	}
	.slick-next {
		right: -8%;
	}
	.slick-prev:before, .slick-next:before {
		content:"";
	}
	.slick-prev:before{
		content:"";
		position:absolute;
		top:15px;
		left:-20px;
		width: 16px;
		height: 16px;
		border-top: 5px solid #595656;
		border-right: 5px solid #595656;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		transform-origin:right top;
	
	}
	.slick-next:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width: 16px;
		height: 16px;
		border-top: 5px solid #595656;
		border-right: 5px solid #595656;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transform-origin:left top;
	
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	
	#top-instagram{
		
	}
	#top-instagram .ttl{
		text-align:center;
		margin-bottom:4vw;
	}
	#top-instagram #instagram-gallery{
		margin-bottom:6vw;
	}
	#top-instagram .simply-scroll-container {
		position: relative;
	}
	#top-instagram .simply-scroll-clip {
		position: relative;
		overflow: hidden;
	}
	#top-instagram .simply-scroll-list {
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	#top-instagram .simply-scroll-list li {
		float: left;
		margin: 0;
		width: 40vw;
		height: 40vw;
		overflow:hidden;
	}
	#top-instagram .simply-scroll-list li img {
		display: block;
		width: 40vw;
		height: 40vw;
		object-fit: cover;
	}
	

			
}








