@charset "utf-8";

/*===================================
  
  トップページCSS（PC） ※編集不可※
  共通部分のcss

===================================*/


/*------------------------------------
トップページ
------------------------------------*/
.index main {
    margin: 0 0 0;
}
.index #hed_wrp{
	padding-top:0;
}
.index #header_inner{
	background:#fff;
  /*
	padding-top:10px;
	padding-bottom:10px;
  */
}
.index #contents{
	background: #fff;
	position: relative;
}



/*------------------------------------
メインスライダー
------------------------------------*/
.index#main_image_sp h2{
	padding: 0 0 0 0;
	color:#FFF;
	font-size:2.0rem;
	text-align: center;
}
.index#main_image_sp{
	position: relative;
    top: 0%;
    width: 100%;
    height: 100%;
	height: 100vh;
}
.index#main_image_sp h2{
	text-align: center;
}
.index#main_image_sp p.scrolldown_btn{
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    /* float: none; */
    text-align: center;
}
.index#main_image_sp p.scrolldown_btn img{
	width:15%;
}



/*------------------------------------
メインバナー01(ホバー時文字動きあり)
------------------------------------*/
.cmn_main_block01 .ttl {
	padding:25% 0;
	color:#FFF;
	text-align:center;
	font-size:1.8rem;
	position: relative;
	z-index:3;
}
.cmn_main_block01 .ttl span{
	font-size:1.4rem;
	position: relative;
	padding:10px 0 0;
	display: block;
}
.cmn_main_block01 .ttl span::before {
    content: " ";
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    top: 0px;
    left: 44%;
}
.cmn_main_block01 .blk{
	position: relative;
	overflow: hidden;
	
}
.cmn_main_block01 .blk img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: block;
	transition-duration: 0.3s;
}
.cmn_main_block01 .blk .caption {
	color:				#fff;
	padding-top:		30%;
	padding-left:		0px;
	z-index:3;
	position: relative;
	text-align:left;
}
.cmn_main_block01 .blk .mask {
	width:				100%;
	height:				100%;
	position:			absolute;
	top:				0;
	left:				0;
	opacity:			0;
	background-color:	rgba(0,0,0,0.55);
	-webkit-transition:	all 0.8s ease;
	transition:			all 0.8s ease;
	z-index:2;
	text-align:left;
	padding:		0 5%;
}
.cmn_main_block01 .blk .arrow {
    display: block;
    right: -16px;
    height: 7px;
    fill: none;
    stroke: #00a4dc;
    stroke-width: 2;
    transition: stroke-dashoffset .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	position: absolute;
	top: calc(50% - 5px);
	width: 64px;
    stroke-dasharray: 69px 138px;
	z-index:2;
}
.cmn_main_block01 .blk .arrow{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0 2em 0 0.5em;
	border-bottom: 2px solid #FFF;
	line-height: 1em;
	text-align: right;
	float: right;
}
.cmn_main_block01 .blk .arrow::after{
	position: absolute;
    right: 0;
    bottom: -4px;
    width: 15px;
    height: 9px;
    border-top: 2px solid #FFF;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    content: "";
}



/*------------------------------------
メインバナー02(ホバー時文字動きあり)
------------------------------------*/

.cmn_main_block02{
	background:#1E56AA;
}
.cmn_main_block02 div.image01 a dl{
	background: url(../img/img-index/features_img01.jpg) no-repeat right top;
	background-size: 100%;
	display: block;
	height: 194px;
	position: relative;
}
.cmn_main_block02 a p.txt{
	background:#FFF;
	padding:5% 5% 8%;
	text-align:left;
}
.cmn_main_block02 .box{
	padding:0;
}
.cmn_main_block02 .box02{
	position: relative;
}
.cmn_main_block02 div dl{
	text-align: center;
	padding:20% 0 0;
	position: absolute;
	top: 0;
	text-align: center;
    width: 100%;
}
.cmn_main_block02 .image{
	position: relative;
}
.cmn_main_block02 .image02 dl,
.cmn_main_block02 .image03 dl{
	padding:9% 0 0;
}
.cmn_main_block02 div dl dt,
.cmn_main_block02 div dl dd{
	color:#fff;
	letter-spacing: 0.2em;
}
.cmn_main_block02 div dl dt{
	text-align: center;
	font-size: 1.4rem;
	position:relative;
}
.cmn_main_block02 div dl dt::before{
	content: " ";
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    bottom: 0%;
    left: 44%;
}
.cmn_main_block02 div dl dd{
	text-align: center;
	font-size: 1.2rem;
	padding: 3% 0 0;
}
.cmn_main_block02 a:hover{
	opacity: 0.8;
}
.cmn_main_block02 .arrow{
	position: relative;
}
.cmn_main_block02 a:hover{
	opacity: 0.8;
}
.cmn_main_block02 .arrow::before {
  position: absolute;
    right: 10px;
    top: 23px;
    display: block;
    content: "";
    width: 70px;
    height: 2px;
    background: #F77F06;
}
.cmn_main_block02 .arrow::after{
	display: block;
    position: absolute;
    content: "";
    right: 12px;
    top: 18px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #F77F06;
    transform: rotate(45deg);
}
.cmn_main_block02 .link {
    position: absolute;
    bottom: 27%;
    right: -5%;
}
.cmn_main_block02 .box .link{
	position: absolute;
    bottom: 11%;
    right: -5%;
}



/*------------------------------------
バナー＋テキスト
-------------------------------------*/
#contents .cmn_banner_block01{
	padding:5% 0 5%;
}
.cmn_banner_block01 .link {
  color: inherit;
  text-decoration: none;
}
.cmn_banner_block01 .img_blk {
  position: relative;
}
 .cmn_banner_block01 .box {
    background: #FFF;
    width: 75%;
    margin: -14% 0 0 22%;
    padding: 8%;
    position: relative;
  }
.cmn_banner_block01 .label {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
	font-weight: bold;
	color: #999999;
}
.cmn_banner_block01 .title {
  margin-bottom: 10%;
  margin-top: 1.5%;
  padding-bottom: 1%;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (min-width: 568px) {
.cmn_banner_block01 .title {
    font-size: 4.0rem;
}
}
.cmn_banner_block01 .title::after {
  content: "";
  position: absolute;
  width: 13%;
  border-top: 1px solid #999999;
  bottom: 0;
  left: 0;
}
.cmn_banner_block01 .txt {
  font-size: 1.0rem;
  line-height: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  letter-spacing: 0.08em;
  margin-bottom: 1.5em;
  margin-top: 0;
  pointer-events: none;
}
.cmn_banner_block01 .cmn_link_more01 span {
    padding: 0 9% 0 33%;
}



/*-----------------------------------
リンク3つパターン
-----------------------------------*/

.cmn_link_block{
    padding: 8% 0 1%;
    margin: 0 0 15%;
}
.cmn_link_block .img_box .box{
    background: #FFF;
    width: 75%;
    padding: 20px 27px;
    margin: -20% 0 10% 25%;
    z-index: 10;
    position: relative;
}
.cmn_link_block .img_box .box dt{
	font-size:1.4rem;
	font-weight:bold;
	display:block;
	float:none;
	border:none;
	width:auto;
	margin:0;
}
.cmn_link_block h3{
	text-align:center;
  /*
	font-size:1.6rem;
  */
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
.cmn_link_block p.ttl{
	text-align:center;
	padding:0 0 30px;
	width: 62%;
    margin: 0 auto;
}
.cmn_link_block .img_box .box dt span{
	font-size:1.0rem;
	color:#999999;
	font-weight:normal;
	display:block;
	padding:1% 0 2%;
}
.cmn_link_block img{
	max-width:100%;
}
.cmn_link_block .img_box .box dl{
	/* width:auto; */
}
.cmn_link_block .img_box .box dd{
	display: block;
	float: none;
	border: none;
	width: auto;
	font-size: 1.0rem;
	line-height: 1.8;
	padding: 3% 0;
  color: #333;
}
.cmn_link_block .img_box .link{
	color:#888;
	font-size:1.0rem;
}
.cmn_link_block .img_box .link span{
	border-bottom: 3px solid #FFBF00;
    font-size: 1.4rem;
    width: 50px;
    margin: 0px 10px 4px 0;
	height:10px;
	display:inline-block;
}
.cmn_link_block p{
	text-align: center;
}


/*-----------------------------------
背景＋文字
-----------------------------------*/
.cmn_bg_block {
	background:url( ../img/img-index/bg_02.jpg)  no-repeat center bottom;
	background-size: cover;
}
.cmn_bg_block h4{
	width: 70%;
	margin: 39% auto 2%;
}
.cmn_bg_block p{
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 5% 0;
	width: 92%;
	margin: 0 auto;
	line-height: 170%;
}

.cmn_bg_block .btn {
	width: 40%;
	margin: 2% auto 0;
}



/*-----------------------------------
ブログ埋め込み
-----------------------------------*/

.index .topic{
	width: 100%;
	height: 300px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  margin: 0 auto;
  overflow-y: auto;
}
.cmn_colum_block .ttl{
	font-size:1.4rem;
	float:left;
	font-weight: bold;
	margin:0 0 2%;
}
.cmn_colum_block .ttl span{
	font-size:1.2rem;
	display: inline-block;
	padding:0 0 0 20px;
}

.cmn_colum_block .ifwp{
	width:90%;
	overflow:auto; 
	display:block;
	height:270px;
	margin:0 auto;
  -webkit-overflow-scrolling:touch;
	
}
.cmn_colum_block iframe{
  width:100%;
  /*height:270px;*/
  height:100%;

  margin: 0 auto;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
  overflow: hidden;
  
}
.cmn_colum_block .blog,
.cmn_colum_block .news,
.cmn_colum_block .blog02{
	padding:0;
}
/*ボタン*/
.cmn_colum_block .blog01 .btn01{
	color:#999;
	border:1px solid #999;
	width:50%;
	text-align:center;
	float:right;
	margin:20px 0 0;
}
.cmn_colum_block .blog01 .btn01 a{
	display:block;
	padding:4% 0
}
.cmn_colum_block .topic{
	width: 95%;
	height: 300px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  margin: 0 auto;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
.cmn_colum_block .topic {
    width: 80%;
}
}

.cmn_colum_block .viewall{
	text-align: center;
}



/*-----------------------------------
トップスライダー
-----------------------------------*/


.cmn_slider_block .ttl{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.cmn_slider_block .ttl span{
	display: block;
	font-size:1.2rem;
}
.cmn_slider_block .swiper-wrapper{
	display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}
.cmn_slider_block .swiper-container a{
	display:block;
}
.cmn_slider_block .swiper-container a:hover img{
	opacity:0.8;
}
.cmn_slider_block .swiper-container dd{
	line-height:1.5;
	letter-spacing:0.05em;
	text-align:left;
	padding:5% 6% 6%;
	background:#fff;
	height:100%;
	height:80px;
}
.cmn_slider_block .swiper-container span{
	position:relative;
	display:inline-block;
	width: 95%;
	font-size:1.0rem;
}
.cmn_slider_block .swiper-container span:after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -2%;
    margin-top: -5px;
	transition: 0.3s;
}
.cmn_slider_block .swiper-container {
      width: 100%;
      height: 100%;
}
.cmn_slider_block   .swiper-slide {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  width:50%;
}

@media (min-width: 768px) {
	.cmn_slider_block   .swiper-slide {
		width:40%;
	}
	.index #contents .plan_block dl dt img{
    width:20%;
	}
	.index #contents .about_block .syosai_btn {
    width: 56%;
}
}



/*-----------------------------------
横4つのバナーパターン
-----------------------------------*/

.cmn_banner_block02 {
	background: #F7F5ED;
}
.cmn_banner_block02 .ttl{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.cmn_banner_block02 .ttl span{
	display: block;
	font-size:1.2rem;
}
.cmn_banner_block02 div{
	padding: 0 1.5%;
}
.cmn_banner_block02 div{
	padding: 0 1.5%;
}
.cmn_banner_block02 .block01 a{
	background: url(../img/img-index/banner_block01_img01.jpg) no-repeat center top;
	background-size:contain;
}
.cmn_banner_block02 .block02 a{
	background: url(../img/img-index/banner_block01_img02.jpg) no-repeat center top;
	background-size:contain;
}
.cmn_banner_block02 .block03 a{
	background: url(../img/img-index/banner_block01_img03.jpg) no-repeat center top;
	background-size:contain;
}
.cmn_banner_block02 .block04 a{
	background: url(../img/img-index/banner_block01_img04.jpg) no-repeat center top;
	background-size:contain;
}
.cmn_banner_block02 a{
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 0 55px;
}
.cmn_banner_block02 a:hover{
	opacity: 0.8;
}
.cmn_banner_block02 p{
	text-align: left;
	font-size: 1.0rem;
	line-height: 140%;
	padding: 2% 3% 0;
}
.cmn_banner_block02 h4:before {
    content: " ";
    width: 20px;
    height: 2px;
    border-bottom: 2px solid #FFF;
    position: absolute;
    bottom: -10px;
    left: 44%;
}
.cmn_banner_block02 h4 {
    font-weight: bold;
    color: #fff;
    font-size: 1.3rem;
    position: relative;
    padding: 4.0vh 0 0 0;
	text-align: center;
}



/*-----------------------------------
4つのバナーパターン
-----------------------------------*/

.cmn_banner_block03 {
	background: #EEE;
}
.cmn_banner_block03 .ttl{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.cmn_banner_block03 .ttl span{
	display: block;
	font-size:1.2rem;
}
.cmn_banner_block03 .block01 a{
	background: url(../img/img-index/banner_block02_img01.jpg) no-repeat right top;
}
.cmn_banner_block03 .block02 a{
	background: url(../img/img-index/banner_block02_img02.jpg) no-repeat right top;
}
.cmn_banner_block03 .block03 a{
	background: url(../img/img-index/banner_block02_img03.jpg) no-repeat right top;
}
.cmn_banner_block03 .block04 a{
	background: url(../img/img-index/banner_block02_img04.jpg) no-repeat right top;
}
.cmn_banner_block03 .block01 a, 
.cmn_banner_block03 .block02 a,
.cmn_banner_block03 .block03 a, 
.cmn_banner_block03 .block04 a{
	color: #fff;
	width: 100%;
	height: 26vh;
	display: block;
	margin: 0 auto;
	background-size: cover;
}
.cmn_banner_block03 h4{
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	padding: 15vh 0 2.5% 0;
	text-align: center;
}
.cmn_banner_block03 h4:after{
	content:" ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -0.5vh;
	left: 0%;
}
.cmn_banner_block03 .block01 h4:after{
	background: url(../img/img-index/banner_block02_icon01.png) no-repeat center center;
	background-size: 3em;
}
.cmn_banner_block03 .block02 h4:after{
	background: url(../img/img-index/banner_block02_icon02.png) no-repeat center center;
	background-size: 5em;
}
.cmn_banner_block03 .block03 h4:after{
	background: url(../img/img-index/banner_block02_icon03.png) no-repeat center center;
	background-size: 4em;
}
.cmn_banner_block03 .block04 h4:after{
	background: url(../img/img-index/banner_block02_icon04.png) no-repeat center center;
	background-size: 5em;
}
.cmn_banner_block03 p{
	color: #fff;
	text-align: center;
	font-size: 1rem;
	width: 90vw;
	margin: 0 auto;
}
.cmn_banner_block03 a:hover{
	opacity: 0.8;
}

/*index　c_cmn_ttl03見出し*/
.index .cmn_link_block h3{
font-family: "Noto Sans Japanese","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.index .c_cmn_ttl03 span{
	color: #333;
}
.index .c_cmn_ttl03:before{
	border-top: solid 1px #CCCCCC;
}

.index .c_cmn_ttl03 .border::after {
	border-bottom:3px solid #999999;
}

/*---------------------------------------------
	オンラインで相談できる制作会社
---------------------------------------------*/

.index .block_01{
	/*background-color: #F3F8FC;*/
	padding: 6% 0 0;
	text-align: center;
}
.index .block_01 p{
	/*width: 75%;*/
	margin:  0 auto 15px;
}
.index .block_01 p a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	background-color: #000;
	padding: 5px 45px 5px 45px;
	position: relative;
}
.index .block_01 p a:hover{
	opacity: 0.8;
}

.index .block_01 .txt{
    text-align: center;
	margin-top:20px;
	width:90%;
	margin:0 auto;
}

.index .block_01 .txt p{
    letter-spacing: 0.05em;
    line-height: 1.8em;
    margin-top: 10px;
	font-size: 1.1rem;
    text-align: left;
	display: inline-block;
}



/*---------------------------------------------
	今、優先すべき３つの戦略
---------------------------------------------*/
.index .block_corona{
	background: #FFE033;
	padding: 20px 0;
	margin-bottom:18px;
}
.index .block_corona > a{
	width: 90%;
	display: table;
    margin: auto;
	text-decoration: none;
}
.index .block_corona > a:hover{
	text-decoration: underline !important;
}
.index .block_corona p{
	margin:0 auto;
	text-align: center;
}
.index .block_corona p:nth-child(2){
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
}
.index .block_corona p:nth-child(2) > span{
	position: relative;
	color: #000;
	padding-right: 20px;
}
.index .block_corona p:nth-child(2) > span::before,
.index .block_corona p:nth-child(2) > span::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	margin: auto;
	border-color: transparent transparent transparent #000;
}
.index .block_corona p:nth-child(2) > span::before{
	right: 0;
}
.index .block_corona p:nth-child(2) > span::after{
	right: -15px;
}
/*---------------------------------------------
	モーダル調整
---------------------------------------------*/
.modal{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
body.is_modal{
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}
.modal__bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.modal__content{
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 10%;
}

/*---------------------------------------------
	穴井　強いランディングページ
---------------------------------------------*/

.index .block_lp{
	background: url("../img/img-index/img_lp_bg.png") no-repeat center;
	background-size: cover;
	padding: 20px 0;
}
.index .block_lp > a{
	width: 90%;
	display: table;
    margin: auto;
	text-decoration: none;
}
.index .block_lp > a:hover{
	text-decoration: underline;
	color: #fff;
}
.index .block_lp p{
	margin:0 auto;
	text-align: center;
}
.index .block_lp p:nth-child(2){
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
}
.index .block_lp p:nth-child(2) > span{
	position: relative;
	color: #fff;
	padding-right: 20px;
}
.index .block_lp p:nth-child(2) > span::before,
.index .block_lp p:nth-child(2) > span::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	margin: auto;
	border-color: transparent transparent transparent #fff;
}
.index .block_lp p:nth-child(2) > span::before{
	right: 0;
}
.index .block_lp p:nth-child(2) > span::after{
	right: -15px;
}

/*---------------------------------------------
メインビジュアル 動画
---------------------------------------------*/
.mainVisual{
	position: relative;
}
.mainVisual video{
	width: 100%;
	height: 450px;
	display: block;
}

.mainVisual .layer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 60vh;
}
.mainVisual .main_catch{
	position: absolute;
	bottom: 5%;
	left: 0;
	font-family: Century Gothic, sans-serif;
	color: #fff;
	font-size: 3.2em;
	text-align: left;
	line-height: 130%;
	z-index: 10;
}

.mainVisual .main_catch strong{
	color: #666;
	display: block;
	font-weight: normal;
    margin-bottom: 8px;
}
.mainVisual .main_catch span{
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	display: block;
	padding-top: 8px;

}
.mainVisual .shadow{
    background: #000;
	opacity: 0.4;
	width: 100%;
    height: 100%;
    display: block;
	position: absolute;
	top: 0;
	z-index: 1;
}
.mainVisual video{
	width: 100vw;
	height: 60vh;
	object-fit: cover;
	display: block;
}


/*---------------------------------------------
	4つの入り口
---------------------------------------------*/

.index .first_block{
	background: #29BCED;
	position: relative;
}
.index .first_block .container{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}
.index .first_block .container a{
	width: 50%;
	display: block;
	position: relative;
	color: #fff;
	min-height: 250px;
	z-index: 10;
}
.index .first_block .container a dl{
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 5%;
}
.index .first_block .container a#recruit_c dl,
.index .first_block .container a#movie_c dl{
	bottom: 17%;
}
.index .first_block .container a dt{
    font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.index .first_block .container a dd{
	font-size: 13px;
}

.index .first_block .container a#web_c::before{
    content: '';
    background: url("../img/img-index/top_web_btn.png") no-repeat left center;
	background-size: cover;
	position: absolute;
    top: -40%;
    left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    height: 90px;
	width: 110px;
    z-index: 1;	
}
.index .first_block .container a#landing_c::before{
    content: '';
    background: url("../img/img-index/top_lp_btn.png") no-repeat left center;
	background-size: cover;
	position: absolute;
    top: -40%;
    left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    height: 90px;
	width: 110px;
    z-index: 1;	
}
.index .first_block .container a#recruit_c::before{
    content: '';
    background: url("../img/img-index/top_recruit_btn.png") no-repeat left center;
	background-size: cover;
	position: absolute;
    top: -40%;
    left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    height: 90px;
	width: 110px;
    z-index: 1;	
}
.index .first_block .container a#movie_c::before{
    content: '';
    background: url("../img/img-index/moovie_lp_btn.png") no-repeat left center;
	background-size: cover;
	position: absolute;
    top: -40%;

    left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    height: 90px;
	width: 110px;
    z-index: 1;	
}
.index .first_block::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 50vw;
    background: #000;
}
.index .first_block::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 50vw;
    background: #000;
}
.index .first_block .container a#web_c span{
	display: block;
}
/*---------------------------------------------
	休業のお知らせ
---------------------------------------------*/
.notice{
   margin: 0 auto;
   margin-bottom: 40px;
}