@charset "utf-8";
/*-------------------------------------------------------
pagetit
-------------------------------------------------------*/
#pagetit {
	padding: 0 20px;
	border-top: 10px solid #96131a;
	border-bottom: 10px solid #96131a;
	background: url(../img/pagetit_bg.jpg) no-repeat center / cover;
}
#pagetit .w980 {
	position: relative;
	height: 300px;
}
#pagetit h1 {
	position: absolute;
	bottom: 30px;
	left: 0;
	line-height: 1;
	color: #96131a;
	font-weight: 600;
	font-size: 5rem;
	letter-spacing: 0.2rem;
}
#pagetit h1 span {
	padding: 8px 0 0 8px;
	display: inherit;
	font-size: 3rem;
	letter-spacing: 0.05rem;
}

@media(max-width: 767px) {
	#pagetit .w980 {height: 150px;}
	#pagetit h1 {font-size: 2rem;}
	#pagetit h1 span {font-size: 1.4rem;}
}



/*-------------------------------------------------------
main
-------------------------------------------------------*/
main {background: url(../img/main_bg.jpg) no-repeat center / cover;}
#frame_bg {
	margin: 0 auto;
	padding: 60px 60px 100px 60px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1080px;
	background: #fff;
}
#frame_t_l {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 63px;
	height: 63px;
	background: url(../img/frame_t_l.png) no-repeat top left / cover;
}
#frame_t_r {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 63px;
	height: 63px;
	background: url(../img/frame_t_r.png) no-repeat top right / cover;
}
#frame_b_l {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 63px;
	height: 63px;
	background: url(../img/frame_b_l.png) no-repeat bottom left / cover;
}
#frame_b_r {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 63px;
	height: 63px;
	background: url(../img/frame_b_r.png) no-repeat bottom right / cover;
}

@media(max-width: 767px) {
	#frame_bg {padding: 60px 40px 100px 40px;}
	#frame_t_l {
		top: 20px;
		left: 20px;
		width: 40px;
		height: 40px;
	}
	#frame_t_r {
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
	}
	#frame_b_l {
		bottom: 20px;
		left: 20px;
		width: 40px;
		height: 40px;
	}
	#frame_b_r {
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
	}
}



/*-------------------------------------------------------
greeting
-------------------------------------------------------*/
#greeting .ph {margin: 50px 0 55px 0;}
#greeting h3 {
	line-height: 1;
	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
}
#greeting .gothic {
	margin: 40px 0 55px 0;
	line-height: 3.8rem;
	text-align: justify;
}
#greeting .gothic p {margin: 0 0 30px 0;}
#greeting .gothic .last {margin: 0;}
#greeting #name {text-align: right;}
#greeting #name img {max-width: 298px;}
#book {margin: 130px 0 0 0;}
#book .img {
	margin: 0 70px 0 0;
	width: 30%;
	max-width: 250px;
	min-width: 250px;
}
#book .txt {width: 70%;}
#book dl {margin: 0 0 40px 0;}
#book dt {
	font-weight: 600;
	font-size: 2.4rem;
}

@media(max-width: 767px) {
	#greeting .ph {margin: 30px 0;}
	#greeting h3 {font-size: 1.8rem;}
	#greeting .gothic {
		margin: 30px 0;
		line-height: 2.8rem;
		font-size: 1.4rem;
	}
	#greeting #name img {max-width: 200px;}
}

@media(max-width: 680px) {
	#book .row {display: inherit;}
	#book .img {
		margin: 0 auto 30px auto;
		width: 100%;
		max-width: 100px;
		min-width: inherit;
	}
	#book .txt {width: 100%;}
	#book dl {text-align: center;}
	#book dt {font-size: 1.8rem;}
}



/*-------------------------------------------------------
business
-------------------------------------------------------*/
#business #origin {margin: 0 0 100px 0;}
#business .row {
	margin: 65px 0 0 0;
	align-items:  center;
}
#business .l {
	margin: 0 40px 0 0;
	width: 50%;
	text-align: center;
}
#business .l img {max-width: 286px;}
#business .r {
	width: 50%;
	line-height: 3.5rem;
}
#business .circle {margin: 50px 0;}
#business .circle li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	position: relative;
	line-height: 3rem;
}
#business .circle li:last-child {margin: 0;}
#business .circle li:before {
	border: 1px solid #603813;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
	width: 13px;
	height: 13px;
	content: "";
}
#business h3 {
	margin: 0 0 20px 0;
	font-weight: 600px;
	text-align: center;
}
#business #purpose p {line-height: 2.4rem;}
#business .num {
	margin: 20px 0 0 0;
	list-style: decimal;
}
#business .num li {
	margin: 0 0 10px 3rem;
	line-height: 3rem;
}

@media(max-width: 767px) {
	#business #origin {margin: 0 0 60px 0;}
	#business .row {
		margin: 30px 0 0 0;
		display: inherit;
	}
	#business .l {
		margin: 0 0 20px 0;
		width: 100%;
	}
	#business .l img {max-width: 150px;}
	#business .r {width: 100%;}
	#business .circle {margin: 30px 0 60px 0;}
	#business .circle li {
		margin: 0 0 20px 0;
		line-height: 2.4rem;
		font-size: 1.4rem;
	}
	#business .circle li:before {
		top: 8px;
		width: 8px;
		height: 8px;
	}
	#business .num li {
		margin: 0 0 10px 2rem;
		line-height: 2rem;
		font-size: 1.2rem;
	}
}



/*-------------------------------------------------------
company
-------------------------------------------------------*/
/* outside */
#company #outside h3 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 20px;
	position: relative;
	line-height: 1;
	font-size: 1.8rem;
}
#company #outside h3 ruby {margin: 0 20px 0 0;}
#company #outside h3:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 22px;
	content: "";
	background: #f7931e;
}
#company #outside .gothic {margin: 50px 0 0 0;}
#company #outside {margin: 0 0 110px 0;}
#company #outside li {
	padding: 18px 0 16px 0;
	border-top: 1px solid rgba(96,56,19,0.5);
	font-size: 1.4rem;
}
#company #outside li:last-child {padding-bottom: 0;}
#company #outside li li {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	line-height: 2rem;
}
#company #outside li li:last-child {margin: 0;}
#company #outside dl {display: flex;}
#company #outside dt {
	position: relative;
	min-width: 125px;
}
#company #outside dt:before {
	color: #f7931e;
	content: "＞ ";
}
#company #outside .president {padding: 10px 0 10px 0;}
#company #outside .president dl {align-items: center;}
#company #outside .president span {margin: 0 0 0 20px;}



/* access */
#company #access .row {margin: 65px 0 0 0;}
#company #access .l {
	margin: 0 40px 0 0;
	width: 50%;
}
#company #access .in {
	border: 2px solid #603813;
	box-sizing: border-box;
	width: 100%;
	height: 285px;
	overflow: hidden;
}
#company #access iframe {height: 100%;}
#company #access .zoom {
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 1.4rem;
}
#company #access .zoom:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: "";
	background: url(../img/ic_zoom.png) no-repeat left / cover;
}
#company #access .r {width: 50%;}
#company #access .r .in {background: url(../../img/co_outside.jpg) no-repeat center / cover;}

@media(max-width: 767px) {
	#company #outside {margin: 0 0 60px 0;}
	#company #outside li:last-child dl {display: inherit;}
	#company #outside li ul {margin: 15px 0 0 0;}
	#company #outside li li {
		line-height: 1.5rem;
		font-size: 1.1rem;
	}
	#company #outside .president span {
		margin: 0;
		display: inherit;
	}
	#company #access .row {
		margin: 30px 0 0 0;
		display: inherit;
	}
	#company #access .l {
		margin: 0 0 30px 0;
		width: 100%;
	}
	#company #access .r {width: 100%;}
}



/*-------------------------------------------------------
contact
-------------------------------------------------------*/
#contact #frame_bg {padding: 100px 60px;}
#contact .txt {
	margin: 0 0 70px 0;
	line-height: 2.4rem;
	text-align: center;
}
#contact .txt p {margin: 0 0 25px 0;}
#contact .txt .last {margin: 0;}
#contact .center {margin: 0;}
#contact .kome {color: #e60012;}
#contact .rim {
	margin: 0 0 50px 0;
	border: 3px solid #c7b299;
	color: #231815;
	background: #c7b299;
}
#contact .rim li {border-bottom: 2px solid #ddd;}
#contact .rim li:last-child,#contact form .rim li li {border: none;}
#contact dl {
	display: flex;
	align-items: center;
}
#contact dt {
	width: 25%;
	max-width: 215px;
	min-width: 160px;
	font-weight: bold;
	text-align: center;
}
#contact dd {
	padding: 15px 25px;
	box-sizing: border-box;
	width: 75%;
	background: #fff;
}
#contact textarea,
#contact input,
#contact select {
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-sizing: border-box;
	width: 100% !important;
	line-height: 2rem;
	color: #231815;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,HiraginoCustom,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック体",YuGothic,"Yu Gothic",sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
}
#contact .half {width: 50% !important;}
#contact .row {
	margin: 0 0 10px 0;
	align-items: center;
}
#contact .row:last-child {margin: 0;}
#contact .email input {width: 90%;}
#contact .email p {
	width: 10%;
	min-width: 90px;
	text-align: right;
}
#contact .address input {width: 90%;}
#contact .address p {
	width: 10%;
	min-width: 90px;
}
#contact button {
	margin: 0 auto;
	padding: 2px;
	border: none;
	border-radius: 10px;
	display: block;
	line-height: 1;
	color: #fff;
	background: linear-gradient(to right, #c1272d 0%,#d66f73 50%,#c1272d 100%);
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,HiraginoCustom,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック体",YuGothic,"Yu Gothic",sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.05rem;
}
#contact button span {
	padding: 13px 0 0 0; 
	border-radius: 8px;
	box-sizing: border-box;
	display: block;
	width: 192px;
	height: 44px;
	background: #8b1218;
}
#contact .btn_list {display: flex;}
#contact .btn_list li {width: 50%;}
#contact .btn_list li:first-child {margin: 0 20px 0 0;}
#contact .btn_list button,#contact .btn_list span {width: 100%;}
#contact .btn_border_brown {font-family: "Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN W3","ヒラギノ明朝 ProN","Hiragino Mincho ProN","ヒラギノ明朝 Pro","Hiragino Mincho Pro","Yu Mincho",YuMincho,sans-serif;}

@media(max-width: 767px) {
	#contact #frame_bg {padding: 80px 20px;}
	#contact .txt {
		font-size: 1.2rem;
		text-align: left;
	}
	#contact .center {text-align: center;}
	#contact .rim {margin: 30px 0;}
	#contact .rim li {border: none;}
	#contact dl {
		display: inherit;
		font-size: 1.4rem;
	}
	#contact dt {
		padding: 10px;
		width: 100%;
		max-width: inherit;
		min-width: inherit;
		text-align: left;
	}
	#contact dd {
		padding: 10px;
		width: 100%;
	}
	#contact .half {width: 100% !important;}
	#contact .address p {min-width: 60px;}
}
