@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
em {
	font-size: 1.2em;
	font-weight: 500;
}

.prod-text {
	font-weight: 500;
}

/* メインビジュアル */
#mainVisual {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#mainVisual .main-title-anime {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

#mainVisual .main-left {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-140px, 0);
}

#mainVisual .main-prod {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
}

#mainVisual .main-right {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(60px, 0);
}

#mainVisual .main-pci {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translate(-160px, 0);
}

#mainVisual .main-cat {
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translate(90px, 0);
}

#mainVisual .main-plant {
	position: absolute;
	top: 170px;
	left: 50%;
	transform: translate(-130px, 0);
}

/* ケース一覧 */
.case-list-header {
	margin-bottom: 25%;
}

.case-list-header .question {
	width: 12vw;
	margin: 0 auto;
}

.case-title {
	padding: 5% 0;
	font-size: 6vw;
	line-height: 1.4;
	font-weight: 700;
	text-align : center;
	position: relative;
}

.case-title::before {
	content: '';
	display: block;
	width: 12vw;
	border-bottom: solid 5px #00A1AA;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.case-list a::after {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../images/case-list-img01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 90% auto;
	position: absolute;
	bottom: 1vw;
	left: 0;
}

.case-list a[href$="/case02.html"]::after {
	background-image: url(../images/case-list-img02.png);
}

.case-list a[href$="/case03.html"]::after {
	background-image: url(../images/case-list-img03.png);
}

.case-list a[href$="/case04.html"]::after {
	background-image: url(../images/case-list-img04.png);
}

.case-list a[href$="/case05.html"]::after {
	background-image: url(../images/case-list-img05.png);
}

.case-list a[href$="/case06.html"]::after {
	background-image: url(../images/case-list-img06.png);
}

.case-list a[href$="/case07.html"]::after {
	background-image: url(../images/case-list-img07.png);
}

.case-list a[href$="/case08.html"]::after {
	background-image: url(../images/case-list-img08.png);
}

.case-list .flex-item {
	width: 100%;
	position: relative;
}

.case-list a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

.case-list a::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 2rem;
	position: absolute;
	top: 0;
	left: 0;
}

.case-list a .arrow {
	width: 6vw;
	height: 6vw;
	background-image: url(../images/arrow-off.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 2vw;
	right: 2vw;
}

.case-list .num {
	width: 6vw;
	text-align: center;
	position: absolute;
	top: -4.4vw;
	left: 50%;
	transform : translate( -50%, 0);
}

.case-list .sub-title {
	padding: 10% 0 .5em 0;
	font-size: 2.2vw;
	line-height: 1.4;
	font-weight: 700;
	text-align : center;
	position: relative;
}

.case-list .sub-title::before {
	content: '';
	display: block;
	width: 5vw;
	border-bottom: solid 4px #00A1AA;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	/* メインビジュアル */
	#mainVisual {
		height: 450px;
	}
	#mainVisual .main-title-anime {
		width: 300px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#mainVisual .main-left {
		width: 80px;
	}
	#mainVisual .main-prod {
		width: 80px;
	}
	#mainVisual .main-right {
		width: 90px;
	}
	#mainVisual .main-pci {
		width: 70px;
	}
	#mainVisual .main-cat {
		width: 80px;
	}
	#mainVisual .main-plant {
		width: 40px;
	}

	/* メインセクション */
	.main-section {
		padding: 6rem 0;
	}
	.main-text {
		font-size: 1.4rem;
		line-height: 2;
	}

	/* サブセクション */
	.sub-section {
		padding: 4rem 0 6rem;
	}

	/* 製品セクション */
	.product-section {
		padding: 6rem 0 6rem;
	}
	.prod-text {
		font-size: 5.4vw;
		line-height: 1.8;
	}
	.prod-info {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.prod-name {
		font-size: 5.4vw;
	}
	.prod-price {
		margin-left: 1em;
		font-size: 4vw;
	}
	.product-section .flex-container {
		padding-bottom: 20vw;
		position: relative;
	}
	.product-section .flex-item-text {
		width: 100%;
		text-align: center;
	}
	.product-section .flex-item-img {
		margin: 2rem auto;
		padding: 0 15%;
	}
	.product-section .btn-arrow {
		margin-top: 1rem;
		font-size: 3.4vw;
	}

	/* ケース一覧 */
	.case-list .flex-item {
		margin-top: 16%;
		padding: 0 0 84%;
	}
	.case-list:first-of-type .flex-item:first-of-type {
		margin-top: 0;
	}
	.case-list .num {
		width: 12vw;
		height: 12vw;
		top: -8.8vw;
	}
	.case-list .sub-title {
		font-size: 4.4vw;
	}
	.case-list .sub-title::before {
		width: 10vw;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	/* メインビジュアル */
	#mainVisual {
		height: 800px;
	}
	#mainVisual .main-title-anime {
		width: 800px;
	}
	#mainVisual .main-title-anime img {
		width: auto;
	}
	#mainVisual .main-left {
		bottom: 30px;
		transform: translate(-360px, 0);
	}
	#mainVisual .main-prod {
		bottom: 0;
	}
	#mainVisual .main-right {
		bottom: 30px;
		transform: translate(160px, 0);
	}
	#mainVisual .main-pci {
		top: 90px;
		transform: translate(-350px, 0);
	}
	#mainVisual .main-cat {
		top: 150px;
		transform: translate(250px, 0);
	}
	#mainVisual .main-plant {
		top: 270px;
		transform: translate(-260px, 0);
	}

	/* メインセクション */
	.main-section {
		padding: 10rem 0;
	}
	.main-text {
		line-height: 2;
		text-align: center;
	}

	/* サブセクション */
	.sub-section {
		padding: 10rem 0;
	}

	/* ケース一覧 */
	.case-title {
		padding: .5em 0;
		font-size: 4.2rem;
	}
	.case-title::before {
		width: 6rem;
		border-bottom: solid 5px #00A1AA;
	}
	.case-list-header {
		margin-bottom: 15rem;
	}
	.case-list-header .question {
		width: 100px;
		margin: 0 auto;
	}
	.case-list {
		justify-content: space-between;
	}
	.case-list .flex-item {
		width: 47%;
		margin-top: 8%;
		padding: 0 0 40%;
	}
	.case-list:first-of-type .flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}
	.case-list a .arrow {
		width: 3vw;
		height: 3vw;
		bottom: 1vw;
		right: 1vw;
	}

	/* 製品セクション */
	.product-section {
		padding: 10rem 0;
	}
	.prod-text {
		margin-bottom: 5rem;
		font-size: 2.6rem;
		line-height: 1.8;
	}
	.prod-name {
		font-size: 2.8rem;
	}
	.prod-price {
		margin-left: 1em;
		font-size: 1.8rem;
	}
	.product-section .flex-container {
		justify-content: center;
	}
	.product-section .flex-item-text {
		width: 370px;
	}
	.product-section .flex-item-img {
		width: 300px;
	}
	.product-section .btn-arrow {
		margin-top: 1rem;
	}
}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) and (max-width: 1199px) {
}

/* ====================================
	PC専用スタイル
===================================== */
@media only screen and (min-width: 1200px) {
	.case-title {
		font-size: 4.2rem;
	}
	.case-title::before {
		width: 6.5rem;
	}
	.case-list a .arrow {
		width: 3.5rem;
		height: 3.5rem;
		bottom: 1rem;
		right: 1rem;
	}
	.case-list .num {
		width: 7rem;
		top: -5rem;
	}
	.case-list .sub-title {
		font-size: 2.6rem;
	}
	.case-list .sub-title::before {
		width: 5.5rem;
	}
}