@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium");
}

/* =================================
reset
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body{ margin:0px; padding:0px;color:#fff;overflow:hidden;}
p{ margin:0px; padding:0px}
a{color:#fff;}

img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
*a:hover{
	text-decoration: none;
}
a img{
	transition : all 0.5s ease 0s;
}
a img:hover{
	opacity: 0.6;
}
body{
	background:#000;
}

/* 電話番号リンク禁止
---------------------------------------------------- */
@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
@media (max-width: 750px){
	a[href*="tel:"]{
		text-decoration: none;
		color: inherit;
	}
}

/* ----------------------------------------------------------------------
inner
---------------------------------------------------------------------- */
.innerOrigin{
	width:calc(100% - 30px);
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.innerWide{
	width:calc(100% - 30px);
	max-width:1280px;
	margin-left: auto;
	margin-right: auto;
}
.inner960{
	max-width:960px;
	width:calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
.inner768{
	max-width:768px;
	width:calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
角丸
---------------------------------------------------------------------- */
.radius10{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.radius15{
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;	/* Firefox用 */
}
.radius20{
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}

/* ----------------------------------------------------------------------
flexbox
---------------------------------------------------------------------- */
.flexOrigin{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.flex-start{
	justify-content: flex-start;/*要素を左寄せ*/
}
.flex-wrap{
	flex-wrap: wrap; /*flex繰り返し*/
}
.row-reverse{
	flex-direction:row-reverse;	/*flex逆順*/
}
@media screen and (max-width:767px)  {
	.flex-block{
		display: block; /*スマホ時フレックス解除*/
	}
}

@media print, screen and (min-width:768px)  {
	.flexBox02{
		width:48%;
	}
	.flexBox03{
		width:30%;
	}
	.flexBox04{
		width:23%;
	}
}
@media screen and (max-width:767px)  {
	.flexBox02{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox03{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox02:last-child,.flexBox03:last-child{
		margin-bottom: 0;
	}
	.flexBox04{
		width:48%;
		margin-bottom: 20px;
	}
	.flexBox04:nth-child(3),.flexBox04:nth-child(4){
		margin-bottom: 0;
	}
}

/* ----------------------------------------------------------------------
float
---------------------------------------------------------------------- */
.left,.leftPc{
	float:left;
}
.right,.rightPc{
	float:right;
}

@media screen and (max-width:750px)  {
	.leftPc,.rightPc{
		width:100%;
	}
}

/*クリアフィックス*/
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

/* ----------------------------------------------------------------------
タブレット以上のみ表示
---------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	.pc_only{
		display:none !important;
	}
}

/* ----------------------------------------------------------------------
スマホ以下のみ表示
---------------------------------------------------------------------- */
@media screen and (min-width: 768px),print {
	.sp_only{
		display:none !important;
	}
}

* ----------------------------------------------------------------------
フォント（%）
---------------------------------------------------------------------- */
.font50 {
	font-size: 50% ;
}
.font60 {
	font-size: 60% ;
}
.font70 {
	font-size: 70% ;
}
.font80 {
	font-size: 80% ;
}
.font90 {
	font-size: 90% ;
}
.font100 {
	font-size: 100% ;
}
.font110 {
	font-size: 110% ;
}
.font120 {
	font-size: 120% ;
}
.font130 {
	font-size: 130% ;
}
.font150 {
	font-size: 150% ;
}
.font180 {
	font-size: 180% ;
}
.font200 {
	font-size: 200% ;
}
.font230 {
	font-size: 230% ;
}
.font250 {
	font-size: 250% ;
}

/* ----------------------------------------------------------------------
フォント（px）
---------------------------------------------------------------------- */
.font10px{
	font-size: 10px ;
}
.font12px{
	font-size: 12px ;
}
.font14px{
	font-size: 14px ;
}
.font16px{
	font-size: 16px ;
}
.font18px{
	font-size: 18px ;
}
.font20px{
	font-size: 20px ;
}
.font25px{
	font-size: 25px ;
}
.font30px{
	font-size: 30px ;
}
.font35px{
	font-size: 35px ;
}
.font40px{
	font-size: 40px ;
}
.font45px{
	font-size: 45px ;
}
@media screen and (min-width: 768px) {
	.font12-14px{
		font-size: 14px ;
	}
	.font14-16px{
		font-size: 16px ;
	}
	.font15-20px{
		font-size: 20px ;
	}
	.font15-18px{
		font-size: 18px ;
	}
	.font16-18px{
		font-size: 18px ;
	}
	.font16-20px{
		font-size: 20px ;
	}
	.font18-20px{
		font-size: 20px ;
	}
	.font18-25px{
		font-size: 25px ;
	}
	.font20-22px{
		font-size: 22px ;
	}
	.font20-25px{
		font-size: 25px ;
	}
	.font20-30px{
		font-size: 30px ;
	}
	.font22-25px{
		font-size: 25px ;
	}
	.font22-30px{
		font-size: 30px ;
	}
	.font25-30px{
		font-size: 30px ;
	}
	.font28-32px{
		font-size: 32px ;
	}
	.font30-35px{
		font-size: 35px ;
	}
	.font30-40px{
		font-size: 40px ;
	}
}
@media screen and (max-width: 767px) {
	.font12-14px{
		font-size: 12px ;
	}
	.font14-16px{
		font-size: 14px ;
	}
	.font15-20px{
		font-size: 15px ;
	}
	.font15-18px{
		font-size: 15px ;
	}
	.font16-18px{
		font-size: 16px ;
	}
	.font16-20px{
		font-size: 16px ;
	}
	.font18-20px{
		font-size: 18px ;
	}
	.font18-25px{
		font-size: 18px ;
	}
	.font20-22px{
		font-size: 20px ;
	}
	.font20-25px{
		font-size: 20px ;
	}
	.font22-25px{
		font-size: 22px ;
	}
	.font20-30px{
		font-size: 20px ;
	}
	.font22-30px{
		font-size: 22px ;
	}
	.font25-30px{
		font-size: 25px ;
	}
	.font28-32px{
		font-size: 28px ;
	}
	.font30-35px{
		font-size: 30px ;
	}
	.font30-40px{
		font-size: 30px ;
	}
}

/* ----------------------------------------------------------------------
フォントファミリー
---------------------------------------------------------------------- */

.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

/* ----------------------------------------------------------------------
Adobeフォント
---------------------------------------------------------------------- */

.ave_font{
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.copp_font{
	font-family: "copperplate", serif;
	font-weight: 500;
	font-style: normal;
}

.kaisho_font{
	font-family: "ah-hakushu-addressing-font", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.hiramin_font{
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* ----------------------------------------------------------------------
文字詰め
---------------------------------------------------------------------- */
.palt {
	font-feature-settings: "palt";
}

/* ----------------------------------------------------------------------
行間調整
---------------------------------------------------------------------- */
.lh10{
	line-height:1.0em;
}
.lh12{
	line-height:1.2em;
}
.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2em;
}
.lh24{
	line-height:2.4em;
}

/* ----------------------------------------------------------------------
文字揃え
---------------------------------------------------------------------- */
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtJustify{
	text-align:justify;
}


.txtCenterPc{
	text-align:center;
}
@media screen and (max-width: 767px) {
	.txtCenterPc{
		text-align:left;
	}
}

/* ----------------------------------------------------------------------
文字色
---------------------------------------------------------------------- */
.white{
	color:#fff;
}
.blk{
	color:#333;
}
.gray{
	color:#808080;
}
.blue{
	color:#4678c8;
}

/* ----------------------------------------------------------------------
文字スタイル（ウエイト）
---------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}

/* ----------------------------------------------------------------------
文字間
---------------------------------------------------------------------- */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* ----------------------------------------------------------------------
PC・スマホ・タブレットのみ改行
---------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
	.kaigyouTab {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 767px) and (min-width : 641px){
	.kaigyouPc {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 640px){
	.kaigyouPc {
		display: none;
	}
}
@media screen and (min-width: 480px),print{
	.kaigyouSpMini {
		display: none;
	}
}

/* ----------------------------------------------------------------------
margin・padding
---------------------------------------------------------------------- */
/*margin top*/
.mt00 {
	margin-top: 0px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
/*margin bottom*/
.mb00 {
	margin-bottom: 0px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
/*margin left*/
.ml05{
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
/*margin right*/
.mr30 {
	margin-right: 30px;
}
/*padding top*/
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}
/*padding bottom*/
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
.pd10{
	padding: 10px;
}
.pd15{
	padding: 15px;
}
.pd20{
	padding: 20px;
}
.pd25{
	padding: 25px;
}
.pd30{
	padding: 30px;
}

/* ----------------------------------------------------------------------
画像
---------------------------------------------------------------------- */
img.img100{
	width:100%;
	display:block;
}
img.imgCenter{
	max-width: 100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.imgLeft{
	max-width: 100%;
	display:block;
	margin-right:auto;
}
img.imgRight{
	max-width: 100%;
	display:block;
	margin-left:auto;
}

/* ----------------------------------------------------------------------
背景色
---------------------------------------------------------------------- */
.bgWhite{
	background:#fff;
}

/* ----------------------------------------------------------------------
 ページ内リンク
---------------------------------------------------------------------- */
@media screen and (min-width: 1201px){
	a.scroll_point {
	 height: 1px;
	 /*margin-top: -100px;
	 padding-top: 100px;*/
	 display: block;
	}
}
@media screen and (max-width: 1200px){
	 a.scroll_point {
	 height: 1px;
	 display: block;
	 /*margin-top: -60px;
	 padding-top: 60px;*/
	}
}

/* ----------------------------------------------------------------------
 スクロールフェード
---------------------------------------------------------------------- */
.fade {
	opacity: 0;
	transform: translateY(50px);
}
.fade01 {
	transition: opacity 1.5s, transform 1s;	
}
.fade02 {
	transition: opacity 1.5s, transform 1s;
	transition-delay: 0.1s;
}
.fade03 {
	transition: opacity 1.5s, transform 1s;	
	transition-delay: 0.2s;
}
.fade04 {
	transition: opacity 1.5s, transform 1s;		
	transition-delay: 0.3s;
}
.fade.move {
	opacity: 1;
	transform: translateY(0px);
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
.header-bar-inner{
	position:relative;
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (min-width: 1201px) and (max-width:1935px){
	.header-bar-inner{
		width:calc(100% - 15px);
		margin-left:auto;
		margin-right:0;
	}
}
@media only screen and (max-width: 1200px) {
	.header-bar{
		border-bottom: none;
        box-shadow:none;
	}
	.global-nav-button{
		border-left:none;
	}
	.global-nav-button:before{
		color:#fff;
	}
}
.logo{
	width:330px;
	max-width:330px;
}
h1.logo a img{
	width:330px;
}
@media only screen and (max-width: 768px) {
	.logo{
		width:200px;
		max-width:330px;
	}
	h1.logo a img{
		width:200px;
	}
}
@media only screen and (max-width: 420px) {
	.logo,h1.logo a img{
		width:180px;
	}
}

/* ----------------------------------------------------------------------
 グローバルメニュー
---------------------------------------------------------------------- */
.global-nav a{
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0.1em;
}
.global-nav a:hover{
	color:#999;
}
.global-nav .current-menu-item > a{
	color:#f2f2f2;
}

/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
.mvInner{
	position:relative;
}
.mvInner img{
	display:block;
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	object-fit:cover;
	height:calc(100svh - 100px);
}
@media only screen and (max-width: 1200px) {
	.mvInner img{
		height:calc(100svh - 55px);
	}
}

/*------- 動くスクロールボタン -------*/
/* スクロールダウンの位置 */
.scroll {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 15%;
	writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
	animation: scroll 2s infinite;
	background-color: #fff;
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
}

/* ----------------------------------------------------------------------
 signage
---------------------------------------------------------------------- */
.signage{
	background-color:transparent;
	height:250px;
}
.signage-content{
	-webkit-animation: fadeIn 0.5s ease 1.0s;
	-moz-animation: fadeIn 0.5s ease 1.0s;
	-ms-animation: fadeIn 0.5s ease 1.0s;
	-o-animation: fadeIn 0.5s ease 1.0s;
	animation: fadeIn 0.5s ease 1.0s;
	animation-fill-mode: both;
	text-align:left;
}
.signageTxt{
	margin-left: auto;
    margin-right: auto;
}
.signageTxt p{
	font-size:60px;
	line-height:1em;
	letter-spacing:0.3em;
}
.signageTxt div{
	content:"";
	width:200px;
	height:3px;
	background: #FFFFFF;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
	margin:10px 0 15px;
}

@media only screen and (max-width: 1200px) {
	.signageTxt p{
		font-size:50px;
	}
}
@media only screen and (max-width: 767px) {
	.signageTxt p{
		font-size:40px;
	}
}

/* ----------------------------------------------------------------------
 パンくずリスト
---------------------------------------------------------------------- */
.breadcrumb-wrapper{
	position:relative;
	background: rgba(0, 0, 0, 0.7);
}
.breadcrumbInner{
	max-width:1920px;
	width:calc(100% - 30px) !important;
}
.breadcrumb li span{
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0.2em;
}
.signageTxt{
	width:calc(100% - 30px);
	max-width:1920px;
}

/* ----------------------------------------------------------------------
 言語切り替えスイッチャー
---------------------------------------------------------------------- */
.lang{
	position:absolute;
	top:0;
	right:15px;
	z-index:9999;
}
.lang ul li{
	display:inline-block;
}
.lang ul li:first-child{
	margin-right:5px;
}
.lang ul li a{
	color:#333;
	display:block;
	text-align:center;
	background:#fff;
	font-size:14px;
	line-height:20px;
	padding:0 10px;
	box-sizing:border-box;
	border-radius:0 0 5px 5px;
}

@media only screen and (max-width: 1200px) {
	.lang{
		top: 17.5px;
		right:60px;
	}
	.lang ul li a{
		border-radius:5px;
	}
}
@media only screen and (max-width: 767px) {
	.lang ul li a{
		font-size:11px;
		padding:0 5px;
	}
	.lang ul li:first-child{
		margin-right:0;
	}
}

/* ----------------------------------------------------------------------
 見出し
---------------------------------------------------------------------- */
.tit{
	position:relative;
	padding-bottom:100px;
}
.tit::after{
	position:absolute;
	bottom:0;
	content:"";
	width:1px;
	height:80px;
	background:#fff;
}
.tit p{
	letter-spacing:0.3em;
}
.titCenter{
	text-align:center;
}
.titCenter::after{
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* ----------------------------------------------------------------------
 共通
---------------------------------------------------------------------- */
/*全体*/
.content{
	margin-bottom:100px;
}
@media only screen and (max-width: 767px) {
	.content{
		margin-bottom:75px;
	}
}
/*ボタン*/
.btn {
	position: relative;
	border: none;
	border-bottom: 1px solid #fff;
	width: 200px;
	max-width: 90%;
}
.btn::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #fff;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}
.btn a{
	display:block;
	width:100%;
	transition : all 0.5s ease 0s;
}
.btn a:hover{
	color:#999;
}
.btnCenter{
	margin-left:auto;
	margin-right:auto;
}

/* ----------------------------------------------------------------------
Loading
---------------------------------------------------------------------- */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 3.0s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
	opacity: 0;
	animation: logo_fade 3s 0.5s forwards;
	width: 300px;
	display:block;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */

/*CONCEPT*/


/*WORKS*/
.topWorksWrap{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
.topWorksBox{
	position:relative;
	width:49%;
	padding-bottom:70px;
	margin-bottom:40px;
}
.topWorksTit{
	position:relative;
	padding-top:65px;
}
.topWorksTit p{
	position:relative;
	z-index:2;
}
.topWorksTit h4{
	position:absolute;
	top:0;
	left:15px;
	font-size:100px;
	opacity:0.3;
}
@media only screen and (max-width: 767px) {
	.topWorksBox{
		width:100%;
	}
	.topWorksTit h4{
		font-size:85px;
	}
	.topWorksTit{
		padding-top:50px;
	}
}
.topWorksTxt{
	padding:0 15px;
	box-sizing:border-box;
}
.topWorksTxt ul{

}
.topWorksTxt ul li{
	border-bottom:1px #fff dashed;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}
.topWorksTxt ul li::before{
	content:"・";
}
.topWorksNext{
	position:absolute;
	bottom:0;
	left:15px;
}

/*COMPANY*/
.topCompany{
	background:url(images/bg_top_company.png) no-repeat top center;
	background-size:cover;
	padding:65px 0;
}
.topCompanyTxt{
	text-align:center;
}
.topCompanyTxt img.imgCenter{
	width:300px;
	max-width:100%;
}
.topCompanyTxt a{
	text-align:center;
	letter-spacing:0.3em;
	display:inline-block;
}

/* ----------------------------------------------------------------------
 事業内容
---------------------------------------------------------------------- */
.worksContent{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:80px;
}
.worksContent02{
	flex-direction: row-reverse;
}
.worksImg,.worksTxt{
	width:50%;
}
.worksImg{
	position:relative;
}
.worksImg p{
	position:absolute;
	bottom:10px;
	left:10px;
}
.worksImg img{
	display:block;
	width:100%;
	object-fit:cover;
	height:700px;
}
.worksTxtInner{
	max-width: 600px;
	width: calc(100% - 20px);
	box-sizing: border-box;
}
.worksContent01 .worksTxtInner{
	padding: 0 0 0 40px;
	margin-right: auto;
}
.worksContent02 .worksTxtInner{
	padding: 0 40px 0 0;
	margin-left: auto;
}
.worksTxtInner .tit{
	padding-top:60px;
}
.worksTxtInner .tit::after{
	left:60px;
}
.worksTxtInner .tit p{
	position:relative;
	font-size:45px;
	left:30px;
	z-index:2;
	line-height:1em;
}
.worksTxtInner .tit h3{
	position:absolute;
	top:0;
	left:0;
	color:#333;
	font-size:120px;
	line-height:1em;
}
@media only screen and (max-width: 960px) {
	.worksContent{
		display:block;
	}
	.worksImg,.worksTxt{
		width:100%;
	}
	.worksImg{
		margin-bottom:40px;
	}
	.worksImg img{
		height:450px;
	}
	.worksContent .worksTxtInner{
		max-width: 768px;
		padding: 0 25px 0 25px !important;
		margin:0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.worksImg img{
		height:350px;
	}
	.worksTxtInner .tit{
		padding-top: 50px;
	}
	.worksTxtInner .tit h3{
		font-size:100px;
	}
	.worksTxtInner .tit p{
		font-size:35px;
	}
}
@media only screen and (max-width: 480px) {
	.worksImg img{
		height:300px;
	}
	.worksContent .worksTxtInner{
		padding: 0 15px 0 15px !important;
	}
	.worksTxtInner .tit{
		padding-top: 45px;
	}
	.worksTxtInner .tit h3{
		font-size:80px;
	}
	.worksTxtInner .tit p{
		font-size:25px;
	}
}

/* ----------------------------------------------------------------------
 会社概要
---------------------------------------------------------------------- */
.company{
	margin-bottom:100px;
}
.company .inner960{
	position:relative;
	padding-top:35px;
}
.company h3{
	position:absolute;
	top:0;
	left:0;
	font-size:45px;
	font-weight:normal;
}
table.companyTb{
	position:relative;
	width:100%;
	background:#000;
	z-index:2;
	border-top:1px #fff solid;
}
table.companyTb th{
	font-weight:normal;
}
table.companyTb th,table.companyTb td{
	padding:20px 15px;
	border-bottom:1px #fff solid;
	text-align:left;
	letter-spacing:0.1em;
}

@media only screen and (max-width: 767px) {
	table.companyTb,table.companyTb tbody,table.companyTb tr,
	table.companyTb th,table.companyTb td{
		display:block;
	}
	table.companyTb th{
		border-bottom:1px #333 dashed;
	}
}

/* ----------------------------------------------------------------------
 お問い合わせ
---------------------------------------------------------------------- */
.contact .wpcf7{
	background:none;
	border:none;
	margin:0;
	font-size:18px;
}
.contact .wpcf7 form{
	margin:0;
}
table.contactTb{
	
}
table.contactTb,table.contactTb tbody,table.contactTb tr,
table.contactTb th,table.contactTb td{
	display:block;
	text-align:left;
	width:100%;
}
table.contactTb tr{
	padding-bottom:5px;
	border-bottom:1px #fff solid;
	margin-bottom:40px;
}
table.contactTb th{
	font-size:25px;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:10px;
	letter-spacing:0.1em;
}
table.contactTb th span{
	font-size:70%;
	color:#808080;
	letter-spacing:0.2em;
}
.contact.wpcf7 input[type=text]{
	width:100%;
}
.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 select,.wpcf7 textarea,.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 textarea:focus{
	-webkit-appearance: none;
	outline: none;
	text-shadow:none;
	-webkit-box-shadow:none;
	border:none;
	color:#fff;
}
.wpcf7 input, .wpcf7 textarea{
	padding:20px 15px;
	background:transparent;
}

@media only screen and (max-width: 767px) {
	table.contactTb th{
		font-size:20px;
	}
}

.wpcf7 input.wpcf7-submit{
	background:#fff;
	color:#000;
	line-height:1em;
	height:60px;
}
.wpcf7 input.wpcf7-submit:hover{
	background:#ccc;
}

/*「Simple Cloudflare Turnstile」を中央揃えにする*/
div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
}


/* ----------------------------------------------------------------------
 プライバシーポリシー
---------------------------------------------------------------------- */
.privacyBox{
	margin-bottom:50px;
}
.privacyBox h3{
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	box-sizing:border-box;
	margin-bottom:25px;
}
.privacyBox ul{
	list-style:disc;
	padding-left:2em;
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
.footer{
	margin-top:0;
}
.footer-bar01{
	border-top:1px #fff solid;
}
.footSitemap img.imgCenter{
	width:30px;
}
ul.footSitemapLink{
	list-style:none;
	text-align:center;
}
ul.footSitemapLink li{
	display:inline-block;
	padding:0 15px;
}
ul.footSitemapLink li a{
	color:#fff;
	transition : all 0.5s ease 0s;
	letter-spacing:0.1em;
	line-height:2.5em;
}
ul.footSitemapLink li a:hover{
	color:#999;
}