@charset "utf-8";

/* リセットとベーススタイル */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* 共通 */
.container {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width: 1080px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.pc {
	display: block;
}

.pc-br {
	display: inline;
}

/* ヒーローセクション */
.hero {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero img {
	width: 100%;
	height: auto;
	display: block;
}

/* おすすめポイント */
.point {
	padding: 100px 0 0;
}

.point h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.point > .container > p {
	max-width: 980px;
	margin: 0 auto 120px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.9;
	text-align: center;
}

.point-bg {
	position: relative;
	padding: 150px 0 260px;
	z-index: 1;
}

.point-bg-img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: calc(100% + 400px);
	z-index: 0;
}

.link-bg-img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.point-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	margin-top: -160px;
}

.link-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	margin-top: -160px;
}

.point-bg .container,
.link .container {
	position: relative;
	z-index: 1;
}

.section-title-image {
	text-align: center;
	margin-bottom: 65px;
	padding: 0 20px;
}

.section-title-image img {
	width: 100%;
	height: auto;
	max-width: 360px;
	margin: 0 auto;
}

/* ポイントカード */
.div_3col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px 30px;
}

.point_item {
	position: relative;
	width: calc((100% - 60px) / 3);
	min-height: 293px;
	border: 2px solid #7ac9f9;
	background: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 70px 20px 30px;
}

.point_item::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
	background: url("/kimama/img/point01.png") no-repeat center center / contain;
}

.point_item:nth-child(2)::before {
	background: url("/kimama/img/point02.png") no-repeat center center / contain;
}

.point_item:nth-child(3)::before {
	background: url("/kimama/img/point03.png") no-repeat center center / contain;
}

.point_text p {
	margin: 0;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
}

.point_text p + p {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
}

.point_text p.point_ex {
	font-size: 14px;
	color: #ff1d25;
	margin-top: 15px;
}

/* リンクセクション */
.link {
	position: relative;
	margin-top: -60px;
	padding: 150px 0 100px;
	z-index: 2;
}

.link-title {
	margin-bottom: 65px;
}

/* 申込カード一覧 */
.application__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 60px;
	margin-bottom: 0;
}

.application__item {
	position: relative;
	width: calc((100% - 60px) / 2);
	height: 170px;
	text-align: center;
	background-color: #7ac9f9;
}

.application__item::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: 2px solid #ffffff;
	pointer-events: none;
}

.application__item > a,
.application__link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 24px 34px 30px;
	text-align: center;
	color: inherit;
	text-decoration: none;
}

.application__item > a:hover,
.application__link:hover {
	opacity: 0.8;
}

.application__item p.main {
	margin: 0;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.2;
	color: #ffffff;
}

.application__item p.area {
	margin: 8px 0 0;
	padding: 0;
	width: auto;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	color: #00306f;
	background: none;
}

.application__item p.date {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
	color: #00306f;
}

.application__more {
	position: absolute;
	right: 16px;
	bottom: 12px;
	line-height: 0;
}

/* 不要になりやすい補助クラスも一応残す */
.div_2col {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.div_2col a:hover {
	opacity: 0.8;
}

.image-btn {
	display: block;
	max-width: 700px;
	margin: 0 auto;
}

.image-btn img {
	display: block;
	width: 100%;
	height: auto;
}

/* レスポンシブ */
@media (max-width: 960px) {
	.point_text p {
		font-size: 18px;
	}

	.point_text p + p {
		font-size: 14px;
	}

	.point_text p.point_ex {
		font-size: 12px;
	}

	.point_item {
		min-height: inherit;
		padding-left: 15px;
		padding-right: 15px;
	}

	.application__item {
		height: 156px;
	}

	.application__item p.main {
		font-size: 22px;
	}

	.application__item p.area {
		font-size: 12px;
	}

	.application__item p.date {
		font-size: 16px;
	}
}

@media (max-width: 680px) {
	.pc {
		display: none;
	}

	.pc-br {
		display: none;
	}

	.point {
		padding: 70px 0 80px;
	}

	.point h2 {
		font-size: 18px;
		margin-bottom: 18px;
		line-height: 1.8;
	}

	.point > .container > p {
		margin: 0 auto 50px;
		font-size: 10px;
		line-height: 1.8;
		max-width: 100%;
	}

	.point-bg {
		padding: 120px 0 110px;
	}

	.section-title-image {
		margin-bottom: 50px;
		padding: 0 10px;
	}

	.section-title-image img {
		max-width: 220px;
	}

	.div_3col {
		gap: 70px 0;
	}

	.point_item {
		width: 100%;
		padding: 60px 10px 30px;
	}

	.point_item::before {
		top: -40px;
		width: 80px;
		height: 80px;
	}

	.point_text p {
		font-size: 18px;
		line-height: 1.6;
	}

	.point_text p + p {
		font-size: 13px;
		line-height: 1.5;
	}

	.application__list {
		gap: 24px;
	}

	.application__item {
		width: 100%;
		height: 132px;
	}

	.application__item > a,
	.application__link {
		padding: 20px 24px 26px;
	}

	.application__item p.main {
		font-size: 20px;
	}

	.application__item p.area {
		margin-top: 6px;
		font-size: 11px;
		line-height: 1.3;
	}

	.application__more {
		right: 12px;
		bottom: 10px;
	}
}

@media (max-width: 680px) {
	.link-bg-img img {
		width: 100%;
		height: auto;
		transform: scale(2.5);
		transform-origin: top center;
	}

	.link-bg-img {
		top: -40px;
	}

	/* タイトルと雲の距離 */

	.link-title {
		margin-top: 40px;
	}

	/* カード下〜次の背景まで */
	.point-bg {
		padding: 60px 0 180px;
	}

	/* 次セクションの入り（赤背景側） */
	.link {
		margin-top: -110px;
		padding: 0 0 80px;
	}

	.point-bg {
		padding: 100px 0 180px;
	}
	
	.point-bg-img {
		top: -80px;
		height: 100%;
		background: url("/kimama/img/bg_point-sp.png") no-repeat center top / 100% auto;
	}
	
	.point-bg-img img {
		opacity: 0;
		pointer-events: none;
	}
	
}