@charset "utf-8";
/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");
/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');
/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("inview.css");
/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	height: 100%;
	font-size: 13px;	
}
body {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
	-webkit-text-size-adjust: none;
	color: #000;	
	line-height: 2;	
	letter-spacing:  0.1em;	
	overflow-x: hidden;
}
/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}
/*table全般の設定*/
table {border-collapse:collapse;}
/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
/*videoタグ*/
video {max-width: 100%;
	width: 100%;
    height: 700px;
		object-fit: cover;}
/*iframeタグ*/
iframe {width: 100%;
}
a {
	color: #fff;	
	transition: 0.3s;
}
/*containerブロック
---------------------------------------------------------------------------*/
#container {
	height: 100%;
	max-width: 1920px;			
	margin: 0 auto;
	display: flex;			
	flex-direction: column;			
	justify-content: space-between;	
}
/*menubarブロック初期設定
---------------------------------------------------------------------------*/
#menubar ul {list-style: none;margin: 0;padding: 0;}
/*メニューを非表示にしておく*/
#menubar {display: none;}
/*開閉用のスタイル*/
#menubar.db {display: block;}
#menubar.dn {display: none;}
/*メニュー１個あたりの設定*/
#menubar a {
	display: block;text-decoration: none;
	text-align: center;
	padding: 14px 0;
	font-size: 11px;
}
/*メニューブロック設定*/
.s #menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 70px 0;	
	background: rgba(0,0,0,0.8);		
	animation: animation1 0.7s both;	/*animation.cssの、animation1を実行する。0.2sは0.2秒の事。*/
	text-align: center;
}
/*メニュー１個あたりの設定*/
.s #menubar.db a {
	display: block;text-decoration: none;
	text-align: center;		
	padding: 20px;	
}
/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンを非表示にしておく*/
#menubar .ddmenu_parent ul {
	display: none;
}
/*ドロップダウンメニューの親のリンク先が空なので、カーソルをデフォルトにしておく。*/
a.ddmenu {
	cursor: default;
}
/*ドロップダウンメニューを持つ親に矢印アイコンをつける設定*/
a.ddmenu::before {
	font-family: "Font Awesome 5 Free";	
	content: "\f150";	
	font-weight: bold;	
	margin-right: 0.5em;	
	opacity: 0.6;		
}
@media  (max-width:768px) {
/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*開閉用のスタイル*/
#menubar_hdr.db {display: flex;}
/*３本バーを囲むブロック*/
#menubar_hdr {
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 2.5%;	
	top: -2px;
	padding: 18px 15px;
	width: 50px;
	height: 47px;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;	
	transform: scale(1.2);			/*元々準備していたサイズの1.2倍にしました。お好みでサイズ調整して下さい。*/
}
/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-top: 1px solid #fff;	/*線の幅、線種、色*/
}
/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 26px;						/*バーの幅*/
}
/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(1px, 2px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}
/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(6px, -7px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}
/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}
}
/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {	
	flex: 1;
}
/*mainブロック内のh2タグ*/
main h2 {
	margin: 0;
	margin-bottom: 2em;	
	margin-top: 2em;	
	position: relative;	
	letter-spacing: 0.1em;	
}
/*2カラムの場合
---------------------------------------------------------------------------*/
/*2カラム（.mainと.sub）を囲むブロック*/
.c2 {
	display: flex;		
	flex-direction: column;
	padding: 5%;	
}
/*.mainのsectionのpaddingを一旦リセット*/
.main section {
	padding: 0;
	z-index: 100;
}
/*１つ目以外のsectionの上部に空ける余白。section同士の上下間にとる余白です。*/
.main section:not(:nth-of-type(1)) {
	padding-top: 5%;
}
/*main（※頭にドット「.」のない「main」とは全く異なります。）*/
.main {
	order: 2;	/*表示させる順番。数字が小さい方が最初に表示されます。*/
}
/*sub*/
.sub {
	order: 1;	/*表示させる順番。数字が小さい方が最初に表示されます。*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}
footer {
	font-size: 0.7rem;		/*文字サイズ*/
	text-align: center;		/*内容をセンタリング*/
	background: #000;	/*背景色*/
}
/*リンクテキスト*/
footer a {text-decoration: none;}
/*著作部分*/
.pr { 
	display: block;
font-size: 10px;
}
footer img {
	width: 150px;
}
/*copyrightと著作部分*/
.copy {padding: 1%;}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#footermenu {
	margin: 0;
	padding: 1%;		/*ブロック内の余白*/
}
/*メニュー１個あたり*/
#footermenu li {
	display: inline-block;	/*横並びにする*/
	padding: 0 10px;		/*上下、左右への余白*/
	font-size: 1.2em;		/*文字サイズ*/
}
/*btnの設定
---------------------------------------------------------------------------*/
p.btn {margin: 0;}
.btn {
	text-align: center;	/*内容をセンタリング*/
}
/*ボタン*/
.btn a,
.btn input {
	display: inline-block;text-decoration: none;border: none;
	font-size: 1em;
	color: #eee;			
	letter-spacing: 0.1em;	
	transition: 0.3s;		
	padding: 1em 2em;		
	margin: 0 auto 30px;
}
/*ボタンのマウスオン時*/
.btn a:hover,
.btn input:hover {
	cursor: pointer;		
	opacity: 1;
	filter: brightness(1.2);
	transform: scale(1.02);	
}
/*listブロック内のボタン*/
.list .btn a {
	margin: 0;
}
/* お問い合わせ */
.co {
	width: 80%;
	margin: 0 auto 30px;		
}
.co h2 {
	font-size: 18px;
}
.co h2,.co p {
	text-align: center;
}
.co p {
	font-size: 14px;
}
/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #00b1d4 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 100%;display: block;
	padding: 12px;
margin-bottom: 40px;}
.wl {width: 100%;display: block;
	padding: 12px;margin-bottom: 40px;}
.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #666; color: #fff; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.look .color-check {color: #ffcc00 !important;}
.small {font-size: 0.6em;}
.pc {display: none;}

@media screen and (min-width:800px) {
/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 15px;	/*基準となるフォントサイズの上書き*/
}
/*menubarブロック設定
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar ul {
	margin: 0;
	display: flex;
	justify-content: space-around;
	line-height: 1.6;	
}
/*メニュー１個あたりの設定*/
#menubar ul li {
	flex: 1;
}
#menubar ul .w_frame {
	border: 1px solid #fff;
}
/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
#menubar .ddmenu_parent{
	position: relative;	/*ddmenu ulの幅となる基準を作っておく*/
}
/*ドロップダウンメニューブロック全体*/
#menubar .ddmenu_parent ul {
	position: absolute;			/*絶対配置するための指定*/
	z-index: 100;
	width: 100%;			
}
#menubar.db {display: block;}
/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}
/*2カラムの場合
---------------------------------------------------------------------------*/
/*2カラム（.mainと.sub）を囲むブロック*/
.c2 {
	flex-direction: row;		
	justify-content: space-between;	
}
/*main（※頭にドット「.」のない「main」とは全く異なります。）*/
.main {
	width: calc(100% - 250px);	
}
/*listブロック
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	/*justify-content: space-between;	並びかたの種類の指定*/
}
.list_between {
	justify-content: space-between;
}
.list_aro {
	justify-content: space-around;
}
.list_center {
	justify-content: center;
}
/*１個あたりのボックス設定*/
.list_1 {
	flex-direction: column;			
	width: 32%;		
}
.list_2 {
	flex-direction: column;
	width: 50%;			
}
.list_3 {
	flex-direction: column;			
	width: 27%;		
	margin-bottom: 60px;
}
.list_4 {
	flex-direction: column;			
	width: 23%;		
	margin: 0 auto;
}
.left_side:after {
	display: block;
	content:"";
	width: 27%;		
}

/*その他
---------------------------------------------------------------------------*/
.sh {display: none;}
.pc {display: block;}
/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}

.header_position {
	position: fixed;
	z-index: 100;
	width: 100%;
	padding: 1rem 3rem;
}
.fv{
	position: relative;
}
#mainimg video {
		width: 100%;
    vertical-align: bottom;
}
.ab_bk {
	position: relative;
  z-index: 1;
	background-image: url(../img/ab_bk.jpg);
  background-position: center;
  background-size: cover;
}
.slide {
	position: relative;
}
.slide::after,
.ab_bk::after,
.se_bk1::after,
.se_bk2::after,
.se_bk3::after,
.se_bk4::after
 {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}
.se_bk1 {
	background-image: url(../img/se_we.jpg);
}
.se_bk2 {
	background-image: url(../img/se_pro.jpg);
}
.se_bk3 {
	background-image: url(../img/se_dor.jpg);
}
.se_bk4 {
	background-image: url(../img/se_web.jpg);
}
.se_bk1,
.se_bk2,
.se_bk3,
.se_bk4 {
	position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_ab h2,
.top_ab p,
.btn_more {
	position: relative;
	z-index: 100;
	color: #fff;
}
.top_ab h2 {
	font-size: 20px;
}
.top_ab p {
	font-size: 12px;
}
.btn_more {
	border: 1px solid #fff;
	width: 200px;
	padding: 5px;
	text-align: center;
}
.btn_more a {
	 text-decoration: none;
	 font-size: 13px;
}
.sec_padding {
	padding: 3% 5%;	
}
.se_title {
position: relative;
z-index: 100;
}
.se_title h3 {
	color: #fff;
	font-size: 14px;
}
a {
	text-decoration: none;
}
.in_title {
	display: flex;
	align-items: center;
}
.in_title h4 {
	font-size: 20px;
}
.in_title h5 {
	margin-left: 13px;
}
.bk {
	border: 1px solid #000;
}
.bk a {
	color: #000;
}
.in_space {
	display: flex;
	justify-content: center;
	align-items: center;
}
.in_height {
	height: 250px;
}
.top_title {
margin: 0 auto ;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.top_title h1 {
	color: #fff;
	position: fixed;
}
.top_title h2 {
	color: #000;
}
#mainimg img {
	z-index: 0;
} 
/* 下線 */
.video_vertical {
	width: 12.4166vw;
	transform: rotate(90deg);
	border: none;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 48%;
	left: calc(50% - 7.20833vw);
}
/* 上部の画像部分 */
/* .fv {
	height: 100vh;
 } */
 .slide1, .slide2, .slide3, .slide4 ,.slide5 ,.slide6 {
	background-position: center;
	background-size: cover;
	height: 40rem; 
}
.slide1 {
	background-image: url(../img/top_we.jpg);
	background-position: bottom;
}
 .slide2 {
	 background-image: url(../img/se_pro.jpg);
 }
 .slide3 {
	 background-image: url(../img/ab_bk.jpg);
 }
 .slide4 {
	background-image: url(../img/top_se.jpg);
}
.slide5 {
	background-image: url(../img/se_dor.jpg);
}
.slide6 {
	background-image: url(../img/se_web.jpg);
}
.slide7 {
	background-image: url(../img/se_web.jpg);
}
 .fix-it {
		background-attachment: fixed;
 }
/* フッター固定 */
 .footerFixed{
	min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
	position: relative;/* ←相対位置 */
	padding-bottom: 60px; /* ←フッターの高さを指定 */
	box-sizing: border-box;
	/* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}
footer{
	width: 100%;
}
h1 {
	margin: 0;
	letter-spacing: 0.1em;	
}
/*========= スクロールダウンのためのCSS ===============*/
/*スクロールダウン全体の場所*/
.scrolldown1{
	/*描画位置※位置は適宜調整してください*/
position:absolute;
left:50%;
bottom: 25px;
	/*全体の高さ*/
height:50px;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
	/*描画位置*/
position: absolute;
left:-15px;
top: -15px;
	/*テキストの形状*/
color: #fff;
font-size: 0.7rem;
letter-spacing: 0.1em;
}
/* 線の描写 */
.scrolldown1::after{
content: "";
	/*描画位置*/
position: absolute;
top: 0;
	/*線の形状*/
width: 1.2px;
height: 50px;
background: #fff;
	/*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 2.5s ease-in-out infinite;
opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
	height:0;
	top:0;
	opacity: 0;
}
30%{
	height:30px;
	opacity: 1;
}
100%{
	height:0;
	top:50px;
	opacity: 0;
}
}
#headers{
  width:100%;
  position: relative;
} 
#headers:before{
  content: '';
  position:fixed;
  top:0;
  left:0;
}
.back_text {
  position: relative;
  z-index:1;
}
.back_white {
	background-color: #fff;
}
	.prof h4 {
		font-size: 23px;
    margin: 0;
	}
	.prof h5 {
		font-size: 12px;
    margin: 0;
	}
	.prof p {
		font-size: 13px;
    margin: 30px 30px 0 0;		
	}

	.box {
		cursor: pointer;
		overflow: hidden;
		width: 100%;
	}
	.box_bg {
		transition: transform .8s ease;
	}
	.box:hover .box_bg {
		transform: scale(1.4);
	}
	.list_1 .text {
		text-align: center;
	}
	.list_1 .text h3 {
		font-size: 14px;
		margin: 0;
		padding: 3px 0;
	}
	.list_1 .text h4 {
		font-size: 22px;
		margin: 10px 0;
	}
	.list_1 .text li,
	.atte li {
		font-size: 12px;
	}
	.list_1 .text ul {
		background: #F4F4F4;
		padding: 20px;
	}
	.me_box {
		border: 1px solid #000;
		padding: 30px;
	}
	.fu_box {
		border: 1px solid #000;
		padding: 10px;
	}
	li {
		list-style: none;
	}
	.atte {
		margin: 30px 0;
	}
	.atte ul {
		padding-left: 0;
	}
	.wrap hr {
    position: absolute;
    z-index: -1;
    border: none;
    height: 1px;
    background-color: #000;
	}
	.upper {
		top: 16.854167vw;
    width: 80%;
}
hr.sider {
	width: 10vw;
	top: 14.7135417vw;
	transform: rotate(90deg);
	right: 6.71875vw;
}
.under {
	bottom: 4.6875vw;
}
.fu_text h3 {
	background: #F4F4F4;
	width: 75px;
	padding: 0 10px;
	font-size: 13px;
}
.fu_text h4 {
	font-size: 18px;
	margin:  0;
}
.fu_text p {
	font-size: 13px;
	padding: 10px 0;
	margin:  0;
}
.z_hr {
	z-index: 2;
}
.cancel {
	margin: 0 auto;
	font-size: 13px;
	display: flex;
	justify-content: center;
}
.cancel ul {
	padding-left: 0;
	margin-bottom: 2em;
}
.cancel h2 {
	margin-bottom: 0.5em;
}
.f_bottom  {
	padding-bottom: 5%;
}
.do_box {
	border: 1px solid #000;
}
.do_title {
	width: 100%;
}
.do_title p {
	text-align: center;
	font-size: 16px;
}
.list_padding {
	padding: 10px 20px;
}
.su_btn {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.su_btn input,
.su_btn button,
.su_btn a {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	padding: 10px;
	width: 200px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
}
.confirm h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.comple p {
	text-align: center;
}
.su_btn input, button, a {
	cursor: pointer;
} 
.comple {
	padding: 6% 5%;
}
.list_1 .text p {
	font-size: 12px;
}
.slide3 .btn_more {
	margin-top: 50px;
}
.index h1 {
	top: 25rem;
	font-size: 13px;
}
	/* スクロールしたらヘッダデザイン変更 */
	.header_position.headerColorScroll nav a {
		color: #000;
		transition: color 0.4s ease-out;
	}
	.header_position.headerColorScroll #menubar ul .w_frame,
	.header_position.headerColorScroll #menubar_hdr span {
		border: 1px solid #000;
	}
	.header_position.headerColorScroll {
		background-color: #fff;
		opacity: 0.5;
	}
	/* ロゴ部分 */
.header-logo {
  height: auto;
  width: 135px;
}
.header-logo.headerLogoScroll.-before {
  display : none;
}
.header-logo.-after {
  display : none;
}
.header-logo.headerLogoScroll.-after {
  display : block;
}
.fixed {
	position: fixed;
}
.list_4 img {
	width: 220px;
}
.part h4, .part h5 {
	margin: 0;
}

/* PC画面ブレイクポイント */
@media  (min-width:800px) {
.he_center {
	align-items: center;
}
.prof img {
	max-width: 80%;
	}
	.mo_top {
		display: none;
	}
	.top_ab p {
		line-height: 3;
	}
}
/* スマホ画面ブレイクポイント */
	@media  (max-width:799px) {
		.pc_top {
			display: none;
		}
		.top_title h1 {
			top: 40%;
		}
		.prof p {
			margin: 30px 0 0 0;
			padding-bottom: 3%;
		}
		.me_margin {
			margin: 10px 0;
		}
		/* フローの線 */
		.flow hr.var {
				position: absolute;
				top: 129vw;
				left: -38vw;
				transform: rotate(90deg);
				width: 176vw;
				height: 1px;
				border: 0;
				background-color: #707070;
		}
		.pc {
			display: none;
	}
	.list_3 {
		margin-bottom: 15px;
	}
	.header_position {
		padding: 0;
	}
	.in_title {
		display: block;
		text-align: center;
	}
	.in_title h4,.in_title h5 {
		margin: 0;
	}
	.in_height {
		padding: 45px;
	}
	.in_height .btn_more {
		margin-top: 30px;
	}
	.slide3 .btn_more {
		margin-top: 2rem;
	}
	.top_ab h2 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.se_bk1, .se_bk2, .se_bk3, .se_bk4 {
		height: 250px;
	}
	.prof h4 {
		margin-top: 1.5rem;
	}
	.prof img {
		margin: 2rem 0;
		}
		.header-logo {
			width: 100px;
		}
		footer img {
			width: 100px;
			margin: 4px 0;
		}
		.k_space {
			margin-top: 30px;
		}
		.list_4 img {
			width: 100px;
	}
	.k_space {
		display: flex;
		justify-content: center;
	}
	.header_position.headerColorScroll nav a {
		color: #fff;
		transition: color 0.4s ease-out;
	}
	.co h2 {
	font-size: 16px;
}}
.top_slide::after
 {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
}
.part h5 {
	margin-left: 13px;
}
.privacy a {
  color: #000;
	text-decoration: underline;
}
.privacy h2,.privacy p {
	text-align: left;
}
ul.privacy_ul li {
	font-size: 14px;
	line-height: 2.5;
}
ul.privacy_ul {
	padding-left: 0;
}
.privacy_ul_li {
	padding-left: 12px;
}
.c span {
	color: #f00;
}
.btn_spa {
	margin-right: 20px;
}
/* アコーディオン */
details {
	/* padding: 1rem; */
	/* background: #e9e9e9; */
	/* border-radius: 5px; */
	margin: 5px 0;
	cursor: pointer;
}

summary {
	outline: none;
}

details[open] .in-details {
	animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
	0% {
			opacity: 0;
			transform: translateY(-10px);
	}
	100% {
			opacity: 1;
			transform: none;
	}
}
.list_1 .text ul.acco {
	background: #fff;
	padding: 15px;
}

.web_client p {
	text-align: center;
	font-size: 14px;
}
.work_link li a {
	color: #000;
	text-decoration: underline;
}
.work_link {
	margin-top: 2rem;
}

.w_work h2  {
	font-size: 19px;
}
	@media  (max-width:799px) {
	.fix-it {
    background-attachment: initial;
}
.w_work h2  {
	font-size: 17px;
}
.scrolldown1 {
bottom: -80px;
}
	}