@charset "UTF-8";

/* ページタイトル */
.page_title {
	background: url(/_assets/img/about/page_title.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767.98px){
.page_title {
	background: url(/_assets/img/about/page_title.jpg) right center no-repeat;
	background-size: cover;
	}
}

/* コラム */
.column .intro {
	padding: 0 0 1em;
	text-align: center;
	}

.column .content {
	width: 100%;
	background: #fff;
	}

.column .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}

.column:nth-child(odd) .inner {
	flex-direction: row-reverse;
	}

.column .text {
	display: block;
	width: 39%;
	padding-top: 30px;
	}
@media screen and (max-width:767.98px){
.column .text {
	width: 100%;
	padding: 4vw 1rem;
	}
}

.column:nth-child(odd) .text {
	padding-left: 30px;
	}
@media screen and (max-width:767.98px){
.column:nth-child(odd) .text {
	width: 100%;
	padding: 4vw 1rem;
	}
}

.column .text p {
	display: block;
	margin: 0 0 1em 0;
	font-size: 16px;
	line-height: 2em;
	}

.column .slider {
	position: relative;
	display: block;
	width: 60%;
	}
@media screen and (max-width:767.98px){
.column .slider {
	width: 100%;
	}
}

.column .slider img {
	display: block;
	width: 100%;
	}

.column .slick-prev {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: +1;
	}

.column .slick-next {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: +1;
	}

.column .slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	bottom: 15px;
	}

.column .slick-dots li {
	display: block;
	padding: 0 5px;
	}

.column .slick-dots li button {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: -100%;
	overflow: hidden;
	background: #ccc;
	border: 0;
	}
@media screen and (max-width:767.98px){
.column .slick-dots li button {
	width: 30px;
	height: 4px;
	}
}

.column .slick-dots li.slick-active button {
	background: #fff;
	}

.purpose {
	width: 100%;
	max-width: 1000px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	}

.purpose {
	width: 100%;
	max-width: 1000px;
	background: #fff;
	margin: 0 auto;
	padding: 2rem 0;
	}

.purpose p {
	margin: 0 0 2rem;
	text-align: center;
	}










