@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	overflow: auto;
}

html,body{
    width: 100%;
}

body {
  color : #000;
	font-family: 'Zen Kaku Gothic Antique','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

@media screen and (min-width: 769px) {
	body{
		overflow: hidden;
		background: url(../img/mv_bg.webp) no-repeat top 172px left calc(50% + 474px)/1141px;
	}
}

@media screen and (max-width: 768px) {
	body{
		background: url(../img/mv_bg.webp) no-repeat top 211px right -154px/328px;
	}
}

.ipad{
	min-width: 1200px;
}

a,
a img{
	text-decoration: none;
	transition: 0.3s ease-out;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/*ヘッダー
--------------------------------------------------*/
.header{
	position: relative;
	padding-top: 126px;
}

.floating__nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 126px;
	background: #fff;
	min-width: 1150px;
}

.header__logo{
	position: absolute;
	top: 35px;
	left: 54px;
	z-index: 310;
	width: 195px;
}

.header__logo img{
	width: 100%;
}

.header__nav{
	position: absolute;
	top: 0;
	right: 0; 
}

.nav__index{
	position: absolute;
	top: 0;
	right: 272px;
	width: auto;
	display: flex;
	flex-direction: row;
}

.nav__item{
	padding-left: 48px;
	white-space:nowrap;
	height: 126px;
	display: flex;
	align-items: center;
}

.nav__item:first-child{
	padding-left: 0;
}

.nav__item a{
	font-family: 'Zen Maru Gothic';
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #1a1311;
}

.nav__btn{
	position: absolute;
	top: 29px;
	right: 31px;
	width: 198px;
}

.nav__btn a{
	display: block;
	line-height: 66px;
	border-radius: 33px;
	background: #FFD600;
	text-align: center;
	font-family: 'Zen Maru Gothic';
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #1a1311;
}

@media screen and (min-width: 769px) {
	.header__logo a:hover,
	.nav__item a:hover,
	.nav__btn a:hover{
		opacity: .6;
	}

	/*固定化*/
	.is-fixed{
		position: fixed;
		z-index: 500;
		height: 70px;
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}

	.is-fixed .header__logo{
		top: 10px;
		width: 174px;
	}

	.is-fixed .nav__item{
		height: 70px;
	}

	.is-fixed .nav__btn{
		top: 10px;
	}

	.is-fixed .nav__btn a{
		line-height: 50px;
	}
}

@media screen and (max-width: 768px) {
	.header{
		padding-top: 62px;
	}

	.floating__nav{
		height: 62px;
		min-width: auto;
	}

	.header__logo{
		top: 13px;
		left: 20px;
		width: 109px;
	}

	.header__logo a:hover{
		opacity: 1;
	}

	.header__nav{
		display: none;
	}
}

/*メインビジュアル
--------------------------------------------------*/
.mainvisual{
	position: relative;
	width: 100%;
	z-index: 200;
}

.mainvisual:before{
	content: '';
	display: block;
	padding-top: 46.75%;
}

.mv__ph{
	background: url(../img/mv_pc.webp) no-repeat 0 0 / 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 91.625%;
	padding-top: 46.75%;
	position: absolute;
	top: 0;
	left: 4.1875%;
	z-index: 220;
}

@media screen and (max-width: 768px) {
	.mainvisual:before{
		padding-top: 148%;
	}
	
	.mv__ph{
		background-image: url(../img/mv_sp.webp);
		width: 89.333%;
		padding-top: 148%;
		left: 5.333%;
	}
}

/*SPナビ
--------------------------------------------------*/
/*ハンバーガー SP*/
@media screen and (max-width: 768px) {
	.hamburger{
		position: fixed;
		right: 20px;
    top: 20px;
    width: 30px;
    height: 15px;
		z-index: 700;
	}
	
	.hamburger__inner{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.hamburger__line{
		background: #1A1311;
		display: block;
		height: 1px;
		position: absolute;
		transition: 0.3s ease-out;
		width: 100%;
	}

	.hamburger__line--c{
		top: 7px;
	}

	.hamburger__line--b{
		bottom: 0px;
		}

	.hamburger__line--t.nav--active{
		top: 7px;
		transform: rotate(45deg);
		background: #fff;
	}

	.hamburger__line--c.nav--active{
		transform:scaleX(0);
	}

	.hamburger__line--b.nav--active{
		top: 7px;
		transform: rotate(135deg);
		background: #fff;
	}
}

/*ナビ*/
.sp-nav{
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 600;
	top: 0;
	left: 0;
}

.sp-nav__container{
	align-items:center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.sp-nav__index {
	width: 200px;
	margin: 0 auto 30px auto;
}

.sp-nav__item{
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.sp-nav__item:last-child{
	border: none;
}

.sp-nav__item a{
	font-family: 'Zen Maru Gothic';
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1;
	color : #fff;
}

.sp-nav__btn{
	width: 200px;
}

.sp-nav__btn a{
	display: block;
	line-height: 66px;
	border-radius: 33px;
	background: #FFD600;
	text-align: center;
	font-family: 'Zen Maru Gothic';
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #1a1311;
}

/*改行
--------------------------------------------------*/
.pc--hidden{
	display: none;
}

.sp--hidden{
	display: block;
}

@media screen and (max-width: 768px) {
	.pc--hidden{
		display: block;
	}
	
	.sp--hidden{
		display: none;
	}
}

/*見出し
--------------------------------------------------*/
.content__heading--en{
	display: block;
	line-height: 0;
	margin-bottom: 33px;
}

.content__heading--ja{
	display: block;
	font-family: 'Zen Maru Gothic';
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0.12em;
	line-height: 1;
	color: #224073;	
}

@media screen and (max-width: 768px) {
	.content__heading--en{
		margin-bottom: 15px;
	}
	
	.content__heading--ja{
		font-size: 18px;
	}
}

/*about us
--------------------------------------------------*/
.aboutus{
	padding: 195px 0 84px 0;
}

.aboutus__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.aboutus__container::before{
	content: '';
	display: block;
	background: url(../img/aboutus_bg.webp) no-repeat 0 0/100%;
	width: 995px;
	height: 893px;
	position: absolute;
	top: -523px;
	left: -709px;
	z-index: 100;
}

.aboutus__heading{
	margin-bottom: 49px;
	text-align: center;
}

.aboutus__heading .content__heading--en img{
	width: 490px;
}

.aboutus__txt__area{
	width: 713px;
	margin: 0 auto;
}

.aboutus__txt{
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.222;
	margin-bottom: 2.22em;
}

@media screen and (max-width: 768px) {
	.aboutus{
		padding: 50px 0 0 0;
	}
	
	.aboutus__container{
		width: auto;
		padding: 0 20px;
	}
	
	.aboutus__container::before{
		width: 324px;
		height: 290px;
		top: -170px;
		left: -133px;
	}
	
	.aboutus__heading{
		margin-bottom: 20px;
	}
	
	.aboutus__heading .content__heading--en img{
		width: 196px;
	}
	
	.aboutus__txt__area{
		width: 100%;
		margin: 0 auto;
	}
	
	.aboutus__txt{
		font-size: 16px;
		line-height: 2;
		margin-bottom: 2em;
	}
}

/*job introduction
--------------------------------------------------*/
.job{
	background: url(../img/job_bg_t.webp) repeat-y 50% 0;
	padding-top: 121px;
}

.job__container{
	background:
	url(../img/content_bg_01.webp) no-repeat bottom -304px left calc(50% - 571px)/1141px,
  url(../img/job_bg_b.webp) no-repeat 50% 100%;
	padding-bottom: 104px;
}

.job__heading{
	width: 980px;
	margin: 0 auto 65px auto;
}

.job__heading .content__heading--en img{
	width: 702px;
}

.job__inner{
	width: 980px;
	height: 1013px;
	border-radius: 30px;
	background: #fff;
	margin: 0 auto;
	position: relative;
}

.job__inner::before{
	content: '';
	display: block;
	background: url(../img/content_bg_02.webp) no-repeat 0 0/100%;
	width: 974px;
	height: 687px;
	position: absolute;
	top: -770px;
	right: -867px;
}

/*tab*/
.tab__list{
	width: 162px;
	position: absolute;
	top: 56px;
	left: 51px;
}

.tab__item{
	width: 162px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #fdd603;
	font-family: 'Zen Maru Gothic';
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.12em;
	color: #fdd603;
	cursor: pointer;
	margin-bottom: 14px;
	transition: 0.3s ease-out;
}

.tab__item:hover,
.tab__item.tab--active{
	background: #FE663F;
	border-color: #FE663F;
	color: #fff;
}

.tab__block {
	display: none;
}

.tab__block.tab--active {
	display: block;
}

.switched__area{
	width: 643px;
	margin-left: 270px;
	padding-top: 61px;
	box-sizing: border-box;
}

.job_ph{
	line-height: 0;
	margin-bottom: 22px;
}

.job__txt{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.125;
	margin-bottom: 35px;
}

.job__btn{
	width: 381px;
	margin: 0 auto 77px auto;
}

.job__btn a{
	display: flex;
	width: 100%;
	height: 66px;
	border-radius: 33px;
	background: #19a7d8 url(../img/job_arrow.svg) no-repeat top 50% right 27px;
	align-items: center;
	justify-content: center;
	font-family: 'Zen Maru Gothic';
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
}

.workers{
	padding: 60px 0 0 71px;
	height: 190px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff9d9 url(../img/job_img_01.webp) no-repeat top 36px right 40px/204px;
	position: relative;
}

.workers-2{
	background-image: url(../img/job_img_02.webp);
}

.workers-3{
	background-image: url(../img/job_img_03.webp);
}

.workers-4{
	background-image: url(../img/job_img_04.webp);
}

.workers-5{
	background-image: url(../img/job_img_05.webp);
}

.workers-6{
	background-image: url(../img/job_img_06.webp);
}

.job_workers__hd{
	width: 165px;
	position: absolute;
	top: -37px;
	left: -28px;
}

.job_workers__hd img{
	width: 100%;
}

.job_workers__txt{
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
}

.job_workers__txt span{
	border-bottom: 2px solid #FDD603;
}

@media screen and (max-width: 768px) {
	.job{
		background: url(../img/job_bg_sp.svg) repeat-x bottom 0 left 0;
		padding-top: 50px;
		padding: 50px 20px 0 0;
	}
	
	.job__container{
		background:
		url(../img/content_bg_01.webp) no-repeat bottom -152px left -164px/328px,
		#FED502;
		border-radius: 0px 20px 20px 0;
		padding: 30px 20px 20px 20px;
	}
	
	.job__heading{
		width: auto;
		margin-bottom: 20px;
	}
	
	.job__heading .content__heading--en img{
		width: 280px;
	}
	
	.job__inner{
		width: 100%;
		height: auto;
		border-radius: 10px;
		padding: 20px;
	}
	
	.job__inner::before{
		background-size: 292px;
		width: 92px;
		height: 206px;
		top: -270px;
		right: -40px;
	}
	
	/*tab*/
	.tab__list{
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		top: auto;
		left: auto;
	}
	
	.tab__item{
		width: 32%;
		height: 40px;
		font-size: 12px;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	
	.switched__area{
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	
	.job_ph{
		margin-bottom: 10px;
	}

	.job_ph img{
		width: 100%;
	}
	
	.job__txt{
		font-size: 15px;
		line-height: 2;
		margin-bottom: 20px;
	}
	
	.job__btn{
		width: 250px;
		margin-bottom: 60px;
	}
	
	.job__btn a{
		display: flex;
		height: 55px;
		background: #19a7d8 url(../img/job_arrow.svg) no-repeat top 50% right 15px;
		font-size: 16px;
		line-height: 1.2;
	}
	
	.workers{
		padding: 30px 20px 130px 20px;
		height: auto;
		border-radius: 5px;
		background-size: 150px;
		background-position: bottom 20px left 50%;
	}
	
	
	.job_workers__hd{
		width: 120px;
		top: -50px;
		left: 10px;
	}

	.job_workers__txt{
		font-size: 14px;
		line-height: 2;
	}
	
	.job_workers__txt span{
		border-bottom: 2px solid #FDD603;
	}
}

/*features
--------------------------------------------------*/
.features{
	background:
	 url(../img/content_bg_01.webp) no-repeat top -836px left calc(50% - 571px)/1141px,
	 url(../img/features_bg.webp) no-repeat bottom 0 left 50%,
	 #FFF9D9;

	padding: 124px 0 543px 0;
}

.features__container{
	width: 980px;
	margin: 0 auto;
}

.features__heading{
	margin-bottom: 68px;
	text-align: center;
}

.features__heading .content__heading--en img{
	width: 481px;
}

.features__list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.features__item{
	width: 300px;
	height: 570px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
}

.features__img{
	line-height: 0;
	width: 200px;
	margin: 0 auto 25px auto;
	padding-top: 45px;
}

.features__img img{
	width: 100%;
}

.features__txt-1{
	font-family: 'Zen Maru Gothic';
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.12em;
	line-height: 1.333;
	text-align: center;
	color: #224073;
	margin-bottom: 28px;
}

.features__txt-2{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.125;
	margin: 0 30px 0 24px;
}

@media screen and (max-width: 768px) {
	.features{
		background:
		 url(../img/content_bg_01.webp) no-repeat top -177px left -164px/328px,
		 url(../img/features_bg.webp) no-repeat bottom 0 left 45%/auto 300px,
		 #FFF9D9;
		padding: 50px 0 120px 0;
	}
	
	.features__container{
		width: auto;
		padding: 0 20px;
	}
	
	.features__heading{
		margin-bottom: 30px;
	}
	
	.features__heading .content__heading--en img{
		width: 192px;
	}
	
	.features__list{
		display: block;
		width: 280px;
		margin: 0 auto;
	}
	
	.features__item{
		width: 100%;
		height: auto;
		padding-bottom: 30px;
		border-radius: 20px;
		box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16);
		margin-bottom: 30px;
	}
	
	.features__img{
		width: 150px;
		margin: 0 auto 20px auto;
		padding-top: 30px;
	}

	.features__txt-1{
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.features__txt-2{
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 2;
		margin: 0 20px;
	}
}

/*QA
--------------------------------------------------*/
.qa{
	margin-top: -422px;
	padding-bottom: 120px;
	background:
	url(../img/content_bg_01.webp) no-repeat bottom -358px left calc(50% + 476px)/1141px
}

.qa__container{
	background:
	url(../img/content_bg_01.webp) no-repeat bottom -478px left calc(50% + 476px)/1141px,
	 url(../img/qa_bg_t.webp) no-repeat top 0 left 50%,
	 url(../img/qa_bg_b.webp) no-repeat bottom 0 left 50%,
	 url(../img/qa_bg_m.webp) repeat-y top 0 left 50%;
	padding: 131px 0 77px 0;
}

.qa__inner{
	width: 980px;
	margin: 0 auto;
}

.qa__heading{
	text-align: center;
	margin-bottom: 68px;
}

.qa__heading .content__heading--en img{
	width: 221px;
}

.qa-block{
	cursor: pointer;
	margin-bottom: 25px;
}

.qa__txt__q{
	position: relative;
	padding: 10px 60px 10px 90px;
	box-sizing: border-box;
	min-height: 80px;
	border-radius: 10px;
	background: #19a7d8 url(../img/qa_icon_q.svg) no-repeat top 50% left 34px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.888;
	color: #fff;	
	display: flex;
	align-items: center;
}

.qa__txt__q:after{
	content: '';
	display: block;
	background:url(../img/qa_icon_open.svg) no-repeat 0 0/100%;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 28px;
	margin-top: -6px;
}

.qa-block--active .qa__txt__q:after{
	background-image: url(../img/qa_icon_close.svg);
}

.qa__txt__a{
	border-radius: 10px;
	background: #fff;
	padding: 22px 46px 24px 47px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.125;
	margin-top: 8px;
	display: none;
}

@media screen and (max-width: 768px) {
	.qa{
		margin-top: -100px;
		padding-bottom: 50px;
		background:
		url(../img/content_bg_01.webp) no-repeat bottom -129px right -80px/328px;
		padding-left: 20px;
	}
	
	.qa__container{
		background:
		url(../img/content_bg_01.webp) no-repeat bottom -179px right -80px/328px,
		#FED502;
		padding: 30px 0 20px 0;
		border-radius: 20px 0px 0px 20px;
	}
	
	.qa__inner{
		width: auto;
		padding: 0 20px;
	}
	
	.qa__heading{
		margin-bottom: 30px;
	}
	
	.qa__heading .content__heading--en img{
		width: 88px;
	}
	
	.qa-block{
		margin-bottom: 20px;
	}
	
	.qa__txt__q{
		padding: 10px 35px 10px 33px;
		box-sizing: border-box;
		min-height: 50px;
		border-radius: 5px;
		background: #19a7d8 url(../img/qa_icon_q.svg) no-repeat top 50% left 10px / 16px;
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 1.4;
	}
	
	.qa__txt__q:after{
		right: 15px;
	}
	
	.qa__txt__a{
		border-radius: 10px;
		background: #fff;
		padding: 20px;
		font-size: 14px;
		line-height: 2;
		margin-top: 8px;
	}
}

/*entry
--------------------------------------------------*/
.footEntry{
	background: url(../img/entry_bg.webp) no-repeat 50% 0/cover;
	height: 500px;
	padding-top: 147px;
	box-sizing: border-box;
}

.footEntry__txt{
	text-align: center;
	line-height: 0;
	margin: 0 60px 46px 0;
}

.footEntry__btn{
	width: 470px;
	margin: 0 auto;
	background: #fff;
	border-radius: 40px;
}

.footEntry__btn a{
	display: block;
	line-height: 80px;
	border-radius: 40px;
	background: #FDD603 url(../img/entry_arrow.svg) no-repeat top 50% right 28px;
	font-family: 'Zen Maru Gothic';
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #000;
}

.footEntry__btn a:hover{
	opacity: .5;
}

@media screen and (max-width: 768px) {
	.footEntry{
		height: auto;
		padding: 50px 0;
	}
	
	.footEntry__txt{
		margin: 0 0 30px 0;
	}

	.footEntry__txt img{
		width: 300px;
	}
	
	.footEntry__btn{
		width: 250px;
		background: transparent;
	}
	
	.footEntry__btn a{
		line-height: 60px;
		background: #FDD603 url(../img/entry_arrow.svg) no-repeat top 50% right 20px;
		font-size: 16px;
	}
	
	.footEntry__btn a:hover{
		opacity: 1;
	}
}

/*ページトップ
--------------------------------------------------*/
.floating__block{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 300;
}

.pg-top{
	position: fixed;
	display: none;
	bottom: 92px;
	right: 27px;
	z-index: 300;
	width: 46px;
}

.pg-top a{
	display: block;
	background: url(../img/gotop.svg) no-repeat 0 0/100%;
	width: 100%;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (min-width: 769px) {
	.pg-top a:hover{
		opacity: .5;
	}
}

@media screen and (max-width: 768px) {
	.floating__block{
		position: sticky;
		width: 100%;
	}

	.pg-top{
		position: sticky;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	
	.pg-top a{
		position: absolute;
		bottom: 30px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
}

/*フッター
--------------------------------------------------*/
.footer p,
.footer a{
	color: #fff;
}

.footer{
	background: #224073;
}

.footer__container{
	padding: 29px 27px 27px 27px;
	position: relative;
}

.foot__logo{
	position: absolute;
	top: 19px;
	left: 45px;
	width: 140px;
}

.foot__logo img{
	width: 100%;
}

.footerLink__list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.footerLink__item{
	font-family: 'Noto Sans JP';
	font-size: 14px;
	line-height: 1;
}

.footerLink__item:before{
	content: '｜';
	font-family: 'Noto Sans JP';
	font-size: 14px;
	line-height: 1;
	margin: 0 28px;
	color: #fff;
}

.footerLink__item:first-child:before{
	display: none;
}

.copyright{
	font-family: 'Noto Sans JP';
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 29px;
	right: 27px;
}

.footerLink__item a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.footer__container{
		padding: 20px 0;
		text-align: center;
	}
	
	.foot__logo{
		position: relative;
		top: auto;
		left: auto;
		width: 80px;
		margin: 0 auto 10px auto;
	}
	
	.foot__logo img{
		width: 100%;
	}
	
	.footerLink__list{
		margin: 0 0 15px 0;
	}
	
	.footerLink__item{
		font-size: 12px;
		line-height: 2;
		white-space: nowrap;
	}
	
	.footerLink__item:before{
		font-size: 12px;
		line-height: 2;
		margin: 0 5px;
	}
	
	.footerLink__item:first-child:before{
		display: none;
	}
	
	.copyright{
		font-size: 10px;
		position: relative;
		top: auto;
		right: auto;
	}
}