@charset "utf-8";


/* about
-----------------------------------------------------------------*/
#main_visual {
	background: url(../img/about/fv.png) no-repeat center top;
	background-size: cover;
}


.sec_wrap01 {
	background: url(../img/about/sec01_bg.png) #f7f4ea no-repeat center;
	background-size: 100% auto;
}
/*sec01*/
#sec01 {
	position: relative;
}
#sec01::before {
	content: "";
	position: absolute;
	left: 0;
	top: 70px;
	display: block;
	width: calc(670px + calc(calc(100% - 1100px) / 2));
	height: 430px;
	background-color: rgba(255, 255, 255, 0.5);
}
#sec01 .wrapper {
	padding-top: 110px;
}
#sec01 .lead_title_bg {
	position: absolute;
	bottom: -70px;
	left: -140px;
}
#sec01 .detail {
	display: flex;
}
#sec01 .detail p {
	line-height: 1.8;
}
#sec01 h2 {
	width: 56px;
	height: 320px;
	padding: 10px 20px 0 0;
	border-right: 1px solid #543520;
	color: #543520;
	font-size: 38px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#sec01 .detail p {
	width: 440px;
	padding: 40px 0 0 20px;
}
#sec01 .sec01_img {
	position: absolute;
	top: 110px;
	right: -120px;
}
@media (max-width: 767px) {
	.sec_wrap01 {
		background: url(../img/about/sec01_bg.png) #f7f4ea no-repeat left center;
		background-size: auto 50%;
	}
	/*sec01*/
	#sec01 {
		/*position: relative;*/
	}
	#sec01::before {
		/*content: "";*/
		/*position: absolute;*/
		/*left: 0;*/
		/*top: 70px;*/
		/*display: block;*/
		/*width: calc(670px + calc(calc(100% - 1100px) / 2));*/
		/*height: 430px;*/
		/*background-color: rgba(255, 255, 255, 0.5);*/
	}
	#sec01 .wrapper {
		/*padding-top: 110px;*/
	}
	#sec01 .lead_title_bg {
		/*position: absolute;*/
		bottom: auto;
		left: auto;
		top: 20px;
		right: 0;
		width: 30%;
	}
	#sec01 .detail {
		display: block;
	}
	#sec01 h2 {
		width: 100%;
		height: auto;
		/*padding: 10px 20px 0 0;*/
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px solid #543520;
		/*color: #543520;*/
		/*font-size: 38px;*/
		/*letter-spacing: 3px;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec01 .detail p {
		width: 100%;
		padding: 20px 0 0;
	}
	#sec01 .sec01_img {
		position: static;
		/*top: 110px;*/
		/*right: -120px;*/
		width: 100%;
		margin-top: 20px
	}
	#sec01 .sec01_img img {
		width: 100%;
	}
}


/*sec02*/
#sec02 {
	position: relative;
	padding-top: 165px;
	padding-bottom: 100px;
}
#sec02::before {
	content: "";
	position: absolute;
	right: 0;
	top: 165px;
	display: block;
	width: calc(1000px + calc(calc(100% - 1100px) / 2));
	height: 250px;
	background-color: rgba(255, 255, 255, 0.5);
}
#sec02 h2 {
	margin-top: 35px;
	color: #543520;
	font-size: 38px;
}
#sec02 p {
	margin-top: 20px;
	line-height: 1.8;
}
@media (max-width: 767px) {
	#sec02 {
		/*position: relative;*/
		padding-top: 70px;
		/*padding-bottom: 100px;*/
	}
	#sec02::before {
		/*content: "";*/
		/*position: absolute;*/
		/*right: 0;*/
		top: 70px;
		/*display: block;*/
		width: 100%;
		height: 350px;
		/*background-color: rgba(255, 255, 255, 0.5);*/
	}
	#sec02 h2 {
		/*margin-top: 35px;*/
		/*color: #543520;*/
		/*font-size: 38px;*/
	}
	#sec02 p {
		/*margin-top: 20px;*/
	}
}


/*sec03*/
#sec03 {
	background: url(../img/about/bg_rb.png) no-repeat left bottom;
}
#sec03 .wrapper {
	display: flex;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 100px;
}
#sec03 h2 {
	position: relative;
	padding-left: 170px;
	color: #543520;
	font-size: 38px;
	text-align: center;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#sec03 h2::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: -6px;
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	border-radius: 100px;
	background-color: #e7e2ca;
}
#sec03 .detail {
	margin-left: 30px;
}
#sec03 ul {
}
#sec03 li {
	padding-left: 30px;
	padding-bottom: 5px;
	border-left: 1px solid #543520;
}
#sec03 li:not(:first-child) {
	margin-top: 30px;
}
#sec03 .num {
	margin-bottom: -15px;
	color: #e7e2ca;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
}
@media (max-width: 767px) {
	#sec03 {
		/*background: url(../img/about/bg_rb.png) no-repeat left bottom;*/
	}
	#sec03 .wrapper {
		display: block;
		/*padding-top: 70px;*/
		/*padding-bottom: 100px;*/
	}
	#sec03 h2 {
		/*position: relative;*/
		padding-left: 0;
		/*color: #543520;*/
		font-size: 32px;
		/*text-align: center;*/
		letter-spacing: 2px;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec03 h2::before {
		/*content: "";*/
		/*position: absolute;*/
		/*z-index: -1;*/
		top: 2px;
		/*bottom: 0;*/
		right: 0;
		left: 0;
		/*display: block;*/
		width: 50px;
		height: 50px;
		margin: auto;
		/*border-radius: 100px;*/
		/*background-color: #e7e2ca;*/
	}
	#sec03 .detail {
		margin-left: 10px;
	}
	#sec03 ul {
		margin-top: 30px
	}
	#sec03 li {
		padding-left: 20px;
		/*padding-bottom: 5px;*/
		/*border-left: 1px solid #543520;*/
	}
	#sec03 li:not(:first-child) {
		/*margin-top: 30px;*/
	}
	#sec03 .num {
		/*margin-bottom: -15px;*/
		/*color: #e7e2ca;*/
		/*font-size: 40px;*/
		/*font-weight: bold;*/
		/*line-height: 40px;*/
	}
}


/*sec04*/
#sec04 {
	padding-top: 65px;
	padding-bottom: 60px;
	background: #eee9d0 url(../img/about/bg_lb.png) no-repeat right bottom;
}
#sec04 .wrapper {
	display: flex;
	flex-wrap: wrap;
}
#sec04 h2 {
	width: 60px;
	height: 310px;
	padding: 10px 20px 0 0;
	border-right: 1px solid #543520;
	color: #543520;
	font-size: 38px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#sec04 .detail {
	width: 1020px;
}
#sec04 ul {
	padding-top: 25px;
	padding-left: 30px;
	color: #543520;
}
#sec04 li {
	display: flex;
	padding: 15px 0 14px;
	border-bottom: 1px solid #543520;
}
#sec04 p {
	line-height: 35px;
}
#sec04 .item_title {
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 115px;
	height: 35px;
	margin-right: 30px;
	background-color: #fff;
}
#sec04 .map {
	width: 100%;
	margin-top: 60px;
}
@media (max-width: 767px) {
	#sec04 {
		/*padding-top: 65px;*/
		/*padding-bottom: 60px;*/
		/*background: #eee9d0 url(../img/about/bg_lb.png) no-repeat right bottom;*/
	}
	#sec04 .wrapper {
		display: block;
		/*flex-wrap: wrap;*/
	}
	#sec04 h2 {
		width: auto;
		height: auto;
		/*padding: 10px 20px 0 0;*/
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px solid #543520;
		/*color: #543520;*/
		/*font-size: 38px;*/
		/*letter-spacing: 3px;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec04 .detail {
		width: auto;
	}
	#sec04 ul {
		/*padding-top: 25px;*/
		padding-left: 0;
		/*color: #543520;*/
	}
	#sec04 li {
		display: block;
		padding: 15px 0 10px;
		/*border-bottom: 1px solid #543520;*/
	}
	#sec04 p {
		line-height: inherit;
	}
	#sec04 .item_title {
		/*flex-shrink: 0;*/
		/*display: inline-flex;*/
		/*justify-content: center;*/
		/*align-items: center;*/
		/*width: 115px;*/
		/*height: 35px;*/
		/*margin-right: 30px;*/
		margin-bottom: 5px;
		/*background-color: #fff;*/
	}
	#sec04 .map {
		/*width: 100%;*/
		/*margin-top: 60px;*/
	}
}


/*sec05*/
#sec05 {
	padding-top: 85px;
	padding-bottom: 60px;
}
#sec05 .wrapper {
	display: flex;
	flex-wrap: wrap;
}
#sec05 h2 {
	width: 60px;
	height: 310px;
	padding: 10px 20px 0 0;
	border-right: 1px solid #543520;
	color: #543520;
	font-size: 38px;
	letter-spacing: 3px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#sec05 .detail {
	width: 1020px;
}
#sec05 ul {
	padding-top: 25px;
	padding-left: 30px;
	color: #543520;
}
#sec05 li {
	display: flex;
	padding: 15px 0 14px;
	border-bottom: 1px solid #543520;
}
#sec05 p {
	line-height: 35px;
}
#sec05 .item_title {
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 115px;
	height: 35px;
	margin-right: 30px;
	background-color: #eee9d0;
}
#sec05 .contact_link {
	margin-top: 35px;
	text-align: right;
}
#sec05 .contact_link a {
	display: inline-block;
	width: 255px;
	height: 40px;
	background-color: #796641;
	color: #fff;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
	transition: all 0.3s ease;
}
#sec05 .contact_link a:hover {
	opacity: 0.7;
}
#sec05 .contact_link a img {
	margin-right: 15px;
}
@media (max-width: 767px) {
	#sec05 {
		padding-top: 65px;
		/*padding-bottom: 60px;*/
	}
	#sec05 .wrapper {
		display: block;
		/*flex-wrap: wrap;*/
	}
	#sec05 h2 {
		width: auto;
		height: auto;
		/*padding: 10px 20px 0 0;*/
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px solid #543520;
		/*color: #543520;*/
		/*font-size: 38px;*/
		/*letter-spacing: 3px;*/
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	#sec05 .detail {
		width: auto;
	}
	#sec05 ul {
		/*padding-top: 25px;*/
		padding-left: 0;
		/*color: #543520;*/
	}
	#sec05 li {
		display: block;
		padding: 15px 0 10px;
		/*border-bottom: 1px solid #543520;*/
	}
	#sec05 p {
		line-height: inherit;
	}
	#sec05 .item_title {
		/*flex-shrink: 0;*/
		/*display: inline-flex;*/
		/*justify-content: center;*/
		/*align-items: center;*/
		/*width: 115px;*/
		/*height: 35px;*/
		/*margin-right: 30px;*/
		margin-bottom: 5px
		/*background-color: #eee9d0;*/
	}
	#sec05 .contact_link {
		/*margin-top: 35px;*/
		/*text-align: right;*/
	}
	#sec05 .contact_link a {
		/*display: inline-block;*/
		/*width: 255px;*/
		/*height: 40px;*/
		/*background-color: #796641;*/
		/*color: #fff;*/
		/*text-align: center;*/
		/*line-height: 38px;*/
		/*text-decoration: none;*/
		/*transition: all 0.3s ease;*/
	}
	#sec05 .contact_link a:hover {
		/*opacity: 0.7;*/
	}
	#sec05 .contact_link a img {
		/*margin-right: 15px;*/
	}
}



