@charset "utf-8";
/* CSS Document */
/*ここからトップビジュアル*/

/*ここからタイトル*/
.title-section {
  background: linear-gradient(to bottom, #FF6167, #FF8EBB); /*グラデーション*/
  padding-top: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -130px;
}
.title-section h2 {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 600;
}
.title_img img {
  margin-top: 100px;
  display: block;
  width: 100%;
  height: auto;
}
.service-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--main-blue);
	border-radius: 0 0 60px 60px;
}
.service-content-top {
	width: 1000px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-bottom: 50px;
}
.service-content-top_title-PC {
	font-size: 3.4rem;
	font-weight: 600;
	color: #FF8EBB;
}
.service-content-top_title-mobile {
	display: none;
}
.service-content-top p {
	font-size: 2.0rem;
	font-weight: 400;
	color: #fff;
}
.service-aline {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	width: 1000px;
}
.service-flow {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.service-flow h2 {
  font-size: 6.0rem;
  font-weight: 600;
  color: #fff;
  padding: 50px 0;
}
.service-flow img {
  width: 100%;
  height: auto;
  display: block;
}
.service-content_image-all {
	display: flex;
	flex-direction: column;
	width: 1000px;
}
.service-image img {
	width: 100%;
}
.service-content ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 30px;
	background: linear-gradient(to bottom, #FF8EBB, #FF6167);
	padding: 0 25px;
}
.service-content_image-title {
	font-size: 6.0rem;
	font-weight: 600;
	color: #fff;
}
.service-content_image-aline {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.service-content_image {
	display: flex;
	flex-direction: column;
}
.service-content_illustration {
	width: 300px;
	height: auto;
	background: #97EAFF;
	border-radius: 12px;
}
.service-content_illustration img {
	width: 100%;
	aspect-ratio: 3/ 2;
	object-fit: cover;
	object-position: top;
}
.service-content_text {
	width: 300px;
	padding-bottom: 20px;
}
.service-content_text h5 {
	font-size: 2.0rem;
	font-weight: 600;
	color: #fff;
	padding: 10px;
}
.service-content_text p {
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
	padding: 0 10px;
}
.door {
	width: 150px;
	height: auto;
	margin-left: auto;
	margin-top: -190px;
}
.door img {
	width: 100%;
	height: 100%;
	display: block;
}
/*ここまでタイトル*/
/* =============================
  1120px以下 レスポンシブ対応
============================= */
@media (max-width: 1120px) {
  
  .title-section h2 {
    font-size: 3.0rem;
  }
  .title_img img {
    margin-top: 50px;
  }
  .service-content {
	border-radius: 0 0 30px 30px;
}
  .service-content-top {
	width: 650px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 30px;
}
  .service-content-top p {
	font-size: 1.6rem;
}
  .service-content-top_title-PC {
	display: none;
  }
  .service-content-top_title-mobile {
	display: block;
	font-size: 3.0rem;
	font-weight: 600;
	color: #FF8EBB;
  }
  .service-aline {
	flex-direction: column;	
	gap: 10px;
  }
  .service-flow {
    width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  .service-flow h2 {
  font-size: 4.0rem;
  padding: 20px 0 50px;
}
  .service-content ul {
	padding: 0 15px;
}
  .service-content_image-all {
	margin: 0 auto;
	width: 650px;
  }
	.service-content_image-title {
	font-size: 4.0rem;
}
	.service-content_image-aline {
		gap: 10px;
	}
  .service-content_illustration {
	width: 200px;
}
.service-content_illustration img {
	width: 100%;
	aspect-ratio: 3/ 2;
	object-fit: cover;
	object-position: top;
}
.service-content_text {
	width: 200px;
	padding-bottom: 20px;
}
}
/* =============================
  768px以下 レスポンシブ対応
============================= */
@media (max-width: 768px) {
  
  .service-content-top {
	width: 70%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 30px;
}
  .service-content-top_title-mobile {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	color: #FF8EBB;
  }
.service-content-top p {
	font-size: 1.2rem;
}
	
.service-aline {
	display: flex;
	justify-content: center;
	gap: 50px;
	width: 90%;
}
.service-content_image-all {
	width: 100%;
}
.service-content ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 30px;
	background: linear-gradient(to bottom, #FF8EBB, #FF6167);
	padding: 0 15px;
}
.service-content_image-title {
	font-size: 3.0rem;
	font-weight: 600;
	color: #fff;
}
.service-content_image-aline {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.service-content_image {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service-content_illustration {
	width: 90%;
}
.service-content_text {
	width: 90%;
	padding-bottom: 20px;
}
.service-content_text h5 {
	font-size: 2.0rem;
	font-weight: 600;
	color: #fff;
	padding: 10px;
}
.service-content_text p {
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
	padding: 0 10px;
}
.door {
	width: 40%;
	height: auto;
	margin-left: 50%;
	margin-top: -20px;
}
.door img {
	width: 100%;
	height: 100%;
	display: block;
}	
  .service-flow {
  width: 80%;
}
.service-flow h2 {
  font-size: 3.0rem;
  padding: 0 0 30px;
}
}
