@charset "utf-8";
/* CSS Document */

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

#lower-contents #main-contents h3 {
	margin-bottom: 20px;
}

#lower-contents #main-contents #caption {
	margin-bottom: 30px;
}

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

.subsection {
	display: flow-root;
}

.ib {
	display: inline-block;
}

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

.lower-contents .PageHeader__ttl .ja {
	margin-right: 15px;
}

@media only screen and (min-width: 1280px) {
	.lower-contents .PageHeader__ttl {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		height: 160px;
	}
}

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

.intro {
	
}

.intro__caption {
	
}

.intro__read {
	display: flex;
	flex-direction: column;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 40px;
}

.intro__read__txt {
	
}

@media only screen and (min-width: 768px) {
	.intro__read {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.intro__read__txt {
		width: calc(50% - 50px);
	}
	
}

@media only screen and (min-width: 1280px) {
	.intro__caption {
		font-size: 4.4rem !important;
		line-height: 1.4 !important;
	}
	
	.intro__read {
		
	}
}

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

.introfig {
	order: 2;
}

.introfig__img {
	width: 100%;
	margin: 20px auto;
}

.introfig__img img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

@media only screen and (min-width: 768px) {
	.introfig {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0;
		width: 50%;
	}
	
	.introfig__img {
		max-width: 100%;
		margin: 0;
	}
}

@media only screen and (min-width: 1280px) {
	.introfig {
		
	}
}

.imgs__caption {
	margin-top: 1em;
	font-size: 1.2rem !important;
}

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

.fig__item {
	margin-bottom: 30px;
}

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

.fig__caption {
	text-align: right;
}

@media only screen and (min-width: 768px) {
	.fig__item {
		float: right;
		width: 50%;
		margin-left: 30px;
	}
}

@media only screen and (min-width: 1280px) {
	.fig__item {
		margin-left: 50px;
	}
}

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

.pickup {
	border-radius: 5px;
	margin: 30px 0;
	box-sizing: border-box;
	line-height: 1.4;
}

.pickup__item {
	margin-bottom: 20px;
	padding: 15px 25px 25px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #f9f4ee;
	border-top: 5px solid var(--color-pickup);
}

.pickup__item.-p01 {
	--color-pickup: rgba(125, 152, 204, 1);
}

.pickup__item.-p02 {
	--color-pickup: rgba(172, 125, 204, 1);
}

.pickup__item.-p03 {
	--color-pickup: rgba(219, 107, 154, 1);
}

.pickup__item-header {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.pickup__icon {
	text-align: center !important;
	margin-left: 10px;
}

.pickup__icon i,
.pickup__icon svg {
	width: 36px;
	height: 36px;
	color: var(--color-pickup);
	stroke-width: 1.2;
}

.pickup__ttl {
	text-align: center !important;
	margin-bottom: 0 !important;
	color: var(--color-pickup) !important;
	font-feature-settings: "palt";
	font-weight: bold;
	font-size: 120% !important;
}

.pickup__list {
	list-style: none;
	counter-reset: section;
}

.pickup__list > * {
	margin: 0;
}

.pickup__list > *:first-child {
	margin-top: 0;
}

.pickup__list li {
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0.8em 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.pickup__list li::before {
	counter-increment: section;
	content: "0" counter(section);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5em;
	height: 1.5em;
	padding: 0.25em;
	font-size: 10px;
	border-radius: 50px;
	border: 1px solid currentColor;
	color: var(--color-pickup);
	margin-right: 1.25em;
}

@media only screen and (min-width: 768px) {
	.pickup {
		display: flex;
		justify-content: space-between;
	}
	
	.pickup__item {
		width: calc(33.333% - 20px);
		margin-bottom: 0;
	}
	
	
}

@media only screen and (min-width: 1280px) {
	.pickup__item {
		width: calc(33.333% - 30px);
	}
}

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

.training {
	
}

@media only screen and (min-width: 768px) {
	.training {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.training__item {
	margin-top: 40px;
}

.training__item:first-child {
	margin-top: 0;
}

@media only screen and (min-width: 768px) {
	.training__item {
		margin-top: 0;
		width: calc(33.333% - 20px);
	}
}

@media only screen and (min-width: 1280px) {
	.training__item {
		width: calc(33.333% - 30px);
	}
}

.training__img {
	margin-bottom: 20px;
}

.training__img img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.training__cat {
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.4);
	margin-bottom: 8px;
	padding: 2px 6px;
	border-radius: 5px;
	font-size: 1.1rem;
}

.training__ttl {
	
}

.training__des {
	
}

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


.outro {
	position: relative;
	background-color: #f9f4ee;
	border-radius: 8px;
	padding: 40px 20px 20px;
}

.outro__ttl {
	margin-bottom: 0.5em !important;
	font-size: 110% !important;
	font-weight: bold;
}

.outro__icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	padding: 10px;
	transform: translateY(-50%);
	stroke-width: 1;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	color: var(--color-link);
}

@media only screen and (min-width: 768px) {
	.outro {
		padding: 50px 20px;
	}
	.outro p {
		text-align: center;
	}
	
	.outro__ttl {
		font-size: 120% !important;
	}
}

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


.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}