@charset "UTF-8";
* {
    margin: 0; 
    
}
.top{
	font-size: 230%; 
	color: rgb(0, 0, 0);
	padding-bottom: 30px;
}


main{
	background-color: rgb(128, 128, 128);
}

.tit-top{
	width: 100%;
    margin-top: 70px;
}

.haikei{
	width: 100%;
	height: 200px;
	background-image: url(img/社員の声の画像.jpg);
	background-size: cover; /* 画像を要素全体にフィットさせる */	
}

.size{
	padding: 60px ;
	text-align: center;
	font-size: 300%;
	top: 50%;
	left: 50%;
	color: rgb(255, 255, 255);
	text-shadow: 2px 3px 4px black;
}

.name{
	padding-left: 50px;
}

.sub-name{
	font-size: 60%;
}

.container {
  display: flex;
  align-items: center; /* アイコンとテキストを垂直方向に中央揃え */
  text-align: justify;
}

.title {
  padding:  0px 15px;
  border-left: 8px solid lightgreen;
  border-bottom: 2px solid black;
  font-size: 190%;
  margin: 0; /* デフォルトのマージンをリセット */
}

.title1{
  border-bottom: 4px solid black;
  padding:  0px 15px;
  font-size: 190%;
  margin: 0; /* デフォルトのマージンをリセット */
}

.icon1 {
  margin: -16px 20px;
  width: 85px; /* アイコンの幅を設定 */
  height: 90px; /* アイコンの高さを設定 */
  background-image: url(img/23765651丸形男.jpg); /* アイコン画像のパス */
  background-size: contain; /* 画像がアイコンの領域に収まるように調整 */
  background-repeat: no-repeat; /* 画像が繰り返されないように設定 */
  background-position: center; /* 画像の位置を中央に設定 */
  display: inline-flex; /* インラインブロックで横並び */
}
 
.icon2{
  margin: -12px 20px;
  width: 90px; /* アイコンの幅を設定 */
  height: 80px; /* アイコンの高さを設定 */
  background-image: url(img/23765651女性画像.jpg); /* アイコン画像のパス */
  background-size: contain; /* 画像がアイコンの領域に収まるように調整 */
  background-repeat: no-repeat; /* 画像が繰り返されないように設定 */
  background-position: center; /* 画像の位置を中央に設定 */
  display: inline-flex; /* インラインブロックで横並び */
}
  
 .icon3{
  margin: -12px 0px ;
  padding-left: 20px;
  width: 70px; /* アイコンの幅を設定 */
  height: 70px; /* アイコンの高さを設定 */
  background-image: url(img/23765651丸形女.jpg); /* アイコン画像のパス */
  background-size: contain; /* 画像がアイコンの領域に収まるように調整 */
  background-repeat: no-repeat; /* 画像が繰り返されないように設定 */
  background-position: center; /* 画像の位置を中央に設定 */
  display: inline-flex; /* インラインブロックで横並び */
}  
.nasi0,.nasi1{
	line-height: 1.6;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 10px;
}

.nasi0{
	font-size: 95%;
	padding: 0px 25px;
}

.nasi1{
	padding: 25px 25px;
	padding-bottom: 20px;
}

.nasi0::before{
	border-left: 0.5px solid red;
	
}

.font{
	font-size: 120%;
	font-weight: 600;
	padding-top: 20px;
	margin-top: 10px;
}


.bottom{

	padding-top: 50px;
	padding-bottom: 30px;
	display:inline-block;
}

section{
	padding: 70px 140px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}



