@charset "utf-8";

body{
	font-family: "Noto Sans Japanese", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
}
a:hover{
	opacity: 0.7;
}

/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */

.wrap{
	position: relative;
	z-index: 1;
}

.contents{
	margin-left: auto;
	margin-right: auto;
}

/* 横幅全画面 */
.fullWidth{
	width: 100%;
}


.mincho{
	font-family: 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic{
	font-family: "Noto Sans Japanese", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.notosans {
	font-family: "Noto Sans Japanese";
}
.notoserif {
	font-family: 'Noto Serif Japanese';
}


/* ヘッダー ////////// */
.header{
	width: 100%;
}
.logo{
	display: block;
}
.english{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: 1em;
	color: #fff;
}
.english:after{
	display: inline-block;
	margin-left: 1em;
	line-height: 1;
	font-size: 50%;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f24d";
	vertical-align: middle;
}
/* ヘッダー ////////// */


/* navigation-drawer */
header{
	position: fixed;
	left: 0;
	top: 0;
	padding: 0;
	background: none;
	z-index: 100;
}
#nav-open{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
#nav-open:hover{
	opacity: 0.7;
}
#nav-open span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/btn-menu@2x.png) no-repeat center center;
	background-size: cover;
	border-radius: 0;
	transition: .5s;
}
#nav-input:checked + #nav-open span{
	background: url(../images/btn-close@2x.png) no-repeat center center;
	background-size: cover;
}
#nav-open span:before,
#nav-open span:after{
	content: none;
}
#nav-content{
	box-sizing: border-box;
}
#nav-content li:not(:last-child){
	margin-bottom: 2em;
}
#nav-content a{
	font-weight: 500;
}
#nav-content a:before{
	margin-right: 1em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
}
.footer-link a[target='_blank']:after,
.nav-footer a[target='_blank']:after,
#nav-content a[target='_blank']:after{
	display: inline-block;
	margin-left: 1em;
	line-height: 1;
	font-size: 50%;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f24d";
	vertical-align: middle;
}
/* navigation-drawer */


/* フッター ////////// */
.footer-link{
	background: #1a1a1a;
}
.footer-link a{
	color: #fff;
}
.footer{
	position: relative;
	box-sizing: border-box;
	background: #000;
}

.footer-top{
	border-bottom: 1px solid #333;
	background: #000;
}
.logo-footer{
	display: block;
}
.info-footer{
	color: #fff;
	line-height: 2;
}
.caution-footer{
	color: #aaa;
}
.nav-footer li:not(:last-child){
	margin-bottom: 1.5em;
}
.nav-footer a{
	color: #fff;
}

.copyright{
	background: #000;
}
.inner-copyright{
	align-items: center;
}
.copyright small{
	color: #aaa;
}

.list-sns{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
/* フッター ////////// */


/* 見出し */
.head-common{
	font-weight: 600;
	color: #0e586e;
	text-align: center;
	text-indent: -0.08em;
	letter-spacing: 0.08em;
}
.underline-head:after{
	content: "";
	display: block;
	width: 100%;
	margin-top: 0.5em;
	background: url(../images/underline-head.png) repeat center center;

}
/* 見出し */


/* 見出し */
.wrap-head-page{
	text-align: center;
}

.head-page{
	font-weight: 200;
	color: #fff;
	letter-spacing: .2em;

}
/* 見出し */


.text-page-top{
	color: #fff;
	line-height: 1.75;
}


/* 背景色 */
.bg-white{
	background: #fff;
}
.bg-gray{
	background: #eaeaea;
}
.bg-pink{
	background: #e96193;
}
.bg-beige{
	color: #fff;
	background: #a58860;
}
.bg-wine{
	color: #fff;
	background: #883d3a;
}
/* 背景色 */


/* 文字色 */
.color-red{
	color: #e6001b;
}
.color-blue{
	color: #036eb8;
}
/* 文字色 */


/* トップに戻るボタン */
.pagetop{
	position: fixed;
	z-index: 10;
}
/* トップに戻るボタン */


/* 固定サイドボタン */
.fixed-side{
	position: fixed;
	right: 0;
	top: 70px;
	z-index: 10;
}
/* 固定サイドボタン */


/* パンくず */
.breadcrumb{
	padding: 1em 0;
}
.breadcrumb li{
	display: inline-block;
}
.breadcrumb li:not(:first-child):before{
	font-family: FontAwesome;
	content: "\f105";
	margin: 0 0.5em;
}
.breadcrumb a:hover{
	text-decoration: underline;
}

.breadcrumb-bottom{
	border-bottom: 1px solid #eee;
}

/* パンくず */


/* ページ送り */
.pager{
	display: table;
	margin: 0 auto;
	text-align: center;
}
.pager li{
	display: inline-block;
	margin: 0 0.4em;
	vertical-align: middle;
}
.pager > li > *{
	color: #467484;
}
.page{
	display: block;
	background: #d7dde2;
	border-radius: 3px;
	box-sizing: border-box;
}
span.current,
.page.current,
.page:hover{
	color: #fff;
	background: #467484;
	opacity: 1;
}
.page-prev{
	margin-right: 30px;
}
.page-next{
	margin-left: 30px;
}
/* ページ送り */


/* ページメイン */
.main-top{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* ページメイン */


.text-common{
	line-height: 1.65;
}


/* ボタン */
.btn,
button.btn{
	position: relative;
	display: block;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;

	background: #009ae2; /* Old browsers */
	background: -moz-linear-gradient(left, #009ae2 0%, #0f9f8b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #009ae2 0%,#0f9f8b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #009ae2 0%,#0f9f8b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ae2', endColorstr='#0f9f8b',GradientType=1 ); /* IE6-9 */
}
.btn:hover,
button.btn:hover{
	opacity: .7;
}

.btn:before{
	position: absolute;
	left: 1.5em;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1em;
	line-height: 1;
}
/* ボタン */


/* 共通テーブル */
.table-common{
	width: 100%;
}
.table-common tr{
	border-bottom: 1px solid #d8d8d8;
}
.table-common tr:first-child{
	border-top: 1px solid #d8d8d8;
}
.table-common th{
	background: #f0f1f3;
}
.table-common th,
.table-common td{
	line-height: 1.8;
	box-sizing: border-box;
}
/* 共通テーブル */


/* fullpage */
#fp-nav{
	right: 40px;
}
#fp-nav ul li{
	margin: 12px 7px;
}
#fp-nav ul li a span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span{
	margin: -4px 0 0 -4px;
	width: 8px;
	height: 8px;
	background: #fff;
}
#fp-nav ul li a.active span:before{
	content: "";
	display: block;
	margin: -4px 0 0 -4px;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
}



.onepage-pagination{
	right: 40px;
}
.onepage-pagination li a{
	padding: 6px;
	width: 8px;
	height: 8px;
	color: #fff;
}
.onepage-pagination li a:before {
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,.85);
}
.onepage-pagination li a.active:before {
	border: 1px solid #fff;
}

/* fullpage */


/* NEWS&TOPICS */
.nav-news{
	display: flex;
	flex-flow: row wrap;
}
.nav-news a{
	display: block;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	box-sizing: border-box;
	letter-spacing: .05em;
}
.nav-news a:hover,
.nav-news a.current{
	color: #333;
	background: #fff;
	opacity: 1;
}


.box-news a{
	display: flex;
	color: #fff;
}
.box-news time,
.box-news p,
.box-news h3{
	line-height: 2;
}

.box-news p{
	text-align: center;
	border-radius: 2px;
}
.box-news h3{
	letter-spacing: .1em;
	text-decoration: underline;
}
.info,
.notice,
.press{
	background: #809cb0;
}
.event,
.guide,
.report{
	background: #b0809c;
}
.topics{
	background: #9cb080;
}
/* NEWS&TOPICS */


/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */



/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width: 641px) , print{
	body.corporate:not(.index){
		background: #000 url(../images/bg-corporate.jpg) no-repeat center top;
		background-size: cover;
		background-attachment: fixed;
	}

	/* 横幅全画面 */
	.fullWidth{
		min-width: 1240px;	/* 最低幅 表示エリアを指定 */
	}

	.contents{
		padding-left: 80px;
		padding-right: 80px;
		width: 1080px;
	}
	.inner-contents{
		padding: 0 25px;
		box-sizing: border-box;
	}

	.section-common{
		padding: 70px 0;
	}
	.section-page{
		padding: 175px 0 75px;
	}


	/* ヘッダー ////////// */
	.header h1{
		display: inline-block;
	}
	.logo{
		display: inline-block;
	}
	.english{
		right: 120px;
	}
	
	a[href^="tel:"] {
		pointer-events: none;
	}
	/* ヘッダー ////////// */


	/* navigation-drawer */
	.nav-drawer{
		padding: 30px 40px 15px;
		box-sizing: border-box;
	}
	#nav-open{
		width: 76px;
		height: 76px;
	}
	#nav-content{
		padding: 30px;
		width: 310px;
	}

	#nav-content a{
		font-size: 15px;
	}
	/* navigation-drawer */


	/* グローバルナビ ////////// */
	.global-nav{
		display: table;
		margin: 0 55px 0 30px;
		width: 480px;
		table-layout: fixed;
	}
	.global-nav > li{
		display: table-cell;

		border-right: 1px solid #663141;
		box-sizing: border-box;

	}
	.global-nav > li:first-child{
		border-left: 1px solid #663141;
	}
	.global-nav > li > a{
		position: relative;
		height: 150px;
		font-size: 16px;
		font-weight: bold;
		color: #362e2b;
		line-height: 78px;
		text-indent: 0.15em;
		letter-spacing: 0.15em;
		vertical-align: middle;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	.global-nav > li > a:before{
		content: "";
		display: inline-block;
		margin: 0.5em 0 1em;
		width: 14px;
		height: 11px;
		background: url(../images/icon-square.png) no-repeat center center;
		background-size: contain;
	}
	.global-nav a.current,
	.global-nav a:hover{
		opacity: 0.7;
	}


	#nav-content{
		top: 76px;
	}
	/* グローバルナビ ////////// */


	/* フッター ////////// */
	.footer-link{
		padding: 33px 0;
	}
	.nav-footer-link{
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-content: center;
	}
	.nav-footer-link > li{
		margin: 0 2em;
	}
	.nav-footer-link a{
		font-weight: bold;
		letter-spacing: .1em;
	}
	.footer-top{
		padding: 35px 0;
		box-sizing: border-box;
	}
	.inner-footer{
		position: relative;
		min-height: 160px;
	}

	.logo-footer{
		margin-bottom: 25px;
	}

	.corporate .nav-footer{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 55px;
		width: 400px;
	}

	.caution-footer{
		position: absolute;
		left: 0;
		bottom: 0;
		font-size: 12px;
	}
	.inner-copyright{
		padding: 33px 0;
	}

	.list-sns{
		margin: 0 -15px;
	}
	.list-sns > li{
		margin: 0 15px;
	}
	/* フッター ////////// */


	/* 見出し */
	.wrap-head-common{
		margin-bottom: 25px;
	}
	.head-common{
		font-size: 30px;
	}
	.underline-head:after{
		height: 6px;
	}
	/* 見出し */


	/* 見出し */
	.wrap-page-top{
		margin-bottom: 75px;
	}
	.wrap-head-page{
		margin-bottom: 35px;
	}
	.head-page{
		font-size: 16px;
	}
	
	.head-page-e{
		margin-bottom: 30px;
	}
	.head-page-e2{
		margin-bottom: 15px;
	}
	/* 見出し */


	/* トップに戻るボタン */
	.pagetop{
		right: 0;
		bottom: 0;
	}

	/* トップに戻るボタン */

	/* パンくず */
	.breadcrumb li:not(:first-child):before{
		font-size: 12px;
	}
	/* パンくず */


	/* ページ送り */
	.page,
	span.current{
		width: 30px;
		line-height: 30px;
	}
	/* ページ送り */


	/* ページメイン */
	.main-page .contents{
		height: 300px;
	}
	.company .main-page{
		background: url(../images/main-company.jpg) no-repeat center center;
		background-size: cover;
	}
	.main-top{
		left: 0;
	}
	/* ページメイン */


	/* ボタン */
	.wrap-btn{
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.index .btn,
	.news-single .btn {
    width: 220px;
    line-height: 56px;
    font-size: 14px;
	}
	/* ボタン */


	/* 共通テーブル */
	.table-common th{
		padding: 1em 2em;
		vertical-align: top;
		width: 200px;
	}
	.table-common td{
		padding: 1em 0 1em 3em;
	}
	/* 共通テーブル */


	/* NEWS&TOPICS */
	.nav-news{
		justify-content: center;
	}
	.news .nav-news{
		margin-bottom: 75px;
	}
	.index .nav-news li{
		margin: 0 20px;
	}
	.news .nav-news li{
		margin: 0 12px;
	}
	.index .nav-news a{
		padding: .5em 2.5em;
		font-size: 11px;
	}
	.news .nav-news a{
		padding: 1em;
		width: 150px;
	}


	.box-news a{
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.index .box-news a{
		padding: 10px 0;
	}
	.news .box-news a{
		padding: 20px 60px;
	}
	.index .box-news time{
		font-size: 11px;
		line-height: 30px;
	}
	.news .box-news time{
		font-size: 15px;
	}
	.box-news div{
		margin: .25em 0;
	}
	.box-news p{
		width: 110px;
		font-size: 12px;
	}
	.index .box-news h3{
		width: 850px;
		letter-spacing: .2em;
	}
	.news .box-news h3{
		width: 735px;
		font-size: 15px;
		letter-spacing: .1em;
	}
	/* NEWS&TOPICS */
}
/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */



/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 640px){
	body{
		position: relative;
		padding-top: 14.5vw;
	}
	body.corporate:not(.index):before{
		content: "";
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background: #000 url(../images/bg-corporate@2x.jpg) no-repeat center top;
		background-size: cover;
		z-index: 0;
	}

	.sp-contents{
		margin-left: auto;
		margin-right: auto;
		width: 92%;
	}
	.sp-inner{
		padding-left: 2.5%;
		padding-right: 2.5%;
	}


	.section-common{
		padding: 10vw 0;
	}
	.section-page{
		padding: 10vw 0 ;
	}

	/* ヘッダー ////////// */
	.header{
		background: #000;
	}

	.logo{
		display: inline-block;
		padding: 4vw;
	}
	.logo img{
		width: auto;
		height: 6.5vw;
	}
	.english{
		right: 22vw;
	}
	/* ヘッダー ////////// */


	/* navigation-drawer */
	#nav-open{
		width: 14.5vw;
		height: 14.5vw;
	}
	#nav-open img{
		width: 100%;
		height: auto;
	}
	#nav-content{
		top: 14.5vw;
	}

	.nav-open{
		position: absolute;
		right: 4vw;
		top: 6vw;
		margin: auto;
		cursor: pointer;
		z-index: 105;
	}
	#nav-content{
		padding: 7.3vw;
		width: 85vw;
	}
	#nav-content a{
		font-size: 4vw;
	}
	/* navigation-drawer */


	/* モバイルナビ ////////// */

	.sp-nav{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		padding: 20vw 8vw 8vw 8vw;
		width: 100%;
		height: 100%;
		background: url(../images/bg-body.png) repeat center center;
		z-index: 100;
		box-sizing: border-box;
	}

	.nav-common li:last-child{
		border-bottom: 1px solid #dfdede;
	}
	.nav-common li{
		border-top: 1px solid #dfdede;
	}

	.nav-common > li{
		padding: 1em;
	}
	.nav-common > li > a{
		display: block;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.nav-common > li > a:before{
		content: "";
		display: inline-block;
		margin-right: 1em;
		width: 1rem;
		height: 1.8rem;
		background: url(../images/icon-square.png) no-repeat center center;
		background-size: contain;
	}

	.menu__bodyInner{
		position: relative;
		height: 100%;
		overflow-y: scroll;
	}
	/* モバイルナビ ////////// */


	/* フッター ////////// */
	.footer-link{
		position: relative;
		padding: 8.5vw 0;
		border-top: 1px solid #333;
		text-align: center;
	}
	.footer-link li:not(:last-child){
		margin-bottom: 1em;
	}
	.footer-link a,
	.nav-footer a{
		display: block;
		font-size: 3.2vw;
		line-height: 2;
	}

	.footer{
		box-sizing: border-box;
		text-align: center;
	}
	.footer-top{
		padding: 8vw 0 ;
	}
	.logo-footer{
		display: block;
		margin: 0 auto 5vw;
		width: 30vw;
	}

	.info-footer{
		margin-bottom: 1em;
		font-size: 3.2vw;
		line-height: 1.75;
	}
	.caution-footer{
		font-size: 2.7vw;
	}

	.nav-footer{
		margin: 0 0 11vw;
	}

	.list-sns{
		justify-content: center;
		margin-bottom: 5vw;
	}
	.list-sns > li{
		margin: 0 5vw;
	}
	.list-sns img{
		width: 8.5vw;
		height: auto;
	}

	.copyright{
		padding: 7.5vw 0;
	}
	.copyright small{
		display: block;
		font-size: 2.7vw;
	}

	/* フッター ////////// */


	/* 見出し */
	.wrap-head-common{
		margin-bottom: 1em;
	}
	.head-common{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.25;
	}
	.underline-head:after{
		height: 1vw;
	}
	/* 見出し */


	/* 見出し */
	.wrap-page-top{
		margin-bottom: 10vw;
	}
	.wrap-head-page{
		margin-bottom: 1.5em;
	}
	.head-page{
		font-size: 4vw;
	}
	.head-page-e{
		margin-bottom: 6vw;
		width: auto;
		height: 7vw;
	}
	.head-page-e2{
		margin-bottom: 4vw;
		height: 8vw;
	}
	/* 見出し */


	/* パンくず */
	.breadcrumb{
		margin: 0.5em 0;
	}
	.breadcrumb li:not(:first-child):before{
		font-size: 3vw;
	}
	.breadcrumb a,
	.breadcrumb span{
		font-size: 3vw;
	}
	/* パンくず */


	/* トップに戻るボタン */
	.pagetop{
		right: 4vw;
		bottom: 15vw;
	}
	.pagetop img{
		width: 10vw;
		height: 10vw;
	}
	/* トップに戻るボタン */


	/* ページ送り */
	.products.archive .pager {
		margin-bottom: 10vw;
	}
	.page,
	span.current{
		width: 32px;
		line-height: 2;

	}
	/* ページ送り */


	.arrow-white-right:after{
		width: 2vw;
		height: 4vw;
	}
	.arrow-navy-up:after{
		width: 5vw;
		height: 3vw;
	}


	/* ボタン */
	button.btn{
		width: 100%;
		font-size: 3.6vw;
	}

	.index .btn,
	.news-single .btn {
    padding: 1em;
    font-size: 4vw;
    line-height: 2;
	}
	/* ボタン */


	/* 共通テーブル */
	.table-common th{
		padding: 0.75em 1em;
	}
	.table-common td{
		padding: 1em;
	}
	/* 共通テーブル */


	/* NEWS&TOPICS */
	.nav-news{
		justify-content: space-between;
	}
	.index .nav-news{
		margin-bottom: 7.5vw;
	}
	.news .nav-news{
		margin-bottom: 10vw;
	}
	.nav-news a{
		padding: .5em;
		width: 100%;
	}

	.box-news a{
		flex-flow: row wrap;
		padding: 5vw 0;
	}
	.box-news time{
		margin-right: 2em;
	}
	.box-news p{
		width: 28vw;
		font-size: 3vw;
	}
	.box-news h3{
		padding-top: .5em;
	}
	/* NEWS&TOPICS */
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
