@charset "UTF-8";
.areaRows {}
.areaRows_inner {}
.areaTtl {
	padding: 50px 0;
	box-sizing: border-box;
	height: 100vh;
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 550px;
}
.areaTtl_cols {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	max-height: 430px;
}
.areaTtl_col {}
.areaTtl_col-no1 {
	margin-left: 45px;
}
.areaTtl_text {
	font-size: 26px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	line-height: 1.85;
}
.areaTtl_col-no2 {}
.areaTtl_title {
	font-size: 58px;
	white-space: nowrap;
	line-height: 1.4;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.rows {
	margin-bottom: 171px;
}
.rows:last-of-type {
	margin-bottom: 260px;
}
.rows_title {
	line-height: 1;
	margin-bottom: 48px;
	display: flex;
	align-items: flex-end;
}
.rows_title > b {
	font-size: 125px;
	font-weight: normal;
	display: block;
	margin-right: 18px;
}
.rows_title > small {
	font-size: 48px;
	line-height: 1.4;
	font-weight: normal;
	display: block;
	letter-spacing: 0.09em;
}
.rows_cols {
	display: flex;
	justify-content: space-between;
}
.rows_col {}
.rows_col-no1 {
	width: 47%;
	padding-top: 16px;
}
.rows_image {}
.rows_image > img {
	width: 100%;
	height: auto;
}
.rows_col-no2 {
	width: 49%;
}
.rows_text {
	font-size: 25px;
	line-height: 2.1;
}
.areaRows_image {}
.areaRows_image > img {}
.rows_cols-rev {
	flex-direction: row-reverse;
}
@media screen and (max-width:1920px) {
	.rows_title > b {
		font-size: 6.5vw;
		margin-right: 0.93vw;
	}
	.rows_title > small {
		font-size: 2.5vw;
	}
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.areaRows {}
	.areaRows_inner {}
	.areaTtl {
		min-height: 450px;
	}
	.areaTtl_cols {
		max-height: 330px;
	}
	.areaTtl_col {}
	.areaTtl_col-no1 {
		margin-left: 30px;
	}
	.areaTtl_text {
		font-size: 22px;
	}
	.areaTtl_col-no2 {}
	.areaTtl_title {
		font-size: 44px;
	}
	.rows {
		margin-bottom: 100px;
	}
	.rows:last-of-type {
		margin-bottom: 140px;
	}
	.rows_title {
		margin-bottom: 20px;
	}
	.rows_title > b {}
	.rows_title > small {}
	.rows_cols {}
	.rows_col {}
	.rows_col-no1 {
		width: 40%;
		padding-top: 10px;
	}
	.rows_image {}
	.rows_image > img {}
	.rows_col-no2 {
		width: 56%;
	}
	.rows_text {
		font-size: 18px;
		line-height: inherit;
	}
	.areaRows_image {}
	.areaRows_image > img {}
	.rows_cols-rev {}
}
@media screen and (max-width:767px) {
	.areaRows {}
	.areaRows_inner {}
	.areaTtl {
		min-height: 400px;
	}
	.areaTtl_cols {
		flex-direction: column;
		max-height: none;
	}
	.areaTtl_col {}
	.areaTtl_col-no1 {
		margin-left: 0;
		margin-bottom: 20px;
	}
	.areaTtl_text {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		font-size: 18px;
		line-height: inherit;
	}
	.areaTtl_col-no2 {}
	.areaTtl_title {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		font-size: 28px;
	}
	.rows {
		margin-bottom: 35px;
	}
	.rows:last-of-type {
		margin-bottom: 60px;
	}
	.rows_title {
		align-items: center;
		margin-bottom: 10px;
	}
	.rows_title > b {}
	.rows_title > small {
		font-size: 20px;
	}
	.rows_cols {
		display: block;
	}
	.rows_col {
		width: 100%;
	}
	.rows_col-no1 {
		padding-top: 0;
		margin-bottom: 15px;
	}
	.rows_image {}
	.rows_image > img {}
	.rows_col-no2 {}
	.rows_text {
		font-size: 14px;
	}
	.areaRows_image {}
	.areaRows_image > img {}
	.rows_cols-rev {}
}


/* -- 2020.09.16 -- */
@media screen and (min-width:768px) { 
.mr-online {
	text-align:center;
	margin-top:100px;
}
}
@media screen and (max-width: 767px) {
.mr-online {
	margin-top:14%;
	padding:0 25px;
}
}
