@charset "UTF-8";

/* Feature Story
------------------------------------- */
.hero-area-c {
	margin-top: 12px;
	background: #000;
	min-height: 670px;
}
.hero-area-c .content-inner {
	width: 100%;
	max-width: none;
}
.hero-area-c .visual {
	min-height: 670px;
}
.hero-area-c .content-inner .main-txt > *,
.hero-area-c .content-inner .sub-txt > * {
	text-shadow:
		rgba(0, 0, 0, 0.1) 2px 0px 2px, rgba(0, 0, 0, 0.1) -2px 0px 2px,
		rgba(0, 0, 0, 0.1) 0px -2px 2px, rgba(0, 0, 0, 0.1) -2px 0px 2px,
		rgba(0, 0, 0, 0.1) 2px 2px 2px, rgba(0, 0, 0, 0.1) -2px 2px 2px,
		rgba(0, 0, 0, 0.1) 2px -2px 2px, rgba(0, 0, 0, 0.1) -2px -2px 2px,
		rgba(0, 0, 0, 0.1) 1px 2px 2px, rgba(0, 0, 0, 0.1) -1px 2px 2px,
		rgba(0, 0, 0, 0.1) 1px -2px 2px, rgba(0, 0, 0, 0.1) -1px -2px 2px,
		rgba(0, 0, 0, 0.1) 2px 1px 2px, rgba(0, 0, 0, 0.1) -2px 1px 2px,
		rgba(0, 0, 0, 0.1) 2px -1px 2px, rgba(0, 0, 0, 0.1) -2px -1px 2px,
		rgba(0, 0, 0, 0.1) 1px 1px 2px, rgba(0, 0, 0, 0.1) -1px 1px 2px,
		rgba(0, 0, 0, 0.1) 1px -1px 2px, rgba(0, 0, 0, 0.1) -1px -1px 2px;
}
.hero-area-c .content-inner .panel {
	max-width: 560px;
	padding: 32px;
	margin-top: 60px;
	background: rgba(0, 0, 0, 0.5);
}
.hero-area-c .content-inner .panel h2 {
	font-size: 2rem;
}

@media only screen and (min-width: 1281px) {
	.hero-area-c .content-inner .main-txt > * {
		font-size: 3.2rem;
	}
	.hero-area-c .content-inner .sub-txt > * {
		font-size: 2rem;
		line-height: 1.6;
	}
}
@media only screen and (max-width: 1280px) {
	.hero-area-c {
		min-height: inherit;
		max-height: 670px;
		height: calc(670vw*100/1280);
	}
	.hero-area-c .visual {
		min-height: inherit;
		height: calc(670vw*100/1280);
	}
}
@media only screen and (max-width: 1000px) {
	.hero-area-c .content-inner {
		padding: 0 16px;
		margin-left: 0;
		max-width: inherit;
	}
	.hero-area-c .content-inner .panel {
		padding: 8px 0;
		margin-top: 20px;
	}
	.hero-area-c .content-inner .sub-txt > * {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c {
		height: auto;
		max-height: inherit;
	}
	.hero-area-c .content-inner {
		padding: 20px 16px 30px;
	}
	.hero-area-c .visual {
		height: calc(220vw*100/320);
	}
	.hero-area-c .content-inner .panel {
		padding: 0;
		margin-top: 16px;
		background: none;
	}
	.hero-area-c .content-inner .main-txt > *,
	.hero-area-c .content-inner .sub-txt > * {
		text-shadow: none;
	}
}


/* IP製品、主なサービス例
------------------------------------- */
.section.services .lyt-col-announce-a > li {
	width: 490px;
}
.section.services .lyt-col-announce-a > li > h3 {
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	.section.services .lyt-col-announce-a {
		flex-direction: column;
		margin: -16px 0 0 0;
	}
	.section.services .lyt-col-announce-a > li {
		width: 100%;
		margin: 16px 0 0 0;
		flex-basis: auto;
	}
}

/*------- 丸角ボックス横表示 -------*/

@media only screen and (max-width:767px){
.roundedbox {
	margin-bottom: 20px;
}
}

@media only screen and (min-width:768px){
.flex-align {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 10px auto 20px !important;
}
.flex-align .flex-2boxes {
	width: calc(50% - 30px);
	margin-left: 30px;
}
.flex-align .flex-3boxes {
	width: calc(33.3333% - 20px);
	margin-left: 20px;
}
.flex-align .flex-4boxes {
	width: calc(25% - 10px);
	margin-left: 10px;
}
}

.roundedbox {
	display: block;
	min-height: 90px;
	height: 100%;
	padding: 30px 10px;
	border-radius: 40px;
	border: 1px solid #aaa;
	background: #fff;
	color: #000;
}
.roundedbox2 {
	display: block;
	min-height: 90px;
	height: 100%;
	padding: 30px 10px;
	border-radius: 10px;
	border: 1px solid #aaa;
	background: #fff;
	color: #000;
}

/*------- /丸角ボックス横表示 -------*/

/*------- 四角枠表示 -------*/

.aroundrec {
	padding: 8px;
	border: 1px solid #bbb;
}

/*------- /四角枠表示 -------*/

/*------- 丸角枠表示 -------*/

.graybox {
	display: block;
	padding: 10px 10px;
	border-radius: 10px;
	background: #f3f3f3;
	color: #000;
}

/*------- /丸角枠表示 -------*/

/*------- 矢印 -------*/

.arrow {
	position: relative;
	height: 36px;
	width: 100%;
	margin: 20px auto;
}

.arrow::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	left: calc(50% - 100px);
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	border-width: 36px 100px 0 100px;
}

/*------- /矢印 -------*/

/*------- 赤ボタン -------*/

.section.systemdesign .btn-a.red {
    color: #a30b1a!important;
    border: 1px solid #a30b1a!important;
}
.section.systemdesign .btn-a.red::before {
    border-top: 2px solid #a30b1a!important;
    border-right: 2px solid #a30b1a!important;
}

/*------- /赤ボタン -------*/
