@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
body {
  font-family: sans-serif;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a,
a:link {
	color: #444;
	text-decoration: none;
}
a:visited {
	color: #444;
}
a:hover {
	color: #444;
}
a:active {
	color: #444;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
* html .clearfix {zoom: 1;}
*+html .clearfix {zoom: 1;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #444;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
	padding-top: 100px;
	text-align: left;
	width:100%;
	overflow-x: hidden !important;
}
#main {
	position: relative;
	padding-bottom: 175px;
	overflow: hidden;
}
#main a:link,
#main a:active,
#main a:visited {
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none !important;
}

@media all and (min-width: 1050px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 1049px) {
	body {
		min-width: inherit;
	}
	#main {
		padding: 30px 0 106px 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	padding: 20px 230px 15px 20px;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	z-index: 9;
}
#gHeader h1 {

	width: 230px;
	float: left;
}
#gHeader h1 .off {
	display: none;
}
#gHeader .hLink {
	position: absolute;
	right: 0;
	top: 0;
}
#gHeader .hLink a {
	width: 200px;
	height: 100px;
	padding-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	background-color: #9B3B65;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
#gHeader .hLink a:after {
	background: -moz-linear-gradient( 45deg, #9B3B65 0%, #CC4F87  100%);
	background: -webkit-linear-gradient( 45deg, #9B3B65 0%, #CC4F87  100%);
	background: -ms-linear-gradient( 45deg, #9B3B65 0%, #CC4F87  100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#gHeader .hLink a:hover {
	background-color: transparent;
}

.include .on {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 500px;
}

.include .on .logo {
	border-right: 1px solid #ccc;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}

.include .on .logo > img {
	width: 150px;
}

.include .on p {
	font-size: 11px;
	font-weight: 400;
	margin: 10px 0 0 0;
	width: 100%;
}

#gHeader .include h1 {
	max-width: 350px;
	width: auto;
}


@media all and (max-width: 1049px) {
	#gHeader {
		padding: 25px 215px 10px 10px;
	}
}

@media all and (min-width: 1050px) {
	.menuBox {
		display: none !important;
	}
	.menu {
		display: none;
	}
}

@media all and (max-width: 1049px) {
	#gHeader {
		padding: 30px 30px 10px;
		height: 100px;
	}
	#gHeader h1 {
		width: 180px;
		float: none;
	}
	#gHeader .hLink {
		display: none;
	}
	.menu {
		width: 30px;
		height: 23px;
		position: absolute;
		right: 30px;
		top: 39px;
	}
	.menu,
	.menu span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  background-color: #9B3B65;
	  border-radius: 4px;
	}
	.index #gHeader.on .menu span {
		background-color: #9B3B65;
	}
	.menu span:nth-of-type(1) {
	  top: 0;
	}
	.menu span:nth-of-type(2) {
	  top: 11px;
	}
	.menu span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu.on span:nth-of-type(1) {
	  -webkit-transform: translateY(11px) rotate(-45deg);
	  transform: translateY(11px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
	  -webkit-transform: translateY(-11px) rotate(45deg);
	  transform: translateY(-11px) rotate(45deg);
	}
	.menuBox {
		left: -100%;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 8;
		transition: .5s;
		opacity: 0;
		background: url("../img/bg02.png") no-repeat right bottom #fff;
		background-size: 200px 250px;
	}
	.menuBox.on {
		left: 0;
		opacity: 1;
	}
	.menuBox .menuInner {
		padding: 100px 0;
	}
	.menuBox .menuUl {
		margin: 30px auto 0;
	}

	.menuBox .menuUl a {
		padding: 15px 40px 15px;
		display: block;
		color: #9B3B65;
		font-size: 1.6rem;
	}
	.menuBox .menuUl a span {
		margin: 0 0 0 15px;
		display: inline-block;
		color: #ccc;
		font-size: 1.3rem;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 500;
	}

	.menuBox .menuUl .biz_menu ul {
		display: none;
		width: max-content;
		list-style: none;
		left: 0;
		margin: 0;
		padding: 0;
		border-top: none;
	}
	.menuBox .menuUl .biz_menu ul {
		display: inline-block;
	}
	.menuBox .menuUl .biz_menu ul li {
		margin-left: 30px;
		background: transparent;
		transition: all .7s ease;
	}
	.menuBox .menuUl .biz_menu ul li a {
		text-align: left;
		font-size: 14px;
		padding-bottom: 5px;
	}

	.menuBox .menuList {
		margin: 28px 0 0 40px;
	}
	.menuBox .menuList li {
		width: 180px;
		margin-bottom: 20px;
	}
	.include .on p {
		margin: 5px 0 0 0;
	}
	#gHeader .include h1 {
		margin-top: -5px;
	}

}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
	text-align: right;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#gNavi li {
	display: inline-block;
}
#gNavi li:not(:first-child) {
	margin-left: 30px;
}
#gNavi li a {
	padding-bottom: 5px;
	color: #9B3B65;
	font-weight: 700;
	position: relative;
	display: inline-block;
	transition: .3s;
	text-transform: uppercase;
}
#gNavi li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 3px;
	background-image: -moz-linear-gradient( 0deg, #CC4F87  0%, #9B3B65 100%);
	background-image: -webkit-linear-gradient( 0deg, #CC4F87  0%, #9B3B65 100%);
	background-image: -ms-linear-gradient( 0deg, #CC4F87  0%, #9B3B65 100%);
	transition: .3s;
}
#gNavi li a:hover:after {
	width: 100%;
}

@media all and (max-width: 1149px) {
	#gNavi li:not(:first-child) {
		margin-left: 15px;
	}
}

@media all and (max-width: 1049px) {
	#gNavi {
		display: none;
	}
}

#gNavi .clearfix {
	list-style: none;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
}
#gNavi .clearfix > li {
	position: relative;
}

#gNavi .clearfix li a {
	display: block;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	transition: all .5s ease;
}

#gNavi .clearfix li:hover a {
	margin-top: 5px;
}




/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#pagePath li {
	display: inline;
	color: #9B3B65;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
#pagePath a {
	padding-right: 4px;
	color: #9B3B65;
}
#pagePath a:hover {
	text-decoration: underline;
}

@media all and (max-width: 1049px) {
	#pagePath {
		margin: 0 30px;
		max-width: inherit;
	}
	#pagePath a:hover {
		text-decoration: none;
	}

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 175px 10px 84px;
	position: relative;
	background-color: #EEE;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#gFooter .fLink {
	width: 100%;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: -75px;
	box-sizing: border-box;
	/*h150px*/
}
#gFooter .fLink a {
	padding: 65px 0 65px 90px;
	position: relative;
	display: block;
	max-width: 1100px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
#gFooter .fLink a > div {
	margin-top: -12px;
	position: absolute;
	right: 100px;
	top: 50%;
	background: url("../img/icon03.png") no-repeat;
	background-size: 14px 24px;
	width: 14px;
	height: 24px;
	content: "";
}
#gFooter .fLink a::before {
	content: "";
	height: 100%;
	left: 0;
	background: linear-gradient( to left, #9B3B65 0%, #CC4F87  100%);
	background: -moz-linear-gradient( to left, #9B3B65 0%, #CC4F87  100%);
	background: -webkit-linear-gradient( to left, #9B3B65 0%, #CC4F87  100%);
	background: -ms-linear-gradient( to left, #9B3B65 0%, #CC4F87  100%);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: 0.5s;
}
#gFooter .fLink a::after {
	content: "";
	height: 100%;
	left: 0;
	background: linear-gradient( to left, #CC4F87  0%, #9B3B65 100%);
	background: -moz-linear-gradient( to left, #CC4F87  0%, #9B3B65 100%);
	background: -webkit-linear-gradient( to left, #CC4F87  0%, #9B3B65 100%);
	background: -ms-linear-gradient( to left, #CC4F87  0%, #9B3B65 100%);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}
#gFooter .fLink a:hover::before {
	opacity: 0;
}
#gFooter .fLink a > .txt {
	position: absolute;
	left: 100px;
	top: 35px;
	text-align: left;
	font-size: 2.4rem;
	color: #fff;
	font-weight: 700;
}
#gFooter .fLink a > .info {
	float: left;
	margin-top: -20px;
	padding-left: 200px;
	text-align: left;
}
#gFooter .fLink a > span .en {
	margin-top: 8px;
	display: block;
	font-size: 1.4rem;
}
#gFooter .fBox {
	max-width: 1100px;
	margin: 0 auto;
}
#gFooter .lBox {
	width: 220px;
	float: left;
}
#gFooter .fLogo {
	margin-bottom: 23px;
	width: 220px;
}
#gFooter .fTxt {
	margin-bottom: 8px;
	font-size: 1.3rem;
	line-height: 1.61;
}
#gFooter .fTel li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url("../img/icon01.png") no-repeat left center;
	background-size: 15px auto;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
#gFooter .fTel li:last-child {
	background-image: url("../img/icon02.png");
}
#gFooter .fTel li a[href^="tel:"] {
	letter-spacing: 0.3px;
}
#gFooter .rBox {
	float: right;
	width: 800px;
}
#gFooter .fNavi {
	margin: -6px 0 0;
	text-align: right;
}
#gFooter .fNavi li {
	display: inline-block;
	font-weight: 700;
	margin-top: 15px;
}
#gFooter .fNavi li:not(:first-child) {
	margin-left: 30px;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .rBox .second {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	transform: translate(55%);
}
#gFooter .fBanner {
	margin-bottom: 43px;
	justify-content: flex-end;
}
#gFooter .fBanner li {
	margin-left: 20px;
	width: 180px;
}
#gFooter .fBanner li a:hover img {
	opacity: 0.7;
}
#gFooter .privacy {
	text-align: right;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 10px 0 5px auto;
}
#gFooter .copyright {
	text-align: right;
	font-size: 1.2rem;
	font-weight: 700;
}

@media all and (max-width: 1049px) {
	#gFooter {
		padding: 110px 10px 97px;
	}
	#gFooter .fLink {
		padding: 0;
		top: -60px;
	}
	#gFooter .fLink a {
		padding: 25px 0 30px 40px;
		max-width: 315px;
	}
	#gFooter .fLink a .pc {
		display: none;
	}
	#gFooter .fLink a:before {
		right: 40px;
	}
	#gFooter .fLink a > .txt {
		position: static;
		display: block;
	}
	#gFooter .fLink a > span .en {
		margin-top: 8px;
	}
	#gFooter .fBox {
		max-width: inherit;
	}
	#gFooter .lBox {
		margin-bottom: 30px;
		width: auto;
		float: none;
	}
	#gFooter .fLogo {
		margin: 0 auto 24px;
	}
	#gFooter .fTxt {
		width: 180px;
		margin: 0 auto 7px;
	}
	#gFooter .fTel {
		text-align: center;
	}
	#gFooter .fTel li {
		margin: 0 4px;
		display: inline-block;
	}
	#gFooter .rBox {
		float: none;
		width: auto;
	}
	#gFooter .fNavi {
		display: none;
	}
	#gFooter .fBanner {
		margin-bottom: 46px;
		display: inherit;
	}
	#gFooter .fBanner li {
		margin: 0 auto;
	}
	#gFooter .fBanner li:first-child {
		margin-bottom: 10px;
	}
	#gFooter .copyright {
		text-align: center;
	}

}

/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.en {
	font-family: 'Ubuntu', sans-serif !important;
	font-weight: 500;
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	padding: 50px 0 135px 10px;
	position: relative;
}
.mainImg:before {
	position: absolute;
	right: calc(50% + 328px);
	left: 0;
	top: 0;
	background: url("../img/bg01.jpg") no-repeat right top #F5F5F5;
	background-size: 372px 400px;
	height: 400px;
	content: "";
}
.mainImg > div {
	margin: 0 0 12px auto;
	min-height: 350px;
	padding-top: 130px;
	position: relative;
	box-sizing: border-box;
	max-width: calc(50% + 500px);
	background-size: 100%;
}
.mainImg > div:after {
	position: absolute;
	bottom: -125px;
	right: 0;
	background: url("../img/bg02.png") no-repeat;
	background-size: 200px 250px;
	width: 200px;
	height: 250px;
	content: "";
}
.mainImg > div > div {
	max-width: 1000px;
}
.mainImg h2 {
	width: 50%;
	margin: 0 0 0 auto;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.mainImg h2 span {
	margin-top: 12px;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.05em;
}

@media all and (max-width: 1049px) {
	.mainImg {
		padding: 30px 0 47px;
	}
	.mainImg:before {
		right: auto;
		left: 0;
		background-size: 186px 200px;
		height: 200px;
		width: 186px;
	}
	.mainImg > div {
		margin: 0 0 32px;
		min-height: 150px;
		padding: 42px 30px 0;
		max-width: auto;
	}
	.mainImg > div:after {
		bottom: -20px;
		background-size: 50px auto;
		width: 50px;
		height: 63px;
	}
	.mainImg > div > div {
		max-width: inherit;
	}
	.mainImg h2 {
		width: auto;
		margin: 0;
		font-size: 2.4rem;
	}
	.mainImg h2 span {
		margin-top: 8px;
		font-size: 1.3rem;
	}

}

@media all and (max-width: 389px) {
	.mainImg h2 {
		font-size: 2rem;
	}
	.mainImg h2 span {
		font-size: 1.1rem;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 72px;
	font-size: 3.4rem;
	font-weight: 700;
	color: #9B3B65;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.headLine01 .en {
	margin-top: 13px;
	display: block;
	font-size: 1.4rem;
	color: #AAAAAA;
	position: relative;
	letter-spacing: 0.1em;
}
.headLine01 .en:before {
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 50px;
	height: 5px;
	background-color: #AAAAAA;
	content: "";
}

@media all and (max-width: 1049px) {
	.headLine01 {
		margin-bottom: 53px;
		font-size: 2.4rem;
	}
	.headLine01 .en {
		margin-top: 7px;
	}
	.headLine01 .en:before {
		bottom: -30px;
	}

}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 30px;
	color: #9B3B65;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.headLine02 .en {
	margin-top: 12px;
	display: block;
	font-size: 1.4rem;
	color: #AAAAAA;
	letter-spacing: 0.05em;
}

@media all and (max-width: 1049px) {
	.headLine02 {
		margin-bottom: 18px;
		font-size: 2.4rem;
	}
	.headLine02 .en {
		margin-top: 12px;
		font-size: 1.3rem;
	}

}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 72px;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: #9B3B65;
	position: relative;
	letter-spacing: 0.05em;
}
.headLine03:before {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -39px;
	width: 50px;
	height: 5px;
	background-color: #bbb;
	content: "";
}

@media all and (max-width: 1049px) {
	.headLine03 {
		margin-bottom: 54px !important;
		font-size: 2.4rem !important;
	}
	.headLine03:before {
		bottom: -24px;
	}

}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
	color: #9B3B65;
	position: relative;
	letter-spacing: 0.05em;
}


@media all and (max-width: 1049px) {
	.headLine04 {
		margin-bottom: 25px !important;
		font-size: 2rem !important;
	}
}

@media all and (max-width: 389px) {
	.headLine01 {
		font-size: 1.9rem;
	}
	.headLine02 {
		font-size: 1.9rem;
	}
	.headLine03 {
		font-size: 1.9rem !important;
	}
	.headLine04 {
		font-size: 1.3rem !important;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

@media all and (max-width: 1049px) {
	.content {
		max-width: inherit;
		padding: 0 30px;
	}
}

/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
.pageList {
	margin-top: 50px;
	clear: both;
	text-align: center;
}
.pageList li {
	margin: 0 6px;
	display: inline-block;
}
.pageList .current span,
.pageList li a {
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 6px;
	box-sizing: border-box;
	color: #aaa;
	display: inline-block;
	border: 1px solid #aaa;
}
.pageList .current{
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #CC4F87 !important;
}
.pageList .current span, .pageList .current{
	color: #FFF;
	border: 1px solid #CC4F87 ;
	background-image: -moz-linear-gradient( 45deg, #9B3B65 0%, #CC4F87  100%);
	background-image: -webkit-linear-gradient( 45deg, #9B3B65 0%, #CC4F87  100%);
	background-image: -ms-linear-gradient( 45deg, #9B3B65 0%, #CC4F87  100%);

}

@media all and (min-width: 1050px) {
	.pageList li a:hover {
		color: #FFF;
		border: 1px solid #CC4F87 ;
		background-image: -moz-linear-gradient( 45deg, #9B3B65 0%, #CC4F87  100%);
		background-image: -webkit-linear-gradient( 45deg, #9B3B65 0%, #CC4F87  100%);
		background-image: -ms-linear-gradient( 45deg, #9B3B65 0%, #CC4F87  100%);
	}

}

@media all and (max-width: 1049px) {
	.pageList li {
		margin: 0 2px;
	}
	.pageList .current span,
	.pageList li a {
		width: 30px;
		height: 30px;
		padding-top: 2px;
	}

}

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
.comUl {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.comUl li {
	width: 23.65%;
	height: 230px;
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}
.comUl li:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
	background-image: -moz-linear-gradient( 0deg, #9B3B65 0%, #CC4F87  100%);
	background-image: -webkit-linear-gradient( 0deg, #9B3B65 0%, #CC4F87  100%);
	background-image: -ms-linear-gradient( 0deg, #9B3B65 0%, #CC4F87  100%);
	content: "";
}
.comUl li:not(:nth-child(4n)) {
	margin-right: 1.8%;
}
.comUl li p {
	position: absolute;
	left: 0;
	top: 156px;
	width: 100%;
	font-weight: 700;
	text-align: center;
	line-height: 1.31;
	box-sizing: border-box;
}
.comUl li img {
	width: 64px;
}

@media all and (max-width: 1049px) {
	.comUl {
		max-width: inherit;
		display: inherit;
	}
	.comUl li {
		padding: 27px 0 31px 90px;
		width: auto;
		height: auto;
		display: inherit;
		box-shadow: 0 0 10px rgba(0,0,0,0.15);
	}
	.comUl li:before {
		height: 5px;
	}
	.comUl li:not(:nth-child(4n)) {
		margin: 0 0 20px;
	}
	.comUl li p {
		position: static;
		text-align: left;
	}
	.comUl li img {
		margin-top: -25px;
		position: absolute;
		left: 20px;
		top: 50%;
		width: 50px;
	}

}

@media all and (max-width: 389px) {
	.comUl li img {
		left: 10px;
	}
	.comUl li {
		padding-left: 65px;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	padding: 13px 20px;
	display: block;
	width: 250px;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	text-decoration: none !important;
	background-color: #9B3B65;
	position: relative;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.comLink a:hover {
	background-color: transparent;
}
.comLink a:before {
	right: 20px;
	top: 50%;
	margin-top: -6px;
	position: absolute;
	background: url("../img/icon03.png") no-repeat;
	background-size: 7px 12px;
	width: 7px;
	height: 12px;
	content: "";
}
.comLink a:after {
	background-image: -moz-linear-gradient( 0deg, #9B3B65 0%, #CC4F87   100%);
	background-image: -webkit-linear-gradient( 0deg, #9B3B65 0%, #CC4F87   100%);
	background-image: -ms-linear-gradient( 0deg, #9B3B65 0%, #CC4F87   100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin-left: -135px;
	width: 70%;
	max-width: 350px; 
	position: absolute;
	left: 50%;
	bottom: -40px;
}
.comBtn a {
	padding: 12px 20px 15px 10px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none !important;
	background-color: #9B3B65;
	position: relative;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.comBtn a:after {
	background-image: -moz-linear-gradient( 0deg, #9B3B65 0%, #CC4F87   100%);
	background-image: -webkit-linear-gradient( 0deg, #9B3B65 0%, #CC4F87   100%);
	background-image: -ms-linear-gradient( 0deg, #9B3B65 0%, #CC4F87   100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.comBtn a:hover {
	background-color: transparent;
}
.comBtn a span {
	display: block;
}
.comBtn a .ico {
	width: 50px;
	text-align: right;
}
.comBtn a .ico img {
	width: auto;
	height: 40px;
}
.comBtn a .txt {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 30px);
	background: url(../img/icon03.png) no-repeat right center;
	background-size: 7px auto;
	color: #FFF;
}
.comBtn a .en {
	margin-top: 5px;
	font-size: 1.2rem;
}

@media all and (max-width: 1049px) {
	.comBtn {
		width: 315px;
		max-width: auto;
		left: 50% !important;
		margin-left: -157px !important;
	}
	.comBtn a {
		padding: 15px 20px 16px 5px;
		font-size: 1.8rem;
	}
	.comBtn a .en {
		margin-top: 7px;
		font-size: 1rem;
	}

}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin: -5px 0 0;
}
.comBox .topBox {
	padding: 0 10px 100px;
	position: relative;
}
.comBox .headLine03 {
	margin-bottom: 79px;
}
.comBox .topBox:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 230px;
	background-color: #F5F5F5;
	content: "";
}
.comBox .topBox li {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.comBox .inner {
	padding: 100px 0 0;
	position: relative;
}
.comBox .imgBox {
	max-width: 1400px;
	margin: 0 auto 184px;
	position: relative;
	z-index: 1;
}
.comBox .imgBox:last-child {
	margin-bottom: 0;
}
.comBox .imgBox .photo {
	float: right;
	width: 46.4%;
}
.comBox .imgBox01 .photo {
	float: left;
}
.comBox .imgBox .txtBox {
	float: left;
	width: 49.3%;
	margin-top: -10px;
	box-sizing: border-box;
	padding-left: 10px;
}
.comBox .imgBox01 .txtBox {
	float: right;
	width: 50%;
	padding: 0 10px 0 0;
}
.comBox .imgBox .txtBox > div {
	max-width: 540px;
	margin: 0 0 0 auto;
}
.comBox .imgBox01 .txtBox > div {
	margin: 0;
}
.comBox .imgBox .txtBox p {
	line-height: 1.8;
}
.comBox .imgBox .txtBox .headLine03 {
	text-align: left;
	margin-bottom: 73px;
}
.comBox .imgBox .txtBox .headLine03:before {
	left: 0;
	margin-left: 0;
}

@media all and (max-width: 1049px) {
	.comBox {
		margin: 0;
	}
	.comBox .topBox {
		padding: 0 30px 60px;
	}
	.comBox .inner {
		padding: 50px 0 0;
	}
	.comBox .imgBox {
		max-width: inherit;
		margin: 0 auto 90px;
	}
	.comBox .imgBox .photo {
		float: none !important;
		width: auto;
	}
	.comBox .imgBox .photo img {
		width: 100%;
	}
	.comBox .imgBox .txtBox {
		float: none !important;
		width: auto !important;
		margin: 24px 30px 0 !important;
		padding: 0 !important;
	}
	.comBox .imgBox .txtBox > div {
		max-width: inherit;
		margin: 0;
	}
	.comBox .imgBox .txtBox .headLine03 {
		margin-bottom: 73px;
	}

}

/*------------------------------------------------------------
	comBg
------------------------------------------------------------*/
.comBgL {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
    -webkit-transition: all 1s;
    transition: all 1s;
}
.comBgR {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
    -webkit-transition: all 1s;
    transition: all 1s;
}
.delay {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.comBgL.on,
.comBgR.on {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.comBg01 {
    position: absolute;
    top: 50px;
    left: 0;
	width: calc(50% - 300px);
    background: url("../img/bg09.jpg") no-repeat right top #f5f5f5;
    background-size: 400px 500px;
    height: 500px;
    content: "";
}
.comBg02 {
	position: absolute;
    top: 45px;
    right: 0;
    width: calc(50% - 185px);
    background: url("../img/bg10.jpg") no-repeat left top #f5f5f5;
    background-size: 515px 500px;
    height: 500px;
    content: "";
}
.comBg03 {
	position: absolute;
    bottom: 50px;
    left: 0;
    width: calc(50% - 300px);
    background: url("../img/bg03.jpg") no-repeat right top #f5f5f5;
    background-size: 500px 500px;
    height: 500px;
    content: "";
}
.comBg04 {
	position: absolute;
	top: 0;
	width: calc(50% - 222px);
	left: 0;
	height: 450px;
	background: url("../img/bg03.jpg") no-repeat right top #f5f5f5;
	background-size: 500px 500px;
	content: "";
	z-index: -1;
}
.comBg05 {
	position: absolute;
	top: 35.6%;
	right: 0;
	background: url("../img/bg04.png") no-repeat;
	background-size: 150px 250px;
	width: 150px;
	height: 250px;
	content: "";
	z-index: 1;
}
.comBg06 {
    position: absolute;
    bottom: 129px;
    right: 0;
    width: calc(50% - 201px);
    background: url("../img/bg05.jpg") no-repeat left top #f5f5f5;
    background-size: 500px 500px;
    height: 500px;
    content: "";
    z-index: -1;
}
.comBg07 {
    position: absolute;
	left: 0;
	bottom: 0;
	width: calc(50% - 550px);
	background: url("../img/bg06.jpg") no-repeat right top #f5f5f5;
	background-size: 150px 250px;
	height: 250px;
	content: "";
}
.comBg08 {
    position: absolute;
    top: 50px;
    right: 0;
    width: calc(50% - 300px);
    background: url("../img/bg08.jpg") no-repeat left top #f5f5f5;
    background-size: 400px 500px;
    height: 500px;
    content: "";
}
.comBg09 {
    position: absolute;
    bottom: -148px;
    left: 0;
    width: calc(50% - 300px);
    background: url("../img/bg09.jpg") no-repeat right top #f5f5f5;
    background-size: 400px 500px;
    height: 500px;
    content: "";
}

@media all and (max-width: 1049px) {
	.comBg01 {
		top: 0;
		width: 200px;
		background-size: 200px 250px;
		height: 250px;
	}
	.comBg02 {
		top: 0;
		width: 257px;
		background-size: 257px 250px;
		height: 250px;
	}
	.comBg03 {
		width: 250px;
		background-size: 250px 250px;
		height: 250px;
	}
	.comBg04 {
		width: 250px !important;
		background-size: 250px 250px;
		height: 250px;
	}
	.comBg05 {
		top: 21%;
		background-size: 75px 125px;
		width: 75px;
		height: 125px;
	}
	.comBg06 {
		bottom: 40%;
		width: 250px;
		background-size: 250px 250px;
		height: 250px;
	}
	.comBg07 {
		bottom: 34px;
		width: 75px;
		background-size: 75px 125px;
		height: 125px;
	}
	.comBg08 {
		width: 200px;
		background-size: 200px 250px;
		height: 250px;
	}
	.comBg09 {
		width: 200px;
		background-size: 200px 250px;
		height: 250px;
	}
	
}

/*------------------------------------------------------------
	comBtm
------------------------------------------------------------*/
.comBtm {
	padding: 70px 0 101px;
	position: relative;
}
.comBtm .comBg09 {
	top: auto;
	bottom: 69px;
}
.comBtm .rBox {
	margin: 0 auto;
}
.comBtm .rBox table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
.comBtm .rBox table th,
.comBtm .rBox table td {
	width: 28.6%;
	padding: 27px 5px 28px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
.comBtm .rBox table th {
	padding-left: 30px;
	color: #9B3B65;
	font-weight: 700;
	width: 21.4%;
}
.comBtm .lBox {
	margin: 24px 0 auto;

}
.comBtm .lBox .headLine02 {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 30px;
}
.comBtm .lBox .comLink a {
	margin: 0 0 0 auto;
}
.comBtm .lBox li:not(:last-child) {
	margin-bottom: 20px;
}

@media all and (max-width: 1049px) {
	.comBtm {
		padding: 30px 0 50px;
	}
	.comBtm .rBox {
		float: none;
		width: auto;
	}
	.comBtm .rBox table th,
	.comBtm .rBox table td {
		padding: 0 5px 10px;
		display: block;
		width: 100% !important;
	}
	.comBtm .rBox table th {
		padding: 10px 5px 0;
		border-bottom: none;
	}
	.comBtm .lBox {
		margin: 0 0 20px;
		float: none;
		width: auto;
	}
	.comBtm .lBox .headLine02 {
		text-align: left;
	}
	.comBtm .lBox .comLink a {
		margin: 0;
	}
	.comBtm .lBox li:not(:last-child) {
		margin-bottom: 5px;
	}

}



/*------------------------------------------------------------
	animation
------------------------------------------------------------*/

.animation {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delay01 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.delay02 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.delay03 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.delay04 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.delay05 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay06 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.delay07 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.delay08 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.delay09 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.fadeInUp.on,
.aniBlock.on .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
.fadeInLeft.on {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important;
}
.fadeInRight.on {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible !important;
}
.fadeInDown.on {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.swipeIn {
	position: relative;
}
.swipeIn:before {
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: width 1s;
	transition: width 1s;
	content: "";
}
.swipeIn.on:before {
	width: 0;
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
/*------------------------------------------------------------
	fadeInDown
------------------------------------------------------------*/
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
/*------------------------------------------------------------
	fadeInLeft
------------------------------------------------------------*/
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
/*------------------------------------------------------------
	fadeInRight
------------------------------------------------------------*/
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index #container {
	padding-top: 0;
}
.index #gHeader.on {
	background: none;
	box-shadow: none;
	transition: .3s;
}
.index #gHeader.on h1 .off {
	display: block;
	max-width: 230px;
}
.index #gHeader.on h1 .on {
	display: none;
}
.index #gHeader.on #gNavi li a {
	color: #9B3B65;
}
.index #gHeader.on #gNavi li a:after {
	background: #9B3B65;
}

.index .mainVisual {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #eeffff;
}

.index .mainVisual .txtBox {
	position: absolute;
	left: 0;
	width: 100%;
	top: 25%;
	z-index: 2;
	margin-top: -85px;
}
.index .mainVisual .txtBox > div {
	max-width: 1000px;
	margin: 0 auto 0 100px;
}
.index .mainVisual .txtBox p {
	max-width: 450px;
	color: #9B3B65;
	line-height: 1.8;
}
.index .mainVisual .txtBox .up {
	font-size: 3rem;
	font-weight: 700;
	display: block;
}
.index .mainVisual .txtBox .under {
	font-size: 3rem;
	font-weight: 700;
	display: block;
	text-align: right;
}
.index .mainVisual .txtBox .en {
	font-size: 1.8rem;
	font-weight: 600;
	display: block;
	text-align: center;
}


#mapImg {
	position: relative;
}

.index .office {
	cursor: pointer;
}

#Modal_sample .modal-body img {
	display: block;
	width: 400px;
	margin: 0 auto;
}


.index .sec01 {
	padding: 99px 0;
	position: relative;
}
.index .sec01 .info {
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
}
.index .sec01 .info > div {
	max-width: 1100px;
	margin: 0 auto;
}
.index .sec01 .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 0 auto 47px auto;
}


.index .sec02 {
	position: relative;
}
.index .sec02:before {
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
	bottom: -100px;
	background-color: #F5F5F5;
	content: "";
}
.index .sec02 .content {
	position: relative;
	z-index: 1;
}
.index .sec02 .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 200px auto 0 auto;
}
.index .sec02 .headLine02::before {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -39px;
	width: 50px;
	height: 5px;
	background-color: #bbb;
	content: "";
}
.index .sec02 .category {
	margin-top: 100px;
}
.index .sec02 ul {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.index .sec02 li {
	margin: 50px 50px 0 50px;
	position: relative;
	display: inline-block;
}
.index .sec02 li .comBtn {
	left: 150px;
	margin-left: 0;
	z-index: 1;
}
.index .sec02 li div {
	width: 250px;
	height: 200px;
	border:1px solid rgb(150, 150, 150);
	box-shadow:rgba(150, 150, 150, 0.509804) 9px 9px 10px 2px;
	-webkit-box-shadow:rgba(150, 150, 150, 0.509804) 9px 9px 10px 2px;
	-moz-box-shadow:rgba(150, 150, 150, 0.509804) 9px 9px 10px 2px;
	border-radius: 25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}
.index .sec02 li div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.4);
	background-image: radial-gradient(transparent 40%, rgba(255,255,255,0.4));
	border-radius: 25%;
}
.index .sec02 li div span {
	color: rgba(255,255,255,.7);
	font-size: 3rem;
	font-weight: 600;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	text-shadow:1px 2px 3px #aaa;
}



.index .sec04 {
	padding: 230px 0 0;
	position: relative;
	overflow: hidden;
}
.index .sec04 .imgBox {
	margin-bottom: 40px;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}
.index .sec04 .imgBox:last-child {
	margin-bottom: 0;
}
.index .sec04 .photo {
	width: 60%;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.index .sec04 .photo .pc {
	width: 700px;
	height: 400px;
}
.index .sec04 .photo .sp {
	width: 400px;
	height: 280px;
}
.index .sec04 .txtBox {
	width: 35.43%;
	margin-bottom: -1px;
}
.index .sec04 .txtBox .headLine02 {
	margin-bottom: 48px;
}
.index .sec04 .imgBox01 .txtBox .headLine02 {
	text-align: right;
}
.index .sec04 .imgBox01 .txtBox .comLink a {
	margin: 0 0 0 auto;
}

#sdgs_side {
	background-color: #fff;
	border-radius: 20px 0 0 20px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 20px 5px 20px 15px;
	position: fixed;
	right: 0;
	top: 150px;
	width: 105px;
}
#sdgs_side > img {
	margin: 0 auto 10px;
	width: 90%;
}

.index .br_list{
	padding: 150px 0 0;
}
.index .br_list .info{
	top: 150px;
}
.index .br_btn{
	top: 200px;
}



@media all and (min-width: 1050px) {
	.index .mainVisual .sider {
		height: calc(100vh - 50px) !important;
	}
}

@media all and (max-width: 1049px) {
	#mapImg {
		margin-top: 50px;
	}
	
	.index .mainVisual .txtBox {
		margin-top: 0;
		top: 80%
	}
	.index .mainVisual .txtBox > div {
		max-width: inherit;
		margin: 0 auto;
		right: 0;
	}
	.index .mainVisual .txtBox p {
		max-width: inherit;
		margin: 0 30px;
		line-height: 1.8;
	}
	.index .mainVisual .txtBox .en {
		font-size: 1rem;
		text-align: right;
	}
	.index .mainVisual .txtBox .up {
		font-size: 1.4rem;
		font-weight: 600;
		text-align: right;
	}
	.index .mainVisual .txtBox .under {
		font-size: 1.4rem;
		font-weight: 600;
	}

	.index .sec01 {
		padding: 77px 0 0 0;
	}
	.index .sec01 .info {
		padding: 0;
		position: static;
	}
	.index .sec01 .info > div {
		max-width: inherit;
		position: relative;
		z-index: 1;
	}
	.index .sec01 .headLine02 {
		margin-bottom: 26px;
	}

	.index .sec01 .comLink a {
		margin: 0 52px 0 auto;
	}
	.index .sec02 {
		padding: 77px 0 31px;
	}
	.index .sec02:before {
		display: none;
	}
	.index .sec02 .headLine02 {
		width: auto;
		margin: 0 0 66px;
		text-align: center;

	}
	.index .sec02 .headLine02::before {
		position: absolute;
		left: 50%;
		margin-left: -25px;
		bottom: -39px;
		width: 50px;
		height: 5px;
		background-color: #bbb;
		content: "";
	}
	.index .sec02 .category {
		margin-top: 50px;
	}
	.index .sec02 ul {
		margin: 0 -30px ;
		overflow: hidden;
	}
	.index .sec02 li {
		width: auto;
		margin-top: 30px !important;
		margin-bottom: 70px;
		float: none;
	}

	.index .sec04 {
		padding: 79px 0 0;
		align-content: center;
	}
	.index .sec04 .imgBox {
		margin: 0 -30px 50px;
	}
	.index .sec04 .photo {
		width: 400px;
		height: 280px;
		margin: 0 auto;
	}
	.index .sec04 .photo img {
		width: 100%;
	}
	.index .sec04 .txtBox {
		width: 100%;
		margin-bottom: 0;
	}
	.index .sec04 .txtBox .headLine02 {
		margin-bottom: 25px;
		line-height: 1.8;
		text-align: center;
	}
	.index .sec04 .txtBox .headLine02 .en {
		margin-top: 2px;
	}
	.index .sec04 .imgBox01 .txtBox .headLine02 {
		text-align: center;
	}
	.index .sec04 .txtBox .comLink a {
		margin: 0 auto;
		padding: 15px 20px 14px;
		font-size: 1.4rem;
	}
	.index .sec04 .imgBox01 .txtBox .comLink a {
		margin: 0 auto;
	}
	.include .on .logo {
		margin: 0 10px 0 0;
    	padding: 0 10px 0 0;
	}
	.include .on .sdgs > img {
		width: 70px;
	}
	#sdgs_side {
		display: none;
	}

	.index .br_list{
		padding: 77px 0 40px 30px;
	}
	.index .br_list .photoBox:nth-child(n+2){
		display: none;
	}
	.index .br_list .inner{
		margin: 0px;
	}
	.index .br_list .photoBox{
		width: 90%;
	}
	.index .br_list .photoBox a .photo img{
		width: 100%;
	}
	.index .br_list .comLink a{
		top: 20px;
		width: 90%;
		margin: 0;
	}
}

@media all and (max-width: 389px) {
	.index .mainVisual .txtBox p {
		margin: 0 15px;
	}
}




/*------------------------------------------------------------
	philosophy
------------------------------------------------------------*/
.philosophy #gNavi li:first-child a:after {
	width: 100%;
}
.philosophy #gNavi .biz_menu ul li a:after {
	width: 0%;
}
.philosophy #gNavi .biz_menu ul li:hover a:after {
	width: 100%;
}
.philosophy .mainImg > div {
	background: url("../img/photo_company.jpg") no-repeat center bottom;
	background-size: 100%;

}
.philosophy .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}
.philosophy .sec01 {
	max-width: 1400px;
	margin: 0 auto;
}
.philosophy .sec01 .photo {
	float: left;
	width: 42.85%;
}
.philosophy .sec01 .txtBox {
	float: right;
	width: 50%;
	margin-top: 85px;
	padding-right: 10px;
	box-sizing: border-box;
}
.philosophy .sec01 .txtBox > div {
	max-width: 500px;
}
.philosophy .sec01 .txtBox p {
	line-height: 1.8;
}
.philosophy .sec02 {
	padding: 100px 0 67px;
	position: relative;
}
.philosophy .sec02 > div {
	max-width: 1400px;
	margin: 0 auto;
}
.philosophy .sec02 .inner {
	max-width: 850px;
	margin: 0 0 0 auto;
	position: relative;
}
.philosophy .sec02 .headLine02 {
	margin: 0;
	position: absolute;
	left: -180px;
	top: -9px;
	text-align: right;
}
.philosophy .sec02 .photo {
	margin-bottom: 31px;
}
.philosophy .sec02 .headLine01 {
	margin-bottom: 25px;
}
.philosophy .sec02 .txtBox {
	max-width: 645px;
	z-index: 1;
}
.philosophy .sec02 .txtBox p {
	margin-bottom: 29px;
	line-height: 1.8;
}
.philosophy .sec02 .txtBox .right {
	margin-top: 34px;
	text-align: right;
}
.philosophy .sec03 {
	position: relative;
}
.philosophy .sec03 .imgBox {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.philosophy .sec03 .imgBox:not(:last-child) {
	margin-bottom: 101px;
}
.philosophy .sec03 .photo {
	float: left;
	width: 46.4%;
}
.philosophy .sec03 .txtBox {
	margin-top: 41px;
	float: right;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}
.philosophy .sec03 .txtBox > div {
	max-width: 490px;
}
.philosophy .sec03 .txtBox p {
	line-height: 1.8;
}
.philosophy .sec03 .imgBoxR .photo {
	float: right;
}
.philosophy .sec03 .imgBoxR .txtBox {
	float: left;
	padding: 0 0 0 10px;
}
.philosophy .sec03 .imgBoxR .txtBox > div {
	margin: 0 0 0 auto;
}
.philosophy .sec03 .headLine02 {
	margin: 0 30px 43px 0;
	text-align: center;
}
.philosophy .sec03 .corporate {
	display: flex;
	margin: auto;
	max-width: 1100px;
	width: 100%;
}
.philosophy .sec03 .corporate .mvv {
	max-width: 600px;
	text-align: center;
	width: 100%;
}
.philosophy .sec03 .corporate .mvv .mission,
.philosophy .sec03 .corporate .mvv .vision {
	margin: 0 auto 50px;
}
.philosophy .sec03 .corporate .mvv .mission::before{
    content: '';
    display: inline-block;
    width: 31px;
    height: 27px;
    background-image: url(../img/mission.png);
    background-size: contain;
    vertical-align: middle;
}
.philosophy .sec03 .corporate .mvv .vision::before{
    content: '';
    display: inline-block;
    width: 31px;
    height: 27px;
    background-image: url(../img/vision.png);
    background-size: contain;
    vertical-align: middle;
}
.philosophy .sec03 .corporate .mvv .value::before{
    content: '';
    display: inline-block;
    width: 31px;
    height: 27px;
    background-image: url(../img/value.png);
    background-size: contain;
    vertical-align: middle;
}
.philosophy .sec03 .corporate .mvv .value {
	margin: 0 auto;
}
.philosophy .sec03 .corporate .mvv .subtitle {
	color: #AAA;
	font-size: 14px;
	margin: 0 auto 20px;
}
.philosophy .sec03 .corporate .mvv .title {
	color: #9B3B65;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 20px;
}
.philosophy .sec03 .corporate .mvv .text {
	font-size: 14px;
}
.philosophy .sec03 .corporate .mvv .value ol {
	font-size: 14px;
	margin: auto;
	max-width: 450px;
	width: 100%;
}
.philosophy .sec03 .corporate .mvv .value ol li {
	margin: 0 0 5px;
	position: relative;
	text-align: left;
}
.philosophy .sec03 .corporate .mvv .value ol li:before {
	content: "";
	background-image: url("../img/dot.png");
	height: 8px;
	left: -18px;
	position: absolute;
	top: 8px;
	width: 8px;
}
.philosophy .sec03 .corporate .image {
	-webkit-align-items: center;
	        align-items: center;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	max-width: 500px;
	width: 100%;
}
.philosophy .sec03 .corporate .image img {
	width: 300px;
	height: 240px;
}

@media all and (max-width: 1049px) {
	.philosophy .sec02 .inner {
		max-width: 700px;
	}
}

@media all and (max-width: 1049px) {
	.philosophy .sec01 {
		padding-bottom: 45px;
		max-width: inherit;
	}
	.philosophy .sec01 .photo {
		float: none !important;
		width: auto;
	}
	.philosophy .sec01 .photo img {
		width: 100%;
	}
	.philosophy .sec01 .txtBox {
		float: none !important;
		width: auto;
		margin: 19px 30px 0;
		padding: 0;
	}
	.philosophy .sec01 .txtBox > div {
		max-width: inherit;
	}
	.philosophy .sec02  {
		padding: 23px 30px 14px;
	}
	.philosophy .sec02 .inner {
		max-width: inherit;
		margin: 0;
	}
	.philosophy .sec02 .headLine02 {
		margin: 0 0 24px;
		position: static;
		text-align: left;
	}
	.philosophy .sec02 .headLine02 > span {
		text-align: right;
		display: inline-block;
	}
	.philosophy .sec02 .photo {
		margin: 0 -30px 20px;
	}
	.philosophy .sec02 .photo img {
		width: 100%;
	}
	.philosophy .sec02 .headLine01 {
		margin-bottom: 13px;
	}
	.philosophy .sec02 .txtBox {
		max-width: inherit;
	}
	.philosophy .sec02 .txtBox .right {
		margin-top: -10px;
	}
	.philosophy .sec03 .imgBox {
		max-width: inherit;
	}
	.philosophy .sec03 .imgBox:not(:last-child) {
		margin-bottom: 45px;
	}
	.philosophy .sec03 .photo {
		float: none !important;
		width: auto;
	}
	.philosophy .sec03 .photo img {
		width: 100%;
	}
	.philosophy .sec03 .txtBox {
		margin: 24px 30px 0;
		float: none !important;
		width: auto;
		padding: 0 !important;
	}
	.philosophy .sec03 .txtBox > div {
		max-width: inherit;
	}
	.philosophy .sec03 .imgBoxR .txtBox > div {
		margin: 0;
	}
	.philosophy .sec03 .headLine02 {
		    margin: 0 auto 30px;
	}
	.philosophy .sec03 .corporate {
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	    margin: 0 30px;
	    width: auto;
	}
	.philosophy .sec03 .corporate .image {
		margin: 0 auto 30px;
	}
	.philosophy .sec03 .corporate .mvv .text {
		text-align: left;
	}
	.philosophy .sec03 .corporate .mvv .value ol {
		width: 85%;
	}

}

/*------------------------------------------------------------
	business
------------------------------------------------------------*/
.business #gNavi li:nth-child(2) a:after {
	width: 100%;
}
.business #gNavi .biz_menu ul li:first-child a:after {
	width: 100%;
}
.business #gNavi .biz_menu ul li:nth-child(2) a:after {
	width: 0%;
}
.business #gNavi .biz_menu ul li:nth-child(2):hover a:after {
	width: 100%;
}
.business .mainImg > div {
	background: url("../img/business_office.jpg") no-repeat center center;
	background-size: 100%;
}



.business .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}

.business .sec01 .headLine01 {
	text-align: center;
}
.business .sec01 .en:before {
	left: 45%;
}

.business .imgBox {
	margin-top: 150px;
	margin-bottom: 40px;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}
.business .imgBox:last-child {
	margin-bottom: 0;
}
.business .photo {
	width: 60%;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.business .photo .pc {
	width: 700px;
	height: 400px;
}
.business .photo .sp {
	width: 400px;
	height: 280px;
}
.business .txtBox {
	width: 35.43%;
	margin-bottom: -1px;
}
.business .txtBox .headLine02 {
	margin-bottom: 48px;
}
.business .imgBox01 .txtBox .headLine02 {
	text-align: right;
}
.business .imgBox01 .txtBox .comLink a {
	margin: 0 0 0 auto;
}
.business .mainContent {
	font-size: 1.8rem;
}
.business .subContent {
	margin-top: 40px;
}
.business .subContent .headLine02 {
	text-align: center;
}
.business .subContent .items {
	padding: 15px 0 15px 30px;
	margin-bottom: 10px;
	background-color: rgba(196,196,196,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.business .subContent .container .row .col {
	padding: 5px 10px;
}
.business .subContent .printer img {
	width: 60px;
	height: 60px;
}
.business .subContent .icon img {
	width: 30px;
	height: 30px;
}
.business .subContent .txt {
	font-size: 2.1rem;
	color: #9B3B65;
	margin: 0 30px 0 10px;
	padding-top: 50px;
}

.business .subContent p {
	float: left;
	margin: auto 0;
}
.business .subContent .logo img {
	margin: 30px;
	width: 200px;
	height: 50px;
	object-fit: contain;
}

.business .sec02 {
	padding: 80px 0 0;
	position: relative;
	overflow: hidden;
}
.business .sec03 {
	position: relative;
	overflow: hidden;
}
.business .sec04 {
	position: relative;
	overflow: hidden;
}





@media all and (max-width: 1049px) {
	.business .photo {
		width: 400px;
		height: 280px;
		margin: 0 auto;
	}
	.business .imgBox {
		margin-top: 40px;
	}

	.business .imgBox01 .txtBox .headLine02 {
		text-align: center;
	}
	.business .imgBox01 .txtBox .comLink a {
		margin: 0 auto;
	}

	.business .txtBox {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.business .txtBox .comLink a {
		margin: 0 auto;
	}
	.business .txtBox .headLine02 {
		margin-bottom: 28px;
	}

	.business .mainContent {
		margin-bottom: 20px;
	}
	.business .subContent .items {
		padding: 10px 0 10px 15px;
	}
	.business .subContent .printer img {
		width: 30px;
		height: 30px;
	}
	.business .subContent .txt {
		font-size: 2.0rem;
		margin: 0 10px;
	}

	.business .sec01 {
		margin-bottom: 80px;
		background-image: none;
	}
	.business .sec01 .headLine02 {
		width: 100%;
		margin: 0 -10px 80px !important;
	}
	.business .sec02 {
		padding: 20px 0 0;
	}

	.business .sec01 
	.business .sec03{
		margin-bottom: 80px;
		padding-top: 0;
	}


}

/*------------------------------------------------------------
	supply printer
------------------------------------------------------------*/
.printer #gNavi li:nth-child(2) a:after {
	width: 100%;
}
.printer #gNavi .biz_menu ul li:first-child a:after {
	width: 100%;
}
.printer #gNavi .biz_menu ul li:nth-child(2) a:after {
	width: 0%;
}
.printer #gNavi .biz_menu ul li:nth-child(2):hover a:after {
	width: 100%;
}
.printer .mainImg > div {
	background: url("../img/konika_printer.jpg") no-repeat center center;
	background-size: 100%;
}

.printer .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}
.printer .sec01 {
	margin-bottom: 91px;
	position: relative;
}

.printer .sec01 .comBg04 {
	top: 210px;
	width: calc(50% - 200px);
}
.printer .sec01 .content {
	position: relative;
	z-index: 1;
}
.printer .sec01 .content .comment {
	margin: 10px auto 50px auto;
	display: block;
	text-align: center;

}
.printer .sec01 .content .comment p {
	font-size: 1.8rem;
	font-weight: 600;
}
.printer .sec01 .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 0 auto 47px auto;
}

.printer .sec01 .top_col {
	text-align: center;
}

.printer .sec01 .textList li {
	box-sizing: border-box;
	display: inline-block;
	padding: 48px 4.5% 100px;
	width: 400px;
	height: 400px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}


.printer .sec01 .comBtn {
	width: 100%;
	max-width: 450px;
	margin-left: -200px;
	bottom: 0px;
	text-align: center;
}

.printer .sec02 {
	margin-bottom: 82px;
	padding-top: 41px;
	position: relative;
}
.printer .sec02 .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 0 auto 47px auto;
}
.printer .sec02 ul {
	display: block;
}
.printer .sec02 li {
	display: inline-block;
	list-style: none;
}
.printer .sec02 img {
	width: auto;
	height: 100px;
	margin: 20px;

}

.printer .sec03 {
	margin-bottom: 82px;
	padding-top: 41px;
	position: relative;
}
.printer .sec03 .subBox .photo .pc {
	width: 700px;
	height: 400px;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.printer .sec03 .subBox .photo .sp {
	width: 400px;
	height: 280px;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.printer .sec03 .comBg08 {
	top: 0;
}


.printer .subBox .headLine03 {
	text-align: left;
}
.printer .subBox .headLine03::before {
	margin-left: 0;
	left: 0;
}
.printer .subBox p {
	line-height: 1.8;
}
.printer .subBox h4 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #d97000;
}
.printer .subBox .imgBox {
	margin-bottom: 40px;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}
.printer .subBox .txtBox {
	width: 31.8%;
	margin-bottom: -1px;
}



@media all and (max-width: 1049px) {
	.printer .sec01 {
		margin-bottom: 80px;
		background-image: none;
	}
	.printer .sec01 .headLine02 {
		width: 100%;
		margin: 0 -10px 80px !important;
	}
	.printer .sec01 .under_col {
		text-align: center;
	}

	.printer .sec02 .content ul {
		text-align: center;
	}
	.printer .sec01 
	.printer .sec03{
		margin-bottom: 80px;
		padding-top: 0;
	}
	.printer .sec03 .photo {
		width: 400px;
		height: 280px;
		margin: 0 auto;
	}
	.printer .subBox .txtBox {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.printer .subBox .txtBox .comLink a {
		margin: 0 auto;
	}

}

/*------------------------------------------------------------
	supply led-light
------------------------------------------------------------*/
.ledlight #gNavi li:nth-child(2) a:after {
	width: 100%;
}
.ledlight #gNavi .biz_menu ul li:first-child a:after {
	width: 100%;
}
.ledlight #gNavi .biz_menu ul li:nth-child(2) a:after {
	width: 0%;
}
.ledlight #gNavi .biz_menu ul li:nth-child(2):hover a:after {
	width: 100%;
}
.ledlight .mainImg > div {
	background: url("../img/ledlight.jpg") no-repeat center center;
	background-size: 100%;
}

.ledlight .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}

.ledlight .content {
	position: relative;
	z-index: 1;
}
.ledlight .content .comment {
	margin: 10px auto 50px auto;
	display: block;
	text-align: center;

}
.ledlight .content .comment p {
	font-size: 2rem;
	font-weight: 600;
}
.ledlight .content .subComment p {
	font-size: 1.8rem;
}
.ledlight .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 0 auto 30px auto;
}

.ledlight .sec01 {
	margin-bottom: 91px;
	position: relative;
}

.ledlight .sec02 {
	margin-bottom: 82px;
	padding-top: 41px;
	position: relative;
}

.ledlight .sec02 .content ul {
	display: block;
	list-style-type: square;
}
.ledlight .sec02 .content li {
	font-size: 2.5rem;
	margin: 0 0 15px 50px;
}
.ledlight .sec02 .content li span {
	border-bottom: solid 3px ;
	border-image: -moz-linear-gradient( 0deg, #CC4F87  0%, #9B3B65 100%)1;
	border-image: -webkit-linear-gradient( 0deg, #CC4F87  0%, #9B3B65 100%)1;
	border-image: -ms-linear-gradient( 0deg, #CC4F87  0%, #9B3B65 100%)1;
}
.ledlight .sec03 .content .subComment {
	margin-bottom: 50px;
}
.ledlight .sec03 .content .container img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.ledlight .sec03 .content .comment {
	margin: 20px 0;
}
.ledlight .sec03 .content .subComment li {
	list-style-type: square;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 5px;
}
.ledlight .sec03 .content .subComment li span {
	border-bottom: solid 1px #333;
	font-weight: 600;
}

.ledlight .sec04 .content .leftSide {
	float: left;
	margin: 0 20px;
}
.ledlight .sec04 .content .leftSide img {
	width: auto;
	height: 600px;
}
.ledlight .sec04 .content .rightSide {
	float: left;
	margin: 20px 0 20px 40px;
}
.ledlight .sec04 .content .rightSide li {
	list-style-type: decimal;
	font-size: 3rem;
	font-weight: 600;
	margin-top: 25px;
}
.ledlight .sec04 .content .rightSide p {
	font-size: 1.8rem;
}

.ledlight .last-phrase {
	margin-top: 80px;
}


@media all and (max-width: 1049px) {
	.ledlight .content .comment p {
		font-size: 1.8rem;
		font-weight: 600;
	}
	.ledlight .content .subComment p {
		font-size: 1.6rem;
	}
	.ledlight .headLine02 {
		width: 100%;
		margin: 0 -10px 50px !important;
	}

	.ledlight .sec01 {
		margin-bottom: 60px;
		background-image: none;
	}

	.ledlight .sec02 {
		margin-bottom: 60px;
		padding-top: 0;
	}
	.ledlight .sec02 .content ul {
		text-align: left;
	}
	.ledlight .sec02 .content li {
		font-size: 1.8rem;
		margin: 0 0 10px 30px;
	}

	.ledlight .sec03 {
		margin-bottom: 60px;
		padding-top: 0;
	}

	.ledlight .sec03 .content .subComment {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.ledlight .sec04 {
		margin-bottom: 60px;
		padding-top: 0;
	}

	.ledlight .sec04 .content .rightSide {
		margin: 0 0 0 20px;
	}
	.ledlight .sec04 .content .rightSide li {
		font-size: 2rem;
		font-weight: 600;
		margin-top: 20px;
	}
	.ledlight .sec04 .content .rightSide p {
		font-size: 1.4rem;
	}

	.ledlight .subBox .txtBox {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.ledlight .subBox .txtBox .comLink a {
		margin: 0 auto;
	}

	.ledlight .last-phrase {
		margin: 50px 10px auto 10px
	}
	.ledlight .last-phrase .headLine02 {
		width: inherit;
	}
}


/*------------------------------------------------------------
	supply pcdevice
------------------------------------------------------------*/
.pcdevice #gNavi li:nth-child(2) a:after {
	width: 100%;
}
.pcdevice #gNavi .biz_menu ul li:first-child a:after {
	width: 100%;
}
.pcdevice #gNavi .biz_menu ul li:nth-child(2) a:after {
	width: 0%;
}
.pcdevice #gNavi .biz_menu ul li:nth-child(2):hover a:after {
	width: 100%;
}
.pcdevice .mainImg > div {
	background: url("../img/oadevice.jpg") no-repeat center center;
	background-size: 100%;
}

.pcdevice .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}
.pcdevice .sec01 {
	margin-bottom: 91px;
	position: relative;
}

.pcdevice .sec01 .comBg04 {
	top: 210px;
	width: calc(50% - 200px);
}
.pcdevice .sec01 .content {
	position: relative;
	z-index: 1;
}
.pcdevice .sec01 .content .comment {
	margin: 10px auto 50px auto;
	display: block;
	text-align: center;

}
.pcdevice .sec01 .content .comment p {
	font-size: 1.8rem;
	font-weight: 600;
}
.pcdevice .sec01 .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 0 auto 47px auto;
}

.pcdevice .sec01 .top_col {
	text-align: center;
}

.pcdevice .sec01 .textList li {
	box-sizing: border-box;
	display: inline-block;
	padding: 48px 4.5% 100px;
	width: 400px;
	height: 400px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}


.pcdevice .sec01 .comBtn {
	width: 100%;
	max-width: 450px;
	margin-left: -200px;
	bottom: 0px;
	text-align: center;
}

.pcdevice .sec02 {
	margin-bottom: 82px;
	padding-top: 41px;
	position: relative;
}
.pcdevice .sec02 .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 0 auto 47px auto;
}
.pcdevice .sec02 ul {
	display: block;
}
.pcdevice .sec02 li {
	display: inline-block;
	list-style: none;
}
.pcdevice .sec02 img {
	width: auto;
	height: 100px;
	margin: 20px;

}

.pcdevice .sec03 {
	margin-bottom: 82px;
	padding-top: 41px;
	position: relative;
}
.pcdevice .sec03 .subBox .photo .pc {
	width: 700px;
	height: 400px;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.pcdevice .sec03 .subBox .photo .sp {
	width: 400px;
	height: 280px;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.pcdevice .sec03 .comBg08 {
	top: 0;
}


.pcdevice .subBox .headLine03 {
	text-align: left;
}
.pcdevice .subBox .headLine03::before {
	margin-left: 0;
	left: 0;
}
.pcdevice .subBox p {
	line-height: 1.8;
}
.pcdevice .subBox h4 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #d97000;
}
.pcdevice .subBox .imgBox {
	margin-bottom: 40px;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}
.pcdevice .subBox .txtBox {
	width: 31.8%;
	margin-bottom: -1px;
}



@media all and (max-width: 1049px) {
	.pcdevice .sec01 {
		margin-bottom: 80px;
		background-image: none;
	}
	.pcdevice .sec01 .headLine02 {
		width: 100%;
		margin: 0 -10px 80px !important;
	}
	.pcdevice .sec01 .under_col {
		text-align: center;
	}

	.pcdevice .sec02 .content ul {
		text-align: center;
	}
	.pcdevice .sec01 
	.pcdevice .sec03{
		margin-bottom: 80px;
		padding-top: 0;
	}
	.pcdevice .sec03 .photo {
		width: 400px;
		height: 280px;
		margin: 0 auto;
	}
	.pcdevice .subBox .txtBox {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.pcdevice .subBox .txtBox .comLink a {
		margin: 0 auto;
	}

}


/*------------------------------------------------------------
	supply stationary
------------------------------------------------------------*/
.stationary #gNavi li:nth-child(2) a:after {
	width: 100%;
}
.stationary #gNavi .biz_menu ul li:first-child a:after {
	width: 100%;
}
.stationary #gNavi .biz_menu ul li:nth-child(2) a:after {
	width: 0%;
}
.stationary #gNavi .biz_menu ul li:nth-child(2):hover a:after {
	width: 100%;
}
.stationary .mainImg > div {
	background: url("../img/stationary.jpg") no-repeat center center;
	background-size: 100%;
}

.stationary .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}
.stationary .sec01 {
	margin-bottom: 91px;
	position: relative;
}

.stationary .sec01 .comBg04 {
	top: 210px;
	width: calc(50% - 200px);
}
.stationary .sec01 .content {
	position: relative;
	z-index: 1;
}
.stationary .sec01 .content .comment {
	margin: 10px auto 50px auto;
	display: block;
	text-align: center;

}
.stationary .sec01 .content .comment p {
	font-size: 1.8rem;
	font-weight: 600;
}
.stationary .sec01 .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 0 auto 47px auto;
}

.stationary .sec01 .top_col {
	text-align: center;
}

.stationary .sec01 .textList li {
	box-sizing: border-box;
	display: inline-block;
	padding: 48px 4.5% 100px;
	width: 400px;
	height: 400px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}


.stationary .sec01 .comBtn {
	width: 100%;
	max-width: 450px;
	margin-left: -200px;
	bottom: 0px;
	text-align: center;
}

.stationary .sec02 {
	margin-bottom: 82px;
	padding-top: 41px;
	position: relative;
}
.stationary .sec02 .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 0 auto 47px auto;
}
.stationary .sec02 ul {
	display: block;
}
.stationary .sec02 li {
	display: inline-block;
	list-style: none;
}
.stationary .sec02 img {
	width: auto;
	height: 100px;
	margin: 20px;

}

.stationary .sec03 {
	margin-bottom: 82px;
	padding-top: 41px;
	position: relative;
}
.stationary .sec03 .subBox .photo .pc {
	width: 700px;
	height: 400px;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.stationary .sec03 .subBox .photo .sp {
	width: 400px;
	height: 280px;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.stationary .sec03 .comBg08 {
	top: 0;
}


.stationary .subBox .headLine03 {
	text-align: left;
}
.stationary .subBox .headLine03::before {
	margin-left: 0;
	left: 0;
}
.stationary .subBox p {
	line-height: 1.8;
}
.stationary .subBox h4 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #d97000;
}
.stationary .subBox .imgBox {
	margin-bottom: 40px;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}
.stationary .subBox .txtBox {
	width: 31.8%;
	margin-bottom: -1px;
}



@media all and (max-width: 1049px) {
	.stationary .sec01 {
		margin-bottom: 80px;
		background-image: none;
	}
	.stationary .sec01 .headLine02 {
		width: 100%;
		margin: 0 -10px 80px !important;
	}
	.stationary .sec01 .under_col {
		text-align: center;
	}

	.stationary .sec02 .content ul {
		text-align: center;
	}
	.stationary .sec01 
	.stationary .sec03{
		margin-bottom: 80px;
		padding-top: 0;
	}
	.stationary .sec03 .photo {
		width: 400px;
		height: 280px;
		margin: 0 auto;
	}
	.stationary .subBox .txtBox {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.stationary .subBox .txtBox .comLink a {
		margin: 0 auto;
	}

}


/*------------------------------------------------------------
	supply furniture
------------------------------------------------------------*/
.furniture #gNavi li:nth-child(2) a:after {
	width: 100%;
}
.furniture #gNavi .biz_menu ul li:first-child a:after {
	width: 100%;
}
.furniture #gNavi .biz_menu ul li:nth-child(2) a:after {
	width: 0%;
}
.furniture #gNavi .biz_menu ul li:nth-child(2):hover a:after {
	width: 100%;
}
.furniture .mainImg > div {
	background: url("../img/furniture.jpg") no-repeat center center;
	background-size: 100%;
}

.furniture .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}
.furniture .sec01 {
	margin-bottom: 91px;
	position: relative;
}

.furniture .sec01 .comBg04 {
	top: 210px;
	width: calc(50% - 200px);
}
.furniture .sec01 .content {
	position: relative;
	z-index: 1;
}
.furniture .sec01 .content .comment {
	margin: 10px auto 50px auto;
	display: block;
	text-align: center;

}
.furniture .sec01 .content .comment p {
	font-size: 1.8rem;
	font-weight: 600;
}
.furniture .sec01 .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 0 auto 47px auto;
}

.furniture .sec01 .top_col {
	text-align: center;
}

.furniture .sec01 .textList li {
	box-sizing: border-box;
	display: inline-block;
	padding: 48px 4.5% 100px;
	width: 400px;
	height: 400px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}


.furniture .sec01 .comBtn {
	width: 100%;
	max-width: 450px;
	margin-left: -200px;
	bottom: 0px;
	text-align: center;
}

.furniture .sec02 {
	margin-bottom: 82px;
	padding-top: 41px;
	position: relative;
}
.furniture .sec02 .headLine02 {
	width: 45.5%;
	text-align: center;
	margin: 0 auto 47px auto;
}
.furniture .sec02 ul {
	display: block;
}
.furniture .sec02 li {
	display: inline-block;
	list-style: none;
}
.furniture .sec02 img {
	width: auto;
	height: 100px;
	margin: 20px;

}

.furniture .sec03 {
	margin-bottom: 82px;
	padding-top: 41px;
	position: relative;
}
.furniture .sec03 .subBox .photo .pc {
	width: 700px;
	height: 400px;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.furniture .sec03 .subBox .photo .sp {
	width: 400px;
	height: 280px;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.furniture .sec03 .comBg08 {
	top: 0;
}


.furniture .subBox .headLine03 {
	text-align: left;
}
.furniture .subBox .headLine03::before {
	margin-left: 0;
	left: 0;
}
.furniture .subBox p {
	line-height: 1.8;
}
.furniture .subBox h4 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #d97000;
}
.furniture .subBox .imgBox {
	margin-bottom: 40px;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}
.furniture .subBox .txtBox {
	width: 31.8%;
	margin-bottom: -1px;
}



@media all and (max-width: 1049px) {
	.furniture .sec01 {
		margin-bottom: 80px;
		background-image: none;
	}
	.furniture .sec01 .headLine02 {
		width: 100%;
		margin: 0 -10px 80px !important;
	}
	.furniture .sec01 .under_col {
		text-align: center;
	}

	.furniture .sec02 .content ul {
		text-align: center;
	}
	.furniture .sec01 
	.furniture .sec03{
		margin-bottom: 80px;
		padding-top: 0;
	}
	.furniture .sec03 .photo {
		width: 400px;
		height: 280px;
		margin: 0 auto;
	}
	.furniture .subBox .txtBox {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.furniture .subBox .txtBox .comLink a {
		margin: 0 auto;
	}

}

/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.company #gNavi li:nth-child(3) a:after {
	width: 100%;
}
.company .mainImg > div {
	background: url("../img/photo_company.jpg") no-repeat center bottom;
	background-size: 100%;
}
.company .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}
.company .comBtm {
	padding: 0;
	margin-top: -29px;
}
.company .comBtm .comBg09 {
	bottom: 146px;
}
.company .comBtm .rBox {
	padding-top: 40px;
}
.company .comBtm .rBox table .duties{
	font-weight: 700;
}

.company .comBtm .rBox table td li:not(:last-child) {
	margin-bottom: 12px;
}
.company .comBtm .rBox .services {
	margin-top: 15px;
	padding-left: 20px;
	text-align: right;
	font-weight: 600;
	font-size: 1.6rem;
}
.company .comBtm .rBox p {
	margin-top: 15px;
	padding-left: 40px;
	text-align: right;
	font-size: 1.3rem;
}
.company .comBtm .rBox .work {
	margin-bottom: 15px;
	text-align: left;
	font-size: inherit;
}


.company .history {
	padding: 59px 0 0;
	position: relative;
}
.company .history .comBg08 {
	top: 84px;
	width: calc(50% - 385px);
}
.company .history .comBg07 {
	bottom: -190px;
}
.company .history .headLine02 {
	margin-bottom: 44px;
	text-align: center;
}
.company .history .topUl {
	text-align: center;
	margin-bottom: 35px;
}
.company .history .topUl li {
	margin: 0 22px;
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
}
.company .history .topUl li a {
	display: block;
	text-decoration: none;
	position: relative;
}
.company .history .topUl li a:after {
	background: -webkit-linear-gradient( 0deg, #CC4F87   0%, #9B3B65 100%);
    border-radius: 0%;
	content: '';
	height: 3px;
	margin: auto;
	opacity: 0;
	position: absolute;
    left: 0;
	right: 0;
	top: auto;
    bottom: -6px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
    width: 0;
}
.company .history .topUl .active a:after{
    width: 100%;
}
.company .history .topUl li a:hover:after {
	opacity: 1;
    width: 100%;
}
.company .history .topUl li.active a:after {
	opacity: 1;
}
.company .history .area {
	margin: 0 auto 50px;
}
.company .history .dateUl {
	max-width: 900px;
	margin: 0 auto;
}
.company .history .dateUl li {
	margin-top: -100px;
	width: 50%;
}
.company .history .dateUl li:first-of-type {
	margin-top: 0;
}
.company .history .dateUl li:nth-child(2n) {
	margin: -100px 0 0 auto;
}
.company .history .dateUl li.text {
	margin-top: -50px;
}
.company .history .dateUl .date {
	color: #ddd;
	font-size: 6rem;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}
.company .history .dateUl .title {
	margin: 11px 0 25px 40px;
	line-height: 1.8;
}
.company .history .dateUl .photo {
	margin-left: 40px;
	max-width: 300px;
	border:1px solid rgb(238, 238, 238);
	box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
	-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.company .history .tab li {
	cursor: pointer;
}
.company .history .area ul {
	display: none;
}
.company .history .area ul.show {
	display: block;
}
.company .history .goback {
	margin: 50px auto 0;
}
.company .history .goback a {
    width: fit-content;
    padding: 0;
	margin: auto;
    color: #444;
    background-color: #fff;
    text-align: center;
    transition: all .3s ease;
    font-size: 18px;
}
.company .history .goback a:after {
	background: -webkit-linear-gradient( 0deg, #CC4F87   0%, #9B3B65 100%);
    border-radius: 0%;
	content: '';
	height: 3px;
	margin: auto;
	opacity: 0;
	position: absolute;
    left: 0;
	right: 0;
	top: auto;
    bottom: -6px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
    width: 0;
}
.company .history .goback a:hover:after {
	opacity: 1;
    width: 100%;
}
.goback a:before{
    background: none;
}

@media all and (max-width: 1049px) {
	.company .comBtm {
		padding: 0;
		margin-top: 0;
	}
	.company .comBtm .content {
		position: relative;
		z-index: 1;
	}
	.company .comBtm:before {
		bottom: 146px;
	}
	.company .comBtm .lBox {
		width: auto;
	}
	.company .comBtm .rBox table td span {
		margin-top: 0;
	}
	.company .comBtm .rBox table td li:not(:last-child) {
		margin-bottom: 0;
	}
	.company .comBtm .rBox p {
		margin-top: 5px;
	}
	
	.company .history {
		padding: 30px 0 0;
	}
	.company .history:after {
		top: 84px;
		left: auto;
		background-size: 200px 250px;
		height: 250px;
		width: 150px;
	}
	.company .history .topUl {
		margin-bottom: 25px;
	}
	.company .history .topUl li {
		margin: 0 6px;
	}
	.company .history .dateUl {
		max-width: inherit;
	}
	.company .history .dateUl li {
		width: auto;
		margin-bottom: 0;
	}
	.company .history .dateUl li.text {
		margin: auto;
	}
	.company .history .dateUl li:nth-child(2n) {
		margin: 0;
	}
	.company .history .dateUl .date {
		font-size: 4rem;
	}
	.company .history .dateUl .title {
		margin: 5px 0 15px 20px;
		line-height: 1.8;
	}
	.company .history .dateUl .photo {
		margin-left: 20px;
		max-width: inherit;
	}
	.company .history .dateUl .photo img {
		width: 100%;
	}
	.company .history .dateUl li {
		margin: 0 auto 20px;
	}

}


/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.news #gNavi li:nth-child(4) a:after {
	width: 100%;
}
.news .mainImg > div {
	background: url("../img/photo_company.jpg") no-repeat center bottom;
	background-size: 100%;

}
.news .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}
.news .bg {
	position: absolute;
	left: 0;
	top: 24.7%;
	right: calc(50% + 435px);
	background: url("../img/bg07.jpg") no-repeat right top #F5F5F5;
	background-size: 265px 500px;
	height: 500px;
	content: "";
}


/*------------------------------------------------------------
	news-article
------------------------------------------------------------*/
.news .article {
	max-width: 900px;
	margin: -5px auto -1px;
	padding-top: 20px;
	position: relative;
	z-index: 1;
}
.news .article  p{
	line-height: 1.8;
}

.news .article img {
	margin: 10px auto;
	max-width: 900px;
}

.news .comBtm {
	padding: 0;
	margin-top: -29px;
}

@media all and (max-width: 1049px) {
	.news .article {
		max-width: inherit;
		margin: 0;
	}

}



/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.recruit #gNavi li:last-child a:after {
	width: 100%;
}
.recruit #gNavi .biz_menu ul li:last-child a:after {
	width: 0%;
}
.recruit #gNavi .biz_menu ul li:last-child:hover a:after {
	width: 100%;
}
.recruit .comBg9 {
	bottom: auto;
	top: 50px;
}
.recruit .comBg06 {
	bottom: auto;
	top: 850px;
	width: calc(50% - 300px);
}
.recruit .mainImg > div {
	background: url("../img/recruit_image.jpg") no-repeat right top 25%;
	background-size: 100%;

}
.recruit .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}

.recruit .notes {
	padding-top: 20px;
	text-align: right;
}

#main .news-article a:link,
#main .news-article a:active,
#main .news-article a:visited {
	text-decoration: none;
}
#main .news-article a:hover {
	text-decoration: underline;
}

.recruit .btmLink {
	max-width: 650px;
	margin: 0 auto;
}
.recruit .comBtm {
	padding: 0;
	margin-top: -29px;
}
.recruit .comBtm .rBox table td {
	width: auto;
}
.recruit .btmLink a {
	padding: 38px 52px 37px;
	display: block;
	color: #fff;
	position: relative;
	text-decoration: none !important;
	background-image: -moz-linear-gradient( 180deg, #9B3B65 0%, #CC4F87   100%);
	background-image: -webkit-linear-gradient( 180deg, #9B3B65 0%, #CC4F87   100%);
	background-image: -ms-linear-gradient( 180deg, #9B3B65 0%, #CC4F87   100%);
}
.recruit .btmLink a:before {
    margin-top: -12px;
    position: absolute;
    right: 50px;
    top: 50%;
    background: url("../img/icon03.png") no-repeat;
    background-size: 14px 24px;
    width: 14px;
    height: 24px;
    content: "";
}
.recruit .btmLink a:hover {
	opacity: 0.7;
}
.recruit .btmLink a span {
	font-size: 3rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 55px;
}
.recruit .btmBox .content {
	position: relative;
	z-index: 1;
}
.recruit .tab li {
	cursor: pointer;
}


.recruit .tab-content h4 {
	font-size: 1.5rem;
}
.recruit .tab-content ul {
	padding: 10px 0 20px 30px;
}
.recruit .tab-content li {
	list-style: square;
	padding-bottom: 5px;
}


@media all and (max-width: 1049px) {
	.recruit .imgBox {
		max-width: inherit;
		margin: 0 auto 50px;
	}
	.recruit .imgBox .photo {
		float: none !important;
		width: auto;
	}
	.recruit .imgBox .txtBox {
		margin: 24px 30px 0 !important;
		float: none !important;
		width: auto !important;
		padding: 0 !important;
	}
	.recruit .imgBox .txtBox > div {
		margin: 0;
		max-width: inherit !important;
	}
	.recruit .detail {
		padding-bottom: 50px;
	}
	
	.recruit .detail .comBg01 {
		bottom: -100px;
	}
	.recruit .btmLink {
		max-width: inherit;
		margin: 30px;
	}
	.recruit .btmLink a {
		padding: 15px 20px;
	}
	.recruit .btmLink a:before {
		right: 20px;
	}
	.recruit .btmLink a span {
		font-size: 2.5rem;
		display: block;
		margin-right: 0;
	}
    .recruit .imgBox .txtBox .m_txt01{
        margin: 0 0 10px 0px;
    }
    .recruit .imgBox .txtBox .m_txt02{
        margin: 0 0 25px 0px;
    }
}



/*------------------------------------------------------------
	contact
------------------------------------------------------------*/


.contact .mainImg > div {
	background: url("../img/contact_image.jpg") no-repeat center center;
	background-size: 100%;
}
.contact .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}
.contact {
	text-align: center;
}
.contact .data {
	margin: 20px auto;
}
.contact .contact_form{
    margin: 60px auto 0px;
    border-collapse:collapse
}
.contact .contact_form tr{
    border-bottom: solid 1px #eee;
}
.contact .contact_form th{
    padding: 0 40px 0 0;
}
.contact .contact_form th p{
    color: #525252;
    line-height: 1.68;
}
.contact .contact_form th span{
    font-size: 14px;
    color: #fff;
    background: linear-gradient(45deg, #9B3B65 0%, #CC4F87 100%);
    border-radius: 5px;
    margin: 0 0 0 10px;
    padding: 2px 10px;
}
.contact .contact_form td{
    padding: 30px 0px;
}
.contact .contact_form td span{
    color: #525252;
    line-height: 1.68;
    margin: 0 20px 0 0;
}
.contact .contact_form tr:nth-child(1) td:nth-last-child(1) span{
    margin: 0 20px 0 28px;
}
.contact .contact_form td input{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    width: 100%;
    padding: 10px;
}
.contact .contact_form tr:nth-child(1) td:nth-last-child(1) input,
.contact .contact_form tr:nth-child(1) td:nth-last-child(2) input{
	margin: 0 10px;
    width: auto;
}
.contact .contact_form td textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    width: 100%;
    padding: 10px;
}
.contact .contact_form td input, .contact .contact_form td textarea {
    border: solid 1px #CCC;
}
.contact .contact_form tr:nth-last-child(1) td input{
    width: 30px;
    height: 30px;
    padding: 0;
    vertical-align: middle;
}
.contact .contact_form tr:nth-last-child(1) td input + span{
    vertical-align: middle;
}
.contact .submit_area{
    text-align: center;
    margin: 50px auto 0px;
}
.contact .submit_btn{
    width: 200px;
    height: 50px;
    background: linear-gradient(45deg, #9B3B65 0%, #CC4F87 100%);
    border: none;
    color: #fff;
    font-size: 16px;
}
.contact .cof_01{
	padding: 10px;
	border: solid 1px #CCC;
	width: 100%;
	color: #444;
}
.contact .name input {
	max-width: 150px;
}
.g-recaptcha{
    margin: 0px 0px 50px!important;
}

@media all and (max-width: 1049px) {
    .contact .contact_form{
        margin: 40px auto 0px;
    }
    .contact .contact_form th{
        margin: 20px 0px;
        padding: 0;
        display: table;
    }
    .contact .contact_form td{
        margin: 10px 0px 20px;
        padding: 0;
        display: table;
    }
    .contact .contact_form td span{
        margin: 0 20px 0 0;
    }
    .contact .contact_form tr:nth-child(1) td:nth-last-child(1) span{
        margin: 0 20px 0 0;
    }
    .contact .contact_form td input, .contact .contact_form td textarea{
        width: 94%;
    }
}



/*------------------------------------------------------------
	privacy_policy
------------------------------------------------------------*/

.privacy .mainImg > div {
	background: url("../img/security.jpg") no-repeat center center;
	background-size: 100%;
}
.privacy .mainImg > div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(155,59,101,0.7);
	background-image: linear-gradient(to left, transparent 40%, rgba(255,255,255,0.7));
	top: 0;
	left: 0;
}

.privacy #main .content p {
	margin: 0 auto 20px;
}

.privacy #main .content p.title {
	font-weight: bold;
	margin: 30px auto 10px;
}

.privacy #main .content ul {
	margin: 0 0 0 20px;
}

.privacy #main .content ul li {
	list-style: disc;
}


/*------------------------------------------------------------
	Tab Menu
------------------------------------------------------------*/

.news-wrap {
	width: 950px;
	height: max-content;
	background: White;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 70px auto;
	padding: 0  20px;
	position: relative;
}
/*
.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: rgba(0, 191, 255,.1);
}


.tab-switch:checked + .tab-label {
	color: #9B3B65;
}

.tab-label::after {
	background: #9B3B65;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
	
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}
*/

.news-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

/*
.tab-switch {
	display: none;
}
*/

.news-content {
	width: 100%;
}

.news-article {
	padding: 15px;
	margin: 5px 5px 15px 5px;
	border: rgba(0,0,0,.3) .5px solid;
}

.news-article .news-icon {
	color: #fff;
	background-color: #9B3B65;
	border-radius: 10px;
	text-align: center;
	font-weight: bolder;
	padding: 5px;
	margin: 5px;
}
.news-article .not-icon {
	color: #fff;
	background-color: #CC3333;
	border-radius: 10px;
	text-align: center;
	font-weight: bolder;
	padding: 5px;
	margin: 5px;
}
.news-article a {
	color: #9B3B65;
	font-size: 20px;
	font-weight: bold;
}
.news-article .date {
	margin-top: 10px;
	float: right;
	text-align: right;
	color: #aaa;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}
.news-article .date img {
	margin-right: 8px;
	width: 14px;
	display: inline-block;
	vertical-align: middle;
}

@media all and (max-width: 1049px) {
	.news-wrap {
		width: 100%;
		margin: auto;
		padding: 0;
	}
}



/*------------------------------------------------------------
	Modal
------------------------------------------------------------*/

.modal {
	max-height: 100%;
	overflow-y: auto;
	scrollbar-width: thin;
	-ms-overflow-style: none;
}
.modal::-webkit-scrollbar {
	display: none;
}

#modalBody {
	white-space: pre-wrap;
}
.modal-content {
	overflow-y: auto;
	overflow-y: scroll;
}

.modal-header {
	background-color: #9B3B65;
}
.modal-header h5 {
	color: #fff;
	font-size: 3rem;
}

.modal-body div {
	margin-top: 10px;
}
.modal-body div h4 {
	padding-top: 5px;
	font-size: 2rem;
}
.modal-body div p {
	font-size: 1.8rem;
	margin-bottom: 10px;
	overflow-wrap: break-word;
}


.modal-footer .btn {
	width: 200px;
	height: 50px;
	font-size: 2rem;
}
.modal-footer .btn-submit {
	color: #fff;
	background-color: #9B3B65;
}

/*------------------------------------------------------------
	Modal index
------------------------------------------------------------*/
.index .modal-body {
	height: 400px;
}

.index .modal-body h2 {
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
}

.index .modal-body h3 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
}
.index .modal-body {
	text-align: center;
}
.index .modal-body p {
	font-size: 2rem;
	margin: 10px 0 20px 0;
}


/*------------------------------------------------------------
	Scroll Top
------------------------------------------------------------*/

.scroll-top {

	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 2;

	opacity: 0;
	visibility: hidden; 
	transition: opacity .5s, visibility .5s; 

	-webkit-writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
	  writing-mode: vertical-rl;

	  white-space: nowrap;

	animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
	0%{bottom:20px;}
	50%{bottom:25px;}
	100%{bottom:20px;}
}


/*リンク全体の aタグの形状*/
.scroll-top a {
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	font-size:0.8rem bold;
	display: block;
	margin-right: 5px;
}


/*ページトップリンクの形状*/

.js-pagetop a::after{
	content:"";
	position: absolute;
	top:0;
	right:0;
	width:3px;
	height: 80px;
	background:#666;
}

.js-pagetop a::before {
	content: "";
	position: absolute;
	top: 0;
	right: -6px;
	width: 3px;
	height: 20px;
	background: #666;
	transform: skewX(31deg);
}

/*.scroll-viewクラスがついたら出現*/
.js-pagetop.scroll-view {
	opacity: 1;
	visibility: visible;
	}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before{
right:0;
}



