@charset "UTF-8";
/*
======================
	TOP
======================
*/

h2 {
	color: var(--base-color);
	font-size: initial;
	font-weight: initial;
	position: initial;
	width: initial;
	text-align: initial;
	top: initial;
}

.branding {
	width: 1000px;
	margin: 0 auto;
}


/*
======================
	弊社の思い
======================
*/

.omoi {
    background-image: url(https://successway.sample.style/wp/wp-content/themes/hp20/assets/images/top/omoi-backimg.jpg);
  	background-size: cover;   /*cover・contain*/
	background-repeat:  no-repeat;
	padding: 50px 0;
	width: 100%;
	max-width: 1700px;
	height: 770px;    /* 全表示しないため */
	margin: 30px auto;
} 
	
.title {
   width: 100%;
   color: #385495;
   font-size: 200%;
   font-weight: bold;
   text-align: center;
}



/* -------------------- */
.sub {
　　border-top: 2px solid #0000ff;
  width: calc(50% - 4px);
  float:left;  /*(flex??)*/
  margin: 2px;
}

.sub .sub-title ,
.sub .sub-detail ,
.sub .sub-btn {
  width:100%;
}

.sub .sub-detail  p {
 font-weight: bold;
}

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

.sub .sub-btn  input[type=button] {
 background-color: red;
}
