/*
** IoTトレース
*/
#IotTrace main .cnts {
	padding-top: 70px;
	padding-bottom: 70px;
	max-width: 970px;
	width: 90%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.subttl{
	color: #CC5C00;
}

/* セクション：導入 */
.l-intro {
	position: relative;
	height: 47vh;
	min-height: 360px;
	max-height: 440px;
}
#IotTrace .l-intro {
	background: url(/shared/img/app/iot-trace/main.jpg) no-repeat 50% 30%;
	background-size: cover;
	background-attachment: scroll;
}
.l-intro::before,
.l-intro::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}
.l-intro::before {
	background-color: rgba(33,33,33,.4);
}
.l-intro::after {
	background: linear-gradient(90deg, rgba(33,33,33,.8), transparent 80%);
}
.l-intro * {
	box-sizing: border-box;
}

.l-intro_inr {
	position: relative;
	z-index: 1;
	max-width: 970px;
	height: 100%;
	margin: 0 auto;
}

.l-intro_txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: fit-content;
	color: #fff;
	margin: auto 0;
}
.l-intro_txt .ttl1 {
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-size: 4.4rem;
}
.l-intro_txt .ttl1 > img {
	width: 80px;
	margin-left: .5em;
}
.l-intro_txt > .copy {
	font-size: 2.0rem;
}
.l-intro_txt > .txt {
	font-size: 1.6rem;
}

.l-intro_btn {
	font-size: 1.6rem;
	color: #fff;
	margin-top: 10px;
	justify-content: normal;
}
.l-intro_btn > * {
	width: 220px;
	text-align: center;
}
.l-intro_btn > *:first-child {
	margin-right: 20px;
}
.l-intro_btn a {
	display: inline-block;
	line-height: 1.65;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #18266C;
	border-radius: 50px;
	color: #18266C;
	background: #ffffff;
}
.l-intro_btn a p {
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-intro_btn a p span {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #18266C;
	border-right: 2px solid #18266C;
	transform: rotate(45deg);
	margin-top: -1px;
	margin-left: 10px;
}

.l-intro_img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -3%;
	height: 48%;
}
.l-intro_img > img {
	width: auto;
	height: 100%;
}

.package_list ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.package_list ul li{
	margin: 0 10px;
}
.package_list ul li p{
	vertical-align: middle;
}
.package_list ul li p > span{
	display: inline-block;
	vertical-align: middle;
	text-indent: -1.2rem;
	color: #CC5C00;
	margin-left: 5px;
}
.package_list ul li img{
	width: 40px;
	vertical-align: middle;
}
.package_list ul li:first-child img{
	width: 70px;
}
.package_list ul li p.seisan-kanshi-icon{
	color: #009AD0;
}
.package_list ul li p.seizou-kanshi-icon{
	color: #385723;
}

/* 作業フロー */
#IotTrace .secWorkflow .cnts{
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(112,112,112,.5);
}

#IotTrace .secWorkflow .img{
	margin-left:auto;
	margin-right:auto;
	max-width: 850px;
}

#IotTrace .secWorkflow .change-scroll_btn-grp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
	margin-bottom: 15px;
}
#IotTrace .secWorkflow .change-scroll_btn {
	width: 48%;
	padding: 2.3em .5em;
	margin-right: 1.25%;
	border: 3px solid #333;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-sizing: border-box;
	display: flex; 
    align-items: center;
    justify-content: center;
    text-align: center; 
	cursor: pointer;
}
#IotTrace .secWorkflow .change-scroll_btn.is-pick {
	position: relative;
	z-index: 1;
}
#IotTrace .secWorkflow .change-scroll_btn.is-pick::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	background-color: #CC5C00;
	opacity: .3;
}

#IotTrace .secWorkflow .change-scroll_note {
	text-align: right;
}

.link-btn_edge_grp {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.link-btn_edge > a {
	height: 50px;
	border: 3px solid #333;
	border-radius: 5em;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	color: inherit;
	overflow: hidden;
	line-height: 50px;
}
.btn_text {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	left: 0;
	transition: all 0.25s;
}
.btn_text:nth-child(1) {
	top: 0;
}
.btn_text:nth-child(2) {
	top: -100%;
}
.link-btn_edge:first-child > a{
	margin-right: 15px;
	background-color:#B0DFE8;
}
.link-btn_edge:last-child > a {
	margin-left: 15px;
	background-color:#F4CB95;
}
.link-btn_edge {
	width: 50%;
}
.link-btn_yazirusi {
	display: flex;
	position: absolute;
	right: 5%;
} 
.link-btn_yazirusi::after {
	content: '';
	width: 25px;
	height: 5px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	transform: skew(45deg);
}

/* セクション共通 */
.change-scroll_cont {
	transition: opacity .25s;
}
.change-scroll_cont.is-hide {
	opacity: 0;
}

.change-scroll_sec.is-hide {
	display: none;
}

#IotTrace .ttlbar {
	width: 80px;
	height: 8px;
	margin-bottom: 15px;
	border-radius: 5px;
	background-color: #CC5C00;
}

#IotTrace .cnts > .ttl2 {
	line-height: 1.6;
}

.outer-cnts {
	max-width: 970px;
	padding-bottom: 70px;
	margin: 0 auto;
}

.outer-cnts .change-scroll_btn-grp {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.outer-cnts .change-scroll_btn-grp > * {
	position: relative;
	width: calc((100% / 4) - 20px);
	padding-top: calc(((100% / 4) - 20px) - 6px);
	margin-right: 20px;
	box-sizing: border-box;
	text-align: center;
}
.outer-cnts .change-scroll_btn-grp > *:last-child {
	margin-right: 0;
}
.outer-cnts .change-scroll_btn {
	border: 3px solid #CC5C00;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	cursor: pointer;
}
.outer-cnts .change-scroll_btn::before,
.outer-cnts .change-scroll_btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: '';
	display: block;
}
.outer-cnts .change-scroll_btn::before {
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #CC5C00;
	opacity: .3;
}
.outer-cnts .change-scroll_btn::after {
	width: 60%;
	height: 60%;
	background: url(/shared/img/app/iot-trace/icon_iot-trace.png) no-repeat 50% 50%;
	background-size: contain;
	opacity: .2;
}
.outer-cnts .change-scroll_btn.is-pick::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #CC5C00;
	opacity: .3;
}
.outer-cnts .change-scroll_btn.is-pick::after {
	content: '';
	width: 60%;
	height: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(/shared/img/app/hinshitsu-kanri/icon_hinshitsukanri_white.png) no-repeat 50% 50%;
	background-size: contain;
	opacity: 1;
}
.outer-cnts .change-scroll_btn > * {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 100%;
}

.text-img {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	gap: 1.25rem 1.5rem;
	align-items: start;
}

.text-img > p {
	min-width: 0;
}

.text-img > img {
	width: 100%;
	height: auto;
}

.howtouse .img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.HinshitsuKanri_haichi_subttl::before {
	content: '';
	display: inline-block;
	width: .4em;
	height: 1.6em;
	margin-right: .6em;
	background-color: #CC5C00;
	vertical-align: bottom;
}

/*活用事例*/
#case2.cntc {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#case2 h3 {
	color: #333333;
	font-size: 24px;
}
#case2 .juten_exa {
	background-color: #f3f3f3;
	padding:60px;
}
.juten_exa .ju_exa_point {
	background-color:#171c61;
	padding:8px 15px 8px 14px;
}
.juten_exa h2.juten_exa_tit16 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 10px;
}
.juten_exa h2.juten_exa_tit16 .ju_exa_point {
	float: none;
}
.juten_exa h2.juten_exa_tit16 .juten_exa_tit16_txt {
	width: 100%;
	min-width: 0;
	text-align: left;
}
.juten_exa_app2 {
	padding:2.5%;
	background-color: #fff;

}

/*製造管理リンク*/
.secPageLink{
	position: relative;
	padding: 20px;
	background: url(/shared/img/app/hinshitsu-kanri/seizokanri_main.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.secPageLink::before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(33,33,33,.7);
}
.secPageLink_inr{
	max-width: 800px;
	margin: 0 auto;
}
.secPageLink_copy{
	position: relative;
	margin-bottom: 20px;
	font-size: 2.4rem;
}
.secPageLink_copy::before,
.secPageLink_copy::after{
	position: absolute;
	top: 20px;
	content: '';
	display: block;
	width: 3px;
	height: 125%;
	background-color: #fff;
	opacity: 0;
	transition: top .25s, opacity .5s ease-in-out;
}
.secPageLink_copy.is-fadein-view::before,
.secPageLink_copy.is-fadein-view::after{
	top: 0;
	opacity: 1;
}
.secPageLink_copy::before{
	left: 0;
	transform: rotate(-40deg);
	transform-origin: top left;
}
.secPageLink_copy::after{
	right: 0;
	transform: rotate(40deg);
	transform-origin: top right;
}
.secPageLink_copy > span{
	display: block;
	padding: 0 40px;
	transform: translateY(100%);
	opacity: 0;
	transition: transform .25s, opacity .5s ease-in-out;
	transition-delay: .25s;
}
.secPageLink_copy.is-fadein-view > span{
	transform: translateY(0);
	opacity: 1;
}
.secPageLink_btn{
	position: relative;
}
#IotTrace .secPageLink_btn > a{
	display: block;
	padding: 15px;
	border: 2px solid #fff;
	box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
	color: inherit;
}
.secPageLink_btn-txt{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
}
.secPageLink_btn-txt > img{
	width: 64px;
}
.secPageLink_arrow{
	position: absolute;
	bottom: 4px;
	right: 8px;
	font-size: 1.4rem;
}
#IotTrace .secPageLink_btn > a:hover{
	text-decoration: none;
}

/* 「機能を知る」　機能表 */
.function-chart {
	width: 100%;
	table-layout: fixed;
	border: none;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #333;
}
.function-chart tr > * {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	line-height: 1.4;
	height: 55px;
	border: 1px solid #333;
}
.function-chart thead th {
	background: #F0D4B8;
}
.function-chart tbody td:first-child {
	background: #E8AB72;
}

/*「機能を知る」機能トピック */
.topic-name {
	font-size: 2.1rem;
	margin-bottom: 10px;
}
.topic-list {
	height: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(calc((100% / 4) - 10px), 1fr));
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
}
#IotTrace .topic-container {
	position: relative;
	margin-bottom: 40px;
}
#IotTrace .secFunction .topic-container + .function-item .topic-list {
	margin-top: 10px;
}
.topic-list_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	background: #fff;
}
h4[class^="topic-item-ttl-"] {
	margin: 0;
	padding: 13px 10px 10px;
	background: #CC5C00;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.5rem;
	font-weight: 400;
}
h4[class^="topic-item-ttl-"]::after {
	margin-top: -3px;
	display: block;
	padding: 5px 5px 4px;
	border-radius: 5px;
	font-size: 1.25rem;
	font-weight: 400;
}
.topic-item-ttl-standard::after {
	content: '標準';
	background: #fff;
	color: #CC5C00;
}
.topic-item-txt {
	margin-bottom: auto;
	padding: 10px;
	font-size: 1.3rem;
	line-height: 1.65;
}
.topic-item-img {
	padding: 0 10px 20px;
	text-align: center;
}
.topic-item-img img {
	width: auto;
	height: 80px;
}

@media screen and (min-width:821px){
	.l-intro_btn a {
		transition: all .3s ease;
	}
	.l-intro_btn a:hover {
		text-decoration: none;
		color: #ffffff;
		background: #18266C;
		border: 1px solid #ffffff;
	}
	.l-intro_btn a p span {
		transition: all .3s ease;
	}
	.l-intro_btn a:hover p span {
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}

	/* 作業フロー */
	#IotTrace .secWorkflow .change-scroll_btn {
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	#IotTrace .secWorkflow .change-scroll_btn:last-child {
		margin-right: 0;
	}
	#IotTrace .secWorkflow .change-scroll_btn::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: -1;
		content: '';
		display: block;
		width: 0;
		height: 0;
		background-color: #CC5C00;
		opacity: .3;
		transition: .25s ease-in-out;
	}
	#IotTrace .secWorkflow .change-scroll_btn:hover::before {
		width: 100%;
		height: 100%;
	}
	#IotTrace .secWorkflow .change-scroll_btn.is-pick::before {
		transition: .25s ease-in-out;
	}

	#IotTrace .secWorkflow .change-scroll_note .pc {
		display: inline;
	}

	.link-btn_edge > a:hover .btn_text:nth-child(1) {
		top: 100%;
	}
	.link-btn_edge > a:hover .btn_text:nth-child(2) {
		top: 0;
	}

	/* セクション共通 */
	.outer-cnts .change-scroll_btn::before {
		transition: .25s ease-in-out;
	}
	.outer-cnts .change-scroll_btn:hover::before {
		width: 100%;
		height: 100%;
	}
	.outer-cnts .change-scroll_btn:hover::after {
		background: url(/shared/img/app/iot-trace/icon_iot-trace_white.png) no-repeat 50% 50%;
		background-size: contain;
		opacity: 1;
	}

	#IotTrace .secPageLink_btn > a{
		transition: background-color .25s ease-in-out;
	}
	.secPageLink_arrow i{
		animation: none;
	}
	#IotTrace .secPageLink_btn > a:hover{
		background-color: rgba(56,87,35,.40);
	}
	#IotTrace .secPageLink_btn > a:hover .secPageLink_arrow i:first-child{
		animation: arrowMotion .75s infinite;
	}
	#IotTrace .secPageLink_btn > a:hover .secPageLink_arrow i:last-child{
		animation: arrowMotion .75s .25s infinite;
	}
}

@media screen and (max-width:820px){
	#IotTrace main > *:nth-child(2) {
		margin-top: 0;
	}

	/* セクション：導入 */
	.l-intro {
		height: auto;
		min-height: auto;
		max-height: none;
		background-attachment: scroll;
	}
	#IotTrace .l-intro {
		background-attachment: scroll;
	}
	.l-intro::before {
		background-color: rgba(33,33,33,.6);
	}
	.l-intro::after {
		content: none;
	}

	.l-intro_inr {
		max-width: 540px;
		padding: 20px;
	}

	.l-intro_txt {
		position: static;
		width: 100%;
		padding: 20px 0;
		text-align: center;
		transform: none;
	}
	.l-intro_txt .ttl1 {
		justify-content: center;
		font-size: 3.8rem;
	}
	.l-intro_txt .ttl1 > img {
		width: 72px;
		margin-left: 0;
	}
	.l-intro_txt > .copy {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.l-intro_txt > .txt {
		font-size: 1.4rem;
	}

	.l-intro_btn {
		position: static;
		transform: none;
		align-items: center;
		font-size: 1.4rem;
	}
	.l-intro_btn > *:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}

	/* 作業フロー */
	#IotTrace .secWorkflow .change-scroll_btn-grp {
		justify-content: center;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	#IotTrace .secWorkflow .change-scroll_btn {
		flex: 0 1 300px;
		margin: 0 10px 20px;
	}
	#IotTrace .secWorkflow .change-scroll_note {
		text-align: center;
	}
	#IotTrace .secWorkflow .change-scroll_note .sp {
		display: inline;
	}

	.link-btn_edge:first-child > a,
	.link-btn_edge:last-child > a {
		margin-right: auto;
		margin-left: auto;
	}

	.link-btn_edge_grp {
		max-width: 360px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
	}
	.link-btn_edge > a {
		border-radius: 50%;
		width: 73%;
		padding-top: 70%;
		height: 0;
	}
	.btn_text {
		line-height: 2;
	}
	.btn_text:nth-child(1) {
		top: 27%;
	}
	.link-btn_yazirusi {
		display: none;
	}

	.text-img {
		grid-template-columns: minmax(0, 1fr);
		grid-auto-flow: row;
		gap: 1.25rem;
	}

	.text-img > p {
		width: auto;
		max-width: 100%;
	}

	.text-img > img {
		width: 100%;
		max-width: 100%;
		height: auto;
		justify-self: center;
	}

	/*活用事例*/
	#case2 h2{
		text-align: center;
	}
	#case2 .juten_exa h2.juten_exa_tit16 {
		flex-direction: column;
		align-items: center;
	}
	#case2 .juten_exa h2.juten_exa_tit16 .juten_exa_tit16_txt {
		text-align: center;
	}
	#case2 .juten_exa {
		background-color: #f3f3f3;
    	padding: 5% 3%;
	}
	.juten_exa .ju_exa_point {
		float: none;
		background-color: #171c61;
		margin: 5% 20%;
		padding: 3% 0%;
		border-radius: 8px;
	
	}
	.juten_exa_app2 {
		width:95%;
		padding:2.5%;
		background-color: #fff;
	}
	.juten_exa_app2 .pc{
		display: block;
	}

	.secPageLink_copy{
		font-size: 2.0rem;
	}
	.secPageLink_copy::before, .secPageLink_copy::after{
		height: 110%;
	}
	.secPageLink_copy::before{
		transform: rotate(-25deg);
	}
	.secPageLink_copy::after{
		transform: rotate(25deg);
	}

	.outer-cnts {
		max-width: 640px;
		padding: 0 20px 70px;
	}

	.outer-cnts .change-scroll_btn-grp {
		max-width: 360px;
		margin-bottom: -4%;
	}
	.outer-cnts .change-scroll_btn-grp > * {
		width: 46%;
		padding-top: calc(46% - 6px);
		margin-bottom: 4%;
		margin-right: 15px;
	}
	.outer-cnts .change-scroll_btn-grp > *:nth-child(2) {
		margin-right: 0;
	}

	/*「機能を知る」機能トピック */
	.topic-list {
		grid-template-columns: repeat(auto-fit, minmax(calc((100% / 2) - 10px), 1fr));
	}

}

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

	/* セクション共通 */
	.outer-cnts {
		max-width: 640px;
		padding: 0 20px 70px;
	}

	.outer-cnts .change-scroll_btn-grp {
		max-width: 360px;
		margin-bottom: -4%;
	}
	.package_list ul{
		display: block;
	}
	.package_list ul li:first-child{
		margin-bottom: 10px;
	}
	.package_list ul li:first-child img{
		width: 60px;
	}

	.juten_exa_app2 .pc{
		display: none;
	}

	/*「機能を知る」機能トピック */
	.topic-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#IotTrace .secFunction .topic-container + .function-item .topic-list {
		margin-top: 20px;
	}
	.topic-list_item {
		max-width: 100%;
	}
}
