@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oooh+Baby&display=swap');

.fontOoohBaby {
	font-family: "Oooh Baby", cursive;
}

.fontMontserrat {
	font-family: "Montserrat", sans-serif;
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
 color: #00233A;

font-family: "Noto Sans JP", sans-serif;

font-size: 13px;
 *font-size:small;
 *font:x-small;
 text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

#top {
	/*overflow: hidden;*/
}

#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1024px;
	background-color: #F5F7F7;
}


img {
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
	height: auto;
}

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

.dispInBlock {
	display: inline-block;
	vertical-align: middle;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}


/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	/*top: -69px;*/
}

#top {
	/*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}


.contIn600 {
	width: 600px;
	margin: 0px auto;
	position: relative;
}

.contIn700 {
	width: 700px;
	margin: 0px auto;
	position: relative;
}

.contIn800 {
	width: 800px;
	margin: 0px auto;
	position: relative;
}

.contIn850 {
	width: 850px;
	margin: 0px auto;
	position: relative;
}

.contIn960 {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

.contIn1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.contIn1024 {
	width: 1024px;
	margin: 0px auto;
	position: relative;
}


.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	body {

	/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	}

	#wrap {
		overflow: hidden;
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 200px;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		/*top: -79px;*/
	}

	#top {
		/*padding-top: 79px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}
	.spTable {
		display: table !important;
	}

	.contIn600 {
		width: auto;
	}
	
	.contIn700 {
		width: auto;
	}

	.contIn800 {
		width: auto;
	}
	
	.contIn850 {
		width: auto;
	}

	.contIn960 {
		width: auto;
	}

	.contIn1000 {
		width: auto;
	}

	.contIn1024 {
		width: auto;
	}


}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.headerBlock01 {
}

.header01 {
	background-color: #F5F7F7;
	padding: 15px;
}
.headerFlex01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerBox01 {
	display: flex;
	gap: 0px 20px;
}
.headerBox01 img {
	width: auto;
	height: 50px;
}

.headerBox02 {
	display: flex;
	gap: 0px 20px;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
}
.headerBox02 .img01 img {
	width: auto;
	height: 35px;
}

.header02 {
	background-color: #ffffff;
	border-bottom: 1px solid #EBEBEB;
}
.headerFlex02 {
	display: flex;
	align-items: center;
	height: 50px;
}
.headerFlex02 li {
	flex-grow: 1;
}
.headerFlex02 li a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	border-left: 1px solid #EBEBEB;
}
.headerFlex02 li:first-child a {
	border-left: none;
}

.headerFlex02 li a img {
	width: auto;
	height: 30px;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.headerBlock01 {
	}

	.header01 {
		background-color: #F5F7F7;
		padding: 10px;
	}
	.headerFlex01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.headerBox01 {
		display: flex;
		gap: 0px 10px;
	}
	.headerBox01 img {
		width: auto;
		height: 38px;
	}

	.headerBox02 {
		display: flex;
		gap: 0px 20px;
		text-align: center;
		font-size: 10px;
		line-height: 1.0em;
		font-weight: bold;
	}
	.headerBox02 .img01 img {
		width: auto;
		height: 32px;
	}

	.header02 {
		background-color: #ffffff;
		border-bottom: 1px solid #EBEBEB;
	}
	.headerFlex02 {
		display: flex;
		align-items: center;
		height: 50px;
	}
	.headerFlex02 li {
		width: 33%;
		flex-grow: 1;
	}
	.headerFlex02 li a {
		width: 100%;
		display: block;
		justify-content: center;
		align-items: center;
		font-size: 11px;
		line-height: 1.4em;
		font-weight: bold;
		border-left: 1px solid #EBEBEB;
	}
	.headerFlex02 li:first-child a {
		border-left: none;
	}

	.headerFlex02 li a img {
		width: auto;
		height: 25px;
	}



}



/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.contBox03 {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 40px 60px;
}

.newsList01 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.newsList01 li {
	text-align: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}
.newsList01 li:last-child {
	border-bottom: none;
}

.newsFlex01 {
	display: flex;
	align-items: center;
	color: #B60081;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
}
.newsFlex01 .p01 {
	background-color: #F5E8F1;
	border: 1px solid #EFC2E2;
	border-radius: 2px;
	padding: 2px 5px;
	margin-left: 3px;
}

.newsList01 li a {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 500;
}
.newsList01 li a:link {	color: #00233A;	text-decoration: underline;}
.newsList01 li a:visited {	color: #00233A;	text-decoration: underline;}
.newsList01 li a:hover {	color:#00233A;	text-decoration: none;}
.newsList01 li a:active {	color:#00233A;	text-decoration: none;}

.bnrStaff01 {
	text-align: center;
	margin-top: 80px;
}
.bnrStaff01 img {
	width: 660px;
	height: auto;
}

/*-----------------------*/

.contH206 {
	text-align: left;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	box-sizing: border-box;
	padding-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
	position: relative;
	margin-bottom: 30px;
}
.contH206::before {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #B60081;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.cooperation-banner {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.cooperation-banner li {
	width: 18.4%;
}
.cooperation-banner li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*--フッター-----------------------*/

.footerBlock01 {
	background-color: #ffffff;
	padding: 60px 0px 0px;
	margin-top: 80px;
	text-align: left;
}
.footer02Wrap01 {
	background-color: #00233A;
	color: #ffffff;
	padding: 25px 20px;
}
.footer02Wrap01 a:link {	color: #ffffff;	text-decoration: none;}
.footer02Wrap01 a:visited {	color: #ffffff;	text-decoration: none;}
.footer02Wrap01 a:hover {	color:#ffffff;	text-decoration: underline;}
.footer02Wrap01 a:active {	color:#ffffff;	text-decoration: none;}

.footer-nav02 ul {
	display: flex;
	margin: 15px auto;
}
.footer-nav02 ul li {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 500;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #42505A;
}

.copyRight01 {
	text-align: center;
	font-size: 10px;
	line-height: 1.5em;
	color: #969595;
	margin: 10px auto;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px 30px;
}
.footerLogo01 {
	display: flex;
	align-items: center;
}
.footerLogo01 .li01 {
	margin-right: 30px;
}
.footerLogo01 .li01 img {
	width: 120px;
	height: auto;
}
.footer-bv_line {
	color: #747474;
	font-size: 12px;
	line-height: 1.5em;
}
.footer-bv_line a:link {	color: #747474;	text-decoration: underline;}
.footer-bv_line a:visited {	color: #747474;	text-decoration: underline;}
.footer-bv_line a:hover {	color:#747474;	text-decoration: none;}
.footer-bv_line a:active {	color:#747474;	text-decoration: none;}

.footerLogo02 img {
	width: 184px;
	height: auto;
}

/*----*/

.footerFlex01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.footerBox01 {
	width: 241px;
	font-size: 12px;
	line-height: 1.5em;
}
.footerBox01 .border-bottom {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 15px;
}
.footerNavi01 li a {
	position: relative;
	display: block;
	padding: 0px 0px 12px 15px;
}
.footerNavi01 li a:link {	color: #00233A;	text-decoration: none;}
.footerNavi01 li a:visited {	color: #00233A;	text-decoration: none;}
.footerNavi01 li a:hover {	color:#00233A;	text-decoration: none;}
.footerNavi01 li a:active {	color:#00233A;	text-decoration: none;}

.footerNavi01 li a::before {
	content: "";
	background-image: url("../img/footer_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	width: 8px;
	height: 13px;
	position: absolute;
	left: 0px;
	top: 4px;
}
.footerAc {
	margin-bottom: 15px;
}
.footerMb15 {
	margin-bottom: 15px;
}

.footerBlock01 .window {
	display: inline-block;
	background-image: url("../img/icon-window-black.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	vertical-align: sub;
}

.recruitBtnWrap01 li {
	margin-bottom: 10px;
}
.recruitBtnWrap01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 5px 15px;
	background-color: #00233A;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
.recruitBtnWrap01 a:link {	color: #ffffff;	text-decoration: none;}
.recruitBtnWrap01 a:visited {	color: #ffffff;	text-decoration: none;}
.recruitBtnWrap01 a:hover {	color:#ffffff;	text-decoration: none;}
.recruitBtnWrap01 a:active {	color:#ffffff;	text-decoration: none;}

.iconHelp::before {
	content: "";
	display: inline-block;
	background-image: url("../img/icon_help01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	vertical-align: sub;
	margin-right: 8px;
}
.iconGuide::before {
	content: "";
	display: inline-block;
	background-image: url("../img/icon-beginner.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 13px;
	height: 19px;
	vertical-align: sub;
	margin-right: 8px;
}
.iconInfo::before {
	content: "";
	display: inline-block;
	background-image: url("../img/icon_info01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	vertical-align: sub;
	margin-right: 8px;
}
.footerLogo03 {
	width: 50px;
}
.footerTit01 {
	font-size: 12px;
	line-height: 1.5em;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.footerTel01 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
}
i.tel {
	display: inline-block;
	background-image: url("../img/icon-tell.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 17px;
	vertical-align: middle;
	margin-right: 6px;
}
i.mail {
	display: inline-block;
	background-image: url("../img/icon-mail.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 13px;
	vertical-align: middle;
	margin-right: 6px;
}

.footerTime01 {
	color: #969595;
	font-size: 10px;
	line-height: 1.5em;
	padding-left: 22px;
}
.footerMail01 {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 600;
}

.share-container {
	margin-top: 30px;
}
.share-container ul {
	display: flex;
	gap: 0px 20px;
}
.share-container li {
	width: 30px;
}
.share-container a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.contBox03 {
		background-color: #ffffff;
		border-radius: 30px;
		padding: 20px 20px 10px;
	}

	.newsList01 {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.newsList01 li {
		text-align: left;
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #EBEBEB;
	}
	.newsList01 li:last-child {
		border-bottom: none;
	}

	.newsFlex01 {
		display: flex;
		align-items: center;
		color: #B60081;
		font-size: 12px;
		line-height: 1.5em;
		font-weight: 500;
	}
	.newsFlex01 .p01 {
		background-color: #F5E8F1;
		border: 1px solid #EFC2E2;
		border-radius: 2px;
		padding: 2px 5px;
		margin-left: 3px;
	}

	.newsList01 li a {
		font-size: 15px;
		line-height: 1.5em;
		font-weight: 500;
	}
	.newsList01 li a:link {	color: #00233A;	text-decoration: underline;}
	.newsList01 li a:visited {	color: #00233A;	text-decoration: underline;}
	.newsList01 li a:hover {	color:#00233A;	text-decoration: none;}
	.newsList01 li a:active {	color:#00233A;	text-decoration: none;}

	.bnrStaff01 {
		text-align: center;
		margin-top: 40px;
	}
	.bnrStaff01 img {
		width: 660px;
		height: auto;
	}

	/*-----------------------*/

	.contH206 {
		text-align: left;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		box-sizing: border-box;
		padding-bottom: 10px;
		border-bottom: 1px solid #E3E3E3;
		position: relative;
		margin-bottom: 20px;
	}
	.contH206::before {
		content: "";
		width: 40px;
		height: 2px;
		background-color: #B60081;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}

	.cooperation-banner {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 2%;
	}
	.cooperation-banner li {
		width: 32%;
	}
	.cooperation-banner li a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition-duration: 0.3s;
	}

	/*--フッター-----------------------*/

	.footerBlock01 {
		background-color: #ffffff;
		padding: 0px 0px 0px;
		margin-top: 50px;
		text-align: left;
	}
	.footer02Wrap01 {
		background-color: #00233A;
		color: #ffffff;
		padding: 0px;
	}
	.footer02Wrap01 a:link {	color: #ffffff;	text-decoration: none;}
	.footer02Wrap01 a:visited {	color: #ffffff;	text-decoration: none;}
	.footer02Wrap01 a:hover {	color:#ffffff;	text-decoration: underline;}
	.footer02Wrap01 a:active {	color:#ffffff;	text-decoration: none;}

	.footer-nav02 ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0px auto;
	}
	.footer-nav02 ul li {
		font-size: 11px;
		line-height: 1.5em;
		font-weight: 500;
		margin-right: 0px;
		border-right: 1px solid #42505A;
		border-bottom: 1px solid #42505A;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 5px;
		width: 50%;
		height: 50px;
	}

	.copyRight01 {
		text-align: center;
		font-size: 10px;
		line-height: 1.5em;
		color: #969595;
		margin: 10px auto 20px;
	}

	.footer-bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px 15px 20px;
	}
	.footerLogo01 {
		display: flex;
		align-items: center;
	}
	.footerLogo01 .li01 {
		margin-right: 14px;
	}
	.footerLogo01 .li01 img {
		width: 94px;
		height: auto;
	}
	.footer-bv_line {
		color: #747474;
		font-size: 11px;
		line-height: 1.5em;
	}
	.footer-bv_line a:link {	color: #747474;	text-decoration: underline;}
	.footer-bv_line a:visited {	color: #747474;	text-decoration: underline;}
	.footer-bv_line a:hover {	color:#747474;	text-decoration: none;}
	.footer-bv_line a:active {	color:#747474;	text-decoration: none;}

	.footerLogo02 img {
		width: 118px;
		height: auto;
	}

	/*----*/

	.footerFlex01 {
		display: block;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.footerBox01 {
		width: auto;
		font-size: 12px;
		line-height: 1.5em;
	}
	.footerBox01 .border-bottom {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: bold;
		border-bottom: 1px solid #E4E4E4;
		margin-bottom: 0px;
		display: flex;
		align-items: center;
		padding: 10px 40px 10px 15px;
		position: relative;
		height: 56px;
		box-sizing: border-box;
	}
	.footerBox01 .border-bottom.ac::after {
		content: "";
		background-image: url("../img/footerSpAc01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 15px auto;
		width: 15px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.footerBox01 .border-bottom.ac.open::after {
		background-image: url("../img/footerSpAc01_on.png");
	}
	
	.accordion-content {
		display: none;
	}
	
	.footerNavi01 {
		padding: 15px 0px 15px 30px;
		border-bottom: 1px solid #E4E4E4;
	}
	
	.footerNavi01 li a {
		position: relative;
		display: block;
		padding: 0px 0px 12px 15px;
	}
	.footerNavi01 li a:link {	color: #00233A;	text-decoration: none;}
	.footerNavi01 li a:visited {	color: #00233A;	text-decoration: none;}
	.footerNavi01 li a:hover {	color:#00233A;	text-decoration: none;}
	.footerNavi01 li a:active {	color:#00233A;	text-decoration: none;}

	.footerNavi01 li a::before {
		content: "";
		background-image: url("../img/footer_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 8px auto;
		width: 8px;
		height: 13px;
		position: absolute;
		left: 0px;
		top: 4px;
	}
	.footerAc {
		margin-bottom: 0px;
	}
	.footerMb15 {
		margin-bottom: 0px;
	}

	.footerBottomFlex01 {
		display: flex;
		gap: 0px 35px;
		padding: 30px 30px 0px 30px;
	}
	.bottomBox01 {
		width: 65px;
		flex-shrink: 0;
	}
	.bottomBox01 img {
		width: 100%;
		height: auto;
	}
	
	.bottomBox02 {
		width: 100%;
	}
	
	.bottomBox02 .footerMb15 {
		padding-bottom: 15px;
	}
	
	.footerBlock01 .window {
		display: inline-block;
		background-image: url("../img/icon-window-black.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 14px auto;
		width: 14px;
		height: 14px;
		margin-left: 8px;
		vertical-align: sub;
	}

	.recruitBtnWrap01 {
		display: none;
	}
	.recruitBtnWrap01 li {
		margin-bottom: 10px;
	}
	.recruitBtnWrap01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		padding: 5px 15px;
		background-color: #00233A;
		font-size: 12px;
		line-height: 1.5em;
		font-weight: bold;
	}
	.recruitBtnWrap01 a:link {	color: #ffffff;	text-decoration: none;}
	.recruitBtnWrap01 a:visited {	color: #ffffff;	text-decoration: none;}
	.recruitBtnWrap01 a:hover {	color:#ffffff;	text-decoration: none;}
	.recruitBtnWrap01 a:active {	color:#ffffff;	text-decoration: none;}

	.iconHelp::before {
		content: "";
		display: inline-block;
		background-image: url("../img/icon_help01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px auto;
		width: 18px;
		height: 18px;
		vertical-align: sub;
		margin-right: 8px;
	}
	.iconGuide::before {
		content: "";
		display: inline-block;
		background-image: url("../img/icon-beginner.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 13px auto;
		width: 13px;
		height: 19px;
		vertical-align: sub;
		margin-right: 8px;
	}
	.iconInfo::before {
		content: "";
		display: inline-block;
		background-image: url("../img/icon_info01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px auto;
		width: 18px;
		height: 18px;
		vertical-align: sub;
		margin-right: 8px;
	}
	.footerLogo03 {
		width: auto;
	}
	.footerTit01 {
		font-size: 12px;
		line-height: 1.5em;
		border-bottom: 1px solid #E5E5E5;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.footerTel01 {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
	}
	i.tel {
		display: inline-block;
		background-image: url("../img/icon-tell.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 17px;
		vertical-align: middle;
		margin-right: 6px;
	}
	i.mail {
		display: inline-block;
		background-image: url("../img/icon-mail.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 13px;
		vertical-align: middle;
		margin-right: 6px;
	}

	.footerTime01 {
		color: #969595;
		font-size: 10px;
		line-height: 1.5em;
		padding-left: 22px;
	}
	.footerMail01 {
		font-size: 15px;
		line-height: 1.5em;
		font-weight: 600;
	}

	.share-container {
		margin-top: 30px;
	}
	.share-container ul {
		display: flex;
		gap: 0px 20px;
	}
	.share-container li {
		width: 30px;
	}
	.share-container a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition-duration: 0.3s;
	}




}



/* -------------------------------------------------------------------- 
 共通
-------------------------------------------------------------------- */

.card01 {
	padding-bottom: 40px;
}
.card01 .l-inner {
	position: relative;
}
.card01 .swiper-slide {
	width: 420px;
}
.card01 .swiper-pagination {
	bottom: -30px;
}

.card01 .swiper-slide {
	position: relative;
}
.card01 .swiper-slide::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	position: absolute;
	top: 0px;
	left: 0px;
}
.card01 .swiper-slide.swiper-slide-active::after {
	display: none;
}
.card01 .swiper-navigation-icon {
	display: none;
}
/*.card01 .swiper-button-prev {
	background-image: url("/img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -284px;
}
.card01 .swiper-button-next {
	background-image: url("/img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -284px;
}*/
.card01 .swiper-button-prev {
	background-image: url("/img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 44px auto;
	width: 100vw;
	height: 100%;
	top: 0px;
	left: auto;
	right: 50%;
	margin-left: auto;
	margin-right: 210px;
	margin-top: 0px;
}
.card01 .swiper-button-next {
	background-image: url("/img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: left 30px center;
	background-size: 44px auto;
	width: 100vw;
	height: 100%;
	right: auto;
	top: 0px;
	left: 50%;
	margin-left: 210px;
	margin-right: auto;
	margin-top: 0px;
}

.card01 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

/*------------------------------*/

.card02 {
	position: relative;
	padding-bottom: 40px;
}
.card02 .l-inner {
	position: relative;
}
.card02 .swiper-slide {
	width: 500px;
}
.card02 .swiper-pagination {
	bottom: -30px;
}

.card02 .swiper-slide img {
	position: relative;
	width: 350px;
}
.card02 .swiper-slide.swiper-slide-active img {
	width: 500px;
}
.card02 .swiper-navigation-icon {
	display: none;
}
.card02 .swiper-button-prev {
	background-image: url("/img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -308px;
}
.card02 .swiper-button-next {
	background-image: url("/img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -308px;
}
.card02 .swiper-wrapper {
	align-items: flex-end;
}

.card02 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.bgDeco04 {
	width: 93px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: 190px;
	z-index: 1;
}
.bgDeco05 {
	width: 92px;
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: 190px;
	z-index: 1;
}
.bgDeco06 {
	width: 60px;
	position: absolute;
	bottom: -34px;
	left: 50%;
	margin-left: 190px;
	z-index: 1;
}

/*------------------------------*/

.card03 {
	padding-bottom: 40px;
}
.card03 .l-inner {
	position: relative;
}
.card03 .swiper-slide {
	width: 420px;
}
.card03 .swiper-pagination {
	bottom: -30px;
}

.card03 .swiper-slide {
	position: relative;
	background-color: #ffffff;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 30px;
	width: 500px;
}
.card03 .swiper-navigation-icon {
	display: none;
}
.card03 .swiper-button-prev {
	background-image: url("/img/slide_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -270px;
}
.card03 .swiper-button-next {
	background-image: url("/img/slide_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -270px;
}

.card03 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.card03 .swiper {
	padding-top: 12px;
}

/*------------------------------*/

.card04 {
	padding-bottom: 40px;
}
.card04 .l-inner {
	position: relative;
}
.card04 .swiper-slide {
	/*width: 420px;*/
}
.card04 .swiper-pagination {
	bottom: -30px;
}

.card04 .swiper-slide {
	position: relative;
	background-color: #ffffff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 15px;
	width: 250px;
box-shadow: 0px 5px 10px 0px rgba( 0,0,0,0.1 );
-webkit-box-shadow: 0px 5px 10px 0px rgba( 0,0,0,0.1 );
-moz-box-shadow: 0px 5px 10px 0px rgba( 0,0,0,0.1 );
-o-box-shadow: 0px 5px 10px 0px rgba( 0,0,0,0.1 );
-ms-box-shadow: 0px 5px 10px 0px rgba( 0,0,0,0.1 );
}
.card04 .swiper-navigation-icon {
	display: none;
}
.card04 .swiper-button-prev {
	background-image: url("/img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -512px;
}
.card04 .swiper-button-next {
	background-image: url("/img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -512px;
}

.card04 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.card04 .swiper {
	padding-top: 12px;
	padding-bottom: 20px;
}

/*------------------------------*/

.card05 {
	padding-bottom: 40px;
}
.card05 .l-inner {
	position: relative;
}
.card05 .swiper-slide {
	/*width: 420px;*/
}
.card05 .swiper-pagination {
	bottom: -30px;
}

.card05 .swiper-slide {
	position: relative;
	/*background-color: #ffffff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 15px;*/
	width: 250px;
}
.card05 .swiper-navigation-icon {
	display: none;
}
.card05 .swiper-button-prev {
	background-image: url("/img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -512px;
}
.card05 .swiper-button-next {
	background-image: url("/img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -512px;
}

.card05 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.card05 .swiper {
	padding-top: 12px;
}

/*------------------------------*/

.card06 {
	padding-bottom: 40px;
}
.card06 .l-inner {
	position: relative;
}
.card06 .swiper-slide {
	/*width: 420px;*/
}
.card06 .swiper-pagination {
	bottom: -30px;
}

.card06 .swiper-slide {
	position: relative;
	/*background-color: #ffffff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 15px;*/
	width: 250px;
}
.card06 .swiper-navigation-icon {
	display: none;
}
.card06 .swiper-button-prev {
	background-image: url("/img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -512px;
}
.card06 .swiper-button-next {
	background-image: url("/img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -512px;
}

.card06 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.card06 .swiper {
	padding-top: 12px;
}

/*------------------------------*/







/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.card01 {
		padding-bottom: 40px;
	}
	.card01 .l-inner {
		position: relative;
	}
	.card01 .swiper-slide {
		width: 280px;
	}
	.card01 .swiper-pagination {
		bottom: -24px;
	}

	.card01 .swiper-slide {
		position: relative;
	}
	.card01 .swiper-slide::after {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.3;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.card01 .swiper-slide.swiper-slide-active::after {
		display: none;
	}
	.card01 .swiper-navigation-icon {
		display: none;
	}
	/*.card01 .swiper-button-prev {
		background-image: url("/img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		left: 50%;
		margin-left: -180px;
	}
	.card01 .swiper-button-next {
		background-image: url("/img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		right: 50%;
		margin-right: -180px;
	}*/
	.card01 .swiper-button-prev {
		background-image: url("/img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 30px auto;
		width: 100vw;
		height: 100%;
		top: 0px;
		left: auto;
		right: 50%;
		margin-left: auto;
		margin-right: 140px;
		margin-top: 0px;
	}
	.card01 .swiper-button-next {
		background-image: url("/img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-size: 30px auto;
		width: 100vw;
		height: 100%;
		right: auto;
		top: 0px;
		left: 50%;
		margin-left: 140px;
		margin-right: auto;
		margin-top: 0px;
	}

	.card01 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	/*------------------------------*/

	.card02 {
		position: relative;
		padding-bottom: 40px;
	}
	.card02 .l-inner {
		position: relative;
	}
	.card02 .swiper-slide {
		width: 280px;
	}
	.card02 .swiper-pagination {
		bottom: -30px;
	}

	.card02 .swiper-slide img {
		position: relative;
		width: 100%;
	}
	.card02 .swiper-slide.swiper-slide-active img {
		width: 100%;
	}
	.card02 .swiper-navigation-icon {
		display: none;
	}
	.card02 .swiper-button-prev {
		background-image: url("/img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		left: 15px;
		margin-left: -0px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0px;
	}
	.card02 .swiper-button-next {
		background-image: url("/img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		right: 15px;
		margin-right: 0px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0px;
	}
	.card02 .swiper-wrapper {
		align-items: flex-end;
	}

	.card02 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.bgDeco04 {
		width: 93px;
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: 190px;
		z-index: 1;
	}
	.bgDeco05 {
		width: 92px;
		position: absolute;
		bottom: 0px;
		right: 50%;
		margin-right: 190px;
		z-index: 1;
	}
	.bgDeco06 {
		width: 60px;
		position: absolute;
		bottom: -34px;
		left: 50%;
		margin-left: 190px;
		z-index: 1;
	}

	/*------------------------------*/

	.card03 {
		padding-bottom: 40px;
	}
	.card03 .l-inner {
		position: relative;
	}
	.card03 .swiper-slide {
		width: auto;
	}
	.card03 .swiper-pagination {
		bottom: -30px;
	}

	.card03 .swiper-slide {
		position: relative;
		background-color: #ffffff;
		border-radius: 20px;
		box-sizing: border-box;
		padding: 20px;
		width: auto;
	}
	.card03 .swiper-navigation-icon {
		display: none;
	}
	.card03 .swiper-button-prev {
		background-image: url("/img/slide_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		left: 50%;
		margin-left: -270px;
	}
	.card03 .swiper-button-next {
		background-image: url("/img/slide_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		right: 50%;
		margin-right: -270px;
	}

	.card03 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.card03 .swiper {
		padding-top: 12px;
	}

	/*------------------------------*/

	.card04 {
		padding-bottom: 40px;
	}
	.card04 .l-inner {
		position: relative;
	}
	.card04 .swiper-slide {
		/*width: 420px;*/
	}
	.card04 .swiper-pagination {
		bottom: -30px;
	}

	.card04 .swiper-slide {
		position: relative;
		background-color: #ffffff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 15px;
		width: 250px;
	box-shadow: 0px 5px 10px 0px rgba( 0,0,0,0.1 );
	-webkit-box-shadow: 0px 5px 10px 0px rgba( 0,0,0,0.1 );
	-moz-box-shadow: 0px 5px 10px 0px rgba( 0,0,0,0.1 );
	-o-box-shadow: 0px 5px 10px 0px rgba( 0,0,0,0.1 );
	-ms-box-shadow: 0px 5px 10px 0px rgba( 0,0,0,0.1 );
	}
	.card04 .swiper-navigation-icon {
		display: none;
	}
	.card04 .swiper-button-prev {
		background-image: url("/img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		left: 50%;
		margin-left: -512px;
	}
	.card04 .swiper-button-next {
		background-image: url("/img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		right: 50%;
		margin-right: -512px;
	}

	.card04 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.card04 .swiper {
		padding-top: 12px;
		padding-bottom: 20px;
	}

	/*------------------------------*/

	.card05 {
		padding-bottom: 40px;
	}
	.card05 .l-inner {
		position: relative;
	}
	.card05 .swiper-slide {
		/*width: 420px;*/
	}
	.card05 .swiper-pagination {
		bottom: -30px;
	}

	.card05 .swiper-slide {
		position: relative;
		/*background-color: #ffffff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 15px;*/
		width: 250px;
	}
	.card05 .swiper-navigation-icon {
		display: none;
	}
	.card05 .swiper-button-prev {
		background-image: url("/img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		left: 50%;
		margin-left: -512px;
	}
	.card05 .swiper-button-next {
		background-image: url("/img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		right: 50%;
		margin-right: -512px;
	}

	.card05 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.card05 .swiper {
		padding-top: 12px;
	}

	/*------------------------------*/

	.card06 {
		padding-bottom: 40px;
	}
	.card06 .l-inner {
		position: relative;
	}
	.card06 .swiper-slide {
		/*width: 420px;*/
	}
	.card06 .swiper-pagination {
		bottom: -30px;
	}

	.card06 .swiper-slide {
		position: relative;
		/*background-color: #ffffff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 15px;*/
		width: 250px;
	}
	.card06 .swiper-navigation-icon {
		display: none;
	}
	.card06 .swiper-button-prev {
		background-image: url("/img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		left: 50%;
		margin-left: -512px;
	}
	.card06 .swiper-button-next {
		background-image: url("/img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		right: 50%;
		margin-right: -512px;
	}

	.card06 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.card06 .swiper {
		padding-top: 12px;
	}

	/*------------------------------*/

	.card10 {
		padding-bottom: 40px;
		position: relative;
	}
	.card10 .l-inner {
		position: relative;
	}
	.card10 .swiper-slide {
		/*width: 420px;*/
	}
	.card10 .swiper-pagination {
		bottom: 10px;
	}

	.card10 .swiper-slide {
		position: relative;
		/*background-color: #ffffff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 15px;*/
		width: 250px;
	}
	.card10 .swiper-navigation-icon {
		display: none;
	}
	.card10 .swiper-button-prev {
		background-image: url("/img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		left: 18px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0px;
	}
	.card10 .swiper-button-next {
		background-image: url("/img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		right: 18px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0px;
	}

	.card10 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.card10 .swiper {
		/*padding-top: 12px;*/
	}

	/*------------------------------*/



}





/*-----*/




















