@charset "utf-8";

/**********SET UP**********/
body,h1,h2,h3,h4,h5,ul,li,p{
	margin:0;
	padding:0;
}

ul{
	list-style-position: inside;
	list-style-type: none;
}

body{
	line-height: 2.0;
    letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;/*Safariの文字自動調節能力を闇の力で無力化*/
	word-break: break-all;/*変な改行を心を惑わす幻術を闇の力で無力化*/
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #545454;
	font-size: 100%;
}

.flex{
	display: -webkit-flex;/*Safari*/
	display: -ms-flexbox;/*IE10*/
	display: -webkit-box;/*Android */
	display: flex;
	-webkit-justify-content: center;/*Safari*/
	-ms-flex-pack: center;/*IE10*/
	-webkit-box-pack: center;/*Android*/
	justify-content: space-between;
}

@media screen and ( max-width:600px) {
	.flex{
		flex-direction: column;
	}
}

/********************TOPページ固定背景********************/

/*main vis 固定背景*/
#top_back{
	background-image: url(../img/main_vis.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
}

/********************nav********************/

/*ナビゲーションメニュー*/
nav{
	width: 15%;
	height: 100vh;
	position: fixed;
	background-color: #fff;
	z-index: 100;
}

/*nav内のロゴ*/
nav h1{
	background-image: url(../img/nav_logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 32%;
	text-indent: -9999px;
}

/*nav内側の高さを指定*/
.nav_inner{
	position: absolute;
	width: 100%;
	height: 690px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*nav btn*/
.nav_inner a{
	display: block;
	color: #47BCBF;
	text-decoration: none;
	padding: 20px 0 20px 20px;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 80%;
	overflow: hidden;
	position: relative;
	transition: all 0.8s ease;/*アニメーション*/
}

/*nav hoverしたときの文字色*/
.nav_inner a:hover{
	color: #fff;
}

/*nav hoverしたときの背景色*/
.nav_inner a::after{
	content: "";
	padding: 20px 0;
	display: block;
	background-color: #47BCBF;
	color: #fff;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;/*アニメーション*/
}

/*nav hoverしたときの背景が左からにゅっと出る*/
.nav_inner a:hover::after{
	left: 0;
	z-index: -1;
}

/********************スマホ、タブハンバーガー*******************/
.sp_btn {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    top: 1%;
    right: 2%;
    margin: auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

@media screen and (min-width:961px) {
.sp_btn {
    display: none;
}
}

/********************三本線********************/

/*真ん中*/
.sp_btn p {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease;/*アニメーション*/
}

/*一番下*/
.sp_btn p::before {
    width: 20px;
    height: 2px;
    content: "";
    background-color: #000;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;/*アニメーション*/
}

/*一番上*/
.sp_btn p::after {
    width: 20px;
    height: 2px;
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    transition: all 0.5s ease;/*アニメーション*/
}

/********************矢印********************/

/*ボタン変形後に真ん中の線を透明に*/
.sp_btn.active p {
	background-color: rgba(0,0,0,0);
}

/*線を傾けて×印に*/
.sp_btn.active p::before {
	top: 0;
	bottom: 0;
    transform: rotate(-135deg);
}

/*線を傾けて×印に*/
.sp_btn.active p::after {
	top: 0;
	bottom: 0;
    transform: rotate(135deg);
}

/********************TOPメインビジュアル********************/

/*ロゴ＆キャッチコピーの画像*/
#main_vis{
	background-image: url(../img/top_back.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/********************serviceセクション********************/

/*service全体の背景設定*/
#service{
	background-color: #F4F5F7;
	width: 100%;
	height: 1000px;
	position: relative;
	margin-top: -1px;
}

/*nav分を引いた横幅*/
#service .wrap{
	width: 85%;
	position: absolute;
	right: 0;
}

/*nav分を引いた横幅内で中央揃え*/
#service .wrap .inner{
	width: 50%;
	margin: 0 auto;
	padding: 100px 0;
}

/*SERVICE 見出し*/
#service h1{
	text-align: center;
	font-size: 160%;
	letter-spacing: 5px;
	font-weight: bold;
	margin-bottom: 60px;
}

/*SERVICE 見出し 最初の文字の色を変更*/
#service h1:first-letter{
	color: #47BCBF;
}

/*SERVIC内容を均等割*/
.service_box{
	width: 26%;
}

/*メディア事業 画像*/
.media a{
	display: block;
	background-image: url(../img/item_1.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	padding: 50% 0;
	transition: all 0.8s ease;/*アニメーション*/
}
.media a:hover{
	background-image: url(../img/item_1_hover.svg);
}

/*SEO事業 画像*/
.seo a{
	display: block;
	background-image: url(../img/item_2.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	padding: 50% 0;
	transition: all 0.8s ease;/*アニメーション*/
}
.seo a:hover{
	background-image: url(../img/item_2_hover.svg);
}

/*WEBマーケティング事業 画像*/
.marketing a{
	display: block;
	background-image: url(../img/item_3.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	padding: 50% 0;
	transition: all 0.8s ease;/*アニメーション*/
}
.marketing a:hover{
	background-image: url(../img/item_3_hover.svg);
}

/*SERVICE内容 テキストスタイル*/
.service_box p{
	font-size: 80%;
}

/********************blogセクション********************/

/*ブログセクションだけど今は背景画像*/
#blog{
	height: 50vh;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/********************infoセクション********************/

/*info全体の背景設定*/
#info{
	background-color: #F4F5F7;
	width: 100%;
	height: 680px;
	position: relative;
}

/*nav分を引いた横幅*/
#info .wrap{
	width: 85%;
	position: absolute;
	right: 0;
}

/*nav分を引いた横幅内で中央揃え*/
#info .wrap .inner{
	width: 50%;
	margin: 0 auto;
	padding: 100px 0;
}

/*infoコンテンツのサイズ*/
#contact,#recruit{
	width: 36%;
}

/*info見出し*/
#contact h1,#recruit h1{
	margin-bottom: 60px;
	text-align: center;
}

/*SERVICE 見出し 最初の文字の色を変更*/
#contact h1:first-letter,#recruit h1:first-letter{
	color: #47BCBF;
}

/*お問い合わせ 画像*/
.contact a{
	display: block;
	background-image: url(../img/item_4.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	padding: 50% 0;
	transition: all 0.8s ease;/*アニメーション*/
}

.contact a:hover{
	background-image: url(../img/item_4_hover.svg);
}

/*採用情報 画像*/
.recruit a{
	display: block;
	background-image: url(../img/item_5.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	padding: 50% 0;
	transition: all 0.8s ease;/*アニメーション*/
}

.recruit a:hover{
	background-image: url(../img/item_5_hover.svg);
}

/********************infoセクション********************/

/*フッター全体の高さ*/
footer{
	color: #fff;
	height: 100vh;
	position: relative;
}

/*フッターロゴ*/
footer h2{
	background-image: url(../img/footer_logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 80px;
	height: 65px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	z-index: 100;
	position: absolute;
	right: 0;
	bottom: 80px;
}

/*フッターテキスト*/
.footer_inner{
	position: absolute;
	right: 80px;
	bottom: 80px;
	margin: auto;
	text-align: right;
	font-size: 80%;
}

@media screen and ( max-width:600px) {
	.footer_inner{
		font-size: 65%;
		width: 100%;
		right: 20px;
		bottom: 40px;
	}
}

/********************メディアスクリーン********************/

@media screen and ( max-width:1680px) {
	#service .wrap .inner {
		width: 60%;
	}
	#info .wrap .inner{
		width: 60%;
	}
	@media screen and ( max-width:1440px) {
		#service .wrap .inner {
			width: 70%;
		}
		#info .wrap .inner{
			width: 70%;
		}
		@media screen and ( max-width:1200px) {
			nav{
				width: 20%;
			}
			#service .wrap{
				width: 80%;
			}
			#service .wrap .inner {
				width: 80%;
			}
			#info .wrap .inner{
				width: 80%;
			}
			@media screen and ( max-width:960px) {
				/*ナビゲーションメニュー*/
				nav{
					width: 100%;
					height: 100vh;
					position: fixed;
					background-color: rgba(255,255,255,1);
					top: -100vh;
					overflow: hidden;
					transition: all 0.5s ease;/*アニメーション*/
				}
				/*クリック後のナビ*/
				nav.active{
					top: 0;
				}
				/*nav内のロゴ*/
				nav h1{
					background-image: url(../img/company_logo.svg);
					background-repeat: no-repeat;
					background-size: cover;
					background-position: center;
					width: 120px;
					height: 64px;
					margin: 20px 0 0 20px;
				}
				/*nav内側の高さを指定*/
				.nav_inner{
					height: 100%;
				}
				/*navリストの幅と位置*/
				.nav_inner ul{
					width: 50%;
					position: absolute;
					top: 0;
					bottom: 0;
					right: 0;
					left: 0;
					margin: auto;
					height: 50vh;
				}
				#service .wrap{
					width: 80%;
					position: static;
					margin: auto;
				}
				#service .wrap .inner {
					width: 100%;
					padding: 0;
				}
				#info{
					height: 600px;
				}
				#info .wrap{
					width: 80%;
					position: static;
					margin: auto;
				}
				#info .wrap .inner {
					width: 100%;
				}
				@media screen and ( max-width:600px) {
					#main_vis{
						background-image: url(../img/top_back_sp.svg);
						background-size: cover;
						background-position: center;
						width: 100%;
						height: 100vh;
						padding-top: 0;
					}
					#service{
						height: 1800px;
						padding-top: 100px;
					}
					.service_box{
						width: 100%;
						margin-bottom: 100px;
					}
					.media a,.seo a,.marketing a{
						width: 70%;
						padding: 40% 0;
						margin: auto;
					}
					#info{
						height: 1080px;
					}
					#contact,#recruit {
						width: 100%;
						margin-bottom: 100px;
					}
					#contact h1,#recruit h1 {
						margin-bottom: 10px;
					}
					.contact a,.recruit a{
						width: 70%;
						margin: auto;
					}
				}
			}
		}
	}
}

/********************serviceページ********************/

/*service固定背景画像*/
#service_back{
	background-image: url(../img/service_main_vis.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
}

/*service型抜き画像*/
#service_vis{
	background-image: url(../img/service_back.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*コンテンツ全体の背景*/
#service_contents{
	background-color: #F4F5F7;
	width: 100%;
	height: 3000px;
	position: relative;
	font-size: 80%;
	margin-top: -1px;
}

/*nav分を引いた横幅*/
.service_wrapper{
	width: 85%;
	position: absolute;
	right: 0;
}

/*nav分を引いた横幅内で中央揃え*/
.service_inner{
	width: 50%;
	margin: 0 auto;
	padding: 100px 0;
}

/*見出しサイズとボーダー*/
.service_inner h2{
	border-left: solid 3px #47BCBF;
	padding-left: 10px;
	font-weight: 400;
	margin-bottom: 30px;
}

/*コンテンツ間の余白*/
.service_group{
	margin-top: 150px;
}

/*コンテンツの画像サイズ*/
.service_group p img{
	width: 300px;
	height: 400px;
	object-fit: cover;
}

/*コンテンツ上半分の上下揃え*/
.service_group_above{
	align-items: center;
}

/*コンテンツ上半分のテキスト揃え*/
.service_group_above_txt{
	margin-left: 100px;
	height: 320px;
}

/*中段コンテンツ上半分のテキスト揃え*/
.service_group:nth-child(2) .service_group_above_txt{
	margin-right: 100px;
	margin-left: 0;
	height: 320px;
}

/*コンテンツ下半分の上下揃え*/
.service_group_below{
	align-items: center;
	margin-top: -80px;
}

/*コンテンツ下半分の余白*/
.service_group_below_txt{
	margin-right: 100px;
}

/*中段コンテンツ下半分のテキスト揃え*/
.service_group:nth-child(2) .service_group_below_txt{
	margin-right: 0;
	margin-left: 100px;
}

/********************メディアスクリーン********************/

@media screen and ( max-width:1680px) {
	#service_contents{
		height: 3200px;
	}
	.service_inner{
		width: 60%;
	}
	@media screen and ( max-width:1440px) {
		.service_inner{
			width: 70%;
		}
		@media screen and ( max-width:1200px){
			.service_wrapper{
				width: 80%;
			}
			.service_inner{
				width: 80%;
			}
			@media screen and ( max-width:1024px){
				.service_group:nth-child(2) .service_group_above_txt{
					height: 400px;
				}
				@media screen and ( max-width:960px){
					#service_contents{
						height: 2800px;
					}
					.service_wrapper{
						position: static;
						margin: auto;
					}
					.service_inner{
						width: 100%;
					}
					.service_group p img{
						width: 270px;
						height: 360px;
					}
					@media screen and ( max-width:768px){
						.service_group p img{
							width: 240px;
							height: 320px;
						}
						.service_group_below{
							margin-top: -40px;
						}
						@media screen and ( max-width:600px){
							#service_vis{
								background-image: url(../img/service_back_sp.svg);
								background-size: cover;
								background-position: center;
								width: 100%;
								height: 100vh;
								padding-top: 0;
							}
							#service_contents{
								height: 2700px;
							}
							.service_inner{
								padding: 50px 0;
							}
							.service_group{
								margin-top: 50px;
							}
							.service_group p img{
								width: 100%;
								height: 360px;
							}
							.service_group_above_txt{
								margin: 50px 0;
								height: auto;
							}
							.service_group:nth-child(2) .service_group_above_txt{
								order: 1;
								margin: 50px 0 0;
								height: auto;
							}
							.service_group:nth-child(2) .service_group_below_txt{
								margin: 50px 0;
							}
							.service_group_below p img{
								display: none;
							}
							.service_group_below_txt{
								margin-right: auto;
							}
						}
					}
				}
			}
		}
	}
}

/********************companyページ********************/

/*company固定背景画像*/
#company_back{
	background-image: url(../img/company_main_vis.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
}

/*company型抜き画像*/
#company_vis{
	background-image: url(../img/company_back.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*コンテンツ全体の背景*/
#company_contents{
	background-color: #F4F5F7;
	width: 100%;
	height: 1500px;
	position: relative;
	margin-top: -1px;
	font-size: 80%;
}

/*nav分を引いた横幅*/
.company_wrapper{
	width: 85%;
	position: absolute;
	right: 0;
}

/*nav分を引いた横幅内で中央揃え*/
.company_inner{
	width: 50%;
	margin: 0 auto;
	padding: 100px 0;
	background-color: #fff;
	margin-top: 150px;
}

/*リスト周りの余白*/
.list_wrap{
	padding: 0 100px;
}

/*リストロゴ*/
.list_logo{
	background-image: url(../img/company_logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 130px;
	height: 68px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin: auto;
	margin-bottom: 100px;
}

/*リストをテーブル化*/
.list.list_item {
    display: table;
    width: 100%;
}

/*中身をセル化*/
.list.list_item dt, .list.list_item dd {
    display: table-cell;
    vertical-align: top;
}

/*定義の幅とボーダー*/
.list.list_item dt {
    width: 14.5%;
    border-top: 1px solid #b5bbbc;
	color: #b5bbbc;
}

/*説明の幅*/
.list.list_item dd {
    width: 85.5%;
    padding-left: 58px;
}

/*説明のボーダー*/
.list.list_item dd .list_inner {
    border-top: 1px solid #d7dde0;
}

/*一番下の定義の下線ボーダー*/
.list.list_item:last-child dt {
    border-bottom: 1px solid #b5bbbc;
}

/*一番下の説明の下線ボーダー*/
.list.list_item:last-child dd .list_inner {
    border-bottom: 1px solid #d7dde0;
}

/*文字とボーダーの上下間隔*/
.list.list_inner {
    padding: 29px 0;
}

/********************メディアスクリーン********************/

@media screen and ( max-width:1680px) {
	.company_inner{
		width: 60%;
	}
	@media screen and ( max-width:1440px){
		.company_inner{
			width: 70%;
		}
		@media screen and ( max-width:1200px){
			.company_wrapper{
				width: 80%;
			}
			.company_inner{
				width: 80%;
			}
			@media screen and ( max-width:960px){
				.company_wrapper{
					width: 100%;
				}
				@media screen and ( max-width:600px){
					#company_vis{
						background-image: url(../img/company_back_sp.svg);
						background-size: cover;
						background-position: center;
						width: 100%;
						height: 100vh;
						padding-top: 0;
					}
					#company_contents{
						height: 1100px;
					}
					.company_inner{
						width: 90%;
						font-size: 80%;
						margin-top: 100px;
						padding: 50px 0;
					}
					.list_wrap{
						padding: 0 20px;
					}
					.list_logo{
						margin-bottom: 50px;
					}
					.list.list_item dt{
						width: 20%;
					}
					.list.list_item dd{
						padding-left: 28px;
						width: 80%;
					}
					.list.list_inner{
						padding: 22px 0;
					}
				}
			}
		}
	}
}


/********************contactページ********************/

/*company固定背景画像*/
#contact_back{
	background-image: url(../img/contact_main_vis.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
}

/*company型抜き画像*/
#contact_vis{
	background-image: url(../img/contact_back.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*コンテンツ全体の背景*/
#contact_contents{
	background-color: #F4F5F7;
	width: 100%;
	height: 1500px;
	position: relative;
	margin-top: -1px;
}

/*nav分を引いた横幅*/
.contact_wrapper{
	width: 85%;
	position: absolute;
	right: 0;
}

/*nav分を引いた横幅内で中央揃え*/
.contact_inner{
	width: 50%;
	margin: 0 auto;
	padding: 100px 0;
	background-color: #fff;
	margin-top: 150px;
}

/*コンタクト上部必須項目*/
.contact_note{
    display: block;
    padding-bottom: 20px;
	margin: 0 auto;
	margin-bottom: 100px;
    color: #47BCBF;
    text-align: center;
	border-bottom: solid 1px #DDDDDD;
	width: 80%;
}

/*コンタクト上部必須項目の点*/
.contact_note:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #47BCBF;
    border-radius: 50%;
    margin-right: 12px;
}

/*フォーム全体のサイズと中央揃え*/
form{
	width: 80%;
	margin: 0 auto;
}

/*フォームラベルの横幅*/
form label{
	width: 30%;
	margin-top: 15px;
}

/*ラベル必須項目の点*/
.point::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #47BCBF;
    border-radius: 50%;
    margin-right: 12px;
}

/*フォーム一行の余白*/
.form_element{
	margin-bottom: 50px;
}

/*フォーム入力欄のサイズ、色*/
input[type="text"],input[type="tel"],input[type="email"]{
  	width:70%;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	padding: 25px;
	font-size: 80%;
	border: none;
	background-color: #F0F2F5;
}

/*フォームお問い合わせ内容のサイズ、色*/
textarea{
  	width:70%;
	height: 200px;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	padding: 25px;
	font-size: 80%;
	border: none;
	background-color: #F0F2F5;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*フォームボタンのサイズ、色*/
input[type="submit"]{
	-webkit-appearance: none;
	display: block;
	width: 40%;
	border: none;
	background-color: #47BCBF;
	color: #fff;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 5px;
	box-shadow: 0 3px #318284;
    position: relative;
    top: -2px;
	font-weight: 500;
	cursor: pointer;
}

/*フォームボタンのホバー*/
input[type="submit"]:hover{
	box-shadow: 0 1px #318284;
    top: 1px;
}

/*フォームプレースホルダーの文字色*/
input::placeholder,textarea::placeholder{
	color: #8B8B8B;
}

/********************メディアスクリーン********************/

@media screen and ( max-width:1680px){
	.contact_inner{
		width: 60%;
	}
	@media screen and ( max-width:1440px){
		.contact_inner{
			width: 70%;
		}
		@media screen and ( max-width:1200px){
			.contact_wrapper{
				width: 80%;
			}
			.contact_inner{
				width: 80%;
			}
			@media screen and ( max-width:960px){
				.contact_wrapper{
					width: 100%;
				}
				@media screen and ( max-width:600px){
					#contact_vis{
						background-image: url(../img/contact_back_sp.svg);
						background-size: cover;
						background-position: center;
						width: 100%;
						height: 100vh;
						padding-top: 0;
					}
					#contact_contents{
						height: 1700px;
					}
					.contact_inner{
						width: 90%;
						font-size: 80%;
						margin-top: 100px;
					}
					.contact_note{
						margin-bottom: 50px;
					}
					form{
						width: 90%;
					}
					form label{
						width: 100%;
						margin-bottom: 10px;
					}
					input[type="text"],input[type="tel"],input[type="email"]{
						width: 100%;
						padding: 20px;
					}
					textarea{
						width: 100%;
						padding: 20px;
					}
					input[type="submit"]{
						width: 100%;
					}
				}
			}
		}
	}
}

/********************recruitページ********************/

/*recruit固定背景画像*/
#recruit_back{
	background-image: url(../img/recruit_main_vis.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
}

/*recruit型抜き画像*/
#recruit_vis{
	background-image: url(../img/recruit_back.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*コンテンツ全体の背景*/
#recruit_contents{
	background-color: #F4F5F7;
	width: 100%;
	height: 1600px;
	position: relative;
	font-size: 80%;
	margin-top: -1px;
}

#recruit_contents ul{
	list-style-type: disc;
}

/*nav分を引いた横幅*/
.recruit_wrapper{
	width: 85%;
	position: absolute;
	right: 0;
}

/*nav分を引いた横幅内で中央揃え*/
.recruit_inner{
	width: 50%;
	margin: 0 auto;
	padding: 100px 0;
	background-color: #fff;
	margin-top: 150px;
}

/*見出し左のボーダー*/
.recruit_inner h2{
	border-left: solid 3px #47BCBF;
	padding-left: 10px;
	font-weight: 400;
	font-size: 120%;
	margin-bottom: 50px;
}

/*定義リスト用語のマージン*/
.recruit_inner dt{
	margin-bottom: 20px;
}

/*定義リスト説明のマージン*/
.recruit_inner dd{
	margin-left: auto;
	margin-bottom: 50px;
	padding-left: 1em;
}

/*リスト最後のマージン*/
.recruit_inner ul li:last-child{
	margin-bottom: 50px;
}

/*リスト周りの余白*/
.recruit_list{
	padding: 0 100px;
}

/*リスト応募ボタン*/
.recruit_btn {
    display: block;
    width: 280px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    border: 1px solid #47BCBF;
    border-radius: 5px;
    color: #47BCBF;
    overflow: hidden;
    margin: auto;
}

/*リスト応募ボタンホバー 文字色変更*/
.recruit_btn:hover {
    color: #fff;
}

/*リスト応募ボタンホバー 疑似要素でホバー後の色を隠す*/
.recruit_btn::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}

/*ホバー後の背景色*/
.recruit_btn:hover::after {
    left: 0;
    background-color: #47BCBF;
}

/**/
.recruit_btn::before, .recruit_btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

/*ホバーアニメーション時間*/
.recruit_btn, .recruit_btn::before, .recruit_btn::after {
    -webkit-transition: all .5s;
    transition: all .5s;
}

/********************メディアスクリーン********************/

@media screen and ( max-width:1680px){
	.recruit_inner{
		width: 60%;
	}
	@media screen and ( max-width:1440px){
		.recruit_inner{
			width: 70%;
		}
		@media screen and ( max-width:1200px){
			.recruit_wrapper{
				width: 80%;
			}
			.recruit_inner{
				width: 80%;
			}
			@media screen and ( max-width:960px){
				.recruit_wrapper{
					width: 100%;
				}
				@media screen and ( max-width:600px){
					#recruit_vis{
						background-image: url(../img/recruit_back_sp.svg);
						background-size: cover;
						background-position: center;
						width: 100%;
						height: 100vh;
						padding-top: 0;
					}
					#recruit_contents{
						height: 1800px;
					}
					.recruit_inner{
						width: 90%;
						margin-top: 100px;
					}
					.recruit_list{
						padding: 0 20px;
						width: 90%;
					}
				}
			}
		}
	}
}

/********************entryページ********************/

#entry_back{
	background-image: url(../img/entry_main_vis.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
}

#entry_vis{
	background-image: url(../img/entry_back.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/********************メディアスクリーン********************/

@media screen and ( max-width:600px){
	#entry_vis{
		background-image: url(../img/entry_back_sp.svg);
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 100vh;
		padding-top: 0;
	}
}


































