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

@media screen and (max-width:839px){

	.sp_none {
		display: none;
	}
	
	/**********************************
				top
	**********************************/
	#top {
		width: 100%;
		background: none;
		position: fixed;
		top: 0;
		z-index: 9999;
		overflow: initial;
		transform: translate(0%,0);
		transition: .5s;
	}
	#top.active {
		transform: translate(0%,0%);
		transition: .5s;
	}
	.top_inner {
		max-width: 100%;
		margin: 0px auto;
		padding: 0;
	}
	.top_inner .logo {
		float: left;
		width: auto;
		height: 65px;
		margin: 0;
		padding: 0px 20px;
		display: inline-block;
		display: none;
	}
	.top_inner .logo img {
		height: 40px;
		margin: 0;
		padding: 0;
		vertical-align: middle;
		margin-top: 11.5px;
	}
	#hamburger {
		position: fixed;
		top: 15px;
		right: 15px;
		width: 55px;
		height: 55px;
		border-radius: 50%;
		cursor: pointer;
		z-index: 9999;
		background: #FFFFFF;
	}	
	.icon-animation {
		width: 55px;
		height: 55px;
		float: left;
		display: block;
		position: relative;
		border-radius: 50%;
	}
	.icon-animation span {
		width: 25px;
		height: 3px;
		display: block;
		background: none;
		position: relative;
		margin: auto;
		top: 22.5px;
		left: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
		-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
				transform: rotate(0deg);
	}
	.icon-animation span:after {
		transition: all 0.3s;
		position: absolute;
		content: "";
		width: 25px;
		height: 3px;
		background: #000000;
		display: block;
		transform: translateX(0) rotate(0deg);
	}
	.icon-animation span:before {
		transition: all 0.3s;
		position: absolute;
		content: "";
		width: 25px;
		height: 3px;
		background: #000000;
		display: block;
		transform: translateX(0px) rotate(0deg);
	}

	/***********************************************
						type-1
	***********************************************/
	.type-1 .top {
	  -webkit-transform: translateY(-3.5px);
		  -ms-transform: translateY(-3.5px);
			  transform: translateY(-3.5px);
	}
	.type-1 .bottom {
	  -webkit-transform: translateY(3.5px);
		  -ms-transform: translateY(3.5px);
			  transform: translateY(3.5px);
	}
	.type-1.is-open .middle {
		opacity: 0;
	}
	.type-1.is-open .top {
	  -webkit-transform: rotate(-45deg) translateY(3.5px);
		  -ms-transform: rotate(-45deg) translateY(3.5px);
			  transform: rotate(-45deg) translateY(3.5px);
		left: -1.75px;
	}
	.type-1.is-open .bottom {
	  -webkit-transform: rotate(45deg) translateY(-3.5px);
		  -ms-transform: rotate(45deg) translateY(-3.5px);
			  transform: rotate(45deg) translateY(-3.5px);
		left: -1.75px;
	}
	.nav_sp {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9900;
		display: block;
		padding: 32px 32px;
		transform: translate(0%,-100%);
		background: #000000;
        transition: all 500ms cubic-bezier(0.995, 0.010, 1.000, 0.415);
		text-align: center;
	}
	.nav_sp.active {
		display: block;
		width: 100%;
		height: 100%;
		transform: translate(0%,0%);
		background: #000000;
	}
	.nav_sp_top {
		width: 100%;
	}
	.nav_sp_top img {
		width: 120px;
		height: auto;
		opacity: 0;
		transition: 0.3s;
		transform: translate(0px,-15px);
	}
	.nav_sp.active .nav_sp_top img  {
		opacity: 1;
		transition: 0.3s;
		transform: translate(0px,0);
		transition-delay: 0.5s;
	}
	.nav_sp ul {
		width: 100%;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 0 10%;
		transform: translate(-50%,-50%);
	}
	.nav_sp ul li a {
		opacity: 0;
		transform: translate(0px,-15px);
		display: inline-block;
		color: #FFFFFF;
		padding: 12px;
		font-size: 5vw;
		font-weight: 300;
		line-height: 180%;
		position: relative;
		font-family: "Montserrat";
		letter-spacing: 2px;
	}
	.nav_sp.active ul li a {
		opacity: 1;
		transition: 0.3s;
		transform: translate(0px,0px);
	}
	.nav_sp ul li:nth-child(1) a {
		transition-delay: 0s;
	}
	.nav_sp.active ul li:nth-child(1) a {
		transition-delay: 0.5s;
	}
	.nav_sp ul li:nth-child(2) a {
		transition-delay: 0.01s;
	}
	.nav_sp.active ul li:nth-child(2) a {
		transition-delay: 0.55s;
	}
	.nav_sp ul li:nth-child(3) a {
		transition-delay: 0.02s;
	}
	.nav_sp.active ul li:nth-child(3) a {
		transition-delay: 0.6s;
	}
	.nav_sp ul li:nth-child(4) a {
		transition-delay: 0.03s;
	}
	.nav_sp.active ul li:nth-child(4) a {
		transition-delay: 0.65s;
	}
	.nav_sp ul li:nth-child(5) a {
		transition-delay: 0.04s;
	}
	.nav_sp.active ul li:nth-child(5) a {
		transition-delay: 0.7s;
	}
	.nav_sp ul li:nth-child(6) a {
		transition-delay: 0.05s;
	}
	.nav_sp.active ul li:nth-child(6) a {
		transition-delay: 0.75s;
	}
	.nav_sp li.contact a {
		width: 100%;
		height: 50px;
		line-height: 50px;
		background: #FFFFFF;
		border-radius: 4px;
		text-align: center;
		margin: 0px auto;
		margin-top: 32px;
		padding: 0;
		position: relative;
		color: #000000;
		font-size: 1.2rem;
	}
	.nav_sp li.contact:after {
		display: none;
	}
	.nav_sp ul li a.this::after {
		display: none;
	}
	.nav_sp ul li a.this::before {
		position: absolute;
		top: 2px;
		left: 0px;
		content: '';
		width: 100%;
		width: 8px;
		height: 8px;
		background: #FFFFFF;
		display: block;
		border-radius: 50%;
	}
	
	/**********************************
				header
	**********************************/
	header {
		background: none;
	}
	.header_inner img {
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
	}
	/**********************************
				white
	**********************************/
	.white {
		padding: 15% 10%;
	}
	.ttl_wrap {
		margin-bottom: 40px;
	}
	.main_ttl {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.sub_ttl {
		font-size: 0.9rem;
	}
	.btn a {
		padding: 16px;
	}

	/**********************************
				service
	**********************************/
	.service {
		padding: 15% 0;
	}
	.service_list_table {
		margin-top: 20%;
	}
	.service_list_icon img {
		width: 45%;
		margin-left: -5%;
	}
	.service_list_cv {
		width: 65%;
		left: initial;
		right: 0;
		padding: 8% 5%;
	}
	.service_logo img {
		max-width: 160px;
		margin-bottom: 10px;
	}
	.service_ttl {
		font-size: 0.75rem;
		margin-bottom: 10px;
	}
	.service_text {
		font-size: 0.65rem;
		margin-bottom: 10px;
	}
	.service_list_cv .btn a {
		letter-spacing: 0;
		font-size: 0.8rem;
		padding: 8px;
	}	

	table.news th {
		display: block;
		width: 100%;
		padding: 24px 12px 0;
	}
	table.news td {
		display: block;
		width: 100%;
		padding: 12px 12px 42px;
	}
	/**********************************
				footer
	**********************************/
	.footer_inner {
		padding: 15%;
	}

	
}
