@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&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%;
}

body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	vertical-align: top;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
.text_l {
	text-align: left;
}
.text_c {
	text-align: center;
}
.text_r {
	text-align: right;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
}
.mt50 {
	margin-top:50px !important;
}
.mt70 {
	margin-top:70px;
}
.mt100 {
	margin-top:100px;
}
.mb50 {
	margin-bottom:50px;
}
.mb70 {
	margin-bottom:70px;
}
.mb100 {
	margin-bottom:100px;
}
.head-t {
	color:#fff;
    font-size: 20px;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
	height: 100%;
}
#container {
	padding-top: 70px;
	text-align: left;
	overflow-x: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media only screen and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media only screen and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#container {
		padding-top: 60px;
	}
	.pc {
		display: none !important;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media print, screen and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
/*------------------------------------------------------------
	loader
------------------------------------------------------------*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	transition: all 1s ease;
	overflow: hidden;
	background: #fff;
}
#loader .image {
	margin-left: -156px;
	margin-top: -114px;
	width: 312px;
	height: 198px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: block;
	text-align: center;
}
#loader .image img {
	width: 100%;
}
#loader .image .txt {
	margin-top: 16px;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}
.pace .pace-progress {
	z-index: 10000;
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
	background: #3EC87A;
}
.pace-inactive {
	display: none;
}
.pace {
	margin-left: -165px;
	margin-top: 114px;
	width: 330px;
	height: 2px;
	left: 50%;
	top: 50%;
	position: fixed;
	z-index: 10000;
	overflow: hidden;
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
@media only screen and (max-width: 896px) {
	#loader .image {
		margin-left: -150px;
		width: 290px;
		background-size: 100% auto;
	}
	#loader .image .txt {
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	.pace {
		margin-left: -150px;
		width: 300px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #FFF;
}
#gHeader .hInner {
	flex-wrap: nowrap;
}
#gHeader h1 {
	box-sizing: border-box;
	padding: 3px 0 6px 30px;
	width: 35%;
	max-width: 510px;
	position: relative;
}
#gHeader h1 img {
	width: 65%;
	max-width: 120px;
}
#gHeader h1 span {
	width: 236px;
	position: absolute;
	left: 53.52%;
	top: 49.3%;
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
}
#gHeader .hBox {
	padding-right: 30px;
	align-items: center;
	flex-wrap: nowrap;
}
#gHeader .hBox .hLinkList {
	flex-wrap: nowrap;
}
#gHeader .hBox .hLinkList li {
	margin-left: 30px;
}
#gHeader .hBox .hLinkList li a {
	padding-right: 25px;
	display: block;
	font-weight: 700;
	/*background: url("../img/common/icon_ blank_black.svg") no-repeat right center;
	background-size: 15px 15px;*/
}
#gHeader .hBox .hLinkList li a span {
	display: block;
	position: relative;
}
#gHeader .hBox .hLinkList li a span:before {
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	content: '';
	transition: width ease 0.4s;
}
#gHeader .hBox .hLinkList li a:hover span:before {
	width: 100%;
}
#gHeader .hBox .logo {
	margin-left: 52px;
	width: 130px;
}
#gHeader .hBox .logo a {
	transition: all ease 0.4s;
}
#gHeader .hBox .logo a:hover {
	opacity: 0.7;
}
#gHeader .hBox .logo img {
	width: 100%;
}
@media only screen and (min-width:897px){
.menu, .menuBox {
	display: none;
}
}
@media only screen and (max-width: 896px) {
.menu, .menuBox {
	display: block;
}	
.menu {
	/*margin-left: 49px;*/
	width: 40px;
	height: 30px;
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 101;
}
.menu span {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	transition: all .4s;
}
.menu span:nth-child(2) {
	top: 15px;
}
.menu span:nth-child(3) {
	top: 29px;
}
.menu.on span {
	background: #FFF;
}
.menu.on span:nth-child(1) {
	-webkit-transform: translateY(15px) rotate(-315deg);
	transform: translateY(15px) rotate(-315deg);
}
.menu.on span:nth-child(2) {
	opacity: 0;
}
.menu.on span:nth-child(3) {
	-webkit-transform: translateY(-15px) rotate(315deg);
	transform: translateY(-15px) rotate(315deg);
}
.menuBox {
	width: 100%;
	height: 100vh;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 100;
	overflow: auto !important;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: #2ea7e0;
	background-size: cover;
}
.menuBox.none {
	animation-name: sitemap-modal-inactive;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.menuBox.on {
	animation-name: sitemap-modal-active;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.menuBox .menuInner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 50px 20px;
	width: 100%;
	max-width: 1320px;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.menuBox .menuInner .logo {
	box-sizing: border-box;
	margin-bottom: 71px;
	padding-left: 10px;
	width: 50%;
	text-align: center;
}
.menuBox .menuInner .logo a {
	transition: all ease 0.4s;
}
.menuBox .menuInner .logo a:hover {
	opacity: 0.7;
}
.menuBox .menuInner .logo img {
	width: 50%;
	max-width: 590px;
}
.menuBox .menuInner a {
	color: #FFF;
}
}



.group-logo {
	width: 100px !important;
}
@keyframes sitemap-modal-inactive {
	0% {
		right: 0;
	}
	100% {
		right: -100%;
	}
}
@keyframes sitemap-modal-active {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}
@keyframes sitemap-modal-inactive-sp {
	0% {
		right: 0;
	}
	100% {
		right: -100%;
	}
}
@keyframes sitemap-modal-active-sp {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}
@media only screen and (min-width: 897px) and (max-width: 1259px) {
	#gHeader h1 {
		padding-left: 20px;
	}
	#gHeader h1 img {
		width: 62%;
	}
	#gHeader h1 span {
		top: 40%;
		left: 50%;
		font-size: 1.2vw;
	}
	#gHeader .hBox {
		padding-right: 20px;
		min-width: 597px;
	}
	#gHeader .hBox .hLinkList li {
		margin-left: 15px;
	}
	#gHeader .hBox .hLinkList li a {
		padding-right: 20px;
	}
	#gHeader .hBox .logo {
		margin-left: 16px;
		width: 150px;
	}
	.menu {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 896px) {
	#gHeader .hInner {
		box-sizing: border-box;
		padding: 13px 20px 12px 5px;
	}
	#gHeader h1 {
		padding: 0;
		width: 245px;
		max-width: inherit;
	}
	#gHeader h1 img {
		width: 80px;
		max-width: inherit;
	}
	#gHeader h1 span {
		width: 160px;
		left: 87px;
		top: 2px;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
	}
	#gHeader .hBox {
		padding: 0;
	}
	#gHeader .hBox .hLinkList {
		display: none;
	}
	#gHeader .hBox .logo {
		display: none;
	}
	.menu {
		margin-left: 0;
	}
	.menuBox {
		/*background-image: url("../img/common/sp_menu_bg.jpg");*/
	}
	.menuBox.on {
		display: block !important;
	}
	.menuBox .menuInner {
		padding: 80px 10px;
		max-width: inherit;
		display: block !important;
	}
	.menuBox .menuInner .logo {
		margin-bottom: 45px;
		padding-left: 0;
		width: auto;
	}
}

.head-img {
	padding: 30px 0;
	/*padding: 206px 0 75px;
	background: url("../img/common/header_bg.jpg") no-repeat top -88px right;
	background: url("../img/common/header_bg.jpg") no-repeat;
	background-size: 100% 250px;*/
	background-image: -moz-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -webkit-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -ms-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	opacity: 0.749;
}
.head_corp-img {
	padding: 30px 0;
	/*padding: 206px 0 75px;
	background: url("../img/common/header_bg.jpg") no-repeat top -88px right;
	background: url("../img/common/header_bg.jpg") no-repeat;
	background-size: 100% 250px;*/
	background-image: -moz-linear-gradient(45deg, rgb(71, 169, 109) 0%, rgba(138, 195, 149, 0.34902) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(71, 169, 109) 0%, rgba(138, 195, 149, 0.34902) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(71, 169, 109) 0%, rgba(138, 195, 149, 0.34902) 100%);
    opacity: 0.749;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 50%;
}
#gNavi .naviInner {
	margin: 0 auto;
	padding-left: 59px;
	max-width: 400px;
}
#gNavi .naviList01 {
	margin-bottom: 60px;
}
#gNavi .naviList01 li {
	margin-bottom: 40px;
}
#gNavi .naviList01 li:last-child {
	margin-bottom: 0;
}
#gNavi .naviList01 li a {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#gNavi .naviList01 li a:before {
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FFF;
	content: '';
	transition: width ease 0.4s;
}
#gNavi .naviList01 li a:hover:before {
	width: 100%;
}
#gNavi .naviList02 {
	margin-bottom: 30px;
}
#gNavi .naviList02 li {
	border-left: 1px solid #FFF;
}
#gNavi .naviList02 li:last-child {
	border-right: 1px solid #FFF;
}
#gNavi .naviList02 li a {
	padding: 0 19px 5px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gNavi .naviList02 li a:hover {
	text-decoration: underline;
}
#gNavi .naviList03 {
	margin-bottom: 32px;
	padding: 25px 0 23px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#gNavi .naviList03 li {
	margin-bottom: 19px;
}
#gNavi .naviList03 li:last-child {
	margin-bottom: 0;
}
#gNavi .naviList03 li a {
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gNavi .naviList03 li a:hover {
	text-decoration: underline;
}
#gNavi .naviList03 li a img {
	margin: 4px 8px 0;
}
#gNavi .logoImg {
	margin-bottom: 51px;
	width: 100%;
	max-width: 205px;
}
#gNavi .logoImg a {
	transition: all ease 0.4s;
}
#gNavi .logoImg a:hover {
	opacity: 0.7;
}
#gNavi .logoImg img {
	width: 100%;
}
#gNavi .snsList {
	margin-left: -6px;
	align-items: center;
}
#gNavi .snsList li {
	width: 20%;
}
#gNavi .snsList li a img {
	transform: scale(1.0);
	transition: transform 0.2s;
}
#gNavi .snsList li a:hover img {
	transform: scale(1.3);
}
@media only screen and (min-width: 897px) and (max-width: 1259px) {
	#gNavi .naviList01 {
		margin-bottom: 20px;
	}
	#gNavi .naviList01 li {
		margin-bottom: 10px;
	}
	#gNavi .naviList01 li a {
		position: relative;
		display: inline-block;
		color: #FFF;
		font-size: 2.0rem;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	#gNavi .naviList02 {
		margin-bottom: 20px;
	}
	#gNavi .naviList03 {
		margin-bottom: 20px;
		padding: 25px 0 23px;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	#gNavi .logoImg {
		margin-bottom: 20px;
		width: 100%;
		max-width: 205px;
	}
}
@media only screen and (max-width: 896px) {
	#gNavi {
		width: auto;
	}
	#gNavi .naviInner {
		margin: 0 10px;
		padding-left: 0;
		max-width: inherit;
	}
	#gNavi .naviList01 {
		margin-bottom: 47px;
	}
	#gNavi .naviList01 li {
		margin-bottom: 26px;
	}
	#gNavi .naviList01 li:last-child {
		margin-bottom: 0;
	}
	#gNavi .naviList01 li a {
		font-size: 1.6rem;
	}
	#gNavi .naviList01 li a:before {
		display: none;
	}
	#gNavi .naviList02 {
		margin-bottom: 21px;
	}
	#gNavi .naviList02 li a:hover {
		text-decoration: none;
	}
	#gNavi .naviList03 {
		margin-bottom: 40px;
		padding: 26px 0 29px;
	}
	#gNavi .naviList03 li {
		margin-bottom: 29px;
	}
	#gNavi .naviList03 li:last-child {
		margin-bottom: 0;
	}
	#gNavi .naviList03 li a:hover {
		text-decoration: none;
	}
	#gNavi .logoImg {
		margin: 0 auto 45px;
		width: 163px;
	}
	#gNavi .snsList {
		margin: 0 auto;
		max-width: 280px;
		justify-content: space-between;
	}
	#gNavi .snsList li {
		width: auto;
	}
	#gNavi .snsList li a img {
		transform: none;
		transition: none;
	}
	#gNavi .snsList li a:hover img {
		transform: none;
	}
}
/*------------------------------------------------------------
	breadcrumb
------------------------------------------------------------*/
.breadcrumb {
	padding: 27px 0 26px;
	color: #000;
	font-size: 1.2rem;
}
.breadcrumb ul {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1280px;
}
.breadcrumb li {
	margin-right: 12px;
	display: inline;
	font-weight: 700;
}
.breadcrumb a {
	margin-right: 17px;
	color: #000;
	font-weight: 400;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 896px) {
	.breadcrumb {
		padding: 16px 0 17px;
		line-height: 1.6;
	}
	.breadcrumb ul {
		padding: 0 24px;
		max-width: inherit;
	}
	.breadcrumb li {
		margin-right: 11px;
	}
	.breadcrumb a {
		margin-right: 16px;
	}
	.breadcrumb a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBgBox {
	padding: 11px 0 54px;
	position: relative;
	color: #FFF;
	background: url("../img/common/footer_bg.jpg") no-repeat center center;
	background-size: cover;
}
#gFooter .fBgBox a {
	color: #FFF;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1280px;
}
#gFooter .fLogoBox {
	margin-bottom: 35px;
	padding-bottom: 10px;
	align-items: center;
	border-bottom: 1px solid #FFF;
}
#gFooter .fLogoBox .fLogo {
	width: 45%;
	max-width: 445px;
}
#gFooter .fLogoBox .fLinkList {
	margin-top: 8px;
}
#gFooter .fLogoBox .fLinkList li {
	margin-left: 27px;
}
#gFooter .fLogoBox .fLinkList li a {
	padding-right: 25px;
	display: block;
	background: url("../img/common/icon_ blank_white.svg") no-repeat right center;
	background-size: 15px 15px;
}
#gFooter .fLogoBox .fLinkList li a span {
	position: relative;
	display: inline-block;
}
#gFooter .fLogoBox .fLinkList li a span:before {
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #FFF;
	content: '';
	transition: width ease 0.4s;
}
#gFooter .fLogoBox .fLinkList li a:hover span:before {
	width: 100%;
}
#gFooter .fNavi {
	margin-bottom: 45px;
}
#gFooter .fNavi li {
	padding: 0 27px;
	position: relative;
}
#gFooter .fNavi li:before {
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #FFF;
	content: '';
	transform: translateY(-50%) rotate(45deg);
}
#gFooter .fNavi li:last-child:before {
	display: none;
}
#gFooter .fNavi li a {
	display: block;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.09em;
}
#gFooter .fNavi li a:before {
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FFF;
	content: '';
	transition: width ease 0.4s;
}
#gFooter .fNavi li a:hover:before {
	width: 100%;
}
#gFooter .fSnsList {
	align-items: center;
}
#gFooter .fSnsList li {
	margin: 0 27px;
}
#gFooter .fSnsList li a img {
	transition: all ease 0.4s;
}
#gFooter .fSnsList li a:hover img {
	transform: scale(1.3);
}
#gFooter .pageTop {
	position: absolute;
	right: 16px;
	bottom: 20px;
}
#gFooter .pageTop a {
	padding-top: 85px;
	display: block;
	position: relative;
	color: #FFF;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-align: center;
}
#gFooter .pageTop a:before {
	width: 100%;
	height: 64px;
	position: absolute;
	left: 0;
	top: 14px;
	background: url("../img/common/page_top.png") no-repeat center bottom;
	background-size: 13px auto;
	transition: all ease 0.4s;
	content: '';
}
#gFooter .pageTop a:hover:before {
	top: 0;
}
#gFooter .fBox.flexB {
	padding: 23px 20px;
	align-items: center;
}
#gFooter .fBox.flexB .fLogo a {
	transition: all ease 0.4s;
}
#gFooter .fBox.flexB .fLogo a:hover {
	opacity: 0.7;
}
#gFooter .copyright {
	font-size: 1rem;
	color:#fff;
	letter-spacing: 0.1em;
}
footer#gFooter {
    background: #333;
}
@media only screen and (max-width: 896px) {
	#gFooter .fBgBox {
		padding: 30px 10px 8px;
		background-image: url("../img/common/sp_footer_bg.jpg");
	}
	#gFooter .fBox {
		padding: 0 10px;
		max-width: inherit;
	}
	#gFooter .fLogoBox {
		margin-bottom: 43px;
		padding-bottom: 49px;
		display: block;
	}
	#gFooter .fLogoBox .fLogo {
		margin: 0 -10px;
		width: auto;
		max-width: inherit;
		text-align: center;
	}
	#gFooter .fLogoBox .fLogo img {
		width: 100%;
		max-width: 400px;
	}
	#gFooter .fLogoBox .fLinkList {
		margin-top: 54px;
		display: block;
		text-align: center;
	}
	#gFooter .fLogoBox .fLinkList li {
		margin: 0 0 30px;
	}
	#gFooter .fLogoBox .fLinkList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fLogoBox .fLinkList li a {
		display: inline-block;
		vertical-align: top;
		font-weight: 700;
	}
	#gFooter .fLogoBox .fLinkList li a span:before {
		display: none;
	}
	#gFooter .fLogoBox .fLinkList li a:hover span:before {
		width: 0;
	}
	#gFooter .fNavi {
		margin-bottom: 55px;
		display: block;
	}
	#gFooter .fNavi li {
		margin-bottom: 26px;
		padding: 0;
	}
	#gFooter .fNavi li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fNavi li:before {
		display: none;
	}
	#gFooter .fNavi li a {
		text-align: center;
	}
	#gFooter .fNavi li a:before {
		display: none;
	}
	#gFooter .fNavi li a:hover:before {
		width: 0;
	}
	#gFooter .fSnsList {
		margin: -28px auto 27px;
		max-width: 280px;
	}
	#gFooter .fSnsList li {
		margin: 28px 24px 0;
	}
	#gFooter .fSnsList li a img {
		transition: none;
	}
	#gFooter .fSnsList li a:hover img {
		transform: none;
	}
	#gFooter .pageTop {
		position: static;
	}
	#gFooter .pageTop a {
		padding-top: 40px;
		font-size: 1rem;
		background: url("../img/common/sp_page_top.png") no-repeat center bottom 24px;
		background-size: 7px auto;
		transition: none;
	}
	#gFooter .pageTop a:before {
		display: none;
	}
	#gFooter .pageTop a:hover {
		background-position: center bottom 24px;
	}
	#gFooter .fBox.flexB {
		padding: 21px 10px 27px;
		display: block;
		text-align: center;
	}
	#gFooter .copyright {
		margin-top: 18px;
		font-size: 1rem;
		line-height: 1.2;
	}
}
/*------------------------------------------------------------
	scroll efect
------------------------------------------------------------*/
.effect-fadein {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 500ms;
}
.effect-fadein.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1180px;
}
@media only screen and (max-width: 896px) {
	.content {
		padding: 0 10px;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 124px 0 50px;
	color: #FFF;
	background: url("../img/web_oc/bg_kagurazaka_main.jpg") no-repeat center center;
	background-size: cover;
}
.pageTitle .content {
	max-width: 1366px;
}
.pageTitle .innerBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1160px;
}
.pageTitle h2 {
	margin-bottom: 31px;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}
.pageTitle h2 img {
	width: 296px;
}
.pageTitle h2 .txt {
	margin-top: -22px;
	display: block;
}
.pageTitle .departmentUl {
	margin: 0 3px 100px;
}
.pageTitle .departmentUl li {
	margin-right: 3.06%;
	/*width: 11.35%;*/
	width:15%;
}
.pageTitle .departmentUl li:nth-child(4n) {
	margin-right: 0;
}
.pageTitle .departmentUl li .txt {
	margin-bottom: 9px;
	display: block;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.pageTitle .departmentUl li .btn {
	box-sizing: border-box;
	width: 100%;
	display: block;
}
.pageTitle .departmentUl li .btn a {
	box-sizing: border-box;
	padding: 3px 5px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #3ec87a;
	font-size: 1.6rem;
	font-weight: 700;
	background: #FFF;
	transition: all ease 0.4s;
}
.pageTitle .departmentUl li .btn a:hover {
	color: #FFF;
	background-image: -moz-linear-gradient(-45deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -webkit-linear-gradient(-45deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -ms-linear-gradient(-45deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
}
.pageTitle .pageUl {
	position: relative;
}
.pageTitle .pageUl:before {
	width: 1366px;
	height: 100px;
	position: absolute;
	left: 50%;
	bottom: -100px;
	background: #FFF;
	box-shadow: 0px -10px 8px 2px rgba(0, 0, 0, 0.15);
	content: '';
	transform: translateX(-50%);
}
.pageTitle .pageUl li {
	margin-right: 0.78%;
	width: 32.8%;
}
.pageTitle .pageUl li:nth-child(3) {
	margin-right: 0;
}
.pageTitle .pageUl li a {
	box-sizing: border-box;
	padding: 22px 10px 23px;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	background-color: transparent;
}
.pageTitle .pageUl li a:before {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #FFF;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	content: '';
	transition: all ease 0.4s;
}
.pageTitle .pageUl li a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	background-image: -moz-linear-gradient(-45deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -webkit-linear-gradient(-45deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -ms-linear-gradient(-45deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	opacity: 0;
	content: '';
	transition: all ease 0.4s;
}
.pageTitle .pageUl li.on a:after, .pageTitle .pageUl li a:hover:after {
	opacity: 1;
}
.pageTitle .pageUl li.on a:before, .pageTitle .pageUl li a:hover:before {
	opacity: 0;
}
.pageTitle .pageUl li a .txt {
	display: block;
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 897px) and (max-width: 1020px) {
	.pageTitle .pageUl li a {
		font-size: 2rem;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 896px) {
	.pageTitle {
		padding: 75px 0 50px;
		background-image: url("../img/web_oc/bg_kagurazaka_main_sp.jpg");
	}
	.pageTitle .content {
		max-width: inherit;
	}
	.pageTitle .innerBox {
		padding: 0;
		max-width: inherit;
	}
	.pageTitle h2 {
		margin-bottom: 24px;
		font-size: 4.6rem;
		line-height: 1.08;
	}
	.pageTitle h2 img {
		width: 148px;
	}
	.pageTitle h2 .txt {
		margin-top: -16px;
	}
	.pageTitle .departmentUl {
		margin: 0 0 42px;
		width: 54.2%;
		display: block;
	}
	.pageTitle .departmentUl li {
		margin: 0 0 12px;
		width: auto;
	}
	.pageTitle .departmentUl li:last-child {
		margin: 0;
	}
	.pageTitle .departmentUl li .txt {
		margin-bottom: 6px;
		font-size: 1.4rem;
	}
	.pageTitle .departmentUl li .btn a {
		padding: 2px 5px 3px;
		font-size: 1.4rem;
		transition: none;
	}
	.pageTitle .departmentUl li .btn a:hover {
		color: #3ec87a;
		background: #FFF;
	}
	.pageTitle .pageUl {
		padding: 0 8px 0 6px;
		justify-content: center;
	}
	.pageTitle .pageUl:before {
		width: 100%;
	}
	.pageTitle .pageUl li {
		margin: 0 3px 0 2px;
		width: calc(33% - 4px);
	}
	.pageTitle .pageUl li a {
		padding: 7px 5px 7px;
		font-size: 1.4rem;
		line-height: 1.28;
	}
	.pageTitle .pageUl li a:hover:after {
		opacity: 0;
	}
	.pageTitle .pageUl li.on a:hover:after {
		opacity: 1;
	}
	.pageTitle .pageUl li a:hover:before {
		opacity: 1;
	}
	.pageTitle .pageUl li.on a:hover:before {
		opacity: 0;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 156px;
	position: relative;
	font-size: 5rem;
	font-weight: 100;
	letter-spacing: 0.05em;
}
.headLine01:before {
	width: 120px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -15px;
	background-image: linear-gradient(to right, #3ec87a, #46d4ff);
	content: '';
}
@media only screen and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 132px;
		font-size: 3rem;
	}
	.headLine01:before {
		width: 90px;
		bottom: -11px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 41px;
	position: relative;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}
.headLine02:before {
	width: 60px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -23px;
	/*background-image: -moz-linear-gradient(0deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);*/
	background-image: -moz-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -webkit-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -ms-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	content: '';
}
@media only screen and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 25px;
		font-size: 2.2rem;
	}
	.headLine02:before {
		bottom: -12px;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 40px;
	text-align: center;
	color: #3ec87a;
	font-size: 4.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 6px;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 45px;
	position: relative;
	font-weight: 400;
	font-size: 6rem;
	letter-spacing: 0.05em;
}
.headLine04 .sml {
	display: block;
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1.45;
	letter-spacing: 0.2em;
}
.headLine04:before {
	width: 120px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -15px;
	background-image: linear-gradient(to right, #7a0c36, #c7004c);
	content: '';
}
@media only screen and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 35px;
		font-size: 3rem;
		font-weight: 700;
	}
	.headLine04 .sml {
		font-size: 1.8rem;
		line-height: 1.25;
	}
	.headLine04:before {
		width: 90px;
		bottom: -13px;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 14px;
	color: #7a0c36;
	font-size: 2.4rem;
	font-weight: 700;
}
@media only screen and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 45px;
	position: relative;
	font-weight: 400;
	font-size: 6rem;
	letter-spacing: 0.05em;
}
.headLine06 .sml {
	display: block;
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1.45;
	letter-spacing: 0.2em;
}
.headLine06:before {
	width: 120px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -15px;
	background-image: linear-gradient(to right, #00b164, #47a96d);
	content: '';
}
@media only screen and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 35px;
		font-size: 3rem;
		font-weight: 700;
	}
	.headLine06 .sml {
		font-size: 1.8rem;
		line-height: 1.25;
	}
	.headLine06:before {
		width: 90px;
		bottom: -13px;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 59px auto 0;
	width: 300px;
}
.comBtn a {
	padding: 19px 15px 18px;
	display: block;
	text-align: center;
	color: #b60005;
	font-weight: 700;
	border: 1px solid #b60005;
	background: #FFF url("../img/common/arrow_green.png") no-repeat center right 15px;
	background-size: 64px auto;
	transition: all ease 0.4s;
}
.comBtn a:hover {
	color: #FFF;
	background-color: #b60005;
	background-image: url("../img/common/arrow_white.png");
}
@media only screen and (max-width: 896px) {
	.comBtn {
		width: 250px;
	}
	.comBtn a {
		padding: 15px;
		background-position: center right 10px;
		background-size: 45px auto;
	}
	.comBtn a:hover {
		color: #3EC87A;
		background-color: #FFF;
		background-image: url("../img/common/arrow_green.png");
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1120px;
	position: relative;
	z-index: 1;
}
.comLinkList li {
	box-sizing: border-box;
	margin: 0 5px;
	width: calc(25% - 10px);
	position: relative;
	z-index: 1;
	background-color: #FFF;
}
.comLinkList li a {
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0.05em;
}
.comLinkList li a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: -moz-linear-gradient(-45deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -webkit-linear-gradient(-45deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -ms-linear-gradient(-45deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	content: '';
	transition: all ease 0.3s;
}
.comLinkList li a:after {
	width: 62px;
	height: 13px;
	position: absolute;
	left: 50%;
	bottom: 29px;
	background: url("../img/common/arrow_white.png") no-repeat center center;
	background-size: 62px auto;
	z-index: 2;
	content: '';
	transform: translateX(-50%);
	transition: all ease 0.3s;
}
.comLinkList li a:hover:before {
	opacity: 0.8;
}
.comLinkList li a:hover:after {
	margin-left: 15px;
}
.comLinkList li a .inner {
	margin-top: -15px;
	width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}
.comLinkList li a .inner .txt {
	margin-top: 9px;
	width: 100%;
	display: block;
}
@media only screen and (max-width: 896px) {
	.comLinkList {
		margin-top: -10px;
		padding: 0 5px;
		max-width: inherit;
	}
	.comLinkList li {
		margin-top: 10px;
		width: calc(50% - 10px);
	}
	.comLinkList li a {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.comLinkList li a:before {
		transition: none;
	}
	.comLinkList li a:after {
		bottom: 18px;
		background-size: 43px auto;
		transition: none;
	}
	.comLinkList li a:hover:before {
		opacity: 1;
	}
	.comLinkList li a:hover:after {
		margin-left: 0;
	}
	.comLinkList li a .inner {
		margin-top: -16px;
	}
	.comLinkList li:nth-child(3) a .inner, .comLinkList li:nth-child(4) a .inner {
		margin-top: -11px;
	}
	.comLinkList li a .inner img {
		height: 43px;
	}
	.comLinkList li:nth-child(4) a .inner img {
		height: 38px;
	}
	.comLinkList li a .inner .txt {
		margin-top: 16px;
	}
	.comLinkList li:nth-child(3) a .inner .txt, .comLinkList li:nth-child(4) a .inner .txt {
		margin-top: 3px;
	}
}
/*------------------------------------------------------------
	comDepartmentList
------------------------------------------------------------*/
.comDepartmentList {
	margin-top: -38px;
}
.comDepartmentList li {
	margin-top: 38px;
	margin-right: 1.72%;
	width: 23.7%;
}
.comDepartmentList li:nth-child(4n) {
	margin-right: 0;
}
.comDepartmentList li a {
	display: block;
}
.comDepartmentList li .pho {
	overflow: hidden;
}
.comDepartmentList li .pho img {
	width: 100%;
	transition: all ease 0.4s;
}
.comDepartmentList li a:hover .pho img {
	transform: scale(1.1);
}
.comDepartmentList li .txt {
	padding: 14px 60px 14px 15px;
	display: block;
	position: relative;
	font-size: 1.6rem;
}
.comDepartmentList li .txt:before {
	width: 44px;
	height: 13px;
	position: absolute;
	right: 14px;
	top: 20px;
	background: url("../img/common/arrow_green.png") no-repeat center center;
	background-size: 100% auto;
	content: '';
	transition: all ease 0.4s;
}
.comDepartmentList li a:hover .txt:before {
	right: 4px;
}
.comDepartmentList li .txt span {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}
@media only screen and (max-width: 896px) {
	.comDepartmentList {
		margin-top: -15px;
		justify-content: space-between;
	}
	.comDepartmentList li {
		margin: 15px 0 0;
		width: 48.5%;
	}
	.comDepartmentList li .pho img {
		transition: none;
	}
	.comDepartmentList li a:hover .pho img {
		transform: none;
	}
	.comDepartmentList li .txt {
		padding: 11px 50px 11px 11px;
		font-size: 1.1rem;
	}
	.comDepartmentList li .txt:before {
		width: 38px;
		height: 13px;
		right: 10px;
		top: 15px;
		transition: none;
	}
	.comDepartmentList li a:hover .txt:before {
		right: 10px;
	}
}
/*------------------------------------------------------------
	comBlankBtn
------------------------------------------------------------*/
.comBlankBtn a {
	box-sizing: border-box;
	width: 285px;
	padding: 18px 40px;
	display: block;
	/*color: #3ec87a;*/
	color: #b60005;
	font-size: 1.4rem;
	font-weight: 700;
	/*border: 1px solid #3ec87a;*/
	border: 1px solid #b60005;
	/*background-size: 15px 15px;*/
	transition: all ease 0.4s;
	text-align: center;
}
.comBlankBtn a:hover {
	color: #FFF;
	/*background-color: #3ec87a;*/
	background-color: #b60005;
}
@media only screen and (max-width: 896px) {
	.comBlankBtn a {
		margin: 0 auto;
		transition: none;
	}
	.comBlankBtn a:hover {
		color: #3ec87a;
		background-color: #FFF;
		/*background-image: url("../img/common/icon_blank_green.svg");*/
	}
}

/*------------------------------------------------------------
	corpBlankBtn
------------------------------------------------------------*/
.corpBlankBtn a {
	box-sizing: border-box;
	width: 285px;
	padding: 18px 40px;
	display: block;
	color: #3ec87a;
	font-size: 1.4rem;
	font-weight: 700;
	border: 1px solid #3ec87a;
	/*background-size: 15px 15px;*/
	transition: all ease 0.4s;
	text-align: center;
}
.corpBlankBtn a:hover {
	color: #FFF;
	background-color: #3ec87a;
}
@media only screen and (max-width: 896px) {
	.corpBlankBtn a {
		margin: 0 auto;
		transition: none;
	}
	.corpBlankBtn a:hover {
		color: #3ec87a;
		background-color: #FFF;
		/*background-image: url("../img/common/icon_blank_green.svg");*/
	}
}

/*------------------------------------------------------------
	fancybox
------------------------------------------------------------*/
.fancybox-is-open .fancybox-bg {
	background: rgba(0, 0, 0, 0.6);
}
.fancybox-content {
	padding: 0;
}
.fancybox-slide--html .fancybox-close-small {
	width: 30px;
	height: 30px;
	right: 30px;
	top: 20px;
	background: url("../img/web_oc/close_img.png") no-repeat center center;
	background-size: 100% auto;
}
.fancybox-slide--html .fancybox-close-small svg {
	visibility: hidden;
}
.popBox {
	display: none;
	background: #FFF;
}
.popBox .ttlBox {
	padding: 43px 30px 38px;
	position: relative;
}
.popBox .ttlBox:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: -moz-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -webkit-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -ms-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	opacity: 0.102;
	content: '';
}
.popBox .ttlBox .ttl {
	padding-left: 70px;
	position: relative;
	z-index: 1;
	color: #b00e4c;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.24;
}
.popBox .ttlBox .ttl .num {
	box-sizing: border-box;
	padding-top: 8px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 5px;
	text-align: center;
	color: #FFF;
	line-height: 1;
	border-radius: 100%;
	background-color: #b00e4c;
}
.popBox .ttlBox .ttl .sml {
	display: block;
	font-size: 1.8rem;
}
.popBox .inner {
	box-sizing: border-box;
	padding: 71px 30px 30px;
	width: 860px;
}
.popBox .phoBox {
	padding: 33px 30px 38px;
	width: 750px;
}
.popBox .movieBox {
	padding: 20px 30px 47px;
}
.popBox .inner p {
	font-size: 1.6rem;
	line-height: 1.75;
}
.popBox .phoBox .text01 {
	margin-bottom: 30px;
}
.popBox .phoBox .pho {
	margin-bottom: 9px;
	text-align: center;
}
.popBox .phoBox .text02 {
	font-size: 1.2rem;
}
.popBox .movieBox .text01 {
	margin-bottom: 13px;
}
.popBox .movieBox .text02 {
	margin-bottom: 7px;
	font-size: 1.8rem;
	font-weight: 700;
}
.popBox .movie {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	background-color: #ccc;
}
.popBox .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: top;
}
@media only screen and (max-width: 896px) {
	.fancybox-slide--html .fancybox-close-small {
		width: 25px;
		height: 25px;
		right: 10px;
		top: 10px;
	}
	.popBox {
		width: 100%;
	}
	.popBox .ttlBox {
		padding: 16px 10px 12px;
	}
	.popBox .ttlBox .ttl {
		padding-left: 39px;
		font-size: 2rem;
		line-height: 1.2;
	}
	.popBox .ttlBox .ttl .num {
		padding-top: 4px;
		width: 30px;
		height: 30px;
		top: -1px;
		line-height: 1;
	}
	.popBox .ttlBox .ttl .sml {
		font-size: 1.2rem;
	}
	.popBox .inner {
		padding: 40px 10px 20px;
		width: 100%;
	}
	.popBox .inner p {
		font-size: 1.2rem;
		line-height: 1.7;
	}
	.popBox .phoBox .text01 {
		margin-bottom: 15px;
	}
	.popBox .phoBox .pho {
		margin-bottom: 5px;
	}
	.popBox .phoBox .text02 {
		font-size: 1rem;
	}
	.popBox .movieBox .text01 {
		margin-bottom: 9px;
	}
	.popBox .movieBox .text02 {
		margin-bottom: 12px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	印刷対応
------------------------------------------------------------*/
@media print {
	html, body {
		margin: 0 !important;
		padding: 0 !important;
		height: auto !important;
	}
	body {
		zoom: .7;
		width: 1020px !important;
	}
	#container {
		padding-top: 0 !important;
	}
	.container {
		padding-top: 0 !important;
	}
	#gHeader {
		position: static;
		top: auto;
		left: auto;
		right: auto;
	}
	#gHeader .hBox .hLinkList {
		display: none;
	}
	.effect-fadein {
		opacity: inherit;
		transform: inherit;
		transition: inherit;
	}
	.effect-fadein.effect-scroll {
		opacity: inherit;
		transform: inherit;
	}
}

