﻿@charset "utf-8";
/* CSS Document */
/*====================================
Reset
====================================*/
html{
	width: 100%;
	font-size:2.41546vw; /* 1rem=10px */
	font-weight:400;
}
@media screen and (min-width: 1000px) {
	html{
		font-size: 10px;
	}
}
body{
	min-width: 320px;
	line-height: 1;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	font-family: 'Noto Sans JP',"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	width: 100%;
}
img,
input[type="image"],
a svg,
a path{
	transition: 0.5s  all ease;
}
a:not(.js--to_top){
	text-decoration: none;
	color:inherit;
	transition:0.5s all ease;
}
@media screen and (min-width: 1000px) {
	a:hover img:not(.rollover):not(.not_op){
		opacity: 0.7;
	}
}
.auto_kerning{
	font-feature-settings : "palt" 1;
}
.flex{
	display:flex;
}
.flex_spbtw{
	display: flex;
	justify-content: space-between;
}
.ti{
	text-indent:-1em;
	padding-left: 1em;
}
a, input,
.slider_prev,
.slider_next{
	-webkit-tap-highlight-color:rgba(0,0,0,0); /* ハイライトカラー無効化 */
	 outline: 0;
}
::selection {
	background: #C8CDE5;
}


/*====================================
Common
====================================*/
.cmn_width{
}
.contents_inner{
	padding:0 4.83vw;
}
#wrap{
	position: relative;
	overflow:hidden;
	z-index: 1;
}
.anchor{
	display: block;
	width: 0;
	height: 0;
}
@media screen and (min-width: 1000px) {
	.cmn_width{
		width: 980px;
		margin: 0 auto;
	}
	.contents_inner{
		padding:0;
	}
}
@media screen and (min-width: 1150px) {
	#wrap{
		padding-left: 160px;
	}
}

/* パンクズ
--------------------------------------*/
.bread{
	padding-top: 2.415vw;
	font-size: 1rem;
	text-align: right;
}

@media screen and (min-width: 1000px) {
	.bread{
		padding-top: 10px;
		font-size: 10px;
	}
	.bread a{
		text-decoration: none;
	}
	.bread a:hover{
		text-decoration: underline;
	}
}

/* 共通ボタン
--------------------------------------*/
.cmn_btn1{
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}
.cmn_btn1 span{
	display: none;
}
@media screen and (min-width: 1150px) {
	.cmn_btn1 span{
		content:'';
		display: block;
		position: absolute;
		pointer-events: none;
		z-index: -1;
		transition:all 0.3s ease;
		width: 0;
		height: 100%;
		transform:skewX(25deg);
		top: 0;
		left: -10%;
		background-color: #253897;
		opacity: 0;
	}
	.cmn_btn1:hover span{
		width: 120%;
		opacity: 1;
	}
}


/* 下層共通ページタイトル
--------------------------------------*/
.sec_page_ttl{
	position: relative;
}
.sec_page_ttl:after{
	content:'';
	position: absolute;
	display: block;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../img/common/page_ttl_cover.png);
	background-size: 2px 2px;
}
.sec_page_ttl .page_ttl{
	position: absolute;
	width: 100%;
	text-align: center;
	color:#FFF;
	font-size: 2.3rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition:all 0.5s ease-in;
	transition-delay: 0.9s;
	z-index: 2;
}
@media screen and (min-width: 1000px) {
	.sec_page_ttl{
		position: relative;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 100%;
		height: 240px;
	}
	.sec_page_ttl:after{
		background-size: 4px 4px;
	}
	.sec_page_ttl .sp{
		display: none;
	}
	.sec_page_ttl .page_ttl{
		font-size: 36px;
	}
}



/* 共通アニメーション
--------------------------------------*/
@keyframes arrow_hover1{
	0%{
		transform:translateY(-50%) rotate(45deg);
	}
	15%{
		transform:translateX(-1px) translateY(-50%) rotate(45deg);
	}
	55%{
		transform:translateX(5px) translateY(-50%) rotate(45deg);
	}
	100%{
		transform:translateY(-50%) rotate(45deg);
	}
}


/*====================================
header
====================================*/
header{
	width: 100%;
}
header .header_inner{
	position: relative;
	transition:all 0.5s;
	box-sizing:border-box;
	display: flex;
	z-index: 100;
	height: 60px;
}
header .header_inner .header_logo{
	height: 60px;
	padding-top: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 101;
}
header .header_inner .header_logo img{
	width: 123px;
}
header .header_logo img.pc{
	display: none;
}
header .gnav.pc,
header .header_btn.pc,
header .header_sns.pc,
header .header_line.pc{
	display: none;
}

@media screen and (min-width: 1150px) {
	header:after{
		content:'';
		position: fixed;
		pointer-events: none;
		top: 0;
		left: 0;
		width: 160px;
		height: 100%;
		background-color: #fff;
		z-index: 2;
		border-right: solid 1px #DFDFDF;
	}
	header .header_inner{
		position: fixed;
		width: 160px;
		height: 100%;
		text-outline: 0;
		top: 0px;
		left: 0;
		display: block;
		transition:all 0.3s;
		transition-delay: 1.1s;
		transform: translateY(10px);
		opacity: 0;
	}
	.loaded header .header_inner{
		transform: translateY(0);
		opacity: 1;
	}
	header .header_inner:after{
		display: none;
	}
	header .header_inner .header_logo{
		width: 100%;
		height: auto;
		padding: 50px 30px 25px 30px;
		box-sizing: border-box;
	}
	header .header_logo img.sp{
		display: none;
	}
	header .header_logo img.pc{
		display: block;
		width: 102px;
	}

	header .gnav.pc{
		display: block;
		margin-bottom: 55px;
	}
	header .gnav .nav_box{
		position: relative;
	}
	header .gnav .nav_box.have_nav_item:after{
		content:'';
		display: block;
		position: fixed;
		background-color: rgba(37,56,151,0.8);
		z-index: 99;
		width: 0;
		height: 100vh;
		top: 0;
		left: 160px;
		transition:0.3s all ease-in-out;
	}
	header .gnav .nav_box.have_nav_item:hover:after{
		content:'';
		width: 160px;
	}
	header .gnav .nav{
		text-align: center;
		padding:20px 10px 20px 0;
		font-size: 14px;
		display: block;
		width: 100%;
		position: relative;
		box-sizing: border-box;
		transition:0.3s all ease-in-out;
	}
	header .gnav .nav_box.have_nav_item .nav:after{
		content:'';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 7px;
		height: 7px;
		border-top: solid 2px #999;
		border-right: solid 2px #999;
		top: 50%;
		right: 30px;
		transform:translateY(-50%) rotate(45deg);
		transition:0.3s all ease-in-out;
	}
	header .gnav .nav_box:hover .nav{
		background-color: #253897;
		color:#FFF;
	}
	header .gnav .nav_box:hover .nav:after{
		border-color: #FFF;
		animation:have_nav_item_arrow 0.6s ease-in-out;
	}
	header .gnav .nav svg{
		position: absolute;
		width: 9px;
		height: 8px;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	header .gnav .nav svg path{
		fill:#999;
		transition:all 0.3s;
	}
	header .gnav .nav_box:hover svg path{
		fill:#FFF;
	}
	header .gnav .nav_box .nav_item{
		opacity: 0;
		pointer-events:none;
		position: absolute;
		top: 0;
		left: 160px;
		transform:translateX(-10px);
		z-index: 101;
		width: 160px;
	}
	header .gnav .nav_box:hover .nav_item{
		opacity: 1;
		pointer-events:auto;
		transform:translateX(0px);
		transition:0.5s all ease-in-out;
	}
	header .gnav .nav_box .nav_item li a{
		display: block;
		padding: 20px 22px;
		color:#FFF;
		font-size: 14px;
		box-sizing: border-box;
	}
	header .gnav .nav_box .nav_item li a span{
		position: relative;
		display: inline-block;
	}
	header .gnav .nav_box .nav_item li a span:after{
		content:'';
		display: block;
		position: absolute;
		left: 0;
		bottom: -5px;
		background-color:#FFF;
		opacity: 0.5;
		width: 0;
		height: 1px;
		transition:all 0.3s ease-in-out;
	}
	header .gnav .nav_box .nav_item li a:hover span:after{
		content:'';
		width: 100%;
	}

	header .header_btn.pc{
		display: block;
		margin-bottom: 30px;
		padding: 0 20px;
	}
	header .header_btn .btn{
		display: block;
		color:#999;
		font-size: 14px;
		border:solid 1px #999;
		text-align: center;
		padding-top: 12px;
		padding-bottom: 12px;
		font-weight: 500;
	}
	header .header_btn .btn:not(:last-child){
		margin-bottom: 10px;
	}
	header .header_btn .btn:hover{
		color:#FFF;
	}

	header .header_sns.pc {
		display: flex;
		justify-content: center;
	}
	header .header_sns .btn{
		position: relative;
	}
	header .header_sns .btn:first-child{
		margin-right: 12px;
	}
	header .header_sns .btn img{
		width: auto;
		height: 22px;
		transition:all 0.3s ease-in;
	}
	header .header_sns .btn .on{
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	header .header_sns a.btn:hover .off{
		opacity: 0;
	}
	header .header_sns a.btn:hover .on{
		opacity: 1;
	}

	header .header_line.pc{
		display: block;
		margin-top: 30px;
	}
	header .header_line .bnr{
		width: 120px;
		display: block;
		margin: 0 auto;
	}
	header .header_line .bnr .ttl_wrap{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 7px;
	}
	header .header_line .bnr .ttl_wrap .icon{
		width: 25px;
	}
	header .header_line .bnr .ttl_wrap .txt{
		font-size: 13px;
		font-weight: 500;
	}
}

@media screen and (min-width: 1150px) and (max-height: 800px) {
	header .gnav.pc{
		margin-bottom: 40px;
	}
	header .header_line.pc{
		margin-top: 20px;
	}
}

@keyframes have_nav_item_arrow{
	0%{
		transform:translateY(-50%) rotate(45deg);
	}
	50%{
		transform:translateX(7px) translateY(-50%) rotate(45deg);
	}
	100%{
		transform:translateY(-50%) rotate(45deg);
	}
}



/*===============================
hamburger menu
===============================*/
.js--hamburger{
	position: fixed;
	width: 43px;
	height: 43px;
	top: 10px;
	right: 10px;
	z-index: 1999;
}
.js--hamburger:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events:none;
	z-index: -1;
	background-color: rgba(255,255,255,0.85);
	transition:all 0.2s ease-in-out;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
}
body:not(.top_body) .js--hamburger:after,
.js--hamburger.is--active:after{
	height: 100%;
}
.js--hamburger span{
	position: absolute;
	top: 12px;
	right: 9px;
	width: 25px;
	height:2px;
	background-color:#253897;
	transition: all 0.3s ease-in-out;
}
.top_body .js--hamburger:not(.is--active):not(.is--open) span{
	background-color:#FFF;
}
.js--hamburger.is--open span:first-child{
	transform:translateY(11px) rotate(-45deg);
}
.js--hamburger span:nth-child(2){
	top: 20px;
}
.js--hamburger.is--open span:nth-child(2){
	opacity: 0;
}
.js--hamburger span:last-child{
	top: 29px;
}
.js--hamburger.is--open span:last-child{
	transform:translateY(-5px) rotate(45deg);
}

#menu{
	z-index:1900;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	background-color: #FFF;
	display: none;
	padding-bottom: 65px;
}
#menu,
#menu *{
	box-sizing: border-box;
}
#menu .menu_head{
	position: relative;
	width: 100%;
	height: 60px;
	box-sizing:border-box;
	padding-top: 15px;
	padding-left: 15px;
}
#menu .menu_head .logo{
	width: 123px;
}
#menu .menu_inner{
	overflow-y:scroll;
	width: 334px;
	margin: 0 auto;
	height: calc(100vh - 100px);
	padding-top: 5px;
	padding-bottom: 30px;
}
#menu .blc_link{
	margin-bottom: 30px;
}
#menu .blc_link .link_box{
	padding:20px;
	font-size: 17px;
	color:#666;
	position: relative;
	display: block;
	transition: all 0.3s ease-in;
}
#menu .blc_link .link_box:not(:last-child){
	border-bottom: solid 1px #D4D4D4;
}
#menu .blc_link .link_p:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 14px;
	height: 14px;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	top: 50%;
	right: 10px;
	transform:translateY(-50%) rotate(45deg);
	transition: all 0.3s ease-in;
}
#menu .blc_link .link_p.on{
	color:#253897;
	border-color: #253897 ;
}
#menu .blc_link .link_p.on:after{
	border-color: #253897 ;
	transform:translateY(-10%) rotate(-135deg);
}
#menu .blc_link .link_cbox{
	padding:20px 30px 5px 30px;
	display: none;
}
#menu .blc_link .link_cbox ul{
	display: flex;
	flex-wrap:wrap;
}
#menu .blc_link .link_cbox li{
	width: 50%;
	margin-bottom: 25px;
	padding-right: 10px;
	box-sizing: border-box
}
#menu .blc_link .link_cbox li a{
	display: block;
	color:#253897;
	font-size: 15px;
	line-height: 1.2;
	padding-left: 1em;
	position: relative;
}
#menu .blc_link .link_cbox li a:before{
	content:'>';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

#menu .blc_btn{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#menu .blc_btn .btn{
	display: block;
	width: 160px;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	box-sizing: border-box;
	color:#999999;
	font-size: 15px;
	border: solid 1px #999;
}

#menu .blc_sns{
	display: flex;
	justify-content:center;
}
#menu .blc_sns .btn:first-child{
	margin-right: 37px;
}
#menu .blc_sns .btn img{
	width: auto;
	height: 35px;
}

#menu .blc_line{
	margin-top: 40px;
}
#menu .blc_line .bnr{
	width: 219px;
	display: block;
	margin: 0 auto;
}
#menu .blc_line .bnr .ttl_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
#menu .blc_line .bnr .ttl_wrap .icon{
	width: 41px;
}
#menu .blc_line .bnr .ttl_wrap .txt{
	font-size: 24px;
	font-weight: 500;
}

@media screen and (min-width: 600px) {
	#menu .menu_inner{
		width: 500px;
		margin: 0 auto;
		height: calc(100vh - 130px);
	}
	#menu .blc_btn{
		justify-content: center;
	}
	#menu .blc_btn .btn:first-child{
		margin-right: 20px;
	}
}
@media screen and (min-width: 1150px) {
	.js--hamburger{
		display: none !important;
	}
}


/*===============================
Footer
===============================*/
.bnr-float{
	position: fixed;
	z-index: 501;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 14.49vw;
}
.bnr-float .bnr-factory-renovation{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
}
.bnr-float .bnr-factory-renovation .txt{
	font-size: 2rem;
}
.bnr-float .bnr-factory-renovation .icon{
	position: absolute;
	width: auto;
	height: 2.05vw;
	top: calc((100% - 2.05vw) / 2);
	right: 4.83vw;
}

@media screen and (max-width: 599px) {
	.bnr-float .pc{
		display: none;
	}
}

@media screen and (min-width: 600px) {
	.bnr-float{
		width: 260px;
		height: 130px;
	}
	.bnr-float .sp{
		display: none;
	}
	.bnr-float .bnr-factory-renovation{
		flex-direction: column;
		background: url(../img/common/bnr-factory-renovation-img.jpg) no-repeat center center;
		background-size: cover;
		transition: opacity .3s ease;
	}
	.bnr-float .bnr-factory-renovation:hover{
		opacity: 0.7;
	}
	.bnr-float .bnr-factory-renovation .txt{
		font-size: 20px;
	}
	.bnr-float .bnr-factory-renovation .txt2{
		margin-top: 15px;
	}
	.bnr-float .bnr-factory-renovation .txt2 span{
		position: relative;
		font-size: 15px;
	}
	.bnr-float .bnr-factory-renovation .txt2 .icon{
		height: 8.5px;
		top: calc((100% - 8.5px) / 2);
		right: -17px;
	}
}

footer{
	position: relative;
	background-color: #253897;
	padding: 9.66vw 4.83vw;
	padding-bottom: calc(4.83vw + 14.49vw);
	color:#FFF;
}
footer .js--to_top{
	width: 43px;
	height: 20px;
	position: fixed;
	right: 10px;
	bottom: 15px;
	z-index: 500;
	display: block;
}
footer .js--to_top:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 18px;
	height: 18px;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	top: 6px;
	left: 13px;
	transform:rotate(43deg) skewX(-5deg) ;
}
footer .js--to_top.footer_fixed{
	top: -30px;
	position: absolute;
}
footer .blc_relation{
	margin-bottom: 9.66vw;
}
footer .blc_relation .blc_ttl{
	margin-bottom: 4.83vw;
	position: relative;
	font-size: 1.6rem;
	text-align: center;
}
footer .blc_relation .blc_ttl:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	background-color: #fff;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
footer .blc_relation .blc_ttl span{
	position: relative;
	display: inline-block;
	padding:0 3.01vw;
	background-color: #253897;
	z-index: 1;
}
footer .blc_relation .bnr{
	height: 12vw;
	background-color: #fff;
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	padding: 2.77vw 1.93vw;
}
footer .blc_relation .bnr:not(:last-child){
	margin-bottom: 10.2vw;
}
footer .blc_relation .bnr .icon{
	width: 6.64vw;
}
footer .blc_relation .bnr .name{
	font-size: 1.5rem;
	color:#000;
	/* width: 35.02vw; */
	margin-left: 1.8vw;
}
footer .blc_relation .bnr .txt{
	flex:1;
	color:#666;
	font-size: 1rem;
	line-height: 1.5;
}
footer .blc_relation .bnr svg{
	position: absolute;
	width: 1.81vw;
	height: 1.69vw;
	bottom: 1.81vw;
	right: 1.81vw;
}
footer .blc_relation .bnr svg path{
	fill: #999;
}

footer .blc_link.pc{
	display: none;
}

footer .blc_logo{
	margin-bottom: 9.05vw;
}
footer .blc_logo .box_logo{
	margin-bottom: 6.03vw;
	display: flex;
	align-items: center;
}
footer .blc_logo .box_logo .logo{
	width: 35.38vw;
	display: block;
}
footer .blc_logo .box_logo .txt{
	color:#FFF;
	font-size: 1rem;
	line-height: 1.8;
	padding-left: 3.62vw;
}
footer .blc_logo .box_logo .txt .address{
	margin-left: -0.5em;
}
footer .blc_logo .box_kikaku{
	display: flex;
	justify-content: center;
}
footer .blc_logo .box_kikaku .bnr1{
	width: 36.7vw;
}
footer .blc_logo .box_kikaku .bnr2,
footer .blc_logo .box_kikaku .bnr3{
	width: 13.4vw;
}
footer .blc_logo .box_kikaku .bnr4{
	width: 11.95vw;
}
footer .blc_logo .box_kikaku .bnr:not(:last-child){
	margin-right: 1.2vw;
}

footer .blc_other_link.pc{
	display: none;
}

footer .copyright{
	font-size: 1rem;
	text-align: center;
}

@media screen and (min-width: 600px) {
	footer .blc_logo .box_logo{
		justify-content: center;
	}
}

@media screen and (min-width: 1000px) {
	footer{
		padding: 80px 0 ;
	}
	footer .js--to_top{
		width: 53px;
		height: 30px;
		right: 30px;
		bottom: 40px;
	}
	footer .js--to_top:after{
		width: 28px;
		height: 28px;
	}
	footer .js--to_top.footer_fixed{
		top: -40px;
	}
	footer .blc_relation{
		margin-bottom: 100px;
	}
	footer .blc_relation .box_bnr{
		display: flex;
		justify-content: space-between;
	}
	footer .blc_relation .blc_ttl{
		margin-bottom: 30px;
		font-size: 24px;
	}
	footer .blc_relation .blc_ttl span{
		padding:0 20px;
	}
	footer .blc_relation .bnr{
		width: 314px;
		height: 100px;
		padding: 10px 0px 20px;
		box-sizing: border-box;
	}
	footer .blc_relation .bnr:hover{
		opacity: 0.7;
	}
	footer .blc_relation .bnr:not(:last-child){
		margin-bottom: 0;
	}
	footer .blc_relation .bnr .icon{
		width:auto;
		height: 44px;
		margin: 0 auto 5px;
	}
	footer .blc_relation .bnr:nth-child(3) .icon {
		box-sizing: border-box;
		padding: 7px 0;
	}
	footer .blc_relation .bnr .icon img{
		width: auto;
		height: 100%;
	}
	footer .blc_relation .bnr .name{
		font-size: 17px;
		width: auto;
	}
	footer .blc_relation .bnr .txt{
		font-size: 13px;
	}
	footer .blc_relation .bnr svg{
		width: 10px;
		height: 9px;
		bottom: 10px;
		right: 10px;
	}

	footer .ll_blc_wrap{
		display: flex;
		padding-bottom: 80px;
	}
	footer .blc_link.pc{
		flex:1;
		padding-left: 20px;
		padding-right: 20px;
		display: flex;
	}
	footer .blc_link .box1{
		width: 144px;
	}
	footer .blc_link .box2,
	footer .blc_link .box3,
	footer .blc_link .box4{
		width: 142px;
	}
	footer .blc_link .list_ttl{
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 13px;
	}
	footer .blc_link .list li:not(:last-child){
		margin-bottom: 10px;
	}
	footer .blc_link .list li a{
		padding-left: 1em;
		font-size: 13px;
		line-height: 1.85;
		position: relative;
	}
	footer .blc_link .list li a:before{
		content:'>';
		position: absolute;
		display: block;
		top: 0;
		left: 0;
	}
	footer .blc_link .box4 .list{
		margin-bottom: 33px;
	}
	footer .blc_link .box4 .link{
		font-size: 15px;
		font-weight: 500;
		display: block;
	}
	footer .blc_link .box4 .link:not(:last-child){
		margin-bottom: 33px;
	}
	footer .blc_link a:hover{
		text-decoration: underline;
	}

	footer .blc_logo{
		width: 280px;
		margin-bottom: 0;
	}
	footer .blc_logo .box_logo{
		margin-bottom: 25px;
		display: block;
	}
	footer .blc_logo .box_logo .logo{
		width: 270px;
		margin-bottom: 10px;
	}
	footer .blc_logo .box_logo .txt{
		font-size: 13px;
		padding-left: 0;
	}

	footer .blc_logo .box_kikaku{
		display: flex;
		justify-content: flex-start;
	}
	footer .blc_logo .box_kikaku .bnr1{
		width: 152px;
	}
	footer .blc_logo .box_kikaku .bnr2,
	footer .blc_logo .box_kikaku .bnr3{
		width: 81px;
	}
	footer .blc_logo .box_kikaku .bnr4{
		width: 72px;
	}
	footer .blc_logo .box_kikaku .bnr:not(:last-child){
		margin-right: 7px;
	}

	footer .blc_other_link.pc{
		display: block;
		text-align: right;
	}
	footer .blc_other_link a{
		display: inline-block;
		color:#FFF;
		padding-left: 1em;
		position: relative;
	}
	footer .blc_other_link a:hover{
		text-decoration: underline;
	}
	footer .blc_other_link a:before{
		content:'>';
		position: absolute;
		display: block;
		top: 0;
		left: 0;
	}
	footer .blc_other_link a:not(:last-child){
		margin-right: 18px;
	}

	footer .copyright{
		font-size: 10px;
		margin-top: -1em;
	}
}

@media screen and (min-width: 1150px) {
	footer{
		padding: 80px 0 80px 160px;
		padding-bottom: calc(80px + 130px);
	}
}


/*===============================
Slider
===============================*/
.slider_prev,
.slider_next{
	width: 13px;
	height: 30px;
	position: absolute;
	z-index: 2;
}
.slider_prev:after,
.slider_next:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 18px;
	height: 18px;
}
.slider_prev:after{
	border-top: solid 1px #253897;
	border-left: solid 1px #253897;
	top: 5px;
	left: 3px;
	transform:rotate(-50deg) skewX(-10deg) ;
}
.slider_next:after{
	border-top: solid 1px #253897;
	border-right: solid 1px #253897;
	top: 5px;
	right: 3px;
	transform:rotate(50deg) skewX(10deg) ;
}
@media screen and (min-width: 1000px) {
	.slider_prev,
	.slider_next{
		width: 19px;
		height: 51px;
	}
	.slider_prev:after,
	.slider_next:after{
		width: 27px;
		height: 27px;
	}
	.slider_prev:after{
		top: 11px;
		left: 4px;
		transform:rotate(-50deg) skewX(-10deg) ;
	}
	.slider_next:after{
		top: 11px;
		right: 4px;
		transform:rotate(50deg) skewX(10deg) ;
	}
}


/*===============================
popup
===============================*/
.popup{
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:9999;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}
.popup.is--active{
	opacity: 1;
	pointer-events: auto;
	visibility: inherit;
}
.popup_inner{
	width: 92.75vw;
	max-height: 85vh;
	margin:0 auto;
	box-sizing:border-box;
	padding:6.64vw 9.66vw 6.03vw 9.66vw;
	background-color: #fff;
}
.popup .close{
	position: absolute;
	width: 43px;
	height: 43px;
	right: -5px;
	top:-53px;
	transition:all 0.3s ease;
	display:block;
	cursor:pointer;
}
.popup .close span{
	position: absolute;
	top: 12px;
	right: 9px;
	width: 25px;
	height:2px;
	background-color:#FFF;
	pointer-events: none;
}
.popup .close span:first-child{
	transform:translateY(11px) rotate(-45deg);
}
.popup .close span:last-child{
	top: 29px;
	transform:translateY(-5px) rotate(45deg);
}
@media screen and (min-width: 1000px) {
	.popup{
		padding-left: 160px;
	}
	.popup_inner{
		width: 880px;
		max-height: 90vh;
		padding:80px 80px 50px 80px;
		box-sizing: border-box;
	}
	.popup .close{
		width: 50px;
		height: 50px;
		right: -0px;
		top:-65px;
	}
	.popup .close span{
		width: 60px;
		right: -7px;
	}
}

/* スライダー
--------------------------------------*/
.popup .slider_prev,
.popup .slider_next{
	top: 30.19vw;
	width: 3.01vw;
	position: absolute;
	pointer-events: auto;
}
.popup .slider_prev{
	left: 3vw;
}
.popup .slider_next{
	right: 3vw;
}


@media screen and (min-width: 1000px) {
	.popup .slider_prev,
	.popup .slider_next{
		width: 44px;
		height: 44px;
		top:280px;
		cursor: pointer;
	}
	.popup .slider_prev{
		left: 50px;
	}
	.popup .slider_next{
		right: 50px;
	}
}


/*===============================
ページャー
===============================*/
.wp-pagenavi{
	text-align:center;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	display:inline-block;
	width: 12.92vw;
	height: 12.07vw;
	line-height: 12.07vw;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.7rem;
}
.wp-pagenavi .current{
	text-decoration: underline;
}

.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink{
	font-size: 0;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	position: relative;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 9px;
	height: 9px;
	border-top: solid 1px #333;
	top: 50%;
	left: 50%;
}
.wp-pagenavi .previouspostslink:after{
	border-left: solid 1px #333;
	transform: translate(-30% , -50%) rotate(-45deg);
}
.wp-pagenavi .nextpostslink:after{
	border-right: solid 1px #333;
	transform: translate(-70% , -50%) rotate(45deg);
}

@media screen and (min-width: 1000px) {
	.wp-pagenavi .pages,
	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .page,
	.wp-pagenavi .current,
	.wp-pagenavi .extend,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.wp-pagenavi .previouspostslink:after,
	.wp-pagenavi .nextpostslink:after{
		width: 9px;
		height: 9px;
	}
	.wp-pagenavi .previouspostslink:after{
		transform: translate(-30% , -50%) rotate(-45deg);
	}
	.wp-pagenavi .nextpostslink:after{
		transform: translate(-70% , -50%) rotate(45deg);
	}
}


/*===============================
works archive
===============================*/
.sec_works_archive{
}
.sec_works_archive .category_ttl{
	background-color: #253897;
	color:#FFF;
	font-size: 2.1rem;
	font-weight: 500;
	text-align: center;
	padding:3.01vw;
}
.sec_works_archive .term_list{
	padding-top: 4.83vw;
	padding-bottom: 7.24vw;
	display: flex;
	flex-wrap:wrap;
	align-items:center;
}
.sec_works_archive .term_list .link{
	display: block;
	width: calc(100% / 3);
	box-sizing: border-box;
	text-align: center;
	padding: 1.81vw;
	color:#7F7F7F;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 1.2vw;
}
.sec_works_archive .term_list .link.on{
	background-color: #7F7F7F;
	color:#FFF;
}
.sec_works_archive .works_list .item{
	display: flex;
	margin-bottom: 9.66vw;
}
.sec_works_archive .works_list .item .img_box{
	width: 36.83vw;
	height: 22.94vw;
	position: relative;
	overflow: hidden;
}
.sec_works_archive .works_list .item .img_box img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sec_works_archive .works_list .item .info_box{
	flex:1;
	padding-left: 2.41vw;
}
.sec_works_archive .works_list .item .info{
	display: flex;
	justify-content: space-between;
}
.sec_works_archive .works_list .item .info .info_txt{
	width: 48.69%;
	box-sizing: border-box;
	padding:1.2vw;
	border:solid 1px #DFDFDF;
	color: #7F7F7F;
	font-size: 1rem;
	text-align: center;
}
.sec_works_archive .works_list .item .ttl{
	padding-top: 2.41vw;
	font-size: 1.3rem;
	line-height: 1.8;
}
.sec_works_archive .not_post_item{
	padding-top: 8.45vw;
	padding-bottom: 8.45vw;
	color:#7F7F7F;
	text-align: center;
	width: 100%;
}
.sec_works_archive .not_post_item .catch{
	font-size: 3rem;
	margin-bottom: 2.41vw;
}
.sec_works_archive .not_post_item .txt{
	font-size: 1.3rem;
}

@media screen and (min-width: 1000px) {
	.sec_works_archive .category_ttl{
		font-size: 26px;
		padding:15px;
	}
	.sec_works_archive .term_list{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.sec_works_archive .term_list .link{
		width: auto;
		padding:5px 10px;
		font-size: 15px;
		line-height: 1;
		margin-bottom: 15px;
		margin-right: 8px;
		transition: all 0.5s;
	}
	.sec_works_archive .term_list .link:not(.on){
		cursor: pointer;
	}
	.sec_works_archive .term_list .link:not(.on):hover{
		background-color: #7F7F7F;
		color:#FFF;
	}
	.sec_works_archive .works_list{
		display: flex;
		flex-wrap:wrap;
	}
	.sec_works_archive .works_list .item{
		display: block;
		margin-bottom: 40px;
		width: 300px;
	}
	.sec_works_archive .works_list .item:not(:nth-child(3n)){
		margin-right: 40px;
	}
	.sec_works_archive .works_list .item .img_box{
		width: 100%;
		height: 187px;
		cursor: pointer;
	}
	.sec_works_archive .works_list .item .img_box:before{
		content:'';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(18,22,46,0);
		z-index: 1;
		transition: all 0.5s;
	}
	.sec_works_archive .works_list .item:hover .img_box:before{
		background-color: rgba(18,22,46,0.5);
	}
	.sec_works_archive .works_list .item .img_box:after{
		content:'詳細を見る';
		position: absolute;
		display: block;
		pointer-events: none;
		color:#FFF;
		font-size: 14.8px;
		top: 50%;
		left: 50%;
		z-index: 2;
		transform: translate(-50%,50%);
		opacity: 0;
		transition: all 0.5s;
	}
	.sec_works_archive .works_list .item:hover .img_box:after{
		transform: translate(-50%,-50%);
		opacity: 1;
	}
	.sec_works_archive .works_list .item .info_box{
		padding-left: 0;
		padding-top: 10px;
	}
	.sec_works_archive .works_list .item .info .info_txt{
		width: 145px;
		padding:5px;
		font-size: 13px;
	}
	.sec_works_archive .works_list .item .ttl{
		padding-top: 10px;
		font-size: 15px;
		line-height: 1.6;
	}
	.sec_works_archive .works_list .item:hover .ttl{
		text-decoration: underline;
	}
	.sec_works_archive .not_post_item{
		padding-top: 60px;
		padding-bottom: 110px;
	}
	.sec_works_archive .not_post_item .catch{
		font-size: 40px;
		margin-bottom: 15px;
	}
	.sec_works_archive .not_post_item .txt{
		font-size: 15px;
	}
}


/*===============================
form
===============================*/
/* アラート
--------------------------------------*/
.cmn_form .alert{
	color:#FF0000;
	margin-bottom: 3.62vw;
	font-size: 1.3rem;
}
.cmn_form .alert .alert_ttl{
	font-weight: 500;
	margin-bottom: 1.4rem;
}
.cmn_form .alert li{
	line-height: 1.5;
}
@media screen and (min-width: 1000px) {
	.cmn_form .alert{
		margin-bottom: 30px;
		font-size: 15px;
	}
	.cmn_form .alert .alert_ttl{
		margin-bottom: 15px;
	}
	.cmn_form .alert li{
		line-height: 1.5;
	}
}

/* フォーム
--------------------------------------*/
.form_tbl{
	width: 100%;
}
.form_tbl tr th,
.form_tbl tr td{
	box-sizing: border-box;
	display: block;
	vertical-align: middle;
}
.form_tbl tr th{
	background-color: #7F7F7F;
	padding:1.81vw;
}
.form_tbl tr th .th_inner{
	position: relative;
	color:#FFF;
	font-size: 1.6rem;
	font-weight: 500;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10vw;
}
.form_tbl tr th br{
	display: none;
}
.form_tbl tr th .th_inner .required{
	display: block;
	position: absolute;
	pointer-events: none;
	width: 8vw;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	color:#253897;
	background-color: #fff;
	padding:5px 0;
	top: 0;
	right: 0;
}
.form_tbl tr td{
	padding:3vw 0 6vw 0;
	font-size: 1.5rem;
}

@media screen and (min-width: 1000px) {
	.form_tbl{
		border:solid 1px #DFDFDF;
	}
	.form_tbl tr th,
	.form_tbl tr td{
		display: table-cell;
	}
	.form_tbl tr th{
		padding:35px 20px;
		width: 240px;
		line-height: 1.6;
	}
	.form_tbl tr:not(:last-child) th{
		border-bottom: solid 1px #FFF;
	}
	.form_tbl tr th .th_inner{
		font-size: 18px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right:34px;
	}
	.form_tbl tr th br{
		display: block;
	}
	.form_tbl tr th .th_inner .required{
		width: 34px;
		font-size: 10px;
		padding:2px 0;
		box-sizing: border-box;
		top: 2px;
	}
	.form_tbl tr td{
		padding:20px;
		font-size: 15px;
	}
	.form_tbl tr:not(:last-child) td{
		border-bottom: solid 1px #DFDFDF;
	}
}


/* input他
--------------------------------------*/
.cmn_form input,
.cmn_form textarea{
	border:solid 1px #D4D4D4;
	padding:1.2vw 1.8vw;
	box-sizing: border-box;
	width: 100% ;
}
.cmn_form textarea{
	line-height: 1.6;
	background-color: #fff;
}

.cmn_form .num_employees{
	display: flex;
	align-items: center;
}
.cmn_form .num_employees input{
	width: 40%;
}
.cmn_form .num_employees .unit{
	padding-left: 1.81vw;
}
.cmn_form .td_inner.flex_wrap{
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	max-width: 100%;
	box-sizing: border-box;
}
.cmn_form .tbl_btm_note{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 8vw;
	margin-top: 20px;
}
.cmn_form .tbl_btm_note a{
	text-decoration: underline;
}

@media screen and (min-width: 1000px) {
	.cmn_form input,
	.cmn_form textarea{
		padding:15px 20px;
	}

	.cmn_form .num_employees input{
		width: 240px;
	}
	.cmn_form .num_employees .unit{
		padding-left:10px;
	}
	.cmn_form .td_inner.flex_wrap{
		max-width: 700px;
	}
	.cmn_form .tbl_btm_note{
		font-size: 15px;
		line-height: 1;
		margin-bottom: 60px;
	}
	.cmn_form .tbl_btm_note a:hover{
		text-decoration: none;
	}
}

/* placeholder
--------------------------------------*/
:placeholder-shown {
	color: #C9C9C9;
}
::-webkit-input-placeholder {
	color: #C9C9C9;
}
:-moz-placeholder {
	color: #C9C9C9;
}
::-moz-placeholder {
	color: #C9C9C9;
}
:-ms-input-placeholder {
	color: #C9C9C9;
}

/* radio checkbox
--------------------------------------*/
.cmn_form .radio,
.cmn_form .checkbox{
	box-sizing:border-box;
	transition:0.1s all;
	width: auto;
	margin-right: 4.83vw;
	vertical-align: middle;
}
.cmn_form .checkbox,
.cmn_form .contact_business .radio{
	margin-bottom: 4.5vw;
}
.cmn_form input[type=radio],
.cmn_form input[type=checkbox]{
	display: none;
}
.cmn_form label span{
	padding-left: 20px;
	position: relative;
}
.cmn_form label span:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #DFDFDF;
}
.cmn_form label input[type=radio] + span:before,
.cmn_form label input[type=checkbox] + span:before{
	border-radius:50%;
}
.cmn_form label input[type=radio]:checked + span:before{
	border-color:#DFDFDF;
}
.cmn_form label input + span:after{
	content: "";
	display: block;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}
.cmn_form label input[type=radio]+ span:after{
	width: 6px;
	height: 6px;
	left: 4px;
	top: 50%;
	transform:translateY(-50%);
	background-color: #253897;
	border-radius:50%;
}
.cmn_form label input[type=checkbox]+ span:after{
	left: 5px;
	width: 5px;
	height: 10px;
	top: 50%;
	transform: translateY(-70%) rotate(40deg);
	border-bottom: 2px solid #253897;
	border-right: 2px solid #253897;
}
.cmn_form label input[type=radio]:checked+ span:after,
.cmn_form label input[type=checkbox]:checked+ span:after{
	opacity: 1;
}

@media screen and (min-width: 1000px) {
	.cmn_form .td_inner.type_kousyu{
		padding-right: 120px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.cmn_form .radio,
	.cmn_form .checkbox{
		margin-right: 20px;
		cursor: pointer;
	}
	.cmn_form .checkbox{
		margin-bottom: 20px;
	}
	.cmn_form .contact_business .radio{
		margin-bottom: 0;
	}
}

/* 送信ボタン
--------------------------------------*/
.cmn_form .submit{
	margin-top: 7.24vw;
}
.cmn_form .btn_wrap{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 61.35vw;
	margin: 0 auto;
}
.cmn_form .btn_wrap:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 9px;
	height: 9px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
}
.cmn_form .form_btn{
	background-color:transparent;
	outline: none;
	padding: 0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
	padding-top: 3.62vw;
	padding-bottom: 3.62vw;
	font-size: 1.5rem;
	border:solid 1px #333;
	text-align: center;
	color:#333;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media screen and (min-width: 1000px) {
	.cmn_form .btn_wrap{
		font-size: 18px;
		width:300px;
		margin-top: 80px;
	}
	.cmn_form .btn_wrap:after{
		width: 10px;
		height: 10px;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) rotate(45deg);
	}
	.cmn_form .btn_wrap:hover{
		color:#FFF;
	}
	.cmn_form .btn_wrap:hover:after{
		border-color: #fff;
		animation:arrow_hover1 0.6s ease-in-out;
	}
	.cmn_form .form_btn{
		padding-top:20px;
		padding-bottom: 20px;
		cursor: pointer;
	}
	.cmn_form .form_btn:hover{
		color:#FFF;
	}
}



/* 確認画面
--------------------------------------*/
.sec_confirm{
	padding-top: 7.24vw;
}
.sec_confirm .form_tbl td{
	line-height: 1.4;
	font-size: 1.5rem;
}
.sec_confirm .submit_box{
	margin-top: 4vw;
}
.sec_confirm .submit_box .btn_wrap:first-child{
	margin-bottom: 4vw;
}

@media screen and (min-width: 1000px) {
	.sec_confirm{
		padding-top: 60px;
	}
	.sec_confirm .form_tbl th,
	.sec_confirm .form_tbl td{
		padding:20px;
	}
	.sec_confirm .submit_box{
		display: flex;
		justify-content: center;
		margin-top: 80px;
	}
	.sec_confirm .submit_box .btn_wrap{
		margin-top: 0;
	}
	.sec_confirm .submit_box .btn_wrap:first-child{
		margin-bottom: 0;
		margin-right: 20px;
	}
}


/*サンキューページ
--------------------------------------*/
.sec_thankyou{
	padding-top: 7.24vw;
	line-height: 1.8;
	font-size: 1.3rem;
}
.sec_thankyou .ttl{
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 2.5vw;
}
.sec_thankyou a{
	text-decoration: underline;
}
@media screen and (min-width: 1000px) {
	.sec_thankyou{
		padding-top: 60px;
		font-size: 15px;
		width: 600px;
	}
	.sec_thankyou .ttl{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.sec_thankyou a:hover{
		text-decoration: none;
	}
}

/*===============================
パスワード入力画面
===============================*/
.sec_pass{
	padding-top: 10vw;
	padding-bottom: 17vw;
	font-size: 1.3rem;
}
.sec_pass .blc_ttl{
	background-color: #F4F4F4;
	margin-bottom: 10vw;
	padding: 2.2vw 1.8vw;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
}
.sec_pass .pass_note{
	margin-bottom: 3rem;
	line-height: 1.8;
}
.sec_pass .pass_note br{
	display: none;
}
.sec_pass input[type=password]{
	width: 70%;
}

@media screen and (min-width: 1000px) {
	.sec_pass{
		padding-top: 100px;
		padding-bottom: 150px;
		width: 700px;
		font-size: 15px;
	}
	.sec_pass .blc_ttl{
		margin-bottom: 50px;
		padding: 15px 20px;
		font-size: 20px;
	}
	.sec_pass .pass_note{
		margin-bottom: 30px;
	}
	.sec_pass .pass_note br{
		display: block;
	}
	.sec_pass input[type=password]{
		width: 250px;
	}
}

/* 20200306 update */
nav .link_box .nav svg{
	width: 9px;
	height: 8px;
}
nav .link_box .nav path,
nav .link_box .nav rect{
	stroke: #666;
}

/*====================================
20210210 update
====================================*/
footer .blc_relation .bnr{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .blc_relation .bnr .txt {
	color: #FFF;
	position: absolute;
	left: 0;
	bottom: -4.8vw;
}

@media screen and (min-width: 1000px) {
	footer .blc_relation .bnr{
		display: block;
		text-align: center;
	}
	footer .blc_relation .bnr .txt {
		bottom: -25px;
	}
}
