@charset "UTF-8";

/* ==========================================================================*/
/*   initial*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   mixin*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   clearfix*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   size*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   link-underline*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   center-content*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   position-absolute*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   hover*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   icon*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   justify*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   text-height-zero*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   switch-bg-image*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   placeholder*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   media query*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   box*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   grid*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   page - top*/
/* ==========================================================================*/
#page {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ==========================================================================
   block - header
   ========================================================================== */
#header {
  border-bottom: none;
}

/* ==========================================================================
   content
   ========================================================================== */
#content {
  /* section
    ----------------------------------------------------------------------------- */
  /* parallax
    ----------------------------------------------------------------------------- */
  /* ornament-item
    ----------------------------------------------------------------------------- */
  /* list--2column
    ----------------------------------------------------------------------------- */
  /* visual
    ----------------------------------------------------------------------------- */
  /* news
    ----------------------------------------------------------------------------- */
  /* about
    ----------------------------------------------------------------------------- */
  /* works
    ----------------------------------------------------------------------------- */
  /* staff
    ----------------------------------------------------------------------------- */
  /* fftour
    ----------------------------------------------------------------------------- */
  /* recruit
    ----------------------------------------------------------------------------- */
}

#content .section {
  overflow: hidden;
}

#content .section__inner {
  width: 100%;
  max-width: 1000px;
  padding: 80px 70px;
  box-sizing: border-box;
}

#content .parallax__image {
  position: relative;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}

#content .parallax__image img {
  width: 100%;
}

#content .parallax__base {
  position: relative;
  z-index: 2;
}

#content .ornament-item {
  position: absolute;
  font-size: 0;
  line-height: 0;
  opacity: 0.2;
  z-index: 1;
}

#content .ornament-item img {
  max-width: 100%;
}

#content .list--2column {
  position: relative;
  *zoom: 1;
  z-index: 2;
}

#content .list--2column:after {
  content: '';
  display: table;
  clear: both;
}

#content .list--2column .item {
  display: block;
  position: relative;
  width: 46.511628%;
  float: left;
}

#content .list--2column .item:nth-child(2n) {
  margin-left: 6.976744%;
}

#content .list--2column .item a {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  text-decoration: none;
}

#content .list--2column .item a:hover,
#content .list--2column .item a:active {
  opacity: 0.7;
}

#content .list--2column .item__thumb img {
  width: 100%;
}

/* ---- 2018.02.26 FHD.Nakamura 2019年度採用ページ修正　ADD.Start ---- */
#content .list--column {
  position: relative;
  *zoom: 1;
  z-index: 1;
}

#content .list--column:after {
  content: '';
  display: table;
  clear: both;
}

#content .list--column .item {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #content .list--column .item {
    max-width: 100%;
  }
}

#content .list--column .item:nth-child(2n) {
  margin-left: 6.976744%;
}

#content .list--column .item a {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  text-decoration: none;
}

#content .list--column .item a:hover,
#content .list--column .item a:active {
  opacity: 0.7;
}

#content .list--column .item__thumb img {
  width: 100%;
}

/* ---- 2018.02.26 FHD.Nakamura 2019年度採用ページ修正　ADD.End ---- */

#content .visual {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

#content .visual__inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 100;
}

#content .visual__title {
  position: absolute;
  bottom: 40px;
  left: 0;
}

#content .visual__title img {
  width: 323px;
  height: 200px;
}

#content .visual #visual-video {
  width: 100%;
  height: 80vh;
  position: relative;
  background-color: #fff;
}

#content .visual #visual-video img {
  /*
				@include absolute-top-left(50%, 50%);
				-webkit-transform: translateX(-50%) translateY(-50%);
	                -ms-transform: translateX(-50%) translateY(-50%);
	                    transform: translateX(-50%) translateY(-50%);
				width: 100%;
*/
  position: relative;
  z-index: 1;
}

#content .visual #visual-video:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url(/recruit/assets/img/top/pat_visual.png) repeat 0 0;
  z-index: 100;
}

#content .visual #videoplay {
  z-index: 2;
  background-color: #fff;
}

#content .visual #visual-image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  max-height: 405px;
}

#content .visual #visual-image img {
  width: 100%;
}

#content .visual #visual-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url(/recruit/assets/img/top/pat_visual.png) repeat 0 0;
  z-index: 100;
}

#content .visual .sound-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1000px;
  max-width: 1000px;
  margin: 20px auto 0;
  text-align: right;
  z-index: 101;
}

#content .visual .sound-wrap .toggle-sound {
  display: inline-block;
  width: 85px;
  height: 17px;
  background: url(/recruit/assets/img/top/btn_sound_off.png) no-repeat center center;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#content .visual .sound-wrap .toggle-sound:hover,
#content .visual .sound-wrap .toggle-sound:active {
  opacity: 0.7;
}

#content .visual .sound-wrap .toggle-sound.sound-on {
  background-image: url(/recruit/assets/img/top/btn_sound_on.png);
}

#content .news {
  z-index: 6;
}

#content .news .ornament-item:nth-of-type(1) {
  top: -12px;
  left: -120px;
}

#content .news__list {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  z-index: 2;
}

#content .news__list .item {
  *zoom: 1;
  background: #fff5f6;
  padding: 16px 20px 14px 20px;
}

#content .news__list .item:after {
  content: '';
  display: table;
  clear: both;
}

#content .news__list .item+.item {
  margin-top: 10px;
}

#content .news__list .item__date {
  float: left;
  width: 6em;
  font-family: 'AvenirNextCondensed-DemiBold', 'Avenir Next Condensed', 'Helvetica Neue', 'Arial Narrow', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, Osaka, sans-serif;
  font-weight: 500;
}

#content .news__list .item__title {
  overflow: hidden;
}

#content .about {
  z-index: 5;
}

#content .about .parallax__image {
  background: url(/recruit/assets/img/top/bg_about.jpg) center 50% no-repeat fixed;
  background-size: cover;
}

#content .about .ornament-item:nth-of-type(1) {
  top: -24px;
  right: -120px;
}

#content .works {
  z-index: 4;
}

#content .works .parallax__image {
  background: url(/recruit/assets/img/top/bg_works.jpg) center 50% no-repeat fixed;
  background-size: cover;
}

#content .works .ornament-item:nth-of-type(1) {
  top: 134px;
  left: -72px;
}

#content .works .ornament-item:nth-of-type(2) {
  bottom: -20px;
  right: -120px;
}

#content .works__menu .item__text {
  margin-top: 1.5em;
  text-align: center;
}

#content .staff {
  z-index: 3;
}

#content .staff .parallax__image {
  background: url(/recruit/assets/img/top/bg_staff1.jpg) center 50% no-repeat fixed;
  background-size: cover;
}

#content .staff .ornament-item:nth-of-type(1) {
  top: 90px;
  right: -110px;
}

#content .staff__menu .item__text {
  position: absolute;
  top: 82.87135%;
  left: 23%;
  line-height: 1.5;
}

#content .staff__menu .item__text dt {
  font-weight: bold;
  font-size: 114.3%;
}

#content .fftour {
  z-index: 2;
}

#content .fftour .parallax__image {
  background: url(/recruit/assets/img/top/bg_fftour.jpg) center 50% no-repeat fixed;
  background-size: cover;
}

#content .fftour .ornament-item:nth-of-type(1) {
  top: 25px;
  left: -130px;
}

#content .fftour .ornament-item:nth-of-type(2) {
  top: 407px;
  right: auto;
  left: 84.41791%;
}

#content .fftour__menu .item__text {
  position: absolute;
  top: 80.28169%;
  left: 10.5%;
  line-height: 1.5;
}

#content .fftour__menu .item__text dt {
  font-weight: bold;
  font-size: 114.3%;
  margin-bottom: 0.2em;
}

#content .recruit {
  z-index: 1;
}

#content .recruit .parallax__image {
  background: url(/recruit/assets/img/top/bg_recruit.jpg) center 50% no-repeat fixed;
  background-size: cover;
}

#content .recruit .ornament-item:nth-of-type(1) {
  top: 25px;
  left: -130px;
}

#content .recruit__menu {
  position: relative;
  *zoom: 1;
  z-index: 2;
}

#content .recruit__menu:after {
  content: '';
  display: table;
  clear: both;
}

#content .recruit__menu .item {
  float: left;
  width: 28.604651%;
  text-align: center;
}

#content .recruit__menu .item+.item {
  margin-left: 6.976744%;
}

#content .recruit__menu .item a {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#content .recruit__menu .item a:hover,
#content .recruit__menu .item a:active {
  opacity: 0.7;
}

#content .recruit__menu .item img {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  #content .section__inner {
    width: 100%;
    padding: 25px 5.333333% 40px 5.333333%;
    box-sizing: border-box;
  }

  #content .ornament-item {
    width: 50%;
  }

  #content .ornament-item img {
    max-width: 50%;
  }

  #content .list--2column {
    padding: 0 12.686567%;
  }

  #content .list--2column .item {
    width: 100%;
    float: none;
  }

  #content .list--2column .item:nth-child(2n) {
    margin-left: 0;
  }

  #content .list--2column .item+.item {
    margin-top: 30px;
  }

  #content .list--2column .item__text {
    font-size: 90%;
  }

  #content .list--column {
    padding: 0 12.686567%;
  }

  #content .list--column .item {
    width: 100%;
    float: none;
  }

  #content .list--column .item:nth-child(2n) {
    margin-left: 0;
  }

  #content .list--column .item+.item {
    margin-top: 30px;
  }

  #content .list--column .item__text {
    font-size: 85.7%;
  }

  #content .visual {
    width: 100%;
    height: auto;
    padding-bottom: 21.481482%;
  }

  #content .visual__inner {
    width: 100%;
    height: auto;
  }

  #content .visual__title {
    left: auto;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
    padding: 0 5.333333%;
    box-sizing: border-box;
    text-align: center;
  }

  #content .visual__title img {
    width: 100%;
    height: auto;
    max-width: 670px;
  }

  #content .visual #visual-video-player {
    display: none;
  }

  #content .visual #visual-image:after {
    background-image: none;
  }

  #content .news .heading img {
    width: 61px;
    height: auto;
  }

  #content .news .ornament-item:nth-of-type(1) {
    top: 40px;
    left: -5.066667%;
  }

  #content .news__list .item {
    padding: 10px 2.686567% 8px 2.686567%;
  }

  #content .news__list .item+.item {
    margin-top: 7.5px;
  }

  #content .news__list .item__date {
    width: 5em;
  }

  #content .about .parallax__image {
    background: url(/recruit/assets/img/top/bg_about.jpg) center 50% no-repeat;
    background-size: cover;
  }

  #content .about .heading img {
    width: 87px;
    height: auto;
  }

  #content .about .ornament-item:nth-of-type(1) {
    top: 29px;
    right: auto;
    left: 78.8%;
  }

  #content .works .parallax__image {
    background: url(/recruit/assets/img/top/bg_works.jpg) center 50% no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }

  #content .works .ornament-item:nth-of-type(1) {
    top: 134px;
    left: 2.8%;
  }

  #content .works .ornament-item:nth-of-type(2) {
    bottom: -20px;
    right: auto;
    left: 82.428571%;
  }

  #content .works .heading img {
    width: 79px;
    height: auto;
  }

  #content .staff .parallax__image {
    background: url(/recruit/assets/img/top/bg_staff1.jpg) center 50% no-repeat;
    background-size: cover;
  }

  #content .staff .heading img {
    width: 68.5px;
    height: auto;
  }

  #content .staff .ornament-item:nth-of-type(1) {
    top: 28px;
    right: auto;
    left: 75.6%;
  }

  #content .staff__menu .item__text {
    position: absolute;
    top: 82.87135%;
    left: 25%;
  }

  #content .fftour .parallax__image {
    background: url(/recruit/assets/img/top/bg_fftour.jpg) center 50% no-repeat;
    background-size: cover;
  }

  #content .fftour .heading img {
    width: 90px;
    height: auto;
  }

  #content .fftour .ornament-item:nth-of-type(1) {
    top: 28.784314%;
    left: -11.791045%;
  }

  #content .fftour .ornament-item:nth-of-type(2) {
    top: auto;
    bottom: -20px;
    right: -22.6567176%;
    left: auto;
  }

  #content .fftour__menu .item__text {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -10%;
    text-align: center;
  }

  #content .recruit .parallax__image {
    background: url(/recruit/assets/img/top/bg_recruit.jpg) center 50% no-repeat;
    background-size: cover;
  }

  #content .recruit .heading img {
    width: 89.5px;
    height: auto;
  }

  #content .recruit .ornament-item:nth-of-type(1) {
    top: 7.172131%;
    left: -5.8208955%;
  }
}

/* メインスライドショー */
/*  */

.mainVisual #slide {
  position: relative;
  height: 700px;
  z-index: 0;
}

.mainVisual #slide li img {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.mainVisual #slide li {
  position: absolute;
  width: 100%;
}

.mainVisual .messageH1 {
  position: absolute;
  z-index: 100;
  margin: -250px 0 0 50px;
}

.mainVisual .messageH1 img {
  width: 50%;
}


@media only screen and (max-width: 768px) {
  .mainVisual #slide {
    height: 300px;
  }

  .mainVisual #slide li img {
    height: 300px;
  }

  .mainVisual .messageH1 {
    position: relative;
    padding: 0;
    width: 90%;
    margin: -30px auto 0 auto;
  }

  .mainVisual .messageH1 img {
    width: 100%;
  }
}

.redBig{
  font-weight: bold;
  color: red;
}
