@charset "UTF-8";



ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

figcaption {
	font-size: 1.4rem;
	margin-top: .5em;
}

.text-center {
	text-align: center;
}

.maxw750 {
	max-width: 750px;
}

/* sub01・スライドショー */
.swiper-pagination {
	padding-top: 2rem;
	position: static;
	line-height: 1;
}

.swiper-pagination-bullet {
	width: 1em;
	height: 1em;
	border: 1px solid #707070;
	background: #fff;
}

.swiper-pagination-bullet:not(:first-child) {
	margin-left: .8em;
}

.swiper-pagination-bullet-active {
	background: #535353;
}

/* コラム */
.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: #000;
	border-radius: 30px;
	padding: .65em 2em;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.column .column-title {
	display: inline;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.4;
	padding: 0 .2em .3em;
	border-bottom: 2px dotted #000;
}

.column .text {
	margin-top: 3rem;
}

.column .caption {
	margin-top: 1em;
}

ol.list-figures {
	text-align: center;
}

ol.list-figures figcaption {
	font-size: initial;
	font-weight: 700;
}

ol.list-figures .text {
	margin-top: .5em;
}

/* sub06・見出し */
.contents-title {
	font-weight: 500;
	background: #e6e6e6;
	padding: .2em .4em;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 4rem;
}

.contents-title.bg-pink {
	background: #EBB8BB;
}

/* sub06 */
.arrow-img {
	margin: 2rem auto 0;
	width: 6%;
}

/* 動画 */
#sub02 video {
	width: 100%;
	vertical-align: bottom;
}

#sub02 .movie-container {
	border-radius: 0;
}

/* 動画サムネイル */
.movie-container .flex-movie-item.thumb-inada {
	background-image: url(images/bnr-inada.jpg);
}

.movie-container .flex-text-item {
	background-color: #fff;
}

/* 動画タブ切替 */
.panel {
	display: none;
	text-align: center;
}

.panel.active {
	display: block;
}

.tab-area {
	display: flex;
	cursor: pointer;
	/* カーソルポインターに */
	background-color: #A0A0A0;
}

.tab {
	width: calc(100%/2);
	padding: 6px 5px;
	text-align: center;
	font-weight: 400;
	font-size: 1.8rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab:first-child {
	border-right: 5px solid #fff;
}

.tab:last-child {
	border-left: 5px solid #fff;
}

.tab.active {
	background-color: #000;
	color: #fff;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.pc-large {
		display: none;
	}

	.contents-title {
		font-size: 1.6rem;
	}

	/* ページネーション調整 */
	.swiper-pagination {
		padding-top: 1.5rem;
	}

	/* コラム */
	.column .text-container .text {
		text-align: left;
		margin-bottom: 2rem;
		margin-top: 0;
	}

	.column .text-container .text.name {
		font-size: 1.3rem;
		margin-bottom: 0;
	}

	.column .column-title {
		line-height: 2.4;
		padding: 0 .2em .3em;
	}

	/* 画像リスト */
	ol.list-figures li:first-child {
		margin-top: 3rem;
	}

	ol.list-figures li:not(:first-child) {
		margin-top: 2em;
	}

	/* sub03 */
	#sub03 .img-container.adj {
		padding: 0 10%;
	}

	/* sub05 */
	#sub05 .flex-container .adj {
		padding: 0 0%;
		margin-top: 2rem;
	}

	#sub05 .flex-container .adj.pd {
		padding: 0 5%;
		margin-top: 1.5rem;
	}

	/* #sub05 .flex-container.adj>.flex-item{
		margin-top: 2rem;
	} */
	#sub05 .flex-container.adj>.flex-item:first-of-type {
		width: 40%;
	}

	#sub05 .flex-container.adj {
		align-items: center;
	}

	#sub05 .flex-container.adj>.flex-item:last-of-type {
		width: 60%;
		margin-top: 2rem;
	}

	#sub05 .text-container {
		text-align: center;
	}

	#sub05 .text-container p {
		text-align: left;
		display: inline-block;
	}


	/* sub06 */
	.arrow-img {
		width: 10%;
		margin-top: .5rem;
	}

	.contents-title.bg-pink {
		margin-top: 2rem;
	}

	/* 動画 */
	.tab {
		font-size: min(3.2vw, 14px);
		padding: 4px 5px;
		/* font-size: 1.4rem; */
	}


	.tab-area {
		margin-top: 3rem;
	}

	#sub02 .movie-container {
		margin-top: .5rem;
	}
	.movie-container {
		margin-top: 1rem;
	}

	.tab:last-child {
		border-left: 2.5px solid #fff;
	}


}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.maxw960 {
		max-width: 960px;
	}

	/* sub03・フレックスコンテナ */
	.flex-container.split {
		justify-content: space-between;
	}

	.flex-container.split .flex-item:first-child {
		width: 65%;
	}

	.flex-container.split .flex-item:last-child {
		width: 30%;
	}

	/* コラム */
	.column {
		margin-top: 12rem;
		padding: 6rem 5%;
	}

	.column .index {
		max-width: 240px;
		font-size: 1.8rem;
	}

	.column .column-title {
		font-size: 1.8rem;
	}

	.column .text-container {
		text-align: left;
	}

	.column .text {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}

	.column .text-container .text.name {
		font-size: 1.6rem;
		margin-bottom: 0;
	}

	.column .flex-container.split .flex-item:first-child {
		width: 34%;
	}

	.column .flex-container.split .flex-item:last-child {
		width: 62%;
	}

	.btn-link {
		background: #A0A0A0;
	}

	ol.list-figures {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	ol.list-figures li {
		margin-top: 4rem;
	}

	ol.list-figures.col3 li {
		width: 30.5%;
	}

	/* sub05 */
	#sub05 .flex-container.adj {
		padding: 0 8%;
	}

	#sub05 .text-container {
		text-align: center;
	}

	/* sub06・見出し */
	.contents-title+.text-container {
		margin-top: 3rem;
	}

	.contents-title.bg-pink {
		background: #EBB8BB;
		font-size: 2.2rem;
	}

	/* 動画 */
	.tab-area {
		margin-top: 4rem;
	}

	#sub02 .movie-container {
		margin-top: 1rem;
	}

	.movie-container {
		margin-top: 5rem;
	}


}

/* ====================================
	768-1023px専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.pc-large {
		display: none;
	}

}