@charset "utf-8";
@import url(./header.css);
@import url(./footer.css);



/* ****************************************************
Title: layout.css
***************************************************** */

/* --------------------------------------------------------------------
 body
-------------------------------------------------------------------- */
html {
	font-size: 10px;
}

body {
	color: #2f2f2f;
	background-color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;

	/*font-size: 10px;*/
	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;
}
footer p {
	text-align: center;
}
.webFontJost01 {
	font-family: 'Jost', sans-serif;
}

#top {
	/*overflow: hidden;*/
}

#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1160px;
}


img {
	vertical-align: bottom;
}

.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: -82px;
}

#top {
	padding-top: 82px;
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}

.spTable {
	display: none !important;
}

.contIn1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.contIn1030 {
	width: 1030px;
	margin: 0px auto;
	position: relative;
}

.boxShadow01 {
	-webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.3);
}

.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}


/*--------------*/

.img_wrap {
	/*margin: 0 auto;*/
	overflow: hidden;
	cursor: pointer;
}

.img_wrap img {
	width: 100%;
	transition-duration: 0.5s;
}

.img_wrap:hover img {
	transform: scale(1.1);
	transition-duration: 0.5s;
}

.overFlowHid01 {
	overflow: hidden;
}

/*--------------*/


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	body {}

	#wrap {
		overflow: hidden;
		/*width: 750px;*/
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 320px;
	}

	img {
		width: 100%;
		height: auto;
	}
	.img_wrap img {
    width: 50%;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}

	.ancIn {
		position: absolute;
		top: -60px;
	}

	#top {
		padding-top: 60px;
	}

	/*-----------------------*/

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pcBr {
		display: none;
	}

	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}

	.spTable {
		display: table !important;
	}

	.contIn1000 {
		width: auto;
	}

	.contIn1030 {
		width: auto;
	}

	.boxShadow01.boxShadow01Sp {
		-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
	}

	/*-----------------------*/

	.img_wrap:hover img {
		transform: scale(1.0);
	}

	/*----------------------*/

}





/* --------------------------------------------------------------------
 ボタン
-------------------------------------------------------------------- */

.contBtn01 {
	display: table;
	width: 100%;
}

.contBtn01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 50px;
	color: #2f2f2f;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: 500;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	/*border-radius: 200px;
	background: rgb(40, 145, 252);
	background: -moz-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
	background: -webkit-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
	background: -o-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
	background: -ms-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
	background: linear-gradient(90deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contBtn01 a:hover {
	border: 1px solid #0153b6;
	color: #0153b6;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

/*------------------*/

.contBtn02 {
	display: table;
	width: 100%;
}

.contBtn02 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 50px;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: 500;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	background: rgb(253, 102, 21);
    background: -moz-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
    background: -webkit-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
    background: -o-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
    background: -ms-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
    background: linear-gradient(90deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contBtn02 a:hover {
	border: 1px solid #d141b2;
	color: #d141b2;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

/*------------------*/

.contBtn03 {
	display: table;
	width: 100%;
}

.contBtn03 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 100px;
	color: #ffffff;
	font-size: 2.0rem;
	line-height: 1.7em;
	font-weight: 500;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	background: rgb(253, 102, 21);
	background: -moz-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -webkit-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -o-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -ms-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: linear-gradient(90deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contBtn03 a:hover {
	border: 1px solid #d141b2;
	color: #d141b2;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

/*------------------*/

.contBtn0302 {
	display: table;
	width: 460px;
	margin: auto;
}

.contBtn0302 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 70px;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.7em;
	font-weight: 500;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	background: rgb(253, 102, 21);
	background: -moz-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -webkit-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -o-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -ms-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: linear-gradient(90deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover .contBtn0302 span {
	border: 1px solid #d141b2;
	color: #d141b2;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}
/*------------------*/
.contBtn0303 {
	display: table;
	width: 100%;
	margin: auto;
	position: relative;
}
.contBtn0303 > a > img {
	width: 80px;
	float: right;
}
.contBtn0303 a {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 40px;
	height: 100px;
	color: #d141b2;
	font-size: 2.0rem;
	line-height: 1.7em;
	font-weight: 500;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.3);
}
.contBtn0303 a:hover {
	border: 1px solid #d141b2;
	color: #ffffff;
	background: rgb(253, 102, 21);
	background: -moz-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -webkit-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -o-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -ms-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: linear-gradient(90deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
}
.contBtn0303::after {
	content: "";
    position: absolute;
    top: 55%;
    right: 3rem;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background-image: url(../img/partner_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
	.contBtn0303 a {
		font-size: 1.3rem;
		padding-left: 20px;
	}
	.contBtn0303::after {
    width: 60px;
    height: 60px;
	}
}

/*------------------*/

.contBtn04 {
	display: table;
	width: 230px;
	position: relative;
	margin: auto;
}

.contBtn04 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 70px;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.7em;
	font-weight: 500;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	background: rgb(2, 113, 254);
	background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contBtn04 a:hover {
	border: 2px solid #0070FF;
	color: #0070FF;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.contBtn04 a::before {
	content: "";
	background-color: #ffffff;
	width: 12px;
	height: 12px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -6px;
}

.contBtn04 a:hover::before {
	background-color: #0070FF;
}

/*------------------*/

.contBtn0402 {
	display: table;
	width: 100%;
	position: relative;
	margin: auto;
}

.contBtn0402 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 96px;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.7em;
	font-weight: 500;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	background: rgb(2, 113, 254);
	background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contBtn0402 a:hover {
	border: 2px solid #0070FF;
	color: #0070FF;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.contBtn0402 a span {
	display: inline-block;
	position: relative;
}

.contBtn0402 a span::before {
	content: "";
	background-image: url("../img/top_btn_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 23px auto;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: -60px;
}

.contBtn0402 a:hover span::before {
	background-image: url("../img/top_btn_icon01_on.png");
}

/*------------------*/

.contBtn04.contBtn0403 {
	display: table;
	width: 230px;
	position: relative;
}

.contBtn04.contBtn0403 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 70px;
	border: none;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.7em;
	font-weight: 500;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	background: rgb(2, 113, 254);
	background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover .contBtn04.contBtn0403 span {
	border: 1px solid #0070FF;
	color: #0070FF;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.contBtn04.contBtn0403 span::before {
	content: "";
	background-color: #ffffff;
	width: 12px;
	height: 12px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -6px;
}

a:hover .contBtn04.contBtn0403 span::before {
	background-color: #0070FF;
}



/*------------------*/

.contBtn04.contBtn0404 {
	display: table;
	width: auto;
	position: relative;
	margin: auto auto auto 0px;
}

.contBtn04.contBtn0404 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 70px;
	border: none;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.7em;
	font-weight: 500;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	background: rgb(2, 113, 254);
	background: -moz-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
	background: -webkit-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
	background: -o-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
	background: -ms-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
	background: linear-gradient(90deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 5px 50px 5px 50px;
}

a:hover .contBtn04.contBtn0404 span {
	border: 1px solid #0070FF;
	color: #0070FF;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.contBtn04.contBtn0404 span::before {
	content: "";
	background-color: #ffffff;
	width: 12px;
	height: 12px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -6px;
}

a:hover .contBtn04.contBtn0404 span::before {
	background-color: #0070FF;
}

/*------------------*/







/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.contBtn03 {
		display: table;
		width: 100%;
	}

	.contBtn03 a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: 60px;
		color: #ffffff;
		font-size: 1.5rem;
		line-height: 1.7em;
		font-weight: 500;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
		background: rgb(253, 102, 21);
		background: -moz-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -webkit-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -o-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -ms-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: linear-gradient(90deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	}

	.contBtn03 a:hover {
		border: none;
		color: #ffffff;
		background: rgb(253, 102, 21);
		background: -moz-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -webkit-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -o-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -ms-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: linear-gradient(90deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	}


	/*------------------*/

	.contBtn0302 {
		display: table;
		width: 220px;
		margin: auto;
	}

	.contBtn0302 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: 50px;
		color: #ffffff;
		font-size: 1.5rem;
		line-height: 1.7em;
		font-weight: 500;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
		background: rgb(253, 102, 21);
		background: -moz-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -webkit-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -o-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -ms-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: linear-gradient(90deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	}

	a:hover .contBtn0302 span {
		border: none;
		color: #ffffff;
		background: rgb(253, 102, 21);
		background: -moz-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -webkit-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -o-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -ms-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: linear-gradient(90deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	}

	/*------------------*/

	.contBtn04 {
		display: table;
		width: 100%;
		position: relative;
		margin: auto;
	}

	.contBtn04 a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: 70px;
		border: 2px solid #ffffff;
		color: #ffffff;
		font-size: 1.6rem;
		line-height: 1.7em;
		font-weight: 500;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
		background: rgb(2, 113, 254);
		background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	}

	.contBtn04 a::before {
		content: "";
		background-color: #ffffff;
		width: 12px;
		height: 12px;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
		position: absolute;
		left: 26px;
		top: 50%;
		margin-top: -6px;
	}

	.contBtn04 a:hover {
		border: 2px solid #ffffff;
		color: #ffffff;
		background: rgb(2, 113, 254);
		background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	}

	.contBtn04 a:hover::before {
		background-color: #ffffff;
	}

	/*------------------*/

	.contBtn0402 {
		display: table;
		width: 100%;
		position: relative;
		margin: auto;
	}

	.contBtn0402 a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: 70px;
		border: 2px solid #ffffff;
		color: #ffffff;
		font-size: 1.3rem;
		line-height: 1.7em;
		letter-spacing: -0.05em;
		font-weight: 500;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
		background: rgb(2, 113, 254);
		background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	}

	.contBtn0402 a span {
		display: inline-block;
		position: relative;
	}

	.contBtn0402 a span::before {
		content: "";
		background-image: url("../img/top_btn_icon01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px auto;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 50%;
		margin-top: -9px;
		left: -26px;
	}

	.contBtn0402 a:hover {
		border: 2px solid #ffffff;
		color: #ffffff;
		background: rgb(2, 113, 254);
		background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	}

	.contBtn0402 a:hover span::before {
		background-image: url("../img/top_btn_icon01.png");
	}

	/*------------------*/

	.contBtn04.contBtn0403 {
		display: table;
		width: 100%;
		position: relative;
		margin: auto auto auto 0px;
	}

	.contBtn04.contBtn0403 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: 70px;
		border: none;
		color: #ffffff;
		font-size: 1.6rem;
		line-height: 1.7em;
		font-weight: 500;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
		background: rgb(2, 113, 254);
		background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	}

	.contBtn04.contBtn0403 span::before {
		content: "";
		background-color: #ffffff;
		width: 12px;
		height: 12px;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
		position: absolute;
		left: 26px;
		top: 50%;
		margin-top: -6px;
	}

	a:hover .contBtn04.contBtn0403 span {
		border: none;
		color: #ffffff;
		background: rgb(2, 113, 254);
		background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	}

	a:hover .contBtn04.contBtn0403 span::before {
		background-color: #ffffff;
	}


	/*------------------*/

	.contBtn05 {
		display: table;
		width: 100%;
		position: relative;
		margin: auto;
	}

	.contBtn05 a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		padding: 0px 45px 0px 45px;
		height: 70px;
		color: #ffffff;
		font-size: 1.6rem;
		line-height: 1.7em;
		font-weight: 500;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
		background: rgb(2, 113, 254);
		background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	}

	.contBtn05 a:hover {
		border: none;
		color: #ffffff;
		background: rgb(2, 113, 254);
		background: -moz-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -webkit-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -o-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: -ms-linear-gradient(0deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
		background: linear-gradient(90deg, rgb(2, 113, 254) 0%, rgb(77, 202, 194) 100%);
	}

	/*------------------*/

	.contBtn06 {
		display: table;
		width: 100%;
		margin: auto;
		position: relative;
	}

	.contBtn06 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		padding: 0px 22px 0px 22px;
		height: 34px;
		border: 1px solid #4dcbc0;
		color: #4dcbc0;
		font-size: 1.6rem;
		line-height: 1.7em;
		font-weight: 500;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
	}

	a:hover .contBtn06 span {
		/*border: 1px solid #0070FF;*/
		color: #4dcbc0;
		background-color: #ffffff;
	}





	/*------------------*/

	.contBtn04.contBtn0404 {
		display: table;
		width: 100%;
		position: relative;
		margin: auto auto auto 0px;
	}

	.contBtn04.contBtn0404 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: 60px;
		border: none;
		color: #ffffff;
		font-size: 1.6rem;
		line-height: 1.7em;
		font-weight: 500;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
		background: rgb(2, 113, 254);
		background: -moz-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
		background: -webkit-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
		background: -o-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
		background: -ms-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
		background: linear-gradient(90deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		padding: 5px 50px 5px 50px;
	}

	a:hover .contBtn04.contBtn0404 span {
		border: none;
		color: #ffffff;
		background: rgb(2, 113, 254);
		background: -moz-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
		background: -webkit-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
		background: -o-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
		background: -ms-linear-gradient(0deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
		background: linear-gradient(90deg, rgb(40, 146, 252) 0%, rgb(40, 146, 252) 100%);
	}

	.contBtn04.contBtn0404 span::before {
		content: "";
		background-color: #ffffff;
		width: 12px;
		height: 12px;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
		position: absolute;
		left: 26px;
		top: 50%;
		margin-top: -6px;
	}

	a:hover .contBtn04.contBtn0404 span::before {
		background-color: #ffffff;
	}

	/*------------------*/



}


/* --------------------------------------------------------------------
 main
-------------------------------------------------------------------- */

/*------solution--------*/


section#solution {
	position: relative;
}

.sierFlex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
}
.triangle {
	position: relative;
}
.triangle::after {
	content: "";
    background-image: url(../img/ar01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 41px auto;
    width: 41px;
    height: 85px;
    position: absolute;
	transform:rotate(90deg);
    top: 103%;
    margin-top: -43px;
    left: 44%;
}


.sierFlex03Box01 {
  background-color: #ffffff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.sierFlex03Box0102 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sierFlex03Box01In01 {
  box-sizing: border-box;
  border-top: 9px solid #b5b6b6;
  padding: 24px 30px 40px 30px;
  width: 332px;
}

.sierFlex03Box01In02 {
  box-sizing: border-box;
  border-top: 9px solid #4dcbc1;
  padding: 24px 20px 40px 20px;
width: 332px;
}

.sierCase01 {
  color: #6c6e6f;
  margin-bottom: 20px;
}

.sierCase01 .span01 {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: bold;
}

.sierCase01 .span02 {
  display: block;
  font-size: 3.5rem;
  line-height: 1.2em;
  font-weight: 500;
}

.sierCase02 {
  display: inline-block;
  background-color: #b5b6b6;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: bold;
  padding: 5px 20px 7px 20px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
}

.sierCase03Tb01 {
  display: table;
  width: 100%;
}

.sierCase03 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 130px;
	width: 30rem;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: bold;
}


.sierFlex03Box01In02 .sierCase01 {
  color: #4dcbc1;
}

.sierFlex03Box01In02 .sierCase02 {
  background-color: #4dcbc1;
  font-size: 1.8rem;
  padding: 5px 20px 7px 20px;
}

.sierFlex03Box01In02 .sierCase03 {
  color: #4dcbc1;
  font-size: 2.6rem;
  line-height: 1.53em;
}


.sierCaseTb01Cell01 {
  width: 235px;
height: 240px;
  margin: auto;
padding: 20px 0px 0px 0px;
}

.sierCaseTb01Cell01 img {
  width: 100%;
  height: auto;
}

.sierCaseTb01Cell02 {
  text-align: left;
  width: 290px;
  float: left;
}


.saasBlock01 .sierFlex03Box01In02 .sierCase03 {
  font-size: 2.5rem;
  line-height: 1.53em;
  letter-spacing: -0.05em;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width: 767px) {

  .sierFlex03 {
    display: block;
    margin-bottom: 36px;
  }

  .sierFlex03Box01 {
    background-color: #ffffff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
  }

  .sierFlex03Box0102 {
    width: auto;
    height: auto;
    position: relative;
    left: 0px;
    top: 0px;
  }

  .sierFlex03Box01In01 {
    box-sizing: border-box;
    border-top: 9px solid #b5b6b6;
    padding: 20px 15px 30px 15px;
    width: auto;
  }

  .sierFlex03Box01In02 {
    box-sizing: border-box;
    border-top: 9px solid #4dcbc1;
    padding: 20px 15px 30px 15px;
    width: auto;
  }

	.triangle::after {
		display: none;
	}
	.sierFlex03Box01 {
		margin-bottom: 20px;
	}

  .sierCase01 {
    color: #6c6e6f;
    margin-bottom: 15px;
  }

  .sierCase01 .span01 {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2em;
    font-weight: bold;
  }

  .sierCase01 .span02 {
    display: block;
    font-size: 2.8rem;
    line-height: 1.2em;
    font-weight: 500;
  }

  .sierCase02 {
    display: inline-block;
    background-color: #b5b6b6;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: bold;
    padding: 5px 20px 7px 20px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
  }
	
  .sierCase03Tb01 {
    display: table;
    width: 100%;
  }

  .sierCase03 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: auto;
    font-size: 1.7rem;
    line-height: 1.4em;
    font-weight: bold;
    padding: 12px 0px;
  }



  .sierFlex03Box01In02 .sierCase01 {
    color: #4dcbc1;
  }

  .sierFlex03Box01In02 .sierCase02 {
    background-color: #4dcbc1;
    font-size: 1.5rem;
    padding: 5px 20px 7px 20px;
  }

  .sierFlex03Box01In02 .sierCase03 {
    color: #4dcbc1;
    font-size: 1.7rem;
    line-height: 1.53em;
  }  

  .sierCaseTb01Cell01 {
    width: auto;
	height: auto;
    float: none;
    margin-bottom: 10px;
  }

  .sierCaseTb01Cell01 img {
    width: 100%;
    height: auto;
  }

  .sierCaseTb01Cell02 {
    text-align: left;
    width: auto;
    float: none;
  }
 .saasBlock01 .sierFlex03Box01In02 .sierCase03 {
    font-size: 1.7rem;
    line-height: 1.53em;
    letter-spacing: -0.05em;
  }
}

/*--solutionここまで--*/




.topMainvisualWrap01 {
	position: relative;
	background-color: #f4f4f4;
}

.topMainvisual01 {
	width: 100%;
	height: 660px;
	background-image: url("../img/top_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	background-color: #d7e9fd;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.topMainvisual01::before {
	content: "";
	background-image: url("../img/top_main_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 760px auto;
	width: 760px;
	height: 915px;
	position: absolute;
	top: -160px;
	right: 50%;
}

.topMainvisualCont01 {
	position: relative;
}

.topMainvisualCont01::before {
	content: "";
	background-image: url("../img/top_main_bg02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 781px auto;
	width: 781px;
	height: 888px;
	position: absolute;
	top: 610px;
	left: 50%;
	margin-left: 315px;
}

.topMain01 {
	position: relative;
	text-align: left;
	padding: 88px 0px 100px 0px;
}
.topMainH201 {}

.topMainH201 .h201Span01 {
	display: inline-block;
    color: #2f2f2f;
    font-size: 2.0rem;
    line-height: 1.5em;
    font-weight: 500;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 14px 10px 14px;
	margin-bottom: 10px;
}

.topMainH201 .h201Span02 {
	display: block;
	font-size: 3.2rem;
	line-height: 1.56em;
	font-weight: bold;
}

.topMainBtnWrap01 {
	width: 440px;
	margin-top: 40px;
}

.topMain02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.topMain02 .topMainLinkBox01 {
	display: block;
	text-align: center;
	box-sizing: border-box;
	width: 480px;
	border-top: 5px solid #41b73c;
	background-color: #ffffff;
	color: #2f2f2f;
	padding: 20px 20px 20px 20px;
}

.topMainLinkTit01 {
	position: relative;
	font-size: 2.0rem;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 18px;
}

.topMainLinkTit01::after {
	content: "";
	width: 48px;
	height: 1px;
	background-color: #50a6fd;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -24px;
}

.topMainLinkImg01 {
	display: table;
	width: 100%;
}

.topMainLinkImg01 p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: auto;
	padding: 20px 0px 20px 0px;
}

.linkImg01 img {
	height: 180px;
	width: auto;
}

.linkImg02 img {
	height: 180px;
	width: auto;
}

.topMainLinkText01 {
	font-size: 1.5rem;
	line-height: 1.3em;
}

/*------------------*/

.topContBlock01 {
	padding: 100px 0px 0px 0px;
}

.topCaseBg01 {
	position: relative;
}

.topCaseBg01::before {
	content: "";
	background-image: url("../img/top_case_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 262px auto;
	width: 262px;
	height: 253px;
	position: absolute;
	top: 50px;
	right: 50%;
	margin-right: 414px;
	z-index: -1;
}
/*
.topCaseBg01::after {
	content: "";
	background-image: url("../img/top_case_bg03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 805px auto;
	width: 805px;
	height: 805px;
	position: absolute;
	bottom: 40px;
    z-index: -10;
	left: 50%;
	margin-left: 328px;
}*/


.topDataBg01 {
	position: relative;
}

.topDataBg01::before {
	content: "";
    background-image: url(../img/top_case_bg04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 600px auto;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 120px;
    z-index: -10;
    right: 50%;
    margin-right: 350px;
}

.topContTitWrap01 span {
	display: block;
}

.topContTitWrap01 {
	text-align: left;
	padding: 0px 0px 50px 0px;
}

.topContTitWrap01.pcRight01 {
	text-align: right;
}
.lead_txt {
	font-size: 2.4rem;
    line-height: 1.875em;
    font-weight: bold;
    margin: 60px auto 88px;
	text-align: center;
}
.topContH301 {
	color: #4dcbc0;
	font-size: 5.0rem;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.13em;
	margin-bottom: 10px;
}

.topContText01 {
	font-size: 2.4rem;
	line-height: 1.875em;
	font-weight: bold;
	margin-bottom: 20px;
}

#fv h3 {
	margin-bottom: 32px;
}


.topContText02 {
	font-size: 1.6rem;
	line-height: 1.875em;
	font-weight: 500;
	height: 250px;
}
@media screen and (max-width:767px) {
	#fv h3 {
		margin: 24vw 0px 0px 0px;
	}
	.lead_txt {
		font-size: 1.5rem;
        line-height: 1.875em;
		margin: 60px 18px;
        font-weight: bold;
		text-align: left;
	}
}
/*------------------*/

.topContWrap01 {
	position: relative;
}

.topContBg01 {
	width: 100%;
	height: 460px;
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: -390px;
	background: rgb(77, 203, 192);
	background: -moz-linear-gradient(0deg, rgb(77, 203, 192) 0%, rgb(137, 200, 254) 100%);
	background: -webkit-linear-gradient(0deg, rgb(77, 203, 192) 0%, rgb(137, 200, 254) 100%);
	background: -o-linear-gradient(0deg, rgb(77, 203, 192) 0%, rgb(137, 200, 254) 100%);
	background: -ms-linear-gradient(0deg, rgb(77, 203, 192) 0%, rgb(137, 200, 254) 100%);
	background: linear-gradient(90deg, rgb(77, 203, 192) 0%, rgb(137, 200, 254) 100%);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

.topContFlex01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	gap: 2%;
	flex-wrap: wrap;
	padding-top: 38px;
}

	.topContFlex01 .sierCase02 {
		background-color: #4dcbc1;
    	padding: 5px 20px 7px 20px;
	}
.topContFlex02 .sierCase02 {
		background-color: #4dcbc1;
    	padding: 5px 20px 7px 20px;
	}

.topContFlexBox01 {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 32%;
	background-color: #ffffff;
	padding: 22px 15px 22px 15px;
	color: #2f2f2f !important;
}

.topContFlexBox01 {
	margin-bottom: 100px;
}
.topContFlex02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 38px;
}
.topContFlex02 > .topContFlexBox01 {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 32%;
	background-color: #ffffff;
	padding: 22px 15px 22px 15px;
	color: #2f2f2f !important;
}

/* .topContFlexBox01:last-child {
	margin-bottom: 0px;
} */

.topContMenuWrap {
	text-align: center;
	color: #4dcbc0;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -35px;
}

.topContMenuWrap .menuSpan01 {
	display: block;
	font-size: 1.7rem;
	line-height: 1.0em;
}

.topContMenuWrap .menuSpan02 {
	display: block;
	font-size: 4.2rem;
	line-height: 1.0em;
	font-weight: bold;
}

.topContMenuImg {
	display: table;
	width: 100%;
}

.topContMenuImg p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 180px;
}

.topContMenuImg01 img {
	height: auto;
	width: 120px;
}

.topContMenuImg02 img {
	height: auto;
	width: 120px;
}

.topContMenuImg03 img {
	height: auto;
	width: 120px;
}

.topContMenuText01 {
	font-size: 1.8rem;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: -0.05em;
	/*height: 2.5em;*/
	padding-bottom: 1.5em;
}



.topContMenuUl01 li {
	display: inline-block;
	background-color: #ededed;
	font-size: 1.4rem;
	line-height: 1.2em;
	padding: 10px 15px;
	margin: 9px 9px 7px 0px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

.topContMenuUl01 li a {
	display: block;
	padding: 8px 15px 8px 15px;
}

.topContMenuBtnWrap01 {
	padding: 58px 0px 58px 0px;
}

/*----------------------*/

.topContBg02 {
	width: 100%;
	height: 460px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -390px;
	background-color: #f4f4f4;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

.topContFlex02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topContFlexBox02 {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 480px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	color: #2f2f2f !important;
}

.topContFlexBox02 img {
	width: 100%;
	height: auto;
}

.topContSupportTb01 {
	display: table;
	width: 100%;
}

.topContSupportCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 20px 30px;
	height: 150px;
	font-size: 1.6rem;
	line-height: 1.875em;
}
.topContSupportCell01 > .topConttitle {
	font-size: 1.8rem;
}

.topContSupportCell01 .span01 {
	font-weight: bold;
	color: #4dcbc0;
    vertical-align: middle;
    height: 130px;
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: bold;
}
.topContSupportCell01 .topContsmall {
	font-size: 1.2rem;
}
.topContSupportCell01 .center {
	text-align: center;
}



/*-----modal-----*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
}
.modal-content {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-x: auto;
    height: 80%;
    width: 1000px;
    background-color: #ffffff;
	border: solid, 5px, #4DCBC1;
	font-size: 3.5vw;
	text-align: center;
    padding: 3% 2.5%;
    border-radius: 20px;
    z-index: 1000;
}
.modal .topContsmall {
	text-align: right;
}
.modal .topConttitle {
	margin: 3rem 0px;
}
.modal .topContMenuUl01 {
	margin-bottom: 2rem;
}
.casestudy_card_txt{
	height: 250px;
}
section#casestudy {
	padding-bottom: 64px;
}
.fixed { 
	position: fixed;
	width: 100%;
}
@media screen and (max-width:767px) {
	.modal-content {
		width: 90%;
		top: 55%;
	}
	.casestudy_card_txt{
	height: auto;
	}
	.modal_txt {
		text-align: left;
	}
}
/*-----modalここまで------*/

/*----servicemenu------*/
#servicemenu {
	position: relative;
}
#servicemenu::after {
	content: "";
    width: 100%;
    height: 8.6rem;
    background-color: #f4f4f4;
    position: absolute;
	z-index: -10;/*bgより後ろに*/
    top: -1px;
    left: 0;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
#servicemenu img {
	width: 100%;
}
.bg02 {
	position: relative;
}
.bg02::before {
    content: "";
    background-image: url(../img/top_case_bg05.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 580px auto;
    width: 510px;
    height: 700px;
	z-index: -10;
    position: absolute;
    top: -30px;
    right: 50%;
    margin-right: 370px;
}


.serviceBox01 {
  text-align: left;
  margin-bottom: 85px;
}

.serviceHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

/* 交互レイアウト：reverseクラスで左右反転 */
.serviceBox01.reverse .serviceHeader {
  flex-direction: row-reverse;
}

.serviceCont01 {
  flex: 1 1 60%;
  max-width: 60%;
}

.serviceImg01 {
  flex: 1 1 35%;
  max-width: 35%;
}

.serviceImg01 img {
  width: 100%;
  height: auto;
}

/* タイトルと番号 */
.serviceTitleWrap {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}

.serviceNumber {
  font-size: 5rem;
  font-weight: bold;
  color: #4dcbc0;
  flex-shrink: 0;
}

.serviceTitle {
  font-size: 2.6rem;
  line-height: 2.3em;
  font-weight: bold;
  color: #4dcbc0;
  margin: 0;
}

.serviceText {
  font-size: 1.6rem;
  line-height: 1.85em;
　font-weight: 500;
  margin: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .serviceHeader {
    flex-direction: column !important; /* 強制的に縦並びに */
  }

  .serviceCont01,
  .serviceImg01 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .serviceImg01 {
    margin: 20px auto;
  }
}
@media screen and (max-width: 425px) {
	.serviceTitle {
	  	font-size: 1.7rem;
        line-height: 3rem;
	}
	.serviceNumber {
  font-size: 3rem;
	}
  .serviceTitleWrap {
	align-items: center;
	}
}
/*
.serviceCont01 {
  width: 665px;
}

.serviceCont01 dt {
  font-size: 2.6rem;
  line-height: 1.7em;
  font-weight: bold;
  margin-bottom: 18px;
}

.serviceCont01 dd {
  font-size: 1.6rem;
  line-height: 1.85em;
}

.serviceFloatL {
  float: left;
}

.serviceFloatR {
  float: right;
}*/

/*-----servicemenuここまで------*/

/*-----------------------*/


.topContBg01.topContBg0102 {
	bottom: 110px;
}

/*----------------------*/

.topDataWrap01 {
	position: relative;
	padding: 40px 0px 100px 0px;
}

.topDataWrap01 a {
	display: block;
}

.topDataTb01 {
	border: 3px solid #8fded8;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 55px 55px 55px 55px;
}

.topDataCell01 {
	text-align: left;
	width: 380px;
	float: right;
}

.topDataCell01 img {
	width: 100%;
	height: auto;
}
.topDataCell01 > .overFlowHid01 {
	align-items: center;
    display: flex;
    height: 368px;
}
.topDataCell02 {
	text-align: left;
	width: 500px;
	float: left;
}

.topDataText01 {
	font-size: 2.1rem;
	line-height: 1.9em;
	font-weight: bold;
	margin-bottom: 24px;
}

.topDataText02 {
	font-size: 1.6rem;
	line-height: 1.8em;
	font-weight: bold;
}

.topDataBtnWrap01 {
	margin-top: 30px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
	.topDataCell01 > .overFlowHid01 {
		height: auto;
	}
}


/*-------------------*/
/*----download----*/
.topDwAreaWrap01 {
	position: relative;
	background-image: url("../img/top_down_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 60px 0px 60px 0px;
}
#download .flexbox {
	display: flex;
	justify-content: space-between;
}
#download .topDwImgWrap01 {
	width: 45%;
}
#download .topDwContWrap01 {
	width: 55%;
}
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
	#download .flexbox {
	display: block;
}
#download .topDwImgWrap01 {
	width: 100%;
}
#download .topDwContWrap01 {
	width: 100%;
}
}

.topDwImgWrap01 {
	float: left;
}

.topDwImgWrap01 li {
	width: 360px;
	float: left;
	margin-left: 10px;
}

.topDwContWrap01 {
	display: table;
	width: 600px;
	float: right;
}

.topDwContIn01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 280px;
}

.topDwText01 {
	color: #ffffff;
	font-size: 2.2rem;
	line-height: 1.5em;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	margin-bottom: 15px;
}

/*-------------------*/

.contactAreaWrap01 {
	padding: 90px 0px 55px 0px;
}

.contactBtnWrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contactBtnWrap01 li {
	width: 49.5%;
}

.contactTime01 {
	font-size: 1.2rem;
	line-height: 1.3em;
	margin-top: 15px;
}
.contact_img {
filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}

/*----------------------*/

.sideNaviWrap01 {
	width: 226px;
	position: fixed;
	right: 0px;
	bottom: 150px;
	z-index: 500;
	display: none;
}

.sideNaviWrap01 li {
	margin-top: 5px;
}

.sideBtnWrap01 {}

.sideBtnWrap01 a {
	display: block;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-o-border-radius: 8px 0px 0px 8px;
	-ms-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	background: rgb(253, 102, 21);
	background: -moz-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -webkit-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -o-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: -ms-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	background: linear-gradient(90deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
	padding: 20px 0px 18px 0px;
	text-align: center;
	color: #ffffff;
}

.sideBtnText01 {
	font-size: 1.5rem;
	line-height: 1.6em;
	font-weight: bold;
}

.sideBtnIn01 {
	padding: 0px 24px 0px 24px;
}

.sideBtnImg01 {
	margin: 13px 0px 16px 0px;
}

.sideBtnImg01 img {
	width: 100%;
	height: auto;
}

.sideBtn01 {
	display: table;
	width: 100%;
}

.sideBtn01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 40px;
	color: #b84bb6;
	font-size: 1.3rem;
	line-height: 1.0em;
	background-color: #ffffff;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover .sideBtn01 span {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #b84bb6;
}

.sideBtnWrap02 {
	display: table;
	width: 100%;
}

.sideBtnWrap02 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 60px;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-o-border-radius: 8px 0px 0px 8px;
	-ms-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	background: rgb(40, 145, 252);
	background: -moz-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
	background: -webkit-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
	background: -o-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
	background: -ms-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
	background: linear-gradient(90deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.0em;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sideBtnWrap02 a:hover {
	border-left: 1px solid #0153b6;
	border-top: 1px solid #0153b6;
	border-bottom: 1px solid #0153b6;
	border-right: 1px solid #0153b6;
	color: #0153b6;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}


/* PAGE TOP */
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 500;
}

#page-top a {
	width: 50px;
	height: 50px;
	background-color: #2474C4;
	display: block;
	position: relative;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#page-top a::before {
	position: absolute;
	content: "";
	left: 18px;
	top: 22px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#page-top a:hover {
	background-color: #ffffff;
	border: 1px solid #2474C4;
}

#page-top a:hover::before {
	border-top: 2px solid #2474C4;
	border-left: 2px solid #2474C4;
}

@media screen and (max-width:767px) {

	#page-top {
		bottom: 170px;
	}

}

/*------------------------*/

.detailBred01 {
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4em;
	font-weight: 500;
	padding: 20px 0px 0px 0px;
}

.detailBred01 li {
	display: inline-block;
}

.detailBred01 a:link {
	color: #2f2f2f;
	text-decoration: underline;
}

.detailBred01 a:visited {
	color: #2f2f2f;
	text-decoration: underline;
}

.detailBred01 a:hover {
	color: #2f2f2f;
	text-decoration: none;
}

.detailBred01 a:active {
	color: #2f2f2f;
	text-decoration: none;
}


/*-----*/



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
	.topMainvisualWrap01 {
		position: relative;
		padding: 0px 15px 0px 15px;
	}

	.topMainvisual01 {
		width: 100%;
		height: 350px;
		background-image: url("../img/top_mainvisual01.png");
		background-repeat: no-repeat;
		background-position: 56px center;
		background-size: auto 100%;
		background-color: #d7e9fd;
		position: absolute;
		top: 0px;
		left: 0px;
		overflow: hidden;
	}

	.topMainvisual01::before {
		content: "";
		background-image: url("../img/top_main_bg01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 380px auto;
		width: 380px;
		height: 458px;
		position: absolute;
		top: -30px;
		right: 45%;
	}



	.topMainvisualCont01 {
		position: relative;
	}

	.topMainvisualCont01::before {
		content: "";
		background-image: url("../img/top_main_bg02.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 390px auto;
		width: 390px;
		height: 444px;
		position: absolute;
		top: 688px;
		left: 50%;
		margin-left: 0px;
	}


	.topMain01 {
		text-align: left;
		padding: 30px 0px 15px 0px;
	}

	.topMainH201 {
		background-color: rgba(255,255,255,0.6);
		border-radius: 2px;
		padding: 1rem;
	}

	.topMainH201 .h201Span01 {
		display: inline-block;
		font-size: 1.4rem;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
		border-radius: 6px;
		padding: 6px 12px 6px 12px;
		margin-bottom: 10px;
	}

	.topMainH201 .h201Span02 {
		display: block;
		/*background-color: rgba(215,233,253,0.5);*/
		font-size: 1.8rem;
		line-height: 1.75em;
		font-weight: bold;
	}

	.topMainBtnWrap01 {
		width: auto;
		margin-top: 20px;
	}

	.topMain02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.topMain02 .topMainLinkBox01 {
		display: block;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		border-top: 5px solid #41b73c;
		background-color: #ffffff;
		color: #2f2f2f;
		padding: 15px 15px 15px 15px;
		margin-top: 20px;
	}

	.topMainLinkTit01 {
		position: relative;
		font-size: 1.5rem;
		line-height: 1.5em;
		font-weight: bold;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.topMainLinkTit01::after {
		content: "";
		width: 48px;
		height: 1px;
		background-color: #50a6fd;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -24px;
	}

	.topMainLinkImg01 {
		display: table;
		width: 100%;
	}

	.topMainLinkImg01 p {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: auto;
		padding: 15px 0px 15px 0px;
	}

	.linkImg01 img {
		height: auto;
		width: 130px;
	}

	.linkImg02 img {
		height: auto;
		width: 104px;
	}

	.topMainLinkText01 {
		font-size: 1.4rem;
		line-height: 1.3em;
	}

	/*------------------*/

	.topContBlock01 {
		padding: 40px 15px 0px 15px;
	}
	#servicemenu .topContBlock01 {
		padding: 100px 15px 0px 15px;
	}

	.topSupportBg01::before {
		content: "";
		background-image: url("../img/top_support_bg01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 446px auto;
		width: 446px;
		height: 469px;
		position: absolute;
		top: 86px;
		right: 50%;
		margin-right: 0px;
	}

	.topSupportBg01::after {
		content: "";
		background-image: url("../img/top_case_bg02.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 198px auto;
		width: 198px;
		height: 241px;
		position: absolute;
		bottom: -198px;
		left: 50%;
		margin-left: 80px;
	}

	.topCaseBg01::before {
		content: "";
		background-image: url("../img/top_case_bg01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 131px auto;
		width: 131px;
		height: 127px;
		position: absolute;
		top: 15px;
		right: 50%;
		margin-right: 20%;
	}
/*
	.topCaseBg01::after {
		content: "";
		background-image: url("../img/top_case_bg03.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 402px auto;
		width: 402px;
		height: 402px;
		position: absolute;
		bottom: -250px;
		left: 50%;
		margin-left: 0px;
	}*/

	.topDataBg01::before {
		content: "";
		background-image: url("../img/top_case_bg04.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 300px auto;
		width: 300px;
		height: 300px;
		position: absolute;
		top: auto;
		right: 50%;
		margin-right: 0px;
		bottom: -90px;
	}


	.topContTitWrap01 {
		text-align: left;
		padding: 0px 0px 20px 0px;
	}

	.topContTitWrap01.pcRight01 {
		text-align: left;
	}

	.topContH301 {
		color: #4dcbc0;
		font-size: 2.6rem;
		line-height: 1.2em;
		font-weight: bold;
		letter-spacing: 0.13em;
		margin-bottom: 10px;
	}

	.topContText01 {
		font-size: 1.5rem;
		line-height: 1.875em;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.topContText02 {
		font-size: 1.3rem;
		line-height: 1.875em;
		font-weight: 500;
		height: auto;
	}

	/*------------------*/

	.topContWrap01 {
		position: relative;
	}

	.topContBg01 {
		width: 100%;
		height: 410px;
		position: absolute;
		bottom: 0px;
		right: 25%;
		margin-right: 0px;
		background: rgb(77, 203, 192);
		background: -moz-linear-gradient(0deg, rgb(77, 203, 192) 0%, rgb(137, 200, 254) 100%);
		background: -webkit-linear-gradient(0deg, rgb(77, 203, 192) 0%, rgb(137, 200, 254) 100%);
		background: -o-linear-gradient(0deg, rgb(77, 203, 192) 0%, rgb(137, 200, 254) 100%);
		background: -ms-linear-gradient(0deg, rgb(77, 203, 192) 0%, rgb(137, 200, 254) 100%);
		background: linear-gradient(90deg, rgb(77, 203, 192) 0%, rgb(137, 200, 254) 100%);
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		-o-border-radius: 50px;
		-ms-border-radius: 50px;
		border-radius: 50px;
	}

	.topContFlex01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 0px;
	}

	.topContFlexBox01, .topContFlex02 .topContFlexBox01 {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		background-color: #ffffff;
		padding: 22px 15px 22px 15px;
		color: #2f2f2f !important;
		margin-bottom: 0;
		margin-top: 50px;
	}

	.topContMenuWrap {
		text-align: center;
		color: #4dcbc0;
		width: 100%;
		position: absolute;
		left: 0px;
		top: -35px;
	}

	.topContMenuWrap .menuSpan01 {
		display: block;
		font-size: 1.6rem;
		line-height: 1.0em;
	}

	.topContMenuWrap .menuSpan02 {
		display: block;
		font-size: 3.8rem;
		line-height: 1.0em;
		font-weight: bold;
	}

	.topContMenuImg {
		display: table;
		width: 100%;
	}

	.topContMenuImg p {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 180px;
	}

	.topContMenuImg01 img {
		height: auto;
		width: 150px;
	}

	.topContMenuImg02 img {
		height: auto;
		width: 170px;
	}

	.topContMenuImg03 img {
		height: auto;
		width: 134px;
	}

	.topContMenuText01 {
		font-size: 1.6rem;
		line-height: 1.3em;
		font-weight: bold;
		letter-spacing: -0.05em;
		/*height: 2.5em;*/
		padding-bottom: 1.5em;
	}

	.topContMenuUl01 {
		text-align: left;
	}

	.topContMenuUl01 li {
		display: inline-block;
		background-color: #ededed;
		font-size: 1.3rem;
		line-height: 1.2em;
		margin: 0px 9px 7px 0px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		-o-border-radius: 50px;
		-ms-border-radius: 50px;
		border-radius: 50px;
	}

	.topContMenuUl01 li a {
		display: block;
		padding: 8px 15px 8px 15px;
	}

	.topContMenuBtnWrap01 {
		padding: 30px 0px 30px 0px;
	}

	/*----------------------*/

	.topContBg02 {
		width: 100%;
		height: 460px;
		z-index: -10;
		position: absolute;
		bottom: 0px;
		left: 25%;
		margin-left: 0px;
		background-color: #f4f4f4;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		-o-border-radius: 50px;
		-ms-border-radius: 50px;
		border-radius: 50px;
	}

	.topContFlex02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		padding-top: 0px;
		justify-content: space-between;
	}

	.topContFlexBox02 {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		background-color: #ffffff;
		padding: 0px 0px 0px 0px;
		color: #2f2f2f !important;
		margin-top: 20px;
	}

	.topContFlexBox02 img {
		width: 100%;
		height: auto;
	}

	.topContSupportTb01 {
		display: table;
		width: 100%;
	}

	.topContSupportCell01 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: auto;
		font-size: 1.5rem;
		line-height: 1.875em;
		padding: 15px;
	}

	.topContSupportCell01 .span01 {
		font-weight: bold;
		color: #4dcbc0;
		font-size: 1.7rem;
	}

	/*-----------------------*/


	.topContBg01.topContBg0102 {
		bottom: 94px;
	}

	/*----------------------*/

	.topDataWrap01 {
		position: relative;
		padding: 20px 15px 40px 15px;
	}

	.topDataTb01 {
		border: 3px solid #8fded8;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		-o-border-radius: 30px;
		-ms-border-radius: 30px;
		border-radius: 30px;
		padding: 20px 15px 20px 15px;
	}

	.topDataCell01 {
		text-align: left;
		width: auto;
		float: none;
		margin-bottom: 15px;
	}

	.topDataCell01 img {
		width: 100%;
		height: auto;
	}

	.topDataCell02 {
		text-align: left;
		width: auto;
		float: none;
	}

	.topDataText01 {
		font-size: 1.6rem;
		line-height: 1.9em;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.topDataText02 {
		font-size: 1.3rem;
		line-height: 1.8em;
		font-weight: bold;
	}

	.topDataBtnWrap01 {
		margin-top: 20px;
	}

	/*-------------------*/

	.topDwAreaWrap01 {
		padding: 30px 15px 30px 15px;
	}

	.topDwImgWrap01 {
		float: none;
	}

	.topDwImgWrap01 li {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-bottom: 15px;
	}

	.topDwImgWrap01 li:nth-child(2) {
		display: none;
	}

	.topDwContWrap01 {
		display: block;
		width: auto;
		float: none;
	}

	.topDwContIn01 {
		display: block;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: auto;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		padding: 15px 0px 15px 0px;
	}

	.topDwText01 {
		color: #ffffff;
		font-size: 1.3rem;
		line-height: 1.5em;
		font-weight: bold;
		display: inline-block;
		text-align: left;
		margin-bottom: 15px;
	}

	/*-------------------*/

	.contactAreaWrap01 {
		padding: 30px 15px 30px 15px;
	}

	.contactBtnWrap01 {
		display: block;
	}

	.contactBtnWrap01 li {
		width: auto;
		margin-bottom: 15px;
	}


	.contactTime01 {
		font-size: 1.2rem;
		line-height: 1.3em;
		margin-top: 15px;
	}

	/*----------------------*/

	.sideNaviWrap01 {
		width: 226px;
		position: fixed;
		right: 0px;
		bottom: 150px;
		z-index: 500;
		display: none;
	}

	.sideNaviWrap01 li {
		margin-top: 5px;
	}

	.sideBtnWrap01 {}

	.sideBtnWrap01 a {
		display: block;
		-moz-border-radius: 8px 0px 0px 8px;
		-webkit-border-radius: 8px 0px 0px 8px;
		-o-border-radius: 8px 0px 0px 8px;
		-ms-border-radius: 8px 0px 0px 8px;
		border-radius: 8px 0px 0px 8px;
		background: rgb(253, 102, 21);
		background: -moz-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -webkit-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -o-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: -ms-linear-gradient(0deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		background: linear-gradient(90deg, rgb(253, 102, 21) 0%, rgb(207, 62, 189) 100%);
		padding: 20px 0px 18px 0px;
		text-align: center;
		color: #ffffff;
	}

	.sideBtnText01 {
		font-size: 1.5rem;
		line-height: 1.6em;
		font-weight: bold;
	}

	.sideBtnIn01 {
		padding: 0px 24px 0px 24px;
	}

	.sideBtnImg01 {
		margin: 13px 0px 16px 0px;
	}

	.sideBtnImg01 img {
		width: 100%;
		height: auto;
	}

	.sideBtn01 {
		display: table;
		width: 100%;
	}

	.sideBtn01 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 40px;
		color: #b84bb6;
		font-size: 1.3rem;
		line-height: 1.0em;
		background-color: #ffffff;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
	}

	.sideBtnWrap02 {
		display: table;
		width: 100%;
	}

	.sideBtnWrap02 a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 60px;
		-moz-border-radius: 8px 0px 0px 8px;
		-webkit-border-radius: 8px 0px 0px 8px;
		-o-border-radius: 8px 0px 0px 8px;
		-ms-border-radius: 8px 0px 0px 8px;
		border-radius: 8px 0px 0px 8px;
		background: rgb(40, 145, 252);
		background: -moz-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
		background: -webkit-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
		background: -o-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
		background: -ms-linear-gradient(0deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
		background: linear-gradient(90deg, rgb(40, 145, 252) 0%, rgb(0, 82, 181) 100%);
		color: #ffffff;
		font-size: 1.6rem;
		line-height: 1.0em;
		font-weight: bold;
	}

	/*----------------------*/

	#page-top a:hover {
		background-color: #2474C4;
		border: 1px solid #ffffff;
	}

	#page-top a:hover::before {
		border-top: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
	}


	/*------------------------*/

	.detailBred01 {
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.4em;
		padding: 20px 15px 0px 15px;
	}

	.detailBred01 li {
		display: inline-block;
	}



}





/*-----*/
