@charset "utf-8";


/* index
-----------------------------------------------------------------*/
#main_visual {
	height: auto;
}
/*top_slider*/
#top_slider {
	height: 100%;
}
#top_slider li {
	width: 100%;
	height: 720px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
#top_slider li:first-child {
	background-image: url(../img/top/slide02.jpg);
}
#top_slider li:nth-child(2) {
	background-image: url(../img/top/slide03.jpg);
}
#top_slider li:nth-child(3) {
	background-image: url(../img/top/slide01.jpg);
}
.bx-controls {
	display: none;
}
@media (max-width: 767px) {
	#main_visual {
		height: auto;
	}
	#top_slider li {
		/*height: calc(100vh - 70px);*/
		height: 300px;
	}
}

/*sec01*/
#sec01 {
	background: url(../img/top/sec01_bg.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 135px;
}
#sec01 .wrapper02 {
	display: flex;
	justify-content: space-between;
	background: url(../img/top/sec01_bg02.png) no-repeat left 10px top;
}
#sec01 .title_wrapper {
	position: relative;
	z-index: 10;
	width: 100%;
	pointer-events: none;
}
#sec01 .title {
	height: 680px;
	padding: 30px 0 80px 200px;
	background: url(../img/top/lead_title_bg.png) no-repeat left 80px bottom;
	color: #53341f;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	pointer-events: initial;
}
#sec01 .title span {
	display: block;
	height: 105%;
	font-size: 41px;
	line-height: 50px;
}
#sec01 .title span:last-child {
	margin-right: 15px;
	text-align: right;
	font-size: 33px;
}
#sec01 .content {
	position: absolute;
	z-index: 8;
	top: 420px;
	left: 295px;
	padding: 45px 50px 55px;
	background-color: rgba(247, 244, 234, 0.9);
}
#sec01 .content p {
	line-height: 1.8;
}
#sec01 .content .btn {
	position: absolute;
	right: 30px;
	bottom: -25px;
	width: 330px;
	height: 60px;
	padding-right: 20px;
	font-size: 18px;
	text-align: right;
	line-height: 60px;
}
#sec01 .content .btn img {
	margin-right: 15px;
	margin-top: -4px;
}
#sec01 .img {
	position: relative;
	z-index: 6;
	padding-top: 70px;
}
#sec01 .img img {
}
@media (max-width: 767px) {
	#sec01 {
		/*background: url(../img/top/sec01_bg.jpg) no-repeat center top;*/
		background-position: left top;
		/*background-size: cover;*/
		padding-bottom: 90px;
	}
	#sec01 .wrapper02 {
		display: block;
		/*justify-content: space-between;*/
		/*background: url(../img/top/sec01_bg02.png) no-repeat left 10px top;*/
	}
	#sec01 .title {
		/*position: relative;*/
		/*z-index: 10;*/
		height: auto;
		padding: 40px 0 40px;
		background: url(../img/top/lead_title_bg.png) no-repeat right bottom;
		background-size: auto 80%;
		/*color: #53341f;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec01 .title span {
		/*display: block;*/
		font-size: 24px;
	}
	#sec01 .title span:last-child {
		margin-right: 0;
		/*text-align: right;*/
		font-size: 24px;
	}
	#sec01 .content {
		position: relative;
		/*z-index: 8;*/
		top: 0;
		left: 0;
		padding: 20px 25px 55px;
		/*background-color: rgba(247, 244, 234, 0.9);*/
	}
	#sec01 .content p {
	}
	#sec01 .content .btn {
		/*position: absolute;*/
		right: 5%;
		/*bottom: -25px;*/
		width: 90%;
		/*height: 60px;*/
		/*padding-right: 20px;*/
		/*font-size: 18px;*/
		/*text-align: right;*/
		/*line-height: 60px;*/
	}
	#sec01 .content .btn img {
		/*margin-right: 15px;*/
		/*margin-top: -4px;*/
	}
	#sec01 .img {
		/*position: relative;*/
		/*z-index: 6;*/
	}
	#sec01 .img img {
		width: 100%;
	}
}


.sec_wrap01 {
	background: url(../img/top/sec03_bg.png) no-repeat right bottom;
}
/*sec02*/
#sec02 {
	position: relative;
	z-index: 1;
	margin-bottom: 150px;
}
#sec02::after {
	content: "";
	display: block;
	background-color: #eee9d0;
	width: calc(920px + calc(calc(100% - 1300px) / 2));
	height: 380px;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
}
#sec02 .content {
	position: relative;
	padding-top: 65px;
	padding-bottom: 75px;
}
#sec02 .title_wrapper {
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	pointer-events: none;
}
#sec02 .title {
	display: inline-block;
	height: 280px;
	padding: 10px 10px 0 0;
	border-right: 1px solid #53341f;
	color: #53341f;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	pointer-events: initial;
}
#sec02 .detail {
	width: 550px;
}
#sec02 .detail p {
	padding: 110px 0 60px 85px;
	line-height: 1.8;
}
#sec02 .detail .btn {
	display: block;
	height: 50px;
	padding-right: 30px;
	font-size: 18px;
	text-align: right;
	line-height: 50px;
}
#sec02 .detail .btn img {
	margin-right: 15px;
	margin-top: -4px;
}
.sec02_img {
	position: absolute;
	top: 0;
	right: -190px;
}
@media (max-width: 767px) {
	.sec_wrap01 {
		/*background: url(../img/top/sec03_bg.png) no-repeat right bottom;*/
	}
	#sec02 {
		/*position: relative;*/
		/*z-index: 1;*/
		margin-bottom: 90px;
	}
	#sec02::after {
		/*content: "";*/
		/*display: block;*/
		/*background-color: #eee9d0;*/
		width: 80%;
		height: 360px;
		/*position: absolute;*/
		/*z-index: -1;*/
		top: 0;
		/*left: 0;*/
	}
	#sec02 .content {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#sec02 .title_wrapper {
		position: static;
	}
	#sec02 .title {
		display: block;
		height: auto;
		/*padding: 10px 10px 0 0;*/
		border-right: none;
		padding-bottom: 10px;
		border-bottom: 1px solid #53341f;
		/*color: #53341f;*/
		/*font-size: 48px;*/
		/*letter-spacing: 3px;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec02 .detail {
		width: auto;
	}
	#sec02 .detail p {
		/*padding: 110px 0 60px 85px;*/
		padding: 30px 0;
	}
	#sec02 .detail .btn {
		/*display: block;*/
		/*height: 50px;*/
		/*padding-right: 30px;*/
		/*font-size: 18px;*/
		/*text-align: right;*/
		/*line-height: 50px;*/
	}
	#sec02 .detail .btn img {
		/*margin-right: 15px;*/
		/*margin-top: -4px;*/
	}
	.sec02_img {
		position: static;
		/*top: 0;*/
		/*right: -190px;*/
	}
	.sec02_img img {
		width: 100%;
	}
}


/*sec03*/
#sec03 {
}
#sec03 .wrapper::after {
	content: "";
	display: block;
	background-color: #eee9d0;
	width: 680px;
	height: 410px;
	position: absolute;
	z-index: -2;
	top: 0;
	right: -40px;
}
#sec03 .content {
	position: relative;
	padding-top: 65px;
	padding-bottom: 185px;
}
#sec03 .title_wrapper {
	position: absolute;
	left: 500px;
	top: 40px;
	width: 100%;
	pointer-events: none;
}
#sec03 .title {
	display: inline-block;
	padding: 20px 10px;
	background-color: #fff;
	color: #53341f;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	pointer-events: initial;
}
#sec03 .detail {
	padding-left: 610px;
}
#sec03 .detail p {
	line-height: 1.8;
}
#sec03 .detail .btn {
	display: block;
	height: 50px;
	margin-top: 70px;
	padding-right: 30px;
	font-size: 18px;
	text-align: right;
	line-height: 50px;
}
#sec03 .detail .btn img {
	margin-right: 15px;
	margin-top: -4px;
}
.sec03_img {
	position: absolute;
	top: -50px;
	left: -100px;
	z-index: -1;
}
@media (max-width: 767px) {
	#sec03 {
		padding-bottom: 90px;
	}
	#sec03 .wrapper::after {
		/*content: "";*/
		/*display: block;*/
		/*background-color: #eee9d0;*/
		width: 80%;
		height: 360px;
		/*position: absolute;*/
		/*z-index: -2;*/
		/*top: 0;*/
		right: 0;
	}
	#sec03 .content {
		/*position: relative;*/
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#sec03 .title_wrapper {
		position: static;
	}
	#sec03 .title {
		/*left: 500px;*/
		/*top: 40px;*/
		display: block;
		padding: 0 0 10px;
		border-bottom: 1px solid #53341f;
		background-color: transparent;
		/*color: #53341f;*/
		/*font-size: 48px;*/
		/*letter-spacing: 3px;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec03 .detail {
		padding-left: 0;
		padding-top: 40px;
	}
	#sec03 .detail p {
	}
	#sec03 .detail .btn {
		/*display: block;*/
		/*height: 50px;*/
		margin-top: 20px;
		/*padding-right: 30px;*/
		/*font-size: 18px;*/
		/*text-align: right;*/
		/*line-height: 50px;*/
	}
	#sec03 .detail .btn img {
		/*margin-right: 15px;*/
		/*margin-top: -4px;*/
	}
	.sec03_img {
		position: static;
		/*top: -50px;*/
		/*left: -100px;*/
		/*z-index: -1;*/
	}
	.sec03_img img {
		width: 100%
	}
}


/*sec04*/
#sec04 {
	padding: 65px 0;
	background-color: #b4aa70;
}
#sec04 .wrapper {
	display: flex;
}
#sec04 .title {
	flex-shrink: 0;
	display: block;
	width: 81px;
	padding-right: 30px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 42px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#sec04 .detail {
	width: 100%;
	padding-left: 49px;
}
#sec04 ul {
}
#sec04 li {
	padding: 20px 0;
	border-bottom: 1px solid #f4f0df;
}
#sec04 li a {
	position: relative;
	display: flex;
	text-decoration: none;
	color: #fff;
}
#sec04 li .date {
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 35px;
	margin-right: 15px;
	background-color: #c6c093;
}
#sec04 li .news_title {
	padding-right: 25px;
	line-height: 35px;
}
#sec04 li a:hover .news_title {
	text-decoration: underline;
}
#sec04 li a::after,
#sec04 li a::before {
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#sec04 li a::after {
	right: 7px;
	border-color: rgba(180, 170, 112, 0);
	border-left-color: #b4aa70;
	border-width: 5px;
	margin-top: -5px;
}
#sec04 li a::before {
	right: 5px;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
#sec04 .news_link {
	margin-top: 35px;
	text-align: right;
}
#sec04 .news_link a {
	display: inline-block;
	width: 180px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
	transition: all 0.3s ease;
}
#sec04 .news_link a:hover {
	background-color: #c6c093;
}
#sec04 .news_link a img {
	margin-right: 15px;
}
@media (max-width: 767px) {
	#sec04 {
		/*padding: 65px 0;*/
		/*background-color: #b4aa70;*/
	}
	#sec04 .wrapper {
		display: block;
	}
	#sec04 .title {
		/*flex-shrink: 0;*/
		/*display: block;*/
		width: auto;
		/*padding-right: 30px;*/
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px solid #fff;
		/*color: #fff;*/
		/*font-size: 42px;*/
		/*letter-spacing: 3px;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec04 .detail {
		/*width: 100%;*/
		padding-left: 0;
	}
	#sec04 ul {
	}
	#sec04 li {
		/*padding: 20px 0;*/
		/*border-bottom: 1px solid #f4f0df;*/
	}
	#sec04 li a {
		/*position: relative;*/
		display: block;
		/*text-decoration: none;*/
		/*color: #fff;*/
	}
}


/*sec05*/
#sec05 {
	padding: 60px 0 90px;
	background: #f1efe6;
	background: -moz-linear-gradient(left,  #f1efe6 0%, #f1efe6 50%, #f8f6ee 50%, #f8f6ee 100%);
	background: -webkit-linear-gradient(left,  #f1efe6 0%,#f1efe6 50%,#f8f6ee 50%,#f8f6ee 100%);
	background: linear-gradient(to right,  #f1efe6 0%,#f1efe6 50%,#f8f6ee 50%,#f8f6ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1efe6', endColorstr='#f8f6ee',GradientType=1 );
}
#sec05 .wrapper {
	display: flex;
	justify-content: space-between;
}
#sec05 .wrapper > div {
	width: 460px;
}
#sec05 .left {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}
#sec05 .left a {
}
#sec05 .text_center {
	margin-bottom: 20px;
	color: #53341f;
	font-size: 22px;
	letter-spacing: 3px;
}
#sec05 .text_center img {
	margin-right: 10px;
	margin-top: -6px;
}
@media (max-width: 767px) {
	#sec05 {
		/*padding: 60px 0 90px;*/
		background: none;
	}
	#sec05 .wrapper {
		display: block;
		/*justify-content: space-between;*/
	}
	#sec05 .wrapper > div {
		width: 100%;
	}
	#sec05 .left {
		/*display: flex;*/
		/*justify-content: center;*/
		/*align-items: center;*/
		/*padding-top: 30px;*/
		padding-bottom: 30px
	}
	#sec05 .left a {
	}
	#sec05 .left a img {
		width: 100%
	}
	#sec05 .text_center {
		/*color: #53341f;*/
		/*font-size: 22px;*/
		/*letter-spacing: 3px;*/
	}
	#sec05 .text_center img {
		/*margin-right: 10px;*/
		/*margin-top: -6px;*/
	}
}


