@charset "utf-8";

/*===============================================
PC用css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px){

body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555;
}
body a {
	text-decoration: none;
	color: #555;
}
body a:hover {
	opacity: 0.7;
}
.pchidden {display: none;}

#head2022 {
	background-image: url(common/headbg2022.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 900px auto;
	width: 200px;
	height: 167px;
	position: relative;
	margin: 0 auto 10px;
	padding: 0 40px 0 calc(900px - 200px + 40px);
}
#head2022 .headlogo {
	display: block;
	width: 127px;
	position: absolute;
	top: 40px;
	left: 40px;
}
#head2022 .discription {
	display: block;
	width: 518px;
	position: absolute;
	top: 85px;
	left: 190px;
}
#head2022 .rightconame {
	background: url(common/foot-logo.svg) left bottom 5px no-repeat;
	background-size: 160px auto;
	border-bottom: 3px solid #A92C29;
	display: block;
	width: 200px;
	height: 30px;
	margin: 0;
	padding: 77px 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#head2022 .addr {
	font-size: 9px;
	line-height: 14px;
	margin: 4px 0;
}

#head {
	background-image: url(common/headbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 980px;
}
#head .inner {
	height: 180px;
	width: 980px;
	margin: auto;
	position: relative;
}
#head .headlogo {
	position: absolute;
	top: 60px;
	left: 17px;
	margin: 0;
}
#head .headlogo img {
	height: 84px;
}
#head .discription {
	position: absolute;
	top: 32px;
	left: 55px;
	font-size: 11px;
	color: #777;
}

/*gmenu*/
.gmenu {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	height: 50px;
}
.gmenu.indexgmenu {
	border-top: none;
}
.gmenu ul {
	display: table;
	padding: 0 40px;
	margin: 0 auto;
	width: 900px;
}
.gmenu ul li {
	display: table-cell;
	width: 20%;
	padding: 0 1px;
}
.gmenu ul li a {
	display: block;
	text-align: center;
	line-height: 45px;
	height: 45px;
}
.gmenu ul li a.active {
	border-bottom: 5px solid #D42D26;
}
.gmenu ul li a:hover {
	border-bottom: 5px solid #AAA;
	opacity: 1;
}

.blist {
	font-size: 12px;
	line-height: 18px;
	padding: 11px 40px;
	width: 900px;
	margin: 0 auto;
}

/*index*/
.homeslide {
	width: 900px;
	margin: auto;
}
.homeslide .bx-wrapper .bx-viewport {
border: none;
left: 0;
background: transparent;
margin-top: -16px;
}
.homeslide .bx-controls.bx-has-pager {
margin-top: -70px;
}
.homeslide .bx-wrapper .bx-pager {
margin-bottom: 20px;
}
.homeslide img {
	width: 900px;
}
.indexmenu {
	margin: 30px auto;
	width: 900px;
}
.indexmenu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -15px;
	overflow: auto;
}
.indexmenu ul li {
	width: 290px;
	height: 180px;
	background-size: cover;
	float: left;
	margin-left: 15px;
}
.indexmenu ul li a {
	display: table-cell;
	width: 290px;
	height: 180px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	/*background-color: rgba(0,0,0,0.5);*/
	background-image: url(common/topmenu-bg.png);
	background-position: center;
	background-size: 290px 35px;
	background-repeat: no-repeat;
	transition: all 300ms 0s ease;
}
.indexmenu ul li a:hover {
	background-size: 290px 80px;
	text-shadow: 0px 0px 10px #000 ,0px 0px 5px #000 ,0px 0px 5px #000;
	/*background-color: rgba(0,0,0,0);*/
	/*opacity: 1;*/
}

.indexmenu ul li.about {
	background-image: url(common/topmenu_about.jpg);
}
.indexmenu ul li.example {
	background-image: url(common/topmenu_example2.jpg);
}
.indexmenu ul li.access {
	background-image: url(common/topmenu_access.jpg);
}
.indexmenu ul li.contact {
	background-image: url(common/topmenu_contact.jpg);
}
.indexnews {
	border-top: 1px solid #B5B6B6;
	border-bottom: 1px solid #B5B6B6;
	width: 900px;
	margin: 50px auto;
	overflow: auto;
}
.indexnews h2 {
	width: 225px;
	height: 78px;
	margin: 42px 0 0;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float: left;
}
.indexnews h2 img {
	width: 90px;
}
.indexnews ul {
	overflow: auto;
	margin: 0 0 0 225px;
	list-style: none;
	padding: 0;
}
.indexnews ul li {
	border-top: 1px solid #B5B6B6;
}
.indexnews ul li:nth-child(1) {
	border-top: none;
}
.indexnews ul li a {
	display: block;
	background-image: url(common/newsarrow.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: 105px 11px ;
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
}
.indexnews ul li a:hover {
	opacity: 0.6;
}
.indexnews ul li span {
	width: 130px;
	display: block;
	float: left;
}
.homebnr {
	width: 900px;
	margin: -20px auto 30px;
}
.homebnr a img {
	width: 900px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

/*page*/
.mainimg img {
	width: 900px;
}
.pagetitle {
	line-height: 36px;
	font-size: 22px;
	color: #9F8B7A;
	margin: 40px 0 50px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
.pagetitle:before {
    content : url(common/bftitle_qtleft.png) ;
    padding: 0 10px 0 0;
	vertical-align: middle;
	position : relative ;
	bottom : -8px ;
}
.pagetitle:after {
    content : url(common/bftitle_qtright.png) ;
    padding: 0 0 0 10px;
	vertical-align: middle;
	position : relative ;
	bottom : -8px ;
}


/*about*/
.abpoint ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -36px;
	overflow: auto;
}
.abpoint ul li {
	width: 198px;
	margin: 0 0 0 36px;
	float: left;
}
.abpoint ul li img {
	width: 100%;
}
.abpoint ul li h3 {
	color: #9F8B7A;
	margin: 10px 0;
	font-size: 17px;
	line-height: 25px;
}
.abpoint ul li p {
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}
.abtitle {
	margin: 0;
	line-height: 22px;
	font-size: 15px;
}
.abtitle:before{
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:6px;
    height:22px;
    background:url(common/bftitle_qtleft.png);    
    background-size: 6px 22px;
    vertical-align:middle;
}
.abtitle:after{
    margin:0 0 0 10px;
    content:" ";
    display:inline-block;
    width:6px;
    height:22px;
    background:url(common/bftitle_qtright.png);    
    background-size: 6px 22px;
    vertical-align:middle;
}
.outline {
	border-top: 1px solid #999;
	overflow: auto;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	background: url(common/about_autline_bg.gif);
	background-repeat: repeat-y;
	background-size: 150px 5px;
}
.outline dt {
	float: left;
	padding: 10px;
	width: 130px;
	font-weight: bold;
	clear: left;
}
.outline dd {
	margin: 0;
	padding: 10px 10px 10px 160px;
	border-bottom: 1px solid #999;
	text-align: justify;
}
.abphoto {
	margin: 20px 0 0;
	width: 135px;
	float: left;
}
.abphoto img {
	width: 135px;
	display: block;
	margin: 0 0 10px;
}
.abcomment {
	margin: 16px 0 0 190px;
}
.col .abphoto p, .col .abcomment p {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 0.95em;
	line-height: 1.7em;
	text-align: justify;
	margin: 0 0 1.7em;
}
.gmap {
	width: 900px;
	height: 460px;
	margin: 10px 0;
}


/*example*/
.casetopslider .bx-wrapper {
	margin: -20px auto 0 !important;
}
.casetopslider .bx-wrapper .bx-pager {
	bottom: 0px !important;
}
.excatname {
	font-size: 18px;
	margin: 5px 0;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0;
	float: left;
}
.exlist {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 -60px;
	overflow: auto;
}
.exlist li {
	float: left;
	width: 420px;
	margin: 0 0 60px 60px;
}
.exlist li img {
	width: 100%;
	height: 256px;
	object-fit: cover;
}
.exlist li .titlewrap {
	border: 1px solid #A3A4A4;
	border-top: none;
	padding: 2px 0 10px;
	text-align: center;
	margin-top: 5px;
}
.exlist li .exdate {
	font-size: 12px;
	line-height: 18px;
	display: block;
}
.exlist li h2 {
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	font-weight: normal;
}


/*single*/
.casesingle .bx-wrapper .bx-viewport {
	border-top: none;
	border-bottom: none;
	margin: -20px auto 0 !important;
	background-color: transparent;
}
.col {
	width: 900px;
	padding: 0 40px;
	margin: 0 auto 40px;
	position: relative;
	overflow: auto;
}
.col p {
	font-size: 17px;
	line-height: 24px;
	margin: 10px 0;
}
.slide img {
	width: 900px;
}
#case-pager {
	overflow: auto;
	margin: -65px 0 50px -25px;
}
#case-pager a {
	width: 160px;
	margin: 0 0 0 25px;
	float: left;
}
#case-pager a img {
	width: 100%;
}
.casesingle .bx-wrapper img {margin:auto}
.singletitle {
	font-size: 24px;
	line-height: 30px;
	background-image: url(common/single_h1arrow.png);
	background-size: 20px 33px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 10px 0 15px 30px;
	border-bottom: 1px solid #AAA;
}
.date {
	border: 1px solid #AAA;
	padding: 2px 6px;
	font-size: 12px;
	line-height: 20px;
	float: right;
	margin: -60px 0 0;
}
.casesingle h2 {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}
.maincopy {
	font-size: 20px;
	margin: 20px 0 15px;
}
.point .before {
	background-image: url(common/single_h1arrow.png);
	background-size: 20px 33px;
	background-position: 400px 100px;
	background-repeat: no-repeat;
}
.point .before img {
	width: 387px;
}
.point .nobefore {
	padding-bottom: 20px;
}
.point .nobefore img {
	width: 387px;
	float: left;
	margin: 0 70px 0 0;
}
.point .nobefore p {
	text-align: justify;
	line-height: 1.55em;
}
.point .after {
	position: absolute;
	right: 40px;
	top: 0;
}
.point .after img {
	width: 470px;
}
.point .batitle {
	border: 1px solid #A3A4A4;
	border-top: none;
	padding: 2px 0 5px;
	text-align: center;
	font-size: 17px;
	line-height: 24px;
	margin-top: 5px;
}
.point .before .batitle {
	width: 385px;
}
.point h3, .point2 h3 {
	line-height: 36px;
	font-size: 22px;
	color: #9F8B7A;
	margin: -10px 0 15px;
	padding: 0;
	vertical-align: middle;
}
.point h3:before, .point2 h3:before {
    content : url(common/bftitle_qtleft.png) ;
    padding: 0 10px 0 0;
	vertical-align: middle;
	position : relative ;
	bottom : -8px ;
}
.point h3:after, .point2 h3:after {
    content : url(common/bftitle_qtright.png) ;
    padding: 0 0 0 10px;
	vertical-align: middle;
	position : relative ;
	bottom : -8px ;
}

.point2 {
	overflow: auto;
}
.point2 img {
	width: 387px;
	float: left;
}
.point2 p {
	margin: 0 0 0 430px;
}


/*recruit*/
.reccopy {
	line-height: 30px;
	font-size: 20px;
	margin: 30px 0;
}
.recguidelines {
	border-top: 1px solid #AAA;
	margin: 0 0 40px;
	padding: 0;
	font-size: 17px;
	line-height: 25px;
}
.recguidelines dt {
	margin: 20px 0 0;
	padding: 0;
}
.recguidelines dd {
	margin: 0;
	padding: 0;
}
.textbot a {
	text-align: center;
	padding: 10px;
	width: 200px;
	border: 1px solid #666;
	border-radius: 4px;
	background-color: #EEE;
	margin: 20px auto;
	display: block;
	font-size: 14px;
}
.textbot a:hover {
	background-color: #AAA;
	color: #FFF;
}



/*contact*/
.formtitle {
	line-height: 28px;
	font-size: 20px;
	margin: 30px 0 15px;
	padding: 0;
	text-align: center;
}
.formcopy {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.wpcf7-form dl {
	line-height: 20px;
}
.wpcf7-form dl dt {
	clear: both;
	float: left;
	width: 200px;
	text-align: right;
	padding: 5px 0;
}
.wpcf7-form dl dd {
	width: 490px;
	margin: 0 0 30px 220px;
}
.wpcf7-form dl dd select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #999;
	border-radius: 3px;
	line-height: 14px;
}
.wpcf7-form dl dd input {
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #999;
	border-radius: 3px;
}
.wpcf7-form dl dd textarea {
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #999;
	border-radius: 3px;
}
.wpcf7-form p {
	text-align: center;
	font-size: 14px;
}
.wpcf7-form input.submit {
	text-align: center;
	padding: 10px;
	width: 120px;
	border: 1px solid #666;
	border-radius: 4px;
	background-color: #EEE;
	margin: 20px auto 50px;
	display: block;
	font-size: 14px;
}
.wpcf7-form input.submit:hover {
	background-color: #AAA;
	color: #FFF;
}

/*infosingle*/
.col.single { min-height: 400px; }
.infotitle {
	font-size: 20px;
}
.col .infodate {
	margin: -12px 0 20px; 
	padding: 0 0 10px;
	font-size: 12px;
	border-bottom: 1px solid #999;
}


#foot {
	margin: 40px 0 0;
}
#foot .footmenu {
	background-color: #A3A4A4;
	color: #FFF;
}
#foot .footmenu .inner {
	width: 900px;
	margin: auto;
	padding: 30px 40px;
	padding: 0 40px 30px;
	overflow: auto;
}
#foot .footmenu ul {
	float: left;
	width: 340px;
	padding-left: 20px;
	margin: 0;
}
#foot .footmenu ul.contactmenu {
	width: 160px;
}
#foot .footmenu ul li {
	float: left;
	width: 160px;
	font-size: 12px;
	line-height: 24px;
}
#foot .footmenu ul li a {
	color: #FFF;
	text-decoration: none;
}
#foot .footmenu ul li.long {
	width: 340px;
}
#foot .footmenu ul h2 {
	margin: 0 0 5px -13px;
	font-size: 14px;
	line-height: 20px;
}
#foot .footmenu ul h2 a {
	border-radius: 4px 4px 0 0;
	padding: 35px 10px 0;
	border-left: 1px solid #FFF;
	border-bottom: none;
	display: inline-block;
	color: #FFF;
}
#foot .addr {
	width: 900px;
	margin: auto;
	padding: 15px 40px;
	overflow: auto;
}
#foot .addr h2 {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
	width: 160px;
}
#foot .addr h2 span {
	font-weight: nomal;
}
#foot .addr p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}
#foot .copyright {
	background-color: #A3A4A4;
	color: #FFF;
}
#foot .copyright p {
	width: 900px;
	margin: 0 auto;
	padding: 10px 40px;
	overflow: auto;
	font-size: 12px;
	line-height: 20px;
}

#end {}
}