@charset "UTF-8";


*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%;
}
body{
	font-family: 'Roboto' , 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-size: 1.6rem;
	color: #444;
	position: relative;
	line-height: 1;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-weight: 400;
	letter-spacing: .05em;
}
.en{
	font-family: 'Barlow Condensed', sans-serif;
}

main{
	display: block;
	padding-top: 70px;
/*	padding-bottom: 70px; */
}
img{
	border:none;
	-webkit-backface-visibility: hidden;
}
ul,ol{
	list-style: none;
}
li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #343436;
	transition: .3s all ease;
}
.hover-op:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}
.sp{
	display: none !important;
}

.pic>img,
.pic picture,
.pic a,
.logo img{
	display: block;
	width: 100%;
}

.pic source{
	width: 100%;
	height: 100%;
}
.pic>img{
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.bold{
	font-weight: 600;
}
.outer{
	width: 100%;
	min-width: 1080px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.inner{
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
input[type='text'],
input[type='email'],
input[type='submit'],
input[type='tel'],
select,
textarea,
button{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
input[type='file']{
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	-ms-appearance: auto;
	-o-appearance: auto;
}
input,
select,
textarea,
button{
	font-family: 'Roboto', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	border: none;
	border-radius: 0;
	font-size: 1.4rem;
	background: transparent;
}
table{
	border-collapse: collapse;
	table-layout: fixed;
}
.parag{
	line-height: 2;
}
.bg-blue{
	background: #005eac;
	color: #fff;
}
.txt-red{
	color: #b4001b;
}
.bg-gray{
	background: #F8F8FA;
}


/* +++++++++++++++++++++++header++++++++++++++++++++++ */
#header{
	height: 80px;
	background: #fff;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 999;
}
#header .logo{
	width: 200px;
	display: block;
}
#site-ttl{
	position: absolute;
	left: 0;
	top: 100%;
}
#site-ttl span{
	font-size: 1.2rem;
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	color: #fff;
	padding: 0 40px;
}
nav{
	font-weight: 700;
	display: flex;
	align-items: center;
}
#global-navi{
	display: flex;
	letter-spacing: .1em;
}
#global-navi>li{
	padding-left: 40px;
	position: relative;
}
#global-navi a{
	position: relative;
	z-index: 2;
}




/* ++++++++++++++++++button style++++++++++++++++++++ */
.btn01{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #343436;
	border-radius: 3px;
	color: #fff;
}
main .btn01{
	margin: 50px auto 0;
	width: 300px;
	height: 50px;
	background: #343436;
	position: relative;
	font-weight: 500;
}
main a.btn01:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s all ease;
}
main .btn01:hover{
	background: transparent;
	color: #343436;
}
main a.btn01:hover:after{
	border-top: 1px solid #343436;
	border-right: 1px solid #343436;
}


/* +++++++++++++++++++++++#key-visual++++++++++++++++++++++ */
#key-visual{
	height: 380px;
	display: flex;
	flex-direction: row-reverse;
}
#key-visual .pic{
	width: 50%;
	height: 100%;
	position: relative;
}
#key-visual .txt{
	width: 500px;
	padding-right: 40px;
}
#page-ttl-en{
	font-size: 4rem;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	letter-spacing: .05em;
	padding-bottom: 15px;
	font-weight: 700;
}
#page-ttl-en:after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #343436;
	margin: 15px 0 0;
}
#page-ttl{
	height: 50%;
	padding-top: 10px;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* +++++++++++++++++++++++#bread-crumbs++++++++++++++++++++++ */
#bread-crumbs{
	padding: 11px 15px 10px;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3rem;
	font-weight: 500;
}
#bread-crumbs li{
	display: flex;
	align-items: center;
}
#bread-crumbs li:not(:last-of-type):after{
	content: "/";
	display: block;
	padding: 0 1.5em;
}
#bread-crumbs a{
	font-weight: 700;
}

/* +++++++++++++++++++++++section++++++++++++++++++++++ */
.sec{
	padding-top: 70px;
	padding-bottom: 70px;
}
.ttl-en{
	font-size: 5.4rem;
	letter-spacing: .05em;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1;
}
.sec-ttl01{
	font-size: 2.4rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.3;
	margin-bottom: 40px;
}
.sec-ttl01:before{
	content: attr(data-en-ttl);
	font-size: 1.6rem;
	letter-spacing: .1em;
	font-weight: 600;
	order: 1;
	font-family: 'Barlow Condensed', sans-serif;
	color: #888;
}
.sec-ttl01:after{
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #005eac;
	order: 3;
}
.sec-ttl01 span{
	order: 2;
	margin: 10px 0 15px;
	color: #000;
}



.sec-ttl02{
	font-size: 2.2rem;
	letter-spacing: .05em;
	margin-bottom: 25px;
	line-height: 1.7;
}
.sec-ttl02:after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #343436;
	margin-top: 10px;
}
.sec-ttl03{
	font-size: 3.2rem;
	line-height: 1.4;
	letter-spacing: .1em;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.sec-ttl03 span{
	display: block;
	position: relative;
}
.sec-ttl03 span:after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	border-top: 1px solid #343436;
	border-bottom: 1px solid #343436;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
}
.sec-ttl04{
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 2.4rem;
	letter-spacing: .05em;
	//font-weight: 500;
	margin: 60px auto 50px;
}
.sec-ttl04:after{
	content: "";
	display: block;
	width: 120px;
	height: 1px;
	background: #343436;
	margin-left: .5em;
}
.sec-ttl05{
	font-size: 2.2rem;
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	margin-bottom: 20px;
}
.sec-ttl05 .ja{
	letter-spacing: .05em;
}
.sec-ttl05 .en{
	font-size: 1.4rem;
	margin-top: 7px;
	letter-spacing: .05em;
	color: rgba(52,52,54,.55);
}
.sec-sub-ttl01{
	letter-spacing: .05em;
	margin-bottom: 25px;
	line-height: 1.7;
	font-size: 1.8rem;
}
.sec-sub-ttl01:after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #343436;
	margin-top: 5px;
}
.max1400{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

/* +++++++++++++++++++++++pagenation++++++++++++++++++++++ */
.pagenation{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
	font-weight: 600;
}
.pagenation li a{
	display: flex;
	justify-content: center;
	width: 18px;
	height: 22px;
	position: relative;
	text-decoration: none;
	color: #666;
	border:2px solid #fff;
	width: auto;
	padding: 0;
	background: transparent
}

.pagenation li a:after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
/*	background: #005eac;*/
	position: absolute;
	left: 0;
	bottom: 0;
/*	transition: .3s all ease;
	transform: scaleX(0);
	transform-origin: left bottom;*/
}
/*
.pagenation li a:hover:after,
.pagenation li.current a:after{
	transform: scaleX(1);
}*/
.pagenation li{
	margin: 0 10px;
}
/*
.pagenation li.next a:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #444;
	border-right: 2px solid #444;
	transform: rotate(45deg);
	margin-top: .3em;
}
.pagenation li.prev a:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #444;
	border-left: 2px solid #444;
	transform: rotate(-45deg);
	margin-top: .3em;
}*/



/* +++++++++++++++++++++++#contact-area++++++++++++++++++++++ */
#contact-area{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	height: 280px;
	z-index: 9;
	padding-top:70px;
}

#contact-area ul{
	display: flex;
	background: #fff;
}
#contact-area ul:before{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 80px);
	background: rgba(255,255,255,.5);
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contact-area ul li{
	width: 50%;
}
#contact-area ul li span{
	padding-left: 45px;
}
#contact-area ul a{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 280px;
	justify-content: center;
	padding: 0 0 0 80px;
	font-weight: 600;
}
#contact-area li a .en{
	background-repeat: no-repeat;
	background-position: left top .3em;
	background-size: auto 24px;
	font-size: 4.8rem;
	letter-spacing: .05em;
	margin-bottom: .33em;
}
#contact-area li:nth-of-type(1) a .en{
	background-image: url(../images/mail-icon01.svg);
}
#contact-area li:nth-of-type(2) a .en{
	background-image: url(../images/tel-icon01.svg);
}
#contact-area li a:hover{
	opacity: .6;
}

#contact-area li a .mg-bottom{
	margin-bottom:0.66em;
}


/* +++++++++++++++++++++++footer++++++++++++++++++++++ */
#footer{
	padding-top: 182px;
	padding-bottom: 70px;
	margin-top: -70px;
}
#footer .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .sitemap{
	width: 100%;
	padding: 70px 0;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
}
#footer .company-data a{
	display: inline-block;
	width: 200px;
}
#footer h2{
	line-height: 2;
	font-weight: 400;
	font-size: 1.4rem;
	margin-top: 1em;
}
#footer p{
	font-size: 1.4rem;
}
#footer .basepro-data img{
	height: 43px;
	width: auto;
}
#footer .basepro-data{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#copyrights{
	font-size: 1.2rem;
	width: 100%;
	letter-spacing: .1em;
	text-align: center;
}

.bg-white{	
	 background-color:rgba(255,255,255,0.8);}


/* **********************IE用のスタイル************************* */
@media all and (-ms-high-contrast: none) and (min-width: 769px){

}





@media screen and (max-width:768px){
	body{
		font-size: 1.3rem;
		overflow-x: hidden;
	}
	.pc{
		display:none !important;
	}
	.sp{
		display:block !important;
	}
	.inner{
		width: 100%;
	}
	.outer{
		min-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}


	#header{
		height: 6rem;
		padding: 1.5rem 0 0;
		display: block;
		position: fixed;
		left: 0;
		top: 0;
	}
	#header .logo{
		width: 12rem;
		margin: 0 0 0 1.5rem;
	}
	#site-ttl{
		font-size: 1rem;
		letter-spacing: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #f8f8fa;
		height: 4rem;
		display: flex;
		align-items: center;
		background: #005eac;
		position: absolute;
		left: auto;
		right: auto;
		top: 100%;
		bottom: auto;
	}
	#site-ttl span{
		padding: .5rem 1.5rem;
		line-height: 1.3;
		height: auto;
		justify-content: flex-start;		
	}

	nav{
		position: fixed;
		left: 100%;
		right: auto;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		display: block;
		background: rgba(68,68,68,90%);
		padding: 6rem 1.5rem;
		z-index: 98;
		transition: .4s all ease;
	}
	.opened nav{
		position: fixed;
		left: 40%;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		letter-spacing: .1em;
		display: block;
	}
	#global-navi{
		flex-direction: column;
		border-top: 1px solid rgba(248,248,250,.2);
	}
	#global-navi a{
		color: #fff;
		font-size: 1.4rem;
		letter-spacing: .1em;
	}
	#global-navi>li{
		border-bottom: 1px solid rgba(248,248,250,.2);
		padding: 0;
	}
	#global-navi>li>a{
		padding: 20px 0;
		display: flex;
		justify-content: stretch;
	}

	#menu-btn{
		width: 6rem;
		height: 6rem;
		position: absolute;
		right: 0;
		top: 0;
		background: #444;
		z-index: 99;
		transition: .15s all ease;
	}
	.opened #menu-btn{
		background: none;
	}
	#menu-btn span{
		width: 50%;
		height: 1px;
		background: #fff;
		display: block;
		position: absolute;
		right: 25%;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: .15s all ease;
	}
	#menu-btn span:nth-of-type(1){
		transform: translateY(-0.6rem);
	}
	#menu-btn span:nth-of-type(2){
		width: 33%;
	}
	#menu-btn span:nth-of-type(3){
		transform: translateY(.6rem);
		width: 16.5%;
	}
	#menu-btn.opened span:nth-of-type(1){
		transform: translateY(0) rotate(-45deg);
		width: 40%;
		left: 0;
		right: 0;
		margin: auto;
	}
	#menu-btn.opened span:nth-of-type(3){
		transform: translateY(0) rotate(45deg);
		width: 40%;
		left: 0;
		right: 0;
		margin: auto;
	}
	#menu-btn.opened span:nth-of-type(2){
		opacity: 0;
		filter: alpha(opacity=0);
		left: 0;
	}


/* +++++++++++++++++++++++#key-visual++++++++++++++++++++++ */
	#key-visual{
		padding: 0;
		height: auto;
		display: block;
	}
	#key-visual .pic{
		width: 100%;
		height: calc(100vw / 16 * 9);
	}
	#key-visual .txt{
		width: 100%;
		height: calc(100vw / 16 * 6);
		padding: 0 1.5rem;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}
	#page-ttl-en{
		font-size: 2.8rem;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 1rem;
	}
	#page-ttl-en:after{
		width: 3rem;
		margin: 1rem 0 0;
	}
	#page-ttl{
		height: auto;
		padding-top: 0;
		font-size: 1.2rem;
		line-height: 1.7;
	}

	#bread-crumbs{
		padding: 1.5rem 1.5rem .5rem;
	}
	#bread-crumbs li{
		line-height: 1.5;
		font-size: 1.1rem;
		padding-bottom: .7rem;
	}


	.sec{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}




	.pagenation{
		margin-top: 4rem;
		font-size: 1.2rem;
	}
	.pagenation li a{
		width: 1.5rem;
		height: 2rem;
	}
	.pagenation li{
		margin: 0 .8rem;
	}



	#contact-area{
		height: auto;
		padding:1.5rem;
	}
	#contact-area:before{
		display: none;
	}
	#contact-area .txt{
		width: auto;
		padding: 6rem 1.5rem 3rem;
		background: url(../images/contact-area-bg01.jpg) no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	#contact-area ul{
		width: 100%;
		display: block;
		padding: 0;
	}
	#contact-area ul li{
		width: 100%
	}
	#contact-area ul a{
		width: 100%;
		height: 12rem;
		margin: 0 auto !important;
		padding: 3rem 0 !important;
		text-align: center;
	}
	#contact-area li:nth-of-type(1) a{
		font-size: 1.8rem;
	}
	#contact-area li:nth-of-type(2) a{
		font-size: 1.8rem;
	}
	#contact-area li a span.en{
		font-size: 3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		background: none !important;
	}
	#contact-area li:nth-of-type(1) a .en:before{
		content: "";
		display: block;
		width: 1em;
		height: 100%;
		background: url(../images/mail-icon01.svg) no-repeat;
		background-position: left center;
		background-size: auto 50%;
	}
	#contact-area li:nth-of-type(2) a .en:before{
		content: "";
		display: block;
		width: 1em;
		height: 100%;
		background: url(../images/tel-icon01.svg) no-repeat;
		background-position: left center;
		background-size: auto 50%;
	}
	#contact-area ul li span{
		padding: .5rem 0 0;
		text-align: center;
		font-size: 1.4rem;
	}
	#contact-area ul:before{
		width: 100%;
		height: 1px;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#contact-area li:nth-of-type(1) a .en{
		margin: 0;
	}

	#contact-area li a .mg-bottom{
		margin-bottom:0;
	}

	#footer{
		padding-bottom: 1.5rem;
		margin-top: -12rem;
	}


/* +++++++++++++++++++++++footer++++++++++++++++++++++ */
	#footer{
		padding-top: 15rem;
		padding-bottom: 1.5rem;
		margin-top: -12rem;
	}
	#footer .inner{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	#footer .sitemap{
		width: 100%;
		padding: 3rem 0 0;
		flex-wrap: wrap;
		font-size: 1.1rem;
	}
	#footer .sitemap li{
		width: 33.333%;
		text-align: center;
		margin-bottom: 3rem;
	}
	#footer .company-data{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 3rem;
	}
	#footer .company-data a{
		width: 16rem;
		margin: 0 auto 1.5rem;
	}
	#footer .company-data a img{
		width: 100%;
		display: block;
	}
	#footer h2{
		font-size: 1.3rem;
		margin-top: 0;
	}
	#footer p{
		font-size: 1.3rem;
	}
	#footer .basepro-data img{
		height: auto;
		width: 100%;
	}
	#footer .basepro-data a{
		height: auto;
		width: 16rem;
		margin: 0 auto 1.5rem;
	}
	#footer .basepro-data{
		flex-direction: column;
		align-items: center;
	}
	#copyrights{
		font-size: 1rem;
	}

	main .btn01{
		margin: 3rem auto 0;
		width: 100%;
		height: 4rem;
	}
	main a.btn01:after{
		width: .4rem;
		height: .4rem;
		right: 1.5rem;
	}
	main{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.sec-ttl01{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	.sec-ttl01:before{
		font-size: 1.3rem;
	}
	.sec-ttl01:after{
		width: 2rem;
		height: .2rem;
	}
	.sec-ttl01 span{
		margin: .5rem 0 1rem;
	}
}

@media screen and (min-width: 768px){
#footer .br-sp {display: none; }
}


