@charset "UTF-8";


/* 企業TOP */

@media (max-width:768px){
	.corporation-inner {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}

/* NEW! */
.on-new{
	font-weight: bold;
	color: #ff483a;
}
@media (min-width:769px){
	.on-new{
		font-size: 12px;
		padding-left: 12px;
	}	
}
@media (max-width:768px){
	.on-new{
		font-size: 10px;
		padding-left: 9px;
	}	
}

.cont-right {
	overflow: visible;
}
.swipe-bg{
	position: sticky;
	top: 0px;
	width: 100%;
	height: 81vh;
	z-index: -1;
	background: url(../images/top/main_visual.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;	
}
@media (max-width:768px){	
	.swipe-bg{
		margin-top: -35px;
	}
}
.swipe-txt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 94px;
	max-height: 430px;
	margin: auto;
}

.swipe{
	height: 100vh;
	position: relative;
	top: 0px;
}
.swipe-in{
	position: absolute;
	top: 0px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width:769px){	
	.swipe-in{
		width: calc(100% - 40px);
		padding: 18px 20px 28px 23px;
		margin-top: 12px !important;
		margin: 20px;
	}	
}
@media (max-width:768px){	
	.swipe-in{
		width: calc(100% - 24px);
		padding: 20px 15px 20px 16px;
		margin: 35px 12px 19px 12px;
	}	
}

/* ニュースリリース */
.news-release-tit{
	position: relative;
	font-weight: bold;
	color: #333333;
}
.news-ico img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media (min-width:769px){	
	.news-release-tit{
		font-size: 20px;
		padding-left: 42px;
	}
	.news-ico img{
		left: 0px;
		width: 27px;
		height: 22px;
	}	
}
@media (max-width:768px){	
	.news-release-tit{
		font-size: 15px;
		padding-left: 36px;
	}
	.news-ico img{
		left: 0px;
		width: 26px;
		height: 22px;
	}	
}

/* ニュースリリースボタン */
.news-release-btn a{
	display: block;
	height: 100%;
	position: relative;
	background-color: #333333;
	color: #fff;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.news-release-btn a:hover{
	opacity: 0.6;
}
.news-release-btn a::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border: solid transparent;
	border-left-color: #fff;
}
@media (min-width:769px){	
	.news-release-btn{
		margin-left: auto;
		margin-right: 12px;
		width: 215px;
		height: 30px;
		padding-top: 20px;
	}
	.news-release-btn a{
		font-size: 13px;
		line-height: 30px;
		border-radius: 3px;
		padding: 0 10px 0 23px;
	}
	.news-release-btn a::before{
		left: 10px;
		border-width: 4px 0 4px 5px;
	}
}
@media (max-width:768px){	
	.news-release{
		padding-top: 16px;
	}
	.news-release-btn{
		margin: auto;
		width: 295px;
		height: 35px;
		padding-top: 15px;
	}
	.news-release-btn a{
		font-size: 14px;
		line-height: 35px;
		border-radius: 4px;
		padding: 0 50px 0 65px;
	}
	.news-release-btn a::before{
		left: 48px;
		border-width: 4px 0 4px 8px;
	}
	
}

/* 新着情報 */
.new-info-tit{
	position: relative;
	font-weight: bold;
	color: #333333;
}
.new-ico img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width:769px){	
	.new-info{
		padding-top: 20px;
	}
	.new-info-tit{
		font-size: 20px;
		padding-left: 42px;
	}
	.new-ico img{
		left: 0px;
		width: 29px;
		height: 24px;
	}	
}
@media (max-width:768px){	
	.new-info{
		padding-top: 20px;
	}
	.new-info-tit{
		font-size: 17px;
		padding-left: 36px;
	}
	.new-ico img{
		left: 0px;
		width: 24px;
		height: 20px;
	}	
}

/* ------------------------------------- */

.release-list a,
.release-list span{
	display: block;
}
.release-list a:hover{
	opacity: 0.6;
}
.release-item{
	position: relative;
	border-bottom: solid 1px #d5d5d5;
}
.release-item-date{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.item-genre{
	color: #fff;
}
.item-genre.en{
	background-color: #319b26;
}
.item-genre.item{
	background-color: #3654b6;
}
.item-genre.peop{
	background-color: #daa31f;
}
.item-pdf{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.item-pdf a{
	display: block;
	height: 100%;
}

@media (min-width:769px){	
	.release-list{
		padding-top: 8px;
	}
	.release-item{
		padding: 12px 0 12px 4px;
	}
	.release-item-date{
		font-size: 14px;
	}
	.item-genre{
		padding: 2px 10px 3px 10px;
		margin-left: 20px;
		line-height: 18px;
	}
	.release-item-txt{
		font-size: 14px;
		padding-top: 10px;
		padding-right: 60px;
	}
	.item-pdf{
		right: 6px;
		width: 47px;
		height: 47px;
	}
}
@media (max-width:768px){	
	.release-list{
		padding-top: 7px;
	}
	.release-item{
		padding: 5px 50px 6px 0;
	}
	.release-item-date{
		font-size: 12px;
	}
	.item-genre{
		padding: 2px 7px 3px 7px;
		margin-left: 18px;
		line-height: 18px;
	}
	.release-item-txt{
		font-size: 12px;
		padding-top: 5px;
	}
	.item-pdf{
		right: 6px;
		width: 37px;
		height: 37px;
	}
}



/* 重要なお知らせ */
.notice{
	position: relative;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.notice-tit{
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #333;
}
.notice-content{
	font-weight: normal;
}
.notice-content-list a{
	display: flex;
	align-items: flex-start;
}
.notice-btn a{
	display: block;
	position: relative;
	height: 100%;
	background-color: #333;
	color: #fff;
}
.notice-btn a:hover{
	opacity: 0.6;
}
.notice-btn a::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border: solid transparent;
	border-left-color: #fff;
}

@media (min-width:769px){	
	.notice{
		border: solid 1px #b50081;
		margin-top: 28px;
		padding: 14px 115px 14px 13px;
		display: flex;
		align-items: flex-start;
	
	}	
	.notice-tit{
		font-size: 16px;
	}
	.notice-tit-txt{
		margin-left: 8px;
		white-space: nowrap;
	}

	.notice-tit .notice-ico{
		width: 24px;
		height: 24px;
	}
	.notice-content{
		font-size: 14px;
	}
	.date-time{
		padding-left: 32px;
	}
	.notice-txt{
		padding-left: 12px;
	}
	.notice-btn{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
		width: 100px;
		height: 30px;
		margin-left: auto;
	}
	.notice-btn a{
		font-size: 13px;
		line-height: 30px;
		border-radius: 3px;
		padding: 0 12px 0 22px;
	}
	.notice-btn a::before{
		left: 10px;
		border-width: 4px 0 4px 5px;
	}
}
@media (max-width:768px){	
	.notice{
		border: solid 2px #b50081;
		margin-top: 25px;
		padding: 14px 16px 19px 16px;
	}	
	.notice-tit{
		font-size: 15px;
	}
	.notice-tit-txt{
		margin-left: 9px;
	}
	.notice-tit .notice-ico{
		width: 24px;
		height: 24px;
	}
	.notice-content{
		padding-top: 12px;
		font-size: 12px;
	}
	.notice-txt{
		padding-left: 12px;
	}
	.notice-btn{
		margin-top: 12px !important;
		margin: auto;
		width: 315px;
		height: 35px;
		max-width: 100%;
	}
	.notice-btn a{
		text-align: center;
		font-size: 14px;
		line-height: 36px;
		border-radius: 4px;
	}
	.notice-btn a::before{
		left: 90px;
		border-width: 4px 0 4px 8px;
	}
}



/* ボタン群 */
.under-btn-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.btn-info{
	background-image: url("../images/top/btn_info.jpg");
}
.btn-notice{
	background-image: url("../images/top/btn_notice.jpg");
}
.btn-data{
	background-image: url("../images/top/btn_data.jpg");
}
.btn-ir{
	background-image: url("../images/top/btn_ir.jpg");
}
.btn-kabu{
	background-image: url("../images/top/btn_kabu.jpg");
}
.btn-rec{
	background-image: url("../images/top/btn_rec.jpg");
}

.under-btn-list-item{
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 14.3vw; */
	text-align: center;
}
.under-btn-list-item a{
	position: relative;
	display: block;
	height: 100%;
}
.under-btn-list-item a:hover{
	opacity: 0.6;
}
.under-btn-list-item a::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	z-index: 1;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.under-btn-list-item a::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: transparent;
	border: 2px solid #fff;
}
.under-btn-list-item a{
	color: #fff;
	
}
.under-btn-tit{
	font-weight: bold;
}

@media (min-width:769px){	
	.btn-info .under-btn-tit{
		padding-top: 28px;
	}
	.btn-notice .under-btn-tit{
		padding-top: 58px;
	}
	.btn-data .under-btn-tit{
		padding-top: 28px;
	}
	.btn-ir .under-btn-tit{
		padding-top: 28px;
	}
	.btn-kabu .under-btn-tit{
		padding-top: 28px;
	}
	.btn-rec .under-btn-tit{
		padding-top: 58px;
	}	
	.under-btn-list{
		/* max-width: 1000px; */
		margin: auto;
	}
	.under-btn-list-item{
		width: calc(32.3% - 20px);
		/* max-width: 276px; */
		height: 14vw;
		min-height: 160px;
		margin-top: 20px;
		margin-right: 20px;
		border-radius: 12px;
	}
	.under-btn-list-item a::before{
		bottom: 30px;
		width: 4px;
		height: 4px;
	}
	.under-btn-list-item a::after{
		bottom: 22px;
		width: 18px;
		height: 18px;
		border-radius: 22px;
	}
	.under-btn-list-item:nth-child(1){
		margin-left: 16px;
	}
	.under-btn-list-item:nth-child(-n+3){
		margin-top: 28px;
	}
	
	.under-btn-list-item:nth-child(4){
		margin-left: 16px;
	}

	.under-btn-tit{
		font-size: 20px;
		text-shadow: 1px 0px 8px #000;
	}
	.under-btn-txt{
		font-size: 12px;
		text-shadow: 1px 0px 8px #000;
	}
}
@media (max-width:768px){	
	.btn-info .under-btn-tit{
		padding-top: 23px;
	}
	.btn-notice .under-btn-tit{
		padding-top: 44px;
	}
	.btn-data .under-btn-tit{
		padding-top: 23px;
	}
	.btn-ir .under-btn-tit{
		padding-top: 23px;
	}
	.btn-kabu .under-btn-tit{
		padding-top: 23px;
	}
	.btn-rec .under-btn-tit{
		padding-top: 44px;
	}	
	.under-btn-list{
		margin-right: -10px;
	}
	.under-btn-list-item{
		width: calc(50% - 10px);
		max-width: 276px;
		height: 130px;
		margin-top: 10px;
		margin-right: 10px;
		border-radius: 10px;
	}
	.under-btn-list-item a::before{
		bottom: 18px;
		width: 6px;
		height: 6px;
	}
	.under-btn-list-item a::after{
		bottom: 10px;
		width: 17px;
		height: 17px;
		border-radius: 17px;
		box-shadow: 0px 1px 8px black;
	}
	.under-btn-list-item:nth-child(-n+2){
		margin-top: 25px;
	}
	
	.under-btn-tit{
		font-size: 19px;
		text-shadow: 1px 0px 8px #000;
	}
	.under-btn-txt{
		font-size: 10px;
		text-shadow: 1px 0px 8px #000;
	}
}

/* SP版のみ表示バナー */
@media (max-width:768px){	
	#corporation .store{
		padding-top: 25px;
	}
}