@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.img-caption {
	font-size: 1.2rem;
}

/* コラム */
.column-container {
	position: relative;
	max-inline-size: 1200px;
	margin: 0 auto;
	padding: 4rem 5%;
	background: #f5f5f5;
}

.column-container p {
	font-size: 1.5rem;
}

.column-container .caption-r {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 1em;
}

.column-index {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	inline-size: fit-content;
	padding: .4em 2.5em;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background: #000;
	border-radius: 50px;
}

.column-title-wrap {
	text-align: center;
}

.column-title {
	display: inline;
	padding: 0 .2em .2em;
	font-size: 1.6rem;
	line-height: 2.4;
	font-weight: 700;
	border-bottom: 2px dotted #000;
}

/* コラム・スライドショー */

.swiper-outer {
	position: relative;
}

#slide01 .swiper {
	margin-top: 4rem;
	background-color: #fff;
}

.sensor-image {
	padding: 2rem 8%;
}

.sensor-image {
	display: block;
	margin-top: .6em;
	text-align: center;
}

/* コラム・スライド前後切替ボタン */

#slide01 .swiper-button-disabled {
	display: none;
}

#slide01 .btn-swiper-prev,
#slide01 .btn-swiper-next {
	position: absolute;
	top: 45%;
	z-index: 2;
	inline-size: 30px;
	block-size: auto;
	aspect-ratio: 19 / 22;
	background: url('images/arrow-right.png') no-repeat center center/contain;
	cursor: pointer;
}

#slide01 .slider-prev {
	left: 0;
	right: auto;
	transform: rotate(180deg);
}

#slide01 .btn-swiper-next {
	right: 0;
	left: auto;
}

/* コラム・スライドサムネイル */
.sensor-image p {
	margin-block: .6em;
	font-size: 1.3rem;
	text-align: center;
}

.slider-thumbs {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.swiper-thumbs>li {
	inline-size: calc(90% / 6);
}

.slider-thumbs button {
	min-block-size: unset;
	padding: 0;
	border: solid 2px #f5f5f5;
}


.swiper-thumbs {
	display: flex;
	justify-content: center;
	column-gap: 1%;
	row-gap: 1rem;
	margin-top: .6em;
}


/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {

	/* コラム・スライドショー */
	.sensor-image {
		padding: 2rem 10%;
	}

	.sensor-image em {
		font-weight: 500;
		font-size: 1.4rem;
	}

	.sensor-image p {
		font-size: 1.2rem;
	}

	/* コラム・スライドサムネイル */
.swiper-thumbs>li {
		inline-size: calc(90% / 3);
	}

	/* コラム・スライド前後切替ボタン */
	#slide01 .btn-swiper-prev,
	#slide01 .btn-swiper-next {
		top: 50%;
	}

	.btn-swiper-prev {
		margin-left: 0;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {

	/* コラム */
	.column-container {
		padding: 6rem 5%;
	}

	.column-index {
		font-size: 1.6rem;
	}

	.column-title {
		font-size: 2rem;
	}

	.column-container p {
		font-size: 1.6rem;
	}

	/* コラム・スライドショー */

	.sensor-image em {
		font-weight: 500;
		font-size: 2rem;
	}

	.sensor-image p {
		font-size: 1.4rem;
	}

	/* コラム・スライド前後切替ボタン */
	#slide01 .btn-swiper-prev,
	#slide01 .btn-swiper-next {
		inline-size: 50px;
	}

	#slide01 .btn-swiper-prev {
		margin-left: 0rem;
	}
}

/* ====================================
	タブレット専用スタイル（768px～1080px）
===================================== */
@media screen and (768px <=width < 1080px) {}