@charset "utf-8";
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
p,
a,
address,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
select,
input,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style-type: none;
}

a img {
	border: none;
	font-size: 0;
}

* {
	box-sizing: border-box;
}

html {
	width: 100%;
	min-height: 100%;
}

body {
	font-family: 'Century Gothic', 'メイリオ', Meiryo, sans-serif, 'arial', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic';
	font-size: 14px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

#to_pageTop {
	position: fixed;
	right: 8px;
	bottom: 60px;
	z-index: 10;
}

#to_pageTop a {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding-top: 7px;
	background: #000;
	opacity: 0.7;
	border-radius: 2px;
	text-align: center;
	z-index: 1;
}

#to_pageTop a:hover {
	opacity: 1;
}

header {
	width: 100%;
	height: 54px;
	background: #000;
	display: table;
	border-top: 4px solid #eee;
}

header .logo {
	display: table-cell;
	padding: 15px 0 0 10px;
}

header .logo a {
	display: inline-block;
}

header .logo img {
	width: 150px;
}





/* logo_anm start */

header .anm_box {
	display: table-cell;
}

header .anm {
	display: inline-block;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-left: 5px;
	vertical-align: top;
	width: 44px;
}

header .anm img {
	max-width: none;
}

header .anm-flag img {
	animation: anm-flag infinite steps(6, end) 9s;
}

@keyframes anm-flag {
	100% {
		transform: translate3d(-265px, 0, 0);
	}
}





/* logo_anm end */

header .g-navi {
	display: table-cell;
	padding: 10px 10px 0 0;
}

header .g-navi .menu_btn {
	position: absolute;
	top: 18px;
	right: 10px;
	cursor: pointer;
	font-size: 0;
}

header .g-navi .header__menu_list {
	display: none;
	position: absolute;
	top: 55px;
	right: 0;
	padding: 10px 7px;
	width: 100px;
	background: rgba(0, 0, 0, 0.9);
	z-index: 100;
}

header .g-navi .header__menu_list li {
	line-height: 24px;
	padding: 15px 10px 5px;
}

header .g-navi .header__menu_list li a {
	color: #fff;
	font-size: 14px;
}

header .g-navi .header__menu_list li a:hover {
	opacity: 0.8;
}

footer {
	width: 100%;
	height: 30px;
	background: #333;
	color: #fff;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
}

section.wrapper-01 {
	background-color: #fff;
	padding: 20px 0 40px;
}

section.wrapper-02 {
	background-color: #f0f0f0;
	padding: 20px 0 40px;
}

section.wrapper-detail {
	padding-bottom: 60px;
}

.wrapper-01 h2,
.wrapper-02 h2 {
	font-size: 18px;
	padding: 10px 0 10px 15px;
	line-height: 1;
}

.wrapper-01 h2:first-letter,
.wrapper-02 h2:first-letter {
	font-size: 2em;
}

a.btn__to_page {
	display: inline-block;
	padding: 5px 40px;
	background-color: transparent;
	background-size: 200% 100%;
	background-image: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 1) 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 2px;
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
}

a.btn__to_page:hover {
	background-position: -100% 100%;
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}

.text_box,
.profile_box {
	width: 100%;
	padding: 20px 10px;
	line-height: 2;
}

.text_box {
	text-align: center;
}

.company-info {
	padding: 20px 30px 0 30px;
	line-height: 1.7;
}

.company-info li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-bottom: 20px;
}

.company-info_title {
	-webkit-flex-basis: 120px;
	flex-basis: 120px;
	padding: 10px 0;
}

.company-info_detail {
	font-size: 16px;
	-webkit-flex-basis: 235px;
	flex-basis: 235px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 10px 0 30px;
	border-bottom: 1px solid #aaa;
}

.icon_text {
	display: inline-block;
	position: relative;
	margin: 0 30px 20px 0;
	padding-left: 35px;
	line-height: 28px;
	color: #333;
}

.icon_text:hover {
	opacity: 0.7;
}

.icon_text:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
}

.icon_text.e-mail:before {
	background: url(../images/icon_mail--hover.png) 0 0 no-repeat;
}

.icon_text.e-mail:hover::before {
	background: url(../images/icon_mail.png) 0 0 no-repeat;
}

.icon_text.sns--fb:before {
	background: url(../images/icon_fb--hover.png) 0 0 no-repeat;
}

.icon_text.sns--fb:hover::before {
	background: url(../images/icon_fb.png) 0 0 no-repeat;
}

section.libero_logo--semaphore {
	background: url(../images/libero_semaphore.png) no-repeat;
	background-size: contain;
    background-attachment: fixed;
    background-position: 50% 95%;
    padding-bottom: 80px;
}

.contact_box,
.works_container {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	/*--- safari（PC）用 ---*/
	display: -ms-flexbox;
	/*--- IE10 ---*/
	flex-wrap: wrap;
	/* 折り返し設定 */
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	/* 水平方向位置設定 */
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: flex-start;
	/* 垂直方向位置設定 */
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
}

.contact_box {
	justify-content: flex-start;
	/* 水平方向位置設定 */
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	padding: 20px 40px;
}

.works_item {
	background: #fff;
	box-shadow: 1px 1px 1px 0 rgba(204, 204, 204, 0.2);
	text-align: center;
	width: 220px;
	/*height: 200px;*/
	margin: 20px;
	padding: 0;
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
}

.works_item.off {
	box-shadow: none;
}

.works_item img {
	width: 180px;
	-webkit-filter: grayscale(85%);
	filter: grayscale(85%);
}

.works_item img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.works_item a {
	background: #f0f0f0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
}

.wrapper-02 .works_item a {
	background: #fff;
}

.works_item a .works_imgBox {
	overflow: hidden;
	margin: 0 auto;
	width: 180px;
	height: 135px;
}

.works_item p {
	width: 200px;
	font-size: 14px;
	text-align: center;
	margin: 5px auto 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.works_item p.detail {
	color: #aaa;
	margin-top: 3px;
}

.works_item p:hover {
	opacity: 0.5;
}





/* helper */

.of {
	overflow: hidden;
}

.pB60 {
	padding-bottom: 60px;
}





/* only PC */

@media ( min-width: 1025px) {
	header .logo {
		padding-top: 20px;
	}
	header .g-navi .menu_btn {
		display: none;
	}
	header .g-navi .header__menu_list {
		display: block;
		position: fixed;
		top: 4px;
		right: 0;
		width: auto;
		padding: 0;
		z-index: 100;
		background: none;
	}
	header .g-navi .header__menu_list li {
		height: 35px;
		line-height: 35px;
		margin-top: 15px;
		padding: 0 15px;
		float: left;
		background: rgba(0, 0, 0, 0.8);
	}
	header .g-navi .header__menu_list li a {
		color: #fff;
		font-size: 14px;
	}

	header .g-navi .header__menu_list li a:hover {
		opacity: 0.8;
	}
	.wrapper-slides {
		width: 100%;
		background: #f0f0f0;
	}
	.wrapper-01 h2,
	.wrapper-02 h2 {
		width: 1000px;
		margin: 0 auto;
		font-size: 30px;
		padding-left: 50px;
		line-height: 1;
	}
	.wrapper-01 h2:first-letter,
	.wrapper-02 h2:first-letter {
		font-size: 2em;
	}
	.works_container {
		width: 800px;
		margin: 0 auto;
		justify-content: flex-start;
		/* 水平方向位置設定 */
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
	}
	section.libero_logo--semaphore {
		background-size: 800px auto;
		padding-bottom: 180px;
	}
	.contact_box,
	.profile_box {
		width: 900px;
		padding: 20px 50px;
		margin: 0 auto;
		display: flex;
		display: -webkit-flex;
		/*--- safari（PC）用 ---*/
		display: -ms-flexbox;
		/*--- IE10 ---*/
		flex-wrap: wrap;
		/* 折り返し設定 */
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		justify-content: center;
		/* 水平方向位置設定 */
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		align-items: center;
		/* 垂直方向位置設定 */
		-webkit-align-items: center;
		-ms-flex-align: center;
	}
	.icon_text {
		margin: 30px 15px;
	}
}