@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&family=Noto+Serif+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');



/*  ----------------------------------------------------------

base

----------------------------------------------------------  */
:root {
	--bg-color: #F2F3F4;
	--color-green: #313761;
	--color-grey: #979495;
	--font-ubntu: 'Ubuntu', sans-serif;
}

body {
	background: var(--bg-color);
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
}

a {
	color: #000;
}



/*  ----------------------------------------------------------

font-size

----------------------------------------------------------  */
html {
	font-size: 0.833vw;
}

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

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

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

@media screen and (min-width: 1401px) {
	html {
		font-size: 0.714vw;
	}
}



/*  ----------------------------------------------------------

header

----------------------------------------------------------  */
header {
	width: 95%;
	position: absolute;
	left: 2.5%;
	top: 2rem;
	z-index: 10;
	height: 7rem;
}

header h1 {
	width: 7rem;
	line-height: 1;
	position: absolute;
	top: 1rem;
	left: 3.5rem;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 10;
}

@media screen and (max-width: 767px) {
	header {
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 6rem;
	}

	header h1 {
		width: 6rem;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		-webkit-transform: none;
	}
}



/*  ----------------------------------------------------------

nav

----------------------------------------------------------  */
.gnav {
	position: relative;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 7rem;
	border-radius: 20rem;
	width: 100%;
	padding-right: 3.5rem;
}

ul.gnav-menu {
	display: flex;
	align-items: center;
}

ul.gnav-menu>li {
	font-weight: bold;
	white-space: nowrap;
	font-family: var(--font-ubntu);
}

ul.gnav-menu>li:not(:first-child) {
	margin-left: 3rem;
}

ul.gnav-menu>li>a {
	color: #313761;
	display: flex;
	align-items: center;
	height: 7rem;
}

ul.gnav-menu>li:hover .gnav-menu-service {
	opacity: 1;
	z-index: 10;
	pointer-events: all;
}

.gnav-menu-service::before,
.gnav-menu-service::after {
	content: "";
	width: 3.5rem;
	height: 3.5rem;
	background: #fff;
	position: absolute;
	top: -3.5rem;
	z-index: -10;
	transition: all .3s;
}

.gnav-menu-service::before {
	left: 0;
}

.gnav-menu-service::after {
	right: 0;
}

.gnav-menu-service {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 7rem;
	background: #fff;
	z-index: 10;
	padding: 6rem 8rem;
	width: 100%;
	z-index: -1;
	pointer-events: none;
	transition: all .3s;
	border-radius: 0 0 3.5rem 3.5rem;
	border-top: solid 0.35rem var(--color-green);
}

.gnav-menu-service .heading-1 {
	margin-bottom: 2rem;
}

.gnav-menu-service ul {
	display: flex;
	flex-wrap: wrap;
}

.gnav-menu-service ul li {
	width: calc((100% - 9rem) / 3);
	margin-right: 3rem;
	border-bottom: solid 1px #979495;
}

.gnav-menu-service ul li:nth-child(3n) {
	margin-right: 0;
}

.gnav-menu-service ul li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 5.6rem;
	color: var(--color-green);
	padding-left: 2rem;
	font-weight: bold;
}

.gnav-menu-service ul li a i {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.gnav-menu-service ul li a:hover {
	background-color: var(--bg-color);
	opacity: 1;
}

/* 準備中 */
ul li.prepare {
	position: relative;
}

ul li.prepare a {
	pointer-events: none;
}

ul li.prepare a span {
	position: absolute;
	bottom: 0.8rem;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transition: all .3s;
	opacity: 0;
	font-size: 1rem;
}

ul li.prepare:hover a span {
	opacity: 1;
}

footer ul li.prepare a span {
	bottom: -1.8rem;
	white-space: nowrap;
}

.gnav-sp-menu li.prepare span {
	position: relative;
	bottom: auto;
	left: auto;
	transform: none;
	-webkit-transform: none;
	opacity: 1;
	display: block;
	margin-top: -0.5rem;
	font-weight: normal;
}



/*  ----------------------------------------------------------

footer

----------------------------------------------------------  */
footer {
	background: var(--color-green);
	color: #fff;
	padding: 6rem 0;
}

footer a {
	color: #fff;
}

footer .logo {
	width: 10rem;
	margin: 0 auto;
}

footer nav ul {
	display: flex;
	justify-content: center;
	line-height: 1;
	margin: 3rem 0 6rem 0;
}

footer nav ul li {
	padding: 0 1.5rem;
	font-family: var(--font-ubntu);
	font-weight: 700;
	font-size: 1.4rem;
}

footer small {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	font-family: var(--font-ubntu);
}

@media screen and (max-width: 767px) {
	footer .logo {
		width: 12rem;
	}

	footer nav ul {
		display: block;
		margin: 6rem 0;
	}

	footer nav ul li {
		padding: 0;
		text-align: center;
		font-size: 1.6rem;
	}

	footer nav ul li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
}



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.CMS-NEWS-INDEX {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 10rem;
}

.CMS-NEWS-INDEX>* {
	width: 31%;
	margin-right: 3.5%;
}

.CMS-NEWS-INDEX>*:nth-of-type(3n) {
	margin-right: 0;
}

.CMS-NEWS-INDEX>*:nth-of-type(n + 4) {
	margin-top: 3.5rem;
}

.CMS-NEWS-ITEM a {
	transition: all .3s;
	display: block;
	background: #fff;
	border-radius: 2rem;
}

.CMS-NEWS-ITEM a:hover {
	opacity: 0.4;
}

.CMS-NEWS-TIME {
	font-size: 1rem;
	margin: 2.5rem 0 0.6rem 0;
	line-height: 1;
	padding: 0 2.5rem;
	color: #979495;
}

.CMS-NEWS-LINK {
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 2.5rem 3.5rem 2.5rem;
	color: var(--color-green);
	font-weight: bold;
}

.CMS-NEWS-INDEX>* img {
	height: 18rem;
	width: 100%;
	object-fit: cover;
	border-radius: 2rem 2rem 0 0;
}

/* read more */
.CMS-NEWS-MORE-READ {
	background: var(--color-green);
	border: none;
	padding: 2rem 0 2.2rem 0;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 31%;
	display: block;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	font-weight: bold;
	border-radius: 10rem;
}

.CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

/* detail */
.CMS-NEWS-TITLE {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
	font-weight: bold;
}

.CMS-NEWS-TITLE:after {
	border-bottom: solid 4px var(--color-green);
	bottom: -4px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}

.CMS-NEWS-CONTENT img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 3rem auto;
}

@media screen and (max-width: 767px) {
	.top-news {
		padding: 10rem 3rem;
	}

	.CMS-NEWS-INDEX {
		display: block;
	}

	.CMS-NEWS-INDEX>* {
		width: 100%;
		margin-right: 0;
	}

	.CMS-NEWS-INDEX>*:nth-of-type(n + 4) {
		margin-top: 0;
	}

	.CMS-NEWS-INDEX>*:nth-of-type(n + 2) {
		margin-top: 3.5rem;
	}

	.CMS-NEWS-TIME {
		margin: 1.5rem 0 0.3rem 0;
	}

	.CMS-NEWS-INDEX>* img {
		height: 24rem;
	}

	.CMS-NEWS-CONTENT img {
		width: 100%;
	}
}



/*  ----------------------------------------------------------

service-list

----------------------------------------------------------  */
.service-list {
	display: flex;
	flex-wrap: wrap;
	width: 96rem;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
}

.service-list::before {
	content: "";
	width: 15rem;
	height: 15rem;
	background: url(../img/ico-circle.png) no-repeat;
	background-size: 15rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 10;
}

.service-list>li {
	background: #fff;
	width: 48%;
	border-radius: 2rem;
	padding: 0 4rem;

}

.service-list>li:nth-child(n + 3) {
	margin-top: 8rem;
}

.service-list .num {
	width: 10rem;
	height: 10rem;
	margin: 0 auto;
	display: block;
}

.service-list .num::before {
	content: "";
	width: 10rem;
	height: 1px;
	transform: rotate(-45deg);
	background: var(--color-green);
	position: absolute;
	left: 0;
	top: 5rem;
}

.service-list .num span {
	font-family: var(--font-ubntu);
	line-height: 1;
	color: var(--color-green);
	display: block;
	position: absolute;
}

.service-list .num>span:first-of-type {
	font-weight: 700;
	font-size: 1.6rem;
	left: 1.5rem;
	top: 2rem;
}

.service-list .num>span:last-of-type {
	font-size: 4rem;
	right: 0;
	bottom: 1rem;
}

.service-list .num,
.service-list h3,
.service-list>li>ul {
	position: relative;
	top: -7rem
}

.service-list h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: var(--color-green);
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

.service-list h3 img {
	width: auto !important;
	height: 4.4rem !important;
	margin-right: 1.5rem;
}

.service-list>li>ul {
	margin-left: 1.5rem;
}

.service-list>li>ul>li {
	list-style: disc;
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--color-green);
}

.service-list>li>ul>li:not(:last-child) {
	margin-bottom: 2rem;
}

.service-list>li>ul>li::marker {
	color: var(--color-green);
}

.service-list>li>ul>li>ul {
	margin-top: 0.5rem;
	margin-left: 1.5rem;
}

.service-list>li>ul>li>ul>li {
	list-style: disc;
	font-size: 1.2rem;
	font-weight: normal;
	color: #979495;
}

.service-list>li>ul>li>ul>li::marker {
	color: #979495;
}

@media screen and (max-width: 767px) {
	.service-list {
		display: block;
		width: 100%;
	}

	.service-list::before {
		display: none;
	}

	.service-list>li {
		width: 100%;
		padding: 0 2.5rem;
		height: auto;
	}

	.service-list>li:nth-child(n + 3) {
		margin-top: 0;
	}

	.service-list>li:nth-child(n + 2) {
		margin-top: 8rem;
	}

	.service-list h3 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}

	.service-list h3 img {
		height: 3.6rem !important;
	}

	.service-list .num,
	.service-list h3,
	.service-list>li>ul {
		position: relative;
		top: -6rem
	}
}



/*  ----------------------------------------------------------

cv

----------------------------------------------------------  */
.cv {
	background: url(../img/bg-cv.jpg) no-repeat center / cover;
	color: #fff;
	padding: 8rem 10rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cv .heading-1 {
	align-items: flex-start;
}

.cv .heading-1 span {
	color: #fff;
}

.cv .more {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.cv {
		padding: 8rem 3rem;
		display: block;
	}

	.cv .heading-1 {
		align-items: center;
	}

	.cv p {
		margin-bottom: 4rem;
		text-align: center;
	}
}


/*  ----------------------------------------------------------

page-ttl

----------------------------------------------------------  */
.page-ttl {
	padding: 16rem 0 7rem 0;
	display: flex;
	justify-content: center;
}

.page-ttl .wrap {
	background: #fff;
	border-radius: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28rem;
	height: 12rem;
}

.page-ttl h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: normal;
	line-height: 1;
	font-size: 2.4rem;
}

.page-ttl h2 span {
	font-family: var(--font-ubntu);
	font-weight: 700;
	font-size: 3.6rem;
	margin-bottom: 1rem;
}

.page-ttl h2 i {
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	.page-ttl {
		padding: 6rem 0;
	}
}



/*  ----------------------------------------------------------

style

----------------------------------------------------------  */
/* heading */
.heading-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	margin-bottom: 4rem;
}

.heading-1 span {
	color: var(--color-green);
	font-size: 4.4rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
	.heading-1 span {
		margin-bottom: 1rem;
	}
}

.heading-2 {
	color: var(--color-green);
	text-align: center;
	font-size: 2.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 4rem;
}

.heading-2::after {
	content: "";
	width: 5rem;
	height: 0.3rem;
	background: var(--color-green);
	margin-top: 1rem;
}

@media screen and (max-width: 767px) {
	.heading-2 {
		font-size: 2.2rem;
	}
}

.heading-3 {
	font-size: 2.2rem;
	color: var(--color-green);
	display: flex;
	flex-direction: column;
	margin-bottom: 4rem;
}

.heading-5 {
	font-size: 2.2rem;
	color: var(--color-black);
	display: flex;
	flex-direction: column;
	margin-bottom: 4rem;
}

.heading-3::after {
	content: "";
	width: 5rem;
	height: 0.3rem;
	background: var(--color-green);
	margin-top: 1rem;
}

@media screen and (max-width: 767px) {
	.heading-3 {
		font-size: 2.0rem;
		line-height: 1.6;
	}
}

.heading-5 {
	font-size: 2.0rem;
	line-height: 1.6;
}


.heading-4 {
	line-height: 1;
	font-size: 2.4rem;
	color: var(--color-green);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 4rem;
}

.heading-4::after {
	content: "";
	width: 5rem;
	height: 0.3rem;
	background: var(--color-green);
	margin-top: 2rem;
}




/* more */
.more {
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-green);
	width: 20rem;
	border: solid 0.25rem var(--color-green);
	position: relative;
	font-family: var(--font-ubntu);
	font-weight: 700;
	background: #fff;
	height: 4.8rem;
	border-radius: 10rem;
	margin: 0 auto;
}

.more i {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.more:hover {
	background: var(--color-green);
	color: #fff;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.more {
		width: 100%;
	}
}

/* ttl */
.ttl {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
}

.ttl.wt {
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.ttl:after {
	border-bottom: solid 4px var(--color);
	bottom: -4px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}

@media screen and (max-width: 767px) {
	.ttl:after {
		width: 40%;
	}
}

/* detail */
dl.detail {
	display: flex;
	flex-wrap: wrap;
}

dl.detail dt {
	font-weight: bold;
	padding: 1.5rem;
	width: 25%;
	white-space: nowrap;
}

dl.detail dd {
	padding: 1.5rem;
	width: 75%;
}

dl.detail dt:last-of-type,
dl.detail dd:last-of-type {
	border-bottom: none;
}

dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

dl.wt dt,
dl.wt dd {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 767px) {
	dl.detail {
		display: block;
	}

	dl.detail dt {
		font-weight: bold;
		padding: 1.2rem 1.2rem 0 1.2rem;
		width: 100%;
	}

	dl.detail dd {
		padding: 0 1.2rem 1.2rem 1.2rem;
		width: 100%;
	}

	dl.bk dt {
		border-bottom: none;
	}

	dl.wt dt {
		border-bottom: none;
	}
}





/*  ----------------------------------------------------------

hamburger

----------------------------------------------------------  */
.gnav-sp {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
	background: var(--bg-color);
}

.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.gnav-sp-menu li {
	font-size: 1.8rem;
	text-align: center;
	font-family: var(--font-ubntu);
	font-weight: bold;
}

.gnav-sp-menu li a {
	display: block;
	padding: 1.2rem 0;
	white-space: nowrap;
	color: var(--color-green);
}

/* toggle */
.toggle-btn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	cursor: pointer;
	z-index: 100000;
	background: var(--color-green);
}

.toggle-btn span {
	display: block;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 0.2rem;
	background-color: #fff;
	transition: all .4s;
}

.toggle-btn span:nth-child(1) {
	top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
	top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
	top: 3.5rem;
}

/* open */
.open .gnav-sp {
	top: 0;
	opacity: 1;
	z-index: 99999;
}

.open .toggle-btn span {
	background-color: #fff;
}

.open .toggle-btn span:nth-child(1) {
	-webkit-transform: translateY(0.8rem) rotate(-45deg);
	transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
	-webkit-transform: translateY(-0.8rem) rotate(45deg);
	transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */
/*
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	opacity: 0.8;
	z-index: 2;
	cursor: pointer;
}
*/



/*  ----------------------------------------------------------

layout

----------------------------------------------------------  */
.base-width {
	width: 96rem;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.base-width {
		width: 100%;
	}
}





/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}



/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
#page-top {
	position: fixed;
	z-index: 999;
	bottom: 1rem;
	right: 1rem;
}

#page-top a {
	background: #fff;
	color: #000;
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 1;
	font-size: 1.4rem;
	padding-left: 0.1rem;
}

@media screen and (max-width: 767px) {}



/*  ----------------------------------------------------------

link

----------------------------------------------------------  */
a {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a.line {
	text-decoration: underline;
}

a:hover.line {
	text-decoration: none;
}

a:hover {
	opacity: 0.5;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		text-decoration: underline;
	}
}



/*  ----------------------------------------------------------

class

----------------------------------------------------------  */
.table {
	width: 100%;
	border-collapse: collapse;
	border: solid 0.12rem #F2F3F4;
}

.table th {
	color: var(--color-green);
	border: solid 0.12rem #fff;
	background: #F2F3F4;
	font-weight: normal;
	vertical-align: middle;
	padding: 2rem 1.5rem;
	width: 25%;
}

.table td {
	color: var(--color-green);
	border: solid 0.12rem #F2F3F4;
	vertical-align: middle;
	padding: 2rem 1.5rem;
	width: 25%;
}

@media screen and (max-width: 767px) {
	.table th {
		padding: 1.5rem 1rem;
		font-size: 1.2rem;
	}

	.table td {
		padding: 1.5rem 1rem;
		font-size: 1.2rem;
	}
}


/* txt */
.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
	.txt-center.not {
		text-align: left;
	}

	.txt-right.not {
		text-align: left;
	}

	.txt-vertical.not {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		white-space: normal;
	}
}

/* serif */
.serif {
	font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
}

/* position */
.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	z-index: 99;
}

/* list */
ul.list-group li {
	margin-left: 2rem;
	list-style: disc;
}

ul.list-group li:not(:last-child) {
	margin-bottom: 1rem;
}

.bg-grd {
	background: linear-gradient(#000 80%, transparent 80%);
}

/* map */
.gmap iframe {
	width: 100%;
	height: 40rem;
}

/* margin */
.mb-10 {
	margin-bottom: 1rem !important;
}

.mb-15 {
	margin-bottom: 1.5rem !important;
}

.mb-20 {
	margin-bottom: 2.0rem !important;
}

.mb-25 {
	margin-bottom: 2.5rem !important;
}

.mb-30 {
	margin-bottom: 3.0rem !important;
}

.mb-35 {
	margin-bottom: 3.5rem !important;
}

.mb-40 {
	margin-bottom: 4.0rem !important;
}

.mb-45 {
	margin-bottom: 4.5rem !important;
}

.mb-50 {
	margin-bottom: 5.0rem !important;
}

.mb-55 {
	margin-bottom: 5.5rem !important;
}

.mb-60 {
	margin-bottom: 6.0rem !important;
}

.mb-65 {
	margin-bottom: 6.5rem !important;
}

.mb-70 {
	margin-bottom: 7.0rem !important;
}

.mb-75 {
	margin-bottom: 7.5rem !important;
}

.mb-80 {
	margin-bottom: 8.0rem !important;
}

.mb-85 {
	margin-bottom: 8.5rem !important;
}

.mb-90 {
	margin-bottom: 9.0rem !important;
}

.mb-95 {
	margin-bottom: 9.5rem !important;
}

.mb-100 {
	margin-bottom: 10.0rem !important;
}



/*  ----------------------------------------------------------

fade

----------------------------------------------------------  */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(30px);
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation: fadeInUp 0.6s ease;
	-moz-animation: fadeInUp 0.6s ease;
	-ms-animation: fadeInUp 0.6s ease;
	animation: fadeInUp 0.6s ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both
}

.fade {
	opacity: 0;
}

.delay-1 {
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
}

.delay-2 {
	animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
}

.delay-3 {
	animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

.delay-4 {
	animation-delay: 0.65s;
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
}

.delay-5 {
	animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
}