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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****** Main ********/

.sp {
	display: none;
}
.sp2 {
	display: none;
}
.pc {
	display: block;
}
@media screen and (max-width: 1000px) {
.sp {
	display: block;
}
.sp2 {
	display: none;
}
.pc {
	display: none;
}
}
@media screen and (max-width: 370px) {
.sp2 {
	display: block;
}
}

body {
	position: relative;
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #000;
}
.footer, .header {
	height: 100px;
	background: grey;
}

.txt-sub {
	font-size: 1.5rem;
}

p {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;
}

.w {
	color: #fff;
}
.space {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.space-middle {
	width: 100%;
	height: 80px;
	overflow: hidden;
}
.space-mini {
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.black-bg {
	background: rgba(0,0,0,0.54);
}
.center {
	text-align: center;
}
/* bg color */

.bg-orenge {
	background-color: #ff9933;
}
/* header */

nav {
	transition: .3s;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	width: 100%;
	background: rgba(0,0,0,0.75);
	padding: 10px 0;
}
.is-hide {
	transform: translateY(-100%);
}
header {
	padding: 10px 0;
	overflow: hidden;
	background: rgba(0,0,0,1);
}
nav {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
}
nav li {
	float: left;
	text-align: center;
	display: inline;
	position: relative;
	cursor: pointer;
}
nav li a {
	display: block;
	color: #FFF;
	letter-spacing: 0.5px;
	font-weight: bold;
}
nav a {
	position: relative;
	display: inline-block;
}
nav li a:active, nav li a:visited, nav li a:link {
	color: #fff;
}
/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	margin: 10px 15px;
	font-size: 16px;
}
.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cl-effect-5 a:hover span, .cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.cl-effect-5 a:hover span {
	color: #ccc;
}
/* menu */

.sp-menu {
	display: none;
}
.logo {
	float: left;
	margin: 4px 0 0 20px;
}
.logo img {
	height: 26px;
}
.side-logo {
	position: fixed;
	right: 5%;
	top: 45%;
	transform: translateY(-50%);
	z-index: 999;
	width: 70px;
	height: 374px;
	background: url("../images/side-logo.png") center top no-repeat;
}
.sp-logo {
	display: none;
}
.logo a {
	color: #fff;
}
.logo a:hover {
	text-decoration: none;
}
.menus {
	float: right;
	margin-right: 20px;
}
.menu {
	display: none;
}
.sns a {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #FFF;
	margin: 0px 5px;
	color: #B993D6;
	line-height: 48px;
	padding: 0;
}
.sns a:hover {
	opacity: 0.6;
}
.sns a:active, .sns a:visited, .sns a:link {
	color: #B993D6;
}
header.fixed .fixbar .sns a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #66ccff;
	margin: 8px 5px;
	color: #fff;
	line-height: 40px;
	padding: 0;
}
header.fixed .fixbar .sns a:hover {
	color: #fff;
	opacity: 0.6;
}
/* top */
			
			
.swag {
	background: url('images/scene_photo01.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
}
.swag-2 {
	background-attachment: fixed;
	padding: 50px 0;
}
.swag h1, .swag-2 h1 {
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 180%;
}
.swag h1 span, .swag-2 h1 span {
	display: block;
	font-size: 25px;
	margin-top: 20px;
}
.top-txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
	z-index: 9;
}
.top-txt h1 {
	font-size: 2.5rem;
}
.top-txt2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
	z-index: 9;
	line-height: 300%;
}
.top-txt2 h1 {
	margin-bottom: 20px;
}
.top-txt-left {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: left;
	z-index: 999;
}
.top-txt-left h1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 2px #fff;
	font-size: 2.5rem;
}
.top-txt-left p {
	color: #fff;
	font-size: 1.5rem;
	line-height: 150%;
}
/* scroll icon */

#arrow-wrapper {
	position: absolute;
	bottom: 20px;
	display: table;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 3;
}
#arrow-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
#scroll-down {
	display: block;
	position: relative;
	padding-top: 79px;
	text-align: center;
}
.arrow-down {
	display: block;
	margin: 0 auto;
	width: 10px;
	height: 38px;
}
.arrow-down:after {
	content: '';
	display: block;
	margin: 0;
	padding: 0;
	width: 9px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	behavior: url(-ms-transform.htc);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#scroll-title {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
}
#scroll-down::before {
	-webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Safari 4+ */
	-moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Fx 5+ */
	-o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Opera 12+ */
	animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* IE 10+, Fx 29+ */
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 90px;
	background: #fff;
	content: ' ';
}
 @-webkit-keyframes elasticus {
 0% {
 -webkit-transform-origin: 0% 0%;
 -ms-transform-origin: 0% 0%;
 -moz-transform-origin: 0% 0%;
 -o-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 0);
 -ms-transform: scale(1, 0);
 -moz-transform: scale(1, 0);
 -o-transform: scale(1, 0);
 transform: scale(1, 0);
}
 50% {
 -webkit-transform-origin: 0% 0%;
 -ms-transform-origin: 0% 0%;
 -moz-transform-origin: 0% 0%;
 -o-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
}
 50.1% {
 -webkit-transform-origin: 0% 100%;
 -ms-transform-origin: 0% 100%;
 -moz-transform-origin: 0% 100%;
 -o-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
}
 100% {
 -webkit-transform-origin: 0% 100%;
 -ms-transform-origin: 0% 100%;
 -moz-transform-origin: 0% 100%;
 -o-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 0);
 -ms-transform: scale(1, 0);
 -moz-transform: scale(1, 0);
 -o-transform: scale(1, 0);
 transform: scale(1, 0);
}
}
 @-moz-keyframes elasticus {
 0% {
 -webkit-transform-origin: 0% 0%;
 -ms-transform-origin: 0% 0%;
 -moz-transform-origin: 0% 0%;
 -o-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 0);
 -ms-transform: scale(1, 0);
 -moz-transform: scale(1, 0);
 -o-transform: scale(1, 0);
 transform: scale(1, 0);
}
 50% {
 -webkit-transform-origin: 0% 0%;
 -ms-transform-origin: 0% 0%;
 -moz-transform-origin: 0% 0%;
 -o-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
}
 50.1% {
 -webkit-transform-origin: 0% 100%;
 -ms-transform-origin: 0% 100%;
 -moz-transform-origin: 0% 100%;
 -o-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
}
 100% {
 -webkit-transform-origin: 0% 100%;
 -ms-transform-origin: 0% 100%;
 -moz-transform-origin: 0% 100%;
 -o-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 0);
 -ms-transform: scale(1, 0);
 -moz-transform: scale(1, 0);
 -o-transform: scale(1, 0);
 transform: scale(1, 0);
}
}
 @-o-keyframes elasticus {
 0% {
 -webkit-transform-origin: 0% 0%;
 -ms-transform-origin: 0% 0%;
 -moz-transform-origin: 0% 0%;
 -o-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 0);
 -ms-transform: scale(1, 0);
 -moz-transform: scale(1, 0);
 -o-transform: scale(1, 0);
 transform: scale(1, 0);
}
 50% {
 -webkit-transform-origin: 0% 0%;
 -ms-transform-origin: 0% 0%;
 -moz-transform-origin: 0% 0%;
 -o-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
}
 50.1% {
 -webkit-transform-origin: 0% 100%;
 -ms-transform-origin: 0% 100%;
 -moz-transform-origin: 0% 100%;
 -o-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
}
 100% {
 -webkit-transform-origin: 0% 100%;
 -ms-transform-origin: 0% 100%;
 -moz-transform-origin: 0% 100%;
 -o-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 0);
 -ms-transform: scale(1, 0);
 -moz-transform: scale(1, 0);
 -o-transform: scale(1, 0);
 transform: scale(1, 0);
}
}
 @keyframes elasticus {
 0% {
 -webkit-transform-origin: 0% 0%;
 -ms-transform-origin: 0% 0%;
 -moz-transform-origin: 0% 0%;
 -o-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 0);
 -ms-transform: scale(1, 0);
 -moz-transform: scale(1, 0);
 -o-transform: scale(1, 0);
 transform: scale(1, 0);
}
 50% {
 -webkit-transform-origin: 0% 0%;
 -ms-transform-origin: 0% 0%;
 -moz-transform-origin: 0% 0%;
 -o-transform-origin: 0% 0%;
 transform-origin: 0% 0%;
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
}
 50.1% {
 -webkit-transform-origin: 0% 100%;
 -ms-transform-origin: 0% 100%;
 -moz-transform-origin: 0% 100%;
 -o-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -moz-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
}
 100% {
 -webkit-transform-origin: 0% 100%;
 -ms-transform-origin: 0% 100%;
 -moz-transform-origin: 0% 100%;
 -o-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transform: scale(1, 0);
 -ms-transform: scale(1, 0);
 -moz-transform: scale(1, 0);
 -o-transform: scale(1, 0);
 transform: scale(1, 0);
}
}
/* page */

.page {
	position: relative;
}
.page:before {
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.38);
}
/* tate moji */

.tate {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;
	text-align: center;
	text-orientation: upright;
}
/* content */

.content-txt {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
}
.content-txt h2 {
	margin-bottom: 20px;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.inner-txt {
	width: 90%;
}
/* content-page  */

.content-page {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 60px;
	overflow: hidden;
}
.mainimg {
	width: 100%;
	height: 100vh;
	height: 100svh;
	text-align: center;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
	position: relative;
}
.mainimg img {
	width: 100%;
	max-width: 1200px;
	padding-bottom: 50px;
}
.mainimg img.mainlogo {
	flex-shrink: 0;
	flex: none;
	min-width: 700px;
}
.mainimg img.top_scrolldown {
	width: 65px;
	bottom: 20px;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
}
@media (max-width: 600px) {
.mainimg {
	margin-top: -50px;
}
.mainimg img {
	width: 100%;
}
.mainimg img.mainlogo {
	min-width: 80%;
}
.mainimg img.top_scrolldown {
	bottom: 65px;
}
}

.flex {
	display: flex;
	justify-content: space-around;
}
.box-content {
	width: 450px;
	overflow: hidden;
}
.box-content h3 {
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.imgBox {
	overflow: hidden;
	width: 480px;
	height: 260px;
}
.imgBox img {
	display: block;
	transition-duration: 0.3s;
	width: 100%;
}
.imgBox img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
/* panel */


.vertical-center {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 47%;
	transform: translateY(-47%);
}
.vertical-center p {
	margin-top: 23px;
}
.inner {
	position: relative;
	height: 100%;
	width: 80%;
	margin: 0 auto;
}
.home {
	background: #ff3300;
	color: #fff;
}
.two {
	background: #ff9933;
	color: #fff;
}
.three {
	background: #003366;
	color: #fff;
}
.panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	height: 100vh;
}
.panel-page {
	overflow: hidden;
	border-bottom: solid 1px #ddd;
}
.panel1 {
	background: #ec8200;
	background: hsl(28,100%,52%);
}
.panel2 {
	background: #64a0d4;
	background: hsl(200,60%,55%);
}
.panel3 {
	background: #e14456;
	background: hsl(350,92%,59%);
}
.code {
	background: rgba(0,0,0,0.2);
}
.pagination {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4em;
	z-index: 10;
}
.pagination a {
	display: block;
	height: 20px;
	margin-bottom: 5px;
	color: white;
	position: relative;
	padding: 4px;
}
.pagination a.active:after {
	box-shadow: inset 0 0 0 5px;
}
.pagination a .hover-text {
	position: absolute;
	right: 15px;
	top: 7px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
}
.pagination a:hover .hover-text {
	opacity: 1;
}
.pagination a:after {
	-webkit-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid;
	border-radius: 50%;
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	right: 4px;
	bottom: 0;
}
.social-corner {
	position: absolute;
	top: 18px;
	right: 40px;
}
.social-corner iframe:first-child {
	margin-right: 3px;
}
.vertical-center a:link, .vertical-center a:visited {
	color: white;
	text-decoration: none;
	font-size: 0.6em;
}
.vertical-center a:hover {
	text-decoration: underline;
}
.arrow {
	position: relative;
	padding-right: 15px;
}
.arrow:before, .arrow:after {
	content: '';
	position: absolute;
	right: 0;
	top: 7px;
	width: 2px;
	height: 12px;
	background: white;
}
.arrow:before {
	transform: rotate(45deg);
	top: 15px;
}
.arrow:after {
	transform: rotate(-45deg);
}
/* slider */

.slider {
	width: 150%;
	height: 70vh;
	position: relative;
	overflow: hidden;
}
.slider-photo {
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* slide */

.txt {
	width: 50%;
	text-align: center;
	overflow: hidden;
	height: 100vh;
	position: relative;
}
.inner-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding: 20px 0;
}
.inner-txt h3 {
	line-height: 180%;
	font-size: 16px;
	text-align: left;
}
.pic {
	width: 50%;
	height: 100vh;
}
.section-brand-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* carousel */


.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-control.left, .carousel-control.right {
	top: 0;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next,  .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev,  .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,  .carousel-fade .carousel-inner > .item.prev.right,  .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
/* video background */

.background {
	background: url("https://i.ytimg.com/vi/iwjTkAHtesM/maxresdefault.jpg") no-repeat center center #000;
	background-size: cover;
	position: relative;
	z-index: -2;
	width: 100%;
	/* calc(100vh * 1.78) */
	height: 100vh;
	margin: 0 auto;
}
.background .background-wrap {
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
}
.background .background-wrap .background-movie {
	position: relative;
	display: flex;
	justify-content: center;
}
.background .background-wrap #background-movie-player {
	width: 100%;
	/* calc(100vh * 1.78) */
	height: 100vh;
	flex: none;
}
/* 個別ページ pages */

.message-page h3 {
	line-height: 250%;
}
.message-page p {
	line-height: 180%;
	font-size: 2rem;
}
.right-txt {
	text-align: right;
}
.other {
	background-color: #f2f2f2;
}
/* scrollup */

.scrollup {
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	opacity: 0.8;
	position: fixed;
	bottom: 20px;
	right: 1%;
	display: none;
	background: url('../images/top-arrow.png') no-repeat;
	z-index: 99999;
}
/* footer */

footer {
	padding: 50px 0 30px;
	width: 100%;
	position: relative;
	background: #e8e8e8;
	color: #000;
}
footer p {
	margin: 0;
}
footer img {
	width: 200px;
	margin-bottom: 10px;
}
footer ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
footer ul li a {
	color: #000;
	font-size: 14px;
	padding: 20px 15px;
	display: block;
}
footer ul li a:hover {
	color: #000;
	opacity: 0.5;
	text-decoration: none;
}
footer ul.ulsub li a {
	color: #000;
	font-size: 12px;
	padding: 0 15px;
	display: block;
}
.copy {
	text-align: center;
	font-size: 10px;
	margin-top: 50px;
}
@media (max-width: 1000px) {
footer img {
	width: 50%;
	margin-bottom: 30px;
}
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
user agent stylesheet td, th {
	display: table-cell;
	vertical-align: inherit;
}
/* btn */


.btn-en {
	display: inline-block;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	outline: 0;
	background-color: #003366;
	height: 55px;
	line-height: 42px;
	padding: 5px 50px;
	font-size: 17px;
	border-radius: 30px;
	color: #FFF;
	cursor: pointer;
	transition: all .5s;
	transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-en:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}
.btn-en:active {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.btn-en-sp {
	padding: 5px 25px;
	width: 100%;
}
.btn-red {
	background: #ff3300;
}
.btn-orenge {
	background: #ff9933;
}
.btn-blue {
	background: #003366;
}
.btn-mix {
	background: #fff; /*linear-gradient(-135deg, #ff3300, #ff9933,#003366);*/
	color: #333;
	font-weight: bold;
}
.btn-mix:hover {
	color: #000;
}
/* animation */
			
.opzero {
	opacity: 0;
}
.animated {
	animation-delay: 0.8s;
	animation-duration: 0.8s;
	animation-timing-function: ease;
}
/**
 * Animations
 */

.fromTopIn {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromTopOut {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: translate(0, -10px);
	opacity: 0.0;
}
.fromBottomIn {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromBottomOut {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: translate(0, 10px);
	opacity: 0.0;
}
.fromLeftIn {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromLeftOut {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: translate(-10px, 0);
	opacity: 0.0;
}
.fromRightIn {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromRightOut {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: translate(10px, 0);
	opacity: 0.0;
}
.scaleUpIn {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: scale(1.0, 1.0);
	opacity: 1.0;
}
.scaleUpOut {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: scale(1.3, 1.3);
	opacity: 0.0;
}
.scaleDownIn {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: scale(1.0, 1.0);
	opacity: 1.0;
}
.scaleDownOut {
	/* transition: transform 1.0s ease, opacity 1.0s ease; */
	transition: transform 0.1s ease, opacity 0.2s ease;
	transform: scale(0.7, 0.7);
	opacity: 0.0;
}

.topage {
	background: url('https://i.ytimg.com/vi/bRn4tzHGHLM/maxresdefault.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
}
.message {
	background: url('../images/message_00.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
}
.project {
	background: url('../images/project_00.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
}
/* project */
.project-txt {
	width: 550px;
	margin: 0 auto;
}
.mp-logo img:hover {
	opacity: 0.7;
}
.spde {
	display: none;
}
/* company */

.office-box {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0 auto;
	padding: 0 100px;
}
.office-box p {
	margin-bottom: 5px;
}
.office-item {
	width: 48%;
	margin-bottom: 60px; 
}
.office-item img {
	width: 100%;
}
p.office_cap {
	width: 100%;
	font-size: 20px;
	margin-top: 10px;
	padding: 10px 0 0;
}
@media screen and (max-width: 1000px) {
.office-box {
	padding: 0 0 50px;
}
.office-item {
	width: 100%;
	margin-bottom: 60px; 
}
}

/* contact */
.contact-page table {
	width: 100%;
	margin-bottom: 20px;
}
.required {
	background: red;
	padding: 3px 6px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}
input, textarea, select {
	padding: 10px;
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	border: 1px solid #B9C9CE;
}
select {
	height: 35px;
	line-height: 35px;
}
label {
	width: 200px;
	line-height: 300%;
}
.form-control {
	width: 100%;
}
/* PRIVACY POLICY */


	
dl {
	overflow: hidden;
	line-height: 180%;
	clear: both;
	font-size: 13px;
	margin: 0 auto 40px;
	width: 70%;
}
dt {
	float: left;
	clear: left;
	width: 25%;
	color: black;
	line-height: 180%;
}
dd {
	float: left;
	width: 70%;
	margin-bottom: 30px;
	line-height: 180%;
	text-align: justify;
	text-justify: inter-ideograph;
}
/* modal */


body.fixed {
	position: fixed;
	width: 100%;
}
.mc {
	position: fixed;
	display: none;
	z-index: 21;
	width: 80%;
	max-width: 1000px;
	margin: 5% 0;
	top: 0 !important;
	color: #333;
}
.mc .close {
	position: absolute;
	top: -30px;
	right: -10px;
	cursor: pointer;
	z-index: 21;
	width: 40px;
	height: 40px;
	opacity: 1 !important;
}
.mc .close:before {
	position: absolute;
	content: "";
	display: block;
	background-color: #fff;
	transform: rotate(-45deg);
	width: 28px;
	height: 2px;
}
.mc .close:after {
	position: absolute;
	content: "";
	display: block;
	background-color: #fff;
	transform: rotate(-135deg);
	width: 28px;
	height: 2px;
}
.mc_box {
	padding: 30px;
	background: #fff;
	max-height: 80vh;
}
.mc_box h1 {
	line-height: 160%;
	margin-bottom: 20px;
}
.mc_box p {
	font-size: 18px;
	line-height: 180%;
	margin: 0 auto 30px;
	width: 70%;
}
.modal-overlay {
	z-index: 20;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,1);
	cursor: pointer;
}
.modal-open:hover {
	cursor: pointer;
}
.modal-close:hover {
	cursor: pointer;
}
.mc_box a:hover {
	color: #333;
	text-decoration: underline;
}
@media (max-width: 1000px) {
/*
.sp-menu {
	display: inherit;
}
*/
}
@media screen and (max-width: 1000px) {
h2 {
	line-height: 180%;
	font-size: 1.0em;
}
/* menu */
.fixbar {
	display: none;
}
/* sp menu */

header {
	padding: 0;
}
.side-logo {
	display: none;
}
.sp-logo, .sp-menu {
	display: inherit;
}
.sp-logo {
	position: absolute;
	padding: 12px;
	z-index: 9;
	top: 0;
}
.sp-logo img {
	height: 25px;
}
.header {
	display: flex;
	justify-content: flex-end;
	background: #000;
	height: 50px;
}
.menu-icon {
	position: relative;
	top: 10px;
	right: 20px;
	height: 30px;
	width: 30px;
	cursor: pointer;
	z-index: 999;
}
.bar, .bar:before, .bar:after {
	height: 3px;
	position: absolute;
	background-color: #ffffff;
	transition: all 250ms ease-in-out;
	content: "";
}
.bar {
	width: 25px;
	top: 13.5px;
}
.bar:before {
	width: 30px;
	top: -10px;
}
.bar:after {
	width: 20px;
	top: 10px;
}
.menu-icon:hover .bar, .menu-icon:hover .bar:before, .menu-icon:hover .bar:after {
	background-color: #FFF;
}
.menu-icon:hover .bar {
	width: 30px;
}
.menu-icon:hover .bar:after {
	width: 30px;
}
.bar--active, .bar--active:before, .bar--active:after {
	background-color: #FFF;
}
.bar--active {
	width: 30px;
}
.bar--active:before {
	-webkit-transform: translate(14px, 4px) rotate(45deg);
	transform: translate(14px, 4px) rotate(45deg);
	width: 20px;
}
.bar--active:after {
	-webkit-transform: translate(14px, -4px) rotate(-45deg);
	transform: translate(14px, -4px) rotate(-45deg);
	width: 20px !important;
}
.overlay {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	background-color: #2B3A42;
	z-index: 99;
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.overlay--active {
	opacity: 0.95;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.overlay li a {
	color: #fff;
	line-height: 200%;
	font-size: 1rem;
	text-decoration: none;
}
.overlay li a:hover {
	color: #ff9933;
}
.list {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.items {
 	margin-bottom: 30px; 
}
.links {
	color: #BDD4DE;
	font-size: 3em;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	text-decoration: none;
	position: relative;
}
.links:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #ff9933;
	transition: width 300ms ease-in;
}
.links:hover {
	color: #ff9933;
}
.links:hover:after {
	width: 100%;
}
 @media (max-width: 475px) {
 .headline {
 margin-left: 15px;
 -webkit-transform: translateY(-160px);
 transform: translateY(-160px);
}
}
@media (min-width: 475px) {
.headline {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
}
/* video background */

.background {
	width: 100%;
}
.background .background-wrap #background-movie-player {
 width: calc(100vh * 1.78)
}
/* slider */

.slider {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	text-align: center;
	background: #000;
}
.top-txt-left {
	top: 65%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 20px;
}
.top-txt-left h1 {
	font-size: 2rem;
}
.top-txt-left p {
	font-size: 0.9rem;
}
/* top page */

.top h1 {
	font-size: 1.1rem;
}
.txt {
	background: rgba(0,0,0,0.3);
}
.inner-txt h3 {
	font-size: 13px;
}
.panel-page {
	background-color: #fff;
	overflow: hidden;
}
/* content */

.content, .content-page {
	width: 100%;
}
.panel {
	display: inherit;
}
.panel2 {
	height: 100%;
}
.txt {
	width: 100%;
	position: absolute;
	z-index: 8;
}
.pic {
	width: 100%;
}
.top-txt h1 {
	color: #fff;
	padding: 0 20px;
	line-height: 180%;
}
/* box-content */

.flex {
	display: inherit;
	padding: 0px 0 20px 0;
}
.box-content {
	width: 94%;
	margin: 0px 3%;
}
.imgBox {
	width: 100%;
	height: auto;
}
.box-content h3 {
	margin: 0;
}
/* content-txt */

.content-txt {
	padding: 20px;
}
/* scroll up */

.scrollup {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	opacity: 0.8;
	position: fixed;
	bottom: 10px;
	right: 1%;
	display: none;
	background: url('../images/top-arrow-sp.png') no-repeat !important;
	z-index: 99999;
}
/* footer */

footer ul {
	display: inherit;
}
footer ul li {
	text-align: center;
}
footer ul li a {
	color: #000;
	font-size: 14px;
	padding: 10px 0;
	display: block;
}
footer ul.ulsub {
	margin-top: 10px;
}
footer ul.ulsub li a {
	font-size: 12px;
	padding: 7px 0;
	display: block;
}
/* contact */

#contact, .form-horizontal {
	width: 100%;
}
#contact .flex {
	padding: 0;
}
.input-lg {
	padding: 10px 10px;
	font-size: 14px;
	margin: 0 0 5px;
}
/* privacy */

dl {
	width: 92%;
	font-size: 10px;
}
dd {
	width: 73%;
}
.privacy p {
	font-size: 12px;
}

/* project */

.pcde {
	display: none;
}
.spde {
	display: inherit;
}
.project {
	background: url('../images/project_00.jpg') no-repeat bottom center;
}
.message {
	background: url('../images/message_00.jpg') no-repeat bottom center;
}
.project-txt {
	width: 100%;
}
.mp-logo img {
	width: 100%;
}
/* contact */

input, textarea, select {
	padding: 5px;
}
.contact-page table {
	width: 100%;
}
.input-lg {
	font-size: 11px;
}
.required {
	display: inline-block;
	margin: 0 0 0 -15px;
	font-size: 10px;
}
textarea {
	resize: vertical;
	height: 100px;
}
/* modal */

body.fixed {
	position: fixed;
	width: 100%;
}
.mc {
	position: fixed;
	display: none;
	z-index: 999999;
	width: 90%;
	max-width: unset;
	margin: 60px 0 0;
	top: 0 !important;
	color: #333;
}
.mc .close {
	position: fixed;
	top: 85px;
	right: 20px;
	cursor: pointer;
	z-index: 9999999;
	width: 40px;
	height: 40px;
}
.mc .close:before {
	position: absolute;
	content: "";
	display: block;
	background-color: #000;
	transform: rotate(-45deg);
	width: 28px;
	height: 2px;
}
.mc .close:after {
	position: absolute;
	content: "";
	display: block;
	background-color: #000;
	transform: rotate(-135deg);
	width: 28px;
	height: 2px;
}
.mc_box {
	padding: 30px;
	background: #fff;
	max-height: 94vh;
}
.mc_box h1 {
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 15px;
}
.mc_box p {
	font-size: 10px;
	line-height: 180%;
	margin: 0 auto 30px;
	width: 80%;
}
.mc_box p img {
	width: 100%;
}
}
@media screen and (min-width:1290px) {
.inner-txt h3 {
	/*font-size: 1.6rem; */
	font-size: 1.0rem;
}
.project-txt {
	width: 800px;
}
.project-txt h3 {
	font-size: 2.5rem;
}
.project-txt p {
	font-size: 22px;
}
}

.top_news, .top_about, .top_service, .top_recruit, .top_company {
	width: 100%;
	padding: 100px 100px 50px;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
.top_news, .top_about, .top_service, .top_recruit, .top_company {
	padding: 80px 20px 0px;
}
.top_company {
	margin-bottom: 150px;
}
.top_news p {
	font-size: 16px;
}
}

.news_left {
	width: 25%;
	height: 500px;
	float: left;
	position: relative;
}
.news_left img {
	height: 70px;
	margin-bottom: 0px;
	padding: 5px 0;
}
@media screen and (max-width: 1000px) {
.news_left {
	width: 100%;
	height: auto;
	float: none;
	position: unset;
}
.news_left img {
	margin-bottom: 40px;
	padding: 5px 0;
}
}

.news_left .viewall {
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_right {
	width: 100%;
	padding: 0 20px 15px;
	text-align: left;
}
@media screen and (max-width: 1000px) {
.news_right {
	width: 100%;
	padding: 0 0 15px;
	text-align: left;
}
}

.news-list .item a {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #CCC;
	padding: 30px 0;
}
.news-list .item:first-child a {
	border-top: 0;
	padding: 0 0 30px;
}
.news-list .item:last-child a {
	border-bottom: 0;
}
.news-list .item .date {
	margin: 0;
	min-width: 140px;
	font-size: 12px;
	color: #999;
	padding: 3px 0 0 0;
}
.news-list .item .title {
	margin: 0;
	width: 100%;
}
.news-list .item a:hover .title{
	opacity: 0.5;
}
@media screen and (max-width: 1000px){
.news-list .item a{
	flex-wrap: wrap;
}
.news-list .item .date{
	min-width: 100px;
}
.news-list .item .title{
	margin-top: 10px;
}
}

.top_about img, .top_service img, .top_recruit img, .top_company img {
	height: 70px;
	margin-bottom: 0px;
	padding: 5px 0;
}
p.head {
	font-size: 30px;
	font-weight: 600;
	text-align: left;
	margin-top: 45px;
	line-height: 0.5;
}
p.head2 {
	font-size: 30px;
	font-weight: 600;
	text-align: left;
	margin-top: 60px;
	line-height: 0.5;
}
p.cap {
	font-size: 16px;
}
p.cap2 {
	font-size: 16px;
	margin-top: 30px;
}
@media screen and (max-width: 1000px){
p.head {
	line-height: 1.4;
}
p.head2 {
	line-height: 1.3;
}
}

.readmore {
	margin-top: 20px;
}
.readmore img {
	height: 25px;
}

.button {
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
.button img {
	width: 90%;
	margin: 0 auto;
}
}

.mission {
	padding-top: 100px;
}
.value {
	padding-top: 150px;
	padding-bottom: 40px;
}
.mp_contents {
	padding-top: 100px;
}
.mp_support {
	padding-top: 150px;
	padding-bottom: 40px;
}
.mp_collabo {
	padding-top: 130px;
	padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
.mission {
	padding-top: 80px;
}
.value {
	padding-top: 120px;
	padding-bottom: 0;
}
.mp_contents {
	padding-top: 80px;
}
.mp_support {
	padding-top: 80px;
	padding-bottom: 0;
}
.mp_collabo {
	padding-top: 20px;
	padding-bottom: 0;
}
}

.schson {
	width: 100%;
}
.schson .left {
	width: 70%;
	float: left;
	padding-right: 30px;
}
.schson .right {
	width: 30%;
	float: right;
}
.schson img {
	width: 100%;
	max-width: 450px;
	padding-top: 10px;
}
p.achieve {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3;
	margin: 12px 0 10px 0;
}
.schson-box {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0 auto;
	padding: 0 100px 0;
}
.schson-item {
	width: 30%;
	margin-bottom: 0; 
}
.schson-item img {
	width: 100%;
}
@media screen and (max-width: 1000px) {
.schson .left {
	width: 100%;
	float: none;
	padding-right: 0;
}
.schson .right {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
p.achieve {
	font-size: 30px;
	margin: 20px 0 15px 0;
}
.schson-box {
	padding: 0 0 50px;
}
.schson img {
	max-width: 100%;
}
.schson-item {
	width: 100%;
	margin-bottom: 60px; 
}
}

.contact p {
	margin-left: 100px;
}
.contact ul {
	list-style-position: inside;
	margin-left: 100px;
}
.contact ul li.tell {
	font-size: 28px;
	font-weight: 500;
	padding-left: 30px;
	line-height: 1.6em;
	background: url(../images/tell.svg) left 0px top 11px no-repeat;
	background-size: 24px auto;
}
.contact ul li.tell span {
	font-size: 16px;
	font-weight: 400;
}
.contact ul li.schson_form {
	font-size: 20px;
	font-weight: 600;
	padding-left: 30px;
	line-height: 1.6em;
	background: url(../images/form.svg) left 0px top 4px no-repeat;
	background-size: 24px auto;
}
@media screen and (max-width: 1000px) {
.contact p {
	margin-left: 0;
}
.contact ul {
	margin-left: 0;
}
.contact ul li.tell {
	line-height: 1;
	margin-top: 10px;
	background: url(../images/tell.svg) left 0px top 3px no-repeat;
	background-size: 24px auto;
}
.contact ul li.form {
	line-height: 1.2;
	margin-top: 15px;
	background: url(../images/form.svg) left 0px top 0px no-repeat;
	background-size: 24px auto;
}
}
@media screen and (max-width: 375px) {
.contact ul li.tell span {
	display: block;
	margin-top: 5px;
}
}

.recruit img {
	margin: 10px 0 0 100px;
	padding: 5px 0;
}
@media screen and (max-width: 1000px) {
.recruit img {
	margin: 10px 0 0 0;
}	
}

.company {
	margin: 0 0 150px 100px;
}
.company table {
	width: calc(90% - 100px);
	border: 0;
	line-height: 2;
	margin: 0 auto;
}
.company table th {
	width: 20%;
	border-bottom: solid 1px #ccc;
  	padding: 20px 0;
}
.company table td {
	width: 80%;
  	border-bottom: solid 1px #ccc;
	padding: 20px 0;
}
.company table img {
	height: 16px;
	margin-bottom: -4px;
}
@media screen and (max-width: 1000px) {
.company {
	margin: 0 0 0 0;
}
.company table {
	width: 100%;
}
.company table th,.company table td {
	border-bottom: none;
	display: block;
	width: 100%;
}
.company table th {
	font-weight: 700;
	border-bottom: solid 1px #ccc;
	padding: 0;
}
.company table td {
	margin-bottom: 20px;
	padding: 10px 0;
}
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form {
	width: 100%;
	margin: 50px 0 0 100px;
}
.form p {
	width: calc(90% - 100px);
}
.form p.form_line {
	border-bottom: 1px solid #888;
	padding-bottom: 50px;
}
.form span {
	color: red;
}
.form table {
	width: calc(90% - 100px);
	border: 0;
	line-height: 2;
	margin: 50px auto 0 auto;
}
.form table th {
	width: 20%;
	border: 0;
	padding: 20px 0;
}
.form table td {
	width: 80%;
	border: 0;
	padding: 20px 0;
}
.form select {
	width: 300px;
	color: #666;
	border-radius: 0px;
	border: 1px solid #666;
	padding: 0 10px;
	background-image: url(../images/arrow.svg);
  	background-position: right 10px center;
  	background-repeat: no-repeat;
  	background-size: 13px 13px;
}
.form select::-ms-expand {
	display: none;
}
.form input {
	width: 300px;
	color: #666;
	border-radius: 0px;
	border: 1px solid #666;
	box-shadow: none;
	padding: 0 10px;
}
.form input.name {
	width: 150px;
}
.form select:focus,.form input:focus {
    border: 1px solid #ff9900;
}
.form textarea {
	width: calc(100% - 200px);
	color: #666;
	line-height: 1.4;
	border-radius: 0px;
	border: 1px solid #666;
	box-shadow: none;
	padding: 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.hide {
    display: none;
}
.form .button {
	display: inline-block;
	width: 200px;
	font-size: 12pt;
	text-align: center;
	cursor: pointer;
	margin-top: 30px;
	padding: 10px 0;
	background: #000000;
	color: #ffffff;
	line-height: 1em;
	border: 2px solid #000000;
}
.button:hover {
	color: #000000;
	background: #ffffff;
}
@media screen and (max-width: 1000px) {
.form {
	margin: 50px 0 0 0;
}
.form p {
	width: 100%;
}
.form table {
	width: 100%;
}
.form table th,
.form table td {
	border-bottom: none;
	display: block;
	width: 100%;
}
.form table th {
	width: 100%;
	border: 0;
	padding: 0;
}
.form table td {
	width: 100%;
	border: 0;
	padding: 0;
	margin-bottom: 20px;
}
.form table td.submit {
	text-align: center;
}
.form select {
	width: 70%;
}
.form input {
	width: 70%;
}
.form textarea {
	width: 100%;
	height: 200px;
}
}

.policy {
	margin: 0 0 150px 100px;
	width: calc(90% - 100px);
}
.policy table {
	width: 100%;
	max-width: 1000px;
	border: 0;
	line-height: 2;
	margin: 0 auto;
}
.policy table th {
	width: 27%;
	border-bottom: solid 1px #ccc;
  	padding: 20px 50px 20px 0;
}
.policy table td {
	width: 73%;
  	border-bottom: solid 1px #ccc;
	padding: 20px 0;
}
@media screen and (max-width: 1000px) {
.policy {
	margin: 0 0 50px 0;
	width: 100%;
}
.policy table th,.policy table td {
	border-bottom: none;
	display: block;
	width: 100%;
}
.policy table th {
	font-weight: 700;
	border-bottom: solid 1px #ccc;
	padding: 0;
}
.policy table td {
	margin-bottom: 20px;
	padding: 10px 0;
}
}

h1 {
	font-size: 74px;
	font-weight: 700;
	line-height: 1.2;
	padding: 100px 0 20px 95px;
}
h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	padding: 100px 0 0 95px;
}
h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	margin: 70px 0 10px 100px;
}
h3.cap {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.4;
	margin: 100px 0 30px 100px;
	padding: 0 0 0 20px;
	border-left: 5px solid #000;
}
h3.cap2,h3.cap3 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.4;
	margin: 100px 0 30px 100px;
	padding: 0 0 0 20px;
	border-left: 5px solid #000;
}
h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	padding: 50px 0 0 100px;
}
h5 {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
	padding: 20px 0 0 100px;
}
h6 {
	font-weight: 300;
	font-size: 16px;
	line-height: 2;
	padding: 10px 0 0 100px;
}
@media screen and (max-width: 1000px) {
h1 {
	font-size: 11vw;
	padding: 50px 0 0 0;
}
h2 {
	font-size: 11vw;
	padding: 50px 0 0 0;
}
h3 {
	font-size: 36px;
	margin: 30px 0 10px 0;
}
h3.cap {
	margin: 100px 0 30px 0;
}
h3.cap2 {
	margin: 0 0 30px 0;
}
h3.cap3 {
	margin: 50px 0 30px 0;
}
h4 {
	font-size: 20px;
	padding: 50px 0 0 0;
}
h5 {
	font-size: 16px;
	padding: 30px 0 0 0;
}
h6 {
	font-size: 16px;
	padding: 0;
}
}

.about-page {
	width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
}
.jump {
	margin: 50px 0;
	padding-left: 100px;
}

@media screen and (max-width: 1000px) {
.about-page {	
	width: 100%;
	padding: 20px;
}
.jump {
	padding-left: 0;
}
}

.mp_contents-box, .mp_contents-box2 {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mp_contents-box {
	margin: 50px auto 0 auto;
	padding: 0 100px 0;
}
.mp_contents-box2 {
	margin: 0 auto;
	padding: 0 100px 30px;
}
.mp_contents-item {
	width: 30.5%;
	margin-bottom: 20px; 
}
.mp_contents-item2 {
	width: 22.5%;
	margin-bottom: 20px; 
}
.mp_contents-item img,.mp_contents-item2 img {
	width: 100%;
}
.plus {
	font-size: 45px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
.mp_contents-box {
	padding: 0;
}
.mp_contents-box2 {
	padding: 0 0 50px;
}
.mp_contents-item, .mp_contents-item2 {
	width: 48%;
	margin-bottom: 20px;
}
}

.mp_support-box {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0 auto;
	padding: 0 100px 0;
}
.mp_support-item {
	width: 47%;
	margin-bottom: 60px; 
}
.mp_support-item img {
	width: 100%;
}
p.mp_cap {
	width: 100%;
	font-size: 20px;
	margin-top: 20px;
	padding: 10px 30px 10px;
	background: no-repeat top left/10px url("../images/mp_cap_bk.svg");
}
p.mp_link {
	margin: 0;
}
@media screen and (max-width: 1000px) {
.mp_support-box {
	padding: 0 0 50px;
}
.mp_support-item {
	width: 100%;
	margin-bottom: 60px; 
}
}

.mp_collabo-box {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0 auto;
	padding: 0 100px;
}
.mp_collabo-item {
	width: 48%;
	margin-bottom: 60px; 
}
.mp_collabo-item img {
	width: 100%;
}
@media screen and (max-width: 1000px) {
.mp_collabo-box {
	padding: 0 0 50px;
}
.mp_collabo-item {
	width: 100%;
	margin-bottom: 60px; 
}
}

.fade {
	animation-name: fadeInAnime;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.top_fade {
	animation-name: fadeInAnime;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.scroll_fade {
	animation-name: fadeInAnime;
	animation-duration: 4.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeInAnime{
	from {
	opacity: 0;
}
	
	to {
	opacity: 1;
}
}

.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 2s;
}
.fadein2 {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 2.5s;
}
	
.fadein.effect,.fadein2.effect {
	opacity: 1;
	transform: translate(0, 0);
}

/* mission_img pc */
/*
.about .fadein.effect:nth-child(2) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* mission_img sp */
/*
.about .fadein.effect:nth-child(4) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* mission */
/*
.about .fadein.effect:nth-child(5) {
	-moz-transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
}
/* mission_body */
/*
.about .fadein.effect:nth-child(6) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
/* value_img pc */
/*
.about .fadein.effect:nth-child(7) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
/* value_img sp */
/*
.about .fadein.effect:nth-child(8) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
/* 顧客ドリブン_head */
/*
.about .fadein.effect:nth-child(9) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
/* 顧客ドリブン_body */
/*
.about .fadein.effect:nth-child(10) {
	-moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}
/* 目的ファースト_head */
/*
.about .fadein.effect:nth-child(11) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
/* 目的ファースト_body */
/*
.about .fadein.effect:nth-child(12) {
	-moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}
/* 主役イズム_head */
/*
.about .fadein.effect:nth-child(13) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
/* 主役イズム_body */
/*
.about .fadein.effect:nth-child(14) {
	-moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}
/* 前向きマインド_head */
/*
.about .fadein.effect:nth-child(15) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
/* 前向きマインド_body */
/*
.about .fadein.effect:nth-child(16) {
	-moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}

/* musicplanet contents01 */
/*
.mp_contents-box .fadein.effect:nth-child(1) {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
/* musicplanet contents02 */
/*
.mp_contents-box .fadein.effect:nth-child(2) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* musicplanet contents03 */
/*
.mp_contents-box .fadein.effect:nth-child(3) {
	-moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
}
/* musicplanet contents04 */
/*
.mp_contents-box .fadein.effect:nth-child(4) {
	-moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}
/* musicplanet contents05 */
/*
.mp_contents-box .fadein.effect:nth-child(5) {
	-moz-transition-delay: 800ms;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
}
/* musicplanet contents06 */
/*
.mp_contents-box .fadein.effect:nth-child(6) {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
/* musicplanet contents07 */
/*
.mp_contents-box .fadein.effect:nth-child(7) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* musicplanet contents08 */
/*
.mp_contents-box .fadein.effect:nth-child(8) {
	-moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
}
/* musicplanet contents09 */
/*
.mp_contents-box .fadein.effect:nth-child(9) {
	-moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}
/* musicplanet contents10 */
/*
.mp_contents-box .fadein.effect:nth-child(10) {
	-moz-transition-delay: 800ms;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
}

@media screen and (max-width: 1000px) {
/* musicplanet contents01 */
/*
.mp_contents-box .fadein.effect:nth-child(1) {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
/* musicplanet contents02 */
/*
.mp_contents-box .fadein.effect:nth-child(2) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* musicplanet contents03 *//*
.mp_contents-box .fadein.effect:nth-child(3) {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
/* musicplanet contents04 *//*
.mp_contents-box .fadein.effect:nth-child(4) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* musicplanet contents05 *//*
.mp_contents-box .fadein.effect:nth-child(5) {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
/* musicplanet contents06 *//*
.mp_contents-box .fadein.effect:nth-child(6) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* musicplanet contents07 *//*
.mp_contents-box .fadein.effect:nth-child(7) {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
/* musicplanet contents08 *//*
.mp_contents-box .fadein.effect:nth-child(8) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* musicplanet contents09 *//*
.mp_contents-box .fadein.effect:nth-child(9) {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
/* musicplanet contents10 *//*
.mp_contents-box .fadein.effect:nth-child(10) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
}

/* schson 01 *//*
.schson .fadein.effect:nth-child(1) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* schson 02 *//*
.schson .fadein.effect:nth-child(2) {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
/* schson 03 *//*
.schson .fadein.effect:nth-child(3) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* schson 04 *//*
.schson .fadein.effect:nth-child(4) {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
/* schson archive01 *//*
.schson-box .fadein.effect:nth-child(1) {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
/* schson archive02 *//*
.schson-box .fadein.effect:nth-child(2) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
/* schson archive03 *//*
.schson-box .fadein.effect:nth-child(3) {
	-moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
}
@media screen and (max-width: 1000px) {
.schson .fadein.effect {
		-moz-transition-delay: 0ms;
		-webkit-transition-delay: 0ms;
		-o-transition-delay: 0ms;
		-ms-transition-delay: 0ms;
}
.schson-box .fadein.effect {
	-moz-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}
}