@charset "utf-8";

#lower-image {
	background: url(../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
}

figcaption {
	font-style: italic;
}

cite {
	font-style: inherit;
}




/* -------------------------------------------- */

.sbs {
	
}

.sbs__item {
	margin-bottom: 30px;
}

.sbs__item:last-child {
	margin-bottom: 0;
}

.sbs__item > *:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 1280px) {
	.sbs {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.sbs__item {
		width: calc(50% - 15px);
		margin-bottom: 0;
	}
	
	.sbs__item {
		width: calc(50% - 25px);
	}
}


.fig {
	max-width: 640px;
	margin: 0 auto;
}

.fig__item {
	
}

.fig__item img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.fig__caption {
	font-size: 85%;
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 1280px) {
	.fig {
		max-width: 100%;
		margin: 0;
	}
}


/* -------------------------------------------- */


.images {
}

.images__inner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	column-gap: 20px;
	row-gap: 20px;
}

.images__item {
	
}

.images__item img {
	
}

@media only screen and (min-width: 768px) {
	.images__inner {
		flex-direction: row;
		column-gap: 40px;
		row-gap: 40px;
	}
}


/* -------------------------------------------- */


.cases {
	
}

.cases__item {
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
}

.cases__t {
	margin-bottom: 0;
	font-size: inherit;
	font-weight: bold;
	color: var(--color-link);
}

.cases__d {
	font-size: inherit;
	font-weight: bold;
}

.cases__d .icon {
	margin-right: 5px;
	stroke-width: 1.25;
}

@media only screen and (min-width: 768px) {
	.cases__item {
		margin-bottom: 30px;
		padding-left: 30px;
		padding-top: 25px;
	}
}


/* -------------------------------------------- */


.pickup {
	position: relative;
	margin: 20px 0;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.pickup {
		align-items: center;
	}
}


.pickup__contents {
	position: relative;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
}

.pickup__contents::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

.pickup__contents > * {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 768px) {
	.pickup__contents {
		padding: 40px 0 0 40px;
	}
	
	.pickup__contents::before {
		width: calc(200% - 80px);
	}
}

.pickup.-img-l {
	
}

.pickup.-img-r {
	
}

.pickup .fig {
	z-index: 1;
}

@media only screen and (min-width: 1280px) {
	.pickup.-img-l {
		padding-left: 0;
	}
	
	.pickup.-img-r {
		padding-right: 0;
	}
	
	.pickup.-img-l .fig,
	.pickup.-img-r .fig {
		
	}
}


.pickup__ttl {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	font-size: 110%;
	color: inherit;
}

.pickup__ttl .icon {
	margin-left: -3px;
	margin-right: 5px;
	stroke-width: 1.5;
}


.pickup__ttl .icon svg {
	
}

.pickup__txt {
	
}

.pickup .disc-list > li {
	margin-left: 15px;
}


/* -------------------------------------------- */


.lists {
	margin-bottom: 20px;
}

.lists li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
	box-sizing: border-box;
}

.lists li::before {
	position: absolute;
	top:  calc(0.5em + 0.2em);
	left: 0;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 0.5em;
	background-color: var(--color-link);
	border-radius: 50%;
}

@media only screen and (min-width: 768px) {
	.lists {
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
	}
	
	.lists li {
		flex-basis: calc(50% - 10px);
	}
	
}
