@charset "utf-8";

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

body {
	color: #141414;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1.5;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
	display: block;
}

body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

ul, ol, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
	border-style: none;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

/*----- .clearfix -----*/

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.en {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.min {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

@media screen and (min-width: 768px), print and (min-width: 0px) {
	/*--------------------------------------------------------------------------*/

	a {
		transition-property: opacity;
		transition-duration: 0.5s;
	}

	a:hover {
		opacity: 0.6;
	}

}

/*----- common -----*/

#wrap {
	overflow: hidden;
}

main {
	width: 100%;
	position: relative;
}

.container {
	margin: 0 auto;
	text-align: left;
	box-sizing: content-box;
	z-index: 20;
	position: relative;
}

.container {
	padding-left: 10%;
	padding-right: 10%;
	max-width: 1152px;
}

@media screen and (max-width: 767px) {

	.container {
		padding-left: 25px;
		padding-right: 25px;
	}

}

header {
	width: 100%;
	z-index: 1000;
	position: fixed;
}

header #headerIn {
	padding: 0 0 0 5%;
	background: #fff;
	align-items: center;
	justify-content: space-between;
	display: flex;
	position: relative;
}

header h1 {
	width: 254px;
}

header h1 a {
	display: block;
}

header h1 a:hover {
	opacity: 1;
}

header #gNavi ul {
	align-items: center;
	justify-content: flex-end;
	display: flex;
}

header #gNavi ul li {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

header #gNavi ul li:not(.contact) {
	margin-right: 30px;
}

header #gNavi ul li a {
	color: #141414;
}

header #gNavi ul li.contact {
	margin-left: 18px;
	width: 130px;
	line-height: 2;
	text-align: center;
}

header #gNavi ul li.contact a {
	padding: 50px 0;
	background: #141414;
	color: #fff;
	display: block;
}

@media screen and (max-width: 1000px) {

	header #headerIn {
		padding: 0 0 0 25px;
	}

	header h1 {
		width: 160px;
	}

	header #gNavi {
		flex: 1;
	}

	header #gNavi ul li {
		font-size: 1.2rem;
	}

	header #gNavi ul li:not(.contact) {
		display: none;
	}

	header #gNavi ul li.contact {
		margin-left: 30px;
		width: 100%;
		max-width: 130px;
	}

	header #gNavi ul li.contact a {
		padding: 13px 0;
	}

}

#ftHead {
	padding: 50px 10%;
	background: #F7F7F7;
}

#ftHead h1 {
	margin: 0 auto;
	width: 254px;
}

#ftHead h1 a {
	display: block;
}

#ftHead h1 a:hover {
	opacity: 1;
}

#ftNavi {
	padding: 38px 0 40px;
}

#ftNavi .container {
	align-items: center;
	display: flex;
}

#ftNavi .container::before {
	content: "";
	width: 0;
	height: 100%;
	border-right: 1px solid #f0f0f0;
	display: block;
	left: 50%;
	top: 0;
	position: absolute;
}

#ftNavi #ftInfo,
#ftNavi #ftLink {
	padding: 0 50px;
	flex: 1;
}

#ftNavi #ftInfo h2 {
	margin-bottom: 4px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.8rem;
	letter-spacing: 0.05em;
	text-align: center;
}

#ftNavi #ftInfo p {
	color: #666;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.4rem;
	letter-spacing: 0.05em;
	text-align: center;
}

#ftNavi #ftLink {
	display: flex;
	flex-wrap: wrap;
	gap: 0 126px;
}

#ftNavi #ftLink ul li {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 4.2rem;
	letter-spacing: 0.05em;
}

#ftNavi #ftLink ul li a {
	color: #666;
}

#ftCopy {
	margin: 0 auto;
	padding: 42px 0;
	width: 80%;
	border-top: 1px solid #EBEBEB;
}

#ftCopy p {
	color: #999;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
}

#ftCopy p small {
	font-size: 1em;
}

@media screen and (max-width: 767px) {

	#ftHead {
		padding: 40px 25px;
	}

	#ftHead h1 {
		width: 220px;
	}

	#ftNavi {
		padding: 0;
	}

	#ftNavi .container {
		display: block;
	}

	#ftNavi .container::before {
		display: none;
	}

	#ftNavi #ftInfo {
		padding: 40px 0;
		border-bottom: 1px solid #f0f0f0;
		flex: none;
	}

	#ftNavi #ftInfo h2 {
		margin-bottom: 4px;
		font-size: 1.5rem;
		line-height: 2.8rem;
	}

	#ftNavi #ftInfo p {
		font-size: 1.3rem;
		line-height: 2.4rem;
	}

	#ftNavi #ftLink {
		padding: 40px 0;
		border-bottom: 1px solid #f0f0f0;
		gap: 0 53px;
		flex: none;
	}

	#ftNavi #ftLink ul li {
		font-size: 1.4rem;
		line-height: 4.2rem;
	}

	#ftCopy {
		padding: 50px 25px;
		width: auto;
		border-top: none;
	}

	#ftCopy p {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}

	#ftCopy p small {
		font-size: 1em;
	}

}

#mvSec {
	padding: 130px 0 50px 10%;
}

#mvSec #mvSecIn {
	width: 100%;
	height: calc(100vh - 180px);
	position: relative;
}

#mvSec #mvSecPic {
	width: 100%;
	height: 100%;
	position: relative;
}

#mvSec #mvSecPic::after {
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	display: block;
	left: 0;
	top: 0;
	z-index: 5;
	position: absolute;
}

#mvSec #mvSecPic .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

#mvSec #mvSecPic .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#mvSec #mvSecPic .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1);
	transition-property: transform;
	transition-timing-function: linear;
	transition-duration: 7s;
}

#mvSec #mvSecPic .swiper-slide-active img {
	transform: scale(1.1);
}

#mvSec #mvSecTxt {
	color: #fff;
	text-align: left;
}

#mvSec #mvSecTxt h1 {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.1em;
	left: 100px;
	top: 50%;
	z-index: 20;
	position: absolute;
	transform: translateY(-50%);
}

#mvSec #mvSecTxt h2 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.045em;
	left: 100px;
	top: calc(50% + 58px);
	z-index: 20;
	position: absolute;
}

@media screen and (max-width: 767px) {

	#mvSec {
		padding: 50px 0 25px 25px;
	}

	#mvSec #mvSecIn {
		height: calc(100vh - 75px);
	}

	#mvSec #mvSecTxt {
		left: 20px;
		top: 50%;
		z-index: 20;
		position: absolute;
		transform: translateY(-50%);
	}

	#mvSec #mvSecTxt h1 {
		margin-bottom: 40px;
		font-size: 3.2rem;
		left: auto;
		top: auto;
		position: relative;
		transform: translateY(0);
	}

	#mvSec #mvSecTxt h2 {
		font-size: 1.6rem;
		left: auto;
		top: auto;
		position: relative;
	}

}

#whoweSec h2 .en,
#businessSec h2 .en,
#profileSec h2 .en,
#accessSec h2 .en,
#recruitSec h2 .en {
	margin-bottom: 10px;
	color: #999;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.44;
	letter-spacing: 0.05em;
	display: block;
}

#whoweSec h2 .min,
#businessSec h2 .min,
#profileSec h2 .min,
#accessSec h2 .min,
#recruitSec h2 .min {
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.44;
	letter-spacing: 0.1em;
	display: block;
}

#businessSec h2,
#businessSec h2 .en {
	color: #fff;
}

@media screen and (max-width: 767px) {

	#whoweSec h2 .en,
	#businessSec h2 .en,
	#profileSec h2 .en,
	#accessSec h2 .en,
	#recruitSec h2 .en {
		margin-bottom: 20px;
	}

	#whoweSec h2 .min,
	#businessSec h2 .min,
	#profileSec h2 .min,
	#accessSec h2 .min,
	#recruitSec h2 .min {
		font-size: 2.4rem;
		line-height: 1.2;
	}

}

#whoweSec {
	padding: 150px 0;
}

#whoweSec h2 {
	margin: 0 auto 0 -5vw;
	padding: 100px 5vw 110px;
	width: 45vw;
	background: #f7f7f7;
	box-sizing: border-box;
}

#whoweSec #whoweMain {
	margin: -50px 0 0 auto;
	padding: 40px 50px 46px;
	width: 53vw;
	background: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
	box-sizing: border-box;
}

#whoweSec #whoweMain h3 {
	margin-bottom: 40px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.58;
	letter-spacing: 0.1em;
}

#whoweSec #whoweMain p {
	margin-top: 1.75em;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {

	#whoweSec {
		padding: 150px 0;
	}

	#whoweSec .container {
		padding-left: 0;
		padding-right: 0;
	}

	#whoweSec h2 {
		margin: 0 25px 0 0;
		padding: 50px 25px 75px;
		width: auto;
	}

	#whoweSec #whoweMain {
		margin: -25px 0 0 25px;
		padding: 30px 25px 30px 10px;
		width: auto;
		box-shadow: 0 0 40px rgba(0,0,0,0.05);
	}

	#whoweSec #whoweMain h3 {
		margin-bottom: 30px;
		font-size: 2rem;
		line-height: 1.5;
	}

	#whoweSec #whoweMain p {
		margin-top: 1.86667em;
		font-size: 1.5rem;
		line-height: 1.86667;
	}

}

#businessSec {
	padding: 100px 0 64px;
	background: url("../img/bg_business_p.jpg") no-repeat center center / cover;
	position: relative;
}

#businessSec::before {
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: block;
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
}

#businessSec h2 {
	margin-bottom: 40px;
}

#businessSec #businessMain {
	display: flex;
	gap: 100px;
	color: #fff;
}

#businessSec #businessMain > div {
	flex: 1;
}

#businessSec #businessMain h3 {
	margin-bottom: 45px;
	padding: 20px 0;
	width: 80px;
	border: 1px solid rgba(255,255,255,0.75);
	box-sizing: border-box;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 4rem;
	text-align: center;
	letter-spacing: 0.1em;
}

#businessSec #businessMain h4 {
	margin-bottom: 40px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.58;
	letter-spacing: 0.1em;
}

#businessSec #businessMain p {
	margin-top: 1.75em;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {

	#businessSec {
		padding: 100px 0 0;
		background-image: url("../img/bg_business_s.jpg");
	}

	#businessSec h2 {
		margin-bottom: 45px;
	}

	#businessSec #businessMain {
		flex-direction: column;
	}

	#businessSec #businessMain > div {
		padding: 0 0 100px;
		flex: auto;
	}

	#businessSec #businessMain h4 {
		margin-bottom: 45px;
		font-size: 2rem;
		line-height: 1.7;
		letter-spacing: 0.1em;
	}

	#businessSec #businessMain p {
		margin-top: 1.73em;
		font-size: 1.5rem;
		line-height: 1.73;
	}

}

#profileSec {
	padding: 150px 0;
}

#profileSec h2 {
	margin-bottom: 55px;
}

#profileSec #profileMain {
	display: flex;
	gap: 40px;
}

#profileSec #profileMain > dl {
	border-top: 1px solid #f0f0f0;
	flex: 1;
}

#profileSec #profileMain > dl > div {
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
}

#profileSec #profileMain > dl > div dt {
	color: #999;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.6rem;
	letter-spacing: 0.05em;
}

#profileSec #profileMain > dl > div dd {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

#profileSec #profileMain > dl > div dd p {
	font-size: 1em;
	font-weight: normal;
}

#profileSec #profileMain > dl > div dd ul li {
	padding-left: 1em;
	font-size: 1em;
	font-weight: normal;
	position: relative;
}

#profileSec #profileMain > dl > div dd ul li::before {
	content: "\30FB";
	width: 1em;
	text-align: center;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
}

@media screen and (max-width: 767px) {

	#profileSec {
		padding: 150px 0;
	}

	#profileSec h2 {
		margin-bottom: 45px;
	}

	#profileSec #profileMain {
		display: block;
		gap: 0;
	}

	#profileSec #profileMain > dl {
		border-top: 1px solid #f0f0f0;
		flex: auto;
	}

	#profileSec #profileMain > dl:not(:first-of-type) {
		border-top: none;
	}

	#profileSec #profileMain > dl > div dt {
		font-size: 1.3rem;
		line-height: 2.6rem;
	}

	#profileSec #profileMain > dl > div dd {
		font-size: 1.5rem;
		line-height: 2.8rem;
	}

}

#accessSec {
	padding: 100px 0 260px;
	background: #f7f7f7;
}

#accessSec h2 {
	margin-bottom: 55px;
}

#accessSec #accessMain {
	margin: 0 -10cqw 0 0;
	width: calc(100% + 10cqw);
	height: 600px;
	align-items: stretch;
	display: flex;
}

#accessSec #accessMain figure {
	width: 27%;
	display: block;
	z-index: 1;
	position: relative;
}

#accessSec #accessMain figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

#accessSec #accessMain .txt {
	margin: 80px -40px -80px -40px;
	padding: 100px 80px;
	width: 27%;
	background: #fff;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
}

#accessSec #accessMain .txt p {
	margin-bottom: 1.75em;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

#accessSec #accessMain .map {
	margin: 160px 0 -160px;
	overflow: hidden;
	flex: 1;
	z-index: 3;
	position: relative;
}

#accessSec #accessMain .map iframe {
	width: 100%;
	height: 100%;
	border: none;
}

@media screen and (max-width: 1000px) {

	#accessSec {
		padding: 100px 0;
	}

	#accessSec h2 {
		margin-bottom: 45px;
	}

	#accessSec #accessMain {
		margin: 0;
		width: 100%;
		height: auto;
		display: block;
	}

	#accessSec #accessMain figure {
		margin: 0 auto 0 -25px;
		width: 100%;
		height: 390px;
	}

	#accessSec #accessMain .txt {
		margin: -25px 0 0;
		padding: 55px 10px 27px;
		width: 100%;
	}

	#accessSec #accessMain .txt p {
		margin-bottom: 1.75em;
		font-size: 1.6rem;
		line-height: 1.75;
	}

	#accessSec #accessMain .map {
		margin: -25px -25px 0;
		height: 390px;
		flex: auto;
	}

}

#recruitSec {
	padding: 170px 0 150px;
}

#recruitSec h2 {
	padding: 4px 10vw 66px 0.1cqw;
	background: #fff;
	left: 9.9cqw;
	top: -1px;
	z-index: 2;
	position: absolute;
}

#recruitSec #recruitMain {
	z-index: 1;
	position: relative;
}

#recruitSec #recruitMain figure {
	margin: 0 0 50px;
	width: 100%;
	height: 500px;
	display: block;
	position: relative;
}

#recruitSec #recruitMain figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: 1;
	position: relative;
}

#recruitSec #recruitMain figure figcaption {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
	display: flex;
	gap: 20px;
	right: -50px;
	bottom: 30px;
	z-index: 2;
	position: absolute;
}

#recruitSec #recruitMain figure figcaption span {
	padding: 16px 48px;
	background: #141414;
	display: block;
}

#recruitSec #recruitMain p {
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

#recruitSec #recruitMain ul {
	border: 1px solid #f0f0f0;
	align-items: stretch;
	display: flex;
	position: relative;
}

#recruitSec #recruitMain ul::before {
	content: " ";
	width: 0;
	height: 100%;
	border-right: 1px solid #f0f0f0;
	display: block;
	left: 50%;
	top: 0;
	position: absolute;
}

#recruitSec #recruitMain ul li {
	flex: 1;
}

#recruitSec #recruitMain ul li.email {
	font-size: 2rem;
	font-weight: normal;
	line-height: 3rem;
	text-align: center;
	letter-spacing: 0.1em;
}

#recruitSec #recruitMain ul li.tel {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 3rem;
	text-align: center;
	letter-spacing: 0.1em;
}

#recruitSec #recruitMain ul li a {
	padding: 45px 0;
	color: #141414;
	display: block;
}

@media screen and (max-width: 767px) {

	#recruitSec {
		padding: 150px 0;
	}

	#recruitSec h2 {
		padding: 4px 65px 30px 26px;
		left: 0;
		top: -1px;
	}

	#recruitSec #recruitMain figure {
		margin: 0 -15px 50px;
		width: calc(100% + 30px);
		height: 500px;
	}

	#recruitSec #recruitMain figure figcaption {
		font-size: 1.8rem;
		line-height: 2.8rem;
		text-align: right;
		gap: 20px;
		right: -10px;
		bottom: 30px;
	}

	#recruitSec #recruitMain figure figcaption span {
		padding: 16px 25px;
	}

	#recruitSec #recruitMain p {
		margin-bottom: 50px;
		font-size: 1.5rem;
		line-height: 2.8rem;
	}

	#recruitSec #recruitMain ul {
		display: block;
	}

	#recruitSec #recruitMain ul::before {
		width: 100%;
		height: 0;
		border-top: 1px solid #f0f0f0;
		border-right: none;
		left: 0;
		top: 50%;
	}

	#recruitSec #recruitMain ul li {
		width: 100%;
		flex: none;
	}

}

#contactSec {
	padding: 100px 0;
	background: #141414;
	color: #fff;
}

#contactSec h2 {
	margin-bottom: 60px;
}

#contactSec h2 .en {
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.44;
	letter-spacing: 0.1em;
	display: block;
}

#contactSec h2 .jp {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8rem;
	letter-spacing: 0.05em;
	display: block;
}

#contactSec #contactMain p {
	margin-bottom: 37px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

#contactSec #contactMain ul {
	align-items: stretch;
	display: flex;
	gap: 20px;
}

#contactSec #contactMain ul li {
	flex: 1;
}

#contactSec #contactMain ul li.email {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 4rem;
	text-align: center;
	letter-spacing: 0.1em;
}

#contactSec #contactMain ul li.tel {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 4rem;
	text-align: center;
	letter-spacing: 0.1em;
}

#contactSec #contactMain ul li a {
	padding: 40px 0;
	background: rgba(0,0,0,0.2);
	color: #fff;
	display: block;
	position: relative;
	transition-property: background;
}

#contactSec #contactMain ul li a:hover {
	background: rgba(0,0,0,1);
	opacity: 1;
}

#contactSec #contactMain ul li a span {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2.4rem;
	letter-spacing: 0.05em;
	left: 40px;
	top: 18px;
	position: absolute;
}

@media screen and (max-width: 767px) {

	#contactSec {
		padding: 100px 0;
	}

	#contactSec h2 {
		margin-bottom: 50px;
	}

	#contactSec h2 .en {
		margin-bottom: 10px;
		font-size: 2.4rem;
		line-height: 1.44;
	}

	#contactSec h2 .jp {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	#contactSec #contactMain p {
		margin-bottom: 50px;
		font-size: 1.5rem;
		line-height: 2.8rem;
	}

	#contactSec #contactMain ul {
		flex-direction: column;
		gap: 10px;
	}

	#contactSec #contactMain ul li {
		width: 100%;
		flex: none;
	}

	#contactSec #contactMain ul li.email {
		font-size: 2rem;
	}

	#contactSec #contactMain ul li.tel {
		font-size: 2.4rem;
	}

	#contactSec #contactMain ul li a span {
		left: 10px;
		top: 24px;
	}

}


/*----- flg -----*/

.flgP {
	display: block;
}

.flgS {
	display: none;
}

@media screen and (max-width: 767px) {

	.flgP {
		display: none;
	}

	.flgS {
		display: block;
	}

}

.fade {
	opacity: 0;
	transform: translate(0,40px);
}

.fadeOn {
	opacity: 1;
	transform: translate(0,0);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

