@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------- loading */
.loading {
	position:fixed;
	width:100%;
	height:100%;
	background-color:#FFF;
	z-index:99999;
}
.loadingBar {
    width: 0;
    height: 4px;
	background: -moz-linear-gradient(left,  #ff8c00 0%, #ff0000 100%);
	background: -webkit-linear-gradient(left,  #ff8c00 0%,#ff0000 100%);
	background: linear-gradient(to right,  #ff8c00 0%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#ff0000',GradientType=1 );
    position: fixed;
    top: 50%;
    left: 0;
	margin-top:-4px;
    transition: all 0.2s linear 0s;
}
/*--------------------------------------------------------- index */

/*ga*/
@media screen and (min-width:881px) {
        .sp_only{
            display: none!important;
        }
    }
    
    @media screen and (max-width:880px) {
        .pc_only{
            display: none!important;
        }
    }

body {
	margin: 0;
	padding: 0;
	height: 100%;
}
* {margin: 0; padding: 0; outline: none;}

img {border: none;}
a { 
	text-decoration:none; 
	color:#4c4948;
}
a:hover { 
	color:#b4b4b4;
}
h1 {
	font: 3em normal Arial, Helvetica, sans-serif;
	padding: 20px;	margin: 0;
	text-align:center;
	color:#bbb;
}
h1 small{
	font-size: 0.5em;
	letter-spacing: 0.1em; line-height: 3em;
	display: block;
}
.container {width: 100%; margin: 0 auto; overflow: hidden;}

/* ↓↓↓ラインタイプのローディングのスタイル↓↓↓ */

/* ラインの最初の色のスタイル */
#line { 
	width:100%; /* 横幅100% */
	height:5px; 
	margin:40px auto; 
	background:#ddd;
}

/* ラインのアニメーション時の色と動き */
.fullwidth .expand { 
	width:100%; 
	height:5px; 
	margin:0; 
	background:#17cddd; 
	position:absolute;
    -moz-animation:fullexpand 5s ease-out;
	-webkit-animation:fullexpand 5s ease-out;
}

 /* キーフレームを使った横幅100%のローディングの始まりと終わりの変化 */
@-moz-keyframes fullexpand {
	0%  { width:0px;}
	100%{ width:100%;}	
}
@-webkit-keyframes fullexpand {
	0%  { width:0px;}
	100%{ width:100%;}	
}

/* ↑↑↑ラインタイプのローディングのスタイル↑↑↑ */
/*--------------------------------------------------------- index */
#index #global_menu {
	display: none;
}

#index .cover{
    background: url(../img/index/cover_04.jpg)center no-repeat;
    background-size: cover;
}
#index .cover header.pc {
	overflow: hidden;
	width:96%;
	margin: 0 auto;
    padding: 0 2%;/*ga*/
	position: relative;
}
#index .cover header.pc nav {
	overflow: hidden;
	margin: 30px 0;
}
#index .cover header.pc .logo {
	position:absolute;
	top:0;
	left:0;
    margin-left: 2%;/*ga*/
	padding:20px;
	background:#FFF;
}
#index .cover header.pc nav ul {
	width: 90%;
	float: left;
	overflow: hidden;
	box-sizing:border-box;
}
#index .cover header.pc nav ul li {
	float: right;
	margin: 0 3% 0 0;
	letter-spacing: 0.1em;
	text-align:right;
}
#index .cover header.pc nav ul li a {
	color: #4c4948;
	font-size: 1.6rem;
	font-weight: bold;
    transition: all .2s;
}
#index .cover header.pc nav ul li a:hover {
	color: #ff0000;
    transition: all .2s;
}
#index .cover header.pc nav ul li span {
	display: block;
	font-size: 1.0rem;
}
#index .cover header.pc nav p {
	width: 10%;
	max-width: 130px;
	float: right;
	letter-spacing: 0.2em;
	text-align: center;
	background: #ff0000;
	padding: 0;
	cursor: pointer;
    transition: all .2s;
}
#index .cover header.pc nav p:hover {
	background: #ff8c00;
    transition: all .2s;
}
#index .cover header.pc nav p a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
    padding: 8px 0;
    display: block;
}

#index .cover header.pc nav p a svg{/*ga*/
    width: 11px;
    height: 11px;
    vertical-align: baseline;
}

#index .cover header.pc nav .header_global_site_txt{
    background: none;
    color: #4c4948;
    width: 120px;
    float: none;
    padding: 0 2vw 0 0;
    cursor: auto;
    transition: none;
    text-align: left;
    font-size: 1.0rem;
    letter-spacing: 0;
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    text-indent: -1em;
    
}

#index .cover header.pc nav .header_global_site_txt:hover{
    background: none;
    transition: 0;
}

#index .cover header.pc nav p:hover + p.header_global_site_txt{
    color: #ff0000;
}

#index .cover h2 {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 50%;
	padding-top:5px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}
#index .cover p.scroll {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 48px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 2;
}
#index .cover p.scroll span::before {
	position: absolute;
	top: 23px;
	left: 50%;
	content: '';
	width: 4px;
	height: 4px;
	margin-left: -2px;
	background-color: #4c4948;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 12px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 12px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#index #content {
	background: #fff;
}
#index #content h2 {
	position:relative;
	text-align: center;
	font-size: 2.2rem;
	padding: 30px 0;
	letter-spacing: 2px;
}
#index #content h2 span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:3px;
	width:100%;
	background: -moz-linear-gradient(left,  #ff8c00 0%, #ff0000 100%);
	background: -webkit-linear-gradient(left,  #ff8c00 0%,#ff0000 100%);
	background: linear-gradient(to right,  #ff8c00 0%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#ff0000',GradientType=1 );
}

#index #content .border{
    height: 3px;
    width: 100%;
    background: -moz-linear-gradient(left,  #ff8c00 0%, #ff0000 100%);
	background: -webkit-linear-gradient(left,  #ff8c00 0%,#ff0000 100%);
	background: linear-gradient(to right,  #ff8c00 0%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#ff0000',GradientType=1 );
}

#index #content .menu{
    max-width: 1280px;
    width: 100%;
    margin: 80px auto 40px;
}

#index #content .menu ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 40px;
}

#index #content .menu ul li{
    width: 48%;
    margin-bottom: 40px;
}

#index #content .menu ul li a{
    display: block;
    position: relative;
}

#index #content .menu ul li a img.mouseover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.3s;
}

#index #content .menu ul li a:hover img.mouseover{
    opacity: 0;
}


#index #content .contact {
	background: #ff8c00; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff8c00 0%, #ff0000 100%);
	background: -webkit-linear-gradient(left,  #ff8c00 0%,#ff0000 100%);
	background: linear-gradient(to right,  #ff8c00 0%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#ff0000',GradientType=1 );
	padding: 100px 0;
}
#index #content .contact p a {
	display: block;
	width: 92%;
	max-width: 940px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	font-size: 2.2rem;
	color: #ff4600;
	padding: 32px 0;
	letter-spacing: 2px;
	font-weight: bold;
}
#index #content .contact p a.hvr-icon-forward {
	position: relative;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
#index #content .contact p a.hvr-icon-forward:before {
	content: url("../img/icon_arrow01.png");
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#index #content .contact p a.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

#index #content .contact .globalsite_txt{
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    
}

#index #content .contact .globalsite_txt svg{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.5em;
}

@media screen and (max-width:1175px) {
	#index .cover header.pc .logo img {
		width:122px;
		height:auto;
	}
	#index .cover header.pc nav ul li {
		margin: 0 2.8% 0 0;
	}
	#index .cover header.pc nav ul li.contact {
		display:none;
	}
	#index .cover header.pc nav ul li a {
		font-size: 1.4rem;
	}
	#index .cover header.pc nav ul li span {
		display: block;
		font-size: 1.0rem;
	}
    
    #index .cover header.pc nav .header_global_site_txt{/*ga*/
        padding-right: 1vw;
    }
}
@media screen and (max-width:1090px) {
	#index .box01 .section_contents01 {
		height: 400px;
	}
	#index .box01 .section_contents01 .element {
		height: 400px;
	}
	#index .box01 .section_contents02 {
		height: 400px;
	}
	#index .box01 .section_contents02 .element {
		height: 400px;
	}
	#index .box02 .section_contents {
		height: 320px;
	}
	#index .box02 .section_contents .element {
		height: 320px;
	}
}
@media screen and (max-width:1024px) {
    #index .cover header.pc nav .header_global_site_txt{/*ga*/
        padding-right: 0.2vw;
    }
    
	#index .sp_cover {
		background-image:url(../img/index/pattern.png);
	}
	#index .sp_cover > div:first-child {
		position:relative;
		background-size: cover;
		background-position: top;
		background-position: 0% 50% !important;
	}
	#index .cover h2 {
		position: absolute;
		text-align: center;
		top:auto;
		bottom:50px;
		left: 0;
		width: 100%;
		padding:0 10%;
		text-align:center;
		max-width: none;
		box-sizing:border-box;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		z-index: 2;
	}
	#index .cover p.scroll {
		display: none;
	}
	#index .box01 .section_contents01 {
		height: 300px;
	}
	#index .box01 .section_contents01 .element {
		height: 300px;
	}
	#index .box01 .section_contents02 {
		height: 300px;
	}
	#index .box01 .section_contents02 .element {
		height: 300px;
	}
	#index .box01 .txt {
		top: 16%;
	}
	#index .box01 .txt p:first-child {
		font-size: 2.4rem;
	}
	#index .box01 .txt p:last-child {
		margin: 20px 0 0 0;
	}
	#index .box02 h3 {
		font-size: 3.0rem;
	}
	#index .box02 .section_contents .element:nth-of-type(2) h3 {
		left: auto;
	}
}
@media screen and (max-width:880px) {
	#index .cover header.pc nav p {
		display:none;
	}
	#index .cover header.pc nav ul {
		display:none;
	}
	nav.fixed {
		position:fixed;
		height:100px !important;
		z-index:9999;
	}
	#index #global_menu {
		display: block;
		width:100%;
	}
	.menubtn {
		position:fixed;
		top:0;
		right:0;
		display:block;
		padding:20px;
		/*width:46px;
		padding:11px;
		background-color:#FFF;
		border:solid 1px #e3e3e3;*/
		background-color: rgba(255,255,255,0.4);
		box-sizing:border-box;
		font-size:0;
		cursor:pointer;
	}
	.open .menubtn {
		background-color: transparent;
	}
	.menubtn p,
	.menubtn p span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menubtn p {
		position: relative;
		width: 22px;
		height: 19px;
	}
	.menubtn p span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #4c4948;
	}
	.menubtn p span:nth-of-type(1) {
		top: 0;
	}
	.menubtn p span:nth-of-type(2) {
		top: 8px;
	}
	.menubtn p span:nth-of-type(3) {
		bottom: 0;
	}
	.menubtn.active p span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-315deg);
		transform: translateY(8px) rotate(-315deg);
	}
	.menubtn.active p span:nth-of-type(2) {
		opacity: 0;
	}
	.menubtn.active p span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
	}
	
	#nav-bg {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		background: #f2f2f2;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
		opacity: 0;
		z-index:999;
		visibility:hidden;
	}
	.open #nav-bg {
		opacity: 1;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
		visibility: visible;
	}
	
	/* nav-list  */
	#global_menu .nav_logo {
		position: absolute;
		top:0;
		left:10px;
		width:130px;
		height:auto;
		padding:14px 14px 14px;
		background-color:#FFF;
		opacity: 1;
	}
	#global-nav .nav_logo {
		position: fixed;
		top:0;
		left:10px;
		width:130px;
		height:auto;
		padding:14px;
		background-color: transparent;
		opacity: 0;
		visibility:hidden;
	}
	.open #global-nav .nav_logo {
		opacity: 1;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		visibility: visible;
	}
	#global-nav{
		position: fixed;
		display: table;
		top: 0;
		height: 100%;
		width: 100%;
		visibility: hidden;
		vertical-align: middle;
		color: #fff;
		text-align: center;
	}
	.open #global-nav {
		visibility: visible;
		z-index: 1000;
	}
	#global-nav ul {
		display:table-cell;
		padding-top:35px;
		vertical-align:middle;
	}
	#global-nav ul li {
		opacity: 0;
		margin-bottom:12px;
		font-size:1.8rem;
		font-weight:bold;
		color:#4c4948;
		letter-spacing: 2px;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	#global-nav ul li:last-child {
		margin:26px 0 0;
	}
	#global-nav ul li span {
		display:block;
		font-size:1.0rem;
		color:#F00;
	}
	.open #global-nav ul li {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.open #global-nav ul li:nth-child(1) {-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}
	.open #global-nav ul li:nth-child(2) {-webkit-transition-delay: 0.35s;transition-delay: 0.35s;}
	.open #global-nav ul li:nth-child(3) {-webkit-transition-delay: 0.4s;transition-delay: 0.4s;}
	.open #global-nav ul li:nth-child(4) {-webkit-transition-delay: 0.45s;transition-delay: 0.45s;}
	.open #global-nav ul li:nth-child(5) {-webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
	.open #global-nav ul li:nth-child(6) {-webkit-transition-delay: 0.55s;transition-delay: 0.55s;}
	.open #global-nav ul li:nth-child(7) {-webkit-transition-delay: 0.6s;transition-delay: 0.6s;}
	.open #global-nav ul li a {
		transition: all .2s;
	}
	.open #global-nav ul li a:hover {
		color:#F00;
		transition: all .2s;
	}
	#global-nav .entry a {
		display:block;
		position:relative;
		max-width:800px;
		width:92%;
		margin:0 auto;
		padding:14px 0 10px;
		color:#FFF;
		font-size:1.6rem;
		vertical-align:middle;
		background: -prefix-linear-gradient(left, #ff8c00, #F00);
		background: linear-gradient(to right, #ff8c00, #F00);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#ff0000', GradientType=1); /* IE7,8,9 */
	}
	#global-nav .entry a::after {
		content: '';
		position: absolute;
		top: 0;
		right: 15px;
		width:12px;
		height:100%;
		background:url(../img/icon_arrow02.png) no-repeat center center;
		background-size:contain;
		transition: all .2s;
	}
	#global-nav .entry a:hover {
		color:#FFF !important;
	}
	#global-nav .entry a:hover::after {
		right: 10px;
	}
    
    #global-nav .entry a span{
        color: #fff;
        display: block;
        margin-top: 0.5em;
    }
    
    #global-nav .entry a svg{
        width:11px;
        height: 11px;
        vertical-align: top;
        display: inline-block;
        margin-left: 0.5em;
    }
    
    #global-nav p.nav_global_site_txt{/*ga*/
        position: absolute;
        left: 50%;
        transform: translate(-50%,-100%);
        top: 50%;
        margin-top: 215px;
        color: #4c4948;
        width: 100%;
        font-size: 12px;
        opacity: 0;
        transition: all .2s;
        
    }
    .open #global-nav p.nav_global_site_txt{/*ga*/
        opacity: 1;
        transform: translate(-50%,50%);
        margin-top: 20px;
    }
    
    #global-nav p.nav_global_site_txt svg{/*ga*/
        width: 13px;
        height: 13px;
        margin-left: 0.3em;
    }
	
	#index .cover header {
		display: none;
	}
}
@media screen and (max-width:767px) {
	/*--------------------------------------------------------- global_menu */
	.menubtn {
		padding:14px;
	}
	#global_menu .nav_logo {
		position: absolute;
		top:10px;
		left:10px;
		padding:0;
		background-color: transparent;
	}
	#index .sp_cover > div:first-child {
		background-position:top center !important;
	}
	#index .cover h2 {
		position: absolute;
		top:50%;
		bottom:auto;
		left: 0;
        transform: translateY(-50%);
	}
	#index #content h2 {
		font-size: 1.6rem;
		padding: 24px 0;
	}
    #index #content .border{
    height: 0.7vw;
    width: 100%;
}
    #index #content .menu{
        max-width: 100%;
        width: 100%;
        margin: 10% auto 10%;
    }

    #index #content .menu ul{
        display: block;
        margin: 0 7.6%;
    }

    #index #content .menu ul li{
        width: 100%;
        margin-bottom: 4%;
    }
    #index #content .menu ul li a{
        display: block;
        position: relative;
    }
    
    #index #content .menu ul li a img{
        animation-duration: 2s;
    }
    
	#index .box01 img.sp_img {
		display: block;
	}
	#index .box01 img.pc_img {
		display: none;
	}
	#index .box01 .section_contents01 {
/*		height: 460px;*/
		height: auto;
		position: static;
	}
	#index .box01 .section_contents01 .element {
/*		height: 460px;*/
		height: auto;
		position: static;
	}
	#index .box01 .section_contents01 .element .element_inner {
		position: static;
		width: 100%;
		height: 100%;
	}
	#index .box01 .section_contents01 .element:nth-of-type(1) {
		width: 100%;
/*		height: 265px;*/
		height: auto;
	}
	#index .box01 .section_contents01 .element:nth-of-type(2) {
		width: 100%;
		height: auto;
	}
	#index .box01 .section_contents01.staff01 .element:nth-of-type(2) .element_inner {
		background: url(../img/index/sp_pic_02.jpg) no-repeat left bottom;
		background-size: cover;
	}
	#index .box01 .section_contents01.staff03 .element:nth-of-type(2) .element_inner {
		background: url(../img/index/sp_pic_08.jpg) no-repeat left bottom;
		background-size: cover;
	}
	#index .box01 .section_contents02 {
		height: auto;
		position: static;
	}
	#index .box01 .section_contents02 .element {
		height: auto;
		position: static;
	}
	#index .box01 .section_contents02 .element .element_inner {
		position: static;
		width: 100%;
		height: 100%;
	}
	#index .box01 .section_contents02 .element:nth-of-type(1) {
		width: 100%;
		height: auto;
	}
	#index .box01 .section_contents02 .element:nth-of-type(2) {
		width: 100%;
		height: auto;
	}
	#index .box01 .section_contents02.staff02 .element:nth-of-type(2) .element_inner {
		background: url(../img/index/sp_pic_03.jpg) no-repeat left bottom;
		background-size: cover;
	}
	#index .box01 .txt {
		width: 92%;
		position: static;
		text-align: center;
		margin: 0 auto;
		padding: 30px 0;
	}
	#index .box01 .txt p:first-child {
		font-size: 1.6rem;
	}
	#index .box01 .txt p:last-child {
		font-size: 1.0rem;
		margin: 20px 0 0 0;
	}
	#index .box02 .section_contents {
		height: auto;
		position: static;
	}
	#index .box02 .section_contents .element {
		height: auto;
		position: static;
	}
	#index .box02 .section_contents .element .element_inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	#index .box02 .section_contents .element:nth-of-type(1) {
		width: 100%;
	}
	#index .box02 .section_contents .element:nth-of-type(1) a {
		background: url(../img/index/sp_pic_05.jpg) no-repeat;
		background-size:cover;
		height: 235px;
		-ms-transition: none;
		transition: none;
	}
	#index .box02 .section_contents .element:nth-of-type(2) a {
		background: url(../img/index/sp_pic_06.jpg) no-repeat;
		background-size:cover;
		height: 235px;
		-ms-transition: none;
		transition: none;
	}
	#index .box02 .section_contents .element:nth-of-type(1) .element_inner ,
	#index .box02 .section_contents .element:nth-of-type(1):hover .element_inner {
		background:none;
	}
	#index .box02 .section_contents .element:nth-of-type(2) {
		width: 100%;
	}
	#index .box02 .section_contents .element:nth-of-type(2) .element_inner ,
	#index .box02 .section_contents .element:nth-of-type(2):hover .element_inner {
		background:none;
	}	
	#index .box02 h3 {
		font-size: 2.6rem;
		position: absolute;
		width: 100%;
		top: 50%;
    	margin: -0.5em 0 0 0;
	}
	#index .box02 .section_contents .element h3 {
		position: absolute;
		top: 50% !important;
		left: 0;
	}
	#index .box02 h3 span {
		font-size: 1.2rem;
	}
	#index .box02 .section_contents .element:nth-of-type(1) h3 {
		left: auto;
	}
	#index .box02 .section_contents .element:nth-of-type(2) h3 {
		left: auto;
	}
	#index #content .contact {
		padding: 40px 0;
	}
	#index #content .contact p a {
		font-size: 1.6rem;
		padding: 20px 0;
		background: #fff url(../img/icon_arrow01.png) 98% no-repeat;
		background-size: 11px;
	}
	#index #content .contact p a.hvr-icon-forward:before {
	  content: normal;
	}
}