@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap');

.fontLato {
	font-family: "Lato", sans-serif;
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
	color: #000000;
	/*color: #6D242E;*/
	font-family: "Noto Sans JP", sans-serif;

	font-size: 16px;
	*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;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1100px;
}


img {
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
	height: auto;
}

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

.dispBlock {
	display: block !important;
}

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: -100px;
}

#top {
	/*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}

.spTable {
	display: none !important;
}

.contIn800 {
	width: 800px;
	margin: 0px auto;
	position: relative;
}

.contIn1040 {
	width: 1040px;
	margin: 0px auto;
	position: relative;
}

.contIn1060 {
	width: 1060px;
	margin: 0px auto;
	position: relative;
}

.contIn1200 {
	width: 1200px;
	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 {}

	#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: -50px;
	}

	#top {
		/*padding-top: 79px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pcBr {
		display: none;
	}

	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}

	.spTable {
		display: table !important;
	}

	.contIn800 {
		width: auto;
	}

	.contIn1040 {
		width: auto;
	}

	.contIn1060 {
		width: auto;
	}

	.contIn1200 {
		width: auto;
	}


}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.headerWrap01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100px;
}

.headerLogo01 {
	padding-left: 58px;
}

.headerLogo01 img {
	width: auto;
	height: 60px;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.headerWrap01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: rgba(255, 255, 255, 0.9);
		width: 100%;
		height: 50px;
	}

	.headerLogo01 {
		box-sizing: border-box;
		width: 100%;
		padding: 4px 15px;
	}

	.headerLogo01 img {
		width: auto;
		height: 35px;
	}


}



/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.mainBlock01 {
	background-color: #F7D6D8;
}

.mainvisualWrap01 {
	position: relative;
}

.mainvisualWrap01::before {
	content: "";
	width: 100%;
	height: 396px;
	background-color: #6C6AAC;
	position: absolute;
	left: 0px;
	top: 0px;
}

.mainIn01 {
	padding: 0px 0px 38px;
}

.mainImg01 {
	margin: auto;
	width: 938px;
	height: 705px;
	position: relative;
}

.mainImg01 img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 40px;
}

.mainText01 {
	width: 362px;
	position: absolute;
	left: 25px;
	top: 216px;
	animation-delay: 0.5s;
}

.mainText02 {
	width: 499px;
	position: absolute;
	left: 88px;
	top: 410px;
	animation-delay: 1.0s;
}

.mainCont01 {
	padding: 60px 0px 124px;
}

.mainBox01 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px 20px 120px;
	height: 260px;
}

.mainBox01::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #ffffff;
	border-radius: 0px 260px 260px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}

.mainBox01::after {
	content: "";
	background-image: url("../img/main_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 659px auto;
	width: 659px;
	height: 329px;
	position: absolute;
	left: -38px;
	bottom: 0px;
	z-index: 0;
}

.mainContText01 {
	font-size: 27px;
	line-height: 1.5em;
	font-weight: 500;
}

.mainContText01 .col01 {
	color: #6C6AAC;
}

.textLine01 {
	background-image: url("../img/text_line01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 11px;
}

.mainContText01 .fsR01 {
	font-size: 41px;
}

.mainContText01 .fsR02 {
	font-size: 92px;
	font-weight: bold;
}

.btnMt_20 {
	margin-top: 20px;
}

.contBtn01 {
	text-align: center;
}

.contBtn01 a {
	position: relative;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	padding: 8px 38px 8px 17px;
	background-color: #F8F6BF;
	border: 2px solid #6C6AAC;
	border-radius: 100px;
	height: 52px;
	color: #6C6AAC;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	transition-duration: 0.1s;
}

.contBtn01 a:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	transition-duration: 0.1s;
}

.contBtn01 a::after {
	content: "";
	background-image: url("../img/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
}

.contBtn01 a .s01 {
	font-size: 13px;
}

.zindex1 {
	z-index: 1;
}

.ancBlock01 {
	background-image: url("../img/anc_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	padding-bottom: 110px;
}

.ancH301 {
	text-align: center;
	margin-bottom: 20px;
}

.ancH301 img {
	width: 668px;
	height: auto;
}

.ancFlex01 {
	display: flex;
	justify-content: space-between;
}

.ancFlex01 li {
	width: 330px;
}

.ancFlex01 li a {
	display: block;
	position: relative;
}

.ancFlex01 li a::after {
	content: "";
	background-image: url("../img/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px auto;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	transition-duration: 0.3s;
}

.ancFlex01 li a:hover::after {
	bottom: 10px;
	transition-duration: 0.3s;
}

.bgImg01 {
	width: 188px;
	position: absolute;
	top: 30px;
	left: -120px;
}

.bgImg02 {
	width: 158px;
	position: absolute;
	top: -8px;
	right: -68px;
}

/*--------------------*/

.contBlock01 {
	position: relative;
	background-color: #F8F6BF;
	padding: 80px 0px;
}

.contTitBox01 {
	position: relative;
	background-color: #ffffff;
	padding: 86px 30px 62px;
	box-shadow: 7px 7px 0px 0px #6c6aac;
	-webkit-box-shadow: 7px 7px 0px 0px #6c6aac;
	-moz-box-shadow: 7px 7px 0px 0px #6c6aac;
	-o-box-shadow: 7px 7px 0px 0px #6c6aac;
	-ms-box-shadow: 7px 7px 0px 0px #6c6aac;
}

.cont01P01 {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -58px;
}

.cont01P01 img {
	width: 95px;
	height: auto;
}

.contH301 {
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 60px;
}

/*----------------------*/

.h3Line01 {
	font-weight: bold;
	position: relative;
}

.h3Line01::after {
	content: "";
	width: 100%;
	height: 5px;
	background-color: #9CD8CC;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.h3Line01.col02::after {
	background-color: #F7D6D8;
}

.h3Line01.col03::after {
	background-color: #D8D9F2;
}

/*-----------------------*/

.text18_155_n {
	font-size: 18px;
	line-height: 1.55em;
}

.contMt50 {
	margin-top: 50px;
}

.cont01Box01 {}

.cont01Box01 .box01 {
	background-color: #6C6AAC;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 20px;
	height: 98px;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.2em;
}

.cont01Box01 .box01 .p01 {
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.cont01Box01 .box01 .p01 .s01 {
	width: 166px;
	position: absolute;
	right: -144px;
	top: 50%;
	transform: translateY(-50%);
}

.cont01Box01 .box01 .p01 .s01.s0102 {
	width: 281px;
	right: -260px;
}

.cont01Box01 .box02 {
	background-color: #ffffff;
	padding: 48px 65px 55px;
	display: flex;
	justify-content: space-between;
}

.contBoxIn01 {
	width: 520px;
}

.contDl01 {
	margin-top: 30px;
}

.contDl01:first-child {
	margin-top: 0px;
}

.contDl01 dt {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 2px 20px;
	height: 26px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}

.contDl01 dd {
	display: flex;
	text-align: left;
}

.contDl01 dd .ddImg01 {
	width: 134px;
	flex-shrink: 0;
	margin-right: 16px;
}

.contDl01 dd li {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	text-indent: -1.25em;
	padding-left: 1.25em;
}

/*---------------------*/

.contDl01.dl01 dt {
	background-color: #CB7077;
}

.contDl01.dl01 dd .col01 {
	color: #CB7077;
}

.contDl01.dl02 dt {
	background-color: #63AAA2;
}

.contDl01.dl02 dd .col01 {
	color: #63AAA2;
}

.contDl01.dl03 dt {
	background-color: #63AAA2;
}

.contDl01.dl03 dd .col01 {
	color: #63AAA2;
}

.contDl01.dl04 dt {
	background-color: #DEAE62;
}

.contDl01.dl04 dd .col01 {
	color: #DEAE62;
}

.contDl01.dl05 dt {
	background-color: #4A81AA;
}

.contDl01.dl05 dd .col01 {
	color: #4A81AA;
}

.contDl01.dl06 dt {
	background-color: #A676A7;
}

.contDl01.dl06 dd .col01 {
	color: #A676A7;
}

/*---------------------*/

.contBtn02 {
	text-align: center;
	margin-top: 96px;
}

.contBtn02 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 20px;
	width: 260px;
	height: 60px;
	margin: auto;
	background-color: #6C6AAC;
	border-radius: 100px;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: bold;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	transition-duration: 0.1s;
}

.contBtn02 a:link {
	color: #ffffff;
	text-decoration: none;
}

.contBtn02 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.contBtn02 a:hover {
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	transition-duration: 0.1s;
}

.contBtn02 a:active {
	color: #ffffff;
	text-decoration: none;
}

.btnWrap01 {
	display: inline-block;
	position: relative;
}

.contBtn02 a::before {
	content: "";
	background-image: url("../img/btn_youtube01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 169px auto;
	width: 169px;
	height: 34px;
	position: absolute;
	left: -14px;
	top: -20px;
}

.btnText01 {
	width: 113px;
	position: absolute;
	right: -120px;
	top: 50%;
	transform: translateY(-50%);
}

.bgImg03 {
	width: 380px;
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: -620px;
}

/*--------------------*/

.contBlock02 {
	position: relative;
	background-color: #C4E8E1;
	padding: 80px 0px 134px;
}

.contBlock02_02 {
	position: relative;
	background-color: #F7D6D8;
	padding: 55px 0px 70px;
}

.contBlock02_03 {
	position: relative;
	background-color: #D8D9F2;
	padding: 60px 0px 80px;
}



.cont02Flex01 {
	display: flex;
	margin-top: 40px;
}

.contBtn02.btn02 {
	margin-top: 40px;
	padding-left: 60px;
}

.cont02Flex02 {
	display: flex;
	justify-content: space-between;
}

.bgImg04 {
	width: 399px;
	position: absolute;
	left: 0px;
	top: -236px;
}

.bgImg05 {
	width: 376px;
	position: absolute;
	left: 165px;
	top: -280px;
}

.btnText02 {
	width: 73px;
	position: absolute;
	right: -84px;
	top: 50%;
	transform: translateY(-54%);
}

.cont02Box01Wrap01 {
	text-align: right;
}

.cont02Box01 {
	display: inline-block;
	margin: 45px 100px auto auto;
}

.contBtn02.btn03 {
	margin-top: 50px;
}

.bgImg06 {
	width: 441px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: -600px;
}

.bgImg07 {
	width: 310px;
	position: absolute;
	right: 28px;
	top: -16px;
}

.contImg01 {
	margin-top: 78px;
}

.btnText03 {
	width: 140px;
	position: absolute;
	right: -146px;
	top: 50%;
	transform: translateY(-50%);
}

.btnText04 {
	width: 126px;
	position: absolute;
	right: -132px;
	top: 50%;
	transform: translateY(-50%);
}

.contImg02 {
	margin-top: 115px;
}

.contMr70 {
	margin-right: 70px;
}

.contImg03 {
	margin-top: 20px;
}

/*-------------------------*/

.btnText05 {
	width: 154px;
	position: absolute;
	right: -164px;
	top: 50%;
	transform: translateY(-50%);
}

.cont01Box01 .box01 .p01 .sCol01 {
	color: #F8F6BF;
}

.cont03BtnWrap01 {
	margin: 80px auto;
}

.contBtn01.btn02 a {
	background-color: #ffffff;
	min-width: 290px;
	justify-content: center;
}

.contBtn01.btn02 a::after {
	background-image: url("../img/btn_ar03.png");
}

.cont03Flex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 26px;
}

.cont03Flex01 li {
	width: 240px;
	box-sizing: border-box;
	padding-top: 36px;
	position: relative;
	text-align: left;
}

.contNum01 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #6C6AAC;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.0em;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.contH501Wrap01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 18px 8px 2px;
	height: 118px;
}

.cont03Flex01 li.li01 .contH501Wrap01 {
	background-color: #F7D6D8;
}

.cont03Flex01 li.li02 .contH501Wrap01 {
	background-color: #C4E8E1;
}

.cont03Flex01 li.li03 .contH501Wrap01 {
	background-color: #F7D6D8;
}

.cont03Flex01 li.li04 .contH501Wrap01 {
	background-color: #C4E8E1;
}

.cont03Flex01 li.li05 .contH501Wrap01 {
	background-color: #C4E8E1;
}

.cont03Flex01 li.li06 .contH501Wrap01 {
	background-color: #F7D6D8;
}

.cont03Flex01 li.li07 .contH501Wrap01 {
	background-color: #C4E8E1;
}


.contH501 {
	font-size: 27px;
	line-height: 1.2em;
	font-weight: bold;
}

.contH501 .s01 {
	font-size: 20px;
	font-weight: normal;
}

.contText01 {
	font-size: 16px;
	line-height: 1.85em;
	margin-top: 18px;
}

.bgImg08 {
	width: 378px;
	position: absolute;
	right: 62px;
	bottom: -540px;
}

.bgImg09 {
	width: 414px;
	position: absolute;
	left: -20px;
	top: -370px;
}

.bgImg10 {
	width: 252px;
	position: absolute;
	right: 74px;
	bottom: -60px;
}

/*-------------------*/

.contBlock03 {
	background-image: url("../img/anc_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 52px auto;
	background-color: #C4E8E1;
	padding: 0px 0px 100px;
}

.contH302 {
	text-align: center;
}

.contH302 img {
	width: 557px;
	height: auto;
}

.block03Box01 {
	position: relative;
	background-color: #ffffff;
}

.block03P01 {
	background-color: #6C6AAC;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 210px;
	height: 60px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: -15px;
}

.block03BoxIn01 {
	text-align: left;
	padding: 30px;
	font-size: 16px;
	line-height: 1.85em;
}

.block03Flex01 {
	display: flex;
	align-items: flex-end;
	margin-bottom: 18px;
}

.contH401 {
	color: #6C6AAC;
	font-size: 25px;
	line-height: 1.45em;
	font-weight: bold;
	margin-right: 30px;
}

.block03Text01 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
}

.block03Text01 .s01 {
	font-size: 16px;
}

.block03Text01 .s02 {
	font-size: 13px;
}

.block03BoxIn02 {
	background-color: #F8F6BF;
	box-sizing: border-box;
	width: 644px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	gap: 0px 20px;
	font-size: 14px;
	line-height: 1.55em;
	text-align: left;
}

.block03BoxIn02 .box02 {
	width: 114px;
	flex-shrink: 0;
}

.block03BoxIn02 .block03Flex01 {
	justify-content: space-between;
}

.block03BoxIn02 .contH401 {
	font-size: 20px;
}

.block03BoxIn02 .block03Text01 {
	font-size: 18px;
}

.block03BoxIn02 .block03Text01 .s01 {
	font-size: 14px;
}

.bgImg11 {
	width: 383px;
	position: absolute;
	right: 0px;
	bottom: -560px
}

.contMt45 {
	margin-top: 45px;
}

/*------------------*/

.contBlock04 {
	background-color: #D8D9F2;
	padding: 10px 0px 45px;
}

.contH303 {
	text-align: center;
	margin-bottom: 34px;
	margin-top: -50px;
}

.contH303 img {
	width: 680px;
	height: auto;
}

.block04Box01 {
	margin-top: 48px;
}

.contH402Wrap01 {
	position: relative;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 20px;
	height: 85px;
}

.contH402 {
	font-size: 28px;
	line-height: 1.6em;
	font-weight: bold;
}

.h4Fuki01 {
	width: 209px;
	position: absolute;
	left: 60px;
	top: -12px;
}

.block04Box01In01 {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.boxImg01 {
	position: relative;
	width: 400px;
	flex-shrink: 0;
}

.cont03BtnWrap02 {
	margin-top: 28px;
}

.contBtn01.btn03 {
	text-align: left;
}

.contBtn01.btn03 a {
	background-color: #ffffff;
	width: 260px;
	justify-content: center;
	margin-left: 0px;
}

.contBtn01.btn03 a::after {
	background-image: url("../img/btn_ar03.png");
}

.boxImgFuki01 {
	width: 171px;
	position: absolute;
	right: 8px;
	top: -73px;
}

.contH402Wrap02 {
	background-color: #6C6AAC;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 5px 80px;
	height: 85px;
}

.contH403 {
	color: #ffffff;
	font-size: 28px;
	line-height: 1.6em;
	font-weight: bold;
}

.contBtnWrap01 {
	text-align: center;
}

.contBtn01.btn04 a {
	width: 520px;
	height: 104px;
	justify-content: center;
	font-size: 22px;
}

.contBtn01.btn04 a::after {
	background-image: url("../img/btn_ar04.png");
	background-size: 40px auto;
	width: 40px;
	height: 40px;
	right: 22px;
}

.contBtn01.btn04 a .ss01 {
	font-size: 18px;
	color: #333333;
}

/*------------------------*/

.contBlock05 {
	padding: 50px 0px;
}

.contMt15 {
	margin-top: 15px;
}

.contImg04 {}

.contImg04 img {
	width: 1120px;
	height: auto;
}

/*----------------------*/

.contBlock06 {
	background-color: #D8D9F2;
	padding: 10px 0px 50px;
}

.contH304 {
	text-align: center;
}

.contH304 img {
	width: 309px;
	height: auto;
}

.contFlex01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0px 20px;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.contMap01 {
	width: 588px;
}

.contMap01 iframe {
	width: 100%;
	height: 334px;
}

.contTextBox01 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
}

/*-----------------*/

.contBlock07 {
	background-color: #D8D9F2;
	padding-bottom: 100px;
}

.block07In01 {
	background-color: #ffffff;
	padding: 30px 0px;
}

.contFlex02 {
	display: flex;
	align-items: flex-end;
	gap: 0px 30px;
	margin-top: -92px;
}

.snsFlex01 {
	display: flex;
	gap: 0px 20px;
	padding-bottom: 26px;
}

.snsFlex01 img {
	width: 40px;
	height: auto;
}

.contBottomBg01 {
	position: relative;
	background-image: url("../img/cont08_img01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 200px;
	height: 200px;
	margin-top: -14px;
}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.mainBlock01 {
		background-color: #F7D6D8;
	}

	.mainvisualWrap01 {
		position: relative;
	}

	.mainvisualWrap01::before {
		content: "";
		width: 100%;
		height: 230px;
		background-color: #6C6AAC;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.mainIn01 {
		padding: 11px 0px 0px;
	}

	.mainImg01 {
		width: 309px;
		/* 0525追記 */
		width: 360px;
		height: 401px;
		margin: auto;
	}

	.mainImg01 img {
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 8px;
		right: 0px;
	}

	.mainText01 {
		width: 175px;
		position: absolute;
		left: 12px;
		top: 108px;
		animation-delay: 0.5s;
	}

	.mainText02 {
		width: 254px;
		position: absolute;
		left: 13px;
		top: 232px;
		animation-delay: 1.0s;
	}

	.mainCont01 {
		padding: 60px 0px 38px;
	}

	.mainBox01 {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		box-sizing: border-box;
		padding: 30px 8px 20px 86px;
		margin-right: 15px;
		height: auto;
	}

	.mainBox01::before {
		content: "";
		width: 100vw;
		height: 100%;
		background-color: #ffffff;
		border-radius: 0px 260px 260px 0px;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 0;
	}

	.mainBox01::after {
		content: "";
		background-image: url("../img/main_deco01_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 352px auto;
		width: 352px;
		height: 213px;
		position: absolute;
		left: -5px;
		bottom: 0px;
		z-index: 0;
	}

	.mainContText01 {
		font-size: 15px;
		line-height: 1.5em;
		font-weight: 500;
		letter-spacing: -0.05em;
		text-align: left;
	}

	.mainContText01 .col01 {
		color: #6C6AAC;
	}

	.textLine01 {
		background-image: url("../img/text_line01.png");
		background-repeat: repeat-x;
		background-position: center bottom;
		background-size: auto 6px;
	}

	.mainContText01 .fsR01 {
		font-size: 24px;
	}

	.mainContText01 .fsR02 {
		font-size: 54px;
		font-weight: bold;
	}

	.btnMt_20 {
		margin-top: 20px;
	}

	.contBtn01 {
		text-align: center;
	}

	.contBtn01 a {
		position: relative;
		display: inline-flex;
		align-items: center;
		box-sizing: border-box;
		padding: 8px 38px 8px 32px;
		background-color: #F8F6BF;
		border: 1px solid #6C6AAC;
		border-radius: 100px;
		height: 50px;
		color: #6C6AAC;
		font-size: 15px;
		line-height: 1.3em;
		font-weight: bold;
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		transition-duration: 0.1s;
	}

	.contBtn01 a:hover {
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		transition-duration: 0.1s;
	}

	.contBtn01 a::after {
		content: "";
		background-image: url("../img/btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 20px auto;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 11px;
		top: 50%;
		transform: translateY(-50%);
	}

	.contBtn01 a .s01 {
		font-size: 12px;
	}

	.zindex1 {
		z-index: 1;
	}

	.ancBlock01 {
		background-image: url("../img/anc_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: auto;
		padding-bottom: 40px;
		padding-top: 2px;
	}

	.ancH301 {
		text-align: center;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.ancH301 img {
		width: 300px;
		height: auto;
	}

	.ancFlex01 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0px 10px;
		margin-top: -14px;
	}

	.ancFlex01 li {
		width: 170px;
	}

	.ancImg01 {
		text-align: center;
	}

	.ancImg01 img {
		width: 170px;
		height: auto;
	}

	.ancFlex01 li a {
		display: block;
		position: relative;
	}

	.ancFlex01 li a::after {
		display: none;
		content: "";
		background-image: url("../img/btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 40px auto;
		width: 40px;
		height: 40px;
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		transition-duration: 0.3s;
	}

	.ancFlex01 li a:hover::after {
		bottom: 10px;
		transition-duration: 0.3s;
	}

	.bgImg01 {
		width: 124px;
		position: absolute;
		top: 90px;
		left: 0px;
	}

	.bgImg02 {
		width: 104px;
		position: absolute;
		top: 90px;
		right: 20px;
	}

	/*--------------------*/

	.contBlock01 {
		position: relative;
		background-color: #F8F6BF;
		padding: 50px 20px 40px;
	}

	.contTitBox01 {
		position: relative;
		background-color: #ffffff;
		padding: 52px 15px 20px;
		box-shadow: 3px 3px 0px 0px #6c6aac;
		-webkit-box-shadow: 3px 3px 0px 0px #6c6aac;
		-moz-box-shadow: 3px 3px 0px 0px #6c6aac;
		-o-box-shadow: 3px 3px 0px 0px #6c6aac;
		-ms-box-shadow: 3px 3px 0px 0px #6c6aac;
		text-align: left;
	}

	.cont01P01 {
		text-align: center;
		width: 100%;
		position: absolute;
		left: 0px;
		top: -20px;
	}

	.cont01P01 img {
		width: 60px;
		height: auto;
	}

	.contH301 {
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: 16px;
		letter-spacing: -0.05em;
		text-align: center;
	}

	/*----------------------*/

	.h3Line01 {
		font-weight: bold;
		position: relative;
		font-size: 22px;
	}

	.h3Line01::after {
		content: "";
		width: 100%;
		height: 3px;
		background-color: #9CD8CC;
		position: absolute;
		left: 0px;
		bottom: -3px;
	}

	.h3Line01.col02::after {
		background-color: #F7D6D8;
	}

	.h3Line01.col03::after {
		background-color: #D8D9F2;
	}

	/*-----------------------*/

	.text18_155_n {
		font-size: 16px;
		line-height: 1.55em;
	}

	.contMt50 {
		margin-top: 30px;
	}

	.cont01Box01 {}

	#anc03 .contIn1200 .cont01Box01 {
		position: relative;
	}

	.cont01Box01 .box01 {
		background-color: #6C6AAC;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 20px 20px;
		height: 80px;
		color: #ffffff;
		font-size: 22px;
		line-height: 1.2em;
	}

	.cont01Box01 .box01 .p01 {
		display: inline-block;
		position: relative;
		font-weight: bold;
	}

	.cont01Box01 .box01 .p01 .s01 {
		width: 108px;
		position: absolute;
		right: -90px;
		top: 50%;
		transform: translateY(-50%);
	}

	.cont01Box01 .box01 .p01 .s01.s0102 {
		width: 180px;
		right: -20px;
	}

	.cont01Box01 .box02 {
		background-color: #ffffff;
		padding: 20px 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 0px;
	}

	.contBoxIn01 {
		width: 100%;
	}

	.contDl01 {
		margin-top: 30px;
	}

	.contDl01:first-child {
		margin-top: 0px;
	}

	.contDl01 dt {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 2px 20px;
		height: 26px;
		color: #ffffff;
		font-size: 16px;
		line-height: 1.2em;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.contDl01 dd {
		display: flex;
		flex-wrap: wrap;
		gap: 15px 0px;
		text-align: left;
	}

	.contDl01 dd .ddImg01 {
		width: 100%;
		flex-shrink: 0;
		margin-right: 16px;
	}

	.contDl01 dd li {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
		text-indent: -1.25em;
		padding-left: 1.25em;
	}

	/*---------------------*/

	.contDl01.dl01 dt {
		background-color: #CB7077;
	}

	.contDl01.dl01 dd .col01 {
		color: #CB7077;
	}

	.contDl01.dl02 dt {
		background-color: #63AAA2;
	}

	.contDl01.dl02 dd .col01 {
		color: #63AAA2;
	}

	.contDl01.dl03 dt {
		background-color: #63AAA2;
	}

	.contDl01.dl03 dd .col01 {
		color: #63AAA2;
	}

	.contDl01.dl04 dt {
		background-color: #DEAE62;
	}

	.contDl01.dl04 dd .col01 {
		color: #DEAE62;
	}

	.contDl01.dl05 dt {
		background-color: #4A81AA;
	}

	.contDl01.dl05 dd .col01 {
		color: #4A81AA;
	}

	.contDl01.dl06 dt {
		background-color: #A676A7;
	}

	.contDl01.dl06 dd .col01 {
		color: #A676A7;
	}

	/*---------------------*/

	.contBtn02 {
		text-align: center;
		margin-top: 58px;
	}

	.contBtn02 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 5px 20px;
		width: 260px;
		height: 60px;
		margin: auto;
		background-color: #6C6AAC;
		border-radius: 100px;
		font-size: 18px;
		line-height: 1.1em;
		font-weight: bold;
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
		transition-duration: 0.1s;
	}

	.contBtn02 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.contBtn02 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.contBtn02 a:hover {
		color: #ffffff;
		text-decoration: none;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		transition-duration: 0.1s;
	}

	.contBtn02 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	.btnWrap01 {
		display: inline-block;
		position: relative;
	}

	.contBtn02 a::before {
		content: "";
		background-image: url("../img/btn_youtube01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 169px auto;
		width: 169px;
		height: 34px;
		position: absolute;
		left: -14px;
		top: -20px;
	}

	.btnText01 {
		width: 250px;
		position: absolute;
		right: auto;
		top: -48px;
		transform: translateY(0) translateX(-50%);
		left: 50%;
	}

	.bgImg03 {
		width: auto;
		position: relative;
		bottom: 0px;
		right: 0px;
		margin-right: 0px;
		margin-top: -30px;
	}

	/*--------------------*/

	.contBlock02 {
		position: relative;
		background-color: #C4E8E1;
		padding: 50px 20px 128px;
	}

	.contBlock02_02 {
		position: relative;
		background-color: #F7D6D8;
		padding: 10px 20px 230px;
	}

	.contBlock02_03 {
		position: relative;
		background-color: #D8D9F2;
		padding: 30px 20px 30px;
	}

	.mtSp15 {
		margin-top: 15px;
	}

	.cont02Flex01 {
		display: flex;
		margin-top: 40px;
	}

	.contBtn02.btn02 {
		margin-top: 0px;
		padding-left: 0px;
	}

	.cont02Flex02 {
		display: block;
	}

	.bgImg04 {
		width: 300px;
		position: absolute;
		left: 0px;
		top: -135px;
	}

	.bgImg05 {
		width: 366px;
		position: absolute;
		left: auto;
		right: -56px;
		top: -112px;
	}

	.mtSp35 {
		margin-top: 35px;
	}

	.btnText02 {
		width: 90px;
		position: absolute;
		right: 0px;
		top: -30px;
		transform: translateY(0);
	}

	.cont02Box01Wrap01 {
		text-align: right;
	}

	.cont02Box01 {
		display: inline-block;
		margin: 10px 30px auto auto;
	}

	.contBtn02.btn03 {
		margin-top: 70px;
	}

	.bgImg06 {
		width: 426px;
		position: absolute;
		left: -56px;
		margin-left: 0px;
		top: -218px;
	}

	.bgImg07 {
		width: 250px;
		position: absolute;
		right: -30px;
		top: -45px;
	}

	.contImg01 {
		margin-top: 30px;
	}

	.btnText03 {
		width: 210px;
		position: absolute;
		right: auto;
		left: 10px;
		top: -50px;
		transform: translateY(0);
	}

	.btnText04 {
		width: 130px;
		position: absolute;
		right: -28px;
		top: -50px;
		transform: translateY(0);
	}

	.contImg02 {
		margin-top: 30px;
	}

	.contMr70 {
		margin-right: 0px;
	}

	.contImg03 {
		margin-top: 20px;
		margin-bottom: -100px;
	}

	.imgSp01 {
		width: 74%;
		margin-bottom: 30px;
	}

	/*-------------------------*/

	.contSpMt75 {
		margin-top: 75px;
	}

	.btnText05 {
		width: 214px;
		position: absolute;
		right: auto;
		left: 15px;
		top: -50px;
		transform: translateY(0);
	}

	.cont01Box01 .box01 .p01 .sCol01 {
		color: #F8F6BF;
	}

	.cont03BtnWrap01 {
		margin: 100px auto 172px;
		text-align: left;
	}

	.contBtn01.btn02 a {
		background-color: #ffffff;
		min-width: 290px;
		justify-content: center;
	}

	.contBtn01.btn02.btn02Sp01 {
		text-align: left;
	}

	.contBtn01.btn02.btn02Sp01 a {
		min-width: 230px;
		margin-left: 0px;
	}

	.contBtn01.btn02 a::after {
		background-image: url("../img/btn_ar03.png");
	}

	.cont03Flex01 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 0px;
	}

	.cont03Flex01 li {
		width: 100%;
		box-sizing: border-box;
		padding-top: 20px;
		position: relative;
		text-align: left;
	}

	.contNum01 {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #6C6AAC;
		width: 40px;
		height: 40px;
		border-radius: 100px;
		color: #ffffff;
		font-size: 20px;
		line-height: 1.0em;
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
	}

	.contH501Wrap01 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 18px 8px 2px;
		height: 80px;
	}

	.cont03Flex01 li.li01 .contH501Wrap01 {
		background-color: #F7D6D8;
	}

	.cont03Flex01 li.li02 .contH501Wrap01 {
		background-color: #C4E8E1;
	}

	.cont03Flex01 li.li03 .contH501Wrap01 {
		background-color: #F7D6D8;
	}

	.cont03Flex01 li.li04 .contH501Wrap01 {
		background-color: #C4E8E1;
	}

	.cont03Flex01 li.li05 .contH501Wrap01 {
		background-color: #F7D6D8;
	}

	.cont03Flex01 li.li06 .contH501Wrap01 {
		background-color: #C4E8E1;
	}

	.cont03Flex01 li.li07 .contH501Wrap01 {
		background-color: #F7D6D8;
	}


	.contH501 {
		font-size: 20px;
		line-height: 1.2em;
		font-weight: bold;
	}

	.contH501 .s01 {
		font-size: 16px;
		font-weight: normal;
	}

	.contText01 {
		font-size: 14px;
		line-height: 1.85em;
		margin-top: 18px;
	}

	.bgImg08 {
		width: 286px;
		position: absolute;
		right: -10px;
		bottom: -154px;
	}

	.bgImg09 {
		width: 338px;
		position: absolute;
		left: 0px;
		top: -164px;
	}

	.bgImg10 {
		width: 360px;
		position: relative;
		right: 0px;
		bottom: 0px;
		margin-left: -30px;
		margin-bottom: -20px;
	}

	/*-------------------*/

	.contBlock03 {
		background-image: url("../img/anc_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 52px auto;
		background-color: #C4E8E1;
		padding: 20px 20px 180px;
		position: relative;
	}

	.contH302 {
		text-align: center;
	}

	.contH302 img {
		width: 557px;
		height: auto;
	}

	.block03Box01 {
		position: relative;
		background-color: #ffffff;
	}

	.block03P01 {
		background-color: #6C6AAC;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 5px 10px;
		width: 136px;
		height: 40px;
		color: #ffffff;
		font-size: 18px;
		line-height: 1.2em;
		font-weight: bold;
		position: absolute;
		left: 0px;
		top: -19px;
	}

	.block03BoxIn01 {
		text-align: left;
		padding: 20px;
		font-size: 14px;
		line-height: 1.85em;
	}

	.block03Flex01 {
		display: block;
		margin-bottom: 18px;
	}

	.contH401 {
		color: #6C6AAC;
		font-size: 18px;
		line-height: 1.45em;
		font-weight: bold;
		margin-right: 0px;
	}

	.block03Text01 {
		font-size: 18px;
		line-height: 1.2em;
		font-weight: bold;
	}

	.block03Text01 .s01 {
		font-size: 14px;
	}

	.block03Text01 .s02 {
		font-size: 13px;
	}

	.block03BoxIn02 {
		background-color: #F8F6BF;
		box-sizing: border-box;
		width: auto;
		padding: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		gap: 0px 0px;
		font-size: 14px;
		line-height: 1.55em;
		text-align: left;
	}

	.block03BoxIn02 .box02 {
		width: 100px;
		flex-shrink: 1;
	}

	.box03Sp {
		width: 100%;
		margin-top: 20px;
	}

	.block03BoxIn02 .block03Flex01 {
		justify-content: space-between;
		margin-bottom: 0px;
	}

	.block03BoxIn02 .contH401 {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.block03BoxIn02 .block03Text01 {
		font-size: 17px;
	}

	.block03BoxIn02 .block03Text01 .s01 {
		font-size: 14px;
	}

	.bgImg11 {
		width: 390px;
		position: absolute;
		right: -20px;
		bottom: 0px
	}

	.contMt45 {
		margin-top: 45px;
	}

	/*------------------*/

	.contBlock04 {
		background-color: #D8D9F2;
		padding: 10px 20px 30px;
	}

	.contH303 {
		text-align: center;
		margin-bottom: 34px;
		margin-top: -50px;
	}

	.contH303 img {
		width: 680px;
		height: auto;
	}

	.block04Box01 {
		margin-top: 58px;
	}

	.contH402Wrap01 {
		position: relative;
		background-color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 5px 15px 3px;
		height: 70px;
	}

	.contH402 {
		font-size: 18px;
		line-height: 1.35em;
		font-weight: bold;
	}

	.h4Fuki01 {
		width: 140px;
		position: absolute;
		left: 90px;
		top: -24px;
	}

	.block04Box01In01 {
		margin-top: 12px;
		display: block;
		text-align: left;
	}

	.boxImg01 {
		position: relative;
		width: auto;
		margin-top: 20px;
	}

	.cont03BtnWrap02 {
		margin-top: 18px;
	}

	.contBtn01.btn03 {
		text-align: center;
	}

	.contBtn01.btn03 a {
		background-color: #ffffff;
		width: 260px;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}

	.contBtn01.btn03 a::after {
		background-image: url("../img/btn_ar03.png");
	}

	.boxImgFuki01 {
		width: 151px;
		position: absolute;
		right: -10px;
		top: auto;
		bottom: -10px;
	}

	.contH402Wrap02 {
		background-color: #6C6AAC;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 5px 20px;
		height: 70px;
	}

	.contH403 {
		color: #ffffff;
		font-size: 18px;
		line-height: 1.6em;
		font-weight: bold;
	}

	.contBtnWrap01 {
		text-align: center;
	}

	.contBtn01.btn04 a {
		width: 100%;
		height: 70px;
		justify-content: center;
		font-size: 18px;
		line-height: 1.0em;
	}

	.contBtn01.btn04 a::after {
		background-image: url("../img/btn_ar04.png");
		background-size: 26px auto;
		width: 26px;
		height: 26px;
		right: 15px;
	}

	.contBtn01.btn04 a .ss01 {
		font-size: 13px;
		color: #333333;
	}

	/*------------------------*/

	.contBlock05 {
		padding: 30px 20px;
	}

	.contMt15 {
		margin-top: 15px;
	}

	.contImg04 {}

	.contImg04 img {
		width: 1120px;
		height: auto;
	}

	/*----------------------*/

	.contBlock06 {
		background-color: #D8D9F2;
		padding: 10px 20px 40px;
	}

	.contH304 {
		text-align: center;
	}

	.contH304 img {
		width: 260px;
		height: auto;
	}

	.contFlex01 {
		display: block;
		box-sizing: border-box;
		padding-bottom: 12px;
	}

	.contMap01 {
		width: auto;
		margin-top: 12px;
	}

	.contMap01 iframe {
		width: 100%;
		height: 200px;
	}

	.contTextBox01 {
		text-align: center;
		font-size: 14px;
		line-height: 1.6em;
	}

	/*-----------------*/

	.contBlock07 {
		background-color: #D8D9F2;
		padding-bottom: 30px;
	}

	.block07In01 {
		background-color: #ffffff;
		padding: 30px 0px;
	}

	.contFlex02 {
		display: block;
		margin-top: -20px;
		text-align: left;
	}

	.contFlex02 h3 img {
		width: 94%;
		height: auto;
	}

	.snsFlex01 {
		display: flex;
		justify-content: center;
		gap: 0px 30px;
		padding-bottom: 19px;
		margin-top: 16px;
	}

	.snsFlex01 img {
		width: 60px;
		height: auto;
	}

	.contBottomBg01 {
		background-image: none;
		height: auto;
		margin-top: 0px;
		overflow: hidden;
	}

	.contBottomBg01 img {
		max-width: 200%;
		width: 110vw;
		height: auto;
		margin-left: -12px;
	}



}



/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.footerWrap01 {
	padding: 20px 0px 30px;
}

.footerLogo01 {
	margin-bottom: 20px;
}

.footerLogo01 img {
	width: 322px;
	height: auto;
}

.copyRight01 {
	font-size: 12px;
	line-height: 1.6em;
}

/*-------------------*/

.floatBtnWrap01 {
	position: fixed;
	right: -16px;
	bottom: 100px;
}

.pagetopButton {
	width: 40px;
	position: fixed;
	right: 45px;
	bottom: 50px;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.footerWrap01 {
		padding: 20px 0px 25.64vw;
	}

	.footerLogo01 {
		margin-bottom: 20px;
	}

	.footerLogo01 img {
		width: 214px;
		height: auto;
	}

	.copyRight01 {
		font-size: 12px;
		line-height: 1.6em;
	}

	/*-------------------*/

	.floatBtnWrap01 {
		position: fixed;
		right: auto;
		left: 0px;
		bottom: 0px;
	}

	.floatBtnWrap01 ul {
		display: flex;
		flex-direction: row-reverse;
	}

	.floatBtnWrap01 li {
		width: 50%;
	}

	.pagetopButton {
		width: 40px;
		position: fixed;
		right: 21px;
		bottom: 74px;
	}


}




/*-----*/