@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../media/files/font/GenJyuuGothic-Regular.eot");
  src: url("../media/files/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../media/files/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../media/files/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../media/files/font/GenJyuuGothic-Bold.eot");
  src: url("../media/files/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../media/files/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../media/files/font/GenJyuuGothic-Bold.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCKJJP';
  font-style: normal;
  font-weight: normal;
  src: url("../media/files/font/NotoSansCJKjp-Regular.eot");
  src: url("../media/files/font/NotoSansCJKjp-Regular?#iefix") format("embedded-opentype"), url("../media/files/font/NotoSansCJKjp-Regular.otf") format("opentype"), url("../media/files/font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCKJJP';
  font-style: normal;
  font-weight: bold;
  src: url("../media/files/font/NotoSansCJKjp-Bold.eot");
  src: url("../media/files/font/NotoSansCJKjp-Bold?#iefix") format("embedded-opentype"), url("../media/files/font/NotoSansCJKjp-Bold.otf") format("opentype"), url("../media/files/font/NotoSansCJKjp-Bold.woff") format("woff");
}
footer {
  margin-top: auto;
}

/**********
* title
* h2.title
*****/
h2.title {
  border-bottom: 1px solid #dfdfdf;
  margin: auto;
  text-align: center;
}
h2.title > span {
  border-bottom: 2px solid #f90;
  box-sizing: border-box;
  display: inline-block;
  font-family: "GENJ";
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: -2px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  h2.title > span {
    font-size: 18px;
  }
}

/**********
*	key visual
* .kv
*****/
div.kv {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div.kv {
    margin-bottom: 30px;
  }
}
div.kv img {
  margin: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/**********
*	ロゴスライダー
* #logo_slider
*****/
#logo_slider {
  position: relative;
}
#logo_slider #logo_slider, #logo_slider div.front, #logo_slider div.back {
  width: 100%;
}
@media print, screen and (min-width: 980px) {
  #logo_slider #logo_slider, #logo_slider div.front, #logo_slider div.back {
    height: 450px;
  }
}
@media screen and (max-width: 979px) {
  #logo_slider #logo_slider, #logo_slider div.front, #logo_slider div.back {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  #logo_slider #logo_slider, #logo_slider div.front, #logo_slider div.back {
    height: 250px;
  }
}
@media print, screen and (min-width: 980px) {
  #logo_slider {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 979px) {
  #logo_slider {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #logo_slider {
    margin-bottom: 20px;
  }
}
#logo_slider div.front {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#logo_slider div.front span {
  position: absolute;
  top: 50%;
  left: 50%;
}
#logo_slider div.front span img {
  position: absolute;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 980px) {
  #logo_slider div.front span img {
    top: -145px;
    left: -260px;
  }
}
@media screen and (max-width: 979px) {
  #logo_slider div.front span img {
    width: 400px;
    left: -200px;
    height: 223.07692px;
    top: -111.53846px;
  }
}
@media screen and (max-width: 767px) {
  #logo_slider div.front span img {
    width: 200px;
    left: -100px;
    height: 111.53846px;
    top: -55.76923px;
  }
}
#logo_slider div.front span span.cm {
  position: absolute;
}
@media print, screen and (min-width: 980px) {
  #logo_slider div.front span span.cm {
    left: 460px;
    top: 260px;
  }
}
@media screen and (max-width: 979px) {
  #logo_slider div.front span span.cm {
    left: 330px;
    top: 180px;
  }
}
@media screen and (max-width: 767px) {
  #logo_slider div.front span span.cm {
    top: 90px;
    left: 160px;
  }
}
#logo_slider div.front span span.cm img {
  width: auto;
  height: auto;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #logo_slider div.front span span.cm img {
    width: 100px;
  }
}
#logo_slider div.back {
  background: black url(../media/images/top/logo/bg3_2.jpg) 0 0;
  background-size: auto 100%;
  animation: animatedBackgroundPC 40s linear infinite;
}
@media screen and (max-width: 979px) {
  #logo_slider div.back {
    animation-name: animatedBackgroundTAB;
  }
}
@media screen and (max-width: 767px) {
  #logo_slider div.back {
    animation-name: animatedBackgroundSP;
  }
}

/* IE11 bug fix */
@keyframes animatedBackgroundPC {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1333px 0;
  }
}
@keyframes animatedBackgroundTAB {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1036.77778px 0;
  }
}
@keyframes animatedBackgroundSP {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -740.55556px 0;
  }
}
/**********
*	多彩な事業展開
*	.division
*****/
section.division {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  position: relative;
  max-width: 1000px;
  margin: 30px auto 90px;
}
@media screen and (max-width: 979px) {
  section.division {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.division {
    margin: 30px auto 50px;
  }
}
section.division table {
  border-collapse: collapse;
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 979px) {
  section.division table {
    width: 100%;
  }
}
section.division table td {
  border-bottom: 1px solid #ccc;
  /*padding-bottom: 7px;*/
  text-align: center;
  width: 50%;
  vertical-align: top;
}
section.division table td + td {
  border-left: 1px solid #ccc;
}
section.division table p.title {
  font-family: "GENJ", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 15px auto;
}
section.division table a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 79px;
  padding: 0 7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.division table a {
    min-width: 75px;
  }
  section.division table a + a {
    margin-top: 7px;
  }
}
section.division table a:hover div.hover {
  opacity: 1;
  transition-duration: .3s;
}
section.division div.hover {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  line-height: 1.2;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: .3s;
  width: 100%;
}
section.division div.hover::before {
  color: #fff;
  content: attr(data-hover);
  display: block;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 18px;
  text-align: center;
  width: 100%;
}
section.division div.hover.long::before {
  margin-top: 14px;
}
section.division ul {
  font-size: 0;
  list-style: none;
  margin: auto;
  padding: 0;
  text-align: center;
}
section.division ul > li {
  display: inline-block;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  section.division ul > li {
    /*margin-bottom: 7px;*/
  }
}
section.division ul > li + li {
  margin-left: 10px;
}

/**********
*	今週のおすすめ
* .pickup
*****/
.pickup {
  margin: 60px auto 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pickup {
    margin: 30px auto 50px;
  }
}
.pickup .inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  position: relative;
  max-width: 1000px;
}
.pickup .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  .pickup .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.pickup .link_wrap {
  margin-top: 45px;
}
.pickup .link_wrap:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 980px) {
  .pickup .link_wrap.half {
    width: 49%;
  }
  .pickup .link_wrap.half a.link img {
    width: 100%;
  }
  .pickup .link_wrap.half.left {
    float: left;
  }
  .pickup .link_wrap.half.right {
    float: right;
  }
  .pickup .link_wrap.half:nth-child(2) {
    margin-top: 0;
  }
}
.pickup div.clear {
  clear: both;
}
.pickup a.link img {
  max-width: 100%;
  vertical-align: bottom;
}
.pickup p.link {
  display: inline-block;
  height: 100%;
  margin: auto;
  text-align: center;
  width: 100%;
}
.pickup p.link a {
  color: #000;
  text-decoration: none;
}
.pickup p.link a:hover {
  color: #f00;
  text-decoration: underline;
}
.pickup p.link img {
  position: relative;
  top: 15px;
}
.pickup_img {
  float: left;
  margin-top: 50px;
  position: relative;
  text-align: center;
  width: 42%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .pickup_img {
    float: none;
    opacity: 1 !important;
    width: 100%;
  }
}
.pickup_img img {
  max-width: 100%;
  vertical-align: bottom;
}
.pickup_icon {
  margin-left: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pickup_icon {
    left: 25px;
    opacity: 1 !important;
    width: 28%;
  }
}
.pickup_icon img {
  max-width: 100%;
  vertical-align: bottom;
}
.pickup_text {
  background: url(../media/images/top/bg_pickup.png) repeat-y top right;
  box-sizing: border-box;
  padding: 20px 35px 40px 48%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 979px) {
  .pickup_text {
    padding: 20px 20px 30px 45%;
  }
}
@media screen and (max-width: 767px) {
  .pickup_text {
    margin: 30px auto 0;
    padding: 20px 20px 30px;
  }
}
.pickup_title {
  color: #535353;
  font-weight: middle;
  font-size: 22px;
  margin: auto;
}
@media screen and (max-width: 979px) {
  .pickup_title {
    font-size: 20px;
  }
}
.pickup_lead {
  color: #535353;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 979px) {
  .pickup_lead {
    font-size: 14px;
  }
}
.pickup_price {
  font-size: 13px;
}
@media screen and (max-width: 979px) {
  .pickup_price {
    font-size: 11px;
  }
}
.pickup_price_1, .pickup_price_2 {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .pickup_price_1, .pickup_price_2 {
    margin: auto;
  }
}
.pickup_price p {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pickup_price p {
    display: block;
  }
}
.pickup_price p + p {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pickup_price p + p {
    margin: auto;
  }
}
.pickup_price span.code {
  background-color: #616161;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
}
@media screen and (max-width: 979px) {
  .pickup_price span.code {
    font-size: 11px;
    padding: 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .pickup_price span.code {
    padding: 0 5px;
  }
}
.pickup_price span.price {
  color: #d93924;
  font-size: 28px;
  font-weight: bold;
  margin: 0 5px;
}
@media screen and (max-width: 979px) {
  .pickup_price span.price {
    font-size: 22px;
    margin: 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .pickup_price span.price {
    margin: 0 5px;
  }
}
.pickup_price span.yen {
  color: #d93924;
}
.pickup_add {
  background-color: #fff;
  border: 1px solid #f2f1f0;
  color: #898989;
  box-sizing: border-box;
  font-size: 12px;
  padding: 12px 18px;
}
@media screen and (max-width: 767px) {
  .pickup_add {
    margin-top: 10px;
  }
}
.pickup_add p {
  margin: auto;
}
@media screen and (max-width: 979px) {
  .pickup_add {
    padding: 10px 15px;
  }
}
.pickup_more {
  margin: 0 auto -40px;
  position: relative;
  bottom: -20px;
}
.pickup_more a {
  background-color: #f90;
  border: 2px solid transparent;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease;
  width: 185px;
}
@media screen and (max-width: 767px) {
  .pickup_more a {
    font-size: 12px;
  }
}
.pickup_more a:hover {
  background-color: #fff;
  border: 2px solid #f90;
  color: #f90;
  font-weight: bold;
  transition: all .3s ease;
}
.pickup_more a::after {
  content: url(../media/images/top/btn_pickup_arrow.png);
  margin-left: 3px;
}

/**********
* 会社概要
*	.overview
*****/
.overview {
  background: url(../media/images/top/bg_overview.png) no-repeat top right;
  background-size: 40% auto;
  box-sizing: border-box;
  padding-top: 50px;
}
@media screen and (max-width: 979px) {
  .overview {
    padding-top: 20px;
  }
}
.overview .inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  position: relative;
  max-width: 1000px;
}
@media screen and (max-width: 979px) {
  .overview .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .overview_logo {
    box-sizing: border-box;
    padding: 0 10px;
    width: 68%;
  }
}
.overview_logo img {
  max-width: 100%;
  vertical-align: bottom;
}
.overview_detail {
  background: rgba(245, 245, 245, 0.8);
  margin-top: 50px;
}
@media screen and (max-width: 979px) {
  .overview_detail {
    margin-top: 30px;
  }
}
.overview_detail > .inner {
  box-sizing: border-box;
  display: table;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .overview_detail > .inner {
    display: block;
    padding: 15px 10px;
  }
}
.overview_detail .col {
  position: relative;
  display: table-cell;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .overview_detail .col {
    display: block;
  }
}
.overview_detail .col:first-child {
  box-sizing: border-box;
  padding: 0 10px;
}
.overview_detail .col + .col {
  vertical-align: middle;
  width: 195px;
}
@media screen and (max-width: 767px) {
  .overview_detail .col + .col {
    width: 100%;
  }
}
.overview_detail div.logo {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 50px;
}
.overview_detail div.logo img {
  opacity: 0.7;
}
.overview_detail div.btn {
  width: 195px;
}
@media screen and (max-width: 767px) {
  .overview_detail div.btn {
    margin: auto;
    width: 150px;
  }
}
.overview_detail div.btn a {
  background-color: #313131;
  border: 2px solid transparent;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease;
}
@media screen and (max-width: 767px) {
  .overview_detail div.btn a {
    font-size: 12px;
  }
}
.overview_detail div.btn a:hover {
  background-color: #fff;
  border: 2px solid #313131;
  color: #313131;
  transition: all .3s ease;
}
.overview_detail dl {
  font-size: 16px;
}
.overview_detail dl::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  .overview_detail dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .overview_detail dl {
    font-size: 11px;
  }
}
.overview_detail dl dt {
  box-sizing: border-box;
  font-weight: bold;
  float: left;
  padding: 0 5px;
  text-align: center;
  width: 115px;
}
@media screen and (max-width: 767px) {
  .overview_detail dl dt {
    width: 90px;
  }
}
.overview_detail dl dt.company:first-letter {
  margin-right: 3em;
}
.overview_detail dl dd {
  color: #707070;
  margin: auto;
  padding-left: 116px;
}

/**********
*	トピックス群
*	.topicsWrap
*****/
.topicsWrap {
  margin: 25px auto 100px;
}
@media screen and (max-width: 767px) {
  .topicsWrap {
    margin: 25px auto 40px;
  }
}
.topicsWrap .inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  position: relative;
  max-width: 1000px;
}
.topicsWrap .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  .topicsWrap .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.topicsWrap .box {
  box-shadow: 2px 2px 2px #ebebeb;
  box-sizing: border-box;
  float: left;
  padding-right: 1%;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .topicsWrap .box {
    box-shadow: none;
    float: none;
    padding: 0 20px;
    width: 100%;
  }
}
.topicsWrap .box:first-child {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .topicsWrap .box:first-child {
    margin-right: auto;
  }
}
.topicsWrap h3.title {
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  color: #535353;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topicsWrap h3.title {
    margin: 0 auto 15px;
  }
}
.topicsWrap h3.title > a {
  display: inline-block;
  color: #535353;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 10px;
  text-decoration: none;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .topicsWrap h3.title > a {
    font-size: 11px;
  }
}
.topicsWrap h3.title > a:hover {
  text-decoration: underline;
}
.topicsWrap h3.title > a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 0;
}
.topicsWrap table th,
.topicsWrap table td {
  padding-bottom: 25px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .topicsWrap table th,
  .topicsWrap table td {
    padding-bottom: 12px;
  }
}
.topicsWrap table th {
  font-size: 13px;
  font-weight: bold;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .topicsWrap table th {
    font-size: 11px;
  }
}
.topicsWrap table a {
  color: #707070;
  text-decoration: none;
}
.topicsWrap table a:hover {
  text-decoration: underline;
}

/**********
*	採用情報
*	.employment
*****/
div.recruit {
  background-color: #fbf9f3;
  box-sizing: border-box;
  margin: 45px auto 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.recruit {
    background: #fbf9f3;
    margin: 0 auto 40px;
  }
}
div.recruit_bg {
  background: #fbf9f3 url(../media/images/top/bg_recruit2.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  div.recruit_bg {
    background: #fbf9f3;
  }
}
div.recruit .inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  position: relative;
  max-width: 1000px;
}
div.recruit .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  div.recruit .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
div.recruit .textbox {
  background: url(../media/images/top/recruit_balloon.png) no-repeat top left;
  background-size: contain;
  box-sizing: border-box;
  float: right;
  padding: 35px 0 35px 100px;
  width: 450px;
}
@media screen and (max-width: 979px) {
  div.recruit .textbox {
    background-position: top left 57%;
    padding-left: 62%;
    min-width: 480px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  div.recruit .textbox {
    background: transparent;
    float: none;
    margin-bottom: 30px;
    min-width: 0;
    padding: 0;
    text-align: center;
  }
}
div.recruit .textbox p.title {
  color: #f90;
  font-family: "GENJ", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
div.recruit .textbox p {
  color: #707070;
  font-size: 17px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 979px) {
  div.recruit .textbox p {
    font-size: 15px;
  }
}
div.recruit .textbox ul {
  list-style: none;
  margin: 45px auto 0;
  padding: 0;
}
div.recruit .textbox ul::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  div.recruit .textbox ul {
    margin-top: 30px;
  }
}
div.recruit .textbox ul li {
  float: left;
  width: 50%;
}
@media screen and (max-width: 979px) {
  div.recruit .textbox ul li {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
div.recruit .textbox ul li img {
  max-width: 100%;
  vertical-align: bottom;
}

.recruit_new {
  background-color: #faf5e6;
  margin: 45px auto 80px;
}
@media screen and (max-width: 767px) {
  .recruit_new {
    margin: 0 auto 40px;
  }
}
.recruit_new .inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  position: relative;
  max-width: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .recruit_new .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_new .inner {
    padding: 0;
  }
}

table.recruit {
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.recruit {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  table.recruit tbody,
  table.recruit tr,
  table.recruit td {
    display: block;
  }
}
table.recruit td {
  box-sizing: border-box;
  height: 220px;
  padding: 10px;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 767px) {
  table.recruit td {
    height: auto;
    padding: 30px 10px;
    width: 100%;
  }
}
table.recruit td img {
  max-width: 100%;
  vertical-align: bottom;
}
table.recruit td.iconbox {
  background: url(../media/images/top/bg_recruit.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
table.recruit td.textbox p {
  font-size: 16px;
  margin: 25px auto 0;
}
table.recruit .recruit_pattern {
  font-size: 0;
  list-style: none;
  margin: auto;
  padding: 0;
}
table.recruit .recruit_pattern > li {
  display: inline-block;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  table.recruit .recruit_pattern > li {
    margin: auto;
    width: 47%;
  }
}
table.recruit .recruit_pattern > li + li {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  table.recruit .recruit_pattern > li + li {
    margin-left: 6%;
  }
}

#follow_movie {
  display: none;
  position: fixed;
  bottom: 190px;
  right: 15px;
  z-index: 999;
}
#follow_movie span {
  display: block;
  position: absolute;
  top: -19px;
  right: -13px;
  border-radius: 20px;
  border: 2px solid white;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
#follow_movie iframe {
  width: 300px;
  height: 169px;
  border: none;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #follow_movie {
    bottom: 130px;
  }
  #follow_movie span {
    right: -8px;
  }
  #follow_movie iframe {
    width: 120px;
    height: 67px;
  }
}

#follow_movie.follow {
  left: 50px;
  top: 175px;
  right: auto;
  bottom: auto;
}
#follow_movie.follow span {
  top: -10px;
  right: -10px;
}

.modal-banner.follow {
  padding: 0;
  max-width: 350px;
}
.modal-banner.follow .modal-banner__close {
  top: 10px;
  right: 10px;
}
.modal-banner.follow .modal-banner--wrap {
  padding: 40px 15px 30px;
  border-width: 4px;
}
.modal-banner.follow .modal-banner__button {
  display: block;
  margin: 25px 0 0;
  padding: 10px 5px;
  font-size: 14px;
}
.modal-banner__close {
  top: -10px;
  right: -10px;
}
.modal-banner--wrap {
  margin: 0 auto;
  padding: 80px 100px;
  border: 6px solid #3c4b97;
  background-color: #fff;
  max-width: 1230px;
}
@media print, screen and (min-width: 1500px) {
  .modal-banner--wrap {
    padding: 100px 210px;
  }
}
@media screen and (max-width: 979px) {
  .modal-banner--wrap {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal-banner--wrap {
    padding: 15px 20px;
  }
}
.modal-banner__logo img {
  display: block;
  max-width: 100%;
}
.modal-banner__read {
  margin: 50px 0 30px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #3c4b97;
}
@media screen and (max-width: 979px) {
  .modal-banner__read {
    margin: 25px 0 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .modal-banner__read {
    margin: 15px 0 10px;
    font-size: 11px;
  }
  .modal-banner__read .sp_hide {
    display: none;
  }
}
.modal-banner__button {
  display: table;
  margin: 0 auto 50px;
  padding: 10px 70px;
  border-right: 10px solid #77c993;
  border-left: 10px solid #77c993;
  background-color: #f19d38;
  font-size: 28px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .modal-banner__button {
    padding: 10px 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-banner__button {
    display: block;
    margin-bottom: 0;
    padding: 5px 5px;
    border-width: 5px;
    font-size: 11px;
  }
}
.modal-banner__info {
  display: table;
  margin: 0 auto;
  padding: 0 30px;
  border-right: 10px solid #f00;
  border-left: 10px solid #f00;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #f00;
}
@media screen and (max-width: 979px) {
  .modal-banner__info {
    padding: 0 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .modal-banner__info {
    display: none;
  }
}
.modal-banner__info--bottom {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #000;
}

@media screen and (max-width: 767px) {
  #main .pc {
    display: none;
  }
}
#main .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #main .sp {
    display: block;
  }
}
#main .message_banner {
  margin: 50px auto 100px;
  max-width: 665px;
}
@media screen and (max-width: 767px) {
  #main .message_banner {
    margin: 30px auto 40px;
  }
}
#main .message_banner a {
  display: block;
}
@media print, screen and (min-width: 980px) {
  #main .message_banner a {
    transition: 0.5s;
  }
  #main .message_banner a:hover {
    opacity: 0.85;
  }
}
#main .message_banner img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=top.css.map */
