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


.container {
	margin-top: 0;
}
section.tenjijou {
	margin-top: 0;
}
h2.title {
	display:none;
}
#crumb {
	display:none;
}
h2.pagetitle {
	width: 100%;
	height:10vw;
	text-align:center;
	background:#29468a;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	line-height: 10vw;
	font-size: 3.3vw;
	display: block;
	color:#FFF;
}
.pagemanu {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pagemanu h2 {
	font-weight: bold;
	display: block;
	line-height: 6vw;
	overflow: hidden;
	position: relative;
	margin-bottom:1vw;
	border-bottom: double 4px #3e3a39;
	-webkit-box-shadow: 0px 2px #c9c9c9;
	        box-shadow: 0px 2px #c9c9c9;
	text-align:center;
	padding:2vw 0;
	font-size:3.8vw;
}
section.topbox {
	width:100%;
	overflow: hidden;
	padding-bottom:10vw;
	margin:auto;
}
.topphoto1 {
	background-image: url(../images/concept/photo-1.jpg);
	width: 100%;
	height: 62vw;
	text-align: left;
	position: relative;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:7vw;
}
.topphoto1 h3 {
	background-image: url(../images/concept/photo1-grade.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	height:24vw;
	background-size:contain;
}
.topphoto1 h3 span {
	padding-top:5.5vw;
	display: block;
	font-size:4.3vw;
	line-height: 6.5vw;	
	font-weight: bold;
	color: #333;
	background-image: url(../images/concept/photo1-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
	margin:auto;
	width:80%;
	padding-bottom:2vw;
}
.topbox p {
    font-size: 3.6vw;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.7;
	width:90%;
	margin:auto;
}
.topbox div,
.topbox div:before,
.topbox div:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 背景グレー*/
section.renomenu {
	background:#eff2f4;
	margin:0 auto 10vw;
	width:100%;
	overflow: hidden;
	padding-top:2vw;	
	margin:auto;
}
.renomenu .box_inr {
	margin:0 auto;
	width:90%;
	overflow: hidden;
	position:relative;
	padding-bottom:8vw;
}
.renomenu h2 {
	position: relative;
	text-align: center;
	font-size: 4vw;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #325886;
	font-weight: bold;	
	margin:1vw auto 5vw;
	width:100%;
}
.renomenu h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #eff2f4;
  text-align: left;
}
.renomenu h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background-image: url(../images/concept/reno-line1.png);
}
.renomenu h3 {
  position: relative;
  display: inline-block;
  padding: 0 10vw;
  font-size: 4.3vw;
  margin: 0 auto 5vw;
  font-weight:bold;
  text-align:center;
}
.renomenu h3:before, .renomenu h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10vw;
  height: 1px;
  background-color: #325886;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.renomenu h3:before {
  left:0;
}
.renomenu h3:after {
  right: 0;
}
p.renotxt1 {
	font-size: 3.4vw;
    text-align: left;
    line-height: 1.5;
	width:90%;
	margin:2vw auto 0;
}
.renomenu h4 {
	width:100%;
	font-size:3.8vw;
	font-weight:bold;
	color:#fff;
	height:8vw;
	line-height:4vw;
	padding-top:1.6vw;
	padding-bottom:2vw;
	border:solid 2px #7b8fa3;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	text-align:center;
	background-color:#325886;
	position:relative;
	margin-bottom:2vw;
	margin-top:8vw;
}
.renomenu h4:before, .renomenu h4:after {
	content: '';
	position: absolute;
	top: 2vw;
	display: inline-block;
	width: 3vw;
	height: 3vw;
	background-color: #7b8fa3;
}
.renomenu h4:before {
  left:2vw;
}
.renomenu h4:after {
  right: 2vw;
}
.renomenu h5 {
	width:100%;
	text-align:center;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding:2vw 0 2vw;
	font-weight:bold;
	font-size:3.6vw;
}
.renomenu h5.green {
	background-color:#c7e3b0;
}
.renomenu h5.orange {
	background-color:#ffcda1;
}
.renomenu h5.pink {
	background-color:#ffc8d7;
}
.renomenu ul {
	position:relative;
	overflow:hidden;
	display: block;
	width: 100%;
}
.renomenu ul > li {
	width: 100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding:2px;
	border:solid 1px #7b8fa3;
	background-color:#fff;
	margin-bottom:1vw;
}
.renomenu ul li p {
	padding:2vw;
	font-size: 3.4vw;
	text-align: left;
	line-height: 1.5;
}
.renomenu ul li p span {
	font-size: 3.2vw;
	display:block;
	padding-top:2vw;
}
p.renotxt2 {
	font-size: 3.4vw;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin:3vw auto 3vw;
	width:100%;
}
p.renotxt3 {
	font-size: 3.4vw;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin:3vw auto 3vw;
	width:100%;
}
p.renotxt3 img {
	margin:0 auto 3vw;
}


/* 内部改修・外部改修 */

.topbox h2.reno_side {
	position: relative;
	color: #00356d;
	font-size: 4.1vw;
	padding: 2vw 0 0;
	text-align: left;
	margin: 3vw auto 0;
	font-weight: bold;
	line-height: 2.1;
	width:95%;
}
.topbox h2.reno_side span {
	border-bottom:dotted 1px #93a0aa;
}
section.renobox {
	margin:0 auto;
	width:95%;
	overflow: hidden;
	padding-bottom:4vw;
}


/*　改修タイトル　*/
.osusume_title {
	overflow: hidden;
	position: relative;
}
.num_gry {
	display: block;
	border:solid 2px #808080;
	padding:5px;
	background-color:#fff;
	margin:auto;
	width:100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	position:relative;
	overflow:hidden;
	margin-bottom:3vw;
}
.num_gry span {
	display: block;
	background-color:#9b9594;
	text-align:center;
	float:left;
	width:25vw;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.num_gry span img {
	width:100%;
	padding:2vw;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.num_gry h3 {
	display: block;
	text-align:left;
	font-size:4vw;
	font-weight: bold;
	line-height:1.1;
	padding:3.5vw 0 2vw 30vw;
}
.osusume_title p {
	display: block;
	text-align:left;
	border-left:solid 2.5vw #efead9;
	padding:0 3vw;
	line-height:1.6;
	font-size:3.8vw;
	margin-bottom:3vw;
}
.renobox_inr {
	margin:0 auto;
	width:100%;
	overflow: hidden;
	padding-bottom:6vw;
}
.madori {
	margin-bottom:7vw;
}
p.reno_setu {
	font-size: 3.2vw;
	line-height: 1.6;
}
.renobox_inr ul.ph2s {
	display: block;
	width: 100%;
	margin-top:2vw;
}
.renobox_inr ul.ph2s li {
	width:100%;
	display:block;
	position:relative;
	margin-bottom:5vw;
}
.renobox_inr ul.ph2s li img {
	width:100%;
	padding-bottom:3vw;
}
.renobox_inr ul.ph2s li span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	padding:2vw 4vw;
	background-color:#000;
	color:#fff;
	font-size:3.2vw;
}
.renobox_inr ul.ph3s {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin-top:2vw;
}
.renobox_inr ul.ph3s li {
	width:48%;
	margin-right:4%;
	display:block;
	position:relative;
	margin-bottom:5vw;
}
.renobox_inr ul.ph3s li:nth-child(even) {
	margin-right:0;
}
.renobox_inr ul.ph3s li img {
	width:100%;
	border:solid 1px #999;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-bottom:2vw;
	padding:3vw;
}
.renobox_inr ul.ph2s2 {
	display: block;
	width: 100%;
	margin-top: 4vw;
	position: relative;
	overflow: hidden;
	background-image: url(../images/side/y_tate.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:5vw;
}
.renobox_inr ul.ph2s2 li {
	width:100%;
	display:block;
	position:relative;
	margin-bottom:10vw;
}
.renobox_inr ul.ph2s2 li:last-child {
	margin-bottom:0;
}
.renobox_inr ul.ph2s2 li img {
	width:100%;
}
.renobox_inr ul.ph2s2 li span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	padding:2vw 4vw;
	background-color:#000;
	color:#fff;
	font-size:3.2vw;
}
p.reno_side_txt {
	width:100%;
	padding:4vw;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	background-color:#efead9;
	font-size:3.8vw;
	line-height:1.6;
	margin-top:4vw;
}

/*経営サポート*/

section.renobox2 {
	margin:0 auto;
	width:95%;
	overflow: hidden;
	padding-bottom:4vw;
}
.renobox2 h2 {
	padding: 0.25em 0.5em;
	color: #000;
	background: transparent;
	border-left: solid 8px #00356d;
	font-size:4vw;
	font-weight: bold;
	line-height:1.6;
	margin-bottom:4vw;
}
p.keieitxt1 {
	font-size: 3.6vw;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin: 0 0.5em 4vw;
}
p.keieitxt2 {
	font-size: 3.6vw;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin: 0 0.5em 8vw;
}
p.keieitxt3 {
	font-size: 3.4vw;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin: 5vw 3vw 0;
	color:#C00;
	background-color:#efefef;
	padding:3vw;
}
ul.keiei_list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin: 0 0 4vw;
	padding: 0 0 0 0.5em;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.keiei_list1 li {
	width: 49.5%;
	margin-right:1%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border:solid 1px #666;
	color:#000;
	font-size:3.8vw;
	text-align:center;
	line-height:1.3;
	font-weight:bold;
	padding:3vw 0 2vw;
	margin-bottom:1vw;
}
ul.keiei_list1 li span {
	font-size:3.6vw;
	font-weight:normal;
	text-align:left;
	display:block;
	padding:2vw 2vw 0;
}
ul.keiei_list1 li:nth-child(even) {
	margin-right:0;
}
ul.keiei_list1 li.blue {
	background-color:#aac1eb;
}
ul.keiei_list1 li.green {
	background-color:#c7e3b0;
}
ul.keiei_list1 li.orange {
	background-color:#ffcda1;
}
ul.keiei_list1 li.pink {
	background-color:#ffc8d7;
}
ul.keiei_list2 {
	width: 100%;
	margin: 0 0 5vw;
	padding: 0 0 0 1.2em;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.keiei_list2 li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom:3vw;
	font-size:3.8vw;
	line-height:1.6;
}
.keiei_img1 {
	width:100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding-top:5vw;
}

/*QAトップ*/
section.qabox {
	width:100%;
	overflow: hidden;
	padding-bottom:10vw;
	margin:auto;
}
.qabox h3 {
	font-size:4vw;
	font-weight: bold;
	line-height:1.6;
	width:90%;
	margin:7vw auto 2vw;
	position:relative;
	overflow:hidden;
	display:block;
	padding:0 0 0 8vw;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	color: #325886;
}
.qabox h3 span {
	font-size:4vw;
	font-weight: bold;
	line-height:1.6;
	color: #325886;
	position:absolute;
	display:block;
	top:0;
	left:0;
}
.qabox p {
	font-size:3.6vw;
	line-height:1.6;
	width:90%;
	margin:0 auto 0;
	position:relative;
	overflow:hidden;
	display:block;
	padding:0 0 0 8vw;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.qabox p span {
	font-size:4vw;
	font-weight: bold;
	line-height:1.6;
	color: #325886;
	position:absolute;
	display:block;
	top:0;
	left:0;
}














