@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
html {
	font-size: 62.5%
}
body {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif!important;
	font-size: 1.6rem;
	color: #111
}
*, :after, :before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.container {
	width: 980px;
	margin: 0 auto
}
.container .row {
	margin-left: -20px;
	margin-right: -20px
}
.container .row:after {
	content: "";
	display: block;
	clear: both
}
.container.is-md-width {
	width: 640px
}
@media screen and (max-width:1020px) {
	.container.is-md-width {
		width: 100%
	}
}
.container.is-sm-width {
	width: 300px
}
@media screen and (max-width:1020px) {
	.container.is-sm-width {
		width: 100%
	}
}
@media screen and (max-width:1020px) {
	.container.is-md-keep-grid {
		width: calc(640px + 40px);
		width: -webkit-calc(640px + 40px)
	}
}
@media screen and (max-width:680px) {
	.container.is-md-keep-grid {
		width: 100%
	}
}
@media screen and (max-width:1020px) {
	.container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px
	}
}
.col-1 {
	width: 16.666666%;
	float: left;
	padding-left: 20px;
	padding-right: 20px
}
.col-2 {
	width: 33.33333333%;
	float: left;
	padding-left: 20px;
	padding-right: 20px
}
.col-3 {
	width: 50%;
	float: left;
	padding-left: 20px;
	padding-right: 20px
}
.col-4 {
	width: 66.666666%;
	float: left;
	padding-left: 20px;
	padding-right: 20px
}
.col-5 {
	width: 810px;
	float: left;
	padding-left: 20px;
	padding-right: 20px
}
.col-6 {
	width: 980px;
	float: left;
	padding-left: 20px;
	padding-right: 20px
}
@media screen and (max-width:1020px) {
	.col-md-3 {
		width: 50%
	}
	.col-md-6 {
		width: 100%
	}
}
@media screen and (max-width:680px) {
	.col-sm-6 {
		width: 100%
	}
}
.change-font-color-depending-on-bg, h1.m-static-page-header__logo a, nav.m-navigation.is-white ul li a {
	color: #fff
}
.is-on-bg-white .change-font-color-depending-on-bg, .is-on-bg-white h1.m-static-page-header__logo a, .is-on-bg-white nav.m-navigation.is-white ul li a, h1.m-static-page-header__logo .is-on-bg-white a, nav.m-navigation.is-white ul li .is-on-bg-white a {
	color: #111
}
.show-sm-only {
	display: none
}
.hide-sm-only {
	display: block
}
@media screen and (max-width:680px) {
	.show-sm-only {
		display: block
	}
	.hide-sm-only {
		display: none
	}
}
.btn {
	display: inline-block;
	appearance: none;
	align-items: center;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	width: 300px;
	font-size: 1.3rem;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600
}
.btn-white {
	border: 1px solid #111;
	background-color: #fff;
	color: #111;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.btn-white:hover {
	background-color: #111;
	color: #fff
}
.btn-white:hover:before {
	border-color: #fff
}
.btn--has-arrow {
	position: relative
}
.btn--has-arrow:before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	width: 11px;
	height: 11px;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b
}
.btn--has-arrow.btn--has-arrow--right:before {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.btn--has-arrow.btn--has-arrow--left:before {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
@media screen and (max-width:680px) {
	.btn {
		width: 100%
	}
}
input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline-style: none;
	border: none
}
.label-default {
	display: inline-block;
	padding-top: 19px;
	padding-bottom: 10px
}
.labe-neccesary {
	position: relative
}
.labe-neccesary:after {
	position: absolute;
	top: 16px;
	right: -10px;
	display: inline-block;
	content: "*";
	color: #e74c3c;
	font-size: 2.4rem
}
.input-default {
	width: 100%;
	border: 1px solid #9b9b9b;
	height: 60px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6rem;
	padding-left: 12px
}
.input-default.input-default--lg {
	padding-top: 18px;
	height: 180px
}
.input-default:hover {
	border-color: #111
}
.input-default:focus {
	border-color: #111
}
.footer-main {
	padding-top: 64px;
	padding-bottom: 64px;
	background-color: #343434
}
@media screen and (max-width:680px) {
	.footer-main {
		padding-top: 48px
	}
}
@media screen and (max-width:680px) {
	.footer-main {
		padding-bottom: 48px
	}
}
.footer-main .footer__nav {
	margin-bottom: 32px
}
.footer-main .footer__nav ul {
	text-align: center
}
.footer-main .footer__nav ul li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px
}
.footer-main .footer__nav ul li a {
	text-decoration: none;
	font-size: 1.4rem;
	color: #fff;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600
}
.footer-main .footer-social-links {
	margin-bottom: 48px
}
.footer-main .footer-social-links ul {
	text-align: center
}
.footer-main .footer-social-links ul li {
	display: inline-block;
	margin: 0 12px
}
.footer-main .footer-social-links ul li a img {
	width: 24px
}
.footer-main .footer-bottom-text {
	text-align: center
}
.footer-main .footer-bottom-text p {
	font-size: 1.3rem;
	color: #bcbcbc
}
.footer-main .footer-bottom-text p a {
	color: #fff;
	font-weight: 700;
	text-decoration: none
}
@media screen and (max-width:680px) {
	.footer-main .footer__nav ul li {
		display: inline-block;
		width: calc(50% - 12px);
		margin: 0 0 20px
	}
	.footer-main .footer__nav ul li:nth-of-type(2n) {
		margin-left: 10px
	}
	.footer-main .footer__nav ul li:nth-of-type(2n-1) {
		margin-right: 10px
	}
	.footer-main .footer__nav ul li a {
		display: block;
		height: 50px;
		line-height: 50px;
		position: relative;
		border: 1px solid #fff;
		font-size: 1.2rem
	}
	.footer-main .footer__nav ul li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 11px;
		height: 11px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff
	}
}
.m-static-page-header {
	width: 100%;
	height: 100px
}
.m-static-page-header .m-static-page-header__inner:after {
	display: block;
	content: "";
	clear: both
}
.m-static-page-header.m-static-page-header--fixed {
	z-index: 1;
	position: fixed;
	top: 0
}
@media screen and (max-width:680px) {
	.m-static-page-header.m-static-page-header--fixed {
		position: fixed;
		top: 0;
		right: 0;
		left: 0
	}
}
.m-static-page-header.is-bg-white {
	background-color: rgba(255, 255, 255, .9)
}
.m-static-page-header.is-bg-white .m-navigation__toggle span {
	background-color: #111
}
.m-static-page-header .m-static-page-header__left {
	float: left
}
.m-static-page-header .m-static-page-header__right {
	padding: 40px 0 0 40px;
	margin-right: -20px;
	float: right
}
h1.m-static-page-header__logo a {
	display: block;
	text-decoration: none;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1;
	padding-top: 40px
}
h1.m-static-page-header__logo a img {
	width: 120px
}
h1.m-static-page-header__logo.is-black a {
	color: #111
}
@media screen and (max-width:680px) {
	.m-static-page-header {
		height: 50px
	}
	h1.m-static-page-header__logo a {
		padding-top: 12px
	}
	h1.m-static-page-header__logo a img {
		height: 16px;
		width: auto
	}
}
.m-page-header {
	padding-top: 160px;
	margin-bottom: 160px;
	text-align: center
}
@media screen and (max-width:680px) {
	.m-page-header {
		padding-top: 120px
	}
}
@media screen and (max-width:680px) {
	.m-page-header {
		margin-bottom: 120px
	}
}
.m-page-header h1 {
	width: 300px;
	margin: 0 auto;
	height: 60px;
	padding-top: 10px;
	color: #fff;
	background-color: #333;
	font-size: 3.2rem;
	letter-spacing: .01em;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600
}
@media screen and (max-width:680px) {
	.m-page-header h1 {
		font-size: 2.5rem
	}
}
@media screen and (max-width:680px) {
	.m-page-header h1 {
		width: 100%;
		padding-top: 15px
	}
}
.m-section-heading .m-section-heading__title {
	text-align: center;
	font-size: 3.2rem;
	letter-spacing: .01em;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600;
	padding-bottom: 80px
}
@media screen and (max-width:680px) {
	.m-section-heading .m-section-heading__title {
		font-size: 2.5rem
	}
}
@media screen and (max-width:680px) {
	.m-section-heading .m-section-heading__title {
		padding-bottom: 64px
	}
}
.m-section-heading .m-section-heading__title.is-gray {
	color: #aaa
}
.m-block-title--border-accent:after, .m-conmapy-profile ul li h3:after, .m-servise-detail__section .m-servise-detail__section__main-text h2:after, .m-top-service ul li h3:after {
	margin-top: 16px;
	content: "";
	display: block;
	height: 0;
	width: 60px;
	border-bottom: 1px solid #4e4e4e
}
.m-page-keyvisual {
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center
}
.m-page-keyvisual .m-page-keyvisual__inner {
	padding-top: 160px;
	padding-bottom: 160px
}
@media screen and (max-width:680px) {
	.m-page-keyvisual .m-page-keyvisual__inner {
		padding-top: 120px
	}
}
@media screen and (max-width:680px) {
	.m-page-keyvisual .m-page-keyvisual__inner {
		padding-bottom: 120px
	}
}
.m-page-keyvisual.bg-office {
	background-image: url(images/office-image-dark@2x.jpg)
}
.m-people-thumb-unit {
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	padding-bottom: 16px;
	position: relative;
	box-shadow: 0 1px 0 #e1e1e1
}
.m-people-thumb-unit.has-arrow:after {
	content: "";
	position: absolute;
	bottom: 38px;
	right: 2px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.m-people-thumb-unit.has-link:hover {
	box-shadow: 0 1px 0 #111
}
.m-people-thumb-unit.has-link:hover a:before {
	opacity: 1
}
.m-people-thumb-unit.has-link:hover a .m-people-thumb-unit__image img {
	opacity: .7
}
.m-people-thumb-unit.has-link:hover a .m-people-thumb-unit__image img {
	opacity: .7
}
.m-people-thumb-unit.has-link.has-arrow:hover:after {
	border-color: #111
}
.m-people-thumb-unit a {
	text-decoration: none;
	color: inherit
}
.m-people-thumb-unit a:before {
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	z-index: 1;
	display: block;
	content: "DETAILS";
	position: absolute;
	top: 40%;
	top: calc(50% - 67px);
	top: -weblot-calc(50% - 67px);
	left: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 150px;
	padding-top: 15px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	opacity: 0;
	cursor: pointer
}
.m-people-thumb-unit .m-people-thumb-unit__image {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #000;
	margin-bottom: 24px
}
.m-people-thumb-unit .m-people-thumb-unit__image:before {
	content: "";
	display: block;
	padding-top: 100%
}
.m-people-thumb-unit .m-people-thumb-unit__image img {
	position: absolute;
	width: 100%;
	height: auto;
	line-height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.m-people-thumb-unit .m-people-thumb-unit__title p {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	color: #555;
	margin-bottom: 12px
}
.m-people-thumb-unit .m-people-thumb-unit__title-sub p {
	font-size: 1.3rem;
	color: #aaa;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600;
	line-height: 20px;
	height: 20px
}
.m-buttons-default {
	text-align: center
}
.m-buttons-default .btn {
	margin-left: 20px;
	margin-right: 20px
}
@media screen and (max-width:680px) {
	.m-buttons-default {
		text-align: center
	}
	.m-buttons-default .btn {
		margin: 20px 0
	}
}
.m-navigation__toggle {
	position: fixed;
	padding: 20px;
	top: 0;
	right: 0;
	z-index: 100
}
.m-navigation__toggle span {
	display: block;
	width: 16px;
	height: 2px;
	-webkit-border-radius: 2.5em;
	border-radius: 2.5em;
	background-color: #fff;
	margin-bottom: 3px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.is-on-bg-white .m-navigation__toggle span {
	background-color: #111
}
nav.m-navigation.open.color-inverted .m-navigation__toggle span {
	background-color: #fff
}
nav.m-navigation {
	z-index: 9999
}
nav.m-navigation.is-centered ul {
	text-align: center
}
nav.m-navigation.is-right ul {
	text-align: right
}
nav.m-navigation.is-black ul li a {
	color: #111
}
nav.m-navigation ul li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px
}
nav.m-navigation ul li a {
	text-decoration: none;
	font-size: 1.4rem;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600
}
.animated {
	position: fixed!important;
	top: 0;
	background-color: rgba(255, 255, 255, .9)
}
.animated .m-navigation {
	position: relative
}
@media screen and (max-width:680px) {
	nav.m-navigation.open .m-navigation__toggle span {
		position: absolute;
		top: 22px;
		right: 20px;
		width: 20px;
		height: 2px;
		background-color: #fff!important
	}
	nav.m-navigation.open .m-navigation__toggle span:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	nav.m-navigation.open .m-navigation__toggle span:nth-of-type(2) {
		display: none
	}
	nav.m-navigation.open .m-navigation__toggle span:nth-of-type(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	nav.m-navigation.open .m-navigation__list {
		display: block
	}
	nav.m-navigation .m-navigation__list {
		z-index: 1;
		display: none;
		height: 100vh;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, .9);
		padding-top: 20%
	}
	nav.m-navigation .m-navigation__list li {
		display: block;
		text-align: center;
		margin-bottom: 10%
	}
	nav.m-navigation .m-navigation__list li.current-page {
		border-bottom: 1px solid #111
	}
	nav.m-navigation .m-navigation__list li a {
		text-decoration: none;
		font-size: 2.4rem;
		color: #fff!important
	}
}
.m-wrapper .has-header-animated {
	position: relative
}
.m-wrapper .has-header-fixed {
	position: relative
}
.m-header--top-page {
	z-index: 1;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%
}
.m-header--top-page .m-header--top-page__nav {
	width: 100%;
	padding: 35px 0
}
.m-top-keyvisual {
	position: relative;
	height: 100vh;
	background-image: url(images/top_image_pc@2x.jpg);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='img/top_image_pc@2x.jpg', sizingMethod='scale')
}
.m-top-keyvisual .m-top-keyvisual__inner {
	padding-top: 42vh
}
.m-top-keyvisual h1 {
	text-align: center
}
.m-top-keyvisual h1 img {
	width: 300px
}
.m-top-keyvisual .m-top-keyvisual__scroll {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 1px;
	height: 90px;
	border-right: 1px solid #fff
}
.m-top-keyvisual .m-top-keyvisual__scroll:after {
	content: "scroll";
	position: absolute;
	top: -30px;
	margin: auto;
	font-size: 1.4rem;
	color: #fff;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600;
	margin-left: -1em
}
.m-top-whats-press {
	padding-top: 80px
}
@media screen and (max-width:680px) {
	.m-top-whats-press {
		padding-top: 64px
	}
}
.m-top-whats-press .m-top-whats-press__border {
	padding-bottom: 80px;
	border-bottom: 1px solid #e1e1e1
}
@media screen and (max-width:680px) {
	.m-top-whats-press .m-top-whats-press__border {
		padding-bottom: 64px
	}
}
.m-top-whats-press h2 {
	text-align: center;
	font-size: 3.2rem;
	letter-spacing: .01em;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600;
	margin-bottom: 16px
}
@media screen and (max-width:680px) {
	.m-top-whats-press h2 {
		font-size: 2.5rem
	}
}
.m-top-whats-press h3 {
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 24px
}
@media screen and (max-width:680px) {
	.m-top-whats-press h3 {
		font-size: 1.9rem
	}
}
.m-top-whats-press p {
	font-size: 1.3rem;
	line-height: 2
}
.m-top-service {
	margin-top: 160px
}
@media screen and (max-width:680px) {
	.m-top-service {
		margin-top: 120px
	}
}
.m-top-service ul li h3 {
	font-size: 2.4rem;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600;
	margin-bottom: 32px
}
@media screen and (max-width:680px) {
	.m-top-service ul li h3 {
		font-size: 1.9rem
	}
}
.m-top-service ul li p {
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #555;
	padding-bottom: 32px
}
.m-top-service .m-top-service-list-actions {
	margin-top: 64px
}
@media screen and (max-width:680px) {
	.m-top-service .m-top-service-list-actions {
		margin-top: 48px
	}
}
.u-border-bottom {
	border-bottom: 1px solid #e1e1e1
}
.m-top-showcase {
	margin-top: 160px
}
@media screen and (max-width:680px) {
	.m-top-showcase {
		margin-top: 120px
	}
}
.m-top-news {
	margin-top: 160px
}
@media screen and (max-width:680px) {
	.m-top-news {
		margin-top: 120px
	}
}
.m-top-news .m-top-news-lis-actions {
	margin-top: 64px
}
@media screen and (max-width:680px) {
	.m-top-news .m-top-news-lis-actions {
		margin-top: 48px
	}
}
.m-top-apparel {
	margin-top: 160px;
	margin-bottom: 160px
}
@media screen and (max-width:680px) {
	.m-top-apparel {
		margin-top: 120px
	}
}
@media screen and (max-width:680px) {
	.m-top-apparel {
		margin-bottom: 120px
	}
}
.m-top-apparel .m-top-apparel__item {
	position: relative
}
.m-top-apparel .m-top-apparel__item .m-top-apparel__item__inner {
	padding-bottom: 32px
}
.m-top-apparel .m-top-apparel__item .m-top-apparel__item__image {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #000;
	margin-bottom: 24px
}
.m-top-apparel .m-top-apparel__item .m-top-apparel__item__image:before {
	content: "";
	display: block;
	padding-top: 124%
}
.m-top-apparel .m-top-apparel__item .m-top-apparel__item__image img {
	position: absolute;
	width: 100%;
	height: auto;
	line-height: 0;
	bottom: 0;
	top: 0
}
.m-top-apparel .m-top-apparel__item .m-top-apparel__item__title p {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	color: #555;
	margin-bottom: 12px
}
.m-top-apparel .m-top-apparel__item .m-top-apparel__item__title-sub p {
	font-size: 1.3rem;
	color: #aaa;
	margin-bottom: 40px;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600;
	font-weight: 400
}
.m-top-apparel .m-top-apparel__item .m-top-apparel__item__title-sub p:after {
	margin-top: 16px;
	content: "";
	display: block;
	height: 0;
	width: 60px;
	border-bottom: 1px solid #4e4e4e
}
.m-top-apparel .m-top-apparel__item .m-top-apparel__item__title-description p {
	font-size: 1.3rem;
	line-height: 2;
	color: #555
}
.m-top-team {
	margin-top: 160px
}
@media screen and (max-width:680px) {
	.m-top-team {
		margin-top: 120px
	}
}
.m-top-partners {
	margin-top: 160px;
	margin-bottom: 160px
}
@media screen and (max-width:680px) {
	.m-top-partners {
		margin-top: 120px
	}
}
@media screen and (max-width:680px) {
	.m-top-partners {
		margin-bottom: 120px
	}
}
.m-top-partners ul.m-top-partners__list {
	text-align: center
}
.m-top-partners ul.m-top-partners__list li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px
}
.m-top-partners ul.m-top-partners__list li img {
	height: 24px
}
.m-top-company-separator {
	padding-top: 120px;
	padding-bottom: 120px;
	margin-top: 120px;
	background-image: url(images/office-image-dark@2x.jpg);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='img/hero@2x.jpg', sizingMethod='scale')
}
@media screen and (max-width:680px) {
	.m-top-company-separator {
		padding-top: 64px
	}
}
@media screen and (max-width:680px) {
	.m-top-company-separator {
		padding-bottom: 64px
	}
}
@media screen and (max-width:680px) {
	.m-top-company-separator {
		margin-top: 64px
	}
}
.m-top-company-separator h1 {
	color: #fff;
	text-align: center;
	font-size: 3.2rem;
	letter-spacing: .01em;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600
}
@media screen and (max-width:680px) {
	.m-top-company-separator h1 {
		font-size: 2.5rem
	}
}
@media screen and (max-width:680px) {
	.m-header--top-page .m-header--top-page__nav {
		padding: 25px 0
	}
	.m-top-keyvisual h1 img {
		width: 70%
	}
	.m-top-keyvisual {
		background-image: url(images/top_image_sp@2x.jpg)
	}
	.m-top-apparel .m-top-apparel__item:nth-of-type(1) {
		margin-bottom: 64px
	}
}
@media screen and (max-width:680px) and (max-width:680px) {
	.m-top-apparel .m-top-apparel__item:nth-of-type(1) {
		margin-bottom: 48px
	}
}
@media screen and (max-width:680px) {
	.m-top-team .m-top-team__item {
		margin-bottom: 40px
	}
	.m-top-service ul li {
		padding-bottom: 32px
	}
	.m-top-partners ul.m-top-partners__list li {
		margin: 0 15px 30px
	}
}
.m-company-keyvisual {
	color: #fff;
	text-align: center
}
.m-company-keyvisual h1 {
	font-size: 3.2rem;
	letter-spacing: .01em;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600
}
@media screen and (max-width:680px) {
	.m-company-keyvisual h1 {
		font-size: 2.5rem
	}
}
.m-company-message {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #e1e1e1
}
@media screen and (max-width:680px) {
	.m-company-message {
		padding-top: 64px
	}
}
@media screen and (max-width:680px) {
	.m-company-message {
		padding-bottom: 64px
	}
}
.m-company-message h2 {
	text-align: center;
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1;
	font-weight: 700;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 300;
	margin-bottom: 32px
}
.m-company-message p {
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #555
}
.m-conmapy-profile {
	padding-top: 160px
}
@media screen and (max-width:680px) {
	.m-conmapy-profile {
		padding-top: 120px
	}
}
.m-conmapy-profile ul li {
	padding-bottom: 32px
}
.m-conmapy-profile ul li h3 {
	font-size: 2.4rem;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600;
	margin-bottom: 32px
}
@media screen and (max-width:680px) {
	.m-conmapy-profile ul li h3 {
		font-size: 1.9rem
	}
}
.m-conmapy-profile ul li p {
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #555
}
.m-conmapy-profile .m-company-profile-item-border {
	border-bottom: 1px solid #e1e1e1
}
.m-company-info {
	padding-top: 160px
}
@media screen and (max-width:680px) {
	.m-company-info {
		padding-top: 120px
	}
}
.m-company-info .m-company-info__content .m-company-info__table {
	margin-bottom: 80px
}
@media screen and (max-width:680px) {
	.m-company-info .m-company-info__content .m-company-info__table {
		margin-bottom: 64px
	}
}
.m-company-info .m-company-info__content .m-company-info__table dl {
	padding-top: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e1e1e1
}
.m-company-info .m-company-info__content .m-company-info__table dl:after {
	content: "";
	display: block;
	clear: both
}
.m-company-info .m-company-info__content .m-company-info__table dl dd, .m-company-info .m-company-info__content .m-company-info__table dl dt {
	float: left;
	font-size: 1.4rem
}
.m-company-info .m-company-info__content .m-company-info__table dl dt {
	width: 130px;
	font-weight: 700
}
@media (max-width:1000px) {
	.m-company-info .m-company-info__content .m-company-info__table dl dt {
		width: 100px
	}
}
.m-company-info .m-company-info__content .m-company-info__table dl dd {
	-ms-word-break: break-all;
	word-break: break-all;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}
@media screen and (max-width:1000px) and (min-width:680px) {
	.m-company-info .m-company-info__content .m-company-info__table dl dt {
		width: 30%
	}
	.m-company-info .m-company-info__content .m-company-info__table dl dd {
		width: 70%
	}
}
.m-company-info .m-company-info__content .m-company-info__actions {
	padding-top: 80px;
	padding-bottom: 80px
}
@media screen and (max-width:680px) {
	.m-company-info .m-company-info__content .m-company-info__actions {
		padding-top: 64px
	}
}
@media screen and (max-width:680px) {
	.m-company-info .m-company-info__content .m-company-info__actions {
		padding-bottom: 64px
	}
}
.m-conmapy-profile p {
	margin-bottom: 32px
}
@media screen and (max-width:680px) {
	.m-company-info .m-company-info__content .m-company-info__table dl {
		display: flex
	}
	.m-company-info .m-company-info__content .m-company-info__table dl dt {
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%
	}
	.m-company-info .m-company-info__content .m-company-info__table dl dd {
		-webkit-flex: 1 0 70%;
		-ms-flex: 1 0 70%;
		flex: 1 0 70%
	}
}
.m-news-list li {
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.m-news-list li:hover {
	border-bottom: 1px solid #111
}
.m-news-list li a {
	display: block;
	padding-top: 32px;
	padding-bottom: 32px;
	text-decoration: none
}
.m-news-list li p {
	font-size: 1.3rem;
	margin-bottom: 16px;
	color: #9b9b9b
}
.m-news-list li h2 {
	padding-right: 20px;
	font-size: 1.6rem;
	color: #555;
	font-weight: 700;
	-ms-word-break: break-all;
	word-break: break-all
}
.m-news-list li .arrow:before {
	content: "";
	display: block;
	position: absolute;
	top: 45%;
	top: calc(50% - 5px);
	top: -weblot-calc(50% - 5px);
	width: 11px;
	height: 11px;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.m-news-list li:hover .arrow:before {
	border-color: #111
}
.m-news-actions {
	padding-top: 80px;
	padding-bottom: 80px
}
@media screen and (max-width:680px) {
	.m-news-actions {
		padding-top: 64px
	}
}
@media screen and (max-width:680px) {
	.m-news-actions {
		padding-bottom: 64px
	}
}
.m-servise-detail__section {
	margin-top: 160px;
	margin-bottom: 64px
}
@media screen and (max-width:680px) {
	.m-servise-detail__section {
		margin-top: 120px
	}
}
@media screen and (max-width:680px) {
	.m-servise-detail__section {
		margin-bottom: 48px
	}
}
.m-servise-detail__section .m-servise-detail__section__actions {
	margin-top: 64px;
	margin-bottom: 64px
}
@media screen and (max-width:680px) {
	.m-servise-detail__section .m-servise-detail__section__actions {
		margin-top: 48px
	}
}
@media screen and (max-width:680px) {
	.m-servise-detail__section .m-servise-detail__section__actions {
		margin-bottom: 48px
	}
}
.m-servise-detail__section .m-servise-detail__section__main-text {
	font-size: 2.4rem;
	margin-bottom: 32px
}
@media screen and (max-width:680px) {
	.m-servise-detail__section .m-servise-detail__section__main-text {
		font-size: 1.9rem
	}
}
.m-servise-detail__section .m-servise-detail__section__main-text h2 {
	line-height: 1;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600;
	margin-bottom: 32px
}
.m-servise-detail__section .m-servise-detail__section__main-text p {
	line-height: 2;
	font-size: 1.6rem
}
.m-servise-detail__section .m-servise-detail__section__hero-image img {
	width: 100%
}
.m-servise-detail--production .m-servise-detail--production__brands {
	margin-top: 64px
}
@media screen and (max-width:680px) {
	.m-servise-detail--production .m-servise-detail--production__brands {
		margin-top: 48px
	}
}
.m-servise-detail--production .m-servise-detail--production__brands h2 {
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, sans-serif!important;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 32px
}
.m-servise-detail--production ul.m-servise-detail--production__brands-list li figure img {
	width: 100%;
	margin-bottom: 12px
}
.m-servise-detail--production ul.m-servise-detail--production__brands-list li figure figcaption {
	font-size: 1.6rem
}
@media screen and (max-width:680px) {
	.m-servise-detail--production ul.m-servise-detail--production__brands-list li:not(:last-child) {
		margin-bottom: 24px
	}
	.m-servise-detail--production ul.m-servise-detail--production__brands-list li figure img {
		margin-bottom: 2px
	}
}
.m-showcase-list {
	margin-bottom: 120px
}
@media screen and (max-width:680px) {
	.m-showcase-list {
		margin-bottom: 64px
	}
}
.m-showcase-list .m-showcase-list__item {
	margin-bottom: 40px
}
.m-showcase-list-actions {
	margin-top: -40px;
	margin-bottom: 120px
}
@media screen and (max-width:680px) {
	.m-showcase-list-actions {
		margin-bottom: 64px
	}
}
.m-showcase-detail .m-showcase-detail__header {
	padding-top: 160px;
	padding-bottom: 120px
}
@media screen and (max-width:680px) {
	.m-showcase-detail .m-showcase-detail__header {
		padding-top: 120px
	}
}
@media screen and (max-width:680px) {
	.m-showcase-detail .m-showcase-detail__header {
		padding-bottom: 64px
	}
}
.m-showcase-detail .m-showcase-detail__header h1 {
	margin-bottom: 16px;
	font-size: 3.2rem;
	letter-spacing: .01em;
	font-weight: 700;
	line-height: 1;
	text-align: center
}
@media screen and (max-width:680px) {
	.m-showcase-detail .m-showcase-detail__header h1 {
		font-size: 2.5rem
	}
}
.m-showcase-detail .m-showcase-detail__header p {
	text-align: center;
	margin-bottom: 32px;
	color: #aaa
}
.m-showcase-detail .m-showcase-detail__header .m-showcase-detail__header__sns {
	text-align: center
}
.m-showcase-detail .m-showcase-detail__header .m-showcase-detail__header__sns a {
	text-decoration: none;
	cursor: auto
}
.m-showcase-detail .m-showcase-detail__header .m-showcase-detail__header__sns .m-showcase-detail__wrapper__follower {
	margin: 0 12px
}
.m-showcase-detail .m-showcase-detail__header .m-showcase-detail__header__sns .m-showcase-detail__wrapper__follower img {
	width: 24px;
	margin-right: 12px
}
.m-showcase-detail .m-showcase-detail__header .m-showcase-detail__header__sns .m-showcase-detail__wrapper__follower span {
	display: inline-block;
	margin-top: 16px;
	color: #555;
	font-size: 2.4rem;
	font-weight: 700
}
.m-showcase-detail .m-showcase-detail__header .m-showcase-detail__header__border {
	margin: 0 auto;
	width: 300px;
	border-bottom: 1px solid #9b9b9b
}
.m-showcase-detail__conetnt .m-showcase-detail__conetnt__image {
	margin-bottom: 80px
}
@media screen and (max-width:680px) {
	.m-showcase-detail__conetnt .m-showcase-detail__conetnt__image {
		margin-bottom: 64px
	}
}
.m-showcase-detail__conetnt .m-showcase-detail__conetnt__image img {
	width: 100%
}
.m-showcase-detail-actions {
	margin-top: 80px;
	margin-bottom: 80px
}
@media screen and (max-width:680px) {
	.m-showcase-detail-actions {
		margin-top: 64px
	}
}
@media screen and (max-width:680px) {
	.m-showcase-detail-actions {
		margin-bottom: 64px
	}
}
.m-article-detail .m-article-detail__header {
	padding-top: 160px;
	padding-bottom: 120px
}
@media screen and (max-width:680px) {
	.m-article-detail .m-article-detail__header {
		padding-top: 120px
	}
}
@media screen and (max-width:680px) {
	.m-article-detail .m-article-detail__header {
		padding-bottom: 64px
	}
}
.m-article-detail .m-article-detail__header h1 {
	padding-bottom: 12px;
	font-size: 3.2rem;
	letter-spacing: .01em;
	line-height: 1.8;
	font-weight: 700
}
@media screen and (max-width:680px) {
	.m-article-detail .m-article-detail__header h1 {
		font-size: 2.5rem
	}
}
.m-article-detail .m-article-detail__header .m-article-detail__header__date {
	color: #9b9b9b
}
.m-article-detail .m-article-detail__header .m-article-detail__header__date:after {
	margin-top: 16px;
	content: "";
	display: block;
	height: 0;
	width: 60px;
	border-bottom: 2px solid #9b9b9b
}
.m-article-detail .m-article-detail__content {
	margin-bottom: 80px
}
@media screen and (max-width:680px) {
	.m-article-detail .m-article-detail__content {
		margin-bottom: 64px
	}
}
.m-article-detail .m-article-detail__content:after {
	content: '';
	display: block;
	clear: both
}
.m-article-detail .m-article-detail__content p {
	color: #555;
	line-height: 1.625;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	margin-bottom: 32px
}
.m-article-detail .m-article-detail__content p a {
	color: #111;
	text-decoration: underline
}
.m-article-detail .m-article-detail__content p a:hover {
	text-decoration: none
}
.m-article-detail .m-article-detail__content img {
	max-width: 100%
}
.m-article-detail .m-article-detail__content b, .m-article-detail .m-article-detail__content strong {
	font-weight: 700
}
.m-article-detail .m-article-detail__content em {
	font-style: italic
}
.m-article-detail .m-article-detail__content .underline, .m-article-detail .m-article-detail__content u {
	text-decoration: underline
}
.m-article-detail .m-article-detail__content .aligncenter {
	display: block;
	margin: 0 auto
}
.m-article-detail .m-article-detail__content .alignright {
	float: right
}
.m-article-detail .m-article-detail__content .alignleft {
	float: left
}
.m-article-detail .m-article-detail__content h1 {
	font-size: 24px;
	font-weight: 700;
	color: #111;
	margin-bottom: 32px
}
.m-article-detail .m-article-detail__content h2 {
	font-size: 22px;
	color: #111;
	margin-bottom: 32px;
	font-weight: 700
}
.m-article-detail .m-article-detail__content h3 {
	font-size: 20px;
	color: #111;
	margin-bottom: 32px;
	font-weight: 700
}
.m-article-detail .m-article-detail__content h4 {
	font-size: 18px;
	color: #111;
	margin-bottom: 32px;
	font-weight: 700
}
.m-article-detail .m-article-detail__content blockquote {
	padding: 24px;
	background-color: #f7f7f7;
	margin-bottom: 32px
}
.m-article-detail .m-article-detail__content blockquote>p:last-child {
	margin: 0
}
.m-article-detail .m-article-detail__content ol, .m-article-detail .m-article-detail__content ul {
	padding-left: 20px;
	margin-bottom: 32px
}
.m-article-detail .m-article-detail__content ol li, .m-article-detail .m-article-detail__content ul li {
	line-height: 26px;
	margin-bottom: 16px
}
.m-article-detail .m-article-detail__content ul li {
	list-style-type: disc
}
.m-article-detail .m-article-detail__content ol li {
	list-style-type: decimal
}
.m-article-detail .m-article-detail__content hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #e1e1e1;
	margin-bottom: 32px
}
.m-article-detail .m-article-detail-actions {
	margin-bottom: 80px
}
@media screen and (max-width:680px) {
	.m-article-detail .m-article-detail-actions {
		margin-bottom: 64px
	}
}
.m-contact-form .m-contact-form__field {
	margin-bottom: 40px
}
.m-contact-form .m-contact-form__note-top {
	margin-bottom: 32px
}
.m-contact-form .m-contact-form__note-top p {
	text-align: center;
	font-size: 1.4rem
}
.m-contact-form .m-contact-form__note-bottom {
	margin-bottom: 80px
}
@media screen and (max-width:680px) {
	.m-contact-form .m-contact-form__note-bottom {
		margin-bottom: 64px
	}
}
.m-contact-form .m-contact-form__note-bottom p {
	font-size: 1.4rem
}
.m-contact-form .m-contact-form-actions {
	margin-bottom: 80px
}
@media screen and (max-width:680px) {
	.m-contact-form .m-contact-form-actions {
		margin-bottom: 64px
	}
}
.contact-col-1 {
	width: 25%;
	float: left;
	padding-left: 20px;
	padding-right: 20px
}
.contact-col-3 {
	width: 75%;
	float: left;
	padding-left: 20px;
	padding-right: 20px
}
.contact-col-3 span[role=alert] {
	font-size: 1.4rem
}
.contact-col-3 input[aria-invalid=true] {
	border-color: #e74c3c
}
.contact-col-3 textarea[aria-invalid=true] {
	border-color: #e74c3c
}
@media screen and (max-width:680px) {
	.contact-col-1, .contact-col-3 {
		width: 100%;
		float: none
	}
}
.wpcf7 .wpcf7-mail-sent-ok, .wpcf7 .wpcf7-validation-errors {
	display: none!important
}
.thanks-content {
	margin-bottom: 160px
}
@media screen and (max-width:680px) {
	.thanks-content {
		margin-bottom: 120px
	}
}
.thanks-content h2 {
	margin-bottom: 32px
}
.thanks-content p {
	font-size: 1.6rem;
	line-height: 1.6
}
.policy__content {
	font-size: 1.4rem;
	line-height: 2.4rem;
	padding-bottom: 80px
}
@media screen and (max-width:680px) {
	.policy__content {
		padding-bottom: 64px
	}
}
.policy__content .policy__content__top-text {
	margin-bottom: 40px
}
.policy__block {
	margin-top: 40px
}
.policy__block h1 {
	font-size: 2.4rem;
	margin-bottom: 32px
}
@media screen and (max-width:680px) {
	.policy__block h1 {
		font-size: 1.9rem
	}
}
.policy__block ul.is-child-list {
	margin-left: 30px
}
.policy__block ul li {
	margin-bottom: 1.5em
}
.policy__block ul li p {
	margin-bottom: 16px
}
.policy__block ul li p.has-order {
	position: relative;
	padding-left: 32px
}
.policy__block ul li p span.order {
	position: absolute;
	top: 0;
	left: 2px
}