@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:700,700i,900,900i');


/* ------------------------------------------------
  共通CSS 打消し
------------------------------------------------ */

#biz_body {
	overflow: hidden;
}

#main-box #biz_contents ul {
	margin-top: 0;
	margin-bottom: 0;
}

#biz_contents h1 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.slidemenu {
	z-index: 20000!important;
}

#wrap-outer.stop {
	-webkit-transform: none!important;
	transform: none!important;
}

@media screen and (min-width: 751px) {
	#biz_contents {
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	#wrap-outer.stop {
		-webkit-transform: none!important;
		transform: none!important;
	}
}

.pswp__container:after {
	display: none!important;
}

.cf:after,
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


#biz_contents {
	position: relative;
}


@media screen and (max-width: 750px) {
	#biz_contents {
		font-feature-settings: "palt";
	}
	#biz_contents img {
		width: 100%;
		height: auto;
	}
}

/* ------------------------------------------------
  BIZヘッダ
------------------------------------------------ */

#biz_head {
	background-color: #000;
	margin-bottom: 20px;
	padding: 20px 20px 0;
	box-sizing: border-box;
	transition: padding 0.5s ease;
			backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
}
#biz_head_positon {
	width: 0;
	height: 0;
	font-size: 0;
}

@media screen and (min-width: 751px) {
	#wrap-outer.stop #biz_contents {
		padding-top: 206px;
	}

	#wrap-outer.stop #biz_head {
		width: 1168px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 1000;
		padding: 10px 20px 0;
	}

	#wrap-outer.stop #biz_contents.non-internal {
		padding-top: 165px;
	}
}

@media screen and (max-width: 750px) {
	#biz_head {
		position: -webkit-sticky;
		position: sticky;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
		padding: 0;
		margin-bottom: 10px;
		-webkit-transition: top 0.5s ease;
		transition: top 0.5s ease;
	}
	#wrap-outer.stop #head-box {
		visibility: hidden;
	}
/*	#wrap-outer.stop #biz_head {
		position: fixed;
		top: 0;
	}*/
}

/* ----------------------------
  メジャー
---------------------------- */

@media screen and (min-width: 751px) {
	#biz_head .logo {
		float: left;
		margin-bottom: 20px;
		-webkit-transition: margin-bottom 0.5s ease;
		transition: margin-bottom 0.5s ease;
	}
	#wrap-outer.stop .logo {
		margin-bottom: 10px;
	}

	#biz_head #gmenu {
		height: auto!important;
		display: block!important;
		margin: 0!important;
		padding:0!important;
		overflow: visible!important;
	}
}

#biz_contents #biz_head .major {
	float: right;
	width: 730px;
	margin-top: 3px;
	text-align: right;
	letter-spacing: -0.4em;
}
#biz_head .major ul li {
	display: inline-block;
	letter-spacing: 0.1em;
	padding: 0 17px;
}
#biz_head .major ul li:last-child {
	padding-right: 7px;
}
#biz_head .major ul li a {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
			backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
}
#biz_head .major ul li a:hover {
	opacity: 0.7;
}

#biz_head .major ul li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url(../img/common/biz/circle_arrow_w.png) no-repeat;
	margin-top: -4px;
	margin-right: 7px;
}

/*----- ACT -----*/
#biz_head .major ul li.act a {
	color: #ed1818;
}
#biz_head .major ul li.act a::before {
	background: url(../img/common/biz/circle_arrow_cm.png) no-repeat;
	background-size: contain;
}


@media screen and (max-width: 750px) {
	#biz_head .logo {
		float: left;
		width: 225px;
		margin-bottom: 0;
		padding: 10px;
	}

	#biz_head #gmenu {
		position: absolute;
		width: 100%;
		top: 39px;
		left: 0;
		z-index: 500;
		display: none;
		box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	}

	#biz_contents #biz_head .major {
		clear: both;
		position: relative;
		float: none;
		width: 100%;
		margin-top: 0;
		text-align: left;
		letter-spacing: -0.4em;
		border-top: 2px solid #FFF;
	}
	#biz_head .major ul li,
	#biz_head .major ul li:last-child {
		background-color: #000;
		display: block;
		letter-spacing: 0.1em;
		padding: 12px 13px;
		overflow: hidden;
	}
	#biz_head .major ul li + li {
		border-top: 1px solid #CCC;
	}
	#biz_head .major ul li a,
	#biz_head .major ul li.act a {
		color: #FFF;
		font-size: 14px;
		line-height: 1;
		font-weight: bold;
		text-decoration: none;
		display: block;
		position: relative;
	}
	#biz_head .major ul li a:hover {
		opacity: 0.7;
	}

	#biz_head .major ul li a::before,
	#biz_head .major ul li.act a::before {
		content: "";
		display: block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		background: url(../img/common/biz/sp/circle_arrow_w.png) no-repeat;
		background-size: contain;
		margin-top: -1px;
		margin-right: 0;
		float: right;
	}

	#btn_menu {
		float: right;
		width: 6.33802%;
		margin: 8px;
	}
	#btn_menu a {
		display: block;
		position: relative;
	}
	#btn_menu a.open::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: #000 url(../img/common/biz/sp/btn_menu_cl.png) no-repeat;
		background-size: contain;
	}
}


/* ----------------------------
  マイナー
---------------------------- */

#biz_head .minor {
	background-color: #FFF;
	margin: 0 -20px;
	clear: both;
}
#biz_head .minor ul li {
	float: left;
	width: 19.9%;
	margin-left: -1px;
	border: 1px solid #CBCBCB;
	border-top: none;
	/*box-sizing: border-box;*/
}
#biz_head .minor ul li:first-child {
	margin-left: 0;
}
#biz_head .minor ul li:nth-last-child(2) {
	margin-right: -1px;
}
#biz_head .minor ul li.act {
	border-bottom: 1px solid #e5e5e5;
}
#biz_head .minor ul li.act a {
	background-color: #e5e5e5;
}

#biz_head .minor ul li a {
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 23px 10px;
	text-align: center;
	-webkit-transition: padding 0.5s ease;
	transition: padding 0.5s ease;
}
#wrap-outer.stop #biz_head .minor ul li a {
	padding: 10px 10px;
}
#biz_head .minor ul li a:hover {
	opacity: 0.7;
}

#biz_head .minor ul li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 7px;
	background: url(../img/common/biz/arrow_b.png) no-repeat;
	margin-top: -2px;
	margin-right: 7px;
}
#biz_head .minor ul li.act a::before {
	background: url(../img/common/biz/arrow_r.png) no-repeat;
}

#biz_head .minor .gotop {
	display: none;
}

@media screen and (max-width: 750px) {
	#biz_head .minor {
		background-color: #FFF;
		margin: 0;
		clear: both;
		overflow: hidden;
	}
	#biz_head .minor ul li,
	#biz_head .minor ul li:first-child,
	#biz_head .minor ul li:last-child {
		float: none;
		width: auto;
		border: none;
		margin: 0;
		padding: 12px 13px;
	}
	#biz_head .minor ul li.act {
		border-bottom: none;
	}
	#biz_head .minor ul li + li {
		border-top: 1px solid #CCC!important;
	}

	#biz_head .minor ul li a,
	#biz_head .minor ul li.act a {
		display: block;
		color: #000;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
		padding: 0!important;
		text-align: left;
		position: relative;
		background-color: transparent;
		-webkit-transition: padding 0.5s ease;
		transition: padding 0.5s ease;
	}
	#biz_head .minor ul li a:hover {
		opacity: 0.7;
	}

	#biz_head .minor ul li a::before,
	#biz_head .minor ul li.act a::before {
		content: "";
		display: block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		background: url(../img/common/biz/sp/arrow_b.png) no-repeat;
		background-size: contain;
		margin-top: -1px;
		margin-right: 0;
		float: right;
	}
	#biz_head .minor .gotop {
		display: block;
	}
	#biz_head .minor .gotop a {
		text-align: center;
	}
	#biz_head .minor .gotop a::before {
		display: none;
	}
}


/* ----------------------------
  ローカルメニュー
---------------------------- */

#biz_head #local {
	margin: 0 -20px;
}
#biz_head #local ul {
	background-color: #e5e5e5;
	text-align: center;
	padding: 7px 0;
}
#biz_head #local ul li {
	display: inline-block;
	padding: 3px 40px;
}
#biz_head #local ul li + li {
	border-left: 1px solid #b7b7b7;
}
#biz_head #local ul li a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
#biz_head #local ul li a:hover {
	opacity: 0.7;
}
#biz_head #local ul li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url(../img/common/biz/local_arrow.png) no-repeat;
	margin-top: -3px;
	margin-right: 7px;
}
#biz_head #local ul li a em {
	font-style: normal;
	color: #7e7e7e;
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 750px) {
	#biz_head #local {
		margin: 0;
		clear: both;
	}
	#biz_head #local ul {
		background-color: #e5e5e5;
		text-align: left;
		padding: 1% 0;
	}
	#biz_head #local ul li {
		display: block;
		width: 50%;
		padding: 1.3% 2.5%;
		box-sizing: border-box;
		float: left;
	}
	#biz_head #local ul.c3 li {
		width: 33.333333%;
	}
	#biz_head #local ul li + li {
		border-left: 1px solid #b7b7b7;
	}
	#biz_head #local ul li a {
		display: block;
		text-decoration: none;
		color: #000;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.3;
/*		text-indent: -1.6em;
		padding-left: 1.6em;*/
	}
	#biz_head #local ul li a span {
		display: inline;
		vertical-align: middle;
	}
	#biz_head #local ul li a:hover {
		opacity: 0.7;
	}
	#biz_head #local ul li a:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 11px;
		height: 11px;
		background: url(../img/common/biz/local_arrow.png) no-repeat;
		background-size: contain;
		margin-top: 0;
		margin-right: 5px;
		display: none;
	}
	#biz_head #local ul li a em {
		font-style: normal;
		color: #7e7e7e;
		font-size: 10px;
		display: inline;
		vertical-align: middle;
		display: none;
	}
}


/* ----------------------------
  汎用基礎パーツ
---------------------------- */

#biz_body {
	padding: 0 33px;
	background-repeat: no-repeat;
	letter-spacing: 0.05em;
	color: #000;
}
#biz_body #h1_area::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 250px;
}
#biz_body #h1_area .inner {
	display: inline-block;
	vertical-align: middle;
}
#biz_body #h1_area h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
#biz_body h1 + .txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

#biz_body .h2_area {
	position: relative;
	background: #FFF;
	border: 8px solid #000000;
	padding: 40px 20px;
	margin-bottom: 45px;
}
#biz_body .h2_area::after,
#biz_body .h2_area::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#biz_body .h2_area::after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFF;
	border-width: 24px;
	margin-left: -24px;
}
#biz_body .h2_area::before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 35px;
	margin-left: -35px;
}

#biz_body .h2_area .inner {
	display: table;
	margin: 0 auto;
}
#biz_body .h2_area .inner > * {
	display: table-cell;
	vertical-align: middle;
}

#biz_body .h2_area .ico {
	padding-right: 25px;
}
#biz_body .h2_area h2 {
	line-height: 1.4;
}
#biz_body .h2_area h2 em {
	font-size: 25px;
	font-style: italic;
	font-family: 'Lato';
	font-weight: 900;
	color: #000;
}
#biz_body .h2_area h2 span {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

#biz_body .sec {
	padding-top: 150px;
	margin-top: -140px;
}
#biz_body .sec + .sec {
	margin-top: -40px;
}

@media screen and (max-width: 750px) {
	#biz_body {
		padding: 0 4%;
		background-repeat: no-repeat;
		letter-spacing: 0.15em;
		color: #000;
	}
	#biz_body #h1_area {
		padding-left: 2%;
		margin-bottom: -10px;
	}
	#biz_body #h1_area::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 133px;
		margin-left: -8px;
	}
	#biz_body #h1_area .inner {
		display: inline-block;
		vertical-align: middle;
	}
	#biz_body #h1_area h1 {
		font-size: 16px;
		font-weight: bold;
		color: #000;
		margin-bottom: 13px;
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
	}
	#biz_body h1 + .txt {
		font-size: 12px;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}

	#biz_body .h2_area {
		position: relative;
		background: #FFF;
		border: 4px solid #000000;
		padding: 23px 10px;
		margin-bottom: 23px;
	}
	#biz_body .h2_area::after,
	#biz_body .h2_area::before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	#biz_body .h2_area::after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #FFF;
		border-width: 12px;
		margin-left: -12px;
	}
	#biz_body .h2_area::before {
		border-color: rgba(0, 0, 0, 0);
		border-top-color: #000000;
		border-width: 17.5px;
		margin-left: -17.5px;
	}

	#biz_body .h2_area .inner {
		display: table;
		margin: 0 auto;
	}
	#biz_body .h2_area .inner > * {
		display: table-cell;
		vertical-align: middle;
	}

	#biz_body .h2_area .ico {
		padding-right: 12px;
		width: 60px;
	}
	#biz_body .h2_area h2 {
		display: block;
		color: inherit;
		font-size: 18px;
		margin: 0;
		padding: 0;
		border-top: none;
		border-bottom: none;
		background: transparent;

		line-height: 1.4;
		letter-spacing: 0.03em;
	}
	#biz_body .h2_area h2::before {
		display: none;
	}
	#biz_body .h2_area h2 em {
		font-size: 11px;
		font-style: italic;
		font-family: 'Lato';
		font-weight: 900;
		color: #000;
	}
	#biz_body .h2_area h2 span {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		-webkit-transform: none;
		transform: none;
	}

	#biz_body .sec {
		padding-top: 70px;
		margin-top: -70px;
	}
	#biz_body .sec + .sec {
		margin-top: -40px;
	}
}


/* ----------------------------
  汎用赤フレーム
---------------------------- */

#biz_body .frame.red {
	border: 8px solid #cc0000;

} 
#biz_body .frame.red > .head {
	padding: 45px 20px;
	background-color: #cc0000;
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#biz_body .frame.red > .body {
	padding: 60px 42px;
	background: #FFF;
}
#biz_body .frame.red > .body + .body {
	border-top: 1px solid #cc0000;
}

@media screen and (max-width: 750px) {
	#biz_body .frame.red {
		border: 4px solid #cc0000;

	} 
	#biz_body .frame.red > .head {
		padding: 18px;
		background-color: #cc0000;
		font-size: 15px;
		color: #FFF;
		font-weight: bold;
		line-height: 1.6;
		text-align: left;
	}
	#biz_body .frame.red > .body {
		padding: 7.41839% 5.04451% 5.04451%;
		background: #FFF;
	}
	#biz_body .frame.red > .body + .body {
		border-top: 1px solid #cc0000;
	}
}


/* ------------------------------------------------
  フッターメニュー
------------------------------------------------ */
#f_menu {
	margin-top: 100px;
	margin-bottom: -50px;
	background-color: #f2f2f2;
	padding: 30px 30px 40px;
	color: #000;
}
#f_menu .lead {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 2px solid #000;
}
#main-box #f_menu ul + ul {
	margin-top: 30px;
}
#f_menu ul li {
	width: 277px;
	float: left;
	padding: 0 21px;
	box-sizing: border-box;
}
#f_menu ul.c3 li {
	width: 369px;
	padding: 0 37px;
}

#f_menu ul li:first-child {
	padding-left: 0;
}
#f_menu ul li:last-child {
	padding-right: 0;
}
#f_menu ul li + li {
	border-left: 2px dotted #adadad;
}
#f_menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}
#f_menu ul li a:hover {
	opacity: 0.7;
}
#f_menu ul li a .link {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px;
	text-indent: -2.15em;
	padding-left: 2.15em;
}
#f_menu ul li a .link::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../img/common/biz/circle_arrow_r.png) no-repeat;
	margin-top: -3px;
	margin-right: 10px;
}
#f_menu ul li a .txt {
	display: block;
	font-size: 12px;
}

@media screen and (max-width: 750px) {
	#f_menu {
		margin-top: 30px;
		margin-bottom: -50px;
		margin: 30px 4% 0;
		background-color: #f2f2f2;
		padding: 5.5% 5% 4%;
		color: #000;
	}
	#f_menu .lead {
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 12px;
		margin-bottom: 0;
		border-bottom: 2px solid #000;
		letter-spacing: 0.12em;
	}
	#main-box #f_menu ul + ul {
		margin-top: 0;
		border-top: 2px dotted #adadad;
	}
	#f_menu ul li,
	#f_menu ul.c3 li,
	#f_menu ul li:first-child,
	#f_menu ul li:last-child {
		width: auto;
		height: auto!important;
		float: none;
		padding: 4% 0;
		box-sizing: border-box;
	}
	#f_menu ul li + li {
		border-left: none;
		border-top: 2px dotted #adadad;
	}
	#f_menu ul li a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		color: #000;
	}
	#f_menu ul li a:hover {
		opacity: 0.7;
	}
	#f_menu ul li a .link {
		display: block;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 7px;
		text-indent: -1.45em;
		padding-left: 1.45em;
	}
	#f_menu ul li a .link::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 13px;
		background: url(../img/common/biz/circle_arrow_r.png) no-repeat;
		background-size: contain;
		margin-top: -3px;
		margin-right: 5px;
	}
	#f_menu ul li a .txt {
		display: block;
		font-size: 12px;
	}
}

/* ----------------------------
  その他
---------------------------- */

.tac {
	text-align: center;
}

@media screen and (max-width: 750px) {
	.btn_zoom {
		display: block;
		width: 22.95081%;
		margin: 15px auto 0;
	}

	#main-box {
		padding: 0;
	}

	#fixedTop {
		padding: 12px;
		bottom: 55px;
	}
}




























.follow_contact a:hover {
	opacity: 0.7;
}

#fc1 {
	position: fixed;
	bottom: 20%;
	right: -132px;
	z-index: 50;
	-webkit-transition: right 0.3s ease;
	transition: right 0.3s ease;
}
#fc1.show {
	right: 0;
	-webkit-transition: right 0.5s ease;
	transition: right 0.5s ease;
}
@media screen and (max-width: 750px) {
	#fc1 {
		bottom: 17%;
	}
}


#fc2 {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 50;
	opacity: 0;
	transition: opacity 0.3s ease;
}
#fc2.show {
	opacity: 1;
	transition: opacity 0.5s ease;
}

#follow_contact_bottom {
	display: none;
}

@media screen and (max-width: 750px) {
	#fc2 {
		position: fixed;
		bottom: 20%;
		right: 0;
		z-index: 1000;
	}
	#fc2.show {

	}
}

#fc3 {
	position: fixed;
	top: 5%;
	opacity: 0;
	right: 0;
	z-index: 1000;
	transition: all 0.3s ease;
}
#fc3.show {
	top: 10%;
	opacity: 1;
	transition: all 0.5s ease;
}
@media screen and (max-width: 750px) {

}

.sp_disp {
	display: none!important;
}

@media screen and (max-width: 750px) {
	.pc_disp {
		display: none!important;
	}
	.sp_disp {
		display: block!important;
	}
	.sp_disp.inline {
		display: inline!important;
	}
	img.sp_disp {
		display: inline-block!important;
	}
	br.sp_disp {
		display: inline!important;
	}

.follow_contact img{
	width:43px;
}

}

