@charset "UTF-8";
figcaption {
	color: #5e5e5e;
	font-size: 1.4rem;
	margin: 10px 0 0 0;
}
#footer {
	margin: 0;
}
.a-heading .stamp {
	bottom: 10px;
}
/*
	.introduction-wrapper
-----------------------------------------------------------------------------------------------*/
.ctsArea {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px 50px 30px;
	position: relative;
}
.title__first {
	min-width: 850px;
	padding: 0 50px 2px 50px;
}
/*
	.history
-----------------------------------------------------------------------------------------------*/
.history__ctsArea{
	max-width: none;
	margin: 0 auto;
	padding: 120px 0 0 0;
}
.history__title{
	text-align: center;
	margin: 0 0 77px 0;
}
.history__timeline{
	max-width: 1010px;
	margin: 0 auto;
	padding: 74px 30px 130px 30px;
	position: relative;
}
.history__timeline::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 5px;
	background: var(--red);
}
.history__timeline-first{
	background: var(--red);
	border-radius: var(--bdrs);
	color: #fff;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	width: 464px;
}
.history__time-white{
	font-weight: var(--bold);
}
.history__year-white{
	font-size: 2.5rem;
}
.history__day-white{
	font-size: 2rem;
	margin: 0 0 0 5px;
}
.history__txt-white{
	font-size: 2.4rem;
	font-weight: var(--bold);
}
.history__timeline-item{
	padding: 0 0 0 30px;
	position: relative;
	width: 50%;
}
.history__timeline-item:nth-of-type(2n+1){
	margin: 0 0 45px auto;
}
.history__timeline-item:nth-child(even){
	margin: 0 auto 45px 0;
	padding: 0 30px 0 0;
	text-align: right;
}
.history__timeline-item:nth-of-type(2n+1)::before{
	background: var(--red);
	border-radius: var(--bdrs);
	content: '';
	height: 20px;
	position: absolute;
	left: -10px;
	margin: 12px 0 0 0;
	top: 0;
	width: 20px;
	z-index: 1;
}
.history__timeline-item:nth-child(even)::before{
	background: var(--red);
	border-radius: var(--bdrs);
	content: '';
	height: 20px;
	left: auto;
	margin: 12px 0 0 0;
	position: absolute;
	right: -10px;
	top: 0;
	width: 20px;
	z-index: 1;
}
.history__time{
	color: var(--red);
	font-weight: var(--bold);
	margin: 0 0 5px 0;
}
.history__year{
	font-size: 3.2rem;
}
.history__day{
	font-size: 2.5rem;
	margin: 0 0 0 4px;
}
.history__txt{
	font-size: 1.6rem;
	margin: 0 0 16px 0;
}
.history__photo-right {
	border-radius: var(--bdrs-br);
	display: flex;
	overflow: hidden;
	width: 100%;
}
.history__photo-left {
	border-radius:var(--bdrs-bl);
	display: flex;
	overflow: hidden;
	width: 100%;
}
.brown-ctsArea{
	padding: 100px 0 300px 0;
}
/*
	.editor
-----------------------------------------------------------------------------------------------*/
.editor__white,
.earnings__white{
	border-radius: var(--bdrs);
	padding: 60px 70px 75px 70px;
}
.editor__white-txt,
.earnings__white-txt {
	font-size: 1.8rem;
	font-weight: var(--bold);
	line-height: 2.2;
	margin: 0 0 40px 0;
}
.editor__photo,
.earnings__photo {
	border-radius: var(--bdrs);
	display: flex;
	max-width: 700px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
/*
	.business
-----------------------------------------------------------------------------------------------*/
.business__white{
	border-radius: var(--bdrs);
	padding: 60px 70px 90px 70px;
}
.business__white--txt {
	font-size: 1.8rem;
	font-weight: var(--bold);
	line-height: 2.2;
	margin: 0 0 60px 0;
}
.business__listinfo{
	max-width: 832px;
	margin: 0 auto;
}
.business__twocolumn {
	display: flex;
	justify-content: space-between;
	margin: 0 0 64px 0;
}
.business__list--item{
	width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
.business__list--name{
	border-bottom: solid 1px var(--red);
	color: var(--red);
	font-size: 2.2rem;
	font-weight: var(--bold);
	margin: 0 0 14px 0;
	padding: 0 0 14px 0;
}
.business__list-parentheses{
	font-size: 1.8rem;
}
.business__list--txt{
	font-size: 1.6rem;
	margin: 0 0 35px 0;
}
.list__second--txt {
	margin: 0 0 16px 0;
}
.business__list--audition{
	margin: 0 0 35px 0;
}
a.business__list--btn{
	align-items: center;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 25px;
	display: flex;
	font-size: 1.2rem;
	height: 50px;
	margin: 12px 0 0 0;
	padding: 0 20px 0 18px;
	position: relative;
	width: 320px;
}
.business__list--btn::before,
.business__list--btn::after {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: '';
	height: 7px;
	position: absolute;
	transform: rotate(45deg) translate(0, -50%);
	right: 30px;
	top: 50%;
	transition: right .3s;
	width: 7px;
}
.business__list--btn::after{
	right: 36px;
}
.business__list--icon{
	padding: 0 5px 0 0;
	position: relative;
}
.bs__btn--icon{
	height: 12px;
	width: 12px;
}
/* hover */
a.business__list--btn:hover{
	background: rgba(0, 0, 0, .07);
}
a.business__list--btn:hover::before{
	right: 27px;
}
a.business__list--btn:hover::after{
	right: 33px;
}
.business__onecolumn{
	width: 100%;
}
.business__list--photo{
	text-align: left;
}
.business__list--img{
	border-radius: var(--bdrs);
	display: flex;
	overflow: hidden;
	width: 100%;
}
.business__photoarea{
	display: flex;
	justify-content: space-between;
}
.business__fit--photo{
	width: 480px;
	text-align: left;
}
.business__cm--photo{
	width: 320px;
	text-align: left;
}
.business__fit--img,
.business__cm--img{
	display: flex;
	width: 100%;
}
@media screen and (max-width:812px){
	figcaption {
		font-size: 1.2rem;
		margin: 5px 0 0 0;
	}
	.heading__head {
		white-space: nowrap;
	}
	.a-heading .stamp {
		bottom: auto;
	}
	.ctsArea{
		padding: 0 15px;
	}
	.bg-brown .ctsArea:first-of-type{
		padding: 0 15px 30px 15px;
	}
	.ctsArea:last-of-type{
		padding: 30px 15px 0 15px;
	}
	.history__ctsArea{
		padding: 45px 0 0 0;
	}
	.history__title{
		font-size: 2.3rem;
		text-align: center;
		margin: 0 0 32px 0;
	}
	.history__timeline{
		width: 100%;
		padding: 40px 15px 50px 15px;
	}
	.history__timeline::before{
		width: 3px;
	}
	.history__timeline-first{
		padding: 12px;
		width: 90%;
	}
	.history__time-white{
		font-size: 1.8rem;
	}
	.history__day-white{
		font-size: 1.8rem;
	}
	.history__year-white{
		font-size: 2.0rem;
	}
	.history__txt-white{
		font-size: 1.5rem;
	}
	.history__timeline-item:nth-of-type(2n+1){
		margin: 0 0 30px auto;
		padding: 0 0 0 20px;
	}
	.history__timeline-item:nth-child(even){
		margin: 0 auto 30px 0;
		padding: 0 20px 0 0;
	}
	.history__timeline-item:nth-of-type(2n+1)::before{
		content: '';
		height: 16px;
		position: absolute;
		left: -8px;
		margin: 4px 0 0 0;
		top: 0;
		width: 16px;
	}
	.history__timeline-item:nth-child(even)::before{
		content: '';
		height: 16px;
		left: auto;
		margin:4px 0 0 0;
		right: -8px;
		top: 0;
		width: 16px;
	}
	.history__time{
		font-size: 1.5rem;
		margin: 0 0 5px 0;
	}
	.history__year{
		font-size: 2.1rem;
	}
	.history__day{
		font-size: 1.4rem;
		margin: 0 0 0 4px;
	}
	.history__txt{
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.brown-ctsArea{
		padding: 60px 0 145px 0;
	}
	.title__first{
		font-size: 2.2rem;
		padding: 0 0 6px 20px;
		min-width:inherit;
		width: 100%;
	}
	.title__first::first-letter {
		font-size: 3.2rem;
	}
	.editor__white,
	.earnings__white{
		padding: 32px 20px 35px;
	}
	.editor__white-txt,
	.earnings__white-txt {
		font-size: 1.4rem;
		line-height: 1.7;
		margin: 0 0 18px 0;
		text-align: justify;
	}
	.business__white{
		padding: 40px 20px 35px 20px;
	}
	.business__white--txt {
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 0 0 18px 0;
		text-align: justify;
	}
	.business__listinfo{
		max-width: 832px;
	}
	.business__twocolumn {
		display: block;
		margin: 0;
	}
	.business__list--item{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0 0 40px 0;
		width: 100%;
	}
	.business__list--last{
		margin: 0 ;
	}
	.business__list--name{
		font-size: 1.8rem;
		margin: 0 0 18px 0;
		padding: 0 0 10px 0;
		text-align: center;
	}
	.business__list-parentheses{
		font-size: 1.8rem;
	}
	.business__list--txt{
		font-size: 1.4rem;
		margin: 0 0 20px 0;
		line-height: 1.7;
		text-align: justify;
	}
	.business__list--audition{
		margin: 0 0 30px 0;
	}
	a.business__list--btn{
		align-items: center;
		line-height: 1.3;
		border-radius: 25px;
		font-size: 1.3rem;
		height: 50px;
		justify-content: center;
		margin: 0 auto;
		max-width: 270px;
		padding: 5px 15px 5px 15px;
		width: 100%;
	}
	.business__list--btn::before,
	.business__list--btn::after {
		border-right: 2px solid #000;
		border-top: 2px solid #000;
		content: '';
		height: 7px;
		position: absolute;
		transform: rotate(45deg) translate(0, -50%);
		right: 20px;
		top: 50%;
		transition: right .3s;
		width: 7px;
	}
	.business__list--btn::after{
		right: 26px;
	}
	.business__list--icon{
		padding: 0 5px 0 0;
		position: relative;
		display: inline-flex;
	}
	.bs__btn--icon{
		margin: auto 0 5px 0;
	}
	.business__photoarea{
		display: block;
		margin: 0 auto;
	}
	.business__list--photo{
		max-width: 500px;
		margin: 0 auto;
	}
	.business__fit--photo{
		margin: 0 0 20px 0;
		max-width: 500px;
		width: 100%;
	}
	.business__cm--photo{
		margin: 0 auto;
		max-width: 320px;
		width: 100%;
	}
}