@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*--------------------------------------------------
  reset
--------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;/* Yutaka added */
  vertical-align: baseline;
}

body {
  line-height:1;
  /*min-width: 1100px;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}

img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
/*--------------------------------------------------
  body
--------------------------------------------------*/

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}


body {
  color: #111;
  font-size : 13px;
  line-height : 1.6em;
	font-family: 'Noto Sans Japanese', sans-serif;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #111;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.pc-no01 {
  display: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.ofi-cover {
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.ofi-contain {
  object-fit: contain;
  font-family: 'object-fit: contain';
}


/*--------------------------------------------------
  text
--------------------------------------------------*/

.bold {
  font-weight: bold;
}


/*--------------------------------------------------
   header
--------------------------------------------------*/

#header {
	width: 100%;
	background: #fff;
	min-width: 932px;
}

	#header .inner {
		margin: auto;
		padding: 0 24px;
		max-width: 1128px;
	}

		#header .h-logo {
			float: left;
			display: table;
			height: 96px;
		}

			#header .h-logo h1 {
				display: table-cell;
				vertical-align: middle;
				width: 180px;
			}

				#header .h-logo h1 img {
					width: 100%;
				}

			#header .h-logo h2 {
				padding: 0 0 0 12px;
				display: table-cell;
				vertical-align: middle;
				line-height: 1.2em;
			}

	#header .g-nav {
		float: right;
	}

			#header .g-nav .nav01 {
				margin: 0 12px 0 0;
				float: right;
			}

				#header .g-nav .nav01 li {
					padding: 0 8px;
					display: inline-block;
					text-align: center;
				}

					#header .g-nav .nav01 li a {
						display: table;
						height: 96px;
						font-size: 14px;
					}

						#header .g-nav .nav01 li span {
							display: table-cell;
							vertical-align: middle;
							line-height: 1.4em;
						}



			#header .g-nav .nav02 {
				float: right;
			}


				#header .g-nav .nav02 li {
					display: inline-block;
				}

				#header .g-nav .nav02 li .h-btn {
					margin: 24px 0 0 0;
					display: block;
					width: 168px;
					line-height: 48px;
					text-align: center;
					position: relative;
					font-weight: bold;
					font-size: 14px;
				}

					#header .g-nav .nav02 li .h-btn::before {
						position: absolute;
						margin: -4px 0 0 0;
						top: 50%;
						right: 14px;
						display: block;
						content: '';
						width: 6px;
						height: 6px;
						border-top: 1px solid;
						border-right: 1px solid;
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
					}


						#header .inner .g-nav .nav02 li .h-btn01 {
							width: 164px;
							line-height: 44px;
							border: solid 2px;
							border-color: #34beea;
							color: #34beea;
						}

						#header .inner .g-nav .nav02 li .h-btn02 {
							background: #34beea;
							color: #fff;
						}

							#header .g-nav .nav02 li .h-btn02::before {
								border-color: #fff;
							}

@media screen and (max-width: 1100px){

			#header .h-logo h1 {
				width: 160px;
			}
	
		#header .g-nav .nav01 li {
			padding: 0 2px;
		}

			#header .g-nav .nav01 li a {
				font-size: 13px;
			}
	
		#header .g-nav .nav02 li .h-btn {
			width: 120px;
		}
	
		#header .inner .g-nav .nav02 li .h-btn01 {
			width: 116px;
		}
	
		#header .g-nav .nav02 li .h-btn::before {
			right: 8px;
		}
}



@media screen and (max-width: 932px){

			#header .h-logo h1 {
				width: 150px;
			}

			#header .h-logo h2 {
				padding: 0 0 0 8px;
				font-size: 11px;
			}
	
		#header .g-nav .nav01 li {
			padding: 0 2px;
		}

			#header .g-nav .nav01 li a {
				font-size: 13px;
			}
	
}

/*--------------------------------------------------
  btn
--------------------------------------------------*/

.btn {
	display: block;
	position: relative;
}

	.btn01 {
		height: 38px;
		width: 38px;
		background: #34beea;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

		.btn01::before {
			position: absolute;
			margin: -4px 0 0 0;
			top: 50%;
			right: 16px;
			display: block;
			content: '';
			width: 6px;
			height: 6px;
			border-top: 2px solid;
			border-right: 2px solid;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			border-color: #fff;
		}


/*--------------------------------------------------
   main
--------------------------------------------------*/ 
#main {
	min-width: 932px;
}

/*--------------------------------------------------
   mv
--------------------------------------------------*/

.top .mv {
	position: relative;
	z-index: 777;
}

	.top .mv .mv-img img {
		width: 100%;
		height: 756px;
	}



/*----------pager----------*/


.top .mv .slide-dots {
  position: absolute;
  text-align: center;
  margin: 0 0 0 -39px;
  z-index: 888;
  bottom: -48px;
  left: 50%;
}

	.top .mv .slide-dots li {
		display: inline-block;
		padding: 0 8px;
	}

	.top .mv .slide-dots li button {
		width: 6px;
		height: 6px;
		background: #aaa;
		border-radius: 50%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.top .mv .slide-dots .slick-active button {
		width: 12px;
		height: 12px;
		background: #34beea;
		position: relative;
		top: -3px;
	}

	
/*----------scroll----------*/

.scroll {
	margin: -96px 0 0 0;
	position: relative;
	z-index: 888;
	text-align: center;
}

	.scroll a {
		color: #fff;
		font-size: 14px;
	}

		.scroll a span {
			position: absolute;
			top: 16px;
			left: 50%;
			width: 14px;
			height: 14px;
			margin-left: -7px;
			border-left: 1px solid #fff;
			border-bottom: 1px solid #fff;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-animation: sdb 2s infinite;
			animation: sdb 2s infinite;
			opacity: 0;
			box-sizing: border-box;
		}

			.scroll a span:nth-of-type(1) {
				-webkit-animation-delay: 0s;
				animation-delay: 0s;
			}

			.scroll a span:nth-of-type(2) {
				top: 26px;
				-webkit-animation-delay: .15s;
				animation-delay: .15s;
			}
			.scroll a span:nth-of-type(3) {
				top: 36px;
				-webkit-animation-delay: .3s;
				animation-delay: .3s;
			}


				@-webkit-keyframes sdb {
					0% {
						opacity: 0;
					}
					50% {
						opacity: 1;
					}
					100% {
						opacity: 0;
					}
				}

				@keyframes sdb {
					0% {
						opacity: 0;
					}
					50% {
						opacity: 1;
					}
					100% {
						opacity: 0;
					}
				}


/*--------------------------------------------------
 top  sec01
--------------------------------------------------*/ 
.top .sec01 {
	margin: 156px 0 0 0;
}

	.top .sec01 .inner {
		width: 100%;
		padding: 48px 0 0 0;
		background: #f2f5f7;
	}

	.top .sec01 .sec-main {
		margin: auto;
		padding: 0 12px;
		max-width: 1152px;
		position: relative;
		z-index: 777;
	}


		.top .sec01 .block-wrap {
			width: 25%;
			float: left;
		}

			.top .sec01 .block {
				margin: 12px;
				display: block;
				position: relative;
			}

				.top .sec01 .block .img-area img {
					width: 100%;
				}

				.top .sec01 .block .text-area {
					padding: 20px;
					background: #fff;
				}

					.top .sec01 .block .block-ttl {
					}

						.top .sec01 .block .block-ttl .ttl-sub {
							margin: 0 0 18px 0;
							position: relative;
							font-size: 26px;
							line-height: 1.0em;
						}

							.top .sec01 .block .block-ttl .ttl-sub p {
								font-weight: bold;
							}

								.top .sec01 .block .block-ttl .ttl-sub::before {
									position: absolute;
									left: 2px;
									bottom: -10px;
									display: block;
									content: '';
									width: 20px;
									height: 2px;
									background: #34beea;
								}


						.top .sec01 .block .block-ttl .ttl-main h3 {
							font-size: 14px;
							font-weight: bold;
						}



				.top .sec01 .block .btn-area {
					position: absolute;
					bottom: 0px;
					right: 0px;
				}


@media screen and (max-width: 932px){
	.top .sec01 .block-wrap {
		width: 50%;
		float: left;
	}
}



/*--------------------------------------------------
  cv-area
--------------------------------------------------*/
.cv-area {
	position: relative;
	top: -180px;
}

	.cv-area .img-area {
		background: #34beea;
		position: relative;
	}

		.cv-area .img-area img {
			width: 100%;
			height: 420px;
			opacity: 0.4;
			filter: alpha(opacity=40);
			-ms-filter: "alpha(opacity=40)";
			-webkit-filter: grayscale(100%);
			-moz-filter: grayscale(100%);
			-ms-filter: grayscale(100%);
			-o-filter: grayscale(100%);
			filter: grayscale(100%);
		}

		.cv-area .img-area .over-l-w {
			width: 100%;
			height: 420px;
			opacity: 0.7;
			filter: alpha(opacity=70);
			-ms-filter: "alpha(opacity=70)";
			background: #fff;
			position: absolute;
			top: 0;
		}


	.cv-area .btn-area {
		width: 100%;
		position: absolute;
		bottom : 72px;
	}

		.cv-area .btn-inner {
			padding: 24px;
		}

		.cv-area .btn-area ul {
			margin: auto;
			display: table;
			width: 888px;
		}

			.cv-area .btn-area li {
				display: table-cell;
				width: 50%;
			}

				.cv-area .cv-btn {
					display: block;
					line-height: 84px;
					text-align: center;
					position: relative;
					font-weight: bold;
					font-size: 20px;
				}


					.cv-area .cv-btn::before {
						position: absolute;
						margin: -5px 0 0 0;
						top: 50%;
						right: 24px;
						display: block;
						content: '';
						width: 8px;
						height: 8px;
						border-top: 2px solid;
						border-right: 2px solid;
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
					}


						.cv-area .cv-btn01 {
							line-height: 78px;
							border: solid 3px;
							border-color: #34beea;
							color: #34beea;
							background: #fff;
						}

						.cv-area .cv-btn02 {
							background: #34beea;
							color: #fff;
						}

							.cv-area .cv-btn02::before {
								border-color: #fff;
							}

@media screen and (max-width: 932px){
		.cv-area .btn-area ul {
			width: 100%;
		}
}


/*--------------------------------------------------
  footer
--------------------------------------------------*/

#footer {
	margin: -96px 0 0 0;
}

	#footer .inner {
	}

		#footer .f-logo {
			margin: auto;
			display: table;
		}

			#footer .f-logo h1 {
				display: table-cell;
				vertical-align: middle;
				width: 180px;
			}

				#footer .f-logo h1 img {
					width: 100%;
				}

			#footer .f-logo h2 {
				padding: 0 0 0 20px;
				display: table-cell;
				vertical-align: middle;
				line-height: 1.2em;
			}


		#footer .f-copy {
			margin: 36px 0 0 0;
			line-height: 72px;
			color: #34beea;
			text-align: center;
			border-top: #34beea solid 2px;
		}

			#footer .f-copy .copy-inner {
			}



/*--------------------------------------------------
   page-top
--------------------------------------------------*/
.page-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  display: none;
}
  
    .page-top a {
      display: block;
      width: 60px;
      height: 60px;
      position: relative;
      background: #34beea;
			color: #fff;
			font-size: 12px;
			line-height: 1.2em;
			font-weight: bold;
			text-align: center;
			text-indent:100%;
			white-space:nowrap;
			overflow:hidden;
			border-radius: 50%;
    }
  
        .page-top a::before {
          position: absolute;
          margin: 0 0 0 -6px;
          top: 26px;
          left: 50%;
          display: block;
          content: '';
          width: 10px;
          height: 10px;
          border-top: 1px solid #fff;
          border-left: 1px solid #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
        }
  
        

        .page-top a:hover {
          opacity: 0.6;
          filter: alpha(opacity=60);
          -ms-filter: "alpha(opacity=60)";
        }


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
lower
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*--------------------------------------------------
   main
--------------------------------------------------*/ 
.lower {
	min-width: 932px;
}

/*--------------------------------------------------
   lower mv
--------------------------------------------------*/

.lower .mv {
	position: relative;
}

  .lower .mv .inner {
  }

		.lower .mv .mv-img {
			position: absolute;
			top: 0;
			background: #34beea;
			width: 100%;
		}

			.lower .mv .mv-img img {
				width: 100%;
				height: 300px;
				opacity: 0.3;
				filter: alpha(opacity=30);
				-ms-filter: "alpha(opacity=30)";
			}




		.lower .mv .mv-ttl {
			display: table;
			width: 100%;
			height: 300px;
			color: #fff;
			position: relative;
			z-index: 888;
		}

			.lower .mv .ttl-inner {
				display: table-cell;
				vertical-align: middle;
				text-align: center;
			}


			.lower .mv .ttl-sub {
				font-size: 50px;
				line-height: 1.2em;
			}

				.lower .mv .ttl-sub p {
					font-weight: bold;
				}


			.lower .mv .ttl-main {
				margin: 6px 0 0 0;
				font-size: 20px;
				line-height: 1.5em;
			}

				.lower .mv .ttl-main h2 {
				}



/*--------------------------------------------------
 l-ttl
--------------------------------------------------*/

.l-ttl {
	color: #34beea;
}

	.l-ttl .ttl-main {
		margin: 0 0 60px 0;
		position: relative;
		font-size: 30px;
		line-height: 1.4em;
		text-align: center;
	}

	.l-ttl .ttl-main02 {
		font-size: 26px;
	}

		.l-ttl .ttl-main::before {
			position: absolute;
			margin: 0 0 0 -14px;
			left: 50%;
			bottom: -16px;
			display: block;
			content: '';
			width: 28px;
			height: 2px;
			background: #34beea;
		}

		.l-ttl .ttl-main h3 {
			font-weight: bold;
		}


/*--------------------------------------------------
 parts
--------------------------------------------------*/

.even {
	background: #f4f4f4;
}

/*--------------------------------------------------
 parts01
--------------------------------------------------*/

.parts01 {
	padding: 84px 0 84px 0;
	font-size: 14px;
	line-height: 2.0em;
}

	.parts01 .parts-main {
		margin: auto;
		padding: 0 24px;
		width: 80%;
		max-width: 912px;
	}

		.parts01 .parts-main h4 {
			font-size: 20px;
			padding: 18px 0;
			text-align: center;
		}

		.parts01 .parts-main p {
			margin: 18px 0;
		}

		.parts01 .parts-main ol {
			margin: 18px 24px;
			list-style-type: decimal-leading-zero;
			list-style-position: inside;
		}


			.parts01 .parts-main ol li{
				padding: 0 0 0 22px;
				text-indent: -22px;
			}


		.parts01 .parts-main ul {
			margin: 18px 24px;
		}

			.parts01 .parts-main ul li {
				padding: 0 0 0 24px;
				position: relative;
			}

				.parts01 .parts-main ul li::before {
					position: absolute;
					margin: -8px 0 0 0;
					left: 0px;
					top: 50%;
					display: block;
					content: '';
					width: 16px;
					height: 16px;
					border-radius: 50%;
					background: #34beea;
				}

	.parts01 .img-area {
		margin: auto;
		padding: 36px 0 18px 0;
		width: 90%;
		max-width: 816px;
	}

		.parts01 .img-area img {
			width: 100%;
		}



/*--------------------------------------------------
 parts02
--------------------------------------------------*/

.parts02 {
	padding: 84px 0 84px 0;
	font-size: 14px;
	line-height: 1.8em;
}

	.parts02 .parts-main {
		margin: auto;
		padding: 0 24px;
		width: 80%;
		max-width: 912px;
	}

		.parts02 .parts-main table {
			width: 100%;
			margin: 18px 0;
			border-top: solid 2px;
			border-bottom: solid 2px;
			border-color: #34beea;
		}

			.parts02 .parts-main tr {
				border-bottom: dotted 1px;
				border-color: #34beea;
			}

				.parts02 .parts-main table tr:last-child {
					border-bottom: none;
				}


			.parts02 .parts-main th {
				font-weight: bold;
				width: 25%;
			}

			.parts02 .parts-main td {
				padding: 18px 0;
			}



/*--------------------------------------------------
 parts03
--------------------------------------------------*/

.parts03 {
	padding: 84px 0 84px 0;
	font-size: 16px;
	line-height: 1.8em;
	position: relative;
	overflow: hidden;
}

	.parts03 .parts-main {
		margin: auto;
		padding: 0 24px;
		width: 80%;
		max-width: 780px;
	}


		.parts03 dl {
			display: table;
			width: 100%;
		}

			.parts03 dt {
				display: table-cell;
				width: 18%;
				font-size: 36px;
				line-height: 1.0em;
				color: #34beea;
				font-weight: bold;
				position: relative;
			}

				.parts03 dt::before {
					position: absolute;
					top: 10px;
					right: 20px;
					display: block;
					content: '';
					width: 14px;
					height: 14px;
					border-radius: 50%;
					background: #34beea;
				}

				.parts03 dt::after {
					position: absolute;
					top: 10px;
					right: 26px;
					display: block;
					content: '';
					width: 2px;
					height: 100%;
					background: #34beea;
				}

					.parts03 dl:last-of-type dt::after {
						top: -36px;
						height: 100%;
					}


			.parts03 dd {
				display: table-cell;
				padding: 6px 0 30px 0;
				vertical-align: top;
				width: 82%;
			}


		.parts03 .bg-area {
			background: #fff;
			position: absolute;
			width: 100%;
			top: 0;
			z-index: -1;
		}

			.parts03 .bg-area img {
				width: 100%;
				height: 1400px;
				opacity: 0.15;
				filter: alpha(opacity=15);
				-ms-filter: "alpha(opacity=15)";
				-webkit-filter: grayscale(100%);
				-moz-filter: grayscale(100%);
				-ms-filter: grayscale(100%);
				-o-filter: grayscale(100%);
				filter: grayscale(100%);
			}

/*--------------------------------------------------
 parts04
--------------------------------------------------*/

.parts04 {
	padding: 84px 0 84px 0;
	font-size: 14px;
	line-height: 1.6em;
	position: relative;
	overflow: hidden;
}

	.parts04 .parts-main {
		margin: auto;
		padding: 0 12px;
		max-width: 1152px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

		.parts04 .box {
			width: 33.33%;
		}

			.parts04 .box-inner {
				margin: 12px;
			}

				.parts04 .box img {
					width: 100%;
				}


				.parts04 .box .text-area {
					padding: 24px;
					background: #fff;
				}



		.parts04 .bg-area {
			background: #fff;
			position: absolute;
			top: 0;
			z-index: -1;
			width: 100%;
		}

			.parts04 .bg-area img {
				width: 100%;
				height: 1400px;
				opacity: 0.15;
				filter: alpha(opacity=15);
				-ms-filter: "alpha(opacity=15)";
				-webkit-filter: grayscale(100%);
				-moz-filter: grayscale(100%);
				-ms-filter: grayscale(100%);
				-o-filter: grayscale(100%);
				filter: grayscale(100%);
			}



/*--------------------------------------------------
 parts05
--------------------------------------------------*/

.parts05 {
	padding: 84px 0 84px 0;
	font-size: 14px;
	line-height: 1.8em;
}

	.parts05 .parts-main {
		margin: auto;
		padding: 0 24px;
		width: 90%;
		max-width: 960px;
	}

		.parts05 .parts-ttl {
			margin: 0 0 48px 0;
			color: #34beea;
			font-size: 24px;
			line-height: 1.6em;
			text-align: center;
		}

			.parts05 .parts-ttl h4 {
				font-weight: bold;
			}


		.parts05 .block01 {
			background: #f6f6f6;
		}

			.parts05.even .block01 {
				background: #fff;
			}


			.parts05 .block01 .img-area {
				float: left;
				width: 50%;
			}

				.parts05 .block01 .img-area img {
					width: 100%;
					height: 300px;
				}

			.parts05 .block01 .text-area {
				float: left;
				width: 50%;
			}

				.parts05.even .img-area,
        .parts05.even .text-area {
					float: right;
				}

				.parts05 .block01 .text-inner {
					padding: 36px 36px 0 36px;
				}

					.parts05 .block01 .text01 p {
						margin: 0 0 8px 0;
						font-weight: bold;
					}

					.parts05 .block01 .text02 p {
						margin: 0 0 6px 0;
						font-size: 28px;
						font-weight: bold;
					}

					.parts05 .block01 .text03 p {
						margin: 0 0 12px 0;
						font-weight: bold;
						font-size: 16px;
					}


		.parts05 .block02 {
			padding: 36px 0 0 0;
		}

			.parts05 .block02 .text-more {
				padding: 0 0 12px 0;
				display: none;
			}

				.text-more-btn {
					margin: auto;
					cursor: pointer;
					position: relative;
				}

					.text-more-btn::before {
						position: absolute;
						margin: 0 0 0 -50px;
						left: 50%;
						display: block;
						color: #34beea;
						content: '▼ 続きを見る';
						font-weight: bold;
						font-size: 15px;
					}

					.text-more-btn.open::before {
						position: absolute;
						margin: 0 0 0 -40px;
						left: 50%;
						tdisplay: block;
						color: #34beea;
						content: '▲ 閉じる';
						font-weight: bold;
						font-size: 15px;
					}


/*--------------------------------------------------
  l-cv-area
--------------------------------------------------*/
.l-cv-area01 {
	padding: 120px 0 0 0
}

	.l-cv-area01 .inner {
		margin: auto;
		width: 888px;
	}

		.l-cv-area01 .inner ul {
			display: table;
			width: 100%;
		}

			.l-cv-area01 .inner li {
				display: table-cell;
				width: 50%;
			}

				.l-cv-area01 .cv-btn {
					display: block;
					line-height: 84px;
					text-align: center;
					position: relative;
					font-weight: bold;
					font-size: 20px;
				}


					.l-cv-area01 .cv-btn::before {
						position: absolute;
						margin: -5px 0 0 0;
						top: 50%;
						right: 24px;
						display: block;
						content: '';
						width: 8px;
						height: 8px;
						border-top: 2px solid;
						border-right: 2px solid;
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
					}


						.l-cv-area01 .cv-btn01 {
							line-height: 78px;
							border: solid 3px;
							border-color: #34beea;
							color: #34beea;
						}

						.l-cv-area01 .cv-btn02 {
							background: #34beea;
							color: #fff;
						}

							.l-cv-area01 .cv-btn02::before {
								border-color: #fff;
							}



/*--------------------------------------------------
  lower footer
--------------------------------------------------*/

.lower #footer {
	margin: 108px 0 0 0;
	padding: 36px 0 0 0;
	background: #fff;
}










