@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html,
body {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 66.6%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

body {
	background: black;
	letter-spacing: 2px;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

/*
 *	clearfix
 *		...floatを掛ける親要素にこのclassを使う。
 */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/***************************************************
 ****************************************
 * レスポンシブデザイン（css）
 */

/*
 *	スマートフォンデザイン（css）
 */
@media only screen and (max-width: 640px) {

	/* バナーを非表示 */
	.banner {
		display: none;
	}

	/* ヘッダー */
	header {
		height: 8vh;
		width: 100%;
		padding-left: 3vw;

	}

	/* メインコンテンツ */
	#slogan {
		font-size: 1.4rem;
		letter-spacing: 2vw;
		line-height: 8vh;
	}

	#slogan span {
		display: block;
	}

	/* セクションタイトル */
	.section-title {
		width: 50vw;
	}

	.section-title .title {
		font-size: 1.6rem;
	}

	/* テキストエリア */
	.textarea {
		font-size: 1.2rem;
	}


	/* ナビゲーション */
	.menu {
		margin: auto;
		width: 100%;
	}

	.menu p {
		margin: 0 25vw;
	}

	/* ロゴ */
	#logo {
		position: relative;
		width: 40vw;
		height: 4vh;
		background-size: 100% auto;
	}

	.menu ul {
		display: block;
		width: 100vw;
		margin: 0 2vw 0;
	}

	.menu li {
		line-height: 3vh;
		padding-left: 1vw;
		padding-right: 1vw;
	}

	.menu ul li a {
		color: #fff;
	}

	.menu ul li.sns a img {
		height: 3vh;
	}

	#sns {
		display: none;
	}


	/* ニュース */
	#news {
		padding: 15vh 10vw 0;
	}

	#news .onepage-content {
		padding: 5vh 0;
		font-size: 1.2rem;
	}

	#news-group {
		padding: 5vh 0 5.2vh;
	}

	#news dl {
		padding-bottom: 3vh;
	}

	#news dd {
		padding-top: 1vh;
		line-height: 2vh;
	}

	#news a {
		display: block;
		color: #fff;
	}

	/*see moreボタン*/
	.btn-more {
		border: solid 1px #fff;
		text-align: center;
		padding-top: 2vh 0;
	}

	.btn-more a {
		font-size: 1.2rem;
		padding: 2vh 0;
		display: block;
		text-align: center;
		width: 100%;
	}

	/* コンセプト */
	#concept {
		padding-top: 15vh;
	}

	.concept-sentence {
		width: 100vw;
	}

	#concept .textarea {
		padding: 5vh 5vw;
	}

	#concept .textarea span {
		/* スマホ用に文を改行 */
		display: block;
	}

	#concept .textarea #hide-br {
		display: none;
	}

	#concept .textarea li {
		line-height: 4vh;
		padding: 0 5vw 3vh;
		text-align: left;
	}

	/* ワークス */
	#works {
		padding: 15vh 10vw 0;
	}

	#works a {
		color: #fff;
	}

	#works #works-textarea {
		margin: 0 auto;
		width: 80vw;
		padding: 8vh 0 60px;
	}

	#works h2 {
		font-size: 1.4rem;
		padding-bottom: 30px;
	}

	#works-textarea ul {
		padding-left: 0px;
	}

	#works-textarea ul li {
		font-size: 1.1rem;
		padding-bottom: 15px;
		line-height: 3vh;
	}

	/* ギャラリー */
	#gallery {
		width: 80vw;
	}

	#gallery-list {
		padding-bottom: 5vh;
	}

	#gallery dl {
		overflow: hidden;
		padding-bottom: 5vh;
	}

	#gallery dl:nth-child(4) {
		padding-bottom: 0;
	}

	#gallery dl:nth-last-child(-n+4) {
		/* ギャラリー5個目以降非表示 */
		display: none;
	}

	#gallery dt {
		width: 20vw;
		height: 20vw;
		float: left;
	}

	#gallery dd {
		padding: 0.3vh 0 0 10vw;
		width: 49vw;
		float: left;
	}

	/* See moreボタン */
	#btn-more {
		border: solid 1px #fff;
		text-align: center;
		padding-top: 2vh 0;
	}

	#btn-more a {
		font-size: 1.2rem;
		padding: 2vh 0;
		display: block;
		text-align: center;
		width: 100%;
	}

	/* Company */
	#company {
		padding: 15vh 0;
		width: 80vw;
	}

	#company .section-title {
		padding-bottom: 10vh;
	}

	.company {
		padding-bottom: 8vh;
	}

	.company .company-list:nth-child(1) {
		margin-bottom: 5vh;
	}

	/* company-list */
	.company-list .company-title {
		font-size: 1.2rem;
		line-height: 3vh;
		width: 30%;
	}

	.company-list ul {
		width: 70%;
	}

	.company-list ul li {
		padding-bottom: 0.8rem;
		line-height: 3vh;
		font-size: 1.2rem;
	}

	/*リンクボタン*/
	.link-list dd {
		text-align: center;
		padding-top: 3vh;
	}

	.link-list dt a {
		font-size: 1.2rem;
		padding: 2vh 0;
		display: block;
		text-align: center;
		width: 100%;
	}

	/* フッター */
	footer {
		padding-top: 3vh;
	}

	footer dl:first-child {
		padding-bottom: 2vh;
	}

	/* ロゴ部分 */
	footer dl dt {
		width: 20vw;
		height: 8vw;
		margin: 0 auto;
		padding-bottom: 1vh;
	}

	/* ロゴ画像指定 */
	footer dl:nth-child(1) dt {
		background-image: url(../images/uni_logo.png);
		background-size: 100%;
		width: 60px;
		height: 26px;
	}

	footer dl:nth-child(2) dt {
		background-image: url(../images/take_logo.png);
		width: 70px;
		height: 20px;
	}

	/* コメント部分 */
	footer dl dd {
		text-align: center;
		letter-spacing: 0;
	}

	/* コピーライト */
	#copyright {
		padding: 2vh 0;
		color: #333;
		text-align: center;
		font-size: 0.5rem;
		letter-spacing: 0;
	}

	/* バナー非表示 */
	.banner {
		display: none;
	}
}

/*
 *	PCデザイン（css）
 */
@media only screen and (min-width: 641px) {

	/* 全体管理 */
	section {
		position: relative;
	}

	/* バナー対策 */
	.onepage-content {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}

	/* ヘッダー */
	header {
		padding: 0 40px;
		height: 70px;
		min-width: 1000px;
	}

	#slogan {
		font-size: 4.0rem;
		letter-spacing: 20px;
	}

	/* ロゴ */
	#logo {
		width: 250px;
		margin-right: 30px;
		line-height: 55px;
		padding: 22px 30px 22px 0;
		width: 250px;
		height: 26px;
	}

	/* ナビゲーション */
	.menu ul li {
		font-size: 1.8rem;
		line-height: 70px;
		width: 100px;
		transition: .3s;
	}

	.menu ul li:hover {
		opacity: .7;
	}

	.menu ul li a {
		color: #fff;
	}

	.menu ul li.sns {
		width: 50px;
	}

	.menu ul li.sns a {
		display: block;
	}

	.menu ul li.sns a img {
		vertical-align: middle;
	}

	.menu {
		margin: auto;
		width: 100%;
	}

	.section-title {
		width: 350px;
	}

	/* SNS */
	#sns {
		position: fixed;
		right: 0;
		bottom: 0;
		text-align: left;
		z-index: 999;
	}

	#twitter-follow-button {
		position: relative;
		left: -50px;
		display: none;
	}

	#twitter-box {
		position: relative;
		left: -50px;
		height: 600px;
		width: 400px;
		overflow-y: scroll;
		display: none;
	}

	#sns p {
		text-align: center;
		position: absolute;
		transform: rotate(270deg);
		right: -60px;
		bottom: 150px;
		background-color: #4d4d4d;
		display: inline-block;
		line-height: 50px;
		font-size: 28px;
		font-weight: bold;
		font-family: "游ゴシック", YuGothic, "小塚ゴシック Pro L", 'Noto Sans JP', "Mgen", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		width: 170px;
		height: 50px;
		cursor: pointer;
	}

	/* ニュース */
	#news {
		height: 64vh;
		margin: 18vh 0;
		background-color: #1a1a1a;
	}

	#news .onepage-content {
		width: 800px;
		box-sizing: border-box;
		padding: 50px 0;
	}

	#news-group {
		padding-top: 100px;
	}

	#news dd span {
		display: block;

	}

	/* 記事 */
	#news a {
		display: block;
		color: #fff;
		font-size: 1.4rem;
	}

	#news-group>a:hover {
		opacity: 0.5;
	}

	#news dl {
		width: 100%;
		padding-bottom: 45px;
		color: #fff;
		font-size: 1.4rem;
	}

	/* 日付 */
	#news dt {
		display: inline-block;
		position: relative;
		width: 30%;
		padding-left: 50px;
	}

	#news dt:before {
		content: '>';
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1.6rem;

	}

	/* 内容 */
	#news dd {
		display: inline-table;
	}

	/* moreボタン */
	#news .btn-more {
		position: absolute;
		right: 0;
		bottom: 10px;
	}

	#news .btn-more a {
		padding: 10px 20px;
		border: solid 1px #fff;
		transition: .5s;
	}

	#news .btn-more a:hover {
		background-color: #fff;
		color: #000;
		transition: .5s;
	}

	/* ピックアップ */
	#pickup {
		height: 100vh;
	}

	#pickup .onepage-content {
		width: 850px;
		overflow: hidden;
	}

	/* コンテンツボックス */
	#thumb-group {
		padding-top: 150px;
	}

	#thumb-group>div {
		float: left;
		width: 250px;
		padding-right: 50px;
	}

	#thumb-group>div:nth-child(3n) {
		padding-right: 0;
	}

	#thumb-group>div:nth-child(n+4) {
		padding-top: 80px;
	}

	#thumb-group ul {
		position: relative;
		padding-top: 200px;
		height: 280px;
		/* padding分引いてる */
		/* 画像設定 */
		background-repeat: no-repeat;
		background-size: 250px;
	}

	/* 画像指定 */
	#pickup #thumb-group>div:nth-child(1) ul {
		background-image: url(../images/pic-dummy.jpg);
	}

	#pickup #thumb-group>div:nth-child(2) ul {
		background-image: url(../images/pic-dummy.jpg);
	}

	#pickup #thumb-group>div:nth-child(3) ul {
		background-image: url(../images/pic-dummy.jpg);
	}

	/* 日付 */
	#thumb-group>div li:nth-child(1) {
		position: relative;
		padding: 5px 0 5px 30px;
		font-size: 1.1rem;
	}

	#thumb-group>div li:nth-child(1):before {
		content: '';
		position: absolute;
		top: 0;
		left: 10px;
		height: 100%;
		width: 4px;
		background-color: #0071bb;
	}

	/* タイトル */
	#thumb-group>div li:nth-child(2) {
		padding: 20px 0 30px;
		font-size: 1.6rem;
		letter-spacing: 3px;
		line-height: 1.5;
	}

	/* 内容 */
	#thumb-group>div li:nth-child(3) {
		line-height: 2.0;
	}

	/* moreボタン */
	#thumb-group>div li:nth-child(4) {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

	#thumb-group>div li:nth-child(4) div {
		position: relative;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 50px 120px;
		border-color: transparent transparent #248cfc transparent;
	}

	#thumb-group>div li:nth-child(4) a {
		position: absolute;
		right: 10px;
		bottom: -40px;
		font-size: 1.2rem;
		color: #fff;
		transition: .5s;
	}

	#thumb-group>div li:nth-child(4) a:hover {
		color: #1a1a1a;
		transition: .5s;
	}


	/* コンセプト */
	#concept {
		height: 100vh;
		margin: 0 auto;
	}

	#concept .onepage-content {
		width: 620px;
	}

	#concept .textarea {
		padding: 0 90px;
	}

	#concept .textarea ul {
		padding: 80px 0 0;
	}

	#concept .textarea ul li {
		font-size: 1.3rem;
		padding-bottom: 20px;
		line-height: 1.5;
	}

	/* ワークス */
	#works {
		padding: 15vh 0 15vh;
	}

	#works h2 {
		font-size: 1.8rem;
		font-weight: bold;
		padding: 0 50px 30px;
	}

	#works-textarea ul {
		padding-left: 50px;
	}

	#works-textarea ul li {
		font-size: 1.1rem;
		padding-bottom: 15px;
		line-height: 1.6;
	}

	#works #works-textarea {
		margin: 0 auto;
		width: 40vw;
		padding: 5vh 0 60px;
	}

	/* ギャラリー */
	#gallery {
		width: 818px;
	}

	#gallery dl {
		float: left;
		margin-right: 30px;
	}

	#gallery #gallery-list dl:nth-child(4),
	#gallery #gallery-list dl:nth-child(8) {
		margin-right: 0px;
	}

	#gallery dt {
		width: 180px;
		height: 180px;
		border: solid 1px #aaa;
		background-size: 100%;
	}

	#gallery dt a {
		transition: 1s;
	}

	#gallery dt a:hover {
		transition: 1s;
		background-color: #fff;
		opacity: 0.3;
	}

	#gallery dt a span {
		display: none;
	}

	#gallery dd {
		font-size: 1.2rem;
		line-height: 1.5;
		margin: 0;
		width: 170px;
		padding: 10px 5px;
		height: 80px;
	}

	/* See moreボタン */
	#gallery .btn-more {
		position: inherit;
		float: right;
		right: 0;
		bottom: 15px;
		font-size: 210%;
		margin-top: 20px;
	}

	#gallery .btn-more a {
		color: #fff;
		padding: 10px 20px;
		border: solid 1px #fff;
		transition: .5s;
	}

	#gallery .btn-more a:hover {
		color: #1a1a1a;
		background-color: #fff;
		border-color: #fff;
		transition: .5s;
	}



	/* Company */
	#company {
		height: 130vh;
	}

	#company .onepage-content {
		width: 400px;
	}

	#company .section-title {
		padding-bottom: 80px;
	}

	#company_info {
		margin-right: 30px;
	}

	.company {
		padding-bottom: 60px;
	}

	.company .company-list:nth-child(1) {
		margin-bottom: 30px;
	}

	.company .company-list:nth-child(2) {
		margin-bottom: 30px;
	}

	/* company-list */
	.company-list .company-title {
		font-size: 1.2rem;
		width: 30%;
		margin: 1vh auto;
	}

	.company-list ul {
		width: 70%;
		margin: 1vh auto;
	}

	.company-list ul li {
		padding-bottom: 0.8rem;
		font-size: 1.2rem;
	}

	/*リンクボタン*/
	.company_contact {
		display: block;
		position: relative;
	}

	.link-list {
		overflow: hidden;
		padding-bottom: 20px;
	}

	.link-list dt {
		width: 40%;
		float: left;
	}

	.link-list dd {
		float: left;
		font-size: 1.2rem;
		line-height: 36px;
	}

	.link-list dt a {
		width: 120px;
		display: block;
		color: #fff;
		font-size: 1.4rem;
		padding: 10px 0;
		text-align: center;
		border: solid 1px #fff;
		transition: 1s;
	}

	.link-list dt a:hover {
		background-color: #fff;
		color: #000;
		transition: .5s;
	}

	/* フッター */
	footer {
		position: relative;
		/* background-color: #ededed; */
		/* padding-top: 50px; */
		width: 100%;
		/* border-top: solid 1px #4d4d4d; */
	}

	footer dl {
		margin: 0 auto;
		padding-bottom: 20px;
		width: 380px;
		overflow: hidden;
	}

	/* ロゴ部分 */
	footer dl dt {
		width: 32%;
		float: left;
		padding-right: 2vw;
	}

	/* コメント部分 */
	footer dl dd {
		color: #888;
		font-size: 12px;
		letter-spacing: 2px;
	}

	/* ロゴ画像指定 */
	footer dl:nth-child(1) dt {
		background-image: url(../images/uni_logo.png);
		width: 109px;
		height: 15px;
	}

	footer dl:nth-child(2) dt {
		background-image: url(../images/take_logo.png);
		width: 109px;
		height: 14px;
	}

	/* コピーライト */
	#copyright {
		padding: 60px 0 100px;
		color: #333;
		font-size: 1.1rem;
		text-align: center;
	}

}

/******************************************
 * 以下、共通コーディング。
 ******************************************
 */


/******************ロード画面*****************/
#loader-bg {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 999999;
}

#loader {
	display: none;
	position: absolute;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999999;
}


/************************************/
#container {
	background: black;
	margin: auto;
	height: auto;
	width: 100%;
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
}

/*****************
 * ヘッダー
 */
header {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 200;
	width: 100%;
	top: 0;
	font-family: 'Open Sans', sans-serif;
}

/*****************
 * ロゴ
 */
#logo {
	float: left;
	box-sizing: content-box;
	background-image: url(../img/visualogic_logo.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}

#logo span {
	display: none;
}

/*****************
 * ナビゲーション
 */
.menu {
	overflow: hidden;
}

.menu ul {
	float: left;
	overflow: hidden;
}

.menu ul li {
	float: left;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
}

/*****************
 * セクション見出し
 */
.title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	/* for no-flexbox browsers */
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
}

.title:before,
.title:after {
	border-top: 1px solid;
	content: "";
	display: inline;
	/* for IE */
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
}

.title:before {
	margin-right: 0.5em;
}

.title:after {
	margin-left: 0.5em;
}

/*****************
 * TOP
 */
#top {
	width: 100vw;
	height: 100vh;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

#black_mask {
	/* 透過した黒を重ねる */
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}

#top ul {
	position: relative;
}

#top ul li {
	width: 100vw;
	height: 100vh;
	position: absolute;
	display: none;
	background-size: cover;
	background-position: 50% 50%;
}

#top ul li#top_image_1 {
	background-image: url("../images/top_image.jpg");
}

#top ul li#top_image_2 {
	background-image: url("../images/top_image_2.jpg");
}

#slogan {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	font-weight: normal;
	font-family: Sans-serif, serif;
	text-align: center;
	z-index: 101;
}

/* スクロールボタン */
#btn_scroll {
	max-width: 100px;
	max-height: 32.4px;
	width: 9.2%;
	height: 2.9vw;
	background-image: url(../images/pagescroll.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: auto 100%;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 101;
}

#btn_scroll span {
	display: none;
}

/*****************
 * タイトル
 */
.section-title {
	margin: auto;
}

/*****************
 * ワークス
 */


/*****************
 * ギャラリー
 */
#gallery {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#gallery dl {
	float: left;
}

#gallery-list {
	overflow: hidden;
}

#gallery #gallery-list dl:nth-child(4),
#gallery #gallery-list dl:nth-child(8) {
	margin-right: 0px;
}

#gallery dt {
	border: solid 1px #aaa;
	background-size: 100%;
}

#gallery dt a {
	display: block;
	width: 100%;
	height: 100%;
}

#gallery dt a:hover {
	transition: 1s;
	background-color: #fff;
	opacity: 0.3;
}

#gallery dt a span {
	display: none;
}

#gallery dd {
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0;
}

/* ギャラリー写真設定 */
#gallery-list dl:nth-child(1) dt {
	background-image: url(../images/gallery_22.png);
}

#gallery-list dl:nth-child(2) dt {
	background-image: url(../images/gallery_21.png);
}

#gallery-list dl:nth-child(3) dt {
	background-image: url(../images/gallery_20.png);
}

#gallery-list dl:nth-child(4) dt {
	background-image: url(../images/gallery_19.png);
}

#gallery-list dl:nth-child(5) dt {
	background-image: url(../images/gallery_18.png);
}

#gallery-list dl:nth-child(6) dt {
	background-image: url(../images/gallery_17.png);
}

#gallery-list dl:nth-child(7) dt {
	background-image: url(../images/gallery_16.png);
}

#gallery-list dl:nth-child(8) dt {
	background-image: url(../images/gallery_15.png?20190328);
}

/*See moreボタン*/

/*****************
 * Company
 */
#company {
	color: #fff;
	margin: 0 auto;
}

#company_info {
	float: right;
}

/* company-list */
.company-list {
	margin: 0 auto;
	overflow: hidden;
}

.company-list .company-title {
	float: left;
}

.company-list ul {
	float: left;
}

.company-list ul li a {
	color: #fff;
	display: block;
	text-align: right;
	text-decoration: underline;
}

/*リンクボタン*/
.link-list {
	padding-bottom: 20px;
}

.link-list dt a {
	display: block;
	color: #fff;
	text-align: center;
	border: solid 1px #fff;
}

/* clearfix */
.about:before,
.about:after {
	content: "";
	display: table;
}

.about:after {
	clear: both;
}

.company_info {
	text-align: left;
	font-size: 14px;
	margin: auto;
	padding: 20px 0 30px 50px;
}

/*****************
 * Access
 */
#access {
	height: 500px;
	padding-top: 100px;
}

/*****************
 * フッター
 */
footer {
	/* background-color: #ededed; */
}

footer dl {
	margin: 0 auto;
}

/* ロゴ部分 */
footer dl dt {
	width: 150px;
	height: 50px;
	box-sizing: content-box;
	background-repeat: no-repeat;
}

footer dl dt span {
	display: none;
}

/* コメント部分 */
footer dl dd {
	color: #888;
}


/* コピーライト */
#copyright {
	color: #333;
	text-align: center;
}

/****************
 * バナー
 */

.banner {
	height: 100%;
	width: 60px;
	position: relative;
}

.banner:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 5px;
	content: "WORK OUT A SOLUTION";
	color: #bbb;
	transform: rotate(-90deg) translate(-10px, -125px);
}

#works .banner {
	height: 500px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


/*****************************************
 *****************************************
 * 以下、news-more, works-moreの共通部分
 *****************************************
 *****************************************
 */

/*
 *	スマートフォンデザイン（css）
 */
@media only screen and (max-width: 640px) {}

/*
        .pankuzu-list {
            width: 100%;
            font-size: 0.8rem;
            padding: 2vh 10vw;
        } */

/* .pankuzu-list ul li{
            width: 100vw;
        } */

/* .pankuzu-list ul li a {
            color: #e5e5e5;
            transition: .5s;
            text-decoration: none;
            text-decoration-color: #6d6d6d;
        } */
/* .pankuzu-list ul li a:hover {
            color: #3fa8f4;
            transition: .5s;
        } */
/* .contents .con-title{
            height: 3vh;
            padding: 2vh 0;
            background-color: #333333;
        } */

/* .con-title-wrapper{
            padding-left: 10vw;

        } */
/* タイトルボーダー(縦線) */
/* .con-title-wrapper:before {
            content: '';
            position: absolute;
        } */
/* } */

/*
 *	PCデザイン（css）
 */
/* @media only screen and (min-width: 769px) { */
/*************************
     * パンくずリスト
     */
/* .pankuzu-list {
            width: 980px;
            padding-bottom: 40px;
            margin: 0 auto;
        } */
/* .pankuzu-list ul li {
            display: inline-block;
            font-size: 1.4rem;
            color: #e5e5e5;
        } */
/* .pankuzu-list ul li a {
            font-size: 1.4rem;
            color: #e5e5e5;
            transition: .5s;
            text-decoration: underline;
            text-decoration-color: #6d6d6d;
        } */
/* .pankuzu-list ul li a:hover {
            color: #5daaff;
						color: #b1986a;
            transition: .5s;
        } */
/* li　最初～最後から2番目まで */
/* .pankuzu-list ul li:nth-last-child(n+2):after {
            content: ' > ';
            font-size: 1.4rem;
        } */

/*************************
     * コンテンツタイトル
     */
/* .contents .con-title{
            padding: 40px 0;
            background-color: #333333;
        } */
/* .contents .con-title-wrapper {
            position: relative;
            box-sizing: border-box;
            max-width: 980px;
						width: 88vw;
            height: 120px;
            padding-left: 40px;
            margin: 0 auto;
        } */
/* タイトルボーダー(縦線) */
.con-title-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #5daaff;
	/* background-color: #b1986a; */
	width: 4px;
	height: 100%;
}

/* プロジェクト名 */
.project-name {
	/* padding-bottom: 40px; */
	padding-bottom: 10px;
	font-size: 2.0rem;
}

/* 日付 */
.project-date {
	font-size: 1.4rem;
	padding-bottom: 3%;
}

/* カテゴリー | 分野 */
.project-property li {
	display: inline-block;
	font-size: 1.4rem;
	color: #f1f1f1;
}

.project-property li:nth-last-child(n+2):after {
	content: ' | ';
}

/* プロジェクトロゴ（あれば） */
.project-logo img {
	position: relative;
	left: 820px;
	bottom: 100px;
	margin: 10px;
	width: 100px;
}

/*************************
     * コンテンツ中身
     */
/* .con-body {
            padding: 100px 0;
						padding: 5% 0 3%;
            box-sizing: content-box;
						max-width: 980px;
						width: 88vw;
						margin: auto;
        } */
/* .con-body-wrapper {
					max-width: 980px;
					width: 88vw;
            margin: 0 auto;
            overflow: hidden;
        }
        .con-descliption {
            float: left; */
}

/* 説明文 */
/* .description {
            font-size: 1.5rem;
            line-height: 2.0;
            padding-top: 12px;
        } */

/* } */

/*************************
/*****************************************
*****************************************
* 以下、お問い合わせの共通部分:recruitとprivacy policy
*****************************************
*****************************************
*/

/*
 *	スマートフォンデザイン（css）
 */
@media only screen and (max-width: 640px) {}

#contact {
	padding: 12vh 0vw;
}

#contact h2 {
	font-size: 2.0rem;
	text-align: center;
	padding-bottom: 2vh;
}

#contact h2:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 14vh;
	transform: translateX(-50%);
	width: 10px;
	height: 4px;
	/* background-color: #3fa8f4; */
}

#contact_form iframe {
	width: 100vw;
	height: 80vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
}

/*
	 *	PCデザイン（css）
	 */
@media only screen and (min-width: 769px) {
	/*************************/
}


/*************************
	 * Privacy Policy
	 */
#privacy {
	padding: 15vh 13vw;
}

#privacy #privacy-textarea {
	margin: 0 auto;
	width: 60vw;
	padding: 8vh 0 60px;
}

#privacy h2 {
	font-size: 1.4rem;
	padding-bottom: 30px;
}

#privacy-textarea ul {
	padding-left: 0px;
}

#privacy-textarea ul li {
	font-size: 1.2rem;
	padding-bottom: 15px;
	line-height: 3vh;
}

/*************************
	 * お問い合わせフォーム
	 */
#contact {
	padding: 150px 130px;
}

#contact h2 {
	position: relative;
	font-size: 2.0rem;
	text-align: center;
}

#contact h2:after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 4px;
	/* background-color: #3fa8f4; */
}

#contact .contents {
	padding: 80px 0;
	text-align: center;
}

#contact_form {
	position: relative;
	z-index: 10;
	margin: auto;
	height: 532px;
	width: 630px;
	overflow-y: scroll;
	overflow-x: hidden;
	display: inline-block;
}

#contact_form iframe {
	border: none;
	display: block;
	width: 100%;
	height: 750px;
}

@media only screen and (min-width: 641px) {}


.pankuzu-list,
.contents .con-title-wrapper,
.con-body {
	/* box-sizing: content-box; */
	max-width: 980px;
	width: 88vw;
	margin: auto;
}

.pankuzu-list {
	padding-bottom: 40px;
}

.contents .con-title-wrapper {
	position: relative;
	padding-left: 40px;
}

.con-body {
	padding: 5% 0 3%;
}

.con-body-wrapper {
	/* max-width: 980px;
	width: 88vw; */
	/* margin: 0 auto;
	overflow: hidden; */
}

.con-descliption,
.con-imgbox {
	vertical-align: top;
	/* float: left; */
	display: inline-block;
	width: 50%;
	padding-bottom: 5%;
}

.con-descliption {
	padding-right: 60px;
}

/* 説明文 */
.description {
	font-size: 1.5rem;
	line-height: 2.0;
	padding-bottom: 40px;
}





@media (max-width: 767px) {

	.pankuzu-list,
	.contents .con-title-wrapper,
	.con-body {
		width: 80vw;
	}

	.pankuzu-list {
		padding-bottom: 13px;
	}

	.contents .con-title {
		padding: 3vh 0;
	}

	.contents .con-title-wrapper {
		padding: 0;
	}

	.con-title-wrapper:before {
		display: none;
	}

	.project-date {
		font-size: 1.2rem;
	}

	.con-descliption,
	.con-imgbox {
		width: 100%;
		display: block;
	}

	.con-descliption {
		padding-right: 0;
		padding-bottom: 6%;
	}

	.description {
		line-height: 1.6;
	}

	.btn-official-web {
		margin: 35px auto;
	}

	.con-img-tool li:nth-child(1) {
		margin: auto;
	}

	.con-imgbox {
		max-width: 500px;
		margin: auto;
	}

}

@media (max-width: 580px) {
	.prevnext-box .prev {
		left: 1%;
	}

	.prevnext-box .next {
		right: 1%;
	}
}

@media (min-width: 1200px) {
	.prevnext-box i {
		font-size: 7rem;
	}

	.prevnext-box li {
		height: 86px;
		width: 36px;
	}
}