@charset "utf-8";

/*===============================================
●smart.css 画面の横幅が736px以下
===============================================*/
@media screen and (max-width: 736px){

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

#head2022 {
	background-image: url(common/headbg2022.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 27vw;
	position: relative;
	margin: 0;
	padding: 0 0 0 34vw;
}
#head2022 .headlogo {
	display: block;
	width: 27vw;
	position: absolute;
	top: 0px;
	left: 0px;
}
#head2022 .discription {
	display: none;
}
#head2022 .rightconame {
	background: url(common/foot-logo.svg) left bottom 1vw no-repeat;
	background-size: 30vw auto;
	border-bottom: 0.7vw solid #A92C29;
	display: block;
	width: 66vw;
	height: 5vw;
	margin: 0;
	padding: 9.5vw 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#head2022 .addr {
	font-size: 2.5vw;
	line-height: 1.5em;
	margin: 0.8vw 0;
}

#head {
	background-image: url(common/headbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 600px 70px;
	height: 66px;
}
#head .headlogo {
	position: absolute;
	top: -8px;
	left: -10px;
	margin: 0;
	z-index: 999;
}
#head .headlogo img {
	height: 74px;
}
#head .discription {
	display: none;
}


/*gmenu*/
.gmenu {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	height: 58px;
	margin: -5px 0 0;
	margin: 0;
	background-color: #FFF;
	position: relative;
	z-index: 9999;
	width: 100%;
}
.gmenu.indexgmenu {
	margin: 0px 0 0;
}
.gmenu ul {
	display: table;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
.gmenu ul li {
	display: table-cell;
	width: 20%;
	padding: 0;
	background-size: 55px 55px;
	background-repeat: no-repeat;
	background-position: center;
	border-left: 1px solid #AAA; 
}
.gmenu ul li:nth-child(1) {
	background-image: url(common/spmenu_top.png);
	border-left: none;
}
.gmenu ul li:nth-child(2) {
	background-image: url(common/spmenu_about.png);
}
.gmenu ul li:nth-child(3) {
	background-image: url(common/spmenu_ex.png);
}
.gmenu ul li:nth-child(4) {
	background-image: url(common/spmenu_recruit.png);
}
.gmenu ul li:nth-child(5) {
	background-image: url(common/spmenu_contact.png);
}
.gmenu ul li a {
	display: block;
	height: 55px;
	width: 100%;
	text-indent: 120%;
	font-size: 1px;
	white-space:nowrap;
	overflow: hidden;
}
.gmenu ul li a.active {
	border-bottom: 3px solid #D42D26;
}
.blist {
	padding: 5px 10px;
	margin: 0 auto;
}



/*index*/
#totalwrap {
	width: 100%;
	overflow: hidden;
}
.homeslide {
	width: 100%;
	overflow: hidden;
}
.homeslide .bx-wrapper {
margin: 0 auto -20px;
}
.homeslide .bx-wrapper .bx-viewport {
border: none;
left: 0;
background: transparent;
margin-top: -5px;
}
.homeslide .bx-controls.bx-has-pager {
margin-top: 0px;
}
.homeslide .bx-wrapper .bx-pager {
margin-bottom: 0px;
}

.homeslide {
	width: 120%;
	margin: -5px 0 0 -10%;
}

.indexmenu {
	margin: 4px 0;
}
.indexmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto;
}
.indexmenu ul li {
	width: 32%;
	display: block;
	background-size: cover;
	background-position: center;
	float: left;
	margin-left: 1%;
}
.indexmenu ul li a {
	display: block;
	width: 100%;
	height: 70px;
	vertical-align: middle;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	font-size: 12px;
	line-height: 70px;
	text-decoration: none;
}

.indexmenu ul li.about {
	background-image: url(common/topmenu_about.jpg);
}
.indexmenu ul li.example {
	background-image: url(common/topmenu_example.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: 100%;
	margin: 0;
}
.indexnews h2 {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.indexnews h2 img {
	width: 80px;
}

.indexnews ul {
	overflow: auto;
	margin: 0 10px 10px;
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #B5B6B6;
}
.indexnews ul li {
	border-top: 1px solid #B5B6B6;
}
.indexnews ul li a {
	display: block;
	text-decoration: none;
	background-image: url(common/newsarrow.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: 60px 11px ;
	padding: 10px 0;
}
.indexnews ul li span {
	display: block;
}
.homebnr {
	width: 100vw;
	margin: auto;
}
.homebnr a img {
	width: 115vw;
	margin-left: -15vw;
}



.col {
	width: 100%;
	margin-bottom: 20px;
}
.mainimg {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.mainimg img {
	width: 120%;
	margin: 0 0 0 -10%;	
}
.pagetitle {
	line-height: 30px;
	font-size: 18px;
	color: #9F8B7A;
	margin: 10px 0 30px;
	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 : -10px ;
}
.pagetitle:after {
    content : url(common/bftitle_qtright.png) ;
    padding: 0 0 0 10px;
	vertical-align: middle;
	position : relative ;
	bottom : -10px ;
}


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


/*example*/
.bx-wrapper .bx-viewport {
	background-color: transparent !important;
	border-top: none !important;
	border-bottom: none !important;
}
.casetopslider .bx-wrapper {
	margin: -10px auto 0 !important;
}
.casetopslider .bx-wrapper .bx-pager {
	bottom: 0px !important;
}
h2.excatname {
	font-size: 16px;
	margin: 5px 4%;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0;
}
.exlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: auto;
}
.exlist li {
	float: left;
	width: 44%;
	margin: 0 0 4% 4%;
}
.exlist li img {
	width: 100%;
	height: 30vw;
	object-fit: cover;
}
.exlist li .titlewrap {
	border: 1px solid #A3A4A4;
	border-top: none;
	padding: 2px 0 5px;
	text-align: center;
	margin-top: 3px;
}
.exlist li .exdate {
	font-size: 10px;
	line-height: 14px;
	display: block;
	margin-bottom: 2px;
}
.exlist li h2 {
	font-size: 3.2vw;
	line-height: 1.5em;
	min-height: 3em;
	margin: 0 4%;
	font-weight: normal;
}


/*single*/
.bx-wrapper {
	overflow: hidden;
}
#case-pager {
	overflow: auto;
	margin: -75px 0 -10px -1%;
}
#case-pager a {
	width: 19%;
	margin: 0 0 0 1%;
	float: left;
}
#case-pager a img {
	width: 100%;
}
.singletitle {
	font-size: 20px;
	line-height: 26px;
	background-image: url(common/single_h1arrow.png);
	background-size: 16px 26px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 10px 10px 55px 34px;
	border-bottom: 1px solid #AAA;
}
.date {
	border: 1px solid #AAA;
	padding: 2px 6px;
	font-size: 12px;
	line-height: 20px;
	width: 100px;
	margin: -60px auto 35px;
	text-align: center;
}
.casesingle .descr {
	margin: 0 4%;
	width: 92%;
}
.maincopy {
	font-size: 16px;
	line-height: 22px;
	margin: 0 10px 10px;
}
.singlep {
	margin: 10px;
}
.point, .point2 {
	margin: 4%;
	width: 92%;
}
.point .before {
	background-image: url(common/single_bfsp_arrow.png);
	background-size: 33px 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.point .before img {
	width: 80%;
}
.point .nobefore img {
	width: 100%;
}
.point .after {
}
.point .after img {
	width: 100%;
}
.point .batitle {
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
}
.point h3, .point2 h3 {
	line-height: 36px;
	font-size: 16px;
	color: #9F8B7A;
	margin: 0 0 10px;
	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 : -13px ;
}
.point h3:after, .point2 h3:after {
    content : url(common/bftitle_qtright.png) ;
    padding: 0 0 0 10px;
	vertical-align: middle;
	position : relative ;
	bottom : -13px ;
}
.point2 img {
	width: 100%;
}
.point p, .point2 p {
	margin: 5px 0 10px;
	text-align: justify;
}


/*recruit*/
.reccopy {
	line-height: 20px;
	font-size: 14px;
	margin: 10px;
}
.recguidelines {
	border-top: 1px solid #AAA;
	margin: 0 10px 20px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
.recguidelines dt {
	margin: 15px 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;
	margin: 30px auto;
	display: block;
	font-size: 14px;
}
.textbot a {
	background-color: #AAA;
	color: #FFF;
	text-decoration: none;
}


/*contact*/
.formtitle {
	line-height: 20px;
	font-size: 16px;
	margin: 15px 0 10px;
	padding: 0;
	text-align: center;
}
.formcopy {
	font-size: 12px;
	line-height: 20px;
	margin: 0 10px;
}
.wpcf7-form dl {
	line-height: 18px;
	margin: 10px;
}
.wpcf7-form dl dt {
	clear: both;
	float: left;
	padding: 5px 0;
}
.wpcf7-form dl dd {
	margin: 0 0 10px;
}
.wpcf7-form dl dd input {
	padding: 5px 5%;
	width: 90%;
	border: 1px solid #999;
	border-radius: 3px;
}
.wpcf7-form dl dd select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	padding: 5px 5%;
	width: 90%;
	border: 1px solid #999;
	border-radius: 3px;
}
.wpcf7-form dl dd textarea {
	padding: 5px 5%;
	width: 90%;
	border: 1px solid #999;
	border-radius: 3px;
}
.wpcf7-form .agree {
	font-size: 12px;
	margin: 0 10px;
}
.wpcf7-form input.submit {
	text-align: center;
	padding: 10px;
	width: 120px;
	border: 1px solid #666;
	border-radius: 4px;
	margin: 20px auto 50px;
	display: block;
	font-size: 14px;
}
.wpcf7-form input.submit {
	background-color: #AAA;
	color: #FFF;
}
.accept {
margin: 0 10px;
}

#foot {
	margin: 0px 0 0;
}
#foot .footmenu {
	background-color: #A3A4A4;
	color: #FFF;
}
#foot .footmenu .inner {
	width: 100%;
	margin: 0;
	padding: 0px;
	overflow: auto;
}
#foot .footmenu ul {
	width: auto;
	padding-left: 20px;
	margin: 10px;
	overflow: auto;
}
#foot .footmenu ul li {
	float: left;
	width: 50%;
}
#foot .footmenu ul li a {
	color: #FFF;
	text-decoration: none;
}
#foot .footmenu ul li.long {
	width: 100%;
}
#foot .footmenu ul h2 {
	margin: 0 0 5px -20px;
	font-size: 12px;
	line-height: 18px;
}
#foot .footmenu ul h2 a {
	border-radius: 2px 2px 0 0;
	padding: 5px 10px 0;
	border: 1px solid #FFF;
	border-bottom: none;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
}
#foot .addr {
	width: 92%;
	margin: auto;
	padding: 10px 4%;
	overflow: auto;
}
#foot .addr h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 1vw;
	width: 30vw;
}
#foot .addr p {
	font-size: 10px;
	line-height: 14px;
	margin: 0;
}
#foot .copyright {
	background-color: #A3A4A4;
	color: #FFF;
}
#foot .copyright p {
	width: 92%;
	margin: 0 auto;
	padding: 10px 4%;
	overflow: auto;
	font-size: 10px;
	line-height: 14px;
}

#end {}
}