/* =================================================================== */

.a-about {
	padding: 66px 0 73px;
}

.a-desc {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

.a-desc p {
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: .04em;
}

.a-desc p + p {
	margin-top: 19px;
}

/* =================================================================== */

.a-rs {
	position: relative;
}

.a-rs::before {
	position: absolute;
	top: 120px;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: #e9f6f5;
}

.a-rs .a-rs__container {
	position: relative;
	z-index: 2;
}

.a-rs__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.a-rs__container .head {
	width: 32.75%;
}

.a-rs__container .head + .body {
	margin-left: auto;
}

.a-rs__container .head .a-rs__title--sub {
	margin-bottom: 38px;
}

.a-rs__container .body {
	width: 66.33333%;
}

.a-rs__container + .a-rs__list {
	margin-top: 90px;
}

.a-rs__title {
	font-family: 'Caveat', cursive;
	font-size: 4.5rem;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 42px;
	-webkit-transform: matrix(.99619, -.08716, .08716, .99619, 0, 0) translateX(-4px);
	transform: matrix(.99619, -.08716, .08716, .99619, 0, 0) translateX(-4px);
	letter-spacing: 0;
	color: #01b3cd;
}

.a-rs__title + .a-rs__title--sub {
	padding-left: 30px;
}

.a-rs__title--sub {
	text-align: center;
	letter-spacing: .04em;
}

.a-rs__title--sub em {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}

.a-rs__title--sub time {
	font-size: 1.4rem;
	color: #666;
}

.a-rs__title--sub.left {
	text-align: left;
}

.a-rs__list {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 75px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.a-rs__list > li {
	width: 32.75%;
}

.a-rs__list > li + li {
	margin-left: auto;
}

.a-rs__list > li figure {
	margin-bottom: 29px;
}

.a-rs__list > li img {
	width: 100%;
}

.a-rs__list .a-rs__title--sub em {
	font-size: 1.6rem;
}

.a-about .c-headline2 {
	opacity: 0;
}

.a-about .a-desc {
	opacity: 0;
}

.a-rs__list li {
	opacity: 0;
}

figcaption {
	font-size: 1.3rem;
	margin-top: 1rem;
	text-align: right;
	color: #666;
}

@media only screen and (max-width: 896px) {

.a-about {
	padding: 33px 0 40px;
}

.a-about .c-headline2 {
	margin-bottom: 33px;
}

.a-desc p {
	line-height: 1.9375;
}

.a-desc p + p {
	margin-top: 11px;
}

.a-rs::before {
	top: 13.33333vw;
}

.a-rs__container {
	display: block;
}

.a-rs__container .head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.a-rs__container .head figure {
	display: block;
	width: 53.33333vw;
	margin-left: auto;
}

.a-rs__container .head figure img {
	width: 100%;
	height: 35.46667vw;
}

.a-rs__container .head + .body {
	margin-top: 10px;
}

.a-rs__container .head .a-rs__title--sub {
	margin-bottom: 0;
}

.a-rs__container .body {
	width: 100%;
}

.a-rs__container + .a-rs__list {
	margin-top: 31px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.a-rs__title {
	font-size: 9.33333vw;
	line-height: .64286;
	margin-bottom: 5.33333vw;
	-webkit-transform: matrix(.99619, -.08716, .08716, .99619, 0, 0) translate(-1px, 7px);
	transform: matrix(.99619, -.08716, .08716, .99619, 0, 0) translate(-1px, 7px);
}

.a-rs__title span {
	display: block;
	margin-left: 1em;
}

.a-rs__title + .a-rs__title--sub {
	padding-left: 0;
}

.a-rs__title--sub em {
	font-size: 1.6rem;
	line-height: 1.375;
	margin-bottom: 6px;
}

.a-rs__list {
	display: block;
	padding: 0;
}

.a-rs__list > li {
	width: 100%;
}

.a-rs__list > li + li {
	margin-top: 24px;
}

.a-rs__list > li figure {
	margin-bottom: 10px;
}

.a-rs__list .a-rs__title--sub {
	margin-top: 10px;
	text-align: left;
}

.st-footer {
	background: #e9f6f5;
}

figcaption {
	padding: 0;
}

}

@media only screen and (max-width: 360px) {

.a-about .c-headline2 em {
	font-size: 2rem;
}

}

@-webkit-keyframes delay-overflow {

to {
	overflow: visible !important;
}

}

@keyframes delay-overflow {

to {
	overflow: visible !important;
}

}

