@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

.webFontNotoSerif {
	font-family: 'Noto Serif JP', serif;
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
 color: #333333;

font-family: 'Noto Sans JP', sans-serif;

	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/

letter-spacing: 0.1em;

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: 1166px;
	box-sizing: border-box;
	padding-top: 100px;
}


img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

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;
}

.detailBlock650 {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.contIn1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.contIn1166 {
	width: 1166px;
	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 (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*@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;
	padding-top: 60px;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		top: -60px;
	}

	#top {
		/*padding-top: 79px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}
	.spTable {
		display: table !important;
	}

	.detailBlock650 {
		width: auto;
	}

	.contIn1000 {
		width: auto;
	}

	.contIn1166 {
		width: auto;
	}


}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.headerWrap01 {
	background-color: #FFFFFF;
	/*background-color: rgba(255,255,255,0.7);*/
	/*backdrop-filter: blur(1px);*/
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-width: 1166px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
.header01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 20px 10px 25px;
}
.header01 img {
	width: 404px;
}

/*a.header01:link {	color: #ffffff;	text-decoration: none;}
a.header01:visited {	color: #ffffff;	text-decoration: none;}
a.header01:hover {	color:#ffffff;	text-decoration: none;}
a.header01:active {	color:#ffffff;	text-decoration: none;}*/

/*.headerLogo01 .s01 {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.headerLogo01 .s02 {
	display: block;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 600;
	letter-spacing: 0.2em;
}*/

/*---------------*/

.header02 {
	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
	height: 100px;
}

.headerNavi01 {
	position: relative;
	display: flex;
}
.headerNavi01 a:link {	color: #222222;	text-decoration: none;}
.headerNavi01 a:visited {	color: #222222;	text-decoration: none;}
.headerNavi01 a:hover {	color:#222222;	text-decoration: none;}
.headerNavi01 a:active {	color:#222222;	text-decoration: none;}

.headerNavi01 .headerMegaNaviWrap01 a:link {	color: #222222;	text-decoration: none;}
.headerNavi01 .headerMegaNaviWrap01 a:visited {	color: #222222;	text-decoration: none;}
.headerNavi01 .headerMegaNaviWrap01 a:hover {	color:#222222;	text-decoration: none;}
.headerNavi01 .headerMegaNaviWrap01 a:active {	color:#222222;	text-decoration: none;}

.headerNavi01 li {
	padding: 0px 20px 25px 20px;
	position: relative;
}
.headerNavi01 li .p01 {
	position: relative;
	display: block;
	padding-bottom: 6px;
	color: #222222;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: normal;
	letter-spacing: 0.2em;
	cursor: pointer;
}
.headerNavi01 li .p01::after {
	content: "";
	height: 1px;
	width: 90%;
	background-color: #F23C94;
	position: absolute;
	bottom: 0px;
	left: 5%;
	/*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}
.headerNavi01 li:hover .p01::after {
	transform: scale(1, 1);/*X方向にスケール拡大*/
}

.headerMegaNaviWrap01 {
	display: flex;
	align-items: center;
	height: 50px;
	opacity: 0;
	position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.headerNavi01 li .headerMegaNaviOuter {
	position: absolute;
	left: 0px;
	top: 47px;
	white-space: nowrap;
	visibility: hidden;
	opacity: 1;
	height: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.headerNavi01 li:nth-child(4) .headerMegaNaviOuter {
	left: auto;
	right: 0px;
}
.headerNavi01 li:nth-child(5) .headerMegaNaviOuter {
	left: auto;
	right: 0px;
}


.headerNavi01 li:hover .headerMegaNaviOuter {
	visibility: visible;
	opacity: 1;
	height: 50px;
}
.headerNavi01 li:hover .headerMegaNaviWrap01 {
	opacity: 1;
}

.headerMegaNaviOuter::before {
	content: "";
	width: 300vw;
	height: 100%;
	background-color: #EAEAEA;
	position: absolute;
	top: 0px;
	left: -100vw;
}
.headerMegaNaviWrap01 a {
	position: relative;
	font-size: 13px;
	line-height: 1.0em;
	display: inline-block;
	padding: 0px 17px;
}
.headerNavi01 .headerMegaNaviWrap01 a:hover {	text-decoration: underline;}

.headerMegaNaviWrap01 a::after {
	content: '';
	display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #f23c94;
  border-right: 0;
	margin-left: 10px;
	vertical-align: middle;
}
/*.headerMegaNaviWrap01 a.a01::after {
	content: '';
	display: inline-block;
	background-image: url("../img/link_icon_blank01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	border: none;
	width: 10px;
	height: 8px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}*/

/*------------------*/

.menuWrap01 {
	padding: 0px 50px 28px 20px;
}

/*--ハンバーガーメニュー----------------*/

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 22px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #F23C94;
	border-radius: 0px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

/*------------------*/

/*-------------------------*/

.headerMenuWrap01 {
	/*display: none;*/
	width: 290px;
	height: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	/*transition-duration: 0.6s;*/
	transition: all 0.6s;
}
.headerMenuWrap01.contOpen {
	visibility: visible;
	opacity: 1;
	/*transition-duration: 0.2s;*/
	transition: all 0.6s;
}

.headerMenuBg01 {
	width: 110vw;
	height: 100%;
	background-color: #ffffff;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	position: fixed;
	top: 0px;
	left: 0px;
}
.headerMenu01 {
	overflow: hidden;
	width: 0px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: all 0.6s;
}
.contOpen .headerMenu01 {
	box-sizing: border-box;
	width: 100%;
	transition: all 0.6s;
}

/*--------------------*/

.headerMenuIn01 {
	width: 250px;
}

.headerMenu01 {
	background-color: #EAEAEA;
	color: #222222;
	padding: 50px 20px 20px 20px;
	/*overflow: auto;*/
}
.headerMenu01 a:link {	color: #222222;	text-decoration: none;}
.headerMenu01 a:visited {	color: #222222;	text-decoration: none;}
.headerMenu01 a:hover {	color:#222222;	text-decoration: none;}
.headerMenu01 a:active {	color:#222222;	text-decoration: none;}

.headerMenuClose01 {
	text-align: right;
	margin-bottom: 25px;
}
.headerMenuClose01 img {
	width: 24px;
	height: auto;
}

.headerMenuCont01 {
	height: calc( 100vh - 50px - 49px );
	text-align: left;
	/*overflow: auto;*/
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.headerMenuCont01::-webkit-scrollbar {
    display: none;
}
.headerMenuCont01 li {
	/*padding: 20px 15px 20px 15px;*/
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
	border-bottom: 1px dotted #222222;
}

.headerMenuCont01 li.li01 {
	padding: 30px 0px 30px 0px;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: normal;
	text-align: right;
	border-bottom: none;
}
.colPink {
	color: #F23C94;
}


.headerMenuCont01 li:first-child {
	background-image: none;
}
.acMenu01 {
}
.acMenu01 a {
	position: relative;
	display: 500;
	padding: 18px 15px 18px 15px;
}
.acMenu01 a::after {
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #f23c94;
  border-right: 0;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
}

.acMenu01.ac p {
	position: relative;
	display: block;
	padding: 20px 15px 20px 15px;
}
.acMenu01.ac p::after {
	content: "＋";
	font-size: 14px;
	line-height: 1.0em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
}
.acMenu01.ac.open p::after {
	content: "－";
}

.acMenuCont01 {
	display: none;
}
.acMenuCont01In {
	padding: 0px 15px 10px 15px;
}
.acMenuCont01In a {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: normal;
	box-sizing: border-box;
	padding: 3px 20px 3px 10px;
	height: 30px;
	margin-bottom: 10px;
}
.acMenuCont01In a:link {	color: #222222;	text-decoration: none;}
.acMenuCont01In a:visited {	color: #222222;	text-decoration: none;}
.acMenuCont01In a:hover {
	color:#222222;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.acMenuCont01In a:active {	color:#222222;	text-decoration: none;}

.acMenuCont01In a::after {
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #f23c94;
  border-right: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
}
.acMenuCont01In a.a01::after {
	border: 0px;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-image: url("../img/link_icon_blank01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	width: 10px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}

.acMenuLinkWrap01 {
	padding: 20px 10px 35px 10px;
	text-align: right;
}
.acMenuLinkWrap01 div {
	margin-top: 12px;
}
.acMenuLinkWrap01 a:hover {
	text-decoration: underline;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.headerWrap01 {
		background-color: #FFFFFF;
		/*background-color: rgba(255,255,255,0.7);*/
		/*backdrop-filter: blur(1px);*/
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 60px;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 1000;
		min-width: 200px;
	}
	.header01 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
		box-sizing: border-box;
		padding: 10px 20px 10px 15px;
	}
	.header01 img {
		width: 236px;
	}

	/*a.header01:link {	color: #ffffff;	text-decoration: none;}
	a.header01:visited {	color: #ffffff;	text-decoration: none;}
	a.header01:hover {	color:#ffffff;	text-decoration: none;}
	a.header01:active {	color:#ffffff;	text-decoration: none;}*/

	/*.headerLogo01 .s01 {
		display: block;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 500;
		letter-spacing: 0.2em;
	}
	.headerLogo01 .s02 {
		display: block;
		font-size: 20px;
		line-height: 1.4em;
		font-weight: 600;
		letter-spacing: 0.2em;
	}*/

	/*---------------*/

	.header02 {
		display: flex;
		align-items: flex-end;
		box-sizing: border-box;
		height: auto;
	}

	.headerNavi01 {
		display: none;
	}

	/*------------------*/

	.menuWrap01 {
		padding: 0px 15px 0px 20px;
	}

	/*--ハンバーガーメニュー----------------*/

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 30px;
		height: 22px;
		background: none;
		border: none;
		appearance: none;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #F23C94;
		border-radius: 0px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(45deg);
	}

	/*------------------*/

	/*-------------------------*/

	.headerMenuWrap01 {
		/*display: none;*/
		width: 290px;
		height: 100%;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 99999;
		visibility: hidden;
		opacity: 0;
		/*transition-duration: 0.6s;*/
		transition: all 0.6s;
	}
	.headerMenuWrap01.contOpen {
		visibility: visible;
		opacity: 1;
		/*transition-duration: 0.2s;*/
		transition: all 0.6s;
	}

	.headerMenuBg01 {
		width: 110vw;
		height: 100%;
		background-color: #ffffff;
		filter: alpha(opacity=50);
		-moz-opacity:0.5;
		opacity:0.5;
		position: fixed;
		top: 0px;
		left: 0px;
	}
	.headerMenu01 {
		overflow: hidden;
		width: 0px;
		height: 100%;
		position: absolute;
		top: 0px;
		right: 0px;
		transition: all 0.6s;
	}
	.contOpen .headerMenu01 {
		box-sizing: border-box;
		width: 100%;
		transition: all 0.6s;
	}

	/*--------------------*/

	.headerMenuIn01 {
		width: 250px;
	}

	.headerMenu01 {
		background-color: #EAEAEA;
		color: #222222;
		padding: 20px 20px 20px 20px;
		/*overflow: auto;*/
	}
	.headerMenu01 a:link {	color: #222222;	text-decoration: none;}
	.headerMenu01 a:visited {	color: #222222;	text-decoration: none;}
	.headerMenu01 a:hover {	color:#222222;	text-decoration: none;}
	.headerMenu01 a:active {	color:#222222;	text-decoration: none;}

	.headerMenuClose01 {
		text-align: right;
		margin-bottom: 25px;
	}
	.headerMenuClose01 img {
		width: 24px;
		height: auto;
	}

	.headerMenuCont01 {
		height: calc( 100vh - 50px - 49px );
		text-align: left;
		/*overflow: auto;*/
			overflow-y: scroll;
			-ms-overflow-style: none;
			scrollbar-width: none;
	}
	.headerMenuCont01::-webkit-scrollbar {
			display: none;
	}
	.headerMenuCont01 li {
		/*padding: 20px 15px 20px 15px;*/
		font-size: 16px;
		line-height: 1.2em;
		font-weight: 500;
		border-bottom: 1px dotted #222222;
	}

	.headerMenuCont01 li.li01 {
		padding: 30px 0px 30px 0px;
		font-size: 13px;
		line-height: 1.2em;
		font-weight: normal;
		text-align: right;
		border-bottom: none;
	}
	.colPink {
		color: #F23C94;
	}


	.headerMenuCont01 li:first-child {
		background-image: none;
	}
	.acMenu01 {
	}
	.acMenu01 a {
		position: relative;
		padding: 18px 15px 18px 15px;
	}
	.acMenu01 a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #f23c94;
		border-right: 0;
		position: absolute;
		top: 50%;
		right: 18px;
		margin-top: -5px;
	}

	.acMenu01.ac p {
		position: relative;
		display: block;
		padding: 20px 15px 20px 15px;
	}
	.acMenu01.ac p::after {
		content: "＋";
		font-size: 14px;
		line-height: 1.0em;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -7px;
	}
	.acMenu01.ac.open p::after {
		content: "－";
	}

	.acMenuCont01 {
		display: none;
	}
	.acMenuCont01In {
		padding: 0px 15px 10px 15px;
	}
	.acMenuCont01In a {
		position: relative;
		display: flex;
		align-items: center;
		background-color: #ffffff;
		font-size: 13px;
		line-height: 1.2em;
		font-weight: normal;
		box-sizing: border-box;
		padding: 3px 20px 3px 10px;
		height: 30px;
		margin-bottom: 10px;
	}
	.acMenuCont01In a:link {	color: #222222;	text-decoration: none;}
	.acMenuCont01In a:visited {	color: #222222;	text-decoration: none;}
	.acMenuCont01In a:hover {
		color:#222222;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition-duration: 0.3s;
	}
	.acMenuCont01In a:active {	color:#222222;	text-decoration: none;}

	.acMenuCont01In a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #f23c94;
		border-right: 0;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -5px;
	}
	.acMenuCont01In a.a01::after {
		border: 0px;
		border-top: none;
		border-right: none;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		background-image: url("../img/link_icon_blank01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 10px auto;
		width: 10px;
		height: 8px;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -4px;
	}

	.acMenuLinkWrap01 {
		padding: 20px 10px 35px 10px;
		text-align: right;
	}
	.acMenuLinkWrap01 div {
		margin-top: 12px;
	}
	.acMenuLinkWrap01 a:hover {
		text-decoration: underline;
	}



}


/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.mainvisualWrap01 {
	position: relative;
}
.mainTitWrap01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-right: 4%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainTitWrap01 .mainTit01 {
	width: 31.54%;
}

/*---------------------*/

.topContBgWrap01 {
	/*background: rgb(255,252,178);
	background: linear-gradient(190deg, rgba(255,252,178,1) 0%, rgba(252,246,180,1) 10%, rgba(226,188,206,1) 36%, rgba(190,238,247,1) 68%, rgba(202,232,119,1) 100%);*/

	background: rgb(255,252,178);
	background: linear-gradient(190deg, rgba(255,252,178,0.2) 0%, rgba(252,246,180,0.2) 10%, rgba(226,188,206,0.2) 36%, rgba(190,238,247,0.2) 68%, rgba(202,232,119,0.2) 100%);
	
	  background-size: 200% 200%;/*サイズを大きくひきのばす*/
  animation: bggradient02 20s ease infinite;
	
	/*height: 2000px;*/
}

@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient02{
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}


/*---------------------*/

.topContBlock01 {
	padding: 110px 0px;
}
.topText01 {
	text-align: center;
	font-size: 22px;
	line-height: 2.8em;
	font-weight: 300;
}

.topInterviewBox01 {}
.topInterviewBox01 a {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 326px;
	padding: 20px 0px;
	background: rgb(255,252,178);
	background: linear-gradient(260deg, rgba(255,252,178,1) 0%, rgba(252,246,180,1) 10%, rgba(226,188,206,1) 36%, rgba(190,238,247,1) 68%, rgba(202,232,119,1) 100%);
}
.topInterviewBox01 a:link {	color: #000000;	text-decoration: none;}
.topInterviewBox01 a:visited {	color: #000000;	text-decoration: none;}
.topInterviewBox01 a:hover {	color:#000000;	text-decoration: none;}
.topInterviewBox01 a:active {	color:#000000;	text-decoration: none;}

.topInterviewBox01 a::before {
	content: "";
	background-image: url("../img/top_img01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 687px auto;
	width: 687px;
	height: 286px;
	position: absolute;
	top: 50%;
	margin-top: -143px;
	left: 50%;
	margin-left: -54px;
}

.topH201 {
	position: relative;
	text-align: left;
	display: inline-block;
}
.topH201 .s01 {
	display: block;
}
.topH201 .s01 img {
	width: auto;
	height: 107px;
}
.topH201 .s02 {
	display: block;
	text-align: right;
	font-size: 18px;
	line-height: 1.0em;
}
.topH201 .s02::after {
  content: '';
	display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	vertical-align: middle;
	margin: 0px 18px;
}

/*----------------------*/

.topContBlock02 {
	padding: 80px 0px 0px 0px;
}
.topLinkFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}

.topLinkFlex01 a {
	display: block;
	background-color: #ffffff;
	box-sizing: border-box;
	width: 47.5%;
	padding: 50px 75px 40px 75px;
	margin-top: 40px;
}
.topLinkFlex01 a:link {	color: #000000;	text-decoration: none;}
.topLinkFlex01 a:visited {	color: #000000;	text-decoration: none;}
.topLinkFlex01 a:hover {	color:#000000;	text-decoration: none;}
.topLinkFlex01 a:active {	color:#000000;	text-decoration: none;}


.topH202 {
	text-align: left;
	margin-bottom: 40px;
}
.topH202 .s01 {
	display: inline-block;
	vertical-align: bottom;
}
.topH202 .s01 img {
	width: auto;
	height: 71px;
}
.topH202 .s02 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: normal;
	margin-left: 16px;
	padding-bottom: 15px;
}
.topH202 .s02::after {
	content: '';
	display: inline-block;
	margin-left: 30px;
	background-image: url("../img/top_link_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 18px;
	vertical-align: bottom;
}

/*--------------------*/

.topLinkFlex01 a.linkBox01 {
	border: 2px solid #FFC9E3;
}
.topLinkFlex01 a.linkBox01 .topH202 .s02::after {
	background-image: url("../img/top_link_ar01.png");
}

.topLinkFlex01 a.linkBox02 {
	border: 2px solid #BEEEF7;
}
.topLinkFlex01 a.linkBox02 .topH202 .s02::after {
	background-image: url("../img/top_link_ar02.png");
}

.topLinkFlex01 a.linkBox03 {
	border: 2px solid #D8F095;
}
.topLinkFlex01 a.linkBox03 .topH202 .s02::after {
	background-image: url("../img/top_link_ar03.png");
}

.topLinkFlex01 a.linkBox04 {
	border: 2px solid #DAC3FD;
}
.topLinkFlex01 a.linkBox04 .topH202 .s02::after {
	background-image: url("../img/top_link_ar04.png");
}

/*--------------------*/

.topLinkBox01 {
	background-color: #ffffff;
	padding: 40px 116px 40px 116px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}
.topH203 {}
.topH203 .s01 {
	display: inline-block;
	vertical-align: bottom;
}
.topH203 .s01 img {
	width: auto;
	height: 71px;
}
.topH203 .s02 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 20px;
	line-height: 1.0em;
	font-weight: normal;
	margin-left: 16px;
	padding-bottom: 15px;
}

.topLinkBlock01 {
	width: 280px;
}
.topLinkBlock01 li {
	margin-top: 30px;
}
.topLinkBlock01 li:first-child {
	margin-top: 0px;
}
.topLinkBlock01 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 50px;
	padding: 10px 28px 10px 10px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
box-shadow: 2px 2px 5px 0px rgba( 0,0,0,0.3 );
-webkit-box-shadow: 2px 2px 5px 0px rgba( 0,0,0,0.3 );
-moz-box-shadow: 2px 2px 5px 0px rgba( 0,0,0,0.3 );
-o-box-shadow: 2px 2px 5px 0px rgba( 0,0,0,0.3 );
-ms-box-shadow: 2px 2px 5px 0px rgba( 0,0,0,0.3 );
}
.topLinkBlock01 a:link {	color: #000000;	text-decoration: none;}
.topLinkBlock01 a:visited {	color: #000000;	text-decoration: none;}
.topLinkBlock01 a:hover {	color:#000000;	text-decoration: none;}
.topLinkBlock01 a:active {	color:#000000;	text-decoration: none;}

.topLinkBlock01 li a::after {
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000000;
  border-right: 0;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -5px;
}

.topLinkBlock01 li.li01 a {
	background: rgb(140,201,245);
	background: linear-gradient(180deg, rgba(140,201,245,1) 0%, rgba(167,233,253,1) 100%);
}

.topLinkBlock01 li.li02 a {
	background: rgb(145,230,137);
	background: linear-gradient(180deg, rgba(145,230,137,1) 0%, rgba(224,244,114,1) 100%);
}

/*----------------------*/

.contBottomArea01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 466px;
}
.bottomLogo01 img {
	width: 434px;
	height: auto;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.mainvisualWrap01 {
		position: relative;
	}
	.mainTitWrap01 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding-right: 0px;
		padding-bottom: 4%;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.mainTitWrap01 .mainTit01 {
		width: 80%;
	}

	/*---------------------*/

	/*---------------------*/

	.topContBlock01 {
		padding: 48px 15px;
	}
	.topText01 {
		text-align: center;
		font-size: 15px;
		line-height: 2.2em;
	}

	.topInterviewBox01 {}
	.topInterviewBox01 a {
		position: relative;
		display: flex;
		align-items: flex-start;
		box-sizing: border-box;
		height: 380px;
		padding: 20px 42px;
		background: rgb(255,252,178);
		background: linear-gradient(260deg, rgba(255,252,178,1) 0%, rgba(252,246,180,1) 10%, rgba(226,188,206,1) 36%, rgba(190,238,247,1) 68%, rgba(202,232,119,1) 100%);
	}
	.topInterviewBox01 a:link {	color: #000000;	text-decoration: none;}
	.topInterviewBox01 a:visited {	color: #000000;	text-decoration: none;}
	.topInterviewBox01 a:hover {	color:#000000;	text-decoration: none;}
	.topInterviewBox01 a:active {	color:#000000;	text-decoration: none;}

	.topInterviewBox01 a::before {
		content: "";
		background-image: url("../img/top_img01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 194px;
		width: 100%;
		height: 194px;
		position: absolute;
		top: auto;
		margin-top: 0px;
		left: 0px;
		margin-left: 0px;
		bottom: 15px;
	}

	.topH201 {
		position: relative;
		text-align: left;
		display: inline-block;
	}
	.topH201 .s01 {
		display: block;
	}
	.topH201 .s01 img {
		width: 100%;
		height: auto;
	}
	.topH201 .s02 {
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 1.0em;
		margin-top: 16px;
	}
	.topH201 .s02::after {
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 1px #222222;
		border-right: solid 1px #222222;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		vertical-align: middle;
		margin: 0px 0px 0px 18px;
	}

	/*----------------------*/

	.topContBlock02 {
		padding: 35px 15px 0px 15px;
	}
	.topLinkFlex01 {
		display: block;
		padding-top: 20px;
	}

	.topLinkFlex01 a {
		display: block;
		background-color: #ffffff;
		box-sizing: border-box;
		width: auto;
		padding: 20px 35px 30px 35px;
		margin-top: 20px;
	}
	.topLinkFlex01 a:link {	color: #000000;	text-decoration: none;}
	.topLinkFlex01 a:visited {	color: #000000;	text-decoration: none;}
	.topLinkFlex01 a:hover {	color:#000000;	text-decoration: none;}
	.topLinkFlex01 a:active {	color:#000000;	text-decoration: none;}


	.topH202 {
		text-align: left;
		margin-bottom: 22px;
		display: flex;
		align-items: flex-end;
	}
	.topH202 .s01 {
		display: inline-block;
		vertical-align: bottom;
		flex-shrink: 0;
	}
	.topH202 .s01 img {
		width: auto;
		height: 42px;
	}
	.topH202 .s02 {
		position: relative;
		width: 100%;
		display: inline-block;
		vertical-align: bottom;
		font-size: 14px;
		line-height: 1.0em;
		font-weight: normal;
		margin-left: 10px;
		padding-bottom: 10px;
	}
	.topH202 .s02::after {
		content: '';
		display: inline-block;
		margin-left: 20px;
		background-image: url("../img/top_link_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 12px auto;
		width: 12px;
		height: 14px;
		vertical-align: bottom;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -7px;
	}

	/*--------------------*/

	.topLinkFlex01 a.linkBox01 {
		border: 2px solid #FFC9E3;
	}
	.topLinkFlex01 a.linkBox01 .topH202 .s02::after {
		background-image: url("../img/top_link_ar01.png");
	}

	.topLinkFlex01 a.linkBox02 {
		border: 2px solid #BEEEF7;
	}
	.topLinkFlex01 a.linkBox02 .topH202 .s02::after {
		background-image: url("../img/top_link_ar02.png");
	}

	.topLinkFlex01 a.linkBox03 {
		border: 2px solid #D8F095;
	}
	.topLinkFlex01 a.linkBox03 .topH202 .s02::after {
		background-image: url("../img/top_link_ar03.png");
	}

	.topLinkFlex01 a.linkBox04 {
		border: 2px solid #DAC3FD;
	}
	.topLinkFlex01 a.linkBox04 .topH202 .s02::after {
		background-image: url("../img/top_link_ar04.png");
	}

	/*--------------------*/

	.topLinkBox01 {
		background-color: #ffffff;
		padding: 30px 20px 40px 20px;
		box-sizing: border-box;
		display: block;
		margin-top: 40px;
	}
	.topH203 {
		margin-bottom: 35px;
	}
	.topH203 .s01 {
		display: block;
		vertical-align: bottom;
	}
	.topH203 .s01 img {
		width: auto;
		height: 46px;
	}
	.topH203 .s02 {
		display: block;
		vertical-align: bottom;
		font-size: 16px;
		line-height: 1.0em;
		font-weight: normal;
		margin-left: 0px;
		padding-bottom: 0px;
		margin-top: 10px;
	}

	.topLinkBlock01 {
		width: 100%;
	}
	.topLinkBlock01 li {
		margin-top: 30px;
	}
	.topLinkBlock01 li:first-child {
		margin-top: 0px;
	}
	.topLinkBlock01 li a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		height: 60px;
		padding: 10px 28px 10px 10px;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: normal;
	box-shadow: 2px 2px 5px 0px rgba( 0,0,0,0.3 );
	-webkit-box-shadow: 2px 2px 5px 0px rgba( 0,0,0,0.3 );
	-moz-box-shadow: 2px 2px 5px 0px rgba( 0,0,0,0.3 );
	-o-box-shadow: 2px 2px 5px 0px rgba( 0,0,0,0.3 );
	-ms-box-shadow: 2px 2px 5px 0px rgba( 0,0,0,0.3 );
	}
	.topLinkBlock01 a:link {	color: #000000;	text-decoration: none;}
	.topLinkBlock01 a:visited {	color: #000000;	text-decoration: none;}
	.topLinkBlock01 a:hover {	color:#000000;	text-decoration: none;}
	.topLinkBlock01 a:active {	color:#000000;	text-decoration: none;}

	.topLinkBlock01 li a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #000000;
		border-right: 0;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -5px;
	}

	.topLinkBlock01 li.li01 a {
		background: rgb(140,201,245);
		background: linear-gradient(180deg, rgba(140,201,245,1) 0%, rgba(167,233,253,1) 100%);
	}

	.topLinkBlock01 li.li02 a {
		background: rgb(145,230,137);
		background: linear-gradient(180deg, rgba(145,230,137,1) 0%, rgba(224,244,114,1) 100%);
	}

	/*----------------------*/

	.contBottomArea01 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		height: auto;
		padding: 50px 35px;
	}
	.bottomLogo01 img {
		width: 100%;
		height: auto;
	}




}



/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

/*.pagetopButton {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
}*/

/*---------------*/

.footerCopyWrap01 {
	background: rgb(255,252,178);
	background: linear-gradient(260deg, rgba(255,252,178,1) 0%, rgba(252,246,180,1) 10%, rgba(226,188,206,1) 36%, rgba(190,238,247,1) 68%, rgba(202,232,119,1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 46px;
	padding: 5px;
}
.copyRight01 {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
}

.footerWrap01 {
	padding: 40px 50px 60px 50px;
}
.footerFlex01 {
	position: relative;
	display: flex;
	align-items: flex-end;
	text-align: left;
	box-sizing: border-box;
	max-width: 1166px;
	margin: auto;
}
.footerFlexBox01 {
	font-size: 14px;
	line-height: 1.8em;
	padding-right: 20px;
}
.footerLogo01 {
	margin-bottom: 36px;
}
.footerLogo01 img {
	width: 300px;
	height: auto;
}

.footerFlexBox02 {
	display: flex;
}
.footerNaviBox01 {
	margin-left: 38px;
}
.footerNavi01 {}
.footerNavi01 li {
	margin-top: 22px;
	font-size: 13px;
	line-height: 1.2em;
}
.footerNavi01 li.li01 {
	font-size: 15px;
	font-weight: bold;
}

.footerWrap01 a:link {	color: #222222;	text-decoration: none;}
.footerWrap01 a:visited {	color: #222222;	text-decoration: none;}
.footerWrap01 a:hover {	color:#222222;	text-decoration: underline;}
.footerWrap01 a:active {	color:#222222;	text-decoration: none;}

.footerLink01 {
	font-size: 13px;
	line-height: 1.3em;
	position: absolute;
	top: 0px;
	right: 0px;
}

/*------------------*/

.floatBtnWrap01 {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -138px;
}
.floatBtnWrap01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 80px;
	height: 276px;
	background-color: #F23C94;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
}
.floatBtnWrap01 a:link {	color: #ffffff;	text-decoration: none;}
.floatBtnWrap01 a:visited {	color: #ffffff;	text-decoration: none;}
.floatBtnWrap01 a:hover {	color:#ffffff;	text-decoration: none;}
.floatBtnWrap01 a:active {	color:#ffffff;	text-decoration: none;}

.floatBtnWrap01 a .s01 {
	display: inline-block;
	margin-top: 5px;
}






/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	/*.pagetopButton {
		display: none;
		position: fixed;
		bottom: 60px;
		right: 40px;
	}*/

	/*---------------*/

	.footerCopyWrap01 {
		background: rgb(255,252,178);
		background: linear-gradient(260deg, rgba(255,252,178,1) 0%, rgba(252,246,180,1) 10%, rgba(226,188,206,1) 36%, rgba(190,238,247,1) 68%, rgba(202,232,119,1) 100%);
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		height: 46px;
		padding: 5px;
		margin-bottom: 60px;
	}
	.copyRight01 {
		font-size: 12px;
		line-height: 1.2em;
		font-weight: normal;
	}

	.footerWrap01 {
		padding: 30px 30px 30px 30px;
	}
	.footerFlex01 {
		position: relative;
		display: flex;
		align-items: flex-end;
		text-align: left;
		box-sizing: border-box;
		max-width: 1166px;
		margin: auto;
	}
	.footerFlexBox01 {
		font-size: 14px;
		line-height: 1.8em;
		padding-right: 0px;
	}
	.footerLogo01 {
		margin-bottom: 36px;
	}
	.footerLogo01 img {
		width: 300px;
		height: auto;
	}

	.footerFlexBox02 {
		display: none;
	}

	.footerWrap01 a:link {	color: #222222;	text-decoration: none;}
	.footerWrap01 a:visited {	color: #222222;	text-decoration: none;}
	.footerWrap01 a:hover {	color:#222222;	text-decoration: underline;}
	.footerWrap01 a:active {	color:#222222;	text-decoration: none;}

	.footerLink01 {
		display: none;
	}

	/*------------------*/

	.floatBtnWrap01 {
		position: fixed;
		width: 100%;
		right: 0px;
		top: auto;
		margin-top: 0px;
		bottom: 0px;
	}
	.floatBtnWrap01 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		height: 60px;
		background-color: #F23C94;
		font-size: 20px;
		line-height: 1.3em;
		font-weight: 500;
	}
	.floatBtnWrap01 a:link {	color: #ffffff;	text-decoration: none;}
	.floatBtnWrap01 a:visited {	color: #ffffff;	text-decoration: none;}
	.floatBtnWrap01 a:hover {	color:#ffffff;	text-decoration: none;}
	.floatBtnWrap01 a:active {	color:#ffffff;	text-decoration: none;}

	.floatBtnWrap01 a .s01 {
		display: inline-block;
		position: absolute;
		right: 22px;
		top: 50%;
		margin-top: -12px;
	}




}






/*-----*/
