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

html{
	font-size: 62.5%;
}

body{
	margin: 0;
	padding: 0;
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	color: #4d4d4d;
	font-size:1.6rem;
	line-height: 1.5;
}

*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*リセット*/

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

/*header*/

header{
	background: #e7e7e7;
}

header .inner{
	width: 1392px;
	height: 170px;
	margin: 0 auto;
	padding: 40px 0;
    align-items: center;
	position: relative;
}

h1{
	position: absolute;
	top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 541px;
}

h1 img{
	width:541px;
}

#tel{
	position: absolute;
	right: 0;
	top:55px;
	text-align: right;
	margin-top: 15px;
	width: 240px;
}

.number{
	font-size:1.6em;
	font-weight:bold;
	line-height: 1.2;
}

/*メニュー*/

#menubar{
	background: #4864ab;
}

#menubar ul{
	width:1160px;
	margin: 0 auto;
	display: flex;
}

#menubar img{
	width: 230px;
	border-left:1px solid #fff;
}

li:last-child img{
     border-right:1px solid #fff;
}


#menubar a{
	display: block;
	padding: 18px 0;
	transition: all 0.3s;
}

#menubar a:hover{
	background: #a05a82;
}

#menubar a.visit{
	background: #a05a82;
}

@media screen and (min-width: 768px) {
  .drawer{
    display: none;
  }
}



@media screen and (max-width: 768px) {
	#menubar{
		display: none;
	}
}



/*メインイメージ*/

aside{
	background: url("image/top-image1.jpg") center center no-repeat #bed7ff;
	background-size:cover;
}

aside .inner{
	width:1392px;
	margin: 0 auto;
	height: 630px;
	position: relative;
}

aside h2{
	margin: 0;
	width: 800px;
	position: absolute;
	left: 0;
	top:80px;
}

aside p{
	margin: 0;
}

aside p img{
	width: 478px;
	position: absolute;
	right: 116px;
	top:100px;
}

.fadeIn_up{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}
.fadeIn_up.is-show{
  transform: translate(0, 0);
  opacity: 1;
}



/*section*/

#content .inner{
	width: 1160px;
	margin: 0 auto;
	padding: 50px 0;
}



section h2{
	text-align: center;
	font-weight: 800;
	font-size:2.8rem;
	margin-top: 0;
	margin-bottom: 20px;
}

section h3{
	text-align: center;
	font-weight:800;
	font-size:2.5rem;
	margin-bottom: 20px;
}

h3.blue{
	background: #4864ab;
	color:#fff;
	font-size:2.5rem;
	border-radius: 30px;
	padding: 10px 0;


}

h3.violet{
	background: #a05a82;
	color:#fff;
	font-size:2.5rem;
	border-radius: 30px;
	padding: 10px 0;


}

h4{
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 30px;
}

section p{
	line-height: 1.8;
	margin-bottom: 30px;
}

strong{
	font-size: 2.8rem;
}

dt{
	width:210px;
	float:left;
}

dd{
	margin-left: 210px;
}

dt.border{
	width:210px;
	float:left;
	padding:5px 0;
	border-bottom: 1px solid #808080;
}

dd.border{
	margin-left: 210px;
	padding:5px 0;
	border-bottom: 1px solid #808080;
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}


.fbox{
	display: flex;
	margin-right:-76px;
}

.fbox .list{
	width:336px;
	margin-right: 76px;
}

figure{
	text-align: center;
}

figure img{
	width: 192px;
}

.link-btn a{
	background: #fff;
	text-align: center;
	width: 380px;
	padding: 20px 0;
	margin: 30px auto;
	border-radius: 50px;
	border:2px solid #4864ab;
	text-indent: -9999px;
	display: block;
	transition: all 0.3s;
}

.link-btn img{
	width: 60%;
}

.link-btn a:hover{
	background: #a05a82;
	border: 2px solid #fff;

}

.link-btn .con{
	background: url("image/sub-nav1.png") no-repeat center center #fff;
	background-size: 50%;
}

.link-btn .con:hover{
	background: url("image/sub-nav1_on.png") no-repeat center center #a05a82;
	background-size: 50%;
}

.link-btn .cont{
	background: url("image/sub-nav2.png") no-repeat center center #fff;
	background-size: 50%;
}

.link-btn .cont:hover{
	background: url("image/sub-nav2_on.png") no-repeat center center #a05a82;
	background-size: 50%;
}

/*section1*/

.s1{
	background: #e7e7e7;
}

.s1-text{
	text-align: center;
	margin: 50px 0 20px 0;
	font-size: 2.2rem;
}

.top-info{
	width:760px;
	margin: 0 auto;
}

.box{
	margin-bottom: 30px;
}

.box:after{
content: "";
clear: both;
display: block;
}

.box .left{
	float: left;
	width: 48%;
	
}

.box .right{
	float: right;
	width: 48%;
}

.box .left1{
	float: left;
	width: 30%;
	
}

.box .right1{
	float: right;
	width: 66%;
}




/*section2*/

.s-2{
	background: url("image/top-bg1.jpg") no-repeat center top;
	background-size: cover;
}

.s-2comp{
	background: url("image/company-bg.jpg")no-repeat center top;
	background-size: cover;
}

.s-2 .box .left{
	float: left;
	width: 180px;
	
}

.s-2 .box .right{
	float: right;
	width: 550px;
}

.our-flow2{
	margin: 50px 0;
}

.sikaku{
	margin: 50px 0;
	font-size:1.4rem;
}

/*section3*/

#content .s-3 .inner{
	padding: 10px 0 40px 0;
}

h3.news img{
	width:211px;
}

.news-mark{
	background: #4864ab;
	color:#fff;
	padding: 0 20px;
	margin-right: 20px;
	font-size: 1.2rem;
}

.s-3 dl{
	margin: 0 auto;
	line-height: 2.5;
	width: 70%;
}

.s-3 dt{
	width: 100px;
}

.s-3 dd{
	margin-left: -100px;
}


.s-4{
	background: #526db0;
}

.foot-info{
	color:#fff;
}

.foot-info p{
	line-height: 2.2;
}

.foot-info .left{
	width: 50%;
	float:left;
	text-align: center;
}

.foot-info .border{
	border:1px solid #fff;
	width: 70%;
	margin: 20px auto 0 auto;
	padding-top: 10px;
	text-align: center;
	line-height: 2.5rem;
}

.border2{
	border:1px solid #808080;
	width: 70%;
	margin: 20px auto 0 auto;
	padding-top: 10px;
	text-align: center;
	border-radius: 20px;
}

.foot-info .right{
	width: 50%;
	float: right;
	text-align: center;
}

.footer{
	background: #e7e7e7;
	text-align: center;

}

section .footer h3{
	text-align: center;
}

.footer h3 img{
	
	width: 380px;
}

.foot o{
	color:#fff;
}

.foot p{
	line-height: 1.8;
}

.foot .left{
	width: 50%;
	float:left;
	text-align: left;
}

.foot .left h3{
	text-align: left;
}

.foot .left img{
	width: 70%;
}

.foot .right{
	width: 50%;
	float: right;
}

footer{
	background: #808080;
	text-align: center;
	color: #e3e3e3;
	font-size:1.2rem;
	padding: 20px;
}

/*第二階層*/

#head-title{
	background:url("image/head-bg.gif") center center;
}

#head-title .inner{
	background:url("image/head-bg2.png") center center no-repeat;
	background-size:cover;
	padding: 50px 0;
}

#head-title h2{
	margin-top: 20px;
}

#head-title h2 img{
	height:62px;
}

.titleblue{
	background: #546fb1;
	border-bottom: 0;
	padding: 10px;
	color: #fff;
	border-radius:10px;
}

.titleviolet{
	background: #a6658a;
	border-bottom: 0;
	padding: 10px;
	color: #fff;
	border-radius:10px;
}

.titlegray{
	background: #ddd;
	border-bottom: 0;
	padding: 10px;
	border-radius:10px;
	margin-bottom: 10px;
}


.strong{
	font-size:1.6rem;
}

.mark{
	color: red;
}



/*コンサルティング内容*/

.mot{
	color:#fff;
	background: #9a4f79;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;
	font-size:1.8rem;
}

.qi{
	color:#fff;
	background: #3c5aa6;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;
	font-size:1.8rem;
}

.jt{
	color:#fff;
	background: #6c83bc;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;
	font-size:1.8rem;
}

.et{
	font-size:1.5rem;
	font-weight: normal;
	margin-left: 20px;
}

.list-style1{
	margin: 10px 0 30px 0;
}

.list-style1 li{
	display: inline;
	margin-right: 10px;
}

.sp{
	vertical-align: super;
	font-size:1.3rem;
}

.s-5{
	background:url("image/consl-bg.jpg");
}

/*取引実績*/

.table1{
	border: 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 50px;
}

.table1 th{
	padding: 10px 15px;
	text-align: center;
	background:#808080;
	color:#fff;
}

.table1 td{
	background: #fafafa;
	padding: 10px 15px;
	vertical-align: top;
}

.table1 th.cont{
	text-align: left;
}

.table1 td.vac{
	vertical-align: middle;
}

.table1 .title1{
	width:20%;
}

.table1 .title2{
	width:30%;
}

.table1 .title3{
	width: 50%;
}

.table1 .title4{
	width:10%;
}

.table1 .title5{
	width:64%;
}

.table2{
	border: 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 50px;
}

.table2 th{
	padding: 10px 15px;
	text-align: left;
	background:#d0dcf1;
	color: #4d4d4d;
	width: 20%;
}

.table2 td{
	background: #fafafa;
	padding: 10px 15px;
	vertical-align: top;
}

.img-l{
	float: right;
	margin-left:10px;
}




/*スマートホン*/
@media screen and (max-width: 768px) {

	header{
		padding-top: 60px;
	}

#menubar{
		display: none;
}
	
.drawer{
		background: #4864ab;
		position: fixed;
		height: 60px;
	width: 100%;
	z-index: 1;
	}
	
.drawer-hidden{
		display: none;
}

.drawer-open {
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 100;
        cursor: pointer;
}
      
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #fff;
        transition: 0.5s;
        position: absolute;
      }

.drawer-open span:before {
        bottom: 8px;
      }
      
.drawer-open span:after {
        top: 8px;
      }
      
#drawer-check:checked ~ .drawer-open span {
		background: #4864ab;
      }
      
#drawer-check:checked ~ .drawer-open span::before {
        bottom: 0;
        transform: rotate(45deg);
      }
      
#drawer-check:checked ~ .drawer-open span::after {
        top: 0;
        transform: rotate(-45deg);
      }
    
.drawer-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 99;
        background: #4864ab;
        transition: .5s;
        overflow-y: scroll;
      }

.drawer-content a{
        text-decoration: none;
		color:#fff;
		display: block;
		transition: all 0.3s;
		padding: 10px;
      }
.drawer-content a:hover{
		background: #a05a82;		
	}
      
#drawer-check:checked ~ .drawer-content {
        left: 0;
      }
.drawer-list{
        list-style: none;
        margin: 50px 0 0 30px;
      }
.drawer-item{
        width: 80%;
        margin-bottom: 5px;
        font-weight: bold;
 }
	
header .inner{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	height: auto;
}

h1{
	width: 100%;
	position: static;
	margin: 0;
	top:0;
	left: 0;
	 transform:translate(0,0)
}

h1 img{
	width:100%;
}

#tel{
	position: static;
	margin: 20px 0 0 0;
	width: 100%;
	text-align: right;
}

.number{
	font-size:1.2em;
	font-weight:bold;
	line-height: 1.2;
}
	

aside .inner{
	width:95%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

aside h2{
	margin: 0;
	width: 100%;
	position: static;
}

aside p{
	margin: 20px 0 0 0;
	text-align: center;
}

aside p img{
	width: 65%;
	position: static;
}
	
#content .inner{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}
	
section h2{
	font-size:2rem;
	margin-bottom: 10px;
}

section h3{
	font-size:1.8rem;
}

h3.blue{
	background: #4864ab;
	color:#fff;
	font-size:2.2rem;
	border-radius: 30px;
	padding: 10px 0;
}

h4{
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 30px;
}

section p{
	
	line-height: 1.8;
}

strong{
	font-size: 1.9rem;
}
	
.s1-text{
	text-align: center;
	margin: 50px 0 20px 0;
	font-size:1.8rem;
}

dt{
	width:210px;
	float:left;
}

dd{
	margin-left: 210px;
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}


.fbox{
	display:block;
	margin-right:0;
}

.fbox .list{
	width:100%;
	margin-right:0;
}

figure{
	text-align: center;
}

figure img{
	width: 192px;
}


	
.top-info{
	width:90%;
}

.box .left{
	float: none;
	width: 100%;
	
}

.box .right{
	float: none;
	width: 100%;
}
	
.s-2 .box .left{
	float: none;
	width: 100%;
	
}

.s-2 .box .right{
	float: none;
	width: 100%;
}

dt{
	width:100%;
	float:none;
	font-weight: bold;
}

dd{
	margin-left: 0;
}
	
.s-3 dl{
	margin: 0 auto;
	line-height: 2.2;
	width: 100%;
}

.s-3 dt{
	width: 100%;
	margin-bottom: 0;
}

.s-3 dd{
	margin-left: 0;
	margin-bottom: 15px;
}

.s-2 dl{
	margin: 0 auto;
	line-height: 2.2;
	width: 100%;
}

.s-2 dt{
	width: 100%;
	margin-bottom: 0;
}

.s-2 dd{
	margin-left: 0;
	margin-bottom: 15px;
}

	
	
.sikaku{
margin: 10px 0;
font-size:1.4rem;
}
	
.link-btn a{
	width: 100%;
	margin: 0;
}
	
.foot-info .left .border{
	border:1px solid #fff;
	width: 100%;
	margin: 20px auto 0 auto;
}
	

.foot .left img{
	width: 100%;
}
	
#head-title h2 img{
	height:42px;
}

}
