@charset "UTF-8";

/* ヘッダ画像
----------------------------------------------------------------- */
.about .header_bg{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

/* about
----------------------------------------------------------------- */

.about{
	font-size: 1.1em;
	line-height: 1.8em;
}
.about .img-responsive{
margin-bottom:0.5em;}
.about .row .btn-default{
	border-top-color: #A47F36;
	border-right-color: #A47F36;
	border-bottom-color: #A47F36;
	border-left-color: #A47F36;
	position: relative;
	margin-bottom: 1em;
	padding-right: 1.5em;
	margin-top:1em;
}
.about .row .btn-default:after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0.2em;
	margin-top:-0.75em;
	font-size:1.5em;
	color: #A47F36;
}

.about section {
	padding-top: 2em;
	padding-bottom: 0.5em;
}

.about h3{
	font-size: 200%;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.about h3 span{
	color: #A47F36;
	font-size:0.6em;
	display:block;
	line-height: normal;
	margin-top:-0.3em;
}
.about h3.catch{
	font-size: 250%;
	line-height: normal;
	font-weight: bold;
	color: #A47F36;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.big_130{
	font-size: 130%;
	line-height: normal;
}
.big_140{
	font-size: 140%;
	line-height: normal;
}

.tex_ct{
	text-align: center;
}
.about .pc_none{
display:none;
}
.about .mb_none{
display:block;
}
@media screen and (max-width:641px){
.about .pc_none{
display:block;
}
.about .mb_none{
display:none;
}
.about .introduction{
text-align:left!important;}
}

/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 2em;
	padding-bottom: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*タブのスタイル*/
.tab_item a {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #A47F36;
  background-color: #FFFFFF;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #A47F36;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item a:hover {
  opacity: 0.75;
}


/*選択されているタブのスタイルを変える*/
.tab_item a.select,.tab_item a.select {
  background-color: #A47F36;
  color: #fff;
}
.tab_content{
  display: none;
padding-top:3em;
}

.tab_content.is_show {
  display: block;
}


.about .inq_box{
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-image: url(../img/inq_bg.jpg);
	  background-position: center;
  background-size: cover;
}
.about .inq_box .row{
	background: rgba(255,255,255,0.7);
	margin-bottom:0;
	position: relative;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}
.about .inq_box .row .row{
	background: rgba(255,255,255,0);
}
.about .inq_box .box_ttl{
	font-size: 1.5em;
	text-align: center;
	line-height: 1em;
	padding-bottom: 0.2em;
	font-weight: bold;
	color: #FFFFFF;
}
.about .inq_box .box_ttl span{
	font-size: 0.7em;
	line-height: normal;
	text-align: center;
	display: block;
	font-weight: normal;
}

.about .link .btn-default{
	color: #fff;
	margin-bottom: 1em;
	background-color: #384B73;
	border-top-color: #384B73;
	border-right-color: #384B73;
	border-bottom-color: #384B73;
	border-left-color: #384B73;
	margin-top:0;
}
.about .link .btn-default:after {
	color: #fff;
}

.about .link .btn-default span{
	display:block;
	font-size: 0.8em;
	line-height: normal;
	font-weight: normal;
}

.about .link .btn-default:hover{
	color: #384B73;
	background-color:#FFFFFF;
}

.about .inq_box .tel{
	font-size: 2.3em;
	line-height: normal;
	font-weight: bold;
}
.about .inq_box .tel span{
	font-size: 0.5em;
	line-height: normal;
	font-weight: normal;
}
.about .row .tel:before {
	display: inline-block;
	transform: scaleX(-1);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095";
	line-height: normal;
	margin-right: 0.2em;
	color: #A47F36;
	font-size: 0.8em;
}

.about table.company{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
	margin-bottom: 0.5em;
}
.about table.company th,.about table.company td{
	line-height: 1.3em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.about table.company th{
	border-bottom-style: solid;
	white-space: nowrap;
}
@media screen and (max-width:641px){
.about table.company th,.about table.company td{
display:block;
	border-bottom-style: solid;
}
.about table.company th{
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.about table.company{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
}

#company_content .cont{
	margin-top: 0.5em;
	margin-bottom: 2.5em;
}
@media screen and (max-width:641px){
#company_content .cont{
	margin-bottom: 5em;
}
}
.about .row h4{
	font-size: 1.5em;
	line-height: 1.3em;
}