@charset "utf-8";

/* firefoxでページ移動の際、コンテンツが少なくても中心がずれないようにする */
html {
	overflow-y: scroll;
}
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav {
	margin: 0;
	padding: 0;
	color : #ffffff;
	zoom: 1;
	-webkit-text-size-adjust : 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

ul, ol {
	list-style-type: none;
}

img {
	border: none;
    -webkit-backface-visibility: hidden;
}

hr {
	display: none;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
}

a {
	outline: none;
	text-decoration : none;
}
em {
	font-style : normal;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, em { display : none; } /* IE11 */
}

body {
	line-height: 1.5;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	background-color : #000000;
}

#container{
	width:100%;
	overflow : hidden;
}
#nonimages,
#opnimages {
	position : absolute;
	top : -1000px;
	left : -1000px;
}
#nonimages div  {
	display : none;
}
#nonimages div img {
	display : none;
}
#opnimages div  {
	display : none;
}
#opnimages div img {
	display : none;
}

/* top */
.head_movie  {
	width : 100%;
	max-width : 1984px;
	max-height : 1039px;
	position : relative;
	margin : 0px auto 0 auto;
	overflow : hidden;
}
@media only screen and (max-width: 1984px) {
	.head_movie  {
		margin : 190px auto 0 auto;
	}
}
.nobackmovimg img {
	width : 100%;
}
.head_image  {
	width : 100%;
	max-width : 1984px;
	height : calc(28.25vw + 60px);
	max-height : 596px;
	position : relative;
	margin : 0 auto;
}
.head .logo {
	position : absolute;
	top : 16px;
	left : 24px;
}
.head .logo img {
	width : 50vw;
	max-width : 549px;
}
.head .sns {
	position : absolute;
	top : 24px;
	right : 300px;
}
.head .sns img {
	margin : 0 10px;
}
.head .mail {
	position : absolute;
	top : 24px;
	right : 144px;
}
.head .mail img {
	position : relative;
}
.head_image .over_center {
	position : absolute;
	width : 316px;
	height : auto;
	top : 260px;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
}
.head_image .over_center h1 {
	text-align : center;
}
.head_image .over_center img {
	max-width : 316px;
	width : 40vw;
}
.head_image .backimg {
	width : 100%;
	margin : 0 auto;
}
.head_image .backimg img {
	width : 100%;
	max-width : 1904px;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 56.25vw;
  width: 100%;
  height: 56.25vw;
}
#video-overlay {
  position: absolute;
  bottom : 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color : #ffffff;
} 
#video-background {
  z-index: -2;
} 
#video-overlay {
  z-index: -1;
}
.mvheight  {
	height : 55.35vw;
	max-height  : 1194.2px;
}
@media only screen and (max-width: 800px) {
	.mvheight  {
		height : calc(45.35vw + 60px);
	}
}
@media only screen and (max-width: 600px) {
	.mvheight  {
		height : calc(50.29vw + 2.6px);
	}
}

/* -------------------------------------------------------------------
 clearfix
------------------------------------------------------------------- */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 */
.clearfix {
    zoom: 1;
}
#wrapper {
    height: 883px;
    overflow: hidden;
    position: relative;
    z-index: 10;
	margin-top : -8px;
}
#wrapHeaderTop  {
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	z-index : 90;
	background-color : #000000;
	transition: all .3s;
}
.headerPadding {
	padding : 50px 0 40px 0;
}
.headLogo {
	display : inline-block;
	position: relative;
	text-align : center;
	margin : 0;
	padding-top : 14px;
	z-index : 12;
}
.headLogo img {
	width : 355px;
}
.headLogo strong {
	display : inline-block;
	vertical-align : middle;
	font-size : 20px;
	color : #1d208a;
	position : relative;
	top : -10px;
	left : 20px;
}
.admin_headMenuInner {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    height: 150px;
}
#header  {
	display : block;
	position: relative;
	width : 100%;
	top : 0px;
	max-width : 1920px;
	margin : 0 auto;
	height : 100px;
    z-index: 10;
	transition: all .3s;
	overflow : hidden;
}
.headMenuInner  {
	width : 100%;
	position: relative;
	overflow : hidden;
	text-align : center;
}
#smp_header  {
	display : none;
	position: absolute;
	top : 0;
	right : 0;
	width : 100%;
	height : 78px;
	text-align : right;
	padding-top : 6px;
	background-color : #ffffff;
    z-index: 10;
}
.headMenu  {
	display : inline-block;
	position : absolute;
	top : 60px;
	right : 30px;
	text-align : right;
	z-index : 9;
}
.headMenu a {
	color : #ffffff;
	font-size : 14px;
	font-weight : 400;
	text-decoration : none;
	display : inline-block;
	line-height : 1.0;
	padding : 0 24px;
	position: relative;
	transition: .5s;
}
.headMenu a::after {
	position: absolute;
	bottom: 0px;
	left: 25%;
	content: '';
	width: 50%;
	height: 3px;
	background-color: #0066ff;
	opacity: 0;
	transition: .5s;
}
.headMenu a:hover {
	color : #80ffff;
}
.headMenu a:hover::after {
	bottom: -10px;
	opacity: 1;
}
.headSns  {
	display : inline-block;
	position : absolute;
	top : 10px;
	right : 30px;
	z-index : 9;
	text-align : right;
}
.smpHeadSns  {
	display : block;
	padding : 10px 0;
	text-align : center;
}
.smpHeadSns a {
	display : inline-block;
	margin : 0 8px;
}
.img_wrap {
	display : block;
	text-decoration : none;
	width: 26px;
	height: 22px;
	margin: 0 auto;
	overflow: hidden;
}
.img_wrap img {
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.img_wrap:hover img {
	transform: rotate(360deg);
	transition-duration: 0.3s;
}
.smp_headBtn  {
	display : block;
	position: absolute;
	top : 0px;
	right : 0px;
    z-index: 10;
	background-color : #ffffff;
	width : 100%;
	height : 51px;
	padding-top : 4px
}
.smp_headMenu  {
	display : block;
	width : 100%;
	position : absolute;
	top : -600px;
	right : 0px;
	text-align : left;
	z-index : 9;
	background-color : #ffffff;
	transition: .5s;
}
.smp_headMenu li {
	display : block;
	border-bottom : 1px solid #c1c1c1;
}
.smp_headMenu li a.main {
	color : #464646;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	display : block;
	line-height : 1.0;
	padding : 14px 0 12px 8px;
	position: relative;
	transition: .3s;
}
.smp_headMenu li a.main strong {
	display : inline-block;
	width : 130px;
	vertical-align : middle;
}
.smp_headMenu li a.main span {
	display : inline-block;
	color : #979797;
	font-size : 13px;
	font-weight : normal;
	text-align : left;
	margin-left : 30px;
	vertical-align : middle;
}
.smp_headInqu  {
	display : inline-block;
	vertical-align: top;
	width : 47%;
	text-align : center;
	margin : 0 1%;
}
.smp_headInqu a {
	display : block;
	padding-top : 0px;
	font-size : 13px;
	line-height : 48px;
	color : #ffffff;
	text-decoration : none;
	background-color : #6791b1;
	transition : .3s;
}
.smp_headInqu a span {
	display : inline-block;
	vertical-align: top;
	position : relative;
	background : url(../img/icon02.png) no-repeat left center;
	padding : 0 0 0 38px;
}
.smp_headInqu a:hover {
	background-color : #87b1d1;
}
.smp_headTel  {
	display : inline-block;
	vertical-align: top;
	width : 47%;
	text-align : center;
	margin : 0 1%;
}
.smp_headTel a {
	display : block;
	vertical-align: middle;
	padding-top : 0px;
	font-size : 13px;
	line-height : 48px;
	color : #ffffff;
	text-decoration : none;
	background-color : #917d48;
}
.smp_headTel a span {
	display : inline-block;
	vertical-align: top;
	position : relative;
	background : url(../img/icon01.png) no-repeat left center;
	padding : 0 0 0 32px;
}
.openMenuArea  {
	transition: all .3s;
}
.ttlimgWrap  {
	text-align : center;
}
.ttlimgWrap img {
	width : 100%;
	max-width : 1678px;
}
.smp_subMenu a {
	color : #646464;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	display : block;
	line-height : 1.0;
	padding : 7px 0 7px 20px;
}
.smp_headline .menu-trigger {
	display : block;
    position: absolute;
	top : 16px;
	right : 10px;
    width: 30px;
    height: 28px;
	transition: all .4s;
}
.smp_headline .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
	transition: all .4s;
}
.smp_headline .menu-trigger span:nth-of-type(1) {
    top: 0;
}
.smp_headline .menu-trigger span:nth-of-type(2) {
    top: 12px;
}
.smp_headline .menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.menu-trigger.is-open span:nth-of-type(1) {
	width: 48%;
	-webkit-transform: translate3d(1px, 6px, 0) rotate(45deg);
	transform: translate3d(1px, 6px, 0) rotate(45deg);
}
.menu-trigger.is-open span:nth-of-type(2) {
	-webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
	transform: translate3d(-1px, 0, 0) rotate(-45deg);
}
.menu-trigger.is-open span:nth-of-type(3) {
	width: 47%;
	-webkit-transform: translate3d(13px, -6px, 0) rotate(45deg);
	transform: translate3d(13px, -6px, 0) rotate(45deg);
}
.innerSmpTels {
	display : none;
}
@media only screen and (max-width: 1384px) {
	.headMenuInner  {
		text-align : left;
	}
	.headLogo {
		padding-left : 50px;
	}
	.headMenu  {
		right : 6px;
	}
	.headSns  {
		right : 6px;
	}
}
@media only screen and (max-width: 800px) {
	.head_movie {
		margin: 60px auto 0 auto;
	}
	#header  {
		height : 100px;
	}
	.smp_headline {
		display : block;
	}
	.pc_headline  {
		display : none;
	}
	.innerSmpTels {
		display : block;
	}
	.headerPadding {
		padding : 0;
	}
	.headLogo img {
		width : 240px;
	}
}
.snsButtons  {
	display : block;
}
#access  {
	margin-top : -80px;
	padding-top : 170px;
}
#template  {
	margin-top : -130px;
	padding-top : 130px;
}
#submit  {
	margin-top : -130px;
	padding-top : 130px;
}
.pankuzu  {
	font-size : 13px;
	color : #494949;
	padding : 6px 0 12px 4px;
	width : 100%;
	max-width : 1343px;
	margin : 0 auto;
	position : relative;
}
.snsBtnCell  {
	display : table-cell;
}
.smp_headbtn  {
	display : none;
	text-align : center;
	width : 100%;
	position : absolute;
	left : 0;
	bottom : 6.5vw;
}
.smp_headbtn a img {
	width : 50%;
	min-width : 160px;
}
.pc_headbtn  {
	display : block;
	position : absolute;
	left : 50%;
	margin-left : -70px;
	bottom : 20px;
}
.pc_headline  {
	display : inline;
}
.smp_headline  {
	display : none;
}
.smp_centerbtn  {
	display : none;
}
@media only screen and (max-width: 800px) {
	.pc_headline  {
		display : none;
	}
	.smp_headline  {
		display : block;
		position : fixed;
		width : 100%;
		height : 60px;
		background-color : rgba(0, 0, 0, 0.7);
		top : 0;
		left : 0;
		z-index : -1;
		box-sizing : border-box;
		transition: .5s;
	}
	.smp_headline .innerSmpTels h3  {
		margin-bottom : 8px;
	}
	.innerSmpTels  {
		position : fixed;
		width : 100%;
		top : -480px;
		left : 0;
		z-index : 90;
		margin-bottom : 6px;
		background-color : rgba(0, 0, 0, 0.8);
		transition: .5s;
	}
	.innerSmpTels li a  {
		text-decoration : none;
		font-size : 14px;
		color : #ffffff;
		display : block;
		width : calc(100% - 12px);
		padding : 12px 0 12px 12px;
		text-align : left;
		border-top : 1px solid #c6c6c6;
		border-bottom : 1px solid #c6c6c6;
	}
	.smp_headbtn  {
		display : block;
	}
	.pc_headbtn  {
		display : none;
	}
	.innerSmpTels .inner {
		text-align : center;
		padding : 6px 0;
	}
	#wrapHeaderTop {
		height : 60px;
	}
	.headLogo {
		top : 3px;
		left : 4px;
		line-height : 28px;
		padding : 4px 0 0 10px;
	}
	.ftcenter  {
		width : 41px;
		height : 37px;
		overflow : hidden;
	}
	.ftright span {
		display : none;
	}
	.headMenuInner  {
		z-index : 100;
		height : 60px;
	}
	.headWord_cls  {
		display : block;
		text-align : right;
		padding-top : 8px;
	}
	.wrapContents {
		padding-top : 60px;
	}
}
@media only screen and (max-width: 600px) {
	#p_points  {
		display : none;
	}
	#s_points  {
		display : block;
	}
	.smp_centerbtn  {
		margin-top : 0px;
	}
}
@media only screen and (max-width: 500px) {
	.bx-controls  {
		display : none;
	}
	.headLogo strong {
		margin-bottom : 1px;
	}
}
@media only screen and (max-width: 400px) {
	.headLogo {
		top : 6px;
	}
	.titleArea  {
		height : 24vw;
	}
	.imageArea  {
		height : 24vw;
	}
	.imageArea img {
		height : 24vw;
	}
	.titleWrap table {
		height : 24vw;
	}
	.titleWrap td strong {
		font-size : 20px;
	}
	.titleWrap td span {
		font-size : 14px;
	}
	.slide img {
		width : auto;
		height : 63vw;
	}
}
@media only screen and (max-width: 360px) {
	.sml320  {
		height : 22px;
	}
	.headLogo {
		top : 7px;
	}
}

/*　ロゴ包括-----------------------------*/
#wrapHeaderTop #header .logo {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 207px;
	height: 48px;
	display: block;
}

#wrapHeader #header .logo {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 207px;
	height: 48px;
	display: block;
}

.top_container {
	position : absolute;
	font-size : 10px;
	color : #000000;
	padding: 0;
	top : 0px;
	right :0px;
}


/*　ナビ包括-----------------------------*/
.panWrap  {
	width : 100%;
	max-width : 1300px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.panWrap li {
	display: inline-block;
	margin-right : 14px;
	font-size : 14px;
	color : #212529;
}
.panWrap li a {
	color : #212529;
	text-decoration: underline;
	transition: 0.3s;
}
.panWrap li a:hover {
	opacity : 0.6;
}
@media only screen and (max-width: 1340px) {
	.panWrap  {
		padding : 0 0 0 10px;
	}
}
/* グローバルナビゲーション */

/* コンテンツ包括
---------------------------------------------------------------------- */
.pcNavi  {
	display : block;
}
.smpNavi  {
	display : none;
}
.compBottom  {
	margin-bottom : 120px;
}
@media only screen and (max-width: 460px) {
	.compBottom  {
		margin-bottom : 16vw;
	}
	.smpNavi  {
		display : block;
	}
}

#news,#commit,#info  {
  padding-top : 64px;
  margin-top : -64px;
}

/* メインコンテンツ包括---------------------------*/
.normalWrap  {
	width : 100%;
	max-width : 1980px;
	margin : 0 auto;
	padding : 0;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.middleWrap  {
	width : 100%;
	max-width : 1570px;
	margin : 0 auto;
	padding : 0 8px;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
	background-color : transparent;
}
.miniWrap  {
	width : 100%;
	max-width : 1280px;
	margin : 0 auto;
	padding : 0 8px;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.wideWrap  {
	width : 100%;
	max-width : 1984px;
	margin : 0 auto;
	padding : 0;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.top_images  {
	width: 100%;
	position : relative;
	z-index : 2;
	text-align : center;
	background : url(../img/top_image.jpg) repeat-x top center;
	max-height : 576px;
	font-size : 0;
	line-height : 0;
}

h2.ttl  {
	text-align : center;
	margin-bottom : 90px;
}
.mgt01  {
	padding : 22px 0 0 0;
}
.mgt02  {
	padding : 38px 0 0 0;
}
.mgt30  {
	margin : 30px 0 0 0;
}
.mgt40  {
	margin : 40px 0 0 0;
}
.mgt50  {
	margin : 50px 0 0 0;
}
.mgt60  {
	margin : 60px 0 0 0;
}
.mgt70  {
	margin : 70px 0 0 0;
}
.mgt80  {
	margin : 80px 0 0 0;
}
.mgt90  {
	margin : 90px 0 0 0;
}
.mgt100  {
	margin : 100px 0 0 0;
}
.mgt110  {
	margin : 110px 0 0 0;
}
.mgt200  {
	margin : 200px 0 0 0;
}
.mgt-30  {
	margin : -44px 0 0 0;
	position : relative;
	z-index : 10;
}
.mgt-32  {
	margin : -32px 0 0 0;
	position : relative;
	z-index : 12;
}
.mgt-40  {
	position : relative;
	z-index : 16;
	top : 58px;
}
.mgt-40g {
    position: relative;
    z-index: 16;
    top: 68px;
    margin-top: -210px;
}
.pdt30 {
	padding-top : 30px;
}
.pdt40 {
	padding-top : 40px;
}
.pdw24 {
	padding : 0 24px;
}
.pdw8 {
	padding : 0 6px;
}
@media only screen and (max-width: 1380px) {
	.mgt-40g {
	    top: 4.5vw;
	    margin-top: -210px;
	}
	.mgt30  {
		margin : 3vw 0 0 0;
	}
	.mgt40  {
		margin : 4vw 0 0 0;
	}
	.mgt50  {
		margin : 5vw 0 0 0;
	}
	.mgt60  {
		margin : 6vw 0 0 0;
	}
	.mgt70  {
		margin : 7vw 0 0 0;
	}
	.mgt80  {
		margin : 8vw 0 0 0;
	}
	.mgt90  {
		margin : 9vw 0 0 0;
	}
	.mgt100  {
		margin : 10vw 0 0 0;
	}
	.mgt110  {
		margin : 11vw 0 0 0;
	}
}
@media only screen and (max-width: 800px) {
	.mgt-32  {
		margin : 12px 0 0 0;
	}
	.pdw8 {
		padding : 0 0;
	}
}

.modContents {
	width : 100%;
	max-width : 1600px;
	position : relative;
	height : 60vw;
	max-height : 837px;
	margin : 0 auto;
}
.modContents .modLeft {
	position : absolute;
	top : 0px;
	left : 0;
	z-index : 3;
	padding-left : 40px;
}
.modContents .modLeft h4 {
	font-size : 70px;
	font-weight : 500;
	font-family: Oswald;
	text-align : center;
	position : absolute;
	top : -40px;
	width : 100%;
}
.modContents .modLeft h4 span {
	display : inline-block;
	position : relative;
}
.modContents .modLeft p {
	font-size : 14px;
	color : #ffffff;
	line-height : 2.4;
	font-weight : 300;
	text-align : center;
	display : table-cell;
	vertical-align : middle;
}
.modContents .modLeft p span {
	display : block;
	text-align : center;
}
.modContents .modRight {
	position : absolute;
	top : 0;
	right : 0;
	z-index : 1;
}
.modContents .modRight span {
	display : block;
	width : 100vw;
	max-width : 1263px;
	height : 60vw;
	max-height : 837px;
	background-repeat : no-repeat;
	background-position : right center;
	background-size : cover;
}
.modContents .modRight p {
	width : 100%;
	max-width : 1263px;
	height : 60vw;
	max-height : 837px;
	overflow : hidden;
}
.modContents .modRight img {
	width : 100%;
	max-width : 1263px;
}
.modContents .modLeft2 {
	position : absolute;
	top : 0px;
	left : 0;
	z-index : 1;
}
.modContents .modLeft2 p {
	width : 100%;
	max-width : 1263px;
	height : 60vw;
	max-height : 837px;
	overflow : hidden;
}
.modContents .modLeft2 span {
	display : block;
	width : 100vw;
	max-width : 1263px;
	height : 60vw;
	max-height : 837px;
	background-repeat : no-repeat;
	background-position : left center;
	background-size : cover;
}
.modContents .modRight2 {
	position : absolute;
	top : 0;
	right : 0;
	z-index : 3;
	padding-right : 40px;
}
.modContents .modRightInner {
	width : 570px;
	height : 570px;
	text-align : center;
	border : 1px solid #111111;
	border-radius : 50%;
	margin-top : 130px;
	position : relative;
	display : table;
}
.modContents .modRight2 h4 {
	font-size : 70px;
	font-weight : 500;
	font-family: Oswald;
	text-align : center;
	position : absolute;
	top : -40px;
	width : 100%;
}
.modContents .modRight2 h4 span {
	display : inline-block;
	position : relative;
}
.modContents .modRight2 p {
	font-size : 14px;
	color : #ffffff;
	line-height : 2.4;
	font-weight : 300;
	text-align : center;
	display : table-cell;
	vertical-align : middle;
}
.modContents .modRight2 p span {
	display : block;
	text-align : center;
}
@media only screen and (max-width: 1286px) {
	.modContents .modRightInner {
		width : 43vw;
		height : 43vw;
		margin-top : 12vw;
	}
	.pdt30 {
		padding-top : 0px;
	}
	.pdt40 {
		padding-top : 0px;
	}
	.modContents .modLeft h4 {
		font-size : calc(4.76vw + 8.8px);
		top : -40px;
	}
	.modContents .modRight2 h4 {
		font-size : calc(4.76vw + 8.8px);
		top : -40px;
	}
	.modContents .modLeft p {
		font-size : calc(0.41vw + 8.7px);
		line-height : 2.4;
	}
	.modContents .modRight2 p {
		font-size : calc(0.41vw + 8.7px);
		line-height : 2.4;
	}
}
@media only screen and (max-width: 900px) {
	.modContents {
		height : 70vw;
	}
	.modContents .modRightInner {
		width : 55vw;
		max-width : 480px;
		height : 55vw;
		max-height : 480px;
		margin-top : 12vw;
	}
	.modContents .modLeft {
		padding-right : 10px;
	}
	.modContents .modLeft h4 {
		font-size : calc(5.09vw + 4.0px);
		top : -20px;
	}
	.modContents .modRight2 {
		padding-right : 10px;
	}
	.modContents .modRight2 h4 {
		font-size : calc(5.09vw + 4.0px);
		top : -20px;
	}
	.modContents .modLeft p {
		font-size : calc(0.69vw + 7.8px);
		line-height : 2.4;
	}
	.modContents .modRight2 p {
		font-size : calc(0.69vw + 7.8px);
		line-height : 2.4;
	}
}
@media only screen and (max-width: 620px) {
	.modContents {
		height : calc(100vw + 30px);
	}
	.modContents .modRightInner {
		width : calc(100vw - 24px);
		max-width : 400px;
		height : calc(100vw - 24px);
		max-height : 400px;
		margin-top : 12vw;
	}
	.modContents .modLeft {
		padding-right : 0px;
		padding-left : 10px;
	}
	.modContents .modLeft h4 {
		font-size : calc(5vw + 16.0px);
		top : -20px;
	}
	.modContents .modRight2 {
		padding-right : 10px;
	}
	.modContents .modRight2 h4 {
		font-size : calc(5vw + 16.0px);
		top : -20px;
	}
	.modContents .modLeft p {
		font-size : calc(0.7vw + 8px);
		line-height : 2.5;
	}
	.modContents .modRight2 p {
		font-size : calc(0.7vw + 8px);
		line-height : 2.4;
	}
	.modContents .modRight p {
		width : 100%;
		height : 100vw;
	}
	.modContents .modRight span {
		width : 100vw;
		height : 100vw;
		background-position : right -30px center;
		background-size : cover;
	}
	.modContents .modLeft2 p {
		width : 100%;
		height : 100vw;
	}
	.modContents .modLeft2 span {
		width : 100vw;
		height : 100vw;
		background-repeat : no-repeat;
		background-position : left -30px center;
		background-size : cover;
	}
	.pdt40 {
		padding-top : 10px;
	}
}

.grayback {
	background-color : #e4e4e4;
	padding-bottom : 100px;
}
.compTitle {
	font-size : 70px;
	font-weight : 500;
	font-family: Oswald;
	text-align : center;
	position : relative;
	color : #434343;
	padding-bottom : 80px;
	z-index : 1;
}
.compTitle span {
	display : inline-block;
	position : relative;
}
.compOverWrap  {
	width : 100%;
	max-width : 1168px;
	position : relative;
	margin : 0 auto;
}
.compUnder  {
	width : 90%;
	max-width : 1048px;
	height : 90vw;
	max-height : 1048px;
	position : absolute;
	top : -138px;;
	left : 5%;
	border-radius : 50%;
	z-index : 0;
	margin : 0 auto;
}
.compContents  {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	width : 100%;
	max-width : 1168px;
	margin : 0 auto;
}
.compItem {
	width : 30%;
	position : relative;
	background-color : #434343;
	margin : 0 auto 150px auto;
	transition : all 1s;
}
.compItem img.imgs {
	width : 100%;
	height : 25vw;
	max-height : 289px;
	object-fit: cover;
}
.compItem span.imgs {
	display : block;
	width : 100%;
	height : 25vw;
	max-height : 289px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.compItem .pannel {
	position : absolute;
	top : 0;
	left : 0;
	background : url(../img/gback.png) repeat-x bottom left;
	width : 100%;
	height : 25vw;
	max-height : 289px;
	z-index : 1;
}
.compItem .sns {
	position : relative;
	margin-top : -40px;
	left : 0;
	text-align : center;
	width : 100%;
	height : 30px;
	z-index : 2;
}
.compItem .sns a {
	display : inline-block;
	vertical-align : top;
	margin : 0 8px;
}
.compItem .comm {
	width : 90%;
	margin : 0 auto;
}
.compItem .comm .name {
	text-align : center;
	font-size : 20px;
	font-weight : 400;
	line-height : 2.6;
}
.compItem .comm .title {
	text-align : center;
	font-size : 13px;
	font-weight : 300;
	line-height : 2.4;
	border-top : 1px solid #616161;
}
.compItem .link {
	height : 64px;
	position : relative;
}
.compItem .link a {
	position : absolute;
	top : 12px;
	display : block;
	width : 100px;
	font-size : 14px;
	line-height : 1.4;
	border-radius : 50%;
	text-align : center;
	transition: 1s;
}
.compItem .link .btp01 {
	left : calc(50% - 106px);
	color : #ffffff;
	padding : 40.2px 0;
	background-color : #0c1a84;
	border : 2px solid #ffffff;
}
.compItem .link .btp02 {
	left : calc(50% + 2px);
	color : #0c1a84;
	padding : 30.4px 0;
	background-color : #ffffff;
	border : 2px solid #0c1a84;
}
.compItem .link .btp01:hover  {
	background-color : #4c5ae4;
}
.btp01:hover::before {
    content : '';
    position : absolute;
    left : 23%;
    top : 23px;
    border : 2px solid #ffff00;
    width : 50px;
    height : 50px;
    border-radius : 50%;
	opacity : 1;
    animation : 1s circleanime2 forwards;
}
.compItem .link .btp02:hover  {
	background-color : #66aaff;
}
.btp02:hover::before {
    content : '';
    position : absolute;
    left : 23%;
    top : 23px;
    border : 2px solid #ffc8ff;
    width : 50px;
    height : 50px;
    border-radius : 50%;
	opacity : 1;
    animation : 1s circleanime2 forwards;
}
@keyframes circleanime2{
	0% {
	  transform: scale(0);
	}
	100% {
		transform:scale(2);
		opacity: 1;
	}
}
@media only screen and (max-width: 1280px) {
	.compTitle {
		font-size : calc(3.54vw + 24.7px);
		padding-bottom : 8vw;
	}
	.compItem .comm .name {
		font-size : calc(0.83vw + 9.4px);
	}
	.compUnder  {
		top : -13vw;
	}
}
@media only screen and (max-width: 800px) {
	.grayback {
		padding-bottom : 10vw;
	}
	.compUnder  {
		top : -15vw;
	}
	.compItem {
		width : 47%;
		margin : 0 auto 15vw auto;
	}
	.compItem .comm .name {
		font-size : calc(1.25vw + 10.0px);
	}
	.compItem img.imgs {
		height : 32vw;
	}
	.compItem span.imgs {
		height : 32vw;
	}
	.compItem .pannel {
		height : 32vw;
	}
	.compItem .comm .title.minh {
		font-size : 12px;
		line-height : 1.4;
		padding : 4px 0;
	}
	.compItem .comm .title.minh {
		min-height : 3em;
	}
}
@media only screen and (max-width: 480px) {
	.compUnder  {
		top : -17vw;
	}
	.compItem {
		width : 100%;
		margin : 0 auto calc(18vw + 20px) auto;
	}
	.compItem .comm .name {
		font-size : calc(2.5vw + 8.0px);
	}
	.compItem img.imgs {
		height : 60vw;
	}
	.compItem span.imgs {
		height : 60vw;
	}
	.compItem .pannel {
		height : 60vw;
	}
	.compItem .comm .title.minh {
		min-height : 1em;
	}
}

/* js-fadein */

.js-fadein {
	opacity : 0;
	transform : translate(0, 200px);
}
.js-leftin {
	transform : translateX(-150%) scale(0.4); 
	transition : all 1s;
}
.js-leftback {
	transform : translateX(-150%) scale(0.4);
	transition : all 1s;
	background-color : rgba(0, 0, 255, 0.5);
}
.js-rightin {
	transform : translateX(150%) scale(0.4);
	transition : all 1s;
}
.js-rightback {
	transform : translateX(150%) scale(0.4); 
	transition : all 1s;
	background-color : rgba(255, 0, 0, 0.5);
}
.js-rightback2 {
	transform : translateX(150%) scale(0.4); 
	transition : all 1s;
	background-color : rgba(0, 255, 0, 0.5);
}
.js-zoomin {
	transform : scale(0.1, 0.1);
	transition : all 1s;
	border : 1px solid #000000;
}

/* 条件を満たしたあとに追加するクラス */
.js-fadein.js-scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.js-leftin.js-scrollin {
	opacity : 1;
	transform : translateX(0) scale(1); 
}
.js-leftback.js-scrollin {
	opacity : 1;
	transform : translateX(0) scale(1);
	border : 1px solid #747474;
	background-color : rgba(0, 0, 0, 0);
}
.js-rightin.js-scrollin {
	opacity : 1;
	transform : translateX(0%) scale(1);
}
.js-rightback.js-scrollin {
	opacity : 1;
	transform : translateX(0%) scale(1);
	border : 1px solid #747474;
	background-color : rgba(0, 0, 0, 0);
}
.js-rightback2.js-scrollin {
	opacity : 1;
	transform : translateX(0%) scale(1); ;
	border : 1px solid #747474;
	background-color : rgba(0, 0, 0, 0);
}
.js-zoomin.js-scrollin {
	transform : scale(1, 1);
	border : 1px solid #cbcbcb;
}


.newsWrap  {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding : 10px 0;
	width ; 100%;
	max-width : 1164px;
	margin : 0px auto;
	background-color : #ffffff;
}
h2.newsTitle  {
	width : 110px;
	border-right : 1px solid #000000;
	font-size : 16px;
	font-weight : 400;
	color : #000000;
	line-height : 40px;
	text-align : center;
}
.newsWrap a.moreRev {
	width : 110px;
	display : block;
	color : #424242;
	font-size : 14px;
	padding : 6px 0 0 0;
	text-decoration : none;
	box-sizing : border-box;
	transition : 0.3s;
	position : relative;
}
.newsWrap a.moreRev::after {
	content : ">";
	position : relative;
	left : 10px;
	top : 0px;
	font-size : 16px;
	font-weight : 300;
	font-family: Oswald;
}
.newsWrap a:hover {
	opacity : 0.7;
}
.newsItem  {
	width : calc(100% - 240px);
	display : inline-block;
	vertical-align : top;
	text-align : left;
	padding : 2px 0 0 20px;
	box-sizing : border-box;
	background-color : #ffffff;
}
.newsItem a .comm {
	display : inline-block;
	vertical-align : top;
	padding-top : 4px;
	position : relative;
	background-color : #ffffff;
}
.newsItem a .comm .new {
	display : inline-block;
	margin-left : 20px;
	color : #000000;
	font-size : 16px;
	font-weight : 400;
}
.newsItem a .comm .date {
	display : inline-block;
	color : #ffffff;
	font-size : 14px;
	background-color : #333131;
	padding : 2px 16px 3px 16px;
}
.newsItem a .comm strong {
	display : block;
	margin-top : 8px;
	width : 100%;
	color : #000000;
	font-size : 14px;
	font-weight : normal;
	line-height : 20px;
	height : 20px;
	overflow : hidden;
}
@media only screen and (max-width: 800px) {
	h2.newsTitle  {
		width : 12vw;
		font-size : calc(0.62vw + 11.0px);
		line-height : 2.4;
	}
	.newsWrap a.moreRev {
		width : 16vw;
		font-size : calc(0.42vw + 10.7px);
		padding : 6px 0 0 0;
	}
	.newsItem  {
		width : calc(100% - 30vw);
		padding : 2px 0 0 2vw;
	}
	.newsItem a .comm .new {
		margin-left : 2vw;
		font-size : calc(0.62vw + 11.0px);
	}
	.newsItem a .comm .date {
		font-size : calc(0.42vw + 10.7px);
		padding : 2px 1.6vw 3px 1.6vw;
	}
}
@media only screen and (max-width: 540px) {
	h2.newsTitle  {
		width : 65px;
		font-size : calc(0.62vw + 11.0px);
	}
	.newsItem  {
		width : calc(100% - 70px);
		padding : 2px 0 0 2vw;
	}
	.newsItem a .comm {
		padding-top : 1px;
	}
	.centerButton {
		display : none;
	}
}


/* NEWS */

.newsItemInner  {
	display : inline-block;
	margin : 0 auto;
	width : 100%;
	max-width : 238px;
	text-align : left;
}
.newsItem a {
	background-image : none;
}
.newsItem img {
	width : 100%;
}
.newsItem .data {
	color : #838383;
	font-size : 12px;
	line-height : 1.0;
	padding : 24px 0 14px 0;
}
.newsItem .ttle {
	color : #2e2e2e;
	font-size : 13px;
	line-height : 1.8;
	height : 48px;
	overflow : hidden;
}
.newsItem .detail {
	margin-top : 14px;
	text-align : right;
	color : #949494;
	font-size : 12px;
}
.newsButton  {
	text-align : center;
	margin-top : 60px;
}
.newsButton a  {
	display : inline-block;
	color : #ffffff;
	font-size : 16px;
	line-height : 1.0;
	text-align : center;
	padding : 20px 0;
	width : 60%;
	max-width : 406px;
	background-color : #8b8266;
	border-radius : 6px;
}
.nalloeWrap  {
	width : 96%;
	max-width : 700px;
	margin : 170px auto 45px auto;
}
.overWrap  {
	padding-top : 110px;
	width : 100%;
	max-width : 1000px;
	margin : 130px auto 200px auto;
}
.newsListWrap  {
	width : 100%;
	max-width : 900px;
	margin : 0 auto;
	position : relative;
	overflow : hidden;
	box-sizing : border-box;
}
.newsParts  {
	width : 100%;
	padding : 26px 5% 32px 5%;
	border-bottom : 1px solid #cccccc;
	box-sizing : border-box;
}
.newsParts a  {
	display : block;
	min-height : 158px;
	position : relative;
	text-decoration: none;
}
.newsParts .imgs  {
	position : absolute;
	top : 0;
	left : 0;
	width : 238px;
	height : 158px;
}
.newsParts .data  {
	padding : 23px 0 36px 274px;
	color : #838383;
	font-size : 13px;
	line-height : 1.0;
}
.newsParts .ttle  {
	padding : 0 0 22px 274px;
	color : #2e2e2e;
	font-size : 14px;
	font-weight : bold;
	line-height : 1.4;
	height : 16px;
	overflow : hidden;
	white-space : nowrap;
	text-overflow : ellipsis;
}
.newsParts .comm  {
	padding : 0 0 0 274px;
	color : #2e2e2e;
	font-size : 14px;
	line-height : 1.4;
	height : 16px;
	overflow : hidden;
	white-space : nowrap;
	text-overflow : ellipsis;
}
.pager  {
	width : 100%;
	text-align : center;
	margin-top : 80px;
}
.pager li {
	display : inline-block;
	margin : 0 10px;
	font-size : 20px;
	line-height : 1.0;
	vertical-align : top;
}
.pager li span {
	display : inline-block;
	margin : 0 14px;
	color : #000000;
	font-weight : bold;
	vertical-align : top;
}
.pager li a {
	display : inline-block;
	margin : 0 14px;
	color : #777777;
	text-decoration : underline !important;
	vertical-align : top;
}
.pager li em {
	display : inline-block;
	margin : 0 14px;
	color : #cccccc;
	font-style : normal;
	vertical-align : top;
}
.pager li.a:hover {
	color : #2e2e2e;
}
.newsDetail  {
	width : 100%;
	max-width : 720px;
	margin : 0 auto;
	padding : 0 10px;
	position : relative;
	overflow : hidden;
	box-sizing : border-box;
}
.newsDetail p {
	padding : 66px 0 32px 0;
	color : #838383;
	font-size : 13px;
	line-height : 1.0;
}
.newsDetail h2 {
	padding : 0 0 40px 0;
	color : #2e2e2e;
	font-size : 18px;
	font-weight : bold;
	line-height : 2.0;
}
.newsDetail .photoWrap  {
	width : 100%;
}
.newsDetail .photoWrap img {
	width : 100%;
	max-height : 800px;
}
.newsDetail .textWrap  {
	padding : 40px 0 40px 0;
	color : #2e2e2e;
	font-size : 14px;
	line-height : 2.0;
}

/* フッター包括---------------------------*/

footer {
	padding : 0 0 85px 0;
	background-color : #000000;
	box-sizing : border-box;
	position : relative;
	text-align : center;
}
.footLogo  {
	margin-bottom : 26px;
}
.footItem  {
	color : #ffffff;
	font-size : 14px;
}
.footItem a  {
	display : inline-block;
	vertical-align: top;
	margin : 0 20px;
	color : #ffffff;
	text-decoration : none;
	transition : .3s;
	font-weight : 300;
}
.footItem a:hover {
	opacity : 0.7;
	text-decoration : underline;
}
.footInis {
	margin-top : 30px;
	color : #d1d1d1;
	font-size : 14px;
}
.copyright  {
	text-align : center;
	font-size : 12px;
	color : #7b7b7b;
	padding : 40px 0;
}
@media only screen and (max-width: 800px) {
	footer {
		margin-top : 6vw;
	}
	.footItem  {
		display : none;
	}
	.footInis {
		margin-top : 3vw;
		font-size : 13px;
	}
	.copyright  {
		font-size : 12px;
		padding : 4vw 0;
	}
}

.wrapPageTopPc {
    height: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
	display : none;
}
.wrapPageTopPc p {
    bottom: 20px;
    cursor: pointer;
    display: block;
    margin-right: auto;
    position: fixed;
    right: 6px;
}
.wrapPageTopPc p img {
    width : 64px;
}
@media only screen and (max-width: 600px) {
	.footLogo img  {
		width : 80%;
		max-width : 328px;
	}
	.contens08  {
		margin : 0 auto 10vw auto;
	}
	.footerTable {
		display : none;
	}
	.wrapPageTopPc p img {
	    width : 60px;
	}
}

/* コピーライト包括---------------------------*/
#wrapCopyright {
	text-align: right;
	color: #808080;
	font-size: 85%;
}

#wrapCopyright .innerContainer {
	width: 900px;
	margin: 0 auto;
	height: 1.5em;
	padding: 5px 0;
}

.bshadow {
	box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.cshadow {
	border : 3px solid #ffffff;
	box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.servWrap00  {
	width : 960px;
	margin : 0 auto;
}
.servWrap01  {
	width : 1080px;
	margin : 0 auto;
}

.grid {
	position: relative;
	margin: 0 auto;
	text-align: center;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.grid2 {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 1.2vw 1%;
	max-width: 512px;
	max-height: 400px;
	width: 31%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	width : 100%;
	height : 24vw;
	max-width: 512px;
	max-height: 400px;
	opacity: 0.8;
	object-fit : cover;
}
.grid figure div {
	position: relative;
	display: block;
	width : 100%;
	height : 24vw;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
}
.grid figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size : 28px;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.grid figure.effect-ruby {

}
.grid figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.grid figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid figure.effect-ruby h2 {
	margin-top: 150px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.grid figure.effect-ruby p {
	margin: 1em auto 0 auto;
	font-size : 16px;
	width : 250px;
	background : url(../img/b_arrow.png) no-repeat right center;
	text-align : center;
	padding: 14px 0;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 
.grid figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.grid figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.grid2 figure {
	position: relative;
	overflow: hidden;
	margin: 1.2vw 1%;
	max-width: 512px;
	max-height: 400px;
	width: 31%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	display : inline-block;
}
.grid2 figure img {
	position: relative;
	display: block;
	width : 100%;
	height : 24vw;
	max-width: 512px;
	max-height: 400px;
	opacity: 0.8;
	object-fit : cover;
}
.grid2 figure div {
	position: relative;
	display: block;
	width : 100%;
	height : 24vw;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
}
.grid2 figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid2 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid2 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size : 28px;
}
.grid2 figure h2 span {
	font-weight: 800;
}
.grid2 figure h2,
.grid2 figure p {
	margin: 0;
}
.grid2 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.grid2 figure.effect-ruby {

}
.grid2 figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.grid2 figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid2 figure.effect-ruby h2 {
	margin-top: 150px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.grid2 figure.effect-ruby p {
	margin: 1em auto 0 auto;
	font-size : 16px;
	width : 250px;
	background : url(../img/b_arrow.png) no-repeat right center;
	text-align : center;
	padding: 14px 0;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 
.grid2 figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.grid2 figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.worksTrans  {
	width : 33%;
	height : 1px;
	font-size : 0;
	display : inline-block;
	margin : 0;
}
@media only screen and (max-width: 1630px) {
	.grid figure.effect-ruby h2 {
		margin-top: 9.2vw;
	}
	.grid2 figure.effect-ruby h2 {
		margin-top: 9.2vw;
	}
}
@media only screen and (max-width: 1200px) {
	.grid figure.effect-ruby h2 {
		margin-top: 8.9vw;
	}
	.grid figure h2 {
		font-size: 2vw;
	}
	.grid2 figure.effect-ruby h2 {
		margin-top: 8.9vw;
	}
	.grid2 figure h2 {
		font-size: 2vw;
	}
}
@media only screen and (max-width: 800px) {
	.grid figure {
		width: 47%;
		margin: 2vw 1%;
	}
	.worksTrans  {
		width : 49%;
	}
	.grid figure img {
		height : 34vw;
	}
	.grid figure div {
		height : 34vw;
	}
	.grid figure.effect-ruby h2 {
		margin-top: 12vw;
	}
	.grid figure h2 {
		font-size: 16px;
	}
	.grid2 figure {
		width: 47%;
		margin: 2vw 1%;
	}
	.grid2 figure img {
		height : 34vw;
	}
	.grid2 figure div {
		height : 34vw;
	}
	.grid2 figure.effect-ruby h2 {
		margin-top: 12vw;
	}
	.grid2 figure h2 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.grid figure.effect-ruby p {
		display : none;
	}
	.grid2 figure.effect-ruby p {
		display : none;
	}
}
@media only screen and (max-width: 480px) {
	.grid figure.effect-ruby h2 {
		margin-top: 10vw;
	}
	.grid2 figure.effect-ruby h2 {
		margin-top: 10vw;
	}
}
@media only screen and (max-width: 360px) {
	.grid figure.effect-ruby h2 {
		margin-top: 8vw;
	}
	.grid2 figure.effect-ruby h2 {
		margin-top: 8vw;
	}
}


.topgrid {
	position: relative;
	margin: 0 auto;
	text-align: center;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.topgrid figure {
	position: relative;
	overflow: hidden;
	max-width: 386px;
	max-height: 224px;
	width: 50%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	padding : 0;
}
.topgrid figure img {
	position: relative;
	display: block;
	width : 100%;
	height :184vw;
	max-width: 386px;
	max-height: 224px;
	opacity: 0.8;
	object-fit : cover;
}
.topgrid figure div {
	position: relative;
	display: block;
	width : 100%;
	height : 18vw;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
}
.topgrid figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.topgrid figure figcaption::before,
.topgrid figure figcaption::after {
	pointer-events: none;
}

.topgrid figure figcaption,
.topgrid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topgrid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.topgrid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size : 22px;
}
.topgrid figure h3 span {
	font-weight: 800;
}
.topgrid figure h3,
.topgrid figure p {
	margin: 0;
}
.topgrid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.topgrid figure.effect-ruby {

}
.topgrid figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.topgrid figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.topgrid figure.effect-ruby h3 {
	margin-top: 78px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.topgrid figure.effect-ruby p {
	font-size : 16px;
	margin : 1em auto 0 auto;
	width : 90%;
	max-width : 240px;
	background : url(../img/b_arrow.png) no-repeat right center;
	text-align : center;
	padding: 14px 0;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 
.topgrid figure.effect-ruby:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.topgrid figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.worksTrans  {
	width : 33%;
	height : 1px;
	font-size : 0;
	display : inline-block;
	margin : 0;
}
@media only screen and (max-width: 1630px) {
	.topgrid figure {
		margin : 0 1vw;
	}
	figure.effect-ruby h3 {
		margin-top: 9.2vw;
	}
}
@media only screen and (max-width: 1200px) {
	.topgrid figure.effect-ruby h3 {
		margin-top: 8.9vw;
	}
	.topgrid figure h3 {
		font-size: 2vw;
	}
}
@media only screen and (max-width: 1030px) {
	.topgrid {
		width : calc(100% - 60px);
	}
}
@media only screen and (max-width: 800px) {
	.topgrid figure {
		width: 47%;
		margin : 0 1vw;
	}
	.worksTrans  {
		width : 49%;
	}
	.topgrid figure img {
		height : 34vw;
	}
	.topgrid figure div {
		height : 34vw;
	}
	.topgrid figure.effect-ruby h3 {
		margin-top: 12vw;
	}
	.topgrid figure h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.topgrid {
		position: relative;
		width : 100%;
		margin: 0 auto;
		text-align: center;
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
		flex-wrap : wrap;
	}
	.topgrid figure.effect-ruby p {
		display : none;
	}
}
@media only screen and (max-width: 480px) {
	.topgrid figure.effect-ruby h3 {
		margin-top: 10vw;
	}
}
@media only screen and (max-width: 360px) {
	.topgrid figure.effect-ruby h3 {
		margin-top: 8vw;
	}
}
.slick2 {
	width : 100%;
	max-width : 940px;
	margin : 0 auto;
}
@media only screen and (max-width: 1630px) {
	.slick2 {
		width : 100%;
		max-width : 900px;
		margin : 0 auto;
	}
}
@media only screen and (max-width: 1200px) {
	.slick2 {
		width : 100%;
		max-width : 860px;
		margin : 0 auto;
	}
}
.topgrid2 {
	position: relative;
	margin: 0 auto;
	text-align: center;
	display : inline-block;
}
.topgrid2 figure {
	position: relative;
	display : inline-block;
	vertical-align : top;
	overflow: hidden;
	max-width: 386px;
	max-height: 224px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	padding : 0;
}
.topgrid2 figure img {
	position: relative;
	display: block;
	width : 100%;
	height :184vw;
	max-width: 386px;
	max-height: 224px;
	opacity: 0.8;
	object-fit : cover;
}
.topgrid2 figure div {
	position: relative;
	display: block;
	width : 100%;
	height : 18vw;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
}
.topgrid2 figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.topgrid2 figure figcaption::before,
.topgrid2 figure figcaption::after {
	pointer-events: none;
}

.topgrid2 figure figcaption,
.topgrid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topgrid2 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.topgrid2 figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size : 22px;
}
.topgrid2 figure h3 span {
	font-weight: 800;
}
.topgrid2 figure h3,
.topgrid2 figure p {
	margin: 0;
}
.topgrid2 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.topgrid2 figure.effect-ruby {

}
.topgrid2 figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.topgrid2 figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.topgrid2 figure.effect-ruby h3 {
	margin-top: 78px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.topgrid2 figure.effect-ruby p {
	font-size : 16px;
	margin : 1em auto 0 auto;
	width : 90%;
	max-width : 240px;
	background : url(../img/b_arrow.png) no-repeat right center;
	text-align : center;
	padding: 14px 0;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 
.topgrid2 figure.effect-ruby:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.topgrid2 figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.worksTrans  {
	width : 33%;
	height : 1px;
	font-size : 0;
	display : inline-block;
	margin : 0;
}
@media only screen and (max-width: 1630px) {
	.topgrid2 figure {
		margin : 0 1vw;
	}
	figure.effect-ruby h3 {
		margin-top: 9.2vw;
	}
}
@media only screen and (max-width: 1200px) {
	.topgrid2 figure.effect-ruby h3 {
		margin-top: 8.9vw;
	}
	.topgrid2 figure h3 {
		font-size: 2vw;
	}
}
@media only screen and (max-width: 800px) {
	.topgrid2 figure {
		margin : 0 1vw;
	}
	.worksTrans  {
		width : 49%;
	}
	.topgrid2 figure img {
		height : 34vw;
	}
	.topgrid2 figure div {
		height : 34vw;
	}
	.topgrid2 figure.effect-ruby h3 {
		margin-top: 12vw;
	}
	.topgrid2 figure h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.topgrid2 {

	}
	.topgrid2 figure.effect-ruby p {
		display : none;
	}
}
@media only screen and (max-width: 480px) {
	.topgrid2 figure.effect-ruby h3 {
		margin-top: 10vw;
	}
	.topgrid2 figure img {
		height : 50vw;
	}
}
@media only screen and (max-width: 360px) {
	.topgrid2 figure.effect-ruby h3 {
		margin-top: 8vw;
	}
}