@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,700;1,700&family=Zen+Kaku+Gothic+Antique:wght@400;700;900&display=swap');
.robo {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.rc-bold {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.zkga-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zkga-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zkga-black {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
body {
	letter-spacing: 0.5px;
	-webkit-text-size-adjust: 100%;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
}
.base_color { color: #002d82; }
.on_color { color: #c72016; }
.base_bg { background: #e4ebf2; }
.pale_b { background: #e4ebf2; }
.white_bg { background: #FFF; }
a img{
	transition: 0.3s;
}
a:hover img{
	opacity: 0.7;
}
.b_content {
	background: #002d82;
}
.toggle_contents {
	border-top: 1px solid #d9d9d9;
  }
.toggle_title {
	position: relative;
	padding: 10px;
	cursor: pointer;
	font-size: 15px;
	text-align: left;
	line-height: 1.4;
}
.toggle_btn {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
display: block;
width: 24px;
height: 24px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
display: block;
content: '';
background-color: #fff;
position: absolute;
width: 12px;
height: 2px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.toggle_btn:before {
width: 2px;
height: 12px;
}
.toggle_title.selected .toggle_btn:before {
content: normal;
}
.toggle_contents dd {
display: none;
}
.project {
	p {
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
}
@media (min-width:1025px) {
	.forSP { display: none !important; }
	.spb100 {
		margin-bottom: 100px !important;
	}
	.spp100 {
		padding-bottom: 100px !important;
	}
	header {
		padding: 0;
		transition: top 300ms;
		width: 100%;
		position: absolute;
		top: 0;
		background: rgba(255, 255, 255, 0.6);
		z-index: 10;
		.logo {
			padding: 20px 0 20px 20px; 
			img {
				width: 140px;
			}
		}
		.entry {
			position: absolute;
			top: 30px;
			right: 80px;
			img {
				width: 190px;
			}
		}
		.inner {
		  margin: 0;
		  position: relative;
		  nav {
			  width: 100%;
			  position: fixed;
			  top: 0;
			  bottom: 0;
			  right: 0;
			  left: 0;
			  visibility: hidden;
			  opacity: 0;
			  transition: 0.5s;
			  background-color: rgba(255, 255, 255, 0.9);
			  ul {
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				flex-direction: column;
				align-items: flex-start;
				width: 400px;
				margin: auto;
				right: 0;
				left: 0;
				border-top: 1px #1d4293 solid;
			  }
			  ul li {
				border-bottom: 1px #1d4293 solid;
			  }
			  ul li a {
				width: 100%;
				display: block;
				font-size: 20px;
				color: #666;
				letter-spacing: 0.5px;
				padding: 12px 0 12px 20px;
				text-decoration: none;
				font-family: "Zen Kaku Gothic Antique", sans-serif;
				font-weight: 500;
			  }
			  ul li a:hover {
				color: #c72016;
			  }
		  }
		}
		.btn-trigger {
		  position: absolute;
		  border-bottom: 0;
		  top: 50px;
		  right: 20px;
		  width: 34px;
		  height: 28px;
		  transform: translateY(-50%);
		  cursor: pointer;
		  z-index: 12;
		  span {
			position: absolute;
			left: 0;
			width: 100%;
			height: 3px;
			background-color: #002d82;
			border-radius: 4px;
			display: inline-block;
			transition: all 0.5s;
			box-sizing: border-box;
		  }
		  span:nth-of-type(1) {
			top: 0;
		  }
		  span:nth-of-type(2) {
			top: 12px;
		  }
		  span:nth-of-type(3) {
			bottom: 0;
		  }
		}
		#btn.active span:nth-of-type(1) {
		  transform: translateY(12px) rotate(-45deg);
		  background-color: #002d82 !important;
		}
		#btn.active span:nth-of-type(2) {
		  left: 50%;
		  opacity: 0;
		  animation: active-btn-bar02 0.8s forwards;
		}
		#btn.active span:nth-of-type(3) {
		  transform: translateY(-12px) rotate(45deg);
		  background-color: #002d82 !important;
		}
	}
	header.is-fixed {
	  position: fixed;
	  z-index: 10;
	  background: rgba(255, 255, 255, 0.6);
	}
	main {
		
	}
	.top_slide {
		position: relative;
		img {
			width: 100%;
		}
		.catch {
			position: absolute;
			top: 30%;
			left: 80px;
			color: #FFF;
			span {
				display: block;
				font-style: italic;
			}
			.first {
				font-size: 92px;
				line-height: 92px;
			}
			.second {
				font-size: 154px;
				line-height: 130px;
			}
			.jp {
				font-size: 44px;
				margin-top: 30px;
			}
		}
	}
	.read {
		background: #002d82;
		.conte {
			width: 720px;
			margin: auto;
			padding: 100px 0;
			color: #FFF;
			h2.title {
				font-size: 42px;
				margin-bottom: 30px;
			}
			.script {
				font-size: 19px;
				line-height: 48px;
				margin-bottom: 40px;
			}
		}
	}
	.cont_menu {
		background: #e4ebf2;
		padding: 150px 0;
		.item {
			width: 1000px;
			margin: auto;
			padding: 70px 40px;
			color: #002d82;
			h2.en {
				font-size: 107px;
				line-height: 100px;
			}
			h2.jp {
				font-size: 26px;
				margin-bottom: 20px;
			}
			.script {
				font-size: 16px;
				line-height: 28px;
				margin-bottom: 30px;
			}
		}
		.item:first-child {
			margin-bottom: 100px;
		}
		.item:last-child {
			margin-top: 100px;
		}
		.busi {
			background-image: url('../../images/top_business_bg.jpg');
			background-size: cover;
		}
		.data {
			background-image: url('../../images/top_data_bg.jpg');
			background-size: cover;
		}
		.work {
			background-image: url('../../images/top_work_bg.jpg');
			background-size: cover;
		}
	}
	footer {
		.sitemap {
			width: 1000px;
			margin: auto;
			display: flex;
			padding: 80px 0 40px 0;
			.logo {
				width: 200px;
				img {
					width: 150px;
				}
			}
			.item {
				display: flex;
				flex-wrap: wrap;
				flex: 1;
				li {
					margin-right: 60px;
					margin-bottom: 20px;
					a {
						text-decoration: none;
						font-family: "Zen Kaku Gothic Antique", sans-serif;
						font-size: 14px;
						font-weight: 400;
						color: #002d82;
					}
					a:hover {
						color: #c72016;
						text-decoration: underline;
					}
				}
				li:last-child {
					margin-right: 0px;
				}
			}
		}
		.copyright {
			background: #e4ebf2;
			text-align: center;
			font-size: 12px;
			font-weight: 500;
			letter-spacing: 1px;
			color: #666;
			padding: 30px;
		}
	}
	.news {
		background-color: #e4ebf2;
		border-top: #002d82 solid 1px;
		.req01 {
			width: 1000px;
			margin: auto;
			padding: 50px 0;
		}
		.req02 {
			width: 1000px;
			margin: auto;
			padding: 50px 0;
			text-align: center;
		}
		h2 {
			font-size: 100px;
			color: #002d82;
		}
		h3 {
			font-size: 25px;
			color: #002d82;
			margin-bottom: 30px;
		}
		.cms {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			li.article {
				width: 47%;
				display: flex;
				margin-bottom: 40px;
				img {
					width: 170px;
					object-fit: cover;
					height: 120px;
					margin-right: 20px;
				}
				.script {
					flex: 1;
					.date {
						margin-bottom: 10px;
					}
					.title {
						font-size: 14px;
						line-height: 24px;
						font-weight: 300 !important;
						color: #333;
					}
				}
			}
		}
	}
	.recruit {
		background-color: #e4ebf2;
		border-top: #002d82 solid 1px;
		.req01 {
			width: 1000px;
			margin: auto;
			padding: 50px 0;
		}
		.req02 {
			width: 1000px;
			margin: auto;
			padding: 50px 0;
			text-align: center;
		}
		h2 {
			font-size: 100px;
			color: #002d82;
		}
		h3 {
			font-size: 25px;
			color: #002d82;
			margin-bottom: 30px;
		}
		.stripe_bg {
			background-color: #e4ebf2;
			background-image: url('../../images/stripe.png');
			background-repeat: repeat;
			text-align: center;
			padding: 90px 0;
			a {
				display: inline-block;
				background: #002d82;
				font-family: "Roboto Condensed", sans-serif;
				font-weight: 700;
				color: #FFF;
				font-size: 42px;
				text-decoration: none;
				padding: 5px 80px;
				border-radius: 60px;
			}
			a:hover {
				background: #FFF;
				color: #c72016;
			}
		}
	}
	.member {
		background: #002d82;
		padding: 60px 0;
		.title {
			color: #FFF;
			width: 1000px;
			margin: auto;
			h2.en {
				font-size: 107px;
				line-height: 100px;
			}
			h2.jp {
				font-size: 26px;
				margin-bottom: 20px;
			}
			.script {
				font-size: 16px;
				line-height: 28px;
				margin-bottom: 30px;
			}
		}
		.member_list {
			margin-top: 30px;
			li {
				position: relative;
				span {
					position: absolute;
					color: #FFF;
					bottom: 0.2vw;
					left: 0.5vw;
					font-size: 1vw;
				}
				width: 25%;
				margin: 0 0.2%;
				img {
					width: 100%;
				}
			}
		}
	}
	.more_link {
		display: inline-block;
		background: #FFF;
		text-decoration: none;
		font-size: 16px;
		color: #002d82;
		padding: 13px 100px 13px 30px;
		border-radius: 50px;
		background-image: url('../images/maru_arrow.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
	}
	.more_link:hover {
		background-image: url('../images/maru_red.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
		color: #c72016;
	}
	.more_link2 {
		display: inline-block;
		background: #FFF;
		text-decoration: none;
		font-size: 22px;
		color: #002d82;
		padding: 13px 100px 13px 30px;
		margin: 0 20px;
		border-radius: 50px;
		background-image: url('../images/maru_arrow.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
	}
	.more_link2:hover {
		background-image: url('../images/maru_red.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
		color: #c72016;
	}
	.arrow_box {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px 0 0;
		position: relative;
	}
	.prev-arrow, .next-arrow {
	  display: block;
	  width: 50px;
	  height: 50px;
	  background: #FFF;
	  border-radius: 50%;
	  transition: all .3s ease;
	  cursor: pointer;
	  position:relative;
	}
	.prev-arrow {
	  transform: rotate(180deg);
	  margin-right: 20px;
	}
	.prev-arrow::before,
	.next-arrow::before{
	  position:absolute;
	  content: "";
	  width:12px;
	  height:12px;
	  border-right: 2px solid #002d82;
	  border-top: 2px solid #002d82;
	  top:0;
	  bottom:0;
	  left:0;
	  right:0;
	  margin:auto;
	  transform:rotate(45deg);
	}
	.in_title {
		width: 1000px;
		margin: auto;
		color: #FFF;
		padding: 200px 0 100px 0	;
		h1.en {
			font-size: 100px;
			line-height: 100px;
		}
		h1.jp {
			font-size: 26px;
			margin-bottom: 50px;
		}
		.read {
			font-size: 18px;
			line-height: 36px;
		}
	}
	#data {
		.container {
			text-align: center;
			padding-bottom: 100px;
			.t_icon {
				margin-bottom: 10px;
				img {
					width: 200px;
				}
			}
			h2 {
				color: #FFF;
				font-size: 45px;
				margin-bottom: 50px;
			}
			.item {
				width: 1000px;
				margin: auto;
				display: flex;
				flex-wrap: wrap;
			}
			.d_01 {
				img {
					height: 360px;
					margin-bottom: 30px;
				}
				li:nth-of-type(2n) {
					margin-left: 30px;
				}
			}
			.d_02 {
				justify-content: center;
				img {
					height: 290px;
					margin-bottom: 30px;
				}
				li {
					margin-right: 30px;
				}
				li:nth-of-type(3n) {
					margin-right: 0px;
				}
			}
			.d_03 {
				justify-content: center;
				img {
					height: 290px;
					margin-bottom: 30px;
				}
				li {
					margin-right: 30px;
				}
				li:nth-of-type(3n) {
					margin-right: 0px;
				}
			}
			.d_04 {
				justify-content: center;
				width: 650px;
				img {
					width: 310px;
					margin-bottom: 30px;
				}
				li {
					margin-right: 30px;
				}
				li:nth-of-type(2n) {
					margin-right: 0px;
				}
			}
		}
	}
	#business {
		.strong {
			width: 1000px;
			margin: 0 auto 60px auto;
			background: #FFF;
			border-radius: 20px;
			padding: 25px;
			text-align: center;
			.title {
				color: #002d82;
				font-size: 24px;
				margin-bottom: 20px;
				span {
					font-size: 36px;
				}
			}
			ul {
				display: flex;
				justify-content: space-between;
				align-items: center;
				li {
					width: 31%;
					img {
						width: 100%;
					}
				}
			}
		}
		.bumon {
			width: 1000px;
			margin: auto;
			padding-bottom: 60px;
			display: flex;
			justify-content: space-between;
			li {
				width: 23.2%;
				a {
					display: block;
					background: #FFF;
					border-radius: 15px;
					padding: 15px;
					text-decoration: none;
					color: #002d82;
					background-image: url('../../business/images/down_arrow.png');
					background-repeat: no-repeat;
					background-position: right 10px bottom 18px;
					background-size: 15px auto;
					.robo {
						font-size: 24px;
					}
				}
			}
		}
		.photo_title {
			.photo {
				img {
					object-fit: cover;
					width: 100%;
					height: 360px;
				}
			}
			.jp {
				text-align: center;
				color: #FFF;
				font-size: 24px;
				padding: 10px 0;
			}
		}
		.exp {
			background: #e4ebf2;
			display: flex;
			justify-content: space-between;
			padding: 60px 0 100px 0;
			.photo, .script {
				width: 47.5%;
			}
			.photo img {
				width: 100%;
			}
			.title {
				font-size: 25px;
				line-height: 40px;
				color: #002d82;
				margin-bottom: 30px;
			}
			.txt {
				font-size: 15px;
				line-height: 30px;
				padding-right: 100px;
				color: #002d82;
				margin-bottom: 50px;
			}
			.project {
				p {
					color: #002d82;
					margin-bottom: 15px;
					padding-right: 30px;
				}
			}
			a {
				display: inline-block;
				color: #002d82;
				margin-bottom: 15px;
				padding-right: 30px;
				background-image: url('../../business/images/ext_icon.png');
				background-repeat: no-repeat;
				background-position: right 0px bottom 5px;
				background-size: 22px auto;
			}
		}
	}
	#about {
		.mes {
			width: 1000px;
			margin: auto;
			padding-bottom: 100px;
			display: flex;
			justify-content: space-between;
			color: #FFF;
			li:first-child {
				width: 400px;
			}
			li:last-child {
				flex: 1;
			}
			.en {
				font-size: 43px;
			}
			.title {
				font-size: 28px;
				margin-bottom: 40px;
			}
			.photo img {
				width: 100%;
				margin-bottom: 40px;
			}
			.script {
				font-size: 14px;
				line-height: 30px;
			}
			.name {
				text-align: right;
				margin-top: 20px;
			}
			.acc {
				border-bottom: 1px solid #FFF;
			}
			.t_title {
				display: flex;
				align-items: center;
				padding: 5px 0;
				img {
					width: 100px;
					margin-right: 10px;
				}
			}
			p.in_exp {
				padding: 0 15px 10px 15px;
			}
			.to_bis {
				background: #e4ebf2;
				margin-top: 80px;
				padding: 20px 30px;
				display: flex;
				align-items: center;
				justify-content: space-between;
				.en {
					color: #002d82;
					font-size: 60px;
				}
				.jp {
					color: #002d82;
					font-size: 15px;
				}
			}
		}
		.history {
			width: 1000px;
			background: #e4ebf2;
			margin: auto;
			padding: 80px 0 100px 0;
			display: flex;
			justify-content: space-between;
			color: #002d82;
			li:first-child {
				width: 400px;
			}
			li:last-child {
				flex: 1;
			}
			.en {
				font-size: 43px;
			}
			.title {
				font-size: 28px;
				margin-bottom: 40px;
			}
			.txt {
				font-size: 15px;
				line-height: 30px;
				margin: 30px 80px 0 0;
			}
			.item {
				background-image: url('../../about/images/maru_line.png');
				background-repeat: no-repeat;
				background-size: 25px auto;
				padding-left: 40px;
				.robo {
					font-size: 57px;
					font-weight: 600;
					line-height: 57px;
				}
				.his_txt {
					padding-bottom: 50px;
				}
			}
			.start {
				background-image: url('../../about/images/maru_line_start.png') !important;
			}
		}
	}
	#work {
		.point {
			width: 1000px;
			margin: auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding-bottom: 70px;
			.item {
				width: 48.5%;
				background: #FFF;
				border-radius: 20px;
				padding: 30px;
				margin-bottom: 30px;
				.title {
					color: #002d82;
					text-align: center;
					font-size: 26px;
					margin-bottom: 20px;
				}
				.base {
					display: flex;
					justify-content: space-between;
					img {
						height: 180px;
						margin-right: 25px;
					}
					span:first-child {
						color: #299fd2;
						font-weight: 500;
						font-size: 18px;
						display: block;
						margin-bottom: 15px;
					}
					span:last-child {
						color: #002d82;
						font-size: 15px;
						line-height: 25px;
					}
				}
			}
		}
		.s_title {
			text-align: center;
			color: #002d82; 
			font-size: 26px;
			padding: 100px 0 60px 0;
		}
		.s_box {
			width: 1000px;
			margin: auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding-bottom: 80px;
			li {
				width: 31%;
				margin-bottom: 30px;
				img {
					width: 100%;
				}
			}
		}
	}
	#entry {
		.contact {
			width: 1000px;
			margin: auto;
			padding: 60px 0;
			.n-icon {
				img {
					width: 40px;
				}
			}
		}
	}
	#requirement {
		.sub_box {
			width: 1000px;
			margin: auto;
			h2 {
				text-align: center;
				background: #e4ebf2;
				font-size: 26px;
				padding: 15px 0;
				border-radius: 20px 20px 0 0;
				color: #002d82; 
			}
			.w_back {
				background: #FFF;
				text-align: center;
				padding: 60px 0;
				border-radius: 0 0 20px 20px;
				img {
					width: 560px;
				}
			}
			.bumon {
				color: #002d82;
				text-align: left;
				width: 730px;
				margin: auto;
				display: flex;
				flex-wrap: wrap;
				li {
					margin-bottom: 30px;
					margin-right: 100px;
				}
				li:nth-of-type(2) {
					margin-right: 0px;
				}
				.title {
					font-size: 22px;
					font-weight: bold;
					margin-bottom: 5px;
				}
				.sub {
					margin-left: 20px;
				}
			}
		}
		.youkou {
			width: 1000px;
			margin: auto;
			background: #FFF;
			border-radius: 20px;
			padding: 50px;
			color: #002d82;
			.table {
				display: flex;
				border-bottom: 1px solid #CCC;
				.title {
					border-right: 1px solid #CCC;
					width: 180px;
					padding: 15px 0;
					font-size: 18px;
					font-weight: 500;
				}
				.script {
					flex: 1;
					font-size: 14px;
					line-height: 25px;
					padding: 15px 0px 15px 25px;
					img {
						width: 35%;
						margin: 15px 20px 0 0;
					}
				}
			}
			.table:last-child{
				border-bottom: 0px solid #CCC;
			}
		}
	}
}
@media (min-width:481px) and (max-width:1024px) {
	.forSP { display: none !important; }
	.spb100 {
		margin-bottom: 50px !important;
	}
	.spp100 {
		padding-bottom: 50px !important;
	}
	header {
		padding: 0;
		transition: top 300ms;
		width: 100%;
		position: absolute;
		top: 0;
		background: rgba(255, 255, 255, 0.6);
		z-index: 10;
		.logo {
			padding: 15px 0 15px 15px; 
			img {
				width: 130px;
			}
		}
		.entry {
			position: absolute;
			top: 20px;
			right: 80px;
			img {
				width: 190px;
			}
		}
		.inner {
		  margin: 0;
		  position: relative;
		  nav {
			  width: 100%;
			  position: fixed;
			  top: 0;
			  bottom: 0;
			  right: 0;
			  left: 0;
			  visibility: hidden;
			  opacity: 0;
			  transition: 0.5s;
			  background-color: rgba(255, 255, 255, 0.9);
			  ul {
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				flex-direction: column;
				align-items: flex-start;
				width: 400px;
				margin: auto;
				right: 0;
				left: 0;
				border-top: 1px #1d4293 solid;
			  }
			  ul li {
				border-bottom: 1px #1d4293 solid;
			  }
			  ul li a {
				width: 100%;
				display: block;
				font-size: 20px;
				color: #666;
				letter-spacing: 0.5px;
				padding: 12px 0 12px 20px;
				text-decoration: none;
				font-family: "Zen Kaku Gothic Antique", sans-serif;
				font-weight: 500;
			  }
			  ul li a:hover {
				color: #c72016;
			  }
		  }
		}
		.btn-trigger {
		  position: absolute;
		  border-bottom: 0;
		  top: 40px;
		  right: 20px;
		  width: 34px;
		  height: 28px;
		  transform: translateY(-50%);
		  cursor: pointer;
		  z-index: 12;
		  span {
			position: absolute;
			left: 0;
			width: 100%;
			height: 3px;
			background-color: #002d82;
			border-radius: 4px;
			display: inline-block;
			transition: all 0.5s;
			box-sizing: border-box;
		  }
		  span:nth-of-type(1) {
			top: 0;
		  }
		  span:nth-of-type(2) {
			top: 12px;
		  }
		  span:nth-of-type(3) {
			bottom: 0;
		  }
		}
		#btn.active span:nth-of-type(1) {
		  transform: translateY(12px) rotate(-45deg);
		  background-color: #002d82 !important;
		}
		#btn.active span:nth-of-type(2) {
		  left: 50%;
		  opacity: 0;
		  animation: active-btn-bar02 0.8s forwards;
		}
		#btn.active span:nth-of-type(3) {
		  transform: translateY(-12px) rotate(45deg);
		  background-color: #002d82 !important;
		}
	}
	header.is-fixed {
	  position: fixed;
	  z-index: 10;
	  background: rgba(255, 255, 255, 0.6);
	}
	main {
		
	}
	.top_slide {
		position: relative;
		img {
			width: 100%;
		}
		.catch {
			position: absolute;
			top: 27%;
			left: 40px;
			color: #FFF;
			span {
				display: block;
				font-style: italic;
			}
			.first {
				font-size: 7vw;
				line-height: 7vw;
			}
			.second {
				font-size: 15vw;
				line-height: 15vw;
			}
			.jp {
				font-size: 3vw;
				margin-top: 3vw;
			}
		}
	}
	.read {
		background: #002d82;
		.conte {
			width: 90%;
			margin: auto;
			padding: 5vw 0;
			color: #FFF;
			h2.title {
				font-size: 4vw;
				margin-bottom: 30px;
			}
			.script {
				font-size: 16px;
				line-height: 30px;
				margin-bottom: 40px;
			}
		}
	}
	.cont_menu {
		background: #e4ebf2;
		padding: 7vw 0;
		.item {
			width: 100%;
			margin: auto;
			padding: 50px 40px;
			color: #002d82;
			h2.en {
				font-size: 70px;
				line-height: 70px;
			}
			h2.jp {
				font-size: 20px;
				margin-bottom: 20px;
			}
			.script {
				font-size: 15px;
				line-height: 25px;
				margin-bottom: 30px;
			}
		}
		.item:first-child {
			margin-bottom: 80px;
		}
		.item:last-child {
			margin-top: 80px;
		}
		.busi {
			background-image: url('../../images/top_business_bg.jpg');
			background-size: cover;
			background-position: right center;
		}
		.data {
			background-image: url('../../images/top_data_bg.jpg');
			background-size: cover;
			background-position: right center;
		}
		.work {
			background-image: url('../../images/top_work_bg.jpg');
			background-size: cover;
			background-position: right center;
		}
	}
	footer {
		.sitemap {
			width: 90%;
			margin: auto;
			display: flex;		
			padding: 80px 0 40px 0;
			.logo {
				width: 200px;
				img {
					width: 150px;
				}
			}
			.item {
				display: flex;
				flex-wrap: wrap;
				flex: 1;
				li {
					margin-right: 50px;
					margin-bottom: 30px;
					a {
						text-decoration: none;
						font-family: "Zen Kaku Gothic Antique", sans-serif;
						font-size: 14px;
						font-weight: 400;
						color: #002d82;
					}
					a:hover {
						color: #c72016;
						text-decoration: underline;
					}
				}
				li:last-child {
					margin-right: 0px;
				}
			}
		}
		.copyright {
			background: #e4ebf2;
			text-align: center;
			font-size: 12px;
			font-weight: 500;
			letter-spacing: 1px;
			color: #666;
			padding: 30px;
		}
	}
	.news {
		background-color: #e4ebf2;
		border-top: #002d82 solid 1px;
		.req01 {
			width: 90%;
			margin: auto;
			padding: 40px 0;
		}
		.req02 {
			width: 90%;
			margin: auto;
			padding: 40px 0;
			text-align: center;
			a {
				width: 280px;
			}
			a:first-child {
				margin-bottom: 20px;
			}
		}
		h2 {
			font-size: 12vw;
			color: #002d82;
		}
		h3 {
			font-size: 20px;
			color: #002d82;
			margin-bottom: 30px;
		}
		.cms {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			li.article {
				width: 47%;
				margin-bottom: 40px;
				img {
					width: 100%;
					object-fit: cover;
					height: 25vw;
					margin-bottom: 10px;
				}
				.script {
					flex: 1;
					.date {
						margin-bottom: 10px;
					}
					.title {
						font-size: 14px;
						line-height: 24px;
						font-weight: 300 !important;
						color: #333;
					}
				}
			}
		}
	}
	.recruit {
		background-color: #e4ebf2;
		border-top: #002d82 solid 1px;
		.req01 {
			width: 90%;
			margin: auto;
			padding: 40px 0;
		}
		.req02 {
			width: 90%;
			margin: auto;
			padding: 40px 0;
			text-align: center;
			a {
				width: 280px;
			}
			a:first-child {
				margin-bottom: 20px;
			}
		}
		h2 {
			font-size: 12vw;
			color: #002d82;
		}
		h3 {
			font-size: 20px;
			color: #002d82;
			margin-bottom: 30px;
		}
		.stripe_bg {
			background-color: #e4ebf2;
			background-image: url('../../images/stripe.png');
			background-repeat: repeat;
			text-align: center;
			padding: 90px 0;
			a {
				display: inline-block;
				background: #002d82;
				font-family: "Roboto Condensed", sans-serif;
				font-weight: 700;
				color: #FFF;
				font-size: 36px;
				text-decoration: none;
				padding: 5px 60px;
				border-radius: 60px;
			}
			a:hover {
				background: #FFF;
				color: #c72016;
			}
		}
	}
	.member {
		background: #002d82;
		padding: 60px 0;
		.title {
			color: #FFF;
			width: 90%;
			margin: auto;
			h2.en {
				font-size: 80px;
				line-height: 80px;
			}
			h2.jp {
				font-size: 22px;
				margin-bottom: 30px;
			}
			.script {
				font-size: 16px;
				line-height: 28px;
				margin-bottom: 30px;
			}
		}
		.member_list {
			margin-top: 30px;
			li {
				position: relative;
				span {
					position: absolute;
					color: #FFF;
					bottom: 0.2vw;
					left: 0.3vw;
					font-size: 1.4vw;
				}
				width: 25%;
				margin: 0 0.2%;
				img {
					width: 100%;
				}
			}
		}
	}
	.more_link {
		display: inline-block;
		background: #FFF;
		text-decoration: none;
		font-size: 16px;
		color: #002d82;
		padding: 13px 100px 13px 30px;
		border-radius: 50px;
		background-image: url('../images/maru_arrow.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
	}
	.more_link:hover {
		background-image: url('../images/maru_red.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
		color: #c72016;
	}
	.more_link2 {
		display: inline-block;
		background: #FFF;
		text-decoration: none;
		font-size: 18px;
		color: #002d82;
		padding: 13px 100px 13px 30px;
		margin: 0 20px;
		border-radius: 50px;
		background-image: url('../images/maru_arrow.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
	}
	.more_link2:hover {
		background-image: url('../images/maru_red.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
		color: #c72016;
	}
	.arrow_box {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px 0 0;
		position: relative;
	}
	.prev-arrow, .next-arrow {
	  display: block;
	  width: 50px;
	  height: 50px;
	  background: #FFF;
	  border-radius: 50%;
	  transition: all .3s ease;
	  cursor: pointer;
	  position:relative;
	}
	.prev-arrow {
	  transform: rotate(180deg);
	  margin-right: 20px;
	}
	.prev-arrow::before,
	.next-arrow::before{
	  position:absolute;
	  content: "";
	  width:12px;
	  height:12px;
	  border-right: 2px solid #002d82;
	  border-top: 2px solid #002d82;
	  top:0;
	  bottom:0;
	  left:0;
	  right:0;
	  margin:auto;
	  transform:rotate(45deg);
	}
	.in_title {
		width: 90%;
		margin: auto;
		color: #FFF;
		padding: 150px 0 70px 0	;
		h1.en {
			font-size: 80px;
			line-height: 80px;
		}
		h1.jp {
			font-size: 22px;
			margin-bottom: 30px;
		}
		.read {
			font-size: 16px;
			line-height: 30px;
		}
	}
	#data {
		.container {
			text-align: center;
			padding-bottom: 50px;
			.t_icon {
				margin-bottom: 10px;
				img {
					width: 180px;
				}
			}
			h2 {
				color: #FFF;
				font-size: 38px;
				margin-bottom: 50px;
			}
			.item {
				width: 90%;
				margin: auto;
				display: flex;
				flex-wrap: wrap;
			}
			.d_01 {
				img {
					height: 31vw;
					margin-bottom: 30px;
				}
				li:nth-of-type(2n) {
					margin-left: 5vw;
				}
			}
			.d_02 {
				justify-content: center;
				img {
					height: 24vw;
					margin-bottom: 30px;
				}
				li {
					margin-right: 30px;
				}
				li:nth-of-type(3n) {
					margin-right: 0px;
				}
			}
			.d_03 {
				justify-content: center;
				img {
					height: 24vw;
					margin-bottom: 30px;
				}
				li {
					margin-right: 30px;
				}
				li:nth-of-type(3n) {
					margin-right: 0px;
				}
			}
			.d_04 {
				justify-content: center;
				img {
					width: 30vw;
				}
				li {
					margin-right: 30px;
					margin-bottom: 30px;
				}
				li:nth-of-type(2n) {
					margin-right: 0px;
				}
			}
		}
	}
	#business {
		.strong {
			width: 90%;
			margin: 0 auto 30px auto;
			background: #FFF;
			border-radius: 20px;
			padding: 25px;
			text-align: center;
			.title {
				color: #002d82;
				font-size: 24px;
				margin-bottom: 20px;
				span {
					font-size: 36px;
				}
			}
			ul {
				display: flex;
				justify-content: space-between;
				align-items: center;
				li {
					width: 31%;
					img {
						width: 100%;
					}
				}
			}
		}
		.bumon {
			width: 90%;
			margin: auto;
			padding-bottom: 30px;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			li {
				width: 47%;
				margin-bottom: 20px;
				a {
					display: block;
					background: #FFF;
					border-radius: 15px;
					padding: 15px;
					text-decoration: none;
					color: #002d82;
					background-image: url('../../business/images/down_arrow.png');
					background-repeat: no-repeat;
					background-position: right 10px bottom 18px;
					background-size: 15px auto;
					.robo {
						font-size: 24px;
					}
				}
			}
		}
		.photo_title {
			.photo {
				img {
					object-fit: cover;
					width: 100%;
					height: 250px;
				}
			}
			.jp {
				text-align: center;
				color: #FFF;
				font-size: 22px;
				padding: 10px 0;
			}
		}
		.exp {
			background: #e4ebf2;
			padding: 30px 0 50px 0;
			.photo, .script {
				width: 90%;
				margin: auto;
			}
			.photo img {
				width: 100%;
				object-fit: cover;
				height: 40vw;
				margin-bottom: 20px;
			}
			.title {
				font-size: 25px;
				line-height: 40px;
				color: #002d82;
				margin-bottom: 30px;
			}
			.txt {
				font-size: 15px;
				line-height: 30px;
				color: #002d82;
				margin-bottom: 50px;
			}
			.project {
				p {
					color: #002d82;
					margin-bottom: 15px;
				}
			}
			a {
				display: inline-block;
				color: #002d82;
				margin-bottom: 15px;
				padding-right: 30px;
				background-image: url('../../business/images/ext_icon.png');
				background-repeat: no-repeat;
				background-position: right 0px bottom 5px;
				background-size: 22px auto;
			}
		}
	}
	#about {
		.mes {
			width: 90%;
			margin: auto;
			padding-bottom: 50px;
			color: #FFF;
			li:first-child {
				width: 100%;
				margin-bottom: 20px;
			}
			li:last-child {
				flex: 1;
			}
			.en {
				font-size: 43px;
			}
			.title {
				font-size: 28px;
				margin-bottom: 40px;
			}
			.photo img {
				width: 100%;
				margin-bottom: 40px;
			}
			.script {
				font-size: 14px;
				line-height: 30px;
			}
			.name {
				text-align: right;
				margin-top: 20px;
			}
			.acc {
				border-bottom: 1px solid #FFF;
			}
			.t_title {
				display: flex;
				align-items: center;
				padding: 5px 0;
				img {
					width: 100px;
					margin-right: 10px;
				}
			}
			p.in_exp {
				padding: 0 15px 10px 15px;
			}
			.to_bis {
				background: #e4ebf2;
				margin-top: 80px;
				padding: 20px 30px;
				display: flex;
				align-items: center;
				justify-content: space-between;
				.en {
					color: #002d82;
					font-size: 60px;
				}
				.jp {
					color: #002d82;
					font-size: 15px;
				}
			}
		}
		.history {
			width: 90%;
			background: #e4ebf2;
			margin: auto;
			padding: 80px 0 100px 0;
			display: flex;
			justify-content: space-between;
			color: #002d82;
			li:first-child {
				width: 300px;
			}
			li:last-child {
				flex: 1;
			}
			.en {
				font-size: 43px;
			}
			.title {
				font-size: 28px;
				margin-bottom: 40px;
			}
			.txt {
				font-size: 15px;
				line-height: 30px;
				margin: 30px 80px 0 0;
			}
			.item {
				background-image: url('../../about/images/maru_line.png');
				background-repeat: no-repeat;
				background-size: 25px auto;
				padding-left: 40px;
				.robo {
					font-size: 57px;
					font-weight: 600;
					line-height: 57px;
				}
				.his_txt {
					padding-bottom: 50px;
				}
			}
			.start {
				background-image: url('../../about/images/maru_line_start.png') !important;
			}
		}
	}
	#work {
		.point {
			width: 90%;
			margin: auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding-bottom: 70px;
			.item {
				width: 48.5%;
				background: #FFF;
				border-radius: 20px;
				padding: 30px;
				margin-bottom: 30px;
				.title {
					color: #002d82;
					text-align: center;
					font-size: 20px;
					margin-bottom: 20px;
				}
				.base {
					width: 100%;
					margin: auto;
					img {
						width: 100%;
						margin: auto;
					}
					span:first-child {
						color: #299fd2;
						font-weight: 500;
						font-size: 18px;
						display: block;
						margin-bottom: 15px;
					}
					span:last-child {
						color: #002d82;
						font-size: 15px;
						line-height: 25px;
					}
				}
			}
		}
		.s_title {
			text-align: center;
			color: #002d82; 
			font-size: 26px;
			padding: 50px 0 30px 0;
		}
		.s_box {
			width: 90%;
			margin: auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding-bottom: 80px;
			li {
				width: 48%;
				margin-bottom: 30px;
				img {
					width: 100%;
				}
			}
		}
	}
	#entry {
		.contact {
			width: 90%;
			margin: auto;
			padding: 60px 0;
			.n-icon {
				img {
					width: 40px;
				}
			}
		}
	}
	#requirement {
		.sub_box {
			width: 90%;
			margin: auto;
			h2 {
				text-align: center;
				background: #e4ebf2;
				font-size: 23px;
				padding: 12px 0;
				border-radius: 20px 20px 0 0;
				color: #002d82; 
			}
			.w_back {
				background: #FFF;
				text-align: center;
				padding: 60px 0;
				border-radius: 0 0 20px 20px;
				img {
					width: 75%;
				}
			}
			.bumon {
				color: #002d82;
				text-align: left;
				width: 90%;
				margin: auto;
				display: flex;
				flex-wrap: wrap;
				li {
					margin-bottom: 30px;
					margin-right: 10%;
				}
				li:nth-of-type(2) {
					margin-right: 0px;
				}
				.title {
					font-size: 20px;
					font-weight: bold;
					margin-bottom: 5px;
				}
				.sub {
					margin-left: 20px;
				}
			}
		}
		.youkou {
			width: 90%;
			margin: auto;
			background: #FFF;
			border-radius: 20px;
			padding: 30px;
			color: #002d82;
			.table {
				display: flex;
				border-bottom: 1px solid #CCC;
				.title {
					border-right: 1px solid #CCC;
					width: 160px;
					padding: 15px 0;
					font-size: 16px;
					font-weight: 500;
				}
				.script {
					flex: 1;
					font-size: 13px;
					line-height: 24px;
					padding: 15px 0px 15px 25px;
					img {
						width: 40%;
						margin: 15px 20px 0 0;
					}
				}
			}
			.table:last-child{
				border-bottom: 0px solid #CCC;
			}
		}
	}
}
@media (max-width:480px) {
	.forPC { display: none !important; }
	.spb100 {
		margin-bottom: 50px !important;
	}
	.spp100 {
		padding-bottom: 50px !important;
	}
	header {
		width: 100%;
		height: 60px !important;
		display: block;
		background: rgba(255, 255, 255, 0.6) !important;
		.logo {
			position: absolute;
			top: 10px;
			left: 15px;
			img {
				width: 100px;
			}
		}
		top: 0;
		background-color: transparent;
		position: fixed;
		z-index: 10;
	}
	header.is-fixed {
	  position: fixed;
	  z-index: 10;
	  background: rgba(255, 255, 255, 0.6);
	}
	.top_slide {
		position: relative;
		img {
			width: 100%;
		}
		.catch {
			position: absolute;
			bottom: 60px;
			left: 20px;
			color: #FFF;
			span {
				display: block;
				font-style: italic;
			}
			.first {
				font-size: 43px;
				line-height: 43px;
			}
			.second {
				font-size: 73px;
				line-height: 70px;
			}
			.jp {
				font-size: 17px;
				line-height: 27px;
				margin-top: 15px;
			}
		}
	}
	.read {
		background: #002d82;
		.conte {
			width: 85%;
			margin: auto;
			padding: 50px 0;
			color: #FFF;
			h2.title {
				font-size: 8vw;
				margin-bottom: 30px;
			}
			.script {
				font-size: 17px;
				line-height: 30px;
				margin-bottom: 40px;
			}
		}
	}
	.cont_menu {
		background: #e4ebf2;
		padding: 50px 0;
		.item {
			width: 85%;
			margin: auto;
			padding: 28px 20px;
			background-size: cover;
			color: #002d82;
			h2.en {
				font-size: 58px;
				line-height: 58px;
			}
			h2.jp {
				font-size: 15px;
				margin-bottom: 20px;
			}
			.script {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 30px;
			}
		}
		.item:first-child {
			margin-bottom: 50px;
		}
		.item:last-child {
			margin-top: 50px;
		}
		.busi {
			background-image: url('../../images/top_business_bg_sp.jpg');
			background-size: cover;
		}
		.data {
			background-image: url('../../images/top_data_bg_sp.jpg');
			background-size: cover;
		}
		.work {
			background-image: url('../../images/top_work_bg_sp.jpg');
			background-size: cover;
			.script {
				margin-right: 40%;
			}
		}
	}
	footer {
		.sitemap {
			width: 85%;
			margin: auto;
			padding: 40px 0;
			li {
				margin-bottom: 10px;
				a {
					text-decoration: none;
					font-family: "Zen Kaku Gothic Antique", sans-serif;
					font-size: 14px;
					font-weight: 400;
					color: #002d82;
				}
			}
			.logo {
				margin-bottom: 20px;
				img {
					width: 150px;
				}
			}
		}
		.copyright {
			background: #e4ebf2;
			text-align: center;
			font-size: 12px;
			font-weight: 500;
			letter-spacing: 1px;
			color: #666;
			padding: 30px;
		}
	}
	.news {
		background-color: #e4ebf2;
		border-top: #002d82 solid 1px;
		.req01, .req02 {
			width: 90%;
			margin: auto;
			padding: 30px 0;
		}
		h2 {
			font-size: 34px;
			color: #002d82;
		}
		h3 {
			font-size: 16px;
			color: #002d82;
			margin-bottom: 30px;
		}
		.cms {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			li.article {
				width: 47%;
				margin-bottom: 30px;
				img {
					width: 100%;
					object-fit: cover;
					height: 25vw;
					margin-bottom: 10px;
				}
				.script {
					flex: 1;
					.date {
						margin-bottom: 10px;
						font-size: 14px;
						color: #002d82;
					}
					.title {
						font-size: 12px;
						line-height: 22px;
						font-weight: 300 !important;
						color: #333;
					}
				}
			}
		}
	}
	.recruit {
		background-color: #e4ebf2;
		border-top: #002d82 solid 1px;
		.req01, .req02 {
			width: 90%;
			margin: auto;
			padding: 30px 0;
		}
		h2 {
			font-size: 34px;
			color: #002d82;
		}
		h3 {
			font-size: 16px;
			color: #002d82;
			margin-bottom: 30px;
		}
		.stripe_bg {
			background-color: #e4ebf2;
			background-image: url('../../images/stripe.png');
			background-repeat: repeat;
			background-size: auto 200px;
			text-align: center;
			padding: 50px 0;
			margin-top: 10px;
			a {
				display: inline-block;
				background: #002d82;
				font-family: "Roboto Condensed", sans-serif;
				font-weight: 700;
				color: #FFF;
				font-size: 26px;
				text-decoration: none;
				padding: 5px 80px;
				border-radius: 60px;
			}
			a:hover {
				background: #FFF;
				color: #c72016;
			}
		}
	}
	.member {
		background: #002d82;
		padding: 40px 0;
		.title {
			color: #FFF;
			width: 85%;
			margin: auto;
			h2.en {
				font-size: 58px;
				line-height: 58px;
			}
			h2.jp {
				font-size: 16px;
				margin-bottom: 20px;
			}
			.script {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 30px;
			}
		}
		.member_list {
			margin-top: 30px;
			li {
				position: relative;
				span {
					position: absolute;
					color: #FFF;
					bottom: 0.4vw;
					left: 0.5vw;
					font-size: 3.7vw;
				}
				width: 100%;
				margin: 0 0.2%;
				img {
					width: 100%;
				}
			}
		}
	}
	.more_link {
		display: inline-block;
		background: #FFF;
		text-decoration: none;
		font-size: 15px;
		color: #002d82;
		padding: 12px 70px 12px 20px;
		border-radius: 50px;
		background-image: url('../images/maru_arrow.png');
		background-repeat: no-repeat;
		background-size: 40px auto;
		background-position: right 5px center;
	}
	.more_link:hover {
		background-image: url('../images/maru_red.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
		color: #c72016;
	}
	.more_link2 {
		display: block;
		background: #FFF;
		text-decoration: none;
		font-size: 17px;
		color: #002d82;
		padding: 13px 100px 13px 30px;
		margin: 0 auto 20px auto;
		width: 280px;
		border-radius: 50px;
		background-image: url('../images/maru_arrow.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
	}
	.more_link2:hover {
		background-image: url('../images/maru_red.png');
		background-repeat: no-repeat;
		background-size: 44px auto;
		background-position: right 5px center;
		color: #c72016;
	}
	.btm_nav {
		position: fixed;
		bottom: 0;
		z-index: 10;
		width: 100%;
		overflow: hidden;
		ul {
			display: flex;
			li {
				width: 100%;
				text-align: center;
			}
			a {
				text-decoration: none;
				display: block;
				padding: 10px 0;
			}
		}
		.entry {
			background: #002d82;
			a {
				color: #FFF;
				text-decoration: none;
				font-family: "Roboto Condensed", sans-serif;
			}
			
		}
		.menu {
			background: #e4ebf2;
			position: relative;
			.m_title {
				margin-top: 10px;
				font-family: "Roboto Condensed", sans-serif;
				font-weight: 500 !important;
			}
		}
		.inner {
		  margin: 0;
		  position: relative;
		  nav {
			  width: 100%;
			  position: fixed;
			  top: 0;
			  bottom: 0;
			  right: 0;
			  left: 0;
			  visibility: hidden;
			  opacity: 0;
			  transition: 0.5s;
			  background-color: rgba(255, 255, 255, 0.9);
			  ul {
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				flex-direction: column;
				align-items: flex-start;
				width: 90%;
				margin: auto;
				right: 0;
				left: 0;
				border-top: 1px #1d4293 solid;
			  }
			  ul li {
				border-bottom: 1px #1d4293 solid;
				text-align: left;
			  }
			  ul li a {
				width: 100%;
				display: block;
				font-size: 4.5vw;
				color: #666;
				letter-spacing: 0.5px;
				padding: 12px 0 12px 20px;
				text-decoration: none;
				font-family: "Zen Kaku Gothic Antique", sans-serif;
				font-weight: 500;
			  }
			  ul li a:hover {
				color: #c72016;
			  }
		  }
		}
		.btn-trigger {
		  position: absolute;
		  border-bottom: 0;
		  top: 16px;
		  right: 20px;
		  width: 30px;
		  height: 8px;
		  transform: translateY(-50%);
		  cursor: pointer;
		  z-index: 12;
		  span {
			position: absolute;
			left: 0;
			width: 100%;
			height: 2px;
			background-color: #002d82;
			border-radius: 4px;
			display: inline-block;
			transition: all 0.5s;
			box-sizing: border-box;
		  }
		  span:nth-of-type(1) {
			top: 0;
		  }
		  span:nth-of-type(2) {
			top: 12px;
		  }
		  span:nth-of-type(3) {
			bottom: 0;
		  }
		}
		#btn.active span:nth-of-type(1) {
		  transform: translateY(3px) rotate(-45deg);
		  background-color: #002d82 !important;
		}
		#btn.active span:nth-of-type(2) {
		  left: 50%;
		  opacity: 0;
		  animation: active-btn-bar02 0.8s forwards;
		}
		#btn.active span:nth-of-type(3) {
		  transform: translateY(-3px) rotate(45deg);
		  background-color: #002d82 !important;
		}
	}
	.arrow_box {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px 0 0;
		position: relative;
	}
	.prev-arrow, .next-arrow {
	  display: block;
	  width: 40px;
	  height: 40px;
	  background: #FFF;
	  border-radius: 50%;
	  transition: all .3s ease;
	  cursor: pointer;
	  position:relative;
	}
	.prev-arrow {
	  transform: rotate(180deg);
	  margin-right: 20px;
	}
	.prev-arrow::before,
	.next-arrow::before{
	  position:absolute;
	  content: "";
	  width:12px;
	  height:12px;
	  border-right: 2px solid #002d82;
	  border-top: 2px solid #002d82;
	  top:0;
	  bottom:0;
	  left:0;
	  right:0;
	  margin:auto;
	  transform:rotate(45deg);
	}
	.in_title {
		width: 85%;
		margin: auto;
		color: #FFF;
		padding: 100px 0 50px 0	;
		h1.en {
			font-size: 14vw;
			line-height: 60px;
		}
		h1.jp {
			font-size: 17px;
			margin-bottom: 30px;
		}
		.read {
			font-size: 14px;
			line-height: 30px;
		}
	}
	#data {
		.container {
			text-align: center;
			padding-bottom: 100px;
			width: 100%;
			.t_icon {
				margin-bottom: 10px;
				img {
					width: 130px;
				}
			}
			h2 {
				color: #FFF;
				font-size: 30px;
				margin-bottom: 30px;
			}
			.item {
				width: 87%;
				margin: auto;
				img {
					width: 100%;
					margin-bottom: 20px;
				}
			}
		}
	}
	#business {
		.strong {
			width: 90%;
			margin: 0 auto 60px auto;
			background: #FFF;
			border-radius: 20px;
			padding: 20px;
			text-align: center;
			.title {
				color: #002d82;
				font-size: 20px;
				margin-bottom: 15px;
				span {
					font-size: 30px;
					display: block;
				}
			}
			ul {
				li {
					width: 100%;
					margin-bottom: 20px;
					img {
						width: 100%;
					}
				}
			}
		}
		.bumon {
			width: 90%;
			margin: auto;
			padding-bottom: 60px;
			li {
				width: 100%;
				a {
					display: block;
					background: #FFF;
					border-radius: 15px;
					padding: 15px 40px;
					margin-bottom: 14px;
					text-decoration: none;
					color: #002d82;
					background-image: url('../../business/images/down_arrow.png');
					background-repeat: no-repeat;
					background-position: right 40px bottom 18px;
					background-size: 15px auto;
					.robo {
						font-size: 24px;
					}
				}
			}
		}
		.photo_title {
			width: 100%;
			.photo {
				img {
					object-fit: cover;
					width: 100%;
					height: 180px;
				}
			}
			.jp {
				text-align: center;
				color: #FFF;
				font-size: 18px;
				padding: 10px 0;
			}
		}
		.exp {
			width: 100%;
			background: #e4ebf2;
			padding: 30px 20px 50px 20px;
			.photo, .script {
				width: 100%;
			}
			.photo img {
				width: 100%;
				margin-bottom: 15px;
			}
			.title {
				font-size: 18px;
				line-height: 36px;
				color: #002d82;
				margin-bottom: 30px;
			}
			.txt {
				font-size: 13px;
				line-height: 26px;
				color: #002d82;
				margin-bottom: 30px;
			}
			.project {
				p {
					font-size: 12px;
					color: #002d82;
					margin-bottom: 10px;
				}
			}
			a {
				display: inline-block;
				font-size: 12px;
				color: #002d82;
				margin-bottom: 10px;
				padding-right: 30px;
				background-image: url('../../business/images/ext_icon.png');
				background-repeat: no-repeat;
				background-position: right 0px bottom 1px;
				background-size: 18px auto;
			}
		}
	}
	#about {
		.mes {
			width: 90%;
			margin: auto;
			padding-bottom: 70px;
			color: #FFF;
			.en {
				font-size: 30px;
			}
			.title {
				font-size: 18px;
				margin: 30px auto 20px auto;
			}
			.photo {
				margin: 0 -5% 40px -5%;
				img {
					object-fit: cover;
					height: 200px;
					width: 100%;
					object-fit: cover;
				}
			}
			.script {
				font-size: 13px;
				line-height: 26px;
			}
			.name {
				text-align: right;
				margin-top: 18px;
			}
			.acc {
				border-bottom: 1px solid #FFF;
				margin-top: 30px;
			}
			.t_title {
				display: flex;
				align-items: center;
				padding: 5px 0;
				img {
					width: 100px;
					margin-right: 10px;
				}
			}
			p.in_exp {
				padding: 0 15px 10px 15px;
			}
			.to_bis {
				background: #e4ebf2;
				margin-top: 80px;
				padding: 20px 30px;
				.en {
					color: #002d82;
					font-size: 46px;
				}
				.jp {
					color: #002d82;
					font-size: 13px;
					margin-bottom: 20px;
				}
			}
		}
		.history {
			width: 90%;
			background: #e4ebf2;
			margin: auto;
			padding: 60px 0 80px 0;
			color: #002d82;
			.en {
				font-size: 43px;
			}
			.title {
				font-size: 28px;
				margin-bottom: 40px;
			}
			.txt {
				font-size: 15px;
				line-height: 30px;
				margin: 20px 0 50px 0;
			}
			.item {
				background-image: url('../../about/images/maru_line.png');
				background-repeat: no-repeat;
				background-size: 25px auto;
				padding-left: 40px;
				.robo {
					font-size: 50px;
					font-weight: 600;
					line-height: 57px;
				}
				.his_txt {
					padding-bottom: 50px;
				}
			}
			.start {
				background-image: url('../../about/images/maru_line_start.png') !important;
			}
		}
	}
	#work {
		.point {
			width: 90%;
			margin: auto;
			padding-bottom: 40px;
			.item {
				width: 100%;
				background: #FFF;
				border-radius: 20px;
				padding: 20px;
				margin-bottom: 20px;
				.title {
					color: #002d82;
					text-align: center;
					font-size: 22px;
					margin-bottom: 0;
				}
				.base {
					text-align: center;
					img {
						width: 80%;
					}
					span:first-child {
						color: #299fd2;
						font-weight: 500;
						font-size: 17px;
						display: block;
						margin-bottom: 15px;
						text-align: left;
					}
					span:last-child {
						color: #002d82;
						font-size: 14px;
						line-height: 25px;
						text-align: left;
					}
				}
			}
		}
		.s_title {
			text-align: center;
			color: #002d82; 
			font-size: 24px;
			padding: 60px 0 60px 0;
		}
		.s_box {
			width: 85%;
			margin: auto;
			padding-bottom: 80px;
			li {
				width: 100%;
				margin-bottom: 30px;
				img {
					width: 100%;
				}
			}
		}
	}
	#entry {
		.contact {
			width: 100%;
			margin: auto;
			padding: 30px 0;
			.n-icon {
				img {
					width: 40px;
				}
			}
		}
	}
	#requirement {
		.sub_box {
			width: 90%;
			margin: auto;
			h2 {
				text-align: center;
				background: #e4ebf2;
				font-size: 20px;
				padding: 12px 0;
				border-radius: 20px 20px 0 0;
				color: #002d82; 
			}
			.w_back {
				background: #FFF;
				text-align: center;
				padding: 30px 0;
				border-radius: 0 0 20px 20px;
				img {
					width: 85%;
				}
			}
			.bumon {
				color: #002d82;
				text-align: left;
				width: 90%;
				margin: auto;
				li {
					margin-bottom: 30px;
				}
				.title {
					font-size: 18px;
					font-weight: bold;
					margin-bottom: 5px;
				}
				.sub {
					margin-left: 20px;
				}
			}
		}
		.youkou {
			width: 90%;
			margin: auto;
			background: #FFF;
			border-radius: 20px;
			padding: 15px 20px;
			color: #002d82;
			.table {
				margin-bottom: 25px;
				.title {
					padding: 0;
					font-size: 17px;
					font-weight: 500;
					padding-bottom: 5px;
					border-bottom: 1px solid #CCC;
				}
				.script {
					font-size: 13px;
					line-height: 24px;
					padding: 10px 0 0 0;
					img {
						width: 70%;
						margin: 10px 0;
					}
				}
			}
			.table:last-child{
				border-bottom: 0px solid #CCC;
			}
		}
	}
}