@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}



/*************************************************

 keyVisual

*************************************************/
#keyVisual {
	position: relative;
	height: 930px;
	background: url(../images/top/key_img.jpg) no-repeat center center;
	background-size: cover;
}
#keyVisual .texts {
	max-width: 1200px;
	margin: 0 auto;
	padding: 170px 35px 0;
}
#keyVisual .texts .inner {
	position: relative;
	display: table;
	padding: 25px 40px 25px 0;
	transition-delay: 0.5s;
}
#keyVisual .texts .inner:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: '';
	width: 100vw;
	height: 100%;
	background-color: rgba(0,0,0,0.37);
}
#keyVisual .texts .pos {
	position: relative;
	z-index: 2;
}
#keyVisual .texts .title {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.5;
}
#keyVisual .texts p {
	margin-top: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: 100;
	line-height: 1.5;
}
@media only screen and (max-width:767px) {
	#keyVisual {
		position: static;
		height: auto;
		background: none;
	}
	#keyVisual .img img {
		width: 100%;
	}
	#keyVisual .texts {
		padding: 0 0 75px;
		background: url(../images/top/key_img02_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#keyVisual .texts .inner {
		display: block;
		padding: 15px 25px;
	}
	#keyVisual .texts .inner:before {
		background-color: rgba(13,35,85,0.67);
	}
	#keyVisual .texts .title {
		font-size: 17px;
	}
	#keyVisual .texts p {
		font-size: 11px;
	}
}




/*************************************************

 thought

*************************************************/
#thought {
	position: relative;
	padding-top: 1px;
	color: #fff;
	background-color: #F4F4F0;
	z-index: 2;
}
#thought:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 835px;
	background: url(../images/top/thought_bg.jpg) no-repeat center center;
}
#thought .inner {
	box-sizing: border-box;
	position: relative;
	max-width: 1200px;
	margin: -130px auto 0;
	padding: 60px 60px 80px;
	background-color: rgba(138,155,30,0.8);
	z-index: 2;
}
#thought .ttl {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
#thought .minTtl {
	font-size: 24px;
	font-weight: 500;
}
#thought .lead {
	margin-bottom: 50px;
	font-weight: 500;
	text-align: center;
}
#thought p {
	font-weight: 500;
}
#thought .box02 {
	margin-top: 90px;
}
@media only screen and (min-width:768px) {
	#thought .spAccordionBody {
		display: block !important;
	}
}
@media only screen and (max-width:767px) {
	#thought {
		padding: 0;
	}
	#thought:before {
		display: none;
	}
	#thought .inner {
		margin-top: 0;
		padding: 0;
	}
	#thought .commonBdrTitle {
		position: relative;
		margin-bottom: 0;
		padding: 15px 50px;
		font-size: 16px;
		background: none;
		cursor: pointer;
		text-align: left;
		border-bottom: #fff solid 1px;
	}
	#thought .commonBdrTitle span {
		padding: 0;
		border-bottom: none;
	}
	#thought .commonBdrTitle:before,
	#thought .commonBdrTitle:after {
		position: absolute;
		top: 50%;
		display: block;
		content: '';
		background-color: #fff;
	}
	#thought .commonBdrTitle:before {
		right: 60px;
		height: 2px;
		width: 12px;
		margin-top: -1px;
	}
	#thought .commonBdrTitle:after {
		right: 65px;
		width: 2px;
		height: 12px;
		transform: translateY(-50%);
	}
	#thought .commonBdrTitle.on:after {
		opacity: 0;
	}
	#thought .spAccordionBody {
		display: none;
		padding: 25px 20px 35px;
	}
	#thought .ttl {
		font-size: 14px;
	}
	#thought .minTtl {
		font-size: 13px;
	}
	#thought .lead {
		margin-bottom: 25px;
	}
	#thought .box02 {
		margin-top: 45px;
	}
}



/*************************************************

 details

*************************************************/
#details {
	padding: 100px 0;
	background-color: #F4F4F0;
}
#details .slideArea {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 70px;
}
#details .slideArea * {
	outline: none;
}
#details .slideArea .slick-arrow {
	position: absolute;
	top: 0;
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 70px;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#details .slideArea .slick-arrow:before {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	display: block;
	content: '';
	border: #707070 solid 1px;
	transform: translate(-50%,-50%) rotate(45deg);
}
#details .slideArea .slick-prev {
	left: -70px;
}
#details .slideArea .slick-prev:before {
	border-top-color: transparent;
	border-right-color: transparent;
}
#details .slideArea .slick-next {
	right: -70px;
}
#details .slideArea .slick-next:before {
	border-bottom-color: transparent;
	border-left-color: transparent;
}
#details .btn {
	margin-top: 60px;
}
@media only screen and (max-width:767px) {
	#details {
		padding: 35px 0;
	}
	#details .slideArea {
		padding: 0;
	}
	#details .slideArea .slick-arrow {
		display: none;
	}
	#details .btn {
		margin-top: 23px;
	}
}







/*************************************************

 romise

*************************************************/
#romise {
	padding: 100px 0;
}
#romise .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
#romise .commonBdrTitle {
	margin-bottom: 70px;
}
#romise .box {
	display: flex;
	justify-content: space-between;
}
#romise .box + .box {
	margin-top: 60px;
	padding-top: 60px;
	border-top: #8A9B1E solid 1px;
}
#romise .box .image {
	width: 38.333333%;
	order: 2;
}
#romise .box .texts {
	width: 52%;
	order: 1;
}
#romise .box .texts .ttl {
	margin-bottom: 10px;
	color: #8A9B1E;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
}
#romise .bgText {
	margin-top: 60px;
	padding: 25px 60px;
	color: #fff;
	font-weight: 500;
	background-color: #8A9B1E;
}
@media only screen and (max-width:767px) {
	#romise {
		padding: 40px 0 0;
	}
	#romise .commonBdrTitle {
		margin-bottom: 30px;
	}
	#romise .box {
		display: block;
	}
	#romise .box + .box {
		margin-top: 30px;
		padding-top: 30px;
	}
	#romise .box .image {
		width: auto;
		margin-bottom: 20px;
		text-align: center;
	}
	#romise .box .texts {
		width: auto;
	}
	#romise .box .texts .ttl {
		margin-bottom: 5px;
		font-size: 14px;
	}
	#romise .bgText {
		margin: 40px -20px 0;
		padding: 15px 20px;
	}
}


/*************************************************

 news

*************************************************/

#news {
	padding: 60px 0;
	background-color: #F4F4F0;
}
#news .flex {
	display: flex;
	border-right: #707070 solid 1px;
}
#news .box {
	width: 50%;
	border-left: #707070 solid 1px;
}
#news .box .inner {
	max-width: 445px;
	margin: 0 auto;
	padding: 0 15px;
}
#news .box.youtube .texts {
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
#news .box.youtube .texts a {
	color: #64655C;
	text-decoration: none;
}
#news .box.youtube .texts > * {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}
#news .box.youtube .texts .date {
	width: 135px;
}
#news .box.youtube .texts span {
	color: #D04228;
}
@media only screen and (max-width:767px) {
	#news {
		padding: 35px 0 50px;
	}
	#news .flex {
		display: block;
		border-right: none;
	}
	#news .box {
		width: auto;
		border-left: none
	}
	#news .box + .box {
		margin-top: 50px;
	}
	#news .box .inner {
		max-width: auto;
		padding: 0;
	}
	#news .box .label {
		line-height: 0;
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: #707070 solid 1px;
	}
	#news .box .inBody {
		padding: 0 15px;
	}
	#news .box.youtube .texts {
		margin-bottom: 10px;
	}
	#news .box.youtube .texts .date {
		width: 70px;
	}
}


