@charset "UTF-8";
@import url(https://weloveiconfonts.com/api/?family=entypo);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'Quicksand', sans-serif;
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
	font-size: 10px;
}

body {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.7;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	min-width: 1040px;
	padding-top: 130px;
	/*-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";*/
	/*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}

@media screen and (max-width: 1300px) {
	html {
		/*
	font-size:0.769vw;
	font-size:0.846vw;
	font-size:0.923vw;
	*/
		font-size: 0.923vw;
	}

	body {
		font-size: 1.5rem;
		width: 100%;
		min-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 2.868vw;
	}

	body {
		font-size: 1.5rem;
		width: 100%;
		min-width: 100%;
		line-height: 1.6;
		padding-top: 16.819vw;
		-webkit-font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
		-ms-font-feature-settings: "palt";
		-o-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

* {
	font-style: normal;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


a {
	color: #0951f3;
	text-decoration: none;
	transition: .5s;
}

a:hover {
	color: #666666;
	text-decoration: underline;
	transition: .5s;
}

main a {
	color: #000000;
	text-decoration: underline;
	transition: .5s;
}

main a:hover {
	color: #666666;
	text-decoration: none;
	transition: .5s;
}

a:hover img,
a.opacity:hover,
footer .footer_in .f_contents section dl a:hover {
	text-decoration: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";
	/* ie 8 */
	-moz-opacity: 0.65;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;
	/* Safari 1.x */
	zoom: 1;
}

header h2 a:hover img,
footer dl dt a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";
	/* ie 8 */
	-moz-opacity: 1.0;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;
	/* Safari 1.x */
	zoom: 1;
}

a:before,
a:after,
a:hover:before,
a:hover:after {
	text-decoration: none !important;
	display: inline-block;
}

img {
	width: 120%;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Chrome and Safari */
	-moz-backface-visibility: hidden;
	/* Firefox */
	-ms-backface-visibility: hidden;
	/* Internet Explorer */
}

/*共通*/
.sp,
.sp_img {
	display: none;
}

@media screen and (max-width: 767px) {
	img {
		max-width: none;
		width: 100%;
		height: auto;
	}

	.pc {
		display: none;
	}

	.sp,
	.sp_img {
		display: block;
	}
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}

span:before {
	font-family: "FontAwesome";
	content: "\f090";
}

*/






/*header*/
h1 {
	display: none;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 145px;
	width: 100%;
	background: #FFF;
}

header.active {
	box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
}

header:before {
	position: absolute;
	top: -6px;
	left: -101px;
	width: 246px;
	height: 135px;
	display: block;
	background: url(../img/common/logo.ai) no-repeat center center;
	background-size: cover;
	content: '';
}

header:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

header h2 {
	position: relative;
	z-index: 10;
	float: left;
	margin-left: 80px;
	padding-top: 28px;
}

header h2 a {
	display: table;
	white-space: nowrap;
	line-height: 1.1;
	color: #000000;
	text-decoration: none;
}

header h2 a:hover {
	color: #000000;
	text-decoration: none;
}

header h2 a span,
header h2 a em {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

header h2 a span {
	width: 60px;
}

header h2 a em {
	font-family: 'Poppins', sans-serif;
	font-size: 2.9rem;
	font-weight: 600;
	letter-spacing: .1em;
	padding-left: .5em;
}

header nav {
	float: right;
	padding-top: 25px;
	padding-right: 80px;
}

header nav:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

header nav ul {
	float: left;
	width: auto;
	background: #fdfeff;
	margin-right: 30px;
}

header nav ul:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

header nav ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 1.5rem;
	margin-right: 2.7em;
}

header nav ul li:last-child {
	margin-right: 0;
}

header nav ul li a {
	position: relative;
	display: block;
	transition: .5s;
}

header nav ul li a span {
	position: relative;
	display: inline-block;
	font-weight: 500;
	transition: .5s;
}

header nav ul li.current a span:before {
	position: absolute;
	top: 5px;
	right: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	display: block;
	background: #f85e25;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
}

header nav ul li a span:after {
	position: absolute;
	bottom: 1em;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #f85e25;
	opacity: 0;
	transition: .5s;
}

header nav ul li a:hover span:after {
	bottom: .5em;
	opacity: 1;
}

header nav p {
	float: right;
	width: 180px;
	height: 60px;
	line-height: 60px;
}

header nav p a {
	position: relative;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 1.8rem;
	text-align: center;
	color: #FFF;
	background: rgb(248, 85, 41);
	background: -moz-linear-gradient(left, rgb(22 235 201) 0%, rgba(249, 156, 10, 1) 100%);
	background: -webkit-linear-gradient(left, rgb(22 235 201) 0%, rgba(249, 156, 10, 1) 100%);
	background: linear-gradient(to right, rgb(22 235 201) 0%, rgba(249, 156, 10, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85529', endColorstr='#f99c0a', GradientType=1);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	transition: .5s;
}

header nav p a:hover {
	color: #FFF;
	background: rgb(249, 156, 10);
	background: -moz-linear-gradient(left, rgba(249, 156, 10, 1) 0%, rgb(22 235 201) 100%);
	background: -webkit-linear-gradient(left, rgba(249, 156, 10, 1) 0%, rgb(22 235 201) 100%);
	background: linear-gradient(to right, rgba(249, 156, 10, 1) 0%, rgb(22 235 201) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f99c0a', endColorstr='#f85529', GradientType=1);
	transition: .5s;
}

header nav p a:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari用 */
	transform: translateY(-50%);
	right: 25px;
	background: url(../img/common/head_arrow.png) no-repeat center center;
	background-size: cover;
	width: 12px;
	height: 12px;
	display: block;
	content: '';
}

header nav p a span {
	display: inline-block;
	white-space: nowrap;
	font-weight: 600;
	letter-spacing: .1em;
}

@media screen and (max-width: 1340px) {
	header h2 {
		margin-left: 60px;
	}

	header nav {
		padding-right: 60px;
	}
}

@media screen and (max-width: 1300px) {
	header {
		height: 13.7vw;
	}

	header:before {
		top: -5vw;
		left: -8.308vw;
		width: 18.077vw;
		height: 13.462vw;
		display: block;
		/* background: url(../img/common/title01.png) no-repeat center center; */
		background-size: cover;
		content: '';
	}

	header h2 {
		position: relative;
		z-index: 10;
		margin-left: 1.5vw;
		padding-top: 2.154vw;
	}

	header h2 a span {
		width: 4.615vw;
	}

	header h2 a em {
		font-family: 'Poppins', sans-serif;
		font-size: 1.9rem;
		font-weight: 600;
		letter-spacing: .1em;
		padding-left: .5em;
	}

	header nav {
		padding-top: 1.923vw;
		padding-right: 1.5vw;
	}

	header nav ul {
		margin-right: 2.308vw;
	}

	header nav ul li {
		height: 4.615vw;
		line-height: 4.615vw;
		font-size: 1.5rem;
		margin-right: 1.2em;
	}

	header nav ul li.current a span:before {
		position: absolute;
		top: 0.385vw;
		right: 0;
		left: 0;
		width: 0.769vw;
		height: 0.769vw;
	}

	header nav p {
		width: 13.846vw;
		height: 4.615vw;
		line-height: 4.615vw;
	}

	header nav p a {
		font-size: 1.8rem;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius: 2em;
	}

	header nav p a:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		right: 1.923vw;
		background: url(../img/common/head_arrow.png) no-repeat center center;
		background-size: cover;
		width: 0.923vw;
		height: 0.923vw;
		display: block;
		content: '';
	}
}

@media screen and (max-width: 767px) {
	header {
		display: none;
	}
}



/*f_entry*/
.f_entry a {
	display: block;
	color: #FFF;
	line-height: 1.1;
	text-decoration: none;
	padding: 65px 0 90px;
	overflow: hidden;
	background: rgb(251, 175, 55);
	background: -moz-linear-gradient(left, rgb(55 251 211) 0%, rgba(254, 106, 66, 1) 100%);
	background: -webkit-linear-gradient(left, rgb(55 251 211) 0%, rgba(254, 106, 66, 1) 100%);
	background: linear-gradient(to right, rgb(55 251 211) 0%, rgba(254, 106, 66, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbaf37', endColorstr='#fe6a42', GradientType=1);
}

.f_entry a:hover {
	background: rgb(254, 106, 66);
	background: -moz-linear-gradient(left, rgba(254, 106, 66, 1) 0%, rgb(55 251 211) 100%);
	background: -webkit-linear-gradient(left, rgba(254, 106, 66, 1) 0%, rgb(55 251 211) 100%);
	background: linear-gradient(to right, rgba(254, 106, 66, 1) 0%, rgb(55 251 211) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe6a42', endColorstr='#fbaf37', GradientType=1);
}

.f_entry a span {
	display: block;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.3em;
}

.f_entry a em {
	display: block;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 6.2rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: .2em;
	margin-left: -.2em;
}

@media screen and (max-width: 1300px) {
	.f_entry a {
		padding: 5vw 0 1.923vw;
		/* padding:5vw 0 6.923vw */
		;
	}
}

@media screen and (max-width: 767px) {
	.f_entry a {
		padding: 10vw 0;
	}

	.f_entry a span {
		font-size: 1.3rem;
		margin-bottom: .5em;
	}

	.f_entry a em {
		font-size: 3.0rem;
	}
}


/*footer*/
footer {
	width: 1200px;
	margin: 0 auto;
	line-height: 1.1;
}

footer:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

footer p {
	float: left;
	margin-left: 2px;
	padding-top: 35px;
}

footer p a {
	display: table;
	white-space: nowrap;
	line-height: 1.1;
	color: #000000;
	text-decoration: none;
}

footer p a:hover {
	color: #000000;
	text-decoration: none;
}

footer p a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";
	/* ie 8 */
	-moz-opacity: 1.0;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;
	/* Safari 1.x */
	zoom: 1;
}

footer p a span,
footer p a em {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

footer p a span {
	width: 46px;
}

footer p a em {
	font-family: 'Poppins', sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	padding-left: .6em;
}

footer .copy {
	display: block;
	float: right;
	padding-top: 70px;
	padding-bottom: 65px;
	font-size: 1.4rem;
}

.return {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
	width: 60px;
}

@media screen and (max-width: 1300px) {
	footer {
		width: 92.308vw;
	}

	footer p {
		margin-left: 0.154vw;
		padding-top: 2.692vw;
	}

	footer p a span {
		width: 3.538vw;
	}

	footer p a em {
		font-family: 'Poppins', sans-serif;
		font-size: 2.4rem;
		font-weight: 600;
		letter-spacing: .1em;
		padding-left: .6em;
	}

	footer .copy {
		padding-top: 5.385vw;
		padding-bottom: 5vw;
		font-size: 1.4rem;
	}

	.return {
		right: 1.538vw;
		bottom: 1.538vw;
		width: 4.615vw;
	}
}

@media screen and (max-width: 767px) {
	footer {
		width: 92%;
	}

	footer p {
		float: none;
		margin-left: 0;
		padding-top: 3.911vw;
		text-align: center;
	}

	footer p a {
		display: table;
		text-align: center;
		margin: 0 auto;
		white-space: nowrap;
		line-height: 1.1;
		color: #000000;
		text-decoration: none;
	}

	footer p a:hover {
		color: #000000;
		text-decoration: none;
	}

	footer p a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
		/* ie lt 8 */
		-ms-filter: "alpha(opacity=100)";
		/* ie 8 */
		-moz-opacity: 1.0;
		/* FF lt 1.5, Netscape */
		-khtml-opacity: 1.0;
		/* Safari 1.x */
		zoom: 1;
	}

	footer p a span,
	footer p a em {
		display: table-cell;
		white-space: nowrap;
		vertical-align: middle;
	}

	footer p a span {
		width: 8.083vw;
	}

	footer p a em {
		font-family: 'Poppins', sans-serif;
		font-size: 4.433vw;
		font-weight: 600;
		letter-spacing: .1em;
		padding-left: .6em;
	}

	footer .copy {
		display: block;
		float: none;
		text-align: center;
		padding-top: 6.519vw;
		padding-bottom: 6.519vw;
		font-size: 1.1rem;
		color: #666;
	}

	.return {
		position: fixed;
		z-index: 100;
		right: 5.215vw;
		bottom: 5.215vw;
		width: 13.038vw;
	}
}



/*page_ttl*/
.page_ttl {
	position: relative;
	height: 400px;
	overflow: hidden;
}

.page_ttl .box {
	position: relative;
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}

.page_ttl .box .box_in {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari用 */
	transform: translateY(-50%);
	display: inline-block;
	background: #FFF;
	line-height: 1.1;
	padding: 35px 0 40px;
	width: 300px;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.page_ttl .box .box_in h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 5.0rem;
	letter-spacing: .1em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.page_ttl .box .box_in h3 span {
	display: inline-block;
	white-space: nowrap;
	font-weight: 600;
	color: #00a041;
	background: -webkit-linear-gradient(0deg, #00beff, #3ce131);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page_ttl .box .box_in h4 {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
}

@media screen and (min-width: 1680px) {
	.page_ttl {
		background-size: cover !important;
	}

	.page_ttl:before {
		position: absolute;
		top: -2px;
		left: 0;
		width: 30%;
		height: 402px;
		background: #FFF;
		content: '';
	}

	.page_ttl:after {
		position: absolute;
		top: 0;
		left: calc(30% - 1px);
		width: 70%;
		height: 400px;
		background: url(../img/common/page_ttl_radius_top.png) no-repeat left top, url(../img/common/page_ttl_radius_bottom.png) no-repeat left bottom;
		content: '';
	}
}

@media screen and (max-width: 1300px) {
	.page_ttl {
		position: relative;
		height: 400px;
		overflow: hidden;
	}

	.page_ttl .box {
		position: relative;
		width: 100%;
		height: 400px;
		margin: 0 auto;
	}

	.page_ttl .box .box_in {
		position: absolute;
		top: 50%;
		padding: 35px 0 40px 20px;
		width: 280px;
		-webkit-border-radius: 0 10px 10px 0;
		-moz-border-radius: 0 10px 10px 0;
		border-radius: 0 10px 10px 0;
	}

	.page_ttl .box .box_in h3 {
		font-size: 5.0rem;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.page_ttl .box .box_in h3 span {
		position: relative;
	}

	.page_ttl .box .box_in h3 span:before {
		position: absolute;
		top: -4px;
		left: 0;
		width: 100%;
		height: 8px;
		background: #FFF;
		display: block;
		content: '';
	}

	.page_ttl .box .box_in h4 {
		font-size: 1.6rem;
		letter-spacing: .1em;
	}
}

@media screen and (max-width: 1200px) {
	.page_ttl {
		height: 33.333vw;
		background-size: cover !important;
	}

	.page_ttl .box {
		width: 100%;
		height: 33.333vw;
	}
}

@media screen and (max-width: 767px) {
	.page_ttl {
		position: relative;
		height: 65.189vw;
		overflow: hidden;
		background-size: cover !important;
	}

	.page_ttl .box {
		position: relative;
		width: 100%;
		height: 65.189vw;
		margin: 0 auto;
	}

	.page_ttl .box .box_in {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		display: inline-block;
		background: #FFF;
		line-height: 1.1;
		padding: 4.563vw 0 5.215vw 3vw;
		width: 33.544vw;
		-webkit-border-radius: 0 1.304vw 1.304vw 0;
		-moz-border-radius: 0 1.304vw 1.304vw 0;
		border-radius: 0 1.304vw 1.304vw 0;
	}

	.page_ttl .box .box_in h3 {
		font-family: 'Poppins', sans-serif;
		font-size: 2.2rem;
		letter-spacing: .1em;
		margin-bottom: 0.652vw;
		text-transform: uppercase;
	}

	.page_ttl .box .box_in h3 span {
		display: inline-block;
		white-space: nowrap;
		font-weight: 600;
		color: #00a041;
		background: -webkit-linear-gradient(0deg, #3ce131, #00beff);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.page_ttl .box .box_in h4 {
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: .1em;
	}
}


/*main*/
main {
	position: relative;
	display: block !important;
	background: url(../img/common/bg01.png) repeat left top 90px;
	padding-top: 90px;
}

main:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #FFF;
	display: block;
	content: '';
}

@media screen and (max-width: 1300px) {
	main {
		background: url(../img/common/bg01.png) repeat left top 6.923vw;
		padding-top: 1.923vw;
		/* padding-top:6.923vw; */
	}

	main:before {
		height: 3.846vw;
	}
}

@media screen and (max-width: 767px) {
	main {
		padding-top: 8vw;
	}

	main:before {
		height: 5vw;
	}
}



/*width*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1200:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

@media screen and (max-width: 1300px) {
	.w1200 {
		width: 92.308vw;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.w1200 {
		width: 92%;
		margin: 0 auto;
	}
}


/*タイトル*/
.title01 {
	position: relative;
	padding-bottom: 30px;
	line-height: 2.1;
	text-align: center;
}

.title01 span {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	padding: 0 30px;
}

.title01 span:before,
.title01 span:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari用 */
	transform: translateY(-50%);
	width: 170px;
	height: 22px;
	background: #240caa;
	display: block;
	background: url(../img/common/title.png);
	content: '';
}

.title01 span:before {
	left: -180px;
}

.title01 span:after {
	right: -180px;
}

.title01 span em {
	position: relative;
	display: block;
	text-align: center;
}

.title01 span em:first-child {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	margin-left: -.1em;
	margin-bottom: .5em;
}

.title01 span em:last-child {
	font-family: 'Poppins', sans-serif;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: .08em;
	margin-left: -.08em;
	color: #02b5f8;
	text-transform: uppercase;
}

.title02 {
	position: relative;
	padding-bottom: 50px;
	line-height: 1.1;
	text-align: center;
}

.title02 span {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	padding: 0 30px;
}

.title02 span:before,
.title02 span:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari用 */
	transform: translateY(-50%);
	width: 60px;
	height: 3px;
	background: #2fd95f;
	display: block;
	content: '';
}

.title02 span:before {
	left: -60px;
}

.title02 span:after {
	right: -60px;
}

.title02 span em {
	position: relative;
	display: block;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .1em;
	margin-left: -.1em;
}

.top_title {
	position: relative;
	line-height: 1.1;
	margin-bottom: 60px;
	text-align: center;
}

.top_title span {
	display: block;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: .8em;
}

.top_title em {
	font-family: 'Poppins', sans-serif;
	font-size: 4.6rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: inline-block;
	white-space: nowrap;
	font-weight: 600;
	color: #00a041;
	background: -webkit-linear-gradient(0deg, #3ce131, #00beff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.top_title:before,
.top_title:after {
	position: absolute;
	/* bottom:-15px; */
	/* right:0; */
	/* left:0; */
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari用 */
	transform: translateY(-50%);

	width: 170px;
	height: 23px;
	background: #240caa;
	display: block;
	/* background:url(../img/common/title.png); */
	/* margin:0 auto; */
	/* content:''; */
}

@media screen and (max-width: 1300px) {
	.title01 {
		padding-bottom: 3.846vw;
	}

	.title01 span {
		padding: 0 2.308vw;
	}

	.title01 span:before,
	.title01 span:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		width: 13.846vw;
		/* height:1.385vw; */
	}

	.title01 span:before {
		left: -13.846vw;
	}

	.title01 span:after {
		right: -13.846vw;
	}

	.title01 span em:first-child {
		font-size: 2.4rem;
		font-weight: 500;
		letter-spacing: .1em;
		margin-left: -.1em;
		margin-bottom: .5em;
	}

	.title01 span em:last-child {
		font-family: 'Poppins', sans-serif;
		font-size: 2.3rem;
		font-weight: 700;
		letter-spacing: .08em;
		margin-left: -.08em;
	}

	.title02 {
		padding-bottom: 3.846vw;
	}

	.title02 span {
		padding: 0 2.308vw;
	}

	.title02 span:before,
	.title02 span:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		width: 4.615vw;
		height: 0.231vw;
	}

	.title02 span:before {
		left: -4.615vw;
	}

	.title02 span:after {
		right: -4.615vw;
	}

	.title02 span em {
		font-size: 2.2rem;
		font-weight: 700;
		letter-spacing: .1em;
		margin-left: -.1em;
	}

	.top_title {
		margin-bottom: 4.615vw;
	}

	.top_title span {
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: .8em;
	}

	.top_title em {
		font-size: 4.6rem;
		letter-spacing: .1em;
		font-weight: 600;
	}

	.top_title:after {
		position: absolute;
		bottom: -1.154vw;
		right: 0;
		left: 0;
		width: 4.615vw;
	}
}

@media screen and (max-width: 767px) {
	.title01 {
		padding-bottom: 6.519vw;
	}

	.title01 span {
		padding: 0 2.608vw;
	}

	.title01 span:before,
	.title01 span:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		width: 7.823vw;
		height: 20px;
	}

	.title01 span:before {
		left: -7.823vw;
	}

	.title01 span:after {
		right: -7.823vw;
	}

	.title01 span em:first-child {
		font-size: 1.8rem;
		letter-spacing: .1em;
		margin-left: -.1em;
		margin-bottom: .5em;
	}

	.title01 span em:last-child {
		font-size: 2.3rem;
		letter-spacing: .08em;
		margin-left: -.08em;
	}

	.title02 {
		padding-bottom: 6.519vw;
	}

	.title02 span {
		padding: 0 2.608vw;
	}

	.title02 span:before,
	.title02 span:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		width: 7.823vw;
		height: 3px;
	}

	.title02 span:before {
		left: -7.823vw;
	}

	.title02 span:after {
		right: -7.823vw;
	}

	.title02 span em {
		font-size: 1.8rem;
		letter-spacing: .1em;
		margin-left: -.1em;
	}

	.top_title {
		margin-bottom: 10vw;
	}

	.top_title span {
		font-size: 1.4rem;
		font-weight: 500;
		margin-bottom: .8em;
	}

	.top_title em {
		font-size: 2.6rem;
		letter-spacing: .1em;
	}

	.top_title:after {
		position: absolute;
		bottom: -4vw;
		right: 0;
		left: 0;
		width: 13.038vw;
	}
}



/*背景*/
.bg_grad {
	padding: 40px;
	background: rgb(255, 231, 205);
	background: -moz-linear-gradient(left, #a2d9aa 0%, rgba(254, 247, 191, 1) 100%);
	background: -webkit-linear-gradient(left, #a2d9aa 0%, rgba(254, 247, 191, 1) 100%);
	background: linear-gradient(to right, #a2d9aa 0%, rgba(254, 247, 191, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7cd', endColorstr='#fef7bf', GradientType=1);
}

.bg_grad_b {
	padding: 40px;
	background: rgb(220, 246, 218);
	background: -moz-linear-gradient(left, rgba(220, 246, 218, 1) 0%, rgba(214, 244, 254, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(220, 246, 218, 1) 0%, rgba(214, 244, 254, 1) 100%);
	background: linear-gradient(to right, rgba(220, 246, 218, 1) 0%, rgba(214, 244, 254, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcf6da', endColorstr='#d6f4fe', GradientType=1);
}

.bg_white {
	padding: 90px 0;
	background: #FFF;
}

.bg_dot {
	padding: 90px 0;
	background: url(../img/common/bg01.png) repeat center center;
}

@media screen and (max-width: 1300px) {
	.bg_grad {
		padding: 2vw 1.5vw;
	}

	.bg_grad_b {
		padding: 2vw 1.5vw;
	}

	.bg_white {
		/* padding:6.923vw 0; */
		padding: 1.923vw 0;
	}

	.bg_dot {
		/* padding:6.923vw 0; */
		padding: 1.923vw 0;
	}
}

@media screen and (max-width: 767px) {
	.bg_grad {
		padding: 4vw 3vw;
	}

	.bg_grad_b {
		padding: 4vw 3vw;
	}

	.bg_white {
		padding: 13.038vw 0;
	}

	.bg_dot {
		padding: 13.038vw 0;
	}
}





@media screen and (max-width: 767px) {
	.menu-trigger {
		width: 100%;
		height: 13.819vw;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3000;
		background: url(../img/common/title02.png) repeat center center, #FFF;
		background-size: cover;
		box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
	}

	.menu-trigger:after {
		content: " ";
		font-size: 0.1rem;
		display: block;
		clear: both;
		line-height: 0;
		height: 0;
		visibility: hidden;
	}

	.menu-trigger .head_logo {
		position: relative;
		z-index: 10;
		float: left;
		margin-left: 4.172vw;
		padding-top: 2.738vw;
	}

	.menu-trigger .head_logo a {
		display: table;
		white-space: nowrap;
		line-height: 1.1;
		color: #000000;
		text-decoration: none;
	}

	.menu-trigger .head_logo a:hover {
		color: #000000;
		text-decoration: none;
	}

	.menu-trigger .head_logo a span,
	.menu-trigger .head_logo a em {
		display: table-cell;
		white-space: nowrap;
		vertical-align: middle;
	}

	.menu-trigger .head_logo a span {
		width: 10.952vw;
	}

	.menu-trigger .head_logo a em {
		font-family: 'Poppins', sans-serif;
		font-size: 5.215vw;
		font-weight: 600;
		letter-spacing: .1em;
		padding-left: .5em;
	}

	.menu-trigger .menu_btn {
		position: relative;
		float: right;
		width: 9.734vw;
		height: 14.342vw;
		background: rgb(255 250 250);
	}

	.menu-trigger .menu_btn span {
		position: absolute;
		left: 0;
		width: 7.823vw;
		height: 0.522vw;
		z-index: 3000;
		display: block;
		background: #f86422;
		transition: all .4s ease;
	}

	.menu-trigger .menu_btn span:nth-of-type(1) {
		top: 5.346vw;
	}

	.menu-trigger.active .menu_btn span:nth-of-type(1) {
		transform: translateY(2.8vw) rotate(-45deg);
		background: #f97a19;
	}

	.menu-trigger .menu_btn span:nth-of-type(2) {
		top: 8.214vw;
		background: #f97a19;
	}

	.menu-trigger.active .menu_btn span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-trigger .menu_btn span:nth-of-type(3) {
		top: 10.952vw;
		background: #f9940d;
	}

	.menu-trigger.active .menu_btn span:nth-of-type(3) {
		transform: translateY(-2.8vw) rotate(45deg);
		background: #f97a19;
	}

	.fix_nav .box {
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	.fix_nav {
		width: 100%;
		height: 100vh;
		padding-top: 10vh;
		background-color: rgba(247, 250, 250, 1);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 2000;
		transform: translate(100%);
		transition: all .5s;
		opacity: 0;
	}

	.fix_nav.open {
		opacity: 1;
		transform: translateZ(0);
	}

	.fix_nav .box {
		padding-bottom: 10vw;
	}

	.fix_nav ul {
		padding-bottom: 10vw;
	}

	.fix_nav ul li {
		border-bottom: solid 1px #666666;
	}

	.fix_nav ul li a {
		position: relative;
		display: block;
		font-size: 1.4rem;
		color: #333333;
		padding: .8em 1.6em;
	}

	.fix_nav .entry {
		padding: 0 10%;
		margin-bottom: 5vw;
	}

	.fix_nav .entry a {
		position: relative;
		display: block;
		font-family: 'Poppins', sans-serif;
		font-size: 1.6rem;
		line-height: 1.1;
		padding: 1em 0;
		text-align: center;
		color: #FFF;
		background: rgb(248, 85, 41);
		background: -moz-linear-gradient(left, rgb(22 235 201) 0%, rgba(249, 156, 10, 1) 100%);
		background: -webkit-linear-gradient(left, rgb(22 235 201) 0%, rgba(249, 156, 10, 1) 100%);
		background: linear-gradient(to right, rgb(61 59 193) 0%, rgb(40 223 139) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85529', endColorstr='#f99c0a', GradientType=1);
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius: 2em;
		transition: .5s;
	}

	.fix_nav .entry a:hover {
		color: #FFF;
		background: rgb(249, 156, 10);
		background: -moz-linear-gradient(left, rgba(249, 156, 10, 1) 0%, rgb(22 235 201) 100%);
		background: -webkit-linear-gradient(left, rgba(249, 156, 10, 1) 0%, rgb(22 235 201) 100%);
		background: linear-gradient(to right, rgba(249, 156, 10, 1) 0%, rgb(22 235 201) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f99c0a', endColorstr='#f85529', GradientType=1);
		transition: .5s;
	}

	.fix_nav .entry a:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		right: 6.519vw;
		background: url(../img/common/head_arrow.png) no-repeat center center;
		background-size: cover;
		width: 3.129vw;
		height: 3.129vw;
		display: block;
		content: '';
	}

	.fix_nav .entry a span {
		display: inline-block;
		white-space: nowrap;
		font-weight: 600;
		letter-spacing: .1em;
	}

	.fix_nav .tel {
		text-align: center;
	}

	.fix_nav .tel a {
		display: inline-block;
		width: 20vw;
		height: 20vw;
		background: rgb(22 235 201);
		color: #FFF;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.fix_nav .tel a span {
		display: block;
		line-height: 20vw;
		text-align: center;
		color: #FFF;
		font-size: 2.0rem;
	}

	.fix_nav .map {
		padding: 0 10%;
		margin-bottom: 5vw;
	}

	.fix_nav .map a {
		position: relative;
		display: block;
		font-family: 'Poppins', sans-serif;
		font-size: 1.6rem;
		line-height: 1.1;
		padding: 1em 0;
		text-align: center;
		color: #FFF;
		background: rgb(248, 85, 41);
		background: -moz-linear-gradient(left, rgb(22 235 201) 0%, rgba(249, 156, 10, 1) 100%);
		background: -webkit-linear-gradient(left, rgb(22 235 201) 0%, rgba(249, 156, 10, 1) 100%);
		background: linear-gradient(to right, rgb(61 59 193) 0%, rgb(40 223 139) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85529', endColorstr='#f99c0a', GradientType=1);
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius: 2em;
		transition: .5s;
	}

	.fix_nav .map a:hover {
		color: #FFF;
		background: rgb(249, 156, 10);
		background: -moz-linear-gradient(left, rgba(249, 156, 10, 1) 0%, rgb(22 235 201) 100%);
		background: -webkit-linear-gradient(left, rgba(249, 156, 10, 1) 0%, rgb(22 235 201) 100%);
		background: linear-gradient(to right, rgba(249, 156, 10, 1) 0%, rgb(22 235 201) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f99c0a', endColorstr='#f85529', GradientType=1);
		transition: .5s;
	}

	.fix_nav .map a:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		/* Safari用 */
		transform: translateY(-50%);
		right: 6.519vw;
		background: url(../img/common/tisu.svg) no-repeat center center;
		background-size: cover;
		width: 4.129vw;
		height: 5.129vw;
		display: block;
		content: '';
	}

	.fix_nav .map a span {
		display: inline-block;
		white-space: nowrap;
		font-weight: 300;
		letter-spacing: .1em;
	}
}