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


/*----------------共通設定----------------*/
.top-div{
}
.title-common{
	top: 10px
}

/* スマホ用(縦) CSS */
/*----------------会社概要----------------*/
.about-gaiyou{
	background-color: #ffffff;
	padding: .3rem .2rem;
	margin-top: .4rem
}
.about-gaiyou dl{
	
}
.about-gaiyou dt{
  font-size : 15px;
  line-height : 23px;
  letter-spacing : 1.2;	
	display: inline-block;
	width: 85px;
	vertical-align: top;
}
.about-gaiyou dd{
  font-size : 15px;
  line-height : 23px;
  letter-spacing : 0.9px;
  color : #000000;
	display: inline-block;
}
.about-gaiyou hr{
	margin: 20px auto;
}












/*----------------メッセージ----------------*/
.message-section{
	padding: .4rem .15rem;
	position: relative;
}
.message-section h3{
  font-size : 20px;
  line-height : 31px;
  letter-spacing : 2.4px;
  color : var(--pink);
	text-align: center;
}


.message-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.message-naiyou{
	position: relative;
	padding: 0 .2rem;
	order: 2;
	margin-top: .2rem;
}
.message-naiyou p{
	position: relative;
	z-index: 9;
	text-align: justify;
	max-width: 302px;
	margin: auto;
	line-height: 1.7
}
.message-naiyou h5{
  font-weight : bold;
  font-size : 16px;
  letter-spacing : 1.92px;
  color : var(--brown3);
	text-align: right;
	line-height: 40px;
	max-width: 302px;
	margin: auto;
}
.message-naiyou img{
	width: 110px;;
	position: absolute;
	top: .2rem;
	left: 0;
}

.message-img{
	order: 1;
	margin-top: .2rem;
}
.message-img img{
	width: 345px;
	display: block;
	margin: auto;
}






.history{
	background-color: var(--brown1);
	width: 303px;
	margin: auto;
	padding-bottom: 25px;
	margin-top: 30px;
	position: relative;
}
.history>p{
	background-color: var(--brown2);
  font-size : 18px;
  letter-spacing : 2.88px;
  color : #FFFFFF;
	text-align: center;
	line-height: 50px;
	font-weight : bold;
}

.history>div>p{
  font-weight : bold;
  font-size : 15px;
  letter-spacing : 0.15px;
  color : var(--brown3);
	padding: 20px 0px 0px 20px;
}

















/* スマホ用(横)  CSS */
@media (min-width: 480px) {/* 画面サイズが480px以下の時、{　}内のCSSを追加するメディアクエリ */  
}



/* タブレット用  CSS */
@media (min-width: 768px) {/* 画面サイズが768px以下の時、{　}内のCSSを追加するメディアクエリ */

/*----------------共通設定----------------*/



/*----------------会社概要----------------*/
.about-gaiyou{
	margin: auto;
	padding: .35rem .4rem;
	margin-top: .8rem;
	max-width: 768px;
}
.about-gaiyou dl{
	padding: 0 20px;
	max-width: 640px;
	margin: auto;
}
.about-gaiyou dt{
  font-size : 16px;
  line-height : 30px;
  letter-spacing : 1.28px;
	width: 100px;
}
.about-gaiyou dd{
  font-size : 16px;
  line-height : 30px;
  letter-spacing : 0.96px;
}
.about-gaiyou hr{
	margin: 22px auto;
}












/*----------------メッセージ----------------*/
.message-section{
	padding: .8rem 0rem;
	position: relative;
	width: 7.68rem;
	max-width: 768px;
	margin: auto;
	text-align: center;
}
.message-section h3{
  font-size : .30rem;
  letter-spacing : 3.6px;
	margin-bottom: .3rem
}



.message-flex{
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message-naiyou{
	position: relative;
	padding: 0;
	order: 1;
	margin-top: .2rem;
}
.message-naiyou p{
	max-width: 4.0rem;
	margin: auto;
	line-height: 1.7
}
.message-naiyou h5{
  font-size : .18rem;
  letter-spacing : 2.16px;
	line-height: .40rem;
	text-align: right;
	margin: auto;
}
.message-naiyou img{
	width: 2.22rem;
	max-width: 222px;
	position: absolute;
	top: -.9rem;
	left: -1.9rem;
}

.message-img{
	order: 2;
	margin-top: .2rem;
}
.message-img img{
	width: 3.31rem;
	max-width:331px;
	display: block;
	margin: auto;
}




	

.history{
	width: 7.68rem;
	max-width: 768px;
	margin: auto;
	padding-bottom: 0rem;
	margin-top: .3rem;
	position: relative;
	height: 1.31rem;
	max-height: 131px;
	font-size: 0;
}
.history>p{
  font-size : .21rem;
  letter-spacing : 3.36px;
	text-align: center;
	line-height: 1.3rem;
	font-weight : bold;
	display: inline-block;
	vertical-align: top;
	height: 1.31rem;
	max-height: 131px;
	width: 1.90rem;
	max-width: 190px;
	position: absolute;
	left: 0;
	top: 0;
}
	.history>div{
		display: inline-block;
		padding: .2rem 0 0 .8rem;
	}
.history>div>p{
  font-size : .18rem;
  letter-spacing : 2.16px;
	padding: .02rem 0;
	text-align: left;
}









	
	





}










/* PC用  CSS */
@media (min-width: 992px) {/* 画面サイズが992px以下の時、{　}内のCSSを追加するメディアクエリ */

	
	
	
  
}










/* PC用  CSS */
@media (min-width: 1280px) {
	
/*----------------会社概要----------------*/
.about-gaiyou{
	margin: auto;
	padding: 35px 40px;
	margin-top: 80px;
}











/*----------------メッセージ----------------*/
.message-section{
	padding: 80px 0;
	max-width: 768px;

}
.message-section h3{
  font-size : 30px;
	margin-bottom: 50px
}


.message-naiyou{
	margin-top: 20px;
}
.message-naiyou p{
	max-width: 400px;
}
.message-naiyou h5{
  font-size : 18px;
	line-height: 40px;
}
.message-naiyou img{
	top: -90px;
	left: -190px;
}

.message-img{
	margin-top: 20px;
}	
	
	
	
	
	

.history{
	margin-top: 30px;
}
.history>p{
  font-size : 21px;
	line-height: 130px;
}
	.history>div{
		padding: 20px 0 0 80px;
	}
.history>div>p{
  font-size : 18px;
	padding: 02px 0;
}

	
	
	
	
	

	
	
		
	
  
}
