@charset "utf-8";

/*------------------------------
  Message(message.html)専用のCSS
------------------------------*/

#wrapper {
}


/*--------------------
  コンテンツ
--------------------*/

#contents {
  margin-top: 70px;
}

#contents>section {
  margin-bottom: 120px;
}

.recruit,
.faq {
  width: 100%;
  margin-bottom: 90px;
}

/*----------
  見出し
----------*/

.entry_title {
  width: 100%;
  margin-bottom: 90px;
}

/*各セクションの見出し背景画像*/

.recruit .entry_title{
  background: url(../../images/back_recruit.jpg) center center no-repeat;
  background-size: cover;
}

.faq .entry_title{
  background: url(../../images/back_faq.jpg) center center no-repeat;
  background-size: cover;
}

/*見出しのメッセージ表示部分*/
.wrp_entry_title_box {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
}

.entry_title_box {
  background: rgba(255,255,255,0.7);
  font-size: 3.1rem;
  font-weight: 600;
  text-align: left;
  box-sizing: border-box;
  width: 50%;
  min-height: 260px;
  padding: 70px 90px 70px 90px;
}

.entry_title_box h3 {
  font-weight: 600;
}

.entry_title_box h3 span {
  font-size: 1.4rem;
  font-weight: 100;
  margin-top: 15px;
  display: block;
}


/*----------
  エントリー内共通
----------*/
.entry_content {
  max-width: 1100px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 100px;
  box-sizing: border-box;
}

/*----------
  2018年卒採用
----------*/

/* recruit2018 */

.recruit2018 {
  text-align: center;
}

.recruit2018 p {
  font-size: 1.4rem;
  margin-bottom: 90px;
}
.recruit_btn {
  display: inline-block;
  margin: 0 auto;
}

.recruit_btn div {
  float: left;
}

.recruit2018 img {
  vertical-align: bottom;
  border: 1px solid #333;
}

.recruit2018 a {
  display: block;
  margin-bottom: 20px;
	line-height: 100px;
  transition: .2s;
}

.recruit2018 a:hover {
  opacity: 0.6;
}

.recruit2018 .btn_recnavi {
  margin-right: 30px;
}

.entry_content h4 {
  text-align: center;
  margin-bottom: 40px;
}

/* 募集要項 */

.recruit_list {
	font-size: 1.6rem;
	width: 100%;
	border-collapse: collapse;
}

.recruit_list tr {
	border-top: 1px solid #edefea;
}

.recruit_list tr:last-child {
	border-bottom: 1px solid #edefea;
}

.recruit_list td{
	line-height: 1.8;
	padding: 24px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.recruit_list td:first-child {
	font-weight: 600;
}

.recruit_list td li:nth-child(2n) {
	padding-left: 20px;
	margin-bottom: 10px;
}

/*採用プロセス*/

/* プロセスA：採用プロセスのフローが8個の方 */
.process_a {
	display: block;	/* プロセスBに切り替える際、ここを「display:none;」に変更する */

	background: url("../../images/adoption_process_03.png")no-repeat;
	width: 100%;
	height: 270px;
	background-size: 100% auto;
  margin-bottom: 80px;
}

/* プロセスB：採用プロセスのフローが7個の方*/
.process_b {
	display: none; /* プロセスBに切り替える際、ここを「display:block」に変更する */

	background: url("../../images/adoption_process_02.png")no-repeat;
	width: 100%;
	height: 270px;
	background-size: 100% auto;
  margin-bottom: 80px;
}

.entry_content h5 {
  text-align: center;
  margin-bottom: 50px;
}

.ceremony li {
  float: left;
  background: #ccc;
  box-sizing: border-box;
  width: 48%;
  height: 250px;
}



/*----------
  動画
----------*/
.movie_area{
      max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 100px;
  box-sizing: border-box;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}



/*--0329-video--*/

.video-area{
	margin-bottom: 120px;
}
/*

iframe{
    width: 100%;
    height: auto;
}
*/

.video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.video-container p {
	margin-top: 20px;
}

.video-btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  cursor: pointer;
  z-index: 1;
}

.recruit2018 .video__txt {
  margin-bottom: 20px;
}

/*----------
  FAQ
----------*/

.faq_list dt {
	background: #f6f6f6;
	position: relative;
	margin-top: 10px;
	padding: 24px;
}

.faq_list dt:hover {
	cursor: pointer;
}

.faq_list dt div {
	float: left;
}

.faq_list dt .question {
	width: 3%;
	color: #016C6C;
	margin-right: 20px;
}

.faq_list dt .question_txt {
	width: 80%;
}

.arrow {
	position: absolute;
	top: 50%;
	right: 24px;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.faq_list dt img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.faq_list .dropdown_toggle img{
	transform-origin: center center;
   	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.faq_list dd {
	display: none;
	padding: 24px;
}

.faq_list dd div {
	float: left;
	line-height: 1.7;
}

.faq_list dd div:first-child {
	font-size: 1.8rem;
	color: #d37632;
	margin-right: 5%;
}

.faq_list dd div:last-child {
	font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	width: 90%;
}


/*------------------------------
  タブレット(レスポンシブ)
------------------------------*/

@media only screen and ( max-width: 959px) {


  /*----------
    エントリー内共通
  ----------*/
  .entry_content {
    width: 88%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0;
    box-sizing: border-box;
  }

  /*各セクションの見出し背景画像*/

  .recruit .entry_title{
    background: url(../../images/sp_back_recruit.jpg) center center no-repeat;
    background-size: cover;
  }

  .faq .entry_title{
    background: url(../../images/sp_back_faq.jpg) center center no-repeat;
    background-size: cover;
  }


  /*採用プロセス*/

  /* プロセスA：採用プロセスのフローが8個の方 */
  .process_a {
    margin-bottom: 20px;
  }

  /* プロセスB：採用プロセスのフローが7個の方*/
  .process_b {
    margin-bottom: 20px;
  }

	/* recruit2018 */
	.recruit2018 p {
		margin-bottom: 35px;
	}

	.recruit_btn div {
		float: none;
	}

	.recruit2018 img {
		vertical-align: bottom;
		width: 100%;
		height: auto;
	}

	.recruit2018 a {
		line-height: normal;
		margin-bottom: 10px;
	}

	.recruit2018 .btn_recnavi {
		margin-right: 0;
	}
    
    .movie_area{
  padding: 0 6%;
}
}


/*------------------------------
  スマートフォン(レスポンシブ)
------------------------------*/

@media only screen and ( max-width: 599px) {

  /*--------------------
    ヘッダ
  --------------------*/


  /*--------------------
    コンテンツ
  --------------------*/

  #contents {
  margin-top: 30px;
  }

  #contents section .entry_title {
    background: none;
  }

  .recruit,
  .faq {
    width: 100%;
    margin-bottom: 60px;
  }

  /*----------
    見出し
  ----------*/
  .entry_title {
    height: auto;
    margin-bottom: 40px;
  }

  .wrp_entry_title_box {
    width: 100%;
    height: auto;
    position: relative;
  }



  /* 各セクションの背景画像 */
  .recruit .top_img_box {
    background: url(../../images/sp_back_recruit.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 175px;
  }

  .faq .top_img_box {
    background: url(../../images/sp_back_faq.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
  }


  .entry_title_box {
    background: #f6f6f6;
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    min-height:inherit;
    padding: 30px 6%;
  }

  .entry_title_box h3 span {
    font-size: 1.4rem;
  }

  /*----------
    エントリー内容
  ----------*/

  .entry_content {
    max-width:none;
    width: 88%;
    margin-bottom: 45px;
    padding: 0;
  }

  .entry_content h4 {
    margin-bottom: 20px;
  }


	/*----------
		2018年卒採用
	----------*/


	.entry_content h4 {
		margin-bottom: 30px;
	}

	/* 募集要項 */

	.recruit_list tr td{
		padding: 20px 0;
	}

	.recruit_list td:first-child {
		width: 25%;
	}

	/*採用プロセス*/

	/* プロセスA：採用プロセスのフローが8個の方 */
	.process_a {
		background: url("../../images/sp_adoption_process_03.png")no-repeat top center;
		width: 100%;
		height: 751px;
		background-size: auto 100%;
    margin-bottom: 40px;
	}

	/* プロセスB：採用プロセスのフローが7個の方*/
	.process_b {
		background: url("../../images/sp_adoption_process_02.png")no-repeat top center;
		width: 100%;
		height: 653px;
		background-size: auto 100%;
    margin-bottom: 40px;
	}

  .entry_content h5 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .ceremony li {
    float: none;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .ceremony li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 30px;
  }

	/*----------
		FAQ
		----------*/

	.faq_list dt {
		margin-top: 15px;
	}

	.faq_list dt div {
		line-height: 1.7;
	}

	.faq_list dd div:first-child {
		margin-right: 5%;
	}

	.faq_list dd div:last-child {
		width: 80%;
	}

}
