@charset "UTF-8";
/* CSS Document */

/* ページ内共通 */
h2{
	font-size: 25px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	font-weight: bold;
	margin-bottom: 70px;
	letter-spacing: 5px;
	position: relative;
}
h2:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #231815;
	position: absolute;
	left: -webkit-calc(50% - 15px);
	left: calc(50% - 15px);
	bottom: -20px;
}
h2 span{
	display: block;
	font-size: 11px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	letter-spacing: 3px;
	padding-top: 10px;
}
h3{
	font-size: 25px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	letter-spacing: 3px;
}

/* メインビジュアル */
.mainV{
	height: 800px;
	position:relative;
	background:url(../img/profile/ph_main.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.mainV .rinenTi img{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	bottom: 0;
	top: 0;
	margin: auto;
}

/* 導入箇所 */
section.intro .rinen{
	padding: 0 0 80px;
}
section.intro .rinen .box dl dt{
	font-size: 20px;
	color: #231815;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	border-bottom: 1px dashed #231815;
	border-top: 1px dashed #231815;
	padding: 5px 0;
	margin-bottom: 15px;
	letter-spacing: 4px;
}
section.intro .rinen .box dl dd{
	font-size: 25px;
	color: #231815;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing: 2px;
}
section.intro .rinen .box dl.pad dd{
	padding-top: 20px;
}
section.intro .shiawase{
	background: #f7f7f9;
	padding: 80px 0;
}
section.intro .shiawase h3{
	margin-bottom: 40px;
}
section.intro .shiawase dl{
	overflow: hidden;
	margin-bottom: 15px;
}
section.intro .shiawase dl dt{
	float: left;
	width: 330px;
	font-size: 20px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	letter-spacing: 2px;
	padding: 5px 0;
	font-weight: normal;
	margin-right: 30px;
}
section.intro .shiawase dl.num01 dt{
	background: #ffd5db;
}
section.intro .shiawase dl.num02 dt{
	background: #fee5d3;
}
section.intro .shiawase dl.num03 dt{
	background: #dbe3cc;
}
section.intro .shiawase dl.num04 dt{
	background: #bbccee;
}
section.intro .shiawase dl.num05 dt{
	background: #e3c7da;
}
section.intro .shiawase dl dd{
	float: left;
	font-size: 16px;
	color: #666666;
	margin-top: 7px;
	letter-spacing: 2px;
}

/* 会社概要 */
section.profile{
	border-bottom: 1px solid #e6e6e6;
	padding: 100px 0;
}
section.profile table.info{
	width: 750px;
	margin: 0 auto;
}
section.profile table.info th{
	width: 26%;
	font-size: 16px;
	color: #231815;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 10px;
	vertical-align: top;
}
section.profile table.info td{
	width: 74%;
	font-size: 16px;
	color: #231815;
	padding-bottom: 10px;
	vertical-align: top;
}

/* オフィス */
section.office{
	padding: 100px 0;
}
#honsya,
#kyusyu,#tokyo,#umeda,#okayama {
	/* margin-top: -100px; */
	padding-top: 100px;
}
section.office .box .pic{
	margin-bottom: 20px;
}
section.office .box .name{
	font-size: 20px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	padding: 5px 0 5px 10px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	border-left: 7px solid #1795ff;
	border-bottom: 1px solid #1795ff;
}
section.office .box .map a{
	display: block;
	font-size: 15px;
	color: #231815;
	background: url(../img/common/ic_map02.png) no-repeat left top 3px;
	background-size: 10px;
	padding: 0 0 3px 15px;
	letter-spacing: 1px;
}
section.office .box .tel{
	font-size: 15px;
	color: #231815;
	background: url(../img/common/ic_tel02.png) no-repeat left top 3px;
	background-size: 10px;
	padding: 0 0 0 15px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
section.office .box .tel a{
	font-size: 15px;
	color: #231815;
}

/* グループ会社 */
section.group{
	padding: 100px 0;
	background: #f7f7f9;
}
section.group dl{
	margin-bottom: 30px;
}
section.group dl dt{
	font-size: 15px;
	color: #666666;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: normal;
}
section.group dl dt span{
	display: block;
	font-size: 20px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	letter-spacing: 2px;
}
section.group dl dd a{
	display: block;
	text-align: center;
}
section.group dl dd a span{
	font-size: 15px;
	color: #1795ff;
	position: relative;
}
section.group dl dd a span:before{
	content: "";
	background: url(../img/common/ic_link.png) no-repeat left top;
	background-size: 15px;
	width: 15px;
	height: 13px;
	position: absolute;
	top: 1px;
	left: -23px;
}




@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {	
	/* ページ内共通 */
h2{
	font-size: 18px;
	margin-bottom: 50px;
}
h3{
	font-size: 18px;
}

/* メインビジュアル */
.mainV{
	height: 250px;
}
.mainV .rinenTi img{
	width: 60%;
}

/* 導入箇所 */
section.intro .rinen{
	padding: 0 0 40px;
}
	section.intro .rinen .box dl:first-child{
		margin-bottom: 30px;
	}
	section.intro .rinen .box dl dt{
	font-size: 18px;
}
section.intro .rinen .box dl dd{
	font-size: 16px;
}
section.intro .rinen .box dl.pad dd{
	padding-top: 0;
}
section.intro .shiawase{
	padding: 40px 0;
}
section.intro .shiawase h3{
	margin-bottom: 20px;
}
section.intro .shiawase dl dt{
	float: none;
	width: 100%;
	font-size: 16px;
	margin-right: 0;
}
section.intro .shiawase dl dd{
	float: none;
	font-size: 14px;
}

/* 会社概要 */
section.profile{
	padding: 40px 0;
}
section.profile table.info{
	width: 100%;
	display: block;
}
section.profile table.info th{
	width: 100%;
	display: block;
	font-size: 14px;
	padding-bottom: 0;
}
section.profile table.info td{
	width: 100%;
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
}

/* オフィス */
section.office{
	padding: 50px 0 20px;
}
	#honsya,
#kyusyu,#tokyo,#umeda,#okayama {
	margin-top: -50px;
	padding-top: 50px;
}
	section.office .box > div{
		margin-bottom: 40px;
	}
	section.office .box .name{
	font-size: 16px;
}
section.office .box .map a{
	font-size: 14px;
}
section.office .box .tel{
	font-size: 14px;
}
section.office .box .tel a{
	font-size: 15px;
	color: #231815;
}

/* グループ会社 */
section.group{
	padding: 50px 0 20px;
}
section.group dl{
	margin-bottom: 30px;
}
section.group dl dt{
	font-size: 12px;
}
section.group dl dt span{
	font-size: 16px;
}
section.group dl dd a span{
	font-size: 14px;
}
	
}


/* 20210720修正 */
section.profile table.info{
	max-width: 991px;
	width: 100%;
	margin: 0 auto;
}
section.profile table.info th{
	width: 25%;
	font-size: 14px;
	color: #231815;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	section.profile table.info th{
		width: 100%;
	}
}
section.profile table.info td{
	width: auto;
	font-size: 14px;
	color: #231815;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
}
.tableborder {
	border-top: solid 1px #d6d6d6;
}
.profile-txt {
	margin-bottom: 100px;
}
.profile-txt p {
	font-size: 16px;
	color: #666666;
}
.profile-txt span {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-top: 12px;
	margin-bottom: 12px;
	display: inline-block;
}

/* 20210826修正 */
.mainV{
	background:url(../img/profile/ph_main2.jpg) no-repeat center center;
}