@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,800&display=swap');
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px), print {}
@media screen\0 {}
#sec01 .wrap {
	margin-bottom: 80px;
}
.info table .flex .item {
	text-align: center;
	padding: 0 10px;
}
.info table .flex .item p {
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	margin-top: 5px;
}
.info table img {
	width: 100px;
}
.about {
	margin-top: 50px;
}
.about .flex {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}
.about .flex .youtube {
	position: relative;
	width: 50%;
	padding-top: 28.125%;
  }
.about .flex .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.about .flex .text {
	width: 50%;
	padding-left: 30px;
}
.about .flex .text .bold {
	margin: 40px 0 15px;
	font-size: 1.8rem;
}
.target {
	margin-top: 50px;
}
.target img {
	margin-top: 30px;
}
.solution {
	margin-top: 50px;
}
.solution h3 .en {
	font-family: 'Barlow', sans-serif;
	font-size: 1.8rem;
	vertical-align: middle;
	margin: 0 15px 0 5px;
	display: inline-block;
}
.solution h3 img {
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.solution .area h4 {
	font-weight: bold;
	font-size: 1.8rem;
	color: #0e57a2;
	margin-top: 40px;
}
.solution .area .flow .box {
	padding: 25px 10px;
	border: 1px solid #cacaca;
	position: relative;
	width: 300px;
	margin-top: 30px;
}
.solution .area .flow .box .ttl {
	position: absolute;
	text-align: center;
	font-weight: bold;
	margin: auto;
	right: 0;
	left: 0;
	top: -15px;
}
.solution .area .flow .box .ttl span {
	background-color: #fff;
	padding: 0 10px;
	display: inline-block;
}
.solution .area .flow .box .text {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.solution .area .flow .box .text p {
	text-align: center;
}
.solution .area .flow .box .text .ttl_blue {
	color: #0e57a2;
	font-weight: bold;
	margin-bottom: 10px;
}
.solution .area .flow .box .text p.small {
	font-size: 1.4rem;
}
.solution .area .flow .box .text p.small .line {
	display: block;
	margin: 10px auto;
}
.solution .area .flow .arrow {
	width: 70px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
}
.solution .area .flow .arrow p {
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	position: relative;
	top: -10px;
}
.solution .area .flow .arrow p.network {
	color: #0e57a2;
}
.solution .area .flex_wrap,
.solution .area .flow.full {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.solution .area .flow.full .box {
	width: 480px;
}
.solution .area .flow.full .arrow {
	width: 100px;
}
.solution .area .flex_wrap .img {
	width: 352px;
}
.solution .area .flex_wrap .img p {
	font-size: 1.3rem;
}
.solution .voice {
	-ms-flex-align: center;
	align-items: center;
	margin-top: 45px;
}
.solution .voice .img {
	width: 115px;
	text-align: center;
	margin-left: 70px;
}
.solution .voice .img img {
	width: 60%;
}
.solution .voice .img p {
	font-size: 1.4rem;
}
.solution .voice .text {
	margin-left: 15px;
	background-color: #eee;
	border-radius: 300px;
	padding: 15px;
	position: relative;
}
.solution .voice .text::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 9px 13px;
	border-color: transparent transparent #eee transparent;
	position: absolute;
	left: -13px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.effect {
	margin-top: 50px;
}
.effect .flex.graph {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px auto 40px;
}
.effect .flex.graph .item {
	width: 215px;
	text-align: center;
}
.effect .flex.graph .item p {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 25px;
}
.effect .flex.graph .arrow {
	width: 130px;
}
.effect .flex.graph .arrow p {
	margin-bottom: 20px;
}
.effect .flex.box {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}
.effect .flex.box .item {
	border-right: 1px solid #cacaca;
	padding: 0 52px;
	text-align: center;
}
.effect .flex.box li.item:last-child {
	border-right: 0;
}
.effect .flex.box .item img {
	width: 80px;
	margin-bottom: 15px;
}
.effect .flex.box li.item:last-child img {
	margin-bottom: 10px;
}
.effect .flex.box .item p {
	font-weight: bold;
}
.effect .flex.box .item p .arrow {
	color: #ccc;
	display: inline-block;
	margin: 0 10px;
}
.effect .flex.box .item p .large {
	font-size: 1.8rem;
}
.effect .flex p {
	text-align: center;
}
area{
	border:none;
	outline:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px) and (max-width: 1024px) {}
@media (max-width: 1024px) {
	.btnstyle01 a {
		width: 94%;
		max-width: inherit;
	}
	.info table .flex .item {
		width: 25%;
	}
	.about .flex .text br {
		display: inline!important;
	}
	.solution .area .flow,
	.solution .area .flow .flex {
		width: 100%;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.solution .area .flow .arrow.flex {
		width: 12%;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.solution .area .flow .box,
	.solution .area .flow.full .box,
	.solution .area .flow.full .box_wrap {
		width: 43%;
	}
	.solution .area .flow.full .box_wrap .box {
		width: 100%;
	}
	.solution .area .flow.full .arrow.flex {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.solution .area .flex_wrap .img {
		width: 100%;
		margin: 20px auto 40px;
		text-align: center;
	}
	.solution .voice .text {
		width: 65%;
	}
	.effect .flex.graph .item {
		width: 25%;
	}
	.effect .flex.graph .arrow {
		width: 10%;
	}
	.effect .flex.box .item {
		width: 25%;
		padding: 0;
		text-align: center;
	}
	.effect .flex.box .item p .arrow {
		display: block;
		transform:rotate(90deg);
	}
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
	.tbl_style01 th {
		width: 37%;
	}
	.info table .flex .item {
		width: 50%;
	}
	.about {
		margin-top: 20px;
	}
	.about .flex {
		margin: 20px auto;
	}
	.about .flex .youtube,
	.about .flex .text {
		width: 100%;
		padding: 0;
	}
	.about .flex .youtube {
		padding-top: 56.25%;
	}
	.about .flex .text .bold {
		margin-top: 15px;
	}
	.solution {
		margin-top: 20px;
	}
	.solution h3 img {
		width: 20px;
	}
	.solution h3 .en {
		font-size: 3.2vw;
	}
	.solution .area h4 {
		margin-top: 20px;
		font-size: 3.4vw;
	}
	.solution .area .flow {
		margin-bottom: 10px;
	}
	.solution .area .flow .box {
		padding: 10px;
		margin-top: 20px;
	}
	.solution .area .flow .box,
	.solution .area .flow.full .box, 
	.solution .area .flow.full .box_wrap {
		width: 100%;;
	}
	.solution .area .flow .arrow.flex{
		width: 100%;
		text-align: center;
		margin: 15px auto;
		position: relative;
	}
	.solution .area .flow .arrow img {
		transform:rotate(90deg);
		width: 30px;
	}
	.solution .area .flow .arrow p {
		position: absolute;
		top: 50%;
		bottom: 0;
		margin: auto;
		transform: translate(-50%, -50%);
		left: 18%;
		width: 50%;
		text-align: right;
		height: 15px;
	}
	.solution .area .flex_wrap .img {
		margin: 10px auto 20px;
	}
	.solution .area .flow .box .text p br {
		display: none;
	}
	.solution .area .flow .box .text .ttl_blue {
		margin: 5px auto 0;
	}
	.solution .voice {
		margin-top: 20px;
	}
	.solution .voice .img {
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.solution .voice .img img {
		width: 80px;
	}
	.solution .voice .img p {
		text-align: center;
	}
	.solution .voice .text {
		border-radius: 20px;
		width: 100%;
		margin: 20px auto 0;
	}
	.solution .voice .text::before {
		border-width: 0 6.5px 10px 6.5px;
		border-color: transparent transparent #eeeeee transparent;
		position: absolute;
		left: 0;
		right: 0;
		top: -10px;
		bottom: inherit;
	}
	.target {
		margin-top: 20px;
	}
	.target img {
		margin-top: 20px;
	}
	.effect {
		margin-top: 20px;
	}
	.effect .flex.graph {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
	}
	.effect .flex.graph .item {
		width: 65%;
	}
	.effect .flex.graph .arrow {
		width: 100%;
		text-align: center;
		position: relative;
		margin: 20px 0;
	}
	.effect .flex.graph .arrow  img {
		transform: rotate(90deg);
		width: 30px;
	}
	.effect .flex.graph .arrow p {
		position: absolute;
		top: 50%;
		bottom: 0;
		margin: auto;
		transform: translate(-50%, -50%);
		left: 18%;
		width: 50%;
		text-align: right;
		height: 20px;
	}
	.effect .flex.graph .item p {
		margin: 0 auto;
	}
	.tac {
		text-align: left;
	}
	.effect .flex.box {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.effect .flex.box .item {
		width: 48%;
		border: 0;
	}
	.effect .flex.box li.item:first-child {
		border-bottom: 1px solid #cacaca;
		border-right: 1px solid #cacaca;
	}
	.effect .flex.box li.item:nth-child(2) {
		border-bottom: 1px solid #cacaca;
	}
	.effect .flex.box li.item:nth-child(3) {
		border-right: 1px solid #cacaca;
	}
}
