@charset "utf-8";
/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
/* h1 */
.contents .heading {
	padding-top: 130px;
	border-radius: 0 60px 60px 0;
	background: #fff url(../img/bg_dot_light-gray.png) repeat 0 0 / 3px 3px;
	text-align: center;
}
.contents .heading h1 {
	font-size: 5.6rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .06em;
	font-feature-settings: "palt";
}
.contents .heading h1 span {
	display: block;
	width: 140px;
	height: 32px;
	margin: 0 auto 10px;
	border-radius: 16px 16px 16px 0;
	background-color: #00b8eb;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
}
.contents .heading + .inBlock {
	margin-top: 120px;
}
/* h2 */
.contents h2 {
	margin-bottom: 40px;
	font-size: 4.4rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	letter-spacing: .03em;
	font-feature-settings: "palt";
}
.contents h2::after {
	content: "";
	display: block;
	width: 76px;
	height: 6px;
	margin: 20px auto 0;
	border-radius: 3.5px;
	background: rgb(0,184,235);
	background: linear-gradient(90deg, rgba(0,184,235,1) 0%, rgba(0,184,235,1) 50%, rgba(0,191,29,1) 50%, rgba(0,191,29,1) 100%);
}
/* h3 */
.contents h3 {
	margin-bottom: 30px;
	font-size: 2.6rem;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: .03em;
	font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
	/* h1 */
	.contents .heading {
		width: calc(100% - 60px);
		height: 380px;
		padding-left: 60px;
	}
	/* h3 */
	.contents h3 {
		text-align: center;
	}
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* h1 */
	.contents .heading {
		width: 95%;
		min-height: 164px;
		margin-right: 5%;
		padding: 45px 0 50px 5%;
		border-radius: 0 30px 30px 0;
	}
	.contents .heading h1 {
		font-size: 3.3rem;
		line-height: 1.2;
	}
	.contents .heading h1 span {
		width: 85px;
		height: 20px;
		margin-bottom: 5px;
		border-radius: 10px 10px 10px 0;
		font-size: 1rem;
		line-height: 20px;
	}
	.contents .heading + .inBlock {
		margin-top: 60px;
	}
	/* h2 */
	.contents h2 {
		margin-bottom: 25px;
		font-size: 2.8rem;
	}
	.contents h2::after {
		content: "";
		display: block;
		width: 76px;
		height: 6px;
		margin: 20px auto 0;
		border-radius: 3.5px;
		background: rgb(0,184,235);
		background: linear-gradient(90deg, rgba(0,184,235,1) 0%, rgba(0,184,235,1) 50%, rgba(0,191,29,1) 50%, rgba(0,191,29,1) 100%);
	}
	/* h3 */
	.contents h3 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
}

/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* contents 1/2 */
	.w546,
	.w1-2 {
		width: 47.895%;
	}
	/* contentsIn 1/2 */
	.contentsIn .w1-2 {
		/* width: 46.735%; */
		width: 458px;
	}
	/* contents 1/3 */
	/* .contents .w350,
	.contents .w1-3 {
		width: 30.702%;
	}
	.w350.fl + .w350.fl,
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.948%;
	} */
	/* contentsIn 1/3 */
	.contentsIn .w1-3 {
		/* width: 30.612%; */
		width: 300px;
	}
	.contentsIn .w1-3.fl + .w1-3.fl {
		/* margin-left: 4.082%; */
		width: 40px;
	}
	/* contents 2/3 */
	/* .w745,
	.w2-3 {
		width: 65.351%;
	} */
	/* contentsIn 2/3 */
	.contentsIn .w2-3 {
		/* width: 65.306%; */
		width: 640px;
	}
	/* 1/4 */
	/* .w258,
	.w1-4 {
		width: 22.632%;
	}
	.w258.fl + .w258.fl,
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.158%;
	} */
	/* 3/4 */
	/* .w846,
	.w3-4 {
		width: 74.212%;
	} */
	/* その他 */
	.w860 {
		width: 860px;
	}
	.w1020 {
		width: 1020px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	/* .w258,
	.w1-4,
	.w208,
	.w1-5 {
		width: 47.25%;
	}
	.w258.cms_fl,
	.w258.fl,
	.w1-4.fl,
	.w208.cms_fl,
	.w208.fl,
	.w1-5.fl {
		float: left !important;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl,
	.w1-4.fl + .w1-4.fl,
	.w208.cms_fl + .w208.cms_fl,
	.w208.fl + .w208.fl,
	.w1-5.fl + .w1-5.fl,
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl + .w258.fl + .w258.fl,
	.w1-4.fl + .w1-4.fl + .w1-4.fl + .w1-4.fl,
	.w208.cms_fl + .w208.cms_fl + .w208.cms_fl + .w208.cms_fl,
	.w208.fl + .w208.fl + .w208.fl + .w208.fl,
	.w1-5.fl + .w1-5.fl + .w1-5.fl + .w1-5.fl {
		margin-left: 5.5%;
	}
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl + .w258.fl,
	.w1-4.fl + .w1-4.fl + .w1-4.fl,
	.w208.cms_fl + .w208.cms_fl + .w208.cms_fl,
	.w208.fl + .w208.fl + .w208.fl,
	.w1-5.fl + .w1-5.fl + .w1-5.fl,
	.w208.cms_fl + .w208.cms_fl + .w208.cms_fl + .w208.cms_fl + .w208.cms_fl,
	.w208.fl + .w208.fl + .w208.fl + .w208.fl + .w208.fl,
	.w1-5.fl + .w1-5.fl + .w1-5.fl + .w1-5.fl + .w1-5.fl {
		margin-left: 0;
	}
	.w258.cms_fl.sp_w100p,
	.w258.fl.sp_w100p,
	.w1-4.fl.sp_w100p {
		float: none !important;
		width: 100%;
	} */
}

/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 背景 */
/* .bgBox {
	padding: 45px 50px;
	border-radius: 16px;
	background-color: #fff;
} */
/* 横並び */
.flexBox {
	display: flex;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-wrap: wrap;
}
.contentsIn .flexBox.div2::after {
	content: none;
}
/* 横並びで写真キャプションが上 */
.flexBox.capTop > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
	/* contentsIn 横並び2列 */
	.contentsIn .flexBox.div2 {
		flex-wrap: wrap;
		/* gap: 40px 6.53%; */
		gap: 40px 64px;
	}
	.contentsIn .flexBox.div2 > * {
		/* width: 46.735%; */
		width: 458px;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 背景 */
	/* .bgBox {
		padding: 35px 20px;
	} */
	/* .contentsIn 横並び2列 */
	.flexBox.div2 {
		flex-direction: column;
		row-gap: 20px;
	}
}

/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
.contents table {
	width: 100%;
	border-collapse: separate;
	border: 1px solid #000;
	border-spacing: 0;
	border-radius: 40px;
}
.contents table th {
	padding: 25px 0 26px;
	background: #191919 url(../img/bg_dot_gray.png) repeat 0 0 / 3px 3px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
}
.contents table td {
	padding: 25px 30px 26px;
	background-color: #f7f8f9;
}
@media print, screen and (min-width: 768px) {
	.contents table th {
		width: 20%;
	}
	.contents table tr:not(:last-child) th,
	.contents table tr:not(:last-child) td {
		border-bottom: 1px dotted #808080;
	}
	.contents table tr:first-child > *:first-child {
		border-radius: 40px 0 0 0;
	}
	.contents table tr:first-child > *:last-child {
		border-radius: 0 40px 0 0;
	}
	.contents table tr:last-child > *:first-child {
		border-radius: 0 0 0 40px;
	}
	.contents table tr:last-child > *:last-child {
		border-radius: 0 0 40px 0;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* レスポンシブ */
	.contents table {
		border-radius: 30px;
		font-size: 1.6rem;
	}
	.contents table.res th,
	.contents table.res td {
		display: block;
		width: 100%;
	}
	.contents table.res th {
		padding: 20px 0;
	}
	.contents table.res td {
		padding: 20px;
	}
	.contents table tr:first-child > *:first-child {
		border-radius: 30px 30px 0 0;
	}
	.contents table tr:last-child > *:last-child {
		border-radius: 0 0 30px 30px;
	}
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.contents ul li {
	position: relative;
	padding-left: 1em;
}
.contents ul li::before {
	content: "●";
	position: absolute;
	top: .7em;
	left: 0;
	color: #00b8eb;
	font-size: 60%;
}
/* 数字 */
.contents ol > li {
	counter-increment: count 1;
	position: relative;
	padding-left: 1.5em;
}
.contents ol > li::before {
	content: counter(count) ".";
	position: absolute;
	top: 0;
	left: .25em;
}
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
}

/* ------------------------------
 アイコン（PC）
------------------------------ */
.contents .inBlock a.arrow {
	display: inline-block;
	margin-top: 6px;
	font-weight: 600;
	font-feature-settings: "palt";
	text-decoration: none;
}
.contents .inBlock a.arrow::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 2px 3px;
	background: url(../img/icon_arrow23b.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
	transform:rotate(-90deg);
}
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 アイコン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
.btn a,
a.btn {
	display: inline-block;
	position: relative;
	min-width: 258px;
	padding: 23px 18px 23px 0;
	border-radius: 37px;
	background-color: #f1f3f5;
	color: #000;
	font-weight: 600;
	text-decoration: none !important;
	text-align: center;
}
.btn a::after,
a.btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	right: 19px;
	width: 40px;
	height: 40px;
	background: url(../img/icon_arrow40r.svg) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	.btn a,
	a.btn {
		transition: .3s ease-in-out;
	}
	.btn a:hover,
	a.btn:hover {
		opacity: .5;
	}
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.btn a,
	a.btn {
		max-width: 300px;
	}
}

/* ------------------------------
 角丸（PC）
------------------------------ */
.contents img.r16 {
	border-radius: 16px;
}
.contents img.r10 {
	border-radius: 10px;
}

/* ------------------------------
 ページ内リンク（PC）
------------------------------ */
.contents .pageLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 60px auto 120px;
	font-weight: bold;
}
.contents .pageLink a {
	display: block;
	width: auto;
	padding: 18px 25px 19px 30px;
	border-radius: 30px;
	background-color: #f1f3f5;
	color: #000;
	line-height: 23px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}
.contents .pageLink a span::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: 5px;
	background: url(../img/icon_arrow23b.svg) no-repeat 0 0 / cover;
	vertical-align: top;
}
@media print, screen and (min-width: 768px) {
	.contents .pageLink {
		width: 1140px;
	}
}
/* ------------------------------
 ページ内リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents .pageLink {
		gap: 6px;
		margin: 30px auto 60px;
	}
	.contents .pageLink a {
		padding: 15px 15px 15px 20px;
		border-radius: 25px;
		font-size: 1.4rem;
		line-height: 20px;
	}
	.contents .pageLink a span::after {
		width: 20px;
		height: 20px;
		margin-left: 4px;
	}
}

/* ------------------------------
 Googleマップ
------------------------------ */
.gmap {
	overflow: hidden;
	position: relative;
	width: 100%;
	border: 1px solid #c8c8c8;
}
.gmap::before {
	content:"";
	display: block;
	padding-top: 52%;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------
 Googleマップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.gmap:before {
		padding-top: 100%;
	}
}

/* ------------------------------
 youtube埋め込み
------------------------------ */
.movie {
	position: relative;
	width: 100%;
}
.movie:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}