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

.business {
	font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	background-image: -webkit-linear-gradient(237deg,rgba(255,255,255,1.00) 51.30%,rgba(182,219,249,1.00) 70.98%,rgba(234,222,252,1.00) 89.12%);
	background-image: -moz-linear-gradient(237deg,rgba(255,255,255,1.00) 51.30%,rgba(182,219,249,1.00) 70.98%,rgba(234,222,252,1.00) 89.12%);
	background-image: -o-linear-gradient(237deg,rgba(255,255,255,1.00) 51.30%,rgba(182,219,249,1.00) 70.98%,rgba(234,222,252,1.00) 89.12%);
	background-image: linear-gradient(213deg,rgba(255,255,255,1.00) 51.30%,rgba(182,219,249,1.00) 70.98%,rgba(234,222,252,1.00) 89.12%);
}

/* 各セクション */
.business-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0px 0;
}

/* 01の下が欠けないように、2つ目以降だけ重ねる */
.business-item + .business-item {
  margin-top: -100px;
}
.business-item:first-child {
  margin-top: 0;
}

/* 画像を少し下にずらす */
.business-item .image {
  position: relative;
  z-index: 0;
  margin-top: 100px;
}

.business-item:nth-child(even) .image {
  margin-top: 0px;
}

.business-item .image2 {
	position: relative;
	display: block;
	margin-top: -100px;
	margin-left: 200px;
	order: 0;
	float: right;

}

/* 画像 */
.business-item .image img {
  width: 100%;
  border-radius: 0;
  display: block;

}

/* テキスト配置 */
.business-item.right .text {
  order: 2;
  background-color: #FFFFFF;
  margin-top: 110px;
}

.business-item.right .image {
  order: 3;

}
.business-item.right .image img {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.business-item.left .text {
  order: 4;
  text-align: left;
  background-color: #FFFFFF;
  margin-top: 180px;
}

.business-item.left .image {
  order: 1;
}
.business-item.left .image img{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-top: 20px;
}

.business-item .text {
	width: 100%;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
    font-stretch: 100%;
}
.business-item .text h3 {
	font-size: 2em;
	color: #0071bc;
	margin-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;

}

.business-item .text p {
	font-size: 1.1em;
	line-height: 1.6;
	color: #555;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: 400;
}

/* 個人相談セクション */
.personal-consult {
  text-align: center;
  margin: 120px 0;
}

.personal-consult .text-center {
  display: inline-block;
  max-width: 600px;
  padding: 60px 20px;
  background-color: #0071bc;
  color: #fff;
  border-radius: 10px;
}

.personal-consult .text-center h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.personal-consult .text-center p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.personal-consult .btn {
  display: inline-block;
  padding: 14px 40px;
  background-color: #fff;
  color: #0071bc;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.personal-consult .btn:hover {
  background-color: #e0f0ff;
}
.banner01{
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 1200px) {
	.banner01 img{
	height: auto;
	width: 20%;
}	}
/* スマホ時：要素を縦並びに */
@media screen and (max-width: 768px) {	
	
	.offset-0{
		display: none;
	}
.business-item + .business-item {
	margin-top: 0px;
	padding-top: 0px;
}	

	.offset-2{
	}
  .business-item {
    display: block;        /* ← 縦並びにする */
    margin-top: 10px;      /* ← マイナスmargin解除 */
    gap: 0;
  }

  /* PC用の強制位置指定をリセット */
  .business-item .image,
  .business-item .image2,
  .business-item .text {
    margin: 0 !important;
    order: unset !important;
    float: none !important;
  }

  /* 画像は通常表示に戻す */
  .business-item .image img,
  .business-item .image2 img {
    width: 100%;
    height: auto;
    border-radius: 0;    /* ← 角丸が不要なら */
  }

  /* テキストも通常フローに */
  .business-item .text {
    padding: 20px;
    background: #fff;
  }

  /* 見出し・本文の余白調整 */
  .business-item .text h3{
	padding-left: 0;
	padding-right: 0;
	font-size: 1.4em;
  }

  .business-item .text p {
    padding-left: 0;
    padding-right: 0;
	font-size: 1em;  
  }	
.banner01{
	text-align: center;
	margin-top: 20px;
	display: block;
}

}

