@charset "UTF-8";
.introduce {
	background-image: linear-gradient(to bottom, #fff, #d6e7ff);
	padding-bottom: 115px;
}
.introduce-message {
	padding-top: 350px;
}
.greeting {
	font-size: 28px;
	font-family: Toppan Bunkyu Midashi Gothic, "メイリオ", "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #003988;
	position: absolute;
	right: 230px;
	top: -280px;
	height: 210px;
	writing-mode: vertical-rl;
	transform: rotate(9deg);
}
.greeting::before {
	content: "";
	display: block;
	transform: rotate(10deg);
	background-color: #003988;
	width: 3px;
	height: 210px;
	position: absolute;
	right: -30px;
	bottom: 0px;
}
.introduce-balloon img {
	width: 295px;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	margin: 0 auto;
}
.introduce-balloon {
	position: relative;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 50px;
}
.introduce-balloon::before {
	content: "";
	width: 80px;
	height: 75px;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 16%;
	display: block;
	background-color: #fff;
	clip-path: polygon(100% 0%, 90% 100%, 0% 100%);
}
.introduce__txt {
	width: 100%;
	max-width: 740px;
	font-size: 30px;
	line-height: 60px;
	color: #09397d;
	margin: 0 auto;
	padding: 70px 0;
}
@media screen and (max-width: 1440px) {
	.introduce {
		padding-bottom: 70px;
	}
	.greeting {
		font-size: 19px;
		right: 180px;
		top: -200px;
		height: 150px;
	}
	.greeting::before {
		width: 2px;
		height: 150px;
		right: -30px;
		bottom: 10px;
	}
	.introduce-message {
		padding-top: 240px;
	}
	.introduce-balloon img {
		width: 200px;
	}
	.introduce-balloon {
		max-width: 600px;
		border-radius: 33.5px;
	}
	.introduce-balloon::before {
		width: 53.6px;
		height: 50px;
	}
	.introduce__txt {
		max-width: 510px;
		font-size: 20px;
		line-height: 40px;
		padding: 46.9px 0;
	}
}
@media screen and (max-width: 1024px) {
	.introduce {
		padding-bottom: 50px;
	}
	.greeting {
		font-size: 14px;
		right: 140px;
		top: -180px;
		height: 130px;
	}
	.greeting::before {
		width: 2px;
		height: 110px;
		right: -20px;
		bottom: 20px;
	}
	.introduce-message {
		padding-top: 210px;
	}
	.introduce-balloon img {
		width: 180px;
	}
	.introduce-balloon {
		max-width: 450px;
		border-radius: 20px;
	}
	.introduce-balloon::before {
		width: 20px;
		height: 30px;
	}
	.introduce__txt {
		max-width: 360px;
		font-size: 14px;
		line-height: 30px;
		padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.greeting {
		right: 30%;
		top: -170px;
	}
	.introduce .inner {
		padding: 0;
	}
	.introduce-message {
		padding: 200px 20px 0px;
	}
	.introduce-balloon {
		border-radius: 20px;
	}
	.introduce-balloon::before {
		width: 40px;
		height: 35px;
		left: 10%;
	}
	.introduce-balloon img {
		width: 140px;
	}
	.introduce__txt {
		font-size: 12px;
		line-height: 30px;
		padding: 20px;
	}
	.introduce__txt p {
		font-size: 13px;
	}
}
