@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------
　keyvisual
------------------------------------------------ */

.keyvisual {
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 100%;
	height: 360px;
	margin: 168px auto 30px;
	position: relative;

}
.keyvisual ul {
	display: flex;
	flex-direction: row;
}
.keyvisual ul li {
	transition: all .3s ease 0s;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.keyvisual ul li:not(.swiper-slide-active) {
	opacity: 0 !important;
}
.keyvisual.pc {
	display: flex;
}
.keyvisual.sp {
	display: none;
}
.keyvisual .swiper-pagination {
	display: flex;
	width: auto;
	height: 13px;
	position: absolute;
	bottom: 15px;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.keyvisual .swiper-pagination span {
	background-color: #dcdcdc;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	display: block;
	margin: 0 0 0 16px;
	cursor: pointer;
}
.keyvisual .swiper-pagination span:nth-child(1) {
	margin: 0;
}
.keyvisual .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #00309c;
}

/*
.keyvisual p {
	color: #fff;
	letter-spacing: 5px;
	font-size: 3.7rem;
	font-weight: bold;
	-moz-text-shadow: 4px 3px 10px rgba(0, 0, 0, 0.47);
	-webkit-text-shadow: 4px 3px 10px rgba(0, 0, 0, 0.47);
	-ms-text-shadow: 4px 3px 10px rgba(0, 0, 0, 0.47);
	text-shadow: 4px 3px 10px rgba(0, 0, 0, 0.47);
	position: absolute;
	width: max-content;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.keyvisual p span{
	font-size: 4.7rem;
}
*/
@media all and (-ms-high-contrast: none) {
	.keyvisual ul {
		height: 100%;
		position: relative;
	}
	.keyvisual ul li {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	.keyvisual ul img {
		height: 100%;
		text-align: center;
		margin: 0 auto;
		position: relative;
		left: calc( 50vw - 650px );

	}
	@media screen and (min-width: 1300px) {
		.keyvisual ul img {
			position: relative;
			left: calc( calc(100vw - 1300px) / 2);
		}	
	}
}


/* ---------------------------------------------
　content
------------------------------------------------ */

.container{
	max-width: 100%;
	margin: 0 auto;
}

.content{
	width: 100%;
}

.content h2{
	font-family: 'Barlow Semi Condensed', sans-serif;
  	font-size: 3.5rem;
	font-weight: bold;
	color: #003f8f;
	background: none;
	margin: 50px 0 0;
	padding: 0;
}

.content h2 span{
	font-size: 1.6rem;
	font-weight: bold;
	color: #084593;
}

.content h2 span::before{
	content: "ー";
	display: inline-block;
	padding: 0 20px;
	font-weight: normal;
}

/* info-area */

.info-area{
	padding: 30px 50px;
	background: #f6f6f6;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
}

.content .info-area h2{
	width: 20%;
	text-align: left;
	color: #003f8f;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 40px 0 0;
}

.info-area ul{
	width: 80%;
	margin: 0 auto;
}

.info-area ul li{
	margin-bottom: 1em;
}

.info-area dl{
	display: flex;
}

.info-area dl dt{
	width: 15%;
	color: #999;
}

.info-area dl dd{
	width: 80%;
}

/* top-twobox */

.top-twobox{
	margin-top: 50px;
}

.top-twobox dl{
	width: 50%;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}

.top-twobox dl:first-of-type{
	border-right: 3px solid #efefef;
}

.top-twobox dl dt{
	margin-right: 40px;
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 4.7rem;
	font-weight: 600;
	color: #084593;
	letter-spacing: 5px;
	line-height: 0.8;
}

.top-twobox dl dt span{
	display: block;
	font-size: 1.6rem;
	margin-top: 10px;
	letter-spacing:normal;
}

.top-twobox dl dd.btn a{
	width: 300px;
	line-height: 48px;
	text-align: center;
}

.top-twobox dl dd a img{
	width: 16px;
	height: auto;
	margin-left: 20px;
	vertical-align: text-bottom;
	position: relative;
	bottom: 3px;
}

/*　campaign-area　*/

.campaign-area{
	margin-top: 40px;
	padding: 40px 0;
	background: #ebf2f8;
}

.campaign-area .inner{
	position: relative;
}

.campaign-area .scroll-area,
.news-content .scroll-area{
	height: 400px;
	margin-top: 30px;
	padding-right: 20px;
}
  
.campaign-area .scroll-area .simplebar-track,
.news-content .scroll-area .simplebar-track {
	width: 9px;
	border-radius: 50px;
	background: #ddd;
	overflow: visible;
}
  
.campaign-area .scroll-area .simplebar-scrollbar::before,
.news-content .scroll-area .simplebar-scrollbar::before {
	background-color: #084593;
	border-radius: 100px;
	width: 31px;
	height: 31px;
	border: 5px solid #fff;
	left: -11px;
	right: auto;
}

.scroll-area .simplebar-scrollbar.simplebar-visible::before{
	opacity: 1!important;
}

.campaign-area .simplebar-track.simplebar-vertical .simplebar-scrollbar:before,
.news-content .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{
	top: auto;
	bottom: 5px;
}


ul.cp-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0;
	padding-right: 20px;
}

.cp-list li{
	width: 48%;
	opacity: 1;
  	transition: opacity 0.2s ease;
}

.cp-list li:hover{
	opacity: 0.5;
	background-color: rgba(255, 255, 255, 0.5);
}

.cp-list li a{
	display: flex;
	height: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}



.cp-list .thumbnail{
	width: 106px;
	height: 106px;
	margin-right: 20px;
	overflow: hidden;
	background: #fff;
}

.cp-list .thumbnail img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
@media all and (-ms-high-contrast: none) {
	.cp-list .thumbnail img {
		font-family: 'object-fit: contain;';
	}
}

.cp-list dl{
	width: 80%;
}

.cp-list dl dt .deta{
	color: #999;
	margin:5px 5px 10px 0;
}

.cp-list dl dt span.maker,
.cp-list dl dt span.pic{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 4px 5px;
	line-height: 1;
	color: #141414;
	font-size: 1.2rem;
}

.maker{
	background-color: #e1eeff;
}
.pic{
	background-color: #ffe5e5;
}

.campaign-area .btn{
	position: absolute;
	right: 0;
	top: 0;
}

.campaign-area .btn a{
	width: 140px;
	height: 36px;
	line-height: 34px;
}

/* news-area */

.news-area{
	position: relative;
	margin-top: 50px;
}

.news-area .btn{
	position: absolute;
	top: 20px;
	right: 0;
}

.news-area .btn a{
	width: 140px;
	height: 36px;
	line-height: 34px;
}

.tab-area{
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 0;
}
.tab-area::after {
	content: '';
	width: 99%;
	height: 5px;
	order: -1;
	display: block;
	background: #084593;
}
.tab-area .tabLabel {	/* タブ */
	width: 198px;
	margin-right: 10px;
	padding: 15px 0 10px;
	order: -1;
	color: #084593;
	font-weight: bold;
	background:#fff;
	transition: .5s ;
	cursor: pointer;
	text-align: center;
	border-radius: 20px 20px 0 0;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.3);
}
.tab-area .tabLabel:nth-last-of-type(1){ margin-right: 0; }
.tab-area input {		/* ラジオボタン非表示 */
	visibility: hidden;
	height: 0;
	width: 1px;
}
.tab-area .news-content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding-right: 10px;
}
/*アクティブ設定*/
.tab-area input:checked + .tabLabel,
.tab-area .tabLabel:hover {
	color: #fff;
	background: #084593;
}
.tab-area input:checked + .tabLabel + .news-content {
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
}

ul.news-list{
	margin: 0 40px 0 0;
}

.news-list li a{
	display: block;
	opacity: 1;
  	transition: opacity 0.2s ease;
}

.news-list li a:hover{
	opacity: 0.5;
}

.news-list li{
	border-bottom: 1px solid #ddd;
}

.news-list dl{
	display: flex;
	padding: 20px;
}

.news-list dl dt{
	color: #999;
	letter-spacing: 3px;
}

.news-list dl dd{
	margin-left: 20px;
}

.news-list dl dd.category{
	width: 6em;
	height: 25px;
	text-align: center;
	line-height: 23px;
	font-size: 1.2rem;
}

.news-list dl dd.category.news{
	background-color: #ffe5e5;
}

.news-list dl dd.category.products{
	background-color: #ffffe1;
}

.news-list dl dd.category.cblog{
	background-color: #e1eeff;
}
@media all and (-ms-high-contrast: none) {
	.news-list dl dd.category.new {
		white-space: nowrap;
	}
}

/* company-area */

.company-area{
	margin-top: 80px;
	padding: 50px 60px 50px 0;
	background:#f6f6f6 url(../images/bg_company.png) no-repeat center;
	background-size: contain;
}

.company-area h2{
	margin: 0;
}

.company-area ul{
	display: flex;
}

.company-area ul li{
	margin-right: 40px;
}


/* top-contact-area */

.top-contact-area{
	margin: 80px auto 0;
}

.contact-box{
	width: 540px;
	order: 2;
	padding-bottom: 60px;
}

.contact-box h2{
	margin: 0 0 0 60px;
}
.contact-box p{
	margin-left:60px;
}

.contact-box ul{
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0 60px;
}
  
.contact-box ul li::after{
	content: "／";
	display: inline-block;
	padding: 0 3px;
}
  
.contact-box ul li:nth-child(2)::after,
.contact-box ul li:nth-child(4)::after,
.contact-box ul li:last-child::after{
	display: none;
}

.contact-box .btn a{
	width: 100%;
	height: 90px;
	line-height: 89px;
	margin: 50px auto;
	font-size: 1.8rem;
}

.calendar-box{
	order: 1;
	width: 460px;
	min-width: 460px;
	position: relative;
	z-index: 10;
	/*overflow: hidden;*/
	margin: 0 auto;
	box-shadow: 0px 0px 16px -6px rgba(0,48,108,0.3);
	border-radius: 10px;
	background-color: #fff;
}

.calendar-box.swiper-slide{
	min-height: 470px;
	box-shadow: none;
}



/* top-recruit-area */

.top-recruit-area{
	position: relative;
	margin-top: -60px;
	padding: 100px 0 90px;
	background: url(../images/bg_recruit.jpg) no-repeat right 0;
	background-size: contain;
	background-color: #fafafa;
}

.top-recruit-area ul{
	display: flex;
}

.top-recruit-area ul li{
	margin-right: 40px;
}

/* movie-area */

.movie-area{
	height: 610px;
	padding: 80px 0;
	background: url(../images/bg_movie.png) repeat-x 0 center;
}

.movie-area h2{
	margin-top: 0;
}

.movie {
	position: relative;
	padding-bottom: 28%;
	height: 0;
	overflow: hidden;
	width: 630px;
	height: 350px;
	margin-top: 40px;
  }
  
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-area .btn{
	width: 430px;
	margin: 0 50px 0 0;
	padding-top: 305px;
	background: url(../images/img_001.png) no-repeat center 0;
}

.movie-area .btn a{
	width: 100%;
	height: 85px;
	line-height: 80px;
	border-color: #003f8f;
}

.movie-area .btn.icon-blue a:hover{
	background-color: #20579d;
	opacity: 1;
}

.movie-area .btn.icon-blue a:hover::before{
	background: #fff;
  }
.movie-area .btn.icon-blue a:hover::after{
	border-top: solid 2px #003f8f;
	border-right: solid 2px #003f8f;
}


.movie-area .btn a span.en{
	font-family: 'Barlow Semi Condensed', sans-serif;
  	font-size: 2.3rem;
	font-weight: 700;
	display: inline-block;
	padding-right: 1em;
}

.movie-area .icon-blue a{
	padding-right: 0;
}

.movie-area .icon-blue a::before{
	top: 35%;
	right: 40px;
}

.movie-area .icon-blue a::after{
	top: 47%;
	right: 51px;
}

/* product-area */

.product-area ul{
	max-width: 1200px;
	margin: 30px auto;
}

.product-area ul li{
	width: 540px;
}

.product-area ul li div{
	width: 100%;
}

.product-area ul li .btn a{
	width: 100%;
	height: 90px;
	line-height: 86px;
	font-size: 1.8rem;
	display: block!important;
}

/* member-area */
.member-area{
	background: #e9eff5;
	overflow: hidden;
}

.member-area .inner{
	min-height: 342px;
	background: url(../images/img_002.png) no-repeat right bottom;
}

.member-area ul{
	display: flex;
}

.member-area .btn a{
	width: 230px;
	height: 63px;
	line-height: 60px;
	margin-right: 30px;
}

/* bnr-area */

.bnr-area{
	padding: 80px 0;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.bnr-area ul{
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bnr-area .swiper-slide{
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.bnr-area ul li{
	width: 100%;
	text-align: center;
}


/* coming-soon */

.coming-soon{
	position: relative;
	padding: 1px 0 0;
}

.coming-soon::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	background-color: rgba(63, 130, 215, 1);
}

.comingtxt{
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	z-index: 99;
	text-align: center;
}

.comingtxt span{
	width: 700px;
	margin: 20px auto 0;
	padding: 20px 0 30px;
	line-height: 1;
	display: block;
	font-family: 'Barlow Semi Condensed', sans-serif;
  	font-size: 5rem;
	font-weight: 700;
	border: 3px solid #fff;
}

/* ------------------
  SP
------------------- */

@media all and (max-width: 768px) { 

	.keyvisual{
		height: 390px;
		margin: 60px auto 15px;
		font-size: 1.8rem;
		overflow: hidden;
	}

	.keyvisual p span{
		font-size: 2.4rem;
	}

	.keyvisual.pc {
		display: none;
	}
	.keyvisual.sp {
		display: flex;
	}

	.content h2{
		font-size: 2.4rem;
	}

	.content h2 span{
		font-size: 1.4rem;
	}

	.info-area{
		padding: 20px 10px;
	}

	.content .info-area h2{
		width: auto;
		text-align: center;
		margin: 0 auto;
	}

	.info-area ul{
		width: 100%;
	}

	.info-area dl{
		display: block;
	}

	.info-area dl dt,
	.info-area dl dd{
		width: 100%;
	}

	.top-twobox dl{
		width: auto;
	}

	.top-twobox dl:first-of-type{
		border: none;
	}

	.top-twobox dl dt{
		margin: 0 auto;
		font-size: 2.4rem;
		text-align: center;
		letter-spacing: normal;
	}

	.top-twobox dl dt span{
		display: inline-block;
		margin-top: 0;
		margin-left: 1em;
	}

	.top-twobox dl dd.btn a{
		width: 100%;
		margin: 10px auto;
	}

	/*　campaign-area　*/
	.campaign-area{
		padding: 1px 0 40px;
	}

	.campaign-area .scroll-area,
	.news-content .scroll-area{
		height: auto;
		padding-right: 0;
	}

	.campaign-area .btn,
	.news-area .btn{
		position: static;
		margin: 30px auto 0;
		text-align: center;
	}

	.campaign-area .btn a,
	.news-area .btn a{
		height: 50px;
		line-height: 48px;
	}

	ul.cp-list{
		display: block;
		padding-right: 0;
	}
	
	.cp-list li{
		width: 100%;
	}

	.cp-list dl dt span.deta{
		display: block;
		font-size: 1.2rem;
	}

	/* news-area */

	.tab-area .tabLabel{
		width: 23%;
		margin-right: 5px;
		border-radius:10px 10px 0 0;
		font-size: 1.2rem;
	}

	.tab-area::after{
		height: 3px;
	}

	ul.news-list{
		margin: 0 auto;
	}

	.news-list dl{
		display: block;
	}

	.news-list dl dt{
		font-size: 1.2rem;
	}

	.news-list dl dd{
		margin-left: 0;
	}

	/* company-area */

	.company-area{
		margin-top: 40px;
		padding: 30px 0 20vw;
		background:#f6f6f6 url(../images/bg_company_sp.png) no-repeat center 0;
		background-size: 100% auto;
	}

	.company-area .text-area{
		margin-top: 45vw;
		font-size: 1.3rem;
	}

	
	.company-area ul li,
	.top-recruit-area ul li{
		margin-right: 20px;
	}

	.company-area ul li.icon-blue a,
	.top-recruit-area ul li.icon-blue a{
		padding-right: 30px;
	}

	/* top-contact-area */

	.top-contact-area{
		margin: 40px auto 0;
	}

	.contact-box{
		width: auto;
		margin: 0 auto;
		padding-bottom: 0;
		font-size: 1.4rem;
	}

	.contact-box ul{
		width: auto;
		margin: 0;
	}

	.contact-box h2{
		margin: 0;
	}

	.contact-box p{
		margin-left: 0;
	}

	.contact-box .btn a{
		height: 60px;
		line-height: 58px;
	}

	.calendar-box{
		width: 100% !important;
    max-width: 100% !important;
    min-width: 100%;
		min-height: auto;
	}


	/* top-recruit-area */

	.top-recruit-area{
		padding: 50px 0 45vw;
		background:#f6f6f6 url(../images/bg_recruit_sp.jpg) no-repeat center bottom;
		background-size:100% auto;
	}

	.top-recruit-area ul{
		justify-content: center;
	}

	/* movie-area */

	.movie-area{
		height: auto;
		padding: 80px 0 40px;
		background-size: cover;
	}

	.movie{
		width: 90%;
		height: auto;
		margin: 40px auto 0;
		padding-bottom: 56%;
	}

	.movie-area .btn{
		width: 100%;
		margin: 20px auto 0;
		padding: 40px 0 20px 40%;
		background: url(../images/img_001_sp.png) no-repeat left top;
		background-size: 125px auto;
	}

	.movie-area .btn a{
		width: 100%;
		height: 60px;
		line-height: 58px;
	}

	.movie-area .btn a span.en{
		font-size: 1.8rem;
	}
	.movie-area .btn a span.chan{
		display: block;
		position: absolute;
		top: -50px;
		left: 0;
		right: 0;
	}

	/* product-area */

	.product-area ul{
		width: 80%;
	}

	.product-area ul li{
		width: 100%;
		margin: 0 auto 10px;
	}

	.product-area ul li.btn a{
		width: 100%;
		height: 60px;
		line-height: 56px;
		font-size: 1.8rem;
	}

	/* member-area */

	.member-area ul{
		justify-content: center;
	}

	.member-area ul li{
		width: 42%;
		margin: 0 2%;
	}
	.member-area .btn a{
		width: 100%;
	}

	.member-area .inner{
		width: 100%;
		background: url(../images/img_002_sp.png) no-repeat right top;
		background-size: 75px auto;
		padding: 0 5%;
	}


	/* bnr-area */
	.bnr-area{
		padding: 40px 0;
	}

	.comingtxt span{
		width: 80%;
	}

	.bnr-area li img{
		width: 80%;
	}

}