.top_block .img_block {
	position: relative;
}

.top_block .img_block .wave {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

img {
	width: 100%;
}
a,
a:hover {
	text-decoration: none;
	border: unset;
	color: unset;
}

.blue {
	padding: 0 4px 6px;
	background: linear-gradient(transparent 50%, #0099d963 50%);
	color: black;
}
.orange {
	padding: 0 4px 6px;
	background: linear-gradient(transparent 50%, #ee780063 50%);
	color: black;
}
main {
	font-family: kozuka-gothic-pr6n, sans-serif;
	text-align: justify;
	letter-spacing: 1px;
}
.top_content {
	position: absolute;
}
.ft-vw-content {
	margin: 0 auto;
}
.base_width {
	box-sizing: content-box;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 15px;
}
.base_width > .content {
	padding: 0 30px 0 10px;
}
.page_top_txt {
	position: relative;
	background: #add7ecd1;
	margin-top: -170px;
	padding: 1px 0 60px;
}
.page_top_txt .title {
	color: white;
	text-align: center;
	font-size: 82px;
	margin-top: -42px;
	margin-bottom: 30px;
}
.page_top_txt h2 {
	margin-bottom: 30px;
}
.page_top_txt h3 {
	text-align: center;
	letter-spacing: 4px;
	font-size: 36px;
	margin-bottom: 40px;
}
.base_width > .content > .txt {
	font-size: 18px;
	line-height: 40px;
	padding: 0 34px 0 16px;
}
.page_top_txt .profile {
	background: white;
	display: flex;
	column-gap: 50px;
	padding: 32px 54px;
	border-radius: 12px;
	margin-bottom: 40px;
}
.page_top_txt .profile > img {
	object-fit: contain;
	max-width: 180px;
}
.page_top_txt .profile > .txt {
	font-size: 14px;
	line-height: 32px;
}
.main-content {
	box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 36px 15px 150px;
}
.link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
	margin-bottom: 40px;
}
.link_list a {
	display: flex;
	align-items: center;
	column-gap: 24px;
	width: 49.2%;
	min-width: 440px;
	padding: 13px 30px;
	border: 2px solid;
	border-radius: 12px;
}
.link_list a > div:nth-child(1) {
	font-size: 60px;
}
.link_list a > div:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
}
.block .ttle {
	display: flex;
	align-items: center;
	column-gap: 30px;
	margin-bottom: 25px;
	padding: 20px 15px;
	border-top: 3px solid;
	border-bottom: 3px solid;
}
.block .ttle > div:nth-child(1) {
	color: #0099d9;
	font-size: 73px;
}
.block .ttle > div:nth-child(2) {
	font-size: 30px;
	font-weight: bold;
}
.block .catch {
	display: flex;
	margin-bottom: 30px;
}
.block .catch > img {
	box-sizing: content-box;
}
#block01 .catch > img {
	max-width: 284px;
	padding: 0 50px 0 25px;
}
.block .catch > div > .tle {
	font-size: 60px;
	font-weight: bold;
	line-height: 93px;
	margin-bottom: 24px;
	padding-top: 24px;
}
.block .catch > div > .txt {
	font-size: 18px;
	line-height: 40px;
}
#block02 .catch > img {
	max-width: 138px;
	padding: 0 45px 0 60px;
}
#block03 .catch > img {
	max-width: 242px;
	padding: 0 52px 0 56px;
}
#block04 .catch {
	padding-left: 5%;
}
#block05 .catch {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
#block05 .catch > div {
	padding-left: 56px;
	margin-bottom: 40px;
}
.top-block,
.fdate {
	padding: 0 4.8%;
}
.top-block h4 {
	color: #008fc1;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 24px;
	padding-top: 20px;
}
.top-block .row {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 44px;
}
.bottom-block {
	margin-bottom: 80px;
}
.bottom-block > .item {
	display: flex;
	column-gap: 38px;
	row-gap: 20px;
	font-size: 18px;
	line-height: 40px;
}
.bottom-block > .item > p {
	padding-bottom: 20px;
}
#block01 .bottom-block img {
	max-width: 480px;
}
#block01 .bottom-block > .item {
	align-items: end;
}
#block02 .bottom-block {
	display: flex;
	column-gap: 38px;
}
#block02 .bottom-block > .item:nth-child(1) img,
#block02 .bottom-block > .item:nth-child(2) img {
	max-width: 480px;
}
#block02 .bottom-block > .item:nth-child(2) {
	flex-direction: column;
}
#block04 .bottom-block > .item:nth-child(1) img,
#block04 .bottom-block > .item:nth-child(2) img {
	max-width: 480px;
}
#block04 .bottom-block {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 25px;
}
#block04 .bottom-block > .item {
	max-width: 480px;
}
#block04 .bottom-block > .item:nth-child(3) {
	max-width: unset;
	width: 100%;
}
#block04 .bottom-block > .item:nth-child(4),
#block04 .bottom-block > .item:nth-child(5) {
	flex-wrap: wrap;
}
#block04 .bottom-block > .item:nth-child(5) img {
	aspect-ratio: 480 / 300;
	padding-top: 18px;
}
#block04 .bottom-block > .item:nth-child(4) p,
#block04 .bottom-block > .item:nth-child(5) p {
	padding-right: 22px;
}
.bottom_btn_wrap {
	background: white;
}
@media screen and (max-width: 1000px) {
	.page_top_txt {
		margin-top: -100px;
	}
}
@media screen and (max-width: 1200px) {
	.page_top_txt h3 {
		letter-spacing: 2px;
		font-size: 30px;
		margin-bottom: 26px;
	}
	.page_top_txt .profile {
		column-gap: 30px;
		padding: 20px 40px;
		margin-bottom: 20px;
	}
	.block .bottom-block,
	.block .bottom-block .item {
		justify-content: center;
	}
	#block05 .catch > img {
		width: 90%;
		margin: 0 auto;
	}
	.page_top_txt .profile > img {
		max-width: 140px;
	}
	.page_top_txt .profile > .txt {
		line-height: 26px;
	}
	.page_top_txt .title {
		font-size: 60px;
	}
	.base_width > .content > .txt {
		font-size: 16px;
		line-height: 32px;
		padding: 0 15px;
	}
	.link_list a {
		column-gap: 15px;
		padding: 10px 24px;
	}
	.link_list a > div:nth-child(1) {
		font-size: 42px;
	}
	.block .ttle {
		column-gap: 20px;
		margin-bottom: 20px;
		padding: 14px 10px;
	}
	.block .ttle > div:nth-child(1) {
		font-size: 60px;
	}
	.block .ttle > div:nth-child(2) {
		font-size: 28px;
	}
	.block .catch > div > .tle {
		font-size: 48px;
		line-height: 64px;
		margin-bottom: 10px;
		padding-top: 16px;
	}
	#block01 .catch > img {
		padding: 0 30px 0 20px;
	}
	.top-block h4 {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 18px;
		padding-top: 10px;
	}
	.top-block .row {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 32px;
	}
	#block01 .bottom-block img {
		max-width: 360px;
	}
	.bottom-block > .item {
		column-gap: 30px;
		row-gap: 16px;
		font-size: 16px;
		line-height: 32px;
	}
}
@media screen and (max-width: 1000px) {
	.page_top_txt h2 {
		width: 90%;
		margin: 0 auto 20px;
	}
	#block02 .bottom-block > .item:nth-child(1) img,
	#block02 .bottom-block > .item:nth-child(2) img {
		max-width: 400px;
	}
	.top-block,
	.fdate {
		padding: 0 3%;
	}
	#block04 .bottom-block > .item:nth-child(3) {
		max-width: 480px;
	}
	.page_top_txt h3 {
		letter-spacing: 1px;
		font-size: 28px;
	}
	.link_list {
		max-width: 500px;
		margin: 0 auto 30px;
	}
	.top-block h4 br {
		display: none;
	}
	.block .catch > div > .txt br {
		display: none;
	}
	.block .catch > div > .tle {
		font-size: 38px;
		line-height: 52px;
	}
}
@media screen and (max-width: 800px) {
	.page_top_txt {
		margin-top: -100px;
		padding: 1px 0 40px;
	}
	.page_top_txt .title {
		font-size: 48px;
		margin-top: -24px;
		margin-bottom: 20px;
	}
	.page_top_txt .profile {
		column-gap: 16px;
		padding: 16px 24px;
		margin-bottom: 20px;
	}
	.block .catch {
		flex-wrap: wrap;
		justify-content: center;
		width: 90%;
		margin: 0 auto 40px;
	}
	.block .catch > div > .tle {
		text-align: center;
	}
	#block01 .bottom-block > .item,
	#block02 .bottom-block {
		flex-wrap: wrap;
		width: 80%;
		margin: 0 auto 50px;
		row-gap: 10px;
	}
	.block .bottom-block,
	.block .bottom-block .item {
		justify-content: center;
	}
	.base_width > .content {
		padding: unset;
	}
	.page_top_txt h3 {
		font-size: 22px;
	}
	#block05 .catch > div {
		padding-left: 0px;
	}
}
@media screen and (max-width: 600px) {
	.bottom-block {
		margin-bottom: 50px;
	}
	.link_list {
		justify-content: center;
	}
	.page_top_txt .profile {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 10px;
	}
	.block .ttle > div:nth-child(1) {
		font-size: 42px;
	}
	.block .ttle > div:nth-child(2) {
		font-size: 24px;
		line-height: 32px;
	}
	.block .ttle > div:nth-child(2) span {
		display: inline-block;
	}
	.block .catch > div > .txt {
		font-size: 16px;
		line-height: 32px;
	}
	.top-block .row {
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	.block .catch > div > .tle {
		font-size: 28px;
		line-height: 38px;
	}
	.page_top_txt .profile > .txt {
		font-size: 12px;
		line-height: 24px;
	}
	.link_list a > div:nth-child(1) {
		font-size: 24px;
	}
	.base_width > .content > .txt {
		font-size: 14px;
		line-height: 28px;
		padding: 0 10px;
	}
	.page_top_txt h3 span.dash {
		display: none;
	}
	.link_list a {
		column-gap: 5px;
		width: 100%;
		min-width: unset;
		padding: 6px 10px;
	}
	.link_list a > div:nth-child(2) {
		font-size: 15px;
	}
	.page_top_txt {
		margin-top: -40px;
		padding: 1px 0 30px;
	}
	.page_top_txt .title {
		font-size: 32px;
		margin-top: -16px;
		margin-bottom: 10px;
	}
	.page_top_txt h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.page_top_txt h3 span {
		display: inline-block;
	}
	.page_top_txt .profile {
		padding: 10px 16px;
		margin-bottom: 20px;
	}
	#block01 .catch > img {
		padding: unset;
		width: 200px;
	}
	.block .catch {
		width: unset;
	}
	#block02 .catch > img {
		max-width: 100px;
	}
	.bottom-block > .item > p br {
		display: none;
	}
	#block03 .catch > img {
		max-width: 180px;
	}
	.fdate {
		font-size: 12px;
	}
	.bottom-block > .item {
		font-size: 14px;
		line-height: 28px;
	}
	#block04 .bottom-block > .item:nth-child(4) p,
	#block04 .bottom-block > .item:nth-child(5) p {
		padding-right: unset;
	}
	.top-block h4 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
		padding-top: unset;
	}
}
