@charset "utf-8";
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}


/* --- パンくず --- */
#crumb {
	text-align	: left;
	max-width: 1400px;
	width: calc(100% - (30px * 2));
	margin: 0 auto;
	padding: 15px 0 0;
	display: flex;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
	#crumb li,
	#crumb li a{
		font-size: 1.4rem;
		font-weight: 400;
		position: relative;
		color: #fff;
	}
	#crumb li {
		font-size: 1.4rem;
	}
		#crumb li a{
			border-bottom: solid 1px #fff;
		}
		#crumb li a:hover{
			text-decoration: none;
			color: #000;
			border-color: #000;
		}

	#crumb li + li::before{
		content: "\f054";
		font-size: 1.2rem;
		font-family: 'FontAwesome';
		font-weight: 400;
		display: inline-block;
		margin: 0 10px;
		vertical-align: middle;
	}


/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;}
.txt_c { text-align : center !important;}
.txt_l { text-align : left !important;}

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}

.scroll table{
	min-width: 580px;
}

@media screen and (max-width: 768px){
	#crumb {
		padding: 20px 0;
		width: calc(100% - (15px * 2));
	}
}


/* Heading
--------------------------------------------------------------------------- */
.page_title,.hd01,.hd02,.hd03{ line-height: 1.5; }

.page_title{
	margin-top: 60px;
	font-size: 64px;
	color: #fff;
	-webkit-text-stroke: 1px #000;
	text-align: center;
}

.hd01{
	margin-top: 30px;
	font-size: 32px;
}
.hd02{
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: solid 4px #00aeef;
	margin-bottom: 20px;
}
.hd03{
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #0078a3;
}
.hd04{
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px){
	.page_title{
		font-size: 45px;
		margin-top: 40px;
	}
	.hd01{
		font-size: 30px;
	}
	.hd02{
		font-size: 21px;
		padding-bottom: 0;
		border-width: 2px;
	}
	.hd03{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.hd04{
		font-size: 31px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
}


/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}


/* table
--------------------------------------------------------------------------- */

.tblStyle01{
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #000;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #000;
	margin				: 0 auto;
	width				: 100%;
	table-layout: fixed;
}

	.tblStyle01 th,
	.tblStyle01 td {
		border-top		: none;
		border-right	: 1px solid #000;
		border-bottom	: 1px solid #000;
		border-left		: none;
		font-weight		: normal;
	}

	.tblStyle01 th{
		padding: 10px;
		margin			: 0;
		text-align		: center;
		background: #ccf1ff;
	}

.tblStyle01 thead th{
	background: #0078a3;
	color: #fff;
	font-weight: 800;
}

	.tblStyle01 td{
		text-align	: left;
		padding: 15px;
		vertical-align: sub;
	}

table .va-middle{
	vertical-align: middle;
}

.scroll.js-scroll{
	padding-bottom: 10px;
}


/* text
--------------------------------------------------------------------------- */

/* --- color --- */

.red	{ color : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}



/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;
}

	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		background	: #EDEDED;
		font-size	: 75%;
		font-weight	: normal;
	}

	.formStyle01 td{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		font-size	: 75%;
	}

	.formStyle01 .txt10 { color:#444;}

	.wid20  { width : 20px;}
	.wid40  { width : 40px;}
	.wid60  { width : 60px;}
	.wid80  { width : 80px;}
	.wid100 { width : 100px;}
	.wid110 { width : 110px;}
	.wid120 { width : 120px;}
	.wid140 { width : 140px;}
	.wid150 { width : 150px;}
	.wid160 { width : 160px;}
	.wid180 { width : 180px;}
	.wid200 { width : 200px;}
	.wid220 { width : 220px;}
	.wid240 { width : 240px;}
	.wid260 { width : 260px;}
	.wid280 { width : 280px;}
	.wid300 { width : 300px;}
	.wid400 { width : 400px;}

	.txtarea01 { width : 100%; height : 120px;}

	.must  { margin-left : 2px;}
	.must2 {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #cc2727;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;
	}

	.free {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #6bc059;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;
	}


	span.example { display:block; margin-top:5px; color:#666 !important;}

	label { cursor : pointer;}

	input:focus,
	textarea:focus {
		background-color : #f7fdeb;
	}

	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
		transform:rotate(0.03deg);
	}

	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
		transform:rotate(0.03deg);
	}

	input[type="radio"]{
		margin: 0;
	}

	input[type="checkbox"]{
		margin: 0;
	}

	select::-ms-expand {
		display: none;
	}


/* 下層キービジュアル
--------------------------------------------------------------------------- */
.keyVisual{
	max-width: 1920px;
	position: relative;
	margin-inline: auto;
	background-color: #00aeef;
	padding: 20px 20px 15px;
	border-bottom: solid 1px #000;
}
	.keyVisual_content{
		z-index: 1;
		overflow: hidden;
		position: relative;
		background-color: #e5e5e5;
		margin: 0 auto;
		border-radius: 10px;
		border: 1px solid #000;
		height: 370px;
	}
	.keyVisual_content::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: var(--bg-url) no-repeat center bottom / cover;
		opacity: 0.4;
		filter: blur(8px);
		transform: scale(1.1);
	}

.keyVisual_content .innerBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.keyVisual_content .innerBox .keyVisual_title{
	text-align: left;
	font-size: 54px;
	font-weight: 800;
	line-height: 70px;
	color: #fff;
	-webkit-text-stroke: 1.5px #000;
	width: 50%;
}
.keyVisual_content .keyVisual_title span{
	display: block;
	margin-top: 100px;
	margin-left: 79px;
	position: relative;
	z-index: 1;
}
	.keyVisual_content .keyVisual_title span::before{
		content: "";
		display: block;
		position: absolute;
		bottom: 0.5em;
		left: -0.8em;
		z-index: -1;
	}


.keyVisual_content .innerBox .figure{
	border-left: solid 1px #000;
	width: 50%;
	height: 100%;
	aspect-ratio: 780 / 370;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
	.keyVisual{
		padding: 2vw 0 0;
	}
		.keyVisual_content{
			max-height: 720px;
			height: 100%;
			max-width: calc(100% - (1.33vw * 2));
		}
		.keyVisual_content .innerBox{
			flex-direction: column;
			padding-top: 24vw;
		}
			.keyVisual_content .innerBox .keyVisual_title{
				font-size: 7.03125vw;
				-webkit-text-stroke-width: 1px;
				width: 100%;
			}
				.keyVisual_content .keyVisual_title span{
					margin-top: 0;
					margin-bottom: 7.5vw;
					margin-left: 7.8125vw;
				}
				.keyVisual_content .keyVisual_title span::before{
					bottom: 30px;
					left: -5.599vw;
				}

			.keyVisual_content .innerBox .figure{
				width: 100%;
				border-top: solid 1px #000;
				border-left: none;
				border-bottom-left-radius: 10px;
			}
}


/* 下層本文エリア
--------------------------------------------------------------------------- */
#underDetail{
	text-align: left;
	max-width: 880px;
	width: 100%;
	margin: 0 auto 100px;
	color: #000;
	font-size: 16px;
	line-height: 1.75;
}

#underDetail .indent{
	padding-left: 1em;
	text-indent: -1em;
}
#underDetail .indent2{
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#underDetail .container{
	margin-top: 40px;
}
#underDetail .page_title + .container{
	margin-top: 60px;
}

#underDetail .container .colorBox{
	background: #e5e5e5;
	border-radius: 10px;
	padding: 30px;
}

#underDetail a{
	color: #0078a3;
}
#underDetail a:hover{
	text-decoration: underline;
}

#underDetail .container > .inner{
	margin: 0 auto;
	width: calc(100% - (20px * 2));
}

#underDetail a.btn{
	max-width: max-content;
	min-width: 260px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 0 58px;
}
#underDetail a.btn.back{
	margin: 50px auto 0;
}

@media screen and (max-width: 768px){
	#underDetail{
		margin-bottom: 50px;
	}
	#underDetail .container{
		margin-top: 30px;
	}
	#underDetail .page_title + .container {
		margin-top: 30px;
	}
	#underDetail .container .colorBox{
		padding: 15px;
	}
	#underDetail a.btn{
		padding-left: 15px;
		padding-right: 45px;
	}
}


/* タグ検索部分
--------------------------------------------------------------------------- */
.cnt-search{
	padding: 60px 0 65px;
	border-bottom: solid 1px #000;
}

.cnt-search .content{
	width: calc(100% - 20px);
	position: relative;
	z-index: 1;
}
.cnt-search__inner{
	background: #fff;
	border-radius: 10px;
	padding: 30px 30px 45px;
	margin: 0 auto;
	max-width: 860px;
	width: 100%;
	position: relative;
}
.cnt-search__inner .ttlBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.cnt-search__inner .ttl{
	font-size: 24px;
	font-weight: 500;
}

.cnt-search__inner .btn-reset{
	font-weight: 500;
	cursor: pointer;
}
.cnt-search__inner a.btn-reset{
	color: #000;
}
	.cnt-search__inner .btn-reset::before{
		font-family: "Font Awesome 5 Free";
		content: "\f2ea";
		font-weight: 700;
		margin-right: 4px;
	}

.sort-tag{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.js-moreList li {
	opacity: 0;
	display: none;
}

.js-moreList li.is-view {
	display: list-item;
	opacity: 1;
	transition: opacity .3s;
}
	.tagBtn input[type="checkbox"]{
		display: none;
	}
	.tagBtn label{
		border: solid 1px #000;
		border-radius: 15px;
		padding: 0 20px;
		user-select:none;
		background: #fff;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		font-family: "M PLUS Rounded 1c", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
		display: inline-block;
		text-align: center;
		line-height: 30px;
	}
	.tagBtn label:hover{
		text-decoration: none;
	}
	.tagBtn input:checked + label{
		text-decoration: none;
		background: #00aeef;
		color: #fff;
	}

.cnt-search__inner .js-more{
	margin-top: 20px;
}
	.cnt-search__inner .js-more a{
		color: #000;
		border-bottom: solid 1px #000;
	}
	.cnt-search__inner .js-more a::after{
		font-family: "Font Awesome 5 Free";
		content: "\2b";
		font-weight: 700;
		margin-left: 4px;
	}

.cnt-search__inner .searchBtn{
	background: #000;
	border-radius: 25px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	border: none;
	cursor: pointer;
	max-width: 260px;
	width: 100%;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1024px){
	.cnt-search .content::before{
		max-width: 100px;
		right: -10px;
	}
}
@media screen and (max-width: 767px){
	.cnt-search{
		padding: 20px 0 45px;
	}
	.cnt-search__inner{
		padding: 20px 15px 50px;
	}
	.cnt-search__inner .ttl{
		font-size: 18px;
	}
	.cnt-search__inner .btn-reset{
		font-size: 14px;
	}
	.cnt-search__inner .searchBtn{
		line-height: 42px;
		bottom: -21px;
		max-width: 200px;
	}

	.tagBtn label{
		padding: 0 10px;
		font-size: 12px;
	}
}


/* ページナビゲーション
--------------------------------------------------------------------------- */

#pagenavi {
	margin: 20px 0 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
#pagenavi span,
#pagenavi a{
	border: solid 1px #000;
	background: #fff;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	opacity: 1;
}

#pagenavi .current,
#pagenavi a:hover{
	background: #000;
	opacity: 1;
}
#pagenavi .next,
#pagenavi .prev{
	background: #000;
	border: none;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	position: relative;
	transition: 0.3s;
}
#pagenavi .next{
	margin-left: 20px;
}
#pagenavi .prev{
	margin-right: 20px;
}

#pagenavi .next:hover,
#pagenavi .prev:hover{
	background-color: #555;
	transform: scale(1.1);
}
	#pagenavi .next::after,
	#pagenavi .prev::after{
		display: inline-block;
		content: "\f061";
		font-family: 'FontAwesome';
		line-height: 1;
		font-size: 16px;
		color: #fff;
		position: absolute;
		top: calc(100% / 2 - 8px);
		left: calc(100% / 2 - 8px);
		transition: 0.3s;
	}
	#pagenavi .prev::after{
		content: "\f060";
	}

@media screen and (max-width: 768px) {
	#pagenavi{
		margin: 30px 0 50px;
		gap: 8px;
	}
	#pagenavi span,
	#pagenavi a{
		width: 8px;
		height: 8px;
	}
	#pagenavi .next,
	#pagenavi .prev{
		width: 40px;
		height: 40px;
	}
	#pagenavi .next{
		margin-left: 5px;
	}
	#pagenavi .prev{
		margin-right: 5px;
	}
}