@charset "UTF-8";

.maxw860 {
	margin-left: auto;
	margin-right: auto;
}

.bdr-box {
	padding: 1.4em;
	color: #000;
	border: solid 1px #000;
	font-size: 1.4rem;
}


/* ボタンスタイルリセット */
button {
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

button:focus {
	outline: none;
}

button img {
	display: block;
}

.slide-next.hovering,
.slide-prev.hovering {
	opacity: .6;
	transition: opacity .5s ease 0s;
}

#sub01 figcaption {
	font-size: min(2.8vw, 13px);
}

figcaption {
	margin-top: .5em;
	font-size: 1.3rem;
}

/* コラム */
.column {
	text-align: center;
	background: #f5f5f5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8rem;
	padding: 4rem 5%;
	position: relative;
}

.column .index {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	border-radius: 30px;
	padding: .65em 2em;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.column .title {
	display: inline;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.4;
	padding: 0 .2em .3em;
	border-bottom: 2px dotted #000;
}

/* コラム2 */
#column2 .point {
	background-color: #fff;
	padding: 2px 10px;
	width: 100%;
	border-radius: 6px;
}

#column2 ul.list-figures.col3 .ttl {
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

#column2 .caption {
	text-align: left;
}

/* スライダー：タイトルテキスト*/
.column figcaption {
	text-align: center;
}

/* スライダー：NEXT/PREV */
.slide-next,
.slide-prev {
	position: absolute;
	top: 40%;
	width: 2em;
	height: 2em;
	background: no-repeat center/contain;
	cursor: pointer;
	z-index: 1;
}

.slide-next {
	background-image: url('images/arrow-right.svg');
	right: 0;
	left: auto;
}

.slide-prev {
	background-image: url('images/arrow-left.svg');
	left: 0;
	right: auto;
}

/* スライダー：サムネイル */
ul.slide-thumbs {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	margin-top: 2rem;
}

ul.slide-thumbs a {
	display: block;
	cursor: pointer;
	padding: 2px;
}

ul.slide-thumbs li {
	width: calc(98% / 7);
	margin-top: 2%;
	padding: 2px;
	border: solid 2px #f5f5f5;
	cursor: pointer;
}

ul.slide-thumbs li.active {
	border: solid 2px #a0a0a0;
}

ul.slide-thumbs li.active {
	opacity: 0.5;
}

ul.slide-thumbs li:nth-child(-n+7) {
	margin-top: 0;
}

ul.slide-thumbs li:nth-child(7n-6) {
	margin-left: 0;
}

/* コラム・プロフィール */
.profile {
	text-align: left;
	margin-top: 8rem;
	padding: 1em;
	border: 2px solid #D9D9D9;
}

.profile.flex-container {
	justify-content: space-between;
}

.profile .flex-item {
	margin: 0;
}

.profile.flex-container .flex-item:first-child {
	width: 20%;
}

.profile.flex-container .flex-item:last-child {
	width: 75%;
}

.profile .name {
	font-size: 1.8rem;
	margin-bottom: .5em;
}

.btn-wrap {
	text-align: center;
	margin-top: 6rem;
}

ul.list-figures {
	margin-top: 3rem;
}

/* sub07 */
.arrow-container {
	text-align: center;
	font-weight: 500;
}


/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {


	.bdr-box {
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.profile {
		margin-top: 4rem;
	}

	.profile .name {
		font-size: 1.6rem;
		margin-top: 1.4rem;
	}

	.profile .text {
		font-size: 1.4rem;
	}

	/* スライダー：サムネイル */
	ul.slide-thumbs {
		margin-top: 1.5rem;
	}

	/* コラム */
	.column .title {
		font-size: min(3.7vw, 16px);
	}

	.column .text-container {
		text-align: left;
	}

	ul.slide-thumbs li {
		width: calc(97% / 4);
	}

	ul.slide-thumbs li:nth-child(-n+4) {
		margin-top: 0;
	}

	ul.slide-thumbs li:nth-child(4n-3) {
		margin-left: 0;
	}

	ul.slide-thumbs li {
		margin-left: 1%;
	}

	.profile.flex-container {
		justify-content: space-between;
		flex-direction: column;
	}

	.profile .flex-item {
		margin: 0;
	}

	.profile.flex-container .flex-item:first-child {
		width: 28%;
		margin: 0 auto;
	}

	.profile.flex-container .flex-item:last-child {
		width: 100%;
	}

	/* コラム2 */
	#column2 .column {
		margin-top: 2rem;
	}

	#column2 ul.list-figures.col3 li {
		width: 100%;
		margin-top: 3rem;
	}

	#column2 ul.list-figures.col3 li .img {
		padding: 0 1rem;
	}

	#column2 ul.list-figures.col3 .text {
		font-size: 1.4rem;
	}

	#column2 ul.list-figures.col3 .ttl {
		margin: 1rem 0;
	}

	.arrow-container .btn-arrow a {
		padding: 1.2em 1.5em 1.2em 2.5em;
		margin-top: 2rem;

	}

	/* sub01 */
	#sub01 .flex-container.split>.flex-item:last-of-type {
		margin-top: 2rem;
	}



	/* sub03 */
	#sub01 .img-container.adj {
		padding: 0 10%;
	}

	/* sub06 */
	#sub06 .arrow-container {
		margin-top: 5rem;
	}


}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.bdr-box {
		line-height: 1.6;
	}

	/* コラム */
	.column {
		margin-top: 12rem;
		padding: 6rem 5%;
	}

	.column .index {
		max-width: 240px;
		font-size: 1.8rem;
	}

	ul.slide-thumbs {
		justify-content: space-between;
	}

	.column .title {
		font-size: 1.8rem;
	}

	.column .text-container {
		text-align: left;
	}

	.column .flex-container.split {
		justify-content: space-between;
	}

	.column .flex-container.split .flex-item:first-child {
		width: 62%;
	}

	.column .flex-container.split .flex-item:last-child {
		width: 34%;
	}

	/* コラム2 */
	#column2 .column {
		margin-top: 4rem;
	}

	#column2 ul.list-figures.col3 {
		padding: 0 8%;
	}

	#column2 ul.list-figures.col3 li {
		width: calc(92% / 3);
	}

	#column2 ul.list-figures.col3 .point {
		font-size: min(1.9vw, 16px);
	}

	#column2 ul.list-figures.col3 .ttl {
		font-size: 1.8rem;
		font-size: min(1.9vw, 18px);
		margin: 1rem 0;
	}

	#column2 ul.list-figures.col3 .text {
		font-size: 1.4rem;
	}

	/* sub07 */
	.arrow-container .btn-arrow a {
		padding: 1.5em 4em 1.5em 5em;
		margin-top: 3rem;
		background-position: left 3.4em center;
	}

	/* スライダーエリア */
	.swiper-container {
		margin-top: 2rem;
	}

	.slide-next,
	.slide-prev {
		top: 45%;
		width: 3em;
		height: 3em;
	}

	/* コラム・プロフィール */
	.profile {
		text-align: left;
		margin-top: 8rem;
		padding: 1.2em 1.4em;
		border: 2px solid #D9D9D9;
	}

	.profile.flex-container {
		align-items: center;
	}

	.profile.flex-container .flex-item:first-child {
		width: 13.5%;
	}

	.profile.flex-container .flex-item:last-child {
		width: 84%;
	}

	.profile .name {
		font-size: 2rem;
	}

	ul.list-figures {
		margin-top: 3rem;
		justify-content: space-between;
	}

	.btn-wrap {
		margin-top: 10rem;
	}

	/* sub06 */
	#sub06 .arrow-container {
		margin-top: 8rem;
	}
}