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


h1{
	margin-top: 200px;
	font-size: 1.4rem;
	
}

.heading05 {
	
	position: relative;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading05::before {
	
	content: attr(data-en);
	display: block;
	color: #E7F07B;
	font-size: 3rem;
	font-style: italic;
	text-transform: uppercase;
}

.heading05::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 2px;
	height: 40px;
	background-color: #E7F07B;
}



h2{
	font-size: 1.2rem;
	text-align: left;
}

.support-top{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.support-top p{
	font-size: 1rem;
	text-align: left;
}
h3{
	font-size: 1.3rem;
	text-align: left;
	max-width: 80%;
	margin: 10px auto;
}
.open-flow{
	display: flex;
	justify-content: center;
}


.open-flow h4{
	font-size: 1.3rem;
	color: #fff;
	
}
.open-flow span{
	font-size: 1rem;
}
.open-flow p{
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
}
.open-flow01{
	background-color: #ECD544;
	padding: 20px;
	
}
.open-flow02{
	background-color: #F3944A;
	padding: 20px;
}
.open-flow03{
	background-color: #E75E11;
	padding: 20px;
}
.open-flow04{
	background-color: #E63C41;
	padding: 20px;
}
.open-flow05{
	background-color: #EA36A5;
	padding: 20px;
}
@media (max-width: 900px) {
	.open-flow{
		display: block;
		width: 70%;
		margin: 0 auto;
	}
}



.teian {
  width: 80%;
  margin: 100px auto;
  text-align: center; /* 全体を中央揃え */
}
.teian h1{
	text-align: left;
	margin-bottom: 20px;
}



.teian h2 {
  position: relative;
  background: #E7F07B;
  padding: 2px 25px 2px 4em;
  font-size: 20px;
  color: #474747;
  border-radius: 10px;
	max-width: 800px;
	margin: 60px auto 0;
}

.teian h2:before {
  content: ''; /* 擬似要素として空文字を設定 */
  display: inline-block;
  position: absolute;
  width: 85px; /* 丸アイコンの幅 */
  height: 85px; /* 丸アイコンの高さ */
  left: -1.35em;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain; /* 画像全体を要素内に収める */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 画像の繰り返しを防止 */
  border: solid 3px #E7F07B; 
  border-radius: 50%; /* 丸い形状 */
  background-color: #fff;
}

.teian-office:before { 
  background-image: url("img/support_img/office-icon.svg"); /* 商社・一般企業アイコン */
}

.teian-shop:before {
  background-image: url("img/support_img/shop-icon.svg"); /* アパレル・雑貨店アイコン */
}

.teian-cafe:before {
  background-image: url("img/support_img/restaurant-icon.svg"); /* カフェ・飲食店アイコン */
}

.teian-service:before {
  background-image: url("img/support_img/service-icon.svg"); /* サービス・病院アイコン */
}

.teian-salon:before {
  background-image: url("img/support_img/salon-icon.svg"); /* サロン・美容室アイコン */
}


.teian-content{
	max-width: 800px;
	margin: 40px auto;

}
.teian-content li{
	margin-left: 5em;
	text-align: left;
	font-size: 1.2rem;
}