@charset "UTF-8";

/* ===============================
	style
=============================== */
.tc {
	text-align: center;
}

.ttl {
	font-weight: bold;
}

.bdrBk {
	padding: 1em;
	border: solid 1px #000;
}

.bdr-gray {
	padding: 0.5em 1em;
	border: solid 1px #ddd;
}

.flexBox {
	display: flex;
	flex-wrap: wrap;
}

.subBox {
	border-top: solid 1px #a8a8a8;
}

.subBox.bdrNon {
	border-top: solid 1px transparent;
}

.subBox h3 {
	font-weight: 500;
}

.arrow {
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}

.topSpecBtn {
	display: block;
	width: 140px;
	padding: 0.5em 0.5em 0.5em 1em;
	background: rgba(0, 0, 0, 1);
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: -475px;
	text-align: center;
	text-decoration: none;
}

.topSpecBtn.arrow::before {
	left: 1.5em;
	box-sizing: border-box;
	width: 0.6em;
	height: 0.6em;
	border: 0.3em solid transparent;
	border-left: 0.3em solid #fff;
}

.topSpecBtn:HOVER {
	background: rgba(0, 0, 0, 0.7);
}

.spSpecBtn {
	padding: 12% 12%;
}

.spSpecBtn a {
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 1;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 0.2em;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
}

.spSpecBtn .arrow::before {
	left: 0.5em;
	box-sizing: border-box;
	width: 0.5em;
	height: 0.5em;
	border: 0.2em solid transparent;
	border-left: 0.2em solid #fff;
}

#sub01 .subTtl {
	background: #0077c2;
	color: #fff;
}

#sub02 .subTtl {
	background: #c41686;
	color: #fff;
}

#sub03 .subTtl {
	background: #4db34e;
	color: #fff;
}

#sub04 .subTtl {
	background: #e970a5;
	color: #fff;
}

#sub05 .subTtl {
	background: #3ba633;
	color: #ffffff;
}

#sub06 .ttl {
	color: #0094f1;
}

.jissyo .ttl {
	font-weight: 500;
	text-align: center;
}

.jissyo .text {
	padding: 0.5em;
	border: solid 1px #000;
}

ul.list-effect li .text {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.4em;
	border: solid 1px #b2b2b2;
	text-align: center;
}

.graph-wrap {
	width: 100%;
	background: #f4f6e8;
}

/* 画像リスト 矢印 */
#introduction ul.list-figures.col3 li.has-arrow::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 35px;
	background: url(images/arrow.jpg) no-repeat;
	background-size: 5%;
	margin: 0 0.5em 0 0;
	top: 5em;
	left: -1.4em;
}

#introduction .btn-movie {
	text-align: center;
	margin-top: 1em;
}

#introduction .btn-movie a.arrow-item {
	font-weight: 500;
	font-size: 1.6rem;
	display: inline-block;
	padding: .4em 1em .4em 0.8em;
	background: #fff;
	color: #535353;
	border: solid 1px #535353;
	border-radius: .5rem;
	text-decoration: none;
}

.fa-angle-right {
	margin-right: 0.25em;
}

/* ===============================
	PC / Tab
=============================== */
@media print,
screen and (min-width: 481px) {
	article {
		font-size: 1.6rem;
		line-height: 1.8;
		position: relative;
	}

	.pcmt0 {
		margin-top: 0 !important;
	}

	.pcmts,
	.mts {
		margin-top: 40px;
	}

	.flexItem {
		width: 50%;
	}

	.flexItem.left {
		order: 1;
		padding-right: 40px;
	}

	.flexItem.right {
		order: 2;
		padding-left: 40px;
	}

	.subBox {
		padding-top: 60px;
		padding-bottom: 80px;
		position: relative;
	}

	.captionBox {
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.titleBox {
		display: table;
		min-height: 60px;
	}

	.titleBox .subTtl {
		display: table-cell;
		width: 130px;
		font-size: 2rem;
		line-height: 1;
		text-align: center;
		vertical-align: middle;
		border-radius: 0 10px 10px 0;
	}

	.titleBox h3 {
		display: table-cell;
		padding-left: 0.5em;
		vertical-align: middle;
	}

	.subBox h3 {
		font-size: 4rem;
		line-height: 1.4;
	}

	.subBox h3 sup {
		font-size: 1.4rem;
		top: -1.6rem;
	}

	.subBox .sub-main-img {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	/* メインビジュアル */
	.main-img {
		overflow: hidden;
		position: relative;
	}

	.main-img img {
		position: relative;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.sub-main-img {
		text-align: center;
	}

	.textBox,
	.imgBox {
		margin-top: 50px;
	}

	.imgBox .ttl {
		text-align: center;
	}

	.effectsBox {
		display: flex;
		flex-wrap: wrap;
	}

	.effectsBox .img {
		margin-bottom: 60px;
	}

	.effectsBox .effect {
		margin-top: 30px;
		width: 50%;
	}

	.effectsBox .effect:NTH-OF-TYPE(odd) {
		padding-right: 40px;
	}

	.effectsBox .effect:NTH-OF-TYPE(even) {
		padding-left: 40px;
	}

	.effect .text {
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: 1em;
	}

	#main {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	#main h3 {
		font-size: 4rem;
		line-height: 1.4;
		font-weight: bold;
	}

	#main .caption {
		line-height: 1.8;
	}

	#column {
		position: relative;
		padding-top: 40px;
		padding-bottom: 30px;
		margin-top: 60px;
		background: #e6e6e6;
	}

	#column img.sensei {
		position: absolute;
		top: 1em;
		left: 1em;
		width: 15%;
	}

	#column .name-wrap {
		border-bottom: solid 1px #23ac38;
		margin: 0 40px;
		padding-left: 15%;
	}

	#column .nameTtl {
		font-size: 0.88em;
		line-height: 1.4;
	}

	#column .name {
		padding-bottom: 20px;
		font-size: 2.4rem;
		font-weight: bold;
		color: #23ac38;
	}

	#column .text {
		padding-left: 40px;
		margin-top: 40px;
	}

	#column .img {
		text-align: center;
	}

	#column .img img {
		width: 300px;
	}

	#column .inBox {
		padding: 0 40px;
		margin-top: 40px;
	}

	#sub05 .textBox {
		text-align: center;
	}

	.boxGray {
		padding: 40px 0 40px 40px;
		background: #e6e6e6;
	}

	#sub06 .flexItem:NTH-OF-TYPE(odd) .textBox {
		margin-top: 30px;
	}

	#sub06 .flexItem:NTH-OF-TYPE(even) {
		padding-left: 20px;
	}

	#sub06 .flexItem:NTH-OF-TYPE(even) .imgBox {
		margin-top: 0;
	}

	.linkPci {
		width: 600px;
		margin: 0 auto 80px;
	}

	/* 専用スタイル */
	#introduction {
		padding-bottom: 2rem;
		text-align: center;
	}

	#introduction .ttl {
		font-size: 4.6rem;
		line-height: 1.4;
		font-weight: 200;
	}

	#introduction .text {
		margin-top: 2em;
		font-size: 1.8rem;
		line-height: 2;
	}

	#introduction .about .text {
		margin-top: 1em;
	}

	#introduction .pci-logo {
		margin-top: 3rem;
		padding: 0 20% 2em;
	}

	#introduction .caption {
		text-align: left;
	}

	.jissyo .ttl {
		font-size: 1.1em;
	}

	.jissyo .text {
		margin-top: 0em;
		text-align: left;
		font-size: 1.6rem;
	}

	.graph-wrap {
		padding: 3em 3em;
	}

	.graph-wrap .flexItem {
		width: 50%;
		padding: 0 2.5%;
		text-align: center;
	}

	/*メカニズム */
	#introduction .about {
		max-width: 700px;
		margin: 0 auto;
		padding: 4rem 0;
	}

	#introduction .sub-ttl {
		font-size: 2.4rem;
		font-weight: 700;
		border-bottom: 3px solid #000;
		display: inline-block;
	}

	#introduction .sub-text {
		margin-top: 1em;
		font-size: 1.6rem;
		text-align: left;
	}

	#introduction .img-container .text {
		text-align: left;
		font-size: 1.4rem;
		font-weight: 500;
		margin-bottom: 0.2em;
	}

	/*リスト */
	#introduction ul.list-figures {
		display: flex;
		flex-wrap: wrap;
		max-width: 700px;
		margin: 0 auto;
	}

	#introduction ul.list-figures .img-text {
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: 0.2em;
	}

	#introduction ul.list-figures li .img {
		width: 100%;
	}

	#introduction ul.list-figures.col3 li {
		width: 30%;
		margin-left: 5%;
		position: relative;
	}

	#introduction ul.list-figures.col3 li:nth-child(3n-2) {
		margin-left: 0;
	}

	#sub01 {
		margin-top: 10rem;
	}
}

/* ===============================
	mobile
=============================== */
@media screen and (max-width: 480px) {
	article {
		font-size: 1em;
		line-height: 1.6;
		position: relative;
	}

	article img {
		width: 100%;
	}

	/* メインビジュアル */
	.main-img .visual {
		overflow: hidden;
	}

	.main-img .visual img {
		width: 150%;
		position: relative;
		left: -25%;
	}

	.subBox {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.captionBox {
		padding-top: 2rem;
		padding-bottom: 4rem;
	}

	.mts,
	.subBox .imgBox,
	.subBox .textBox {
		margin-top: 2rem;
	}

	.subBox h3 {
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
		font-weight: bold;
	}

	.subBox h3 sup {
		font-size: 1rem;
		top: -1.2rem;
	}

	.subTtl {
		width: 10em;
		padding: 0.2em 0;
		margin: 0 auto;
		background: #3ba633;
		color: #fff;
		text-align: center;
		border-radius: 0.5rem;
		margin: 0 auto;
		border-radius: 0.5rem;
	}

	.subTtl+h3 {
		margin-top: 0.4em;
	}

	.subBox .sub-main-img {
		margin-top: 4rem;
		margin-bottom: 2rem;
	}

	.subBox h3+.sub-main-img {
		margin-top: 2rem;
	}

	.effect {
		margin-top: 3rem;
	}

	.effectsBox .img {
		margin-bottom: 2em;
	}

	.effect .text {
		font-size: 1.2rem;
		line-height: 1.4;
		margin-top: 1em;
	}

	#main {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}

	#main h3 {
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
		font-weight: bold;
	}

	#column {
		position: relative;
		padding-top: 1.5em;
		margin-top: 4rem;
		background: #e6e6e6;
	}

	#column img.sensei {
		position: absolute;
		top: 1em;
		left: 1em;
		width: 26%;
	}

	#column .name-wrap {
		border-bottom: solid 1px #23ac38;
		margin: 0 1.5em;
		padding-left: 30%;
	}

	#column .nameTtl {
		font-size: 0.8em;
		line-height: 1.4;
	}

	#column .name {
		padding-bottom: 1em;
		margin-top: 0.2em;
		font-size: 1.1em;
		font-weight: bold;
		color: #23ac38;
		font-size: 1.1em;
	}

	#column .text {
		padding: 0 1.5em;
		margin-top: 1em;
	}

	#column .flexItem .img {
		margin-top: 2rem;
	}

	#column .inBox {
		padding: 0 1.5em 1.5em;
		margin-top: 1em;
	}

	#sub06 .ttl {
		font-size: 1.1em;
		text-align: center;
	}

	.boxGray {
		padding: 1.5em 1em;
		background: #e6e6e6;
	}

	.linkPci {
		margin-bottom: 3rem;
	}

	/* 専用スタイル */
	#introduction {
		padding-bottom: 2rem;
	}

	#introduction .ttl {
		font-size: 2.1rem;
		line-height: 1.4;
		font-weight: 200;
		text-align: center;
		margin-top: 1em;
	}

	#introduction .text {
		margin-top: 2em;
		line-height: 2;
		text-align: center;
	}

	#introduction .about .text {
		margin-top: 1em;
	}

	#introduction .pci-logo {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	#introduction .caption {
		text-align: left;
	}

	.jissyo .ttl {
		font-size: 1.3rem;
	}

	.graph-wrap {
		padding: 2rem 10%;
		margin: 2em auto;
		text-align: center;
	}

	.graph-wrap .flexItem:first-of-type {
		margin-bottom: 2rem;
	}

	/* 画像リスト 矢印 */
	#introduction ul.list-figures.col3 li.has-arrow::before {
		background-size: 6%;
		top: 2.5em;
		left: -0.75em;
	}

	/*メカニズム */
	#introduction .about {
		max-width: 700px;
		margin: 0 auto;
		padding: 3rem 0;
	}

	#introduction .sub-ttl-container {
		text-align: center;
	}

	#introduction .sub-ttl {
		font-size: 2rem;
		font-weight: 700;
		border-bottom: 2px solid #000;
		display: inline-block;
		font-weight: 700;
	}

	#introduction .sub-text {
		margin-top: 1em;
	}

	#introduction .img-container .text {
		text-align: left;
		font-size: 1.3rem;
		font-weight: 500;
	}

	/*リスト */
	#introduction ul.list-figures {
		display: flex;
		flex-wrap: wrap;
		max-width: 700px;
		margin: 0 auto;
	}

	#introduction ul.list-figures .img-text {
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.4;
		margin-top: 0.2em;
	}

	#introduction ul.list-figures li .img {
		width: 100%;
	}

	#introduction ul.list-figures.col3 li {
		width: 30%;
		margin-left: 5%;
		position: relative;
	}

	#introduction ul.list-figures.col3 li:nth-child(3n-2) {
		margin-left: 0;
	}

	#introduction .btn-movie a.arrow-item {
		font-size: 1.3rem;
		padding: .4em 1em .4em 0.8em;
	}
	
	#sub01 {
		margin-top: 4rem;
	}
}