@charset "utf-8";

/* header
------------------------------------------------------------------------------------ */
header {
	padding:25px 30px;
	background-color:#00a199;
}
header div#headerInner {
}
header div#headerInner {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
header div#headerInner h1 {
	width: 220px;
	line-height:100%;
}
header div#headerInner nav#gnavPc {
}
header div#headerInner nav#gnavPc ul {
	display: flex;
	flex-wrap: nowrap;
}
header div#headerInner nav#gnavPc ul li {
	margin-right: 35px;
}
header div#headerInner nav#gnavPc ul li:last-child {
	margin-right: 0;
}
header div#headerInner nav#gnavPc ul li a {
	position: relative;
	color:#FFF;
	font-size:18px;
	line-height:100%;
	font-weight:500;
}
header div#headerInner nav#gnavPc ul li a:after {
	content: '';
	position: absolute;
	left: calc(50% - 15px);
	bottom: -7px;
	width: 30px;
	height: 2px;
	transform: scaleX(0);
	background-color: #FFF;
	transition: all 0.3s ease;
}
header div#headerInner nav#gnavPc ul li a:hover:after {
	transform: scaleX(1);
}
header div#headerInner nav#gnavPc ul li#gnavPcContact a {
	color:#00a199;
	padding:10px 30px;
	background-color:#FFF;
	border-radius: 25px;
	transition: all 0.3s ease;
}
header div#headerInner nav#gnavPc ul li#gnavPcContact a:after {
	display: none;
}
header div#headerInner nav#gnavPc ul li#gnavPcContact a:hover {
	color:#FFF;
	background-color:#666;
}
header div#gnavSp {
	display: none;
}


/* ハンバーガーメニュー
------------------------------------------------------------------------------------ */
.hamburger {
	display : block;
	position: fixed;
	z-index : 999;
	right : 20px;
	top : 5px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
.hamburger span {
	display : block;
	position: absolute;
	width: 30px;
	height: 2px ;
	left : 6px;
	background : #FFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	-ms-transform : rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger.active span {
	background : #FFF;
}
.hamburger.active span:nth-child(2){
	width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
	-webkit-transform: translateY(4px);
	-ms-transform : translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}
.hamburger.active span:nth-child(3){
	-webkit-transform: translateY(-16px) rotate(90deg);
	-ms-transform: translateY(-16px) rotate(90deg);
	-o-transform : translateY(-16px) rotate(90deg);
	transform : translateY(-16px) rotate(90deg);
}

nav.globalMenuSp {
	position: fixed;
	top: 0;
	left : 0;
	width: 90%;
	height: auto;
	min-height: 100vh;
	background-color:#00a199;
	text-align: left;
	padding: 0 5%;
	z-index : 998;
	transform: translateY(-100%);
	transition: all 0.7s;
}
nav.globalMenuSp ul {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
nav.globalMenuSp ul li {
	font-size: 24px;
	line-height: 100%;
	margin-top: 20px;
}
nav.globalMenuSp ul li:first-child {
	margin-top: 0;
}
nav.globalMenuSp ul li:nth-child(2) {
	margin-top: 40px;
}
nav.globalMenuSp ul li:last-child {
	font-size: 16px;
	line-height: 100%;
	margin-top: 40px;
}
nav.globalMenuSp ul li h2 {
	width: 280px;
}
nav.globalMenuSp ul li a,
nav.globalMenuSp ul li a:hover {
	color:#FFF;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
}


/* contents
------------------------------------------------------------------------------------ */
div#contents {
	padding-top: 100px;
}
div#contents section {
}
div#contents section div.sectionInner {
	width: 90%;
	margin: 0 auto;
}

ul#serviceList {
}
ul#serviceList li#serviceList01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
ul#serviceList li#serviceList02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 150px;
}
ul#serviceList li#serviceList03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 150px;
}
ul#serviceList li ul.topServicePhoto {
	display: flex;
	flex-wrap: nowrap;
	width: 55%;
}
ul#serviceList li#serviceList02 ul.topServicePhoto {
	order: 2;
}
ul#serviceList li ul.topServicePhoto li {
	width: calc(calc(100% - 10px) / 3);
	margin-right: 5px;
}
ul#serviceList li ul.topServicePhoto li:last-child {
	margin-right: 0;
}
ul#serviceList li div.topServiceText {
	width: 40%;
}
ul#serviceList li#serviceList02 div.topServiceText {
	order: 1;
}
ul#serviceList li div.topServiceText h2,
ul#serviceListSub li h2 {
	display: inline-block;
	color:#FFF;
	font-size: 18px;
	line-height: 100%;
	font-weight:500;
	margin-bottom: 15px;
	padding:10px 25px;
	background-color:#e02838;
	border-radius: 25px;
}



/* footer
------------------------------------------------------------------------------------ */
footer {
	margin-top: 100px;
	padding:75px 0 50px 0;
}
footer div#footerInner {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	position: relative;
	padding: 0 50px;
}
footer div#footerInner p#pageTop {
	position: absolute;
	top: -120px;
	right: 50px;
}
footer div#footerInner p#pageTop a {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	background-color:#00a199;
	transition: all 0.3s ease;
}
footer div#footerInner p#pageTop a:hover {
	background-color:#666;
}
footer div#footerInner p#pageTop a i {
	position: relative;
	top: 50%;
	left: 50%;
	color:#FFF;
	font-size: 28px;
	line-height: 100%;
	-webkit-transform: translate(-50%,-50%);
}

footer div#footerInner div#footerInnerLeft {
}
footer div#footerInner div#footerInnerLeft h2 {
	width: 220px;
}
footer div#footerInner div#footerInnerLeft p#copyright {
	font-family: 'Oswald', sans-serif;
	color:#666;
	font-size:14px;
	line-height:100%;
	font-weight:400;
	margin-top: 15px;
}

footer div#footerInner div#footerInnerRight {
}
footer div#footerInner div#footerInnerRight nav#footerNav {
}
footer div#footerInner div#footerInnerRight nav#footerNav ul {
	display: flex;
	flex-wrap: nowrap;
}
footer div#footerInner div#footerInnerRight nav#footerNav ul li {
	font-size: 16px;
	line-height: 100%;
	margin-right: 30px;
}
footer div#footerInner div#footerInnerRight nav#footerNav ul li:last-child {
	margin-right: 0;
}
footer div#footerInner div#footerInnerRight nav#footerNav ul li a {
}
footer div#footerInner div#footerInnerRight nav#footerNavSub {
	margin-top: 25px;
}
footer div#footerInner div#footerInnerRight nav#footerNavSub ul {
	display: flex;
	justify-content:flex-end; 
	flex-wrap: nowrap;
}
footer div#footerInner div#footerInnerRight nav#footerNavSub ul li {
	font-size: 14px;
	line-height: 100%;
}
footer div#footerInner div#footerInnerRight nav#footerNavSub ul li a {
	position: relative;
	padding-right: 15px;
}
footer div#footerInner div#footerInnerRight nav#footerNavSub ul li a:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '\f054';
	font-family: fontAwesome;
	color: #666;
	font-size: 10px;
	line-height: 100%;
	-webkit-transform: translate(0,-50%);
}


/* 共通パーツ
------------------------------------------------------------------------------------ */
h2#pageTitle {
	font-family: 'Oswald', sans-serif;
	color:#00a199;
	font-size: 84px;
	line-height: 100%;
	font-weight:500;
	margin-bottom: 100px;
}
h2#pageTitle span {
	display: block;
	font-family: 'M PLUS 1p', sans-serif;
	color:#333;
	font-size: 18px;
	line-height: 100%;
	font-weight:400;
	margin-top: 5px;
}

.title01 {
	color:#00a199;
	font-size: 48px;
	line-height: 125%;
	font-weight:700;
	margin-bottom: 30px;
}
.title02 {
	color:#00a199;
	font-size: 30px;
	line-height: 125%;
	font-weight:700;
	margin-bottom: 15px;
}
.title03 {
	color:#00a199;
	font-size: 20px;
	line-height: 175%;
	font-weight:500;
	margin: 30px 0 10px 0;
}
.title04 {
	font-size: 18px;
	line-height: 175%;
	font-weight:500;
	margin: 15px 0 5px 0;
}

.linkBtn a {
	display: block;
	position: relative;
	width: auto;
	max-width: 360px;
	font-size: 20px;
	line-height: 100%;
	font-weight:500;
	margin: 75px 0 0 0;
	padding:25px 0;
	border-bottom: 2px solid #EEE;
}
.linkBtn a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 40px;
	height: 2px;
	background-color:#00a199;
	transition: all 0.3s ease;
}
.linkBtn a:hover:before {
	width: 100%;
}
.linkBtn a:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '\f054';
	font-family: fontAwesome;
	color: #00a199;
	font-size: 18px;
	line-height: 100%;
	-webkit-transform: translate(0,-50%);
}
.linkBtnCenter a {
	margin-left: auto;
	margin-right: auto;
}
.linkBtnRight a {
	margin-left: auto;
}
.linkBtnMgT50 a {
	margin-top: 25px;
}

.linkBtnS a {
	display: block;
	position: relative;
	width: auto;
	max-width: 220px;
	color:#FFF;
	font-size: 18px;
	line-height: 100%;
	font-weight:500;
	text-align: center;
	padding:15px 30px;
	background-color:#00a199;
	border-radius: 30px;
	transition: all 0.3s ease;
}
.linkBtnS a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '\f054';
	font-family: fontAwesome;
	color: #FFF;
	font-size: 16px;
	line-height: 100%;
	-webkit-transform: translate(0,-50%);
}
.linkBtnS a:hover {
	color:#FFF;
	background-color:#666;
}

a.textLink {
	position: relative;
	color:#00a199;
	padding-left:17px;
}
a.textLink:hover {
	color:#00a199;
}
a.textLink:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: '\f054';
	font-family: fontAwesome;
	color: #00a199;
	font-size: 14px;
	line-height: 100%;
	-webkit-transform: translate(0,-50%);
}

table.tableBase {
	border-collapse:collapse;
	border-spacing: 0;
}
table.tableBase tr {
}
table.tableBase tr th {
	color: #FFF;
	font-weight:500;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 25px 80px;
	border-bottom: 5px solid #FFF;
	background-color:#00a199;
	background-clip: padding-box;
}
table.tableBase tr td {
	width: 100%;
	padding: 25px 30px;
	border-bottom: 5px solid #FFF
	background-clip: padding-box;;
}
table.tableBase tr:nth-child(odd) td {
	background-color:#f9fbf9;
}
table.tableBase tr:nth-child(even) td {
	background-color:#FFF;
}

table#tableNews {
	border-top: 1px solid #CCC;
	border-collapse:collapse;
	border-spacing: 0;
}
table#tableNews tr {
}
table#tableNews tr th {
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	white-space: nowrap;
	padding: 20px 30px 20px 0;
	border-bottom: 1px solid #CCC;
}
table#tableNews tr td {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #CCC;
}


/* メールフォーム設定
------------------------------------------------------------------------------------ */
input[type="text"],
input[type="email"],
input[type="tel"] {
	display: inline;
	width: 60%;
	box-sizing: border-box;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #CCC;
}
textarea {
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	font-size: 16px;
	line-height: 150%;
	padding: 10px 20px;
	border: 1px solid #CCC;
}

td.radioButton,
td.checkbox {
}
td.radioButton label,
td.checkbox > label {
	position: relative;
	cursor: pointer;
	padding-left: 35px;
}
td.radioButton label::before,
td.radioButton label::after,
td.checkbox > label::before,
td.checkbox > label::after {
	content: "";
	display: block; 
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
td.radioButton label::before,
td.checkbox > label::before {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	left: 5px;
}
td.radioButton label::after,
td.checkbox > label::after {
	background-color: #00a199;
	border-radius: 50%;
	opacity: 0;
	width: 12px;
	height: 12px;
	left: 10px
}
td.radioButton input:checked + label::after,
td.checkbox input:checked + label::after {
	opacity: 1;
}
.visually-hidden {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}

input[type="submit"] {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	display: block;
	width:320px;
	color:#FFF;
	margin: 50px auto 0 auto;
	padding: 15px 0;
	background-color:#00a199;
	border-radius: 40px;
}
input#zip {
	width:240px;
}
div.selectBox {
	position: relative;
	width:200px;
	border: 1px solid #CCC;
	background-color:#FFF;
}
div.selectBox:after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: '\f078';
	font-family: fontAwesome;
	color: #00a199;
	font-size: 18px;
	line-height: 100%;
	-webkit-transform: translate(0,-50%);
}
div.selectBox select {
	display: block;
	width:100%;
	color: #333;
	line-height:100%;
	padding:15px 0 15px 20px;
	background-color:#FFF;
}




/* タブレット用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1279px) {
	body {
		font-size:16px;
		line-height:200%;
	}

	header {
		position: fixed;
		top: 0;
		left : 0;
		width: 100%;
		padding:15px 0 15px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index : 3;
	}
	header div#headerInner h1 {
		width: 160px;
	}
	header div#headerInner nav#gnavPc {
		display: none;
	}
	header div#gnavSp {
		display: block;
	}

	ul#serviceList li#serviceList02,
	ul#serviceList li#serviceList03 {
		margin-top: 100px;
	}
	ul#serviceList li div.topServiceText h2,
	ul#serviceListSub li h2 {
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 10px;
		padding:7px 20px;
	}

	footer {
		margin-top: 50px;
		padding:30px 0 30px 0;
	}
	footer div#footerInner {
		display: block;
		justify-content: flex-start;
		padding: 0 5%;
	}
	footer div#footerInner p#pageTop {
		top: 0;
		right: 5%;
	}
	footer div#footerInner p#pageTop a {
		width: 44px;
		height: 44px;
	}
	footer div#footerInner p#pageTop a i {
		font-size: 22px;
		line-height: 100%;
	}
	footer div#footerInner div#footerInnerLeft {
		text-align: center;
	}
	footer div#footerInner div#footerInnerLeft h2 {
		width: 160px;
		margin: 0 auto;
	}
	footer div#footerInner div#footerInnerLeft p#copyright {
		font-family: 'Oswald', sans-serif;
		color:#666;
		font-size:12px;
		line-height:100%;
		font-weight:400;
		margin-top: 15px;
	}
	footer div#footerInner div#footerInnerRight {
		display: none;
	}

	h2#pageTitle {
		font-size: 64px;
		line-height: 100%;
		margin-bottom: 50px;
	}
	h2#pageTitle span {
		font-size: 14px;
		line-height: 100%;
		margin-top: 5px;
	}
	.title01 {
		font-size: 36px;
		line-height: 125%;
		margin-bottom: 20px;
	}
	.title02 {
		font-size: 22px;
		line-height: 125%;
		margin-bottom: 15px;
	}
	.title03 {
		font-size: 18px;
		line-height: 175%;
		margin: 30px 0 5px 0;
	}
	.title04 {
		font-size: 16px;
		line-height: 175%;
	}

	.linkBtn a {
		max-width: 280px;
		font-size: 16px;
		line-height: 100%;
		margin-top: 25px;
	}
	.linkBtnS a {
		max-width: 200px;
		font-size: 16px;
		line-height: 100%;
		padding:15px;
	}

	table.tableBase tr th {
		padding: 20px 25px;
	}
	table.tableBase tr td {
		padding: 20px 25px;
	}

	table#tableNews tr th {
		padding: 20px 20px 20px 0;
	}
	table#tableNews tr td {
		padding: 20px 0 20px 0;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"] {
		width: 100%;
	}
}





/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {
	body {
		font-size:16px;
		line-height:175%;
	}

	header {
		position: fixed;
		top: 0;
		left : 0;
		width: 100%;
		padding:15px 0 15px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index : 3;
	}
	header div#headerInner h1 {
		width: 120px;
	}
	header div#headerInner nav#gnavPc {
		display: none;
	}
	header div#gnavSp {
		display: block;
	}

	.hamburger {
		top : 2px;
		right : 14px;
	}
	nav.globalMenuSp ul li {
		font-size: 18px;
		line-height: 100%;
		margin-top: 15px;
	}
	nav.globalMenuSp ul li:nth-child(2) {
		margin-top: 25px;
	}
	nav.globalMenuSp ul li:last-child {
		font-size: 14px;
		line-height: 100%;
		margin-top: 20px;
	}
	nav.globalMenuSp ul li h2 {
		width: 200px;
	}

	ul#serviceList li#serviceList01 {
		display: block;
		justify-content: flex-start;
	}
	ul#serviceList li#serviceList02 {
		display: block;
		justify-content: flex-start;
		margin-top: 80px;
	}
	ul#serviceList li#serviceList03 {
		display: block;
		justify-content: flex-start;
		margin-top: 80px;
	}
	ul#serviceList li ul.topServicePhoto {
		width: 100%;
	}
	ul#serviceList li div.topServiceText {
		width: 100%;
		margin-top: 30px;
	}
	ul#serviceList li div.topServiceText h2,
	ul#serviceListSub li h2 {
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 10px;
		padding:7px 20px;
	}

	footer {
		margin-top: 0;
		padding:30px 0 30px 0;
	}
	footer div#footerInner {
		display: block;
		justify-content: flex-start;
		padding: 0 5%;
	}
	footer div#footerInner p#pageTop {
		top: 0;
		right: 20px;
	}
	footer div#footerInner p#pageTop a {
		width: 36px;
		height: 36px;
	}
	footer div#footerInner p#pageTop a i {
		font-size: 20px;
		line-height: 100%;
	}
	footer div#footerInner div#footerInnerLeft {
		text-align: center;
	}
	footer div#footerInner div#footerInnerLeft h2 {
		width: 120px;
		margin: 0 auto;
	}
	footer div#footerInner div#footerInnerLeft p#copyright {
		font-family: 'Oswald', sans-serif;
		color:#666;
		font-size:12px;
		line-height:100%;
		font-weight:400;
		margin-top: 15px;
	}
	footer div#footerInner div#footerInnerRight {
		display: none;
	}

	h2#pageTitle {
		font-size: 36px;
		line-height: 100%;
		margin-bottom: 50px;
	}
	h2#pageTitle span {
		font-size: 14px;
		line-height: 100%;
		margin-top: 5px;
	}
	.title01 {
		font-size: 26px;
		line-height: 125%;
		margin-bottom: 15px;
	}
	.title01 br {
		display: none;
	}
	.title02 {
		font-size: 20px;
		line-height: 125%;
		margin-bottom: 15px;
	}
	.title03 {
		font-size: 18px;
		line-height: 175%;
		margin: 25px 0 5px 0;
	}
	.title04 {
		font-size: 16px;
		line-height: 175%;
	}

	.linkBtn a {
		max-width: 280px;
		font-size: 16px;
		line-height: 100%;
		margin-top: 25px;
	}
	.linkBtnS a {
		max-width: 200px;
		font-size: 16px;
		line-height: 100%;
		padding:10px 15px;
	}
	a.textLink:after {
		font-size: 12px;
		line-height: 100%;
	}

	table.tableBase tr th {
		display: block;
		width: 100%;
		text-align: left;
		padding: 10px 20px;
		border-bottom: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	table.tableBase tr td {
		display: block;
		width: 100%;
		padding: 10px 20px;
		border-bottom: 10px solid #FFF;
		background-color:#f9fbf9;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	table#tableNews tr th {
		padding: 15px 20px 15px 0;
	}
	table#tableNews tr td {
		padding: 15px 0;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"] {
		width: 100%;
	}
	input[type="submit"] {
		width:240px;
		margin: 30px auto 0 auto;
		padding: 10px 0;
	}
}





/* 【アニメーション】アニメーションスタートの遅延時間を決めるCSS
------------------------------------------------------------------------------------ */
.delay-time03 {
	animation-delay: 0.3s;
}
.delay-time06 {
	animation-delay: 0.6s;
}
.delay-time09 {
	animation-delay: 0.9s;
}
.delay-time12 {
	animation-delay: 1.2s;
}
.delay-time15 {
	animation-delay: 1.5s;
}
.delay-time18 {
	animation-delay: 1.8s;
}
.delay-time21 {
	animation-delay: 2.1s;
}
.delay-time40 {
	animation-delay: 4.0s;
}
.delay-time60 {
	animation-delay: 6.0s;
}
.delay-time69 {
	animation-delay: 6.9s;
}


/* 【アニメーション】下からフェードイン
------------------------------------------------------------------------------------ */
.fadeInUpTrigger {
	opacity: 0;
}
.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.75s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
