@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------
  ■ layout ■
------------------------------------------------ */
#contents_wp{
  width:100%;
  margin:0 auto;
}
#contents_inner_wp{
  width:100%;
}

section{
  padding:80px 0;
}

.content{
  width:1080px;
  margin:0 auto;
}

.content p.description{
  line-height:200%;
}

/*
// h2 コンテンツのタイトル
*/ 

.content-title{
  font-family: 'Gidole';
  font-weight: normal;
  margin:0 0 40px 0;
  padding-left:35px;
  letter-spacing: 0.2em;
}

.content-title__number{
  font-size:2.4rem;
  display: block;
  line-height:110%;
}

.content-title__title{
  font-size:3.2rem;
  display: block;
  line-height:110%;
}

.content-title--white{
  color:#fff;
  border-left:2px solid #fff000;
}

.content-title--black{
  color:#000;
  border-left:2px solid #000;
}

.content-title-special{
  margin:0 auto 40px;
  width:1080px;
}

.content-title-entry,.content-title-thanks{
  font-size: 8rem;
  font-family: 'Gidole';
  font-weight: normal;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 100%;
}

.content-description{
  text-align: center;
  margin: 0 0 50px 0;
  font-size:3.2rem;
}

/* ------------------------------------------------
  ■ contents ■
------------------------------------------------ */

/*------ header ------*/

header#header{
  width:100%;
  height:800px;
  position:relative;
}

.header__video{
  left     : 0;
  position : absolute;
  top      : 0;
  z-index  : 1;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.header__video video{
  object-fit: cover;
  width: 100%;
  height: 800px;
}

#fv{
  width:100%;
  height:800px;
  background:url(../img/fv_bg.png) repeat-x;
  position: absolute;
  z-index: 2;
}

#fv_copy{
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}

#fv_copy img:first-child{
  margin-top: 45px;
  margin-bottom:100px;
}

#fv_copy img:last-child{
  margin-top:100px;
}

#fv_scroll{
  margin-top:80px;
  text-align: center;
}

.catch-copy{
  width:960px;
  height:170px;
  opacity: 0;
}

/*header slider 01
.slider{
	width:1000px;
	height:400px;
	margin:0 auto;
	position:relative;
}
.slider ul{
	margin:0;
	padding:0;
	list-style:none;
}
.slider ul li{
	width:1000px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:12s;
}

.slider ul li:nth-child(1){
	animation-name:slider;
	animation-delay:0s;
}
.slider ul li:nth-child(2){
	animation-name:slider;
	animation-delay:2s;
	opacity:0;
}
.slider ul li:nth-child(3){
	animation-name:slider;
	animation-delay:4s;
	opacity:0;
}

@keyframes slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}
*/

/*header slider 02*/
.autoplay-slider {
display: flex;
min-width: 100%;
width: min-content;
animation: 70s linear infinite sliderAnimation;
}

.slide {
height: auto;
width: auto;
margin: 0px;
/*position: relative;*/
}

/*span {
position: absolute;
font-size: 3em;
color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}*/

@keyframes sliderAnimation {
100% {
  transform: translateX(-50%);
}
}


/*------ nav ------*/

nav {
  min-width : 1280px;
  padding   : 40px;
  width     : 100%;
}

nav ul li{
  display: inline-block;
  margin-right:50px;
  border-left:1px solid #fff000;
  padding-left:10px;
  vertical-align: top;
  letter-spacing: 0.2em;
}

nav ul li a{
  color: #fff;
}

nav ul li:first-child{
  width:198px;
  height:auto;
  border:none;
  padding-left:0px;
  margin-right:35px;
}

nav ul li:first-child img{
  width: 100%;
  height:auto;
}

nav ul li:first-child a{
  padding:0 0 0 0;
}

nav ul li .number{
  display     : block;
  font-size   : 12px;
  line-height : 1.0;
  margin      : 0 0 10px 0;
}

nav ul li .title{
  display     : block;
  font-size   : 16px;
  line-height : 1.0;
}

#header-nav-btn-entry .title{
  background    : #fff000;
  border-radius : 5px;
  color         : #000;
  font-size     : 20px;
  line-height   : 1.0;
  padding       : 8px 50px;
  position      : fixed;
  right         : 40px;
  top           : 40px;
  z-index       : 100;
}


/*------ footer ------*/

footer{
  width:100%;
  background:#fff;
  padding:40px 0;
  border-top:2px solid #c8c8c8;
}

footer #footer{
  width:1080px;
  margin:0 auto;
    display: -webkit-flex; /* Safari */
    display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:  space-between;
}

footer #footer #footer_logo_wp{
  padding: 15px 0 0 0;
}

footer #footer img#footer_logo{
  width:198px;
}

footer small{
  padding: 30px 0 0 360px;
  text-align: right;
}

footer #footer img#footer_pmark{
  width:75px;
  height:75px;
}

/*------ scroll_top ------*/
#scroll_top_wp{
  background: #fff;
  height:80px;
  position: relative;
}

#scroll_top{
  display: none;
}

a#scroll_top{
  margin:0;
}

.scroll_top_bottom_fixed{
  position: absolute;
    /*right: 5%;*/
  z-index: 10002;
}

.scroll_top_fixed{
  bottom   : -6px;
  position : fixed;
  right    : 5%;
  z-index  : 10002;
}


/*------ section #venture-spirit ------*/
#venture-spirit{
  background      : url(../img/venspi_bg.png) top center;
  background-size : cover;
  color           : #000;
}

.venspi-content{
  letter-spacing : 0.1em; 
  line-height: 2.0;
  text-align     : center;
}

.btn-venspi-open{
  display : block;
}

.venspi_accordion{
  display : none;
  margin  : 80px 0 0 0;
}

.fukidashi{
  border-radius : 10px;
  display       : inline-block;
  padding       : 10px 20px;
}

.fukidashi--type_black{
  background : #000;
  color      : #fff000;
  margin     : 0 20px;
}

.fukidashi--type_left,.fukidashi--type_right{
  position : relative;
}

.fukidashi--type_left:after{
  content: "";
  display: block;
  position: absolute;
  left:-15px;
  bottom:-5px;
  background: url(../img/fukidashi_parts_left.png) no-repeat;
  width: 29px;
  height:18px;
}

.fukidashi--type_right:after{
  content: "";
  display: block;
  position: absolute;
  right:-15px;
  bottom:-5px;
  background: url(../img/fukidashi_parts_right.png) no-repeat;
  width: 29px;
  height:18px;
}


.venspi-content__logo{
  height         : auto;
  margin         : 0 20px 0 0;
  padding        : 0px 0 15px 0;
  width          : 198px;
  vertical-align : middle;
    
}

/*------ section #about ------*/
#about{
  background : #000;
  color      : #fff;
}

.about__modal-btn-area{
  display         : flex;
  justify-content : space-between;
}


/* modal */

.modal--type_yellow{
  background : url(../img/bg_geometry_pattern.png) repeat-x #fff000;
  color      : #000;
  display    : none;
  /*position   : relative;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  /*width: 100%;
  height: 100%;*/
  position: fixed;
  z-index: 10004;
}

.modal_oblique_line{
    border-top    : 470px solid transparent;
    border-right  : 1480px solid #fff000;
    border-bottom : 0 solid transparent;
    border-left   : 0 solid transparent;
    display       : block;
	height        : 0;
	position      : fixed;
    width         : 0;
}

.modal-inner{
 padding:80px 0;
 position: relative;
 overflow-y: auto;
}

.modal--type_yellow__close-btn{
  position : fixed;
  left     : 0;
  top      : 0;
}

.modal-content-subtitle{
  font-size   : 40px;
  line-height : 1.5;
}

.modal-content-subtitle--type_yellow{
  color : #fff000;
}

.modal-content-subtitle--type_black{
  color : #000;
}

/* message */

.message{
  background     : #000;
  color          : #fff;
  letter-spacing : 0.1em;
  line-height    : 2.0;
  margin         : 0 auto;
  position       : relative;
  text-align     : center;
  width          : 1080px;
}

.message-content{
  margin  : 0 auto 80px;
  padding : 80px 0;
}

.message-modal__hope-list{
  margin : 0 auto 40px;
  width   : 720px;
}

.message-modal__hope-list li{
  background  : #fff000;
  color       : #000;
  display     : block;
  font-size   : 20px;
  line-height : 1.0;
  margin      : 0 0 10px 0;
  padding     : 10px 0;
}

.message-modal__business{
  display         : flex;
  justify-content : space-between;
  margin          : 0 auto 80px;
  width           : 720px;
}

.message-modal__business dl{
  border  : 2px solid #fff000;
  padding : 40px 20px 20px 20px;
  text-align  : left;
  width   : 350px;
}

.message-modal__business dt{
  color       : #fff000;
  font-size   : 24px;
  line-height : 1.0;
  margin      :0 0 30px 0;
  text-align  : center;
}

.message-modal__business dd{
  line-height : 2.0;
}

.message-modal__job dl{
  border  : 2px solid #fff000;
  margin  : 0 auto 40px;
  padding : 20px;
  width   : 720px;
}

.message-modal__job dt{
  font-size   : 24px;
  font-weight : bold;
  line-height : 1.0;
  margin      : 0 0 20px 0;
}

.message-modal__job dd{
  line-height : 2.0;
}

.message-modal__job a{
  background  : #fff000;
  color       : #000;
  display     : block;
  font-size   : 20px;
  line-height : 1.0;
  margin      : 0 auto;
  padding     : 15px 0;
  position    : relative;
  text-align  : center;
  width       : 320px; 
}

.message-modal__job a:hover{
  text-decoration : none; 
}

.message-modal__job a:after{
  border-top    : 6px solid transparent;
  border-right  : 6px solid transparent;
  border-bottom : 6px solid transparent;
  border-left   : 10px solid #000;
  content       : '';
  display       : inline-block;
  height        : 0;
  position      : absolute;
  right         : 2%; 
  top           : 40%;
  width         : 0;
}


/* philosophy */

.philosophy{
  background     : #fff;
  border         : 5px solid #000;
  color          : #000;
  letter-spacing : 0.1em;
  line-height    : 2.0;
  margin         : 0 auto 40px;
  position       : relative;
  text-align     : center;
  width          : 1080px;
}

.philosophy-content{
  margin  : 0 auto;
  padding : 80px 0;
  width   : 840px;
}



/* #duty */

#duty{ 
  margin : 0 auto 40px;
  /*width  :610px;*/
}


#duty ul{
  display         : flex;
  justify-content : space-between;
  margin          : 0 auto 20px;
  text-align      : center;
}

#duty ul:last-child{
  margin : 0 auto;
}

#duty ul li{
  cursor         : pointer;
  display        : inline-block;

  vertical-align : top;
}

#duty ul li div{
  z-index    : 10005;
  width      : 190px;
  height     : 230px;
  background : #000;
  color      : #fff000;
  border     : 4px solid #fff000;
  font-size  : 14px;
  padding    : 15px;
}

#duty ul li div .title {
  align-items: center;
  border-bottom: 2px solid #fff000;
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  height: 72px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

#duty ul li div .title span{
  flex       : 1;
  text-align : center;
}

#duty ul li .description{
  text-align  : left;
  line-height : 1.5;
}

#duty ul li img{
  position : absolute;
  z-index  : 10006;
  display  : block;
}


/* #rights */

#rights{
  width : 820px;
  
}

#rights ul{
  display         : flex;
  justify-content : space-between;
  margin          : 0 auto;
  text-align      : center;
}

#rights ul li{
  cursor         : pointer;
  display        : inline-block;
  vertical-align : top;
}

#rights ul li div{
  z-index    : 10005;
  width      : 190px;
  height     : 230px;
  background : #000;
  color      : #fff000;
  border     : 4px solid #fff000;
  font-size  : 14px;
  padding    : 15px;
}

#rights ul li div .title{
  align-items    : center;
  border-bottom  : 2px solid #fff000;
  display        : flex;
  font-size      : 20px;
  line-height    : 1.5;
  letter-spacing : 0.2rem;
  height         : 72px;
  margin-bottom  : 10px;
  padding-bottom : 10px;
}

#rights ul li div .title span{
  flex       : 1;
  text-align : center;
}

#rights ul li .description{
  line-height : 1.5;
  text-align  : left;
}

#rights ul li img{
  display  : block;
  position : absolute;
  z-index  : 10006;
}

/* カードの回転（DUTY RIGHTS共用）*/

#duty ul li img.hover,#rights ul li img.hover{
-moz-animation    : rotate_card .35s ease .2s forwards;
-webkit-animation : rotate_card .35s ease .2s forwards;
-o-animation      : rotate_card .35s ease .2s forwards;
-ms-animation     : rotate_card .35s ease .2s forwards;
}

@-moz-keyframes rotate_card {
0% {display: block;}
100% {transform:rotate3d(1,1,0,100deg);opacity:0;};
}

@-webkit-keyframes rotate_card {
0% {display: block;}
100% {transform:rotate3d(1,1,0,100deg);opacity:0;};
}

@-o-keyframes rotate_card {
0% {display: block;}
100% {transform:rotate3d(1,1,0,100deg);opacity:0;};
}

@-ms-keyframes rotate_card {
0% {display: block;}
100% {transform:rotate3d(1,1,0,100deg);opacity:0;};
}





















/*------ section #message ------*/
#message{
  background:#000;
  color:#fff;
}

/*
.message-modal{
  background: rgba(255,240,0,0.95);
  height: 80vh;
  letter-spacing: 0.05em;
  margin:10vh auto;
  padding: 100px 140px;
  position: relative;
  text-align: center;
  width: 1080px;
}

.message-modal-inner{
  overflow-y: auto;
  height:100%;
  -ms-overflow-style:none;
}

.message-modal-inner::-webkit-scrollbar{
    display:none;
}

.message-modal__close-btn{
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: right;
  top:0;
}

.message-modal__title{
  background: #000;
  color: #fff000;
  padding: 40px;
  line-height: 1.35;
}

.message-modal__title__bigtext{
  font-size:60px;
}

.message-modal__title__middletext{
  font-size:47.25px;
}

.message-modal__title__middletext__smalltext{
  font-size:23.62px;
}

.message-modal__title__entext{
  font-family:'Gidole';
  line-height: 0;
  margin: 20px 42px 0;
  position: relative;
  z-index: 2;
}

.message-modal__title__entext__text{
  background: #000;
  padding: 0 30px;
  position: relative;
  z-index: 3;
  line-height: 0;
}

.message-modal__title__entext:after{
  background: #fff000;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 636px;
  z-index: 1;
}
      
.message-modal__subtitle{
  font-size: 24px;
  margin:100px 0;
}
    
.message-modal__content{
  margin: 0 0 100px 0;
}

.message-modal__content__title{
  background: #fff;
  font-size: 24px;
  margin: 0 auto 40px;
  padding: 30px 0;
  width: 560px;
}

.message-modal__content__description{
  line-height: 2.0;
}

.message-modal__content_job-list{
  background: #000;
  color: #fff000;
  margin: 0 0 20px 0;
  padding: 20px 0;
}

.message-modal__content_job-list dt{
  font-size: 24px;
  margin: 0 0 20px 0;
}

.message-modal__content_job-list dd{
  font-size: 20px;
  margin: 0 0 10px 0;
}

.message-modal__content_job-list dd p{
  font-size: 16px;
}



*/




/*------ section #voice ------*/
#voice{
  background:#000;
  color:#fff;
}

ul#voice_btn_area{
  display: flex;
  margin-bottom:40px;
}

ul#voice_btn_area li{
  display: inline-block;
  width:320px;
}

ul#voice_btn_area li:hover{
  opacity: 0.8;
  cursor:pointer;
}

ul#voice_btn_area li:nth-child(2){
  margin-left:55px;
  margin-right:55px;
}

#content_voice01,#content_voice02,#content_voice03{
  display: none;
}

.content_voice{
  border:2px solid #fff000;
  padding:50px;
}

#content_voice01_arrow{  
  margin-left:505px;
  margin-bottom:-9px;
}

#content_voice02_arrow{ 
  margin-left:125px;
  margin-bottom:-9px;
}

#content_voice03_arrow{
  margin-left:885px;
  margin-bottom:-9px;
}

.scadule_area ul,.scadule_area div{
  display: inline-block;
  height:700px;
  vertical-align: top;
}

.scadule_area ul{
  width:105px;
  border-right:2px solid #fff;
  margin-right:8px;
  padding-top:20px;
}

.scadule_area ul li{
  font-size:30px;
  line-height:100%;
  font-family:'Gidole';
  padding:15px 0;
  margin-bottom:25px;
  position: relative;
  cursor: pointer;
}

.scadule_area ul li.active{
  color: #fff000;
}

.scadule_area ul li:after{
  /*content: '●';
    position: absolute;
    right: -0.55em;
    font-size: 20px;*/
	content: '';
    position: absolute;
    right: -10px;
	top: 20px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
}

.scadule_area ul li.active:after{
  color: #fff000;
}

.scadule_arrow_area{
  margin-right:-5px;
  height:700px;
  width: 36px;
  position: relative;
}

.scadule_arrow_area img{
  position: absolute;
    top: 40px;
    left: 0;
}

#scadule01_image,#scadule02_image,#scadule03_image{
  width:819px;
  height:700px;
}

.scadule01_1_image{background: url(../img/voice_content01_scadule01.png) no-repeat center center;}
.scadule01_2_image{background: url(../img/voice_content01_scadule02.png) no-repeat center center;}
.scadule01_3_image{background: url(../img/voice_content01_scadule03.png) no-repeat center center;}
.scadule01_4_image{background: url(../img/voice_content01_scadule04.png) no-repeat center center;}
.scadule01_5_image{background: url(../img/voice_content01_scadule05.png) no-repeat center center;}
.scadule01_6_image{background: url(../img/voice_content01_scadule06.png) no-repeat center center;}
.scadule01_7_image{background: url(../img/voice_content01_scadule07.png) no-repeat center center;}
.scadule01_8_image{background: url(../img/voice_content01_scadule08.png) no-repeat center center;}

.scadule02_1_image{background: url(../img/voice_content02_scadule01.png) no-repeat center center;}
.scadule02_2_image{background: url(../img/voice_content02_scadule02.png) no-repeat center center;}
.scadule02_3_image{background: url(../img/voice_content02_scadule03.png) no-repeat center center;}
.scadule02_4_image{background: url(../img/voice_content02_scadule04.png) no-repeat center center;}
.scadule02_5_image{background: url(../img/voice_content02_scadule05.png) no-repeat center center;}
.scadule02_6_image{background: url(../img/voice_content02_scadule06.png) no-repeat center center;}
.scadule02_7_image{background: url(../img/voice_content02_scadule07.png) no-repeat center center;}
.scadule02_8_image{background: url(../img/voice_content02_scadule08.png) no-repeat center center;}

.scadule03_1_image{background: url(../img/voice_content03_scadule01.png) no-repeat center center;}
.scadule03_2_image{background: url(../img/voice_content03_scadule02.png) no-repeat center center;}
.scadule03_3_image{background: url(../img/voice_content03_scadule03.png) no-repeat center center;}
.scadule03_4_image{background: url(../img/voice_content03_scadule04.png) no-repeat center center;}
.scadule03_5_image{background: url(../img/voice_content03_scadule05.png) no-repeat center center;}
.scadule03_6_image{background: url(../img/voice_content03_scadule06.png) no-repeat center center;}
.scadule03_7_image{background: url(../img/voice_content03_scadule07.png) no-repeat center center;}
.scadule03_8_image{background: url(../img/voice_content03_scadule08.png) no-repeat center center;}

/*
.oblique_line_black,.oblique_line_yellow{
  position: absolute;
}*/

/*------ section #job ------*/
#job{
  background:#fff000;
  color:#000;
  /*position: relative;*/
  transform: skew(0deg, 11deg);
  padding-top:0;
  margin-top:80px;
}

#job .content{
  /*z-index: 3;
    position: relative;*/
  transform: skew(0deg, -11deg);
}





#job #job_area{
  display         : flex;
  /*justify-content : space-between;*/
  flex-wrap       : wrap;
}

#job #job_area dl{
  display        : flex;
  flex-direction : column;
  width          : 320px;
  height         : 320px;
  /*width          : 250px;
  height         : 250px; 　4列時*/
  background     : #000;
  margin         : 0 30px 30px 0;
  justify-content: center;
  position       : relative;
  padding        : 100px 0; /* 3列時にはコメントアウト*/
  text-align     : center;
  vertical-align : middle;
}



#job #job_area dl:hover{
  opacity : 0.8;
}

#job #job_area dt{
  align-items     : center;
  color           : #fff000;
  display         : flex;
  font-size       : 32px;
  justify-content : center;
  letter-spacing  : 0.2rem;
  line-height     : 110%;
  height          : 100px;
  margin          : 0 auto;
  padding         : 0 40px;
}

#job #job_area dd{
  color   : #fff;
  display : block;
}

#job #job_area dd a{
  color           : #fff;
  text-decoration : none;
}






/*Line_animation*/
.job_on,
.job_on2{
  position: relative;
  width:320px;
  height:320px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.job_on::before,
.job_on::after{
  animation: fadeIn 0.2s linear 0s 1 normal forwards;
    -webkit-animation: fadeIn 0.2s linear 0s 1 normal forwards;
}

.job_on2::before,
.job_on2::after{
  animation: fadeIn2 0.2s linear 0s 1 normal forwards;
    -webkit-animation: fadeIn2 0.2s linear 0s 1 normal forwards;
}


.job_on::before,
.job_on::after,
.job_on2::before,
.job_on2::after {
  background-color: #fff;
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 10;
}

.job_on::before{/*左上から下*/
  top: 0px;
  left: 0px;
  height: 0px;
  width: 2px;
}

.job_on::after{/*右下から上*/
  bottom: 0px;
  right: 0px;
  height: 0px;
  width: 2px;
}

.job_on2::before{/*左下から右へ*/
  bottom: 0%;
  left: 0%;
  height: 2px;
  width: 0px;
}

.job_on2::after{/*右上から左へ*/
  top: 0%;
  right: 0%;
  height: 2px;
  width: 0px;
}

@keyframes fadeIn {
    0% {height: 0}
    100% {height: 320px}
}

@-webkit-keyframes fadeIn {
     0% {height: 0}
    100% {height: 320px}
}

@keyframes fadeIn2 {
    0% {width: 0}
    100% {width: 320px}
}

@-webkit-keyframes fadeIn2 {
    0% {width: 0}
    100% {width: 320px}
}




/*Line_animation*/
.job_off,
.job_off2{
  position: relative;
  width:320px;
  height:320px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.job_off::before,
.job_off::after{
  animation: fadeOut 0.2s linear 0s 1 normal forwards;
    -webkit-animation: fadeOut 0.2s linear 0s 1 normal forwards;
}

.job_off2::before,
.job_off2::after{
  animation: fadeOut2 0.2s linear 0s 1 normal forwards;
    -webkit-animation: fadeOut2 0.2s linear 0s 1 normal forwards;
}


.job_off::before,
.job_off::after,
.job_off2::before,
.job_off2::after {
  background-color: #fff;
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 10;
}

.job_off::before{/*左上から下*/
  top: 0px;
  left: 0px;
  height: 320px;
  width: 2px;
}

.job_off::after{/*右下から上*/
  bottom: 0px;
  right: 0px;
  height: 320px;
  width: 2px;
}

.job_off2::before{/*左下から右へ*/
  bottom: 0%;
  left: 0%;
  height: 2px;
  width: 320px;
}

.job_off2::after{/*右上から左へ*/
  top: 0%;
  right: 0%;
  height: 2px;
  width: 320px;
}

@keyframes fadeOut {
    0% {height: 320px}
    100% {height: 0}
}

@-webkit-keyframes fadeOut {
     0% {height: 320px}
    100% {height: 0}
}

@keyframes fadeOut2 {
    0% {width: 320px}
    100% {width: 0}
}

@-webkit-keyframes fadeOut2 {
    0% {width: 320px}
    100% {width: 0}
}



/* 未募集のものは黒透明膜をかけておく */

#job #job_area .inactive{
  background: rgba(0,0,0,0.7);
  height:320px;
  left: 0;
  position:absolute;
  top: 0;
  width:320px;
}

#job #job_area dl.inactive:hover{
  opacity:1;
}

















/*------ section #special ------*/
#special{
  background:#000;
  color:#fff;
}

#special .content{
  /*width: 1440px;*/
  width:100%;
}

#special .owl-item{
  width:1020px !important;
}

#special .item{
  margin-left: 5px;
}

#special ul{
  width:1222px;
  margin-bottom: 40px;
  /*margin: 0 87.5px;*/
}

#special ul li{
  display: inline-block;
  height:303px;
  vertical-align: middle;
}

#special ul li.type01{
  background: url(../img/special_slider_list_bg01.png) no-repeat;
  width:451px;
  margin-right: -111px;
}

#special ul li.type02{
  background: url(../img/special_slider_list_bg02.png) no-repeat;
  width:427px;
  margin-right: -87px;
}

#special ul li.type03{
  background: url(../img/special_slider_list_bg03.png) no-repeat;
  width:530px;
}

#special ul li .image{
  background: #fff000;
  border:10px solid #fff000;
  border-radius: 151.5px;
  width:303px;
}

#special ul li p{
  color:#fff000;
  display: inline-block;
  margin:20px 0 0;
  text-align: center;
  width:303px;
  vertical-align: top;
}



#special ul li .image img{
  width:283px;
  border-radius: 141.5px;
}


.owl-theme .owl-dots .owl-dot span{
    width: 21px !important;
    height: 21px !important;
    background: #000 !important;
    border: 2px solid #fff000 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #fff000 !important;
    border: 2px solid #fff000 !important;
}

/*------ section #company ------*/
#company{
  background:#000;
  color:#fff;
}

#company #company_info{
  float:left;
}

#company #company_info dl{
  display:table;
  width: 100%;
  margin:0 0 20px 0;
}

#company #company_info dt,
#company #company_info dd{
  display:table-cell;
		line-height:1.85;
}

#company #company_info dt{
  text-align:right;
  padding:0 20px 0 0;
  width: 22%;
  vertical-align: top;
}

#company #company_info dd span{
  display: inline-block;
  padding:0 0 0 20px;
  border-left:2px solid #fff;
}

#company #google_map{
  width:400px;
  height:640px;
  float:right;
}

/*#company #google_map iframe{
  width:400px;
  height:640px;
}*/

#company #google_map iframe.osaka{
  width:400px;
		height: 340px;
		margin: 4px auto;
}

#company #google_map iframe.tokyo{
  width:400px;
		height: 340px;
		margin: 4px auto;
}

.content_arrow{
    border-top: 0px solid #000;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
}

/*------ section #entry ------*/
#entry{
  background:#fff;
}

.entry__line{
  background: #00b900;
  border-radius: 10px;
  color:#fff;
  display: block;
  font-family: sans-serif !important;
  font-size:24px;
  font-weight: bold;
  margin: 40px auto;
  padding:25px 0;
  text-align: center;
  width: 640px;
}

.entry__line:hover{
  text-decoration: none;
}

.entry__kengaku-info{
  background: #efefef;
  border: 5px solid #000;
  margin: 40px auto;
  max-width: 800px;
  padding: 20px;
  position: relative;
  text-align: center;
}

.entry__kengaku-info::after{
  border-top: 20px solid #000;
  border-right: 15px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 15px solid transparent;
  bottom: -20px;
  content: '';
  left: 50%;
  height: 15px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.entry__kengaku-info__title{
  border-bottom: 1px solid #000;
  display     : block;
  font-size   : 3.2rem;
  margin      : 20px auto;
  padding:0 0 10px 0;
  width:580px;
}

#entry p a{
  text-decoration: underline;
}

#entry form{
  width:800px;
  margin:0 auto;
  
}

#entry form dt,#entry form dd{
  display:inline-block;
}

#entry form dt{
  width:160px;
  text-align: right;
  vertical-align: top;
  padding:7px 0 0 0;
  margin:0 40px 0 0;
}

#entry form dd{
  width:480px;
  margin:0 0 40px 0;
}

#entry form input,
#entry form textarea,
#entry form select{
  width:460px;
  background: #fff000;
  border:none;
  font-size:1.6rem;
}


#entry form input,
#entry form select{
  height:40px;
  padding:0 10px;
}

#entry form textarea{
  height:158px;
  padding:10px;
}

#personal_info_handling{
  width:800px;
  height:128px;
  overflow-y:scroll;
  padding:5px;
  font-size:1.2rem;
  border:1px solid #000;
  margin:0 auto 40px;
}

#entry form #entry_submit{
  text-align: center;
  margin:0 0 40px 0;
}

#entry form #entry_submit button{
  background:url(../img/arrow_contact_submit.png) #fff no-repeat 350px center;
  background-size:12px;
  border:4px solid #fff000;
  font-size:2.4rem;
  padding:20px 0;
  text-align: center;
  width:400px;
  position: relative;
}

#entry form #entry_submit button:hover{
  background-color: #fff000;
}

#entry form #entry_submit button::before,
#entry form #entry_submit button::after{
  /*background-color: #fff;*/
}

#entry form #entry_submit button:hover::before,
#entry form #entry_submit button:hover::after {
  background-color: #FFFFFF;
}


#entry p.privacy{
  text-align: center;
}

/*-- モーダル　--*/
.modal{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  z-index: 10004;
  display: none;
}



  
/* #privacy_modal */
#privacy_policy{
  width:800px;
  height:500px;
  position: fixed;
  top:calc(50% - 500px/2);
  left:calc(50% - 800px/2);
  background: #fff;
  padding:40px;
  z-index: 10005;
}

#privacy_policy .title{
  text-align: center;
  font-size:2.0rem;
  margin:0 0 20px 0;
}

#privacy_policy .description{
  height:380px;
  overflow-y: scroll;
}

#privacy_policy .description a{
  text-decoration: underline;
}

#privacy_policy a#privacy_modal_close_button{
  position: absolute;
  top: 0;
  right: -80px;
}


/**************************************************

  ■ thanksページ ■　thanks.php

**************************************************/

/*------ section #thanks ------*/
#thanks{
  background:#fff;
  text-align: center;
}

.thanks__entry-message{
  font-size:3.2rem;
  margin-bottom:50px;
}

/**************************************************

  ■ jobページ ■　

**************************************************/
#fv_job{
  background: #fff000;
  padding:90px 0;
}

#fv_job dl{
  align-items: center;
  display: flex;
   margin:0 auto;
  width:1080px;
}

#fv_job dt{
  margin:0 40px 0 0;
  width:120px;
  line-height:0;
}

#fv_job dd{
  color:#000;
  width:730px;
  letter-spacing: 0.7rem;
}

#fv_job dd .job_category_en{
  font-size:56px;
  font-family:'Gidole';
  line-height: 100%;
  margin-bottom:20px;
}

#fv_job dd .job_category{
  font-size:40px;
  line-height: 100%;
}

.job-fv{
  margin:80px auto 0;
  width:1080px;
}

.job-fv__slider{
  margin:0 0 80px;
}

.job-fv__slider img{
  margin: 0 20px;
  width: 1080px;
}

.job-fv__copy{
  font-size:4.0rem;
  line-height:1.5;
  margin:0 0 40px;
}
.job-fv__text{}

section#job_detail{
  padding:100px 0;
}

.recruitment-status{
  color : #fff;
}

.job-content-title{
  color:#fff000;
  font-size:40px;
  margin-bottom: 40px;
  line-height: 170%;
  letter-spacing: 0.2em;
}

#job_detail{
  text-align: justify;
}

#job_detail dl.statue{
  display: table;
  width:1080px;
  margin-bottom:100px;
}

#job_detail dl.statue dt{
  display: table-cell;
  width:300px;
  line-height:0;
  padding-right:50px;
}

#job_detail dl.statue dd{
  display: table-cell;
  color:#fff;
  vertical-align: top;
  line-height: 200%;
  width:730px;
}

.job-detail__text{
  color       : #fff;
  line-height : 200%;
}

#job_detail dl.statue dd span,.job-detail__text span{
  color:#fff000;
}



.job-detail__content{
  margin-bottom : 100px;
}



#job_requirements{
  background:#fff;
  padding:50px;
}

.job_requirements--bg_yellow{
  background: #fff000 !important;
}

#job_requirements dl{
  padding:0 0 50px 0;
  margin:0 0 50px 0;
  border-bottom: 1px solid #e6e6e6; 
}

.job_requirements--bg_yellow dl{
  border-bottom: 1px solid #fff !important;
}

#job_requirements dl:last-child{
  margin-bottom:0;
  border:none !important;
}

#job_requirements dt{
  display: inline-block;
  width:200px;
  background: #fff000;
  text-align: center;
  margin-right:50px;
  line-height:100%;
  padding:10px 0;
}

.job_requirements--bg_yellow dt{
  background: #fff !important;
}

#job_requirements dd{
  display: inline-block;
  width:710px;
  vertical-align: middle;
}

#job_requirements dd ul li{
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

#job_side_link{
  position: fixed;
  top:50%;
  right:-48px;
}


/*
// web-designer
*/

#previous-work{
  background  : #ffff00;
  line-height : 2.0;
  padding     : 50px;
  text-align  : center;
}

#previous-work + .job-detail__text{
  margin : 20px 0 100px;
}


.graph{
  display : flex;
  justify-content : space-between;
}

.graph__text{
  margin : 0 40px 0 0;
  width  : 310px;
}

.graph__image{
  height  : auto;
  width   : 730px;
}

.graph-arrival{
  display:block !important;
}

.graph__image img{
  display : none;
}

.graph-select{
  background      : url(../img/icon-select.svg) #ffff00 no-repeat right 10px center;
  background-size : 14px 12px;
  border          : none;
  border-radius   : 5px;
  font-size       : 16px;
  margin          : 0 0 20px 0;
  height          : 36px;
  padding         : 0 0 0 8px;
  width           : 120px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}

/*
// creative
*/

.creative__job-list{
  margin: 0 0 80px;
}

.creative__job-list__title{
  color:#fff000;
  font-size:4.0rem;
  margin:0 0 20px;
}

.creative__job-list__detail > ul > li > a{
  align-items: center;
  background: url(../img/arrow.png) #fff000 no-repeat center right 30px/24px auto;
  border-radius: 40px;
  color:#000;
  display: flex;
  font-size:3.2rem;
  height:80px;
  margin:0 0 20px;
  padding: 0 0 0 20px;
  width: 1080px;
}


.creative__job-list__detail > ul > li > p{
  align-items: center;
  background: #969696;
  border-radius: 40px;
  color:#000;
  display: flex;
  font-size:3.2rem;
  height:80px;
  margin:0 0 20px;
  padding: 0 0 0 20px;
  width: 1080px;
}

.creative__job-list__detail > ul > li > a:hover{
  text-decoration: none;
}

/* TOP slickslider */
 .slider {
      width: 100%;
      margin: 0px auto;
  }

  .slick-slide {
    margin: 0px auto;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }


  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  
  .slick-active {
    opacity: .5;
  }

  .slick-current {
    opacity: 1;
  }