@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:#000}
p{ margin:0px; padding:0px}
a{color:#000;}
/*@media print{
	body{
		width: 100%;
	}
}*/

img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
*a:hover{
	text-decoration: none;
}


/* bootstrap.css基本の打消し
---------------------------------------------------- */
body{ margin:0px; padding:0px}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}

.navbar {
	margin-bottom:0px;
	border:none;
}
@media print{
	.navbar {
		margin-bottom:0px;
	}
}

/* 電話番号リンク禁止
---------------------------------------------------- */
.disable-auto-tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
@media screen and (min-width:480px),print  {
    .disable-auto-tel-sp a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    }
}
@media screen and (max-width:480px)  {
    .disable-auto-tel-sp a[href^="tel:"] {
        text-decoration: none;
    }
}
@media (min-width: 751px),print {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color:inherit;
    }
}
@media (max-width: 751px){
    a[href*="tel:"]{
        text-decoration: none;
        color:inherit;
    }
}
span.fax a[href*="tel:"]{
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}



/* ----------------------------------------------------------------------
 inner
---------------------------------------------------------------------- */
.inner{
	width:calc(100% - 30px);
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.inner960{
	width:calc(100% - 30px);
	max-width:960px;
	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-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:22%;
	}
	.flexBoxTopL{
		width:48%;
	}
	.flexBoxTopL{
		width:48%;
	}
}
@media screen and (max-width:767px)  {
	.flexBox02{
		width:100%;
		margin-bottom: 30px;
	}
	.flexBox03{
		width:100%;
	}
	.flexBox02:last-child,.flexBox03:last-child{
		margin-bottom: 0;
	}
	.flexBox04{
		width:48%;
	}
}


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

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


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

@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%;
}

.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;
}
@media screen and (min-width: 768px),print {
	.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-25px{
		font-size: 25px;
	}
	.font20-30px{
		font-size: 30px;
	}
	.font22-30px{
		font-size: 30px;
	}
	.font25-30px{
		font-size: 30px;
	}
	.font25-35px{
		font-size: 35px;
	}
	.font30-35px{
		font-size: 35px;
	}
	.font35-40px{
		font-size: 40px;
	}
	.font40-45px{
		font-size: 45px;
	}
	.font40-50px{
		font-size: 50px;
	}
	.font45-50px{
		font-size: 50px;
	}
	.font50-55px{
		font-size: 55px;
	}
	.font55-60px{
		font-size: 60px;
	}
}
@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-25px{
		font-size: 20px;
	}
	.font20-30px{
		font-size: 20px;
	}
	.font22-30px{
		font-size: 22px;
	}
	.font25-30px{
		font-size: 25px;
	}
	.font25-35px{
		font-size: 25px;
	}
	.font30-35px{
		font-size: 30px;
	}
	.font35-40px{
		font-size: 35px;
	}
	.font40-45px{
		font-size: 40px;
	}
	.font40-50px{
		font-size: 40px;
	}
	.font45-50px{
		font-size: 45px;
	}
	.font50-55px{
		font-size: 50px;
	}
	.font55-60px{
		font-size: 55px;
	}
}

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

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


/* ----------------------------------------------------------------------
行間調整
---------------------------------------------------------------------- */
.lh10{
	line-height:1.0em !important;
}
.lh12{
	line-height:1.2em !important;
}
.lh15{
	line-height:1.5em !important;
}
.lh18{
	line-height:1.8em !important;
}
.lh20{
	line-height:2em !important;
}
.lh25{
	line-height:2.5em !important;
}
.lh20-25{
	line-height:2.5em !important;
}
@media screen and (max-width: 767px) {
	.lh20-25{
		line-height:2.0em !important;
	}
}

/* ----------------------------------------------------------------------
 文字揃え
---------------------------------------------------------------------- */
.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: 860px) {
	.txtCenterPc{
		text-align:left;
	}
}


/* ----------------------------------------------------------------------
 文字色
---------------------------------------------------------------------- */
.white{
	color:#fff;
}
.green{
	color:#5ed45e;
}
.dGreen{
	color:#57715a;
}

/* ----------------------------------------------------------------------
 文字スタイル
---------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}

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

/* ----------------------------------------------------------------------
 スマホのみ改行
---------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
 .kaigyouSp {
  display: none;
 }
}
@media print, screen and (min-width: 480px) {
	.kaigyouSpMini {
	 display: none;
	}
   }
@media screen and (max-width: 1000px) {
 .kaigyouPc {
  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;
  }
  
  /*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;
}
@media print{
	.invisible{
		visibility:visible;
	}
}

/* ----------------------------------------------------------------------
 背景色
---------------------------------------------------------------------- */
.bgWhite{
	background:#fff;
}
.bgGray{
	background:#f1f1f1;
}
.bgGreen{
	background:#5ed45e;
}
.bgDgreen{
	background:#57715a;
}

/* ----------------------------------------------------------------------
 ボタン
---------------------------------------------------------------------- */
/*ボタンサイズ*/
.btn150{ /*ボタンW150*/
	max-width:150px;
}
.btn250{ /*ボタンW250*/
	max-width:250px;
}
.btn300{ /*ボタンW300*/
	max-width:300px;
}
.btn350{ /*ボタンW350*/
	max-width:350px;
}

/*ボタンセンタリング*/
.btnCenter{
	margin-left: auto;
	margin-right: auto;
}



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

/* ----------------------------------------------------------------------
 スクロールフェード
---------------------------------------------------------------------- */
@media only screen{
	.fade {
		opacity: 0;
		transform: translateY(50px);
	}
	.fade01 {
		transition: opacity 2.0s, transform 1s;	
	}
	.fade02 {
		transition: opacity 2.0s, transform 1.5s;	
	}
	.fade03 {
		transition: opacity 2.0s, transform 2.0s;	
	}
	.fade04 {
		transition: opacity 2.0s, transform 2.5s;	
	}
	.fade.active {
		opacity: 1;
		transform: translateY(0px);
	}
}
@media print{
	.fade{
		opacity: 1;
		transform: translateY(0px);
	}
}

/* ----------------------------------------------------------------------
 wow
---------------------------------------------------------------------- */
@media print{
	.animate__animated{
		visibility: visible !important;
		animation-duration:0 !important;
		transition-duration:0 !important;
	}
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */


/*ヘッダーロゴ*/
h1.headLogo img{
	display: block;
}
h1.headLogo{
	margin: 0;
	position: relative;
	top:15px;
	padding-left: 15px;
}
h1.headLogo a{
	display: block;
}
@media screen and (min-width: 1200px),print{
	h1.headLogo a{
		width:360px;
		height: 70px;
	}
	h1.headLogo img{
		width:100%;
	}
}
@media screen and (max-width: 1199px) {
	h1.headLogo{
		top:12.5px;
	}
	h1.headLogo a{
		width:200px;
	}
}

.drawer_menu a {
	color: inherit;
	text-decoration: none;
}
.drawer_menu a:visited {
	color: inherit;
}

/* PC用ナビゲーション */
@media screen and (min-width: 1200px),print {
	.navbar-fixed-top,.drawer_menu .drawer_nav_wrapper {
		width:100%;
		height: 100px;
	}
}
@media print{
	.navbar-fixed-top,.drawer_menu .drawer_nav_wrapper{
		max-width: 1200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1199px) {
	.navbar-fixed-top,.drawer_menu .drawer_nav_wrapper {
		height: 65px;
		background: transparent;
	}
}
.drawer_menu .drawer_nav_wrapper {
	transform: translate(0);
	width:65%;
	max-width: 750px;
	position: relative;
	top: auto;
	right: auto;
	z-index: 100;
	background-color: transparent;
	/* PC用メニュー背景色 */
}

.drawer_menu .drawer_nav {
	width:100%;
	/* コンテンツ幅に合わせる */
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li {
	font-family:'NotoSansBold';
	font-size: 16px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	/* PC用メニュー高さ */
	line-height: 85px;
	/* PC用メニュー高さ */
	background-color: transparent;
	/* PC用メニューボタン背景色 */
	text-align: center;
	list-style-type: none;
	position: relative;
}



.drawer_menu .drawer_nav li:hover {
	background-color: transparent;
	text-decoration: none;
	/* PC用メニューボタンマウスオーバー背景色 */
}

.drawer_menu .drawer_nav li a {
	color: #fff;
	font-family:'NotoSansJP-Medium';
	height: 100px;
	width: 100%;
	display: table;
}
li.gmenu{
	position: relative;
}

p.headMail_sp{
	font-size:14px;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 10px 0;
	color:#fff;
	text-align: center;
}

@media screen and (min-width:1200px),print {
	.drawer_menu .drawer_nav li{
		width: calc(100% / 5);
	}
	p.headMail_sp{
		display: table-cell;
		vertical-align: middle;
	}
}
@media screen and (max-width:1199px) {
	.drawer_menu .drawer_nav li a{
		height: 50px;
	}
	img.headMail{
		display: none;
	}
	a.headMailLink{
		background: none !important;
		padding: 0 !important;
	}
	a.headMailLink:hover{
		text-decoration: none;
	}
	p.headMail_sp{
		text-align: left;
		padding: 14px 0 10px 20px;
	}
}

@media print, screen and (min-width: 1200px) {
	p.drawerSub,p.drawerSub:hover{
		position: absolute;
		top: 5em;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		display: block;
		font-family:'Oswald-SemiBold';
		color:#5ed45e;
		line-height: 1;
		z-index: -1;
	}
}
@media screen and (max-width:1199px) {
	.drawer_menu .drawer_nav li:nth-child(5){
		width:100%;
		cursor: pointer;
	}
}


/* PC非表示 */
@media print, screen and (min-width:1200px) {
	.pc-hidden {
		display: none;
		text-align: center;
	}
	p.headMail_sp i{
		display: none;
	}
}
@media screen and (max-width:1199px)  {
	.drawer_menu .drawer_nav li p.drawerSub{
		display: none;
	}
	li.selectLanguage{
		display: none;
	}
}

@media print, screen and (min-width: 1200px) {
	/* ドロップダウンメニュー2階層目 */
	.drawer_menu .drawer_nav li ul.second-level {
		visibility: hidden;
		list-style-type: none;
		position: absolute;
		z-index: -1;
		top: 150px;
		opacity:0.2;
		margin: 0;
		padding-left: 0;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level {
		visibility: visible;
		z-index: 1;
		top: 100px;
		opacity:1.0;
		/* PC用メニューの高さに合わせる */
		transition: all .5s;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level li {
		width: 200px;
		/* ドロップダウンメニューボタン横幅 */
		height: 50px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level li a {
		display: block;
		background-color: #555;
		/* ドロップダウンメニューの文字の背景色 */
		color: #fff;
		/* ドロップダウンメニューの文字色 */
		font-size: 100%;
		text-decoration: none;
		line-height: 50px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
		background-color: #999;
		/* ドロップダウンメニューマウスホバー背景色 */
	}
	.touch-btn {
		display: none;
	}
}


/* グローバルメニューのアンダーライン */
li.gmenu .gmenu_inner{
	display: block;
	position: relative;
	text-decoration: none;
}
li.gmenu .gmenu_inner::after{
	background-color: #5ed45e;
	width: 0;
	height: 3px;
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	transition: width 0.2s linear;
	box-sizing: border-box;
}

@media screen and (min-width: 1200px),print {
	li.gmenu .gmenu_inner::after{
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	li.gmenu .gmenu_inner::before{
		background-color: transparent;
		width: 100%;
		height: 3px;
		display: block;
		content: " ";
		position: absolute;
		top: 0;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1199px) {
	li.gmenu .gmenu_inner::after{
		left: 0;
	}
}
li.gmenu .gmenu_inner:hover{
	background: none;
}
@media screen and (min-width: 1200px),print {
	li.gmenu .gmenu_inner {
		width: 100%;
		text-align: center; 
	}
	li.gmenu .gmenu_inner:hover::after {
		width: 100%; 
	}
}
li.gmenu .gmenu_inner.active::after {
	width: 100%; 
}
@media print{
	li.gmenu .gmenu_inner {
		width: 100%;
		text-align: center; 
	} 
}


/*+++ Default Button Color +++*/

.drawer_menu .drawer_button {
	color: #fff;
	/* ハンバーガーメニュー文字色 */
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #fff;
	/* ハンバーガーメニュー三本線の色 */
}

/* 1050px以下 */

/*SPドロワーメニュー*/
@media screen and (min-width: 1200px),print {
	a.draweLogo{
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	a.draweLogo{
		display: block;
		width: 180px;
		padding:20px 0 10px;
		margin: 0 auto;
	}
	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(51, 51, 51, 0.5);
		display: none;
		top: 0;
		left: 0;
	}
	.drawer_menu .drawer_button {
		display: block;
		background-color: transparent;
		color: #fff;
		border: none;
		padding: 5px;
		width: 50px;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: fixed;
		top: 5px;
		right: 10px;
		z-index: 1001;
		text-align: center;
		outline: none;
	}

	.drawer_menu .drawer_button.active .drawer_bar {
		width: 40px;
	}

	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(20deg);
	}

	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}

	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-20deg);
	}

	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}

	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}

	.drawer_menu .drawer_bar {
		display: block;
		height: 2px;
		margin: 5px 2px;
		transition: all 0.2s;
		transform-origin: 0 0;
	}

	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 10px;
	}

	.drawer_menu .drawer_close {
		letter-spacing: 0.08em;
		display: none;
	}

	.drawer_menu .drawer_menu_text {
		display: block;
	}

	.drawer_menu .drawer_nav_wrapper {
		width: 280px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(-280px);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #000;
		/* ドロワーメニュー内背景色 */
		overflow-x: hidden;
		overflow-y: auto;
	}

	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 5px;
	}

	.drawer_menu .drawer_nav li {
		background-color: #000;
		height: auto;
		/*  ドロワーメニューリスト項目高さ */
		position: relative;
		border-bottom: 1px solid #5ed45e;
	}

	.drawer_menu .drawer_nav li a {
		background-color: #000;
		/* ドロワーメニューリスト背景色 */
		color: #fff;
		/* ドロワーメニューリスト文字色 */
		display: block;
		text-align: center;
		font-size:14px;
		line-height: 50px;
	}
	.drawer_menu .drawer_nav li a.active{
		background: #333;
	}
	.drawer_menu .drawer_nav li a:hover{
		text-decoration: none;
	}

	.drawer_menu .drawer_nav li ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}

	.drawer_menu .drawer_nav li ul.second-level li a {
		padding-left: 40px;
	}

	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}

	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}

	.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.pc-hidden {
		text-align: center;
	}
}

/*fixed_header*/
.header{
	position:absolute;
	z-index: 9999;
	width:100%;
	background:rgba(0,0,0,0.3);
	height: 100px;
}
@media print{
	.header{
		padding-top: 0;
		width: 1200px;
		margin: 0 auto;
		background:rgba(0,0,0,0.3);
	}
}
@media only screen{
	.headerFixed{
		position: fixed;
		background:rgba(0,0,0,0.7);
		top: 0;
		left: 0;
		z-index:100;
	}
}
@media screen and (max-width: 1199px) {
	.header,.headerFixed{
		height: 65px
	}
}
@media print{
	.navbar{
		min-height: auto;
	}
}



/* ----------------------------------------------------------------------
 signage
---------------------------------------------------------------------- */
.signage{
	height: 180px;
	position: relative;
}
@media screen and (max-width: 768px) and (min-width:640px) {
	.signage{
		height: 150px;
	}
}
@media screen and (max-width: 639px){
	.signage{
		height: 120px;
	}
}



/* ----------------------------------------------------------------------
 トップへ戻るボタン
---------------------------------------------------------------------- */

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9999;
}
#pageTop i {
	font-size:75%;
	position: relative;
	top:4px;
}
#pageTop a {
	display: block;
	color: #5ed45e;
	font-weight: normal;
	font-size:30px;
	text-decoration: none;
	text-align: center;
	background:#000;
	width:45px;
	height:45px;
	line-height: 0.5;
	box-sizing: border-box;
	border-radius: 5px;
	border:2px #5ed45e solid;
}
#pageTop a span{
	font-size:12px;
	font-weight:bold;
	display: block;
	position: relative;
	top:2px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
.mv{
	position: relative;
	background: #f5f5f7;
}
video.headVideo{
	display: block;
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position:center center;
	height: 100svh;
}
.mvInner{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: calc(100% - 30px);
}
.mvInner img.mvlogoPc,
.mvInner img.mvlogoSp{
	width:500px;
	max-width: 80%;
	animation-iteration-count: 2;
	margin-left: auto;
	margin-right: auto;
}
.mvTxt{
	width:400px;
	max-width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 767px),print{
	.mvInner img.mvlogoPc,
	.mvInner img.mvTxtPc{
		display: block;
	}
	.mvInner img.mvlogoSp,
	.mvInner img.mvTxtSp{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.mv{
		background: #f0f2f4;
	}
	.mvInner img.mvlogoPc,
	.mvInner img.mvTxtPc{
		display: none;	
	}
	.mvInner img.mvlogoSp,
	.mvInner img.mvTxtSp{
		display: block;
	}
	video.headVideo{
		object-position: 20% center;
	}
}


/* ----------------------------------------------------------------------
 スクロールダウン
---------------------------------------------------------------------- */
/*スクロールダウン全体の場所*/
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:20px;
  right:50%;
    /*マウスの動き1.6秒かけて動く永遠にループ*/
  animation:mousemove 1.6s ease-in-out infinite;
  display: block;
}

/*下からの距離が変化して上から下に動く*/
@keyframes mousemove{
      0%{bottom:20px;}
      50%{bottom:10px;}
     100%{bottom:20px;}
 }

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  bottom:45px;
    /*テキストの形状*/
  color: #eee;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  font-family:'メイリオ', 'Meiryo', sans-serif;
}

/*マウスの中の線描写 */
.scrolldown span::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top:10px;
  left:17px;
    /*線の形状*/
  width: 1px;
  height: 15px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: mousepathmove 1.4s linear infinite;
  opacity:0;
}

/*上からの距離・不透明度・高さが変化して上から下に流れる*/
@keyframes mousepathmove{
  0%{
    height:0;
    top:10px;
    opacity: 0;
  }
  50%{
    height:15px;
    opacity: 1;
  }
  100%{
    height:0;
    top:30px;
    opacity: 0;
  }
}

/*マウスの描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-10px;
    /*マウスの形状*/
  width:25px;
  height:37px;
  border-radius: 10px;
  border:1px solid #eee;
}


/*マウスの中の丸の描写*/
.scrolldown:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:26px;
  left:0;
    /*丸の形状*/
  width:5px;
  height: 5px;
  border-radius: 50%;
  border:1px solid #eee;
}



/* ----------------------------------------------------------------------
 ページ共通
---------------------------------------------------------------------- */
.wrapper{
	overflow: hidden;
}
@media print{
	.wrapper{
		padding-top: 0;
		width:1200px;
		margin: 0 auto;
	}
}

main{
	margin-top: 80px;
}
@media screen and (max-width:768px) {
	main{
		margin-top: 50px;
	}
}

/*囲み文字*/
.strokeGr {
    -webkit-text-stroke: 2px #57715a;
    color: transparent;
}
.strokeWh {
    -webkit-text-stroke: 2px #fff;
    color: transparent;
}

/*レイアウト*/
.rowOriTit{
	width: 250px;
}
.rowOriTxt{
	width: calc(100% - 290px);
}
@media screen and (max-width:767px){
	.rowOri .flexOrigin{
		display: block;
	}
	.rowOriTit,.rowOriTxt{
		width: 100%;
	}
	.rowOriTit{
		margin-bottom: 30px;
	}
}
.rowOriTitInner{
	position: relative;
	width: 100%;
	height:250px;
	background: #57715a;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 0 0 15px 0;
}
.rowOriTitInner::before{
	position: absolute;
	content: "";
	border-right: 15px solid transparent;
	border-top: 15px solid #5ed45e; 
	height: 0;
	width: 0;
	top: 0;
	left: 0;
}
@media screen and (max-width:767px){
	.rowOriTitInner{
		height: auto;
	}
}
.rowOriTxt h4 span{
	display: inline-block;
	background: #000;
	padding: 5px 10px 8px;
}

@media screen and (min-width:960px) {
	.rowOriTxt h4 br{
		display: none;
	}
	.rowOriTxt h4 span:nth-child(1){
		padding-right: 0;
	}
	.rowOriTxt h4 span:nth-child(3){
		padding-left: 0;
	}
}
@media screen and (max-width:959px){
	.rowOriTxt h4 span{
		display: inline-block;
	}
	.rowOriTxt h4 span:first-child{
		margin-bottom: 10px;
	}
}

hr.line {
	height: 5px;
	background-image: repeating-linear-gradient(45deg,#57715a 0, #57715a 1px, transparent 0, transparent 50%);
	background-size: 5px 5px;
}

/* ----------------------------------------------------------------------
 signage
---------------------------------------------------------------------- */
.signageWrap{
	position: relative;
}
.signage{
	background: #333;
	height: 250px;
	width: 100%;
}
img.signageWave{
	display: block;
	width: 100%;
}
@media screen and (min-width:1920px),print {
	img.signageWave{
		width: 100%;
		height:225px;
	}
}
.signageInner{
	max-width: 1920px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
}
.signageInner h2,.signageInner p{
	letter-spacing: 0.05em;
}
.signageInner h2{
	font-size:40px;
	margin-bottom: 10px;
}
.signageInner p{
	font-size:14px;
}
.signageTokushohoInner h2{
	letter-spacing: 0;
}
@media screen and (min-width:768px),print {
	.signageTokushohoInner h2 br{
		display: none;
	}
}
@media screen and (max-width:1199px) {
	.signage{
		height: 180px;
	}
	.signageInner{
		padding-top: 85px;
	}
	.signageTokushohoInner h2{
		font-size:30px;
		line-height: 1.5em;
	}
}
@media screen and (max-width:767px) {
	.signageInner h2{
		font-size:30px;
	}
	.signageInner p{
		font-size:12px;
	}
	.signageTokushohoInner{
		padding-top: 75px;
	}
	.signageTokushohoInner h2{
		font-size:28px;
		line-height: 1.2em;
	}
}
@media screen and (max-width:480px) {
	.signage{
		height: 150px;
	}
	.signageInner h2{
		font-size:25px;
		margin-bottom: 5px;
	}
	.signageTokushohoInner h2{
		font-size:22px;
		line-height: 1.2em;
	}
}
.signageIco{
	position: absolute;
	max-width: 1920px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom:0;
}
.signageIco img{
	display: block;
	width: 280px;
	float: right;
}
@media screen and (max-width:1199px) and (min-width:768px) {
	.signageIco img{
		width: 200px;
	}
}
@media screen and (max-width:767px) and (min-width:480px) {
	.signageIco img{
		width: 165px;
	}
}
@media screen and (max-width:480px){
	.signageIco img{
		width: 120px;
	}
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
/* 株式会社おもしろ制作について */
.topAbout{
	background: #f1f1f1;
}
.topAbout .inner{
	position: relative;
}
.topAboutTxt{
	position: relative;
	z-index: 2;
}
.topAboutTit{
	position: relative;
	padding-top: 25px;
}
.topAboutTit::before{
	position: absolute;
	content:"ABOUT";
	font-family:'NotoSansJP-Black';
	font-size:100px;
	color: rgba(94,212,94,0.3);
	left:0;
	top:0;
	line-height: 0;
}
.topAboutTit h3{
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size:35px;
	display: inline-block;
	box-sizing: border-box;
}
.topAboutTit h3::after{
	position: absolute;
	content: "";
	width: calc(100% - 15px);
	height: 3px;
	background: rgba(94,212,94,0.3);
	right:0;
	bottom: 0;
}
.topAbout h4{
	font-size:45px;
	padding-left:15px;
	box-sizing: border-box;
}
.topAbout p{
	padding-left:15px;
	box-sizing: border-box;
}
.topAboutImg{
	position: absolute;
	top:0;
	right:0;
	width:525px;
}
.topAboutImg img{
	display: block;
	width: 100%;
}

@media screen and (min-width:961px),print{
	.topAboutTxt h4 br{
		display: none;
	}
}
@media screen and (max-width:960px){
	.topAboutTxt h4{
		line-height: 1.5em;
	}
}
@media screen and (max-width:767px){
	.topAboutImg{
		width: 400px;
		max-width: 100%;
	}
}
@media screen and (min-width:601px),print{
	.topAbout{
		padding-top: 120px;
	}
}
@media screen and (max-width:600px) and (min-width:480px){
	.topAbout{
		padding-top: 80px;
	}
	.topAboutTit{
		padding-top: 10px;
	}
	.topAboutTit::before{
		font-size: 60px;
	}
	.topAboutTit h3{
		font-size: 30px;
	}
	.topAbout h4{
		font-size: 35px;
	}
}
@media screen and (max-width:480px){
	.topAbout{
		padding-top: 70px;
	}
	.topAboutTit{
		padding-top: 5px;
	}
	.topAboutTit::before{
		font-size: 45px;
		left:-10px;
	}
	.topAboutTit h3{
		font-size: 22px;
	}
	.topAbout h4{
		font-size: 25px;
	}
	.topAboutTit h3,
	.topAbout h4,
	.topAbout p{
		padding-left: 0px;
	}
	.topAbout p{
		font-size:16px !important;
	}
}

/* インフォメーション */
.topInfBox{
	width: calc((100% - 60px) / 3);
}
.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 0.5rem;
  padding:0;
  max-width: 100%;
}

a.btn-border {
  margin-bottom: 12px;
  transition: all 0.3s;
  border-radius: 0;
}

a.btn-border span {
  position: relative;
  display: block;
  padding: 1.25rem 3rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
  box-sizing: border-box;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-border:hover:before {
  bottom: -5px;
}

a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-border:active:before {
  bottom: -1px;
}

@media screen and (max-width:680px){
	.topInfo .flexOrigin{
		display: block;
	}
	.topInfBox{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 40px;
	}
}

/* ----------------------------------------------------------------------
 事業案内
---------------------------------------------------------------------- */
.worksTxt,.worksImg,{
	width: 49%;
}
.worksDataList{
	width: 48%;
}
@media screen and (max-width:959px){
	.works .flexOrigin{
		display: block;
	}
	.worksTxt,.worksImg,
	.worksDataList{
		width: 100%;
	}
	.worksTxt{
		margin-bottom: 30px;
	}
	.worksImg{
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
}
.worksDataInner{
	padding: 30px;
	box-sizing: border-box;
}
.worksDataTit{
	background: #57715a;
	padding: 10px;
	border-radius: 100px;
	box-sizing: border-box;
}
.worksDataList ul{
	list-style: none;
}
.worksDataList ul li{
	padding: 10px 0;
	border-bottom: 1px #5ed45e dashed;
}
.worksDataList ul li a{
	color:#5ed45e;
	transition : all 0.5s ease 0s;
}
.worksDataList ul li a:hover{
	color:#333;
}
@media screen and (max-width:600px){
	.worksDataInner{
		padding: 20px;
	}
}

/* ----------------------------------------------------------------------
 DVD販売
---------------------------------------------------------------------- */
.dvdImg{
	width: 350px;
}
.dvdTxt{
	width: calc(100% - 390px);
}
@media screen and (max-width:840px){
	.dvd .inner{
		display: block;
	}
	.dvdImg,.dvdTxt{
		width: 100%;
	}
	.dvdImg{
		max-width: 250px;
		margin: 0 auto 30px;
	}
}
.dvdIco{
	position: relative;
}
.dvdIco p {
	position: relative;
    -webkit-text-stroke: 2px #000;
    color: transparent;
	font-size:60px;
	z-index: 2;
}
.dvdIco::before{
	position: absolute;
	content: "DVD";
	color:#5ed45e;
	font-size:60px;
	top:2.5px;
	left:2.5px;
	-webkit-text-stroke: 0px #000;
	z-index: 1;
	font-family: 'NotoSansJP-Black';
}
.dvdTxt h3{
	font-size: 40px;
}
@media screen and (max-width:768px){
	.dvdIco p,.dvdIco::before{
		font-size:45px;
	}
	.dvdIco h3{
		font-size: 30px;
	}
}
.dvdDataTit{
	display: inline-block;
	background: #5ed45e;
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
}
.dvdData{
	background: #f1f1f1;
	padding: 15px;
	border-radius: 0 10px 10px 10px;
	box-sizing: border-box;
}
ol.dvdFlow{
	list-style: none;
	counter-reset: number 0;
}
ol.dvdFlow li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #5ed45e dashed;
	text-indent: -38px;
	padding-left: 38px;
}
ol.dvdFlow li::before{
	counter-increment: number 1;
	content: counter(number) " ";
	color:#fff;
	background: #5ed45e;
	display: inline-block;
	width: 30px;
	text-align: center;
	margin-right: 8px;
	text-indent: 0;
	padding-left: 0;
}
a.dvdBtn{
	position: relative;
	background: #fff;
	display: block;
	width: 250px;
	height: 55px;
	line-height: 51px;
	text-align: center;
	border-radius: 100px;
	text-decoration: none;
	border: 2px #5ed45e solid;
	padding-bottom: 5px;
	box-sizing: border-box;
}
a.dvdBtn::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	right:10px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size:90%;
	transition : all 0.5s ease 0s;
}
a.dvdBtn:hover::after{
	right:15px;
}
ul.dvdUl{
	list-style: none;
}
ul.dvdUl li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #666 dashed 1px;
}
@media screen and (max-width: 767px){
	ul.dvdUl li span:first-child{
		display: block;
		padding-bottom: 10px;
		border-bottom: #666 dashed 1px;
		margin-bottom: 10px;
	}
	ul.dvdUl li span:nth-child(2){
	}
}

/* ----------------------------------------------------------------------
 会社案内
---------------------------------------------------------------------- */
.about01{
	position: relative;
}
.about01 .inner{
	position: relative;
	z-index: 2;
}
.about01 img.bgAbout01{
	position: absolute;
	display: block;
	max-width:500px;
	width: 80%;
	right:0;
	top:0;
	z-index: 1;
}
.aboutImg{
	width: 250px;
}
.aboutTxt{
	width: calc(100% - 290px);
}
.aboutImg img{
	border-radius: 10px;
}
@media screen and (max-width: 767px){
	.about01 .flexOrigin{
		display: block;
	}
	.aboutImg,.aboutTxt{
		width: 100%;
	}
	.aboutImg{
		max-width: 200px;
		margin: 0 auto 20px;
	}
}
.aboutTxt h3{
	font-size: 40px;
}
@media screen and (max-width: 959px){
	.aboutTxt h3{
		font-size: 30px;
	}
	.aboutTxt h3 span{
		display: block;
		margin-top: 5px;;
	}
}
.aboutWork{
	padding: 15px;
	box-sizing: border-box;
}
.aboutWork h4{
	background: #000;
	padding: 5px 10px 8px;
	display: inline-block;
}
table.aboutWorkTb{
	width: 100%;
}
table.aboutWorkTb th,table.aboutWorkTb td{
	padding: 10px;
}
table.aboutWorkTb td ul{
	list-style: none;
}
table.aboutWorkTb td ul li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color: #5ed45e;
	margin-right: 0.3em;
}
table.aboutWorkTb td ul li{
	padding-left:0.8em;
	text-indent:-0.8em;
	line-height: 1.5em;
	padding-bottom: 5px;
}
@media screen and (min-width: 641px),print{
	table.aboutWorkTb th{
		width: 10em;
	}
	table.aboutWorkTb th,table.aboutWorkTb td{
		border-bottom: 1px #333 dashed;
	}
}
@media screen and (max-width: 640px){
	table.aboutWorkTb,table.aboutWorkTb tbody,table.aboutWorkTb tr,
	table.aboutWorkTb th,table.aboutWorkTb td{
		display: block;
		width: 100%;
	}
	table.aboutWorkTb th{
		padding-bottom: 0;
	}
	table.aboutWorkTb td{
		border-bottom: 1px #333 dashed;
	}
}

/*会社概要*/
table.companyTb{
	width: 100%;
}
@media screen and (min-width: 768px),print {
	table.companyTb tr:nth-child(odd){
		background: #f1f1f1;
	}
	table.companyTb tr th,table.companyTb tr td{
		padding: 15px;
	}
	table.companyTb tr th{
		width: 8em;
	}
}
@media screen and (max-width: 767px){
	table.companyTb,table.companyTb tbody,table.companyTb tr,
	table.companyTb th,table.companyTb td{
		display: block;
	}
	table.companyTb tr th,table.companyTb tr td{
		padding: 10px 15px;
	}
	table.companyTb th{
		background: #f1f1f1;
	}
}


/* ----------------------------------------------------------------------
 お問い合わせ
---------------------------------------------------------------------- */
.mailDisc span{
	color: #5ed45e;
	background: #000;
	display: inline-block;
	font-size: 80%;
	padding: 5px 5px 7px;
	border-radius: 5px;
	margin-right: 0.5em;
	box-sizing: border-box;
	line-height: 1;
	position: relative;
	top:-2px;
}
table.formTable{
	border-collapse: collapse;
	width:100%;
}
.formTable th,.formTable td{
	padding: 10px;
}
.formTable th{
	vertical-align: top;
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding-left:0.7em;
	text-indent:-0.7em;
	line-height: 1.5em;
	font-family:'NotoSansJP-Medium';
}
.formTable th::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	margin-right: 0.3em;
	color: #5ed45e;
}
.formTable td.answer{
	font-size:16px;
}
.formTable td h4{
	font-family:'NotoSansJP-Medium';
	margin: 15px 0;
}
input[type=text],textarea {
  width:100%;
}
input[type=text].addInput01{
	width: 300px;
}
select{
	background: #f1f1f1;
	border: none;
	border-radius: 5px;
	padding: 10px 10px;
	width: 300px;
}
.radio label{
	display: inline-block;
	font-size:16px;
	line-height: 20px;
	margin-bottom: 0;
	margin-right: 20px;
}
.radio label :first-child{
	margin-right: 1em;
}
.dvdSelect select{
	width: 80px;
	padding: 5px 10px;
}
input[type=text],
textarea{
	border: none;
	padding:10px 10px;
	background: #f1f1f1;
	border: none;
	border-radius: 5px;
}
td.hissu,td.nini{
	vertical-align: top;
}
td.hissu div,
td.nini div{
	font-size:14px;
	box-sizing: border-box;
	font-family:'NotoSansJP-Medium';
}
td.hissu div,td.nini div{
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
td.hissu div{
	background: #000;
	color: #5ed45e;
	border:1px solid #5ed45e;
}
td.nini div{
	background: #fff;
	color: #5ed45e;
	border:1px solid #5ed45e;
}


button[type=submit].submitBtn{
	width: 350px;
    font-size: 16px;
    padding: 10px 40px;
    background: #5ed45e;
    color: #000;
    border: none;
    cursor: pointer;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	border:2px #000 solid;
	transition : all 0.5s ease 0s;
}
@media screen and (max-width: 420px){
	button[type=submit].submitBtn{
		padding: 10px 20px;
		width: 280px;
		font-size: 15px;
	}
}
button[type=submit].submitBtn:hover{
	background: #000;
	color : #5ed45e;
}
button[type=submit].submitBtnSub{
	width: 150px;
    font-size: 16px;
    padding: 10px 40px;
    background: #fff;
	color : #5ed45e;
    border: none;
    cursor: pointer;
	border:2px #5ed45e solid;
	font-weight:bold;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	transition : all 0.5s ease 0s;
}
button[type=submit].submitBtnSub:hover{
	background: #5ed45e;
	color         : #fff;
}
button[type=button].submitBtnReturn{
	width: 150px;
    font-size: 16px;
    padding: 10px 40px;
    background: #f1f1f1;
    color: #000;
    border: none;
    cursor: pointer;
	border:2px #000 solid;
	font-weight:bold;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	transition : all 0.5s ease 0s;
}
button[type=button].submitBtnReturn:hover{
	color         : #fff;
	background    : #000; 
}

@media screen and (min-width: 768px),print {
	table.formTable th{
		width:25%;
		line-height: 2em;
	}
	table.formTable td.hissu,table.formTable td.nini{
		width:10%;
		text-align: center;
	}
	td.hissu div,td.nini div{
		height: 44px;
		line-height: 44px;
	}
	.radio label{
		font-size:16px;
		line-height: 20px;
		margin-bottom: 0;
		margin-right: 20px;
	}
	.formTable td h4{
		display: inline-block;
		width: 5em;
	}
	input[type=text].addInput02{
		width: calc(100% - 6em);
	}
}
@media screen and (max-width: 767px) {
	table.formTable,table.formTable tbody,
	table.formTable tr,
	table.formTable td{
		display: block;
	}
	table.formTable th,
	table.formTable td.hissu,table.formTable td.nini{
		display: inline-block;
	}
	table.formTable tr{
		margin-bottom: 10px;
	}
	table.formTable th{
		border: none !important;
		padding-bottom: 0px;
		margin-bottom: 5px;
	}
	table.formTable td{
		padding-top: 0px;
	}
	table.formTable td.hissu,table.formTable td.nini{
		padding-top: 10px;
		padding-left: 0;
	}
	td.hissu div,td.nini div{
		padding:2px 8px 4px;
		display: inline;
	}
}

/*プライバシーポリシー*/
.privacy{
	padding: 25px;
    height: 200px;
    overflow-y: scroll;
    margin: 0 auto 50px auto;
    text-align: left;
	background: #f1f1f1;
	border-radius: 10px;
}
@media print{
	.privacy{
		overflow: hidden;
	}
}
.privacy h3{
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
}
.privacy h3 span{
	padding: 5px 10px;
	box-sizing: border-box;
}
.privacyBox{
	padding-bottom: 15px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px;
}
.privacyBox h4{
	font-family:'NotoSansBold';
}
ol li {
	list-style-type: none;
	counter-increment: cnt;
}

ol li::before {
	content: "(" counter(cnt) ") ";
}
ol.kakko li {
	list-style-type: none;
	counter-increment: cnt;
	padding-left:1.5em;
	text-indent:-1.5em;
}
 
ol.kakko li::before {
	content: "(" counter(cnt) ") ";
}

/* ----------------------------------------------------------------------
 特定商取引法に基づく表記
---------------------------------------------------------------------- */
table.tokushohoTb{
	width: 100%;
}
table.tokushohoTb th,
table.tokushohoTb td{
	padding:15px 10px;
	box-sizing: border-box;
}
table.tokushohoTb td a{
	text-decoration: none;
	color:#000;
}
@media screen and (min-width:768px),print{
	table.tokushohoTb th{
		border-bottom: 3px #57715a solid;
		width: 280px;
	}
	table.tokushohoTb td{
		border-bottom: 3px #5ed45e solid;
		width: calc(100% - 280px);
	}
}
@media screen and (max-width:768px){
	table.tokushohoTb{
		border-top: 3px #5ed45e solid;
		border-bottom: 3px #57715a solid;
	}
	table.tokushohoTb,table.tokushohoTb tbody,table.tokushohoTb tr,
	table.tokushohoTb th,table.tokushohoTb td{
		display: block;
	}
	table.tokushohoTb th,
	table.tokushohoTb td{
		width: 100%;
	}
	table.tokushohoTb th{
		border-top: 3px #57715a solid;
		border-bottom: 1px #57715a dotted;
		background: #f1f1f1;
	}
	table.tokushohoTb td{
		border-bottom: 3px #5ed45e solid;
	}
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

.footer{
	width: 100%;
}
.footerSitemap{
	background:#57715a ;
}
.footerInner{
	width:1200px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
img.footLogo{
	width: 320px;
}
.footerSitemap01 a{
	text-decoration: none;
}
.footerSitemap01{
	width: 370px;
}
.footerSitemap02{
	width: 250px;
}
.footerSitemap03{
	width: calc(100% - 680px);
}
p.footTel{
	letter-spacing: 0.05em;
}
a.footBtn{
	position: relative;
	background: #fff;
	display: block;
	width: 250px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 100px;
	text-decoration: none;
}
a.footBtn::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	right:10px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size:90%;
	transition : all 0.5s ease 0s;
}
a.footBtn:hover::after{
	right:15px;
}
ul.footSitemapUl{
	list-style: none;
}
ul.footSitemapUl li {
	display: inline-block;
	padding-right: 22px;
	margin-bottom: 10px;
}
ul.footSitemapUl li a{
	color:#fff;
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 2em;
}

@media screen and (max-width:960px) {
	.footerInner{
		justify-content: start;
	}
	.footerSitemap01{
		margin-right: 20px;
	}
	.footerSitemap03{
		margin-top: 20px;
		width: 100%;
	}
}
@media screen and (min-width:768px),print {
	.footerSitemap01 p br{
		display: none;
	}
}
@media screen and (max-width:767px) {
	.footerSitemap01,
	.footerSitemap02,
	.footerSitemap03{
		width: 100%;
	}
}



/* ----------------------------------------------------------------------
 copyright
---------------------------------------------------------------------- */

.copyright{
	background: #fff;
	height: 50px;
}
.copyright p{
	text-align: center;
	font-size: 12px;
	color: #57715a;
	line-height: 50px;
}

/* ----------------------------------------------------------------------
 movie_advertisement
---------------------------------------------------------------------- */

.movie_advertisement .container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	max-width: 0 auto;
}

.movie_advertisement .container .introduction {
	text-align: center;
	margin-bottom: 10px;
}

.movie_advertisement .container .introduction {
	font-size: 18px;
	font-weight: bold;
}

.movie_advertisement .container .introduction .ttl {
	padding-bottom: 10px;
}

.movie_advertisement .container .introduction .ttl img {
	width: 90%;
	max-width: 900px;
}

.movie_advertisement .container .img img {
	width: 100%;
}

.movie_advertisement .container .link a {
	display: inline-block;
	width: 200px;
	padding: 10px 0;
	border:solid 1px #333;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, .5);
	transition: all 0.2s 0.1s ease-in-out;
}

.movie_advertisement .container .link {
	text-align: center;
	margin-top: 10px;
}

.movie_advertisement .container .link a:hover {
	box-shadow: none;
}

@media screen and (max-width: 480px) {
    .movie_advertisement {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 600px) and (min-width: 480px) {
	.movie_advertisement {
		padding-top: 80px;
        padding-bottom: 80px;
	}
	.movie_advertisement .container .introduction {
		font-size: 24px;
	}
}

@media screen and (min-width: 601px){
.movie_advertisement {
	padding-top: 120px;
	padding-bottom: 120px;
}
.movie_advertisement .container .introduction .ttl {
	padding-bottom: 8px;
}
.movie_advertisement .container .introduction {
	font-size: 28px;
	margin-bottom: 20px;
}
}

@media screen and (min-width: 768px){
	.movie_advertisement .container .introduction {
		font-size: 28px;
	}
	.movie_advertisement .container .link a {
		width: 250px;
		font-size: 20px;
		padding: 20px 0;
}
	.movie_advertisement .container  .link {
		position: absolute;
		bottom: 40px;
		right: 10%;
	}
}

@media screen and (min-width: 960px){
	.movie_advertisement .container  .link {
		right: 12%;
	}
}

@media screen and (min-width: 1050px){
	.movie_advertisement .container .introduction {
		font-size: 30px;
	}
	.movie_advertisement .container  .link {
		right: 14%;
	}
}