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


.svc-header__ttl{
	margin: 250px auto 50px;
	text-align: center;
}

.svc-header__ttl h1{
	font-size: 2.5em;
	margin-bottom: .2em;
	letter-spacing: 10px;
	
	font-family: 'Cormorant Garamond', serif;
}

.svc-header__ttl-sub{
	font-size:.8em;
	letter-spacing: 5px;
}
/**/


.svc-header__hero {
	/*position: relative;*/
	width: 100%;
	height: 600px;
    background:#ddd url(../../service/img/mainvisual_service.jpg) no-repeat center center;
    background-size:cover;
	margin-bottom: 30px;
}




.svc-main{
	max-width: 960px;
	left : 0;
    right: 0;
    margin: 100px auto 0;
}



.svc-main__heading{
	font-size:1.2em;
	font-weight: bold;
    line-height:2em;
	letter-spacing: 10px;
	text-align: center;
	margin-bottom: 40px;
	
}

.svc-main__txt{
	font-size:1em;
	line-height:1.85em;
	margin-bottom: 50px;
}

.underline{
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
}


.svc-main__img{
	text-align: center;
	margin-bottom: 50px;
}

.svc-main__img img{
width: 100%
	/*width: 90%;*/
}


/**/

.svc-main__cpt-set{
	margin-bottom: 100px;
}

.cpt-set__ttl{
	font-size:2em;
	text-align: center;
	letter-spacing: 20px;
	border-bottom: solid 2px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.cpt-set__ttl-en{
	font-size:.8em;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 20px;
	font-family: 'Cormorant Garamond', serif;
}


.cpt-set__txt{
    width: 97%;
    margin: 0 auto;
    font-size:1em;
	line-height:1.85em;
	margin-bottom: 30px;
}


.cpt-set_plist-heading{
margin: 0 0 10px 15px;
letter-spacing: 0.1em;
font-weight: normal;
}


.cbox-set-wrap{
	display: flex;
}

.cbox-set{
	margin: 10px;
}


.cbox-set__img img{
	width: 100%;
}

.cbox-set__ttl{
	font-size: 1.2em;
	letter-spacing: 10px;
	margin: 7px;
	text-align: center;
}

.cbox-set__ttl-en{
	font-size: .8em;
	margin-bottom: 20px;
	text-align: center;

}
.cbox-set-box__cap{
	font-size: .8em;
	line-height: 1.5em;
}




/*CONCEPT-MAP */
/*--------------------------------------*/
.concept-map{
background: url('../../service/img/service_cpmap-pc.jpg') no-repeat center top;
  background-size: cover;
  width: 100%;
  padding-top: 78.125%;
  position: relative;
  
  margin-bottom: 140px;
}

.concept-map .cpmap-think{
    position: absolute;
    top:30.666666%;
    left: 0%;
	width: 27.08333333%;  
}

.concept-map .cpmap-revive{
    position: absolute;
    top:39%;
    left:74%;
	width: 27.08333333%;  
}

.concept-map .cpmap-build{
    position: absolute;
    top:92%;
    left:25%;
	width: 27.08333333%;  
}



.concept-map .cpmap-think img, .concept-map .cpmap-revive img,.concept-map .cpmap-build img{ width: 100%;}

.concept-map .cpmap-think a:hover img,.concept-map .cpmap-revive a:hover img,.concept-map .cpmap-build a:hover img{ 
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/*CONCEPT-keyword-box */
/*--------------------------------------*/

.cpt-set__keyword-box  {
    position: relative;
    margin: 25px auto 30px;
    padding: 20px;
    border: dotted 2px;
    border-radius: 8px;
    width: 95%;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
}

.cpt-set__keyword-box .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 15px;
    padding: 0 10px;
    line-height: 1;
    font-size: 1rem;
    background: #FFF;
    font-weight: normal;
    letter-spacing: 2px;
   
}


.cpt-set__keyword-box p {
    margin: 0; 
    padding: 0;
    
}









