@charset "utf-8";
/* #index */
.c_left nav li:nth-child(1) .spin::before{
	border-top-color: #567544;
	border-right-color: #567544;
	border-bottom-color: #567544;
	transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.c_left nav li:nth-child(1) .spin::after{
	border-top: 5px solid #567544;
	border-left-width: 5px;
	border-right-width: 5px;
	transform: rotate(270deg);
	transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
/* .pc_top .lead */
.pc_top .lead{
	padding: 2rem 15px 2rem;
	box-sizing: border-box;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: justify;
	text-justify: auto;
	line-height: 140%;
}
.pc_top .lead .copy{
	color: #567544;	
	font-size: 22px;
	line-height: 150%;
	margin-bottom: 1.5rem;
	text-align: center;
	font-weight: 600;
}
.pc_top .lead span{
	display: block;
}
.pc_top .lead span:last-of-type{
	margin-left: 0;	
}
@media screen and (max-width: 991px) {
	.pc_top .lead span{
		margin-bottom: 1rem;	
	}
	.pc_top .lead span:last-of-type {
		margin-bottom: 0;	
	}
	.pc_top .lead span .brajust{
		display: none;	
	}
	.pc_top .lead .copy{
		background: url(../img/common/h_bg01.png) center center no-repeat;	
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
		margin-bottom: 0.5rem;
	}
}
@media screen and (min-width: 576px) {
	.pc_top .lead{
		padding: 2rem 50px;	
	}
	.pc_top .lead .copy{
		font-size: 23px;
	}
}
@media screen and (min-width: 768px) {
	.pc_top .lead{
		padding: 3rem 50px;		
	}
}
@media screen and (min-width: 992px) {
	.pc_top .lead{
		padding: 5rem 0;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.pc_top .lead .copy{
		font-size: 26px;
		text-align: left;
	}
	.pc_top .lead span{
		margin-left: 22px;		
	}
}
@media screen and (min-width: 1280px) {
	.pc_top .lead{
		padding: 0;	
	    letter-spacing: 0;
		position: absolute;
		width: auto;
		height: auto;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}	
}
/* #index #index01 */
#plan h2 {
	line-height: 110%;
}
@media screen and (min-width: 1280px) {
	#plan h2 {
		font-size: 32px;
		margin-bottom: 3rem;	
	}
}
/* #index #pickup */
#index #pickup .wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#index #pickup .box01 img {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#index #pickup .wrap:nth-of-type(1) .box02 {
		margin-bottom: 2rem;	
	}
}
@media screen and (max-width: 991px) {
	#index #pickup .wrap:nth-of-type(1) .box02 {
		margin-bottom: 3rem;	
	}
}
@media screen and (min-width: 992px) {
	#index #pickup .wrap {
		width: 962px;
		height: 362px; 	
	}
	#index #pickup .wrap:nth-of-type(1) {
		margin-bottom: 4rem;	
	}
	#index #pickup .wrap:nth-of-type(1) .box01 {
		float: left;
		width: 600px;	
		height: auto;
	}
	#index #pickup .wrap:nth-of-type(1) .box02 {
		float: left;	
		margin-left: 30px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		position: relative;
		width: 170px;
		height: 362px;
	}
	#index #pickup .wrap:nth-of-type(2) .box01 {
		float: right;
		width: 600px;		
	}
	#index #pickup .wrap:nth-of-type(2) .box02 {
		float: right;
		margin-right: 30px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		position: relative;
		width: 253px;
		height: 362px;
	}
}
#index #pickup p {
	color: #fff;
}
#index #pickup .copy{
	color: #fff;
	letter-spacing: 0.1em;
}
#index #pickup .copy span{
	color: #567544;	
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
#index #pickup .bt {
	border: 1px solid #fff;	
	color: #fff;
	transition: 0.3s ease-in-out;
}
#index #pickup .bt:hover {
	background: #567544;
	border: 1px solid #567544;
	transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
	#index #pickup p {
		margin-bottom: 15px;
		text-align: center;
	}
	#index #pickup .copy{
		font-size: 23px;
		margin-bottom: 10px;
	}
	#index #pickup .copy br {
		display: none;	
	}
	#index #pickup .bt {
		padding: 10px 0;	
		display: block;
		text-align: center;
	}
	#index #pickup .bt::after {
		content: '';
		width: 15px;
		height: 15px;
		margin-top: 5px;
		margin-left: 5px;
		display: inline-block;
		background: url(../img/common/arrow_r.svg) no-repeat;
		background-size: cover;
	}	
}
@media screen and (min-width: 992px) {
	#index #pickup p {
		padding-top: 20px;
		height: 362px;	
		line-height: 140%;
		margin-left: 20px;
	}
	#index #pickup .copy{
		line-height: 150%;
		font-size: 26px;
	}
	#index #pickup .bt {
		position: absolute;
		bottom: 30px;
		left: 0;
		padding: 10px 5px;	
	}
	#index #pickup .bt::after {
		content: '';
		width: 15px;
		height: 15px;
		display: inline-block;
		background: url(../img/common/arrow_r.svg) no-repeat;
		background-size: cover;
	}
}