@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  color: inherit;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  background-color: #ffffff;
}

input {
  border: none;
  outline: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

textarea {
  resize: none;
}

ul {
  list-style-type: none;
}

blockquote {
  color: #191919;
  background-color: #f2f2f2;
  position: relative;
  margin-top: 2rem;
  padding: 20px 20px 20px 70px;
}

blockquote:before {
  position: absolute;
  top: 25px;
  left: 35px;
  content: "\022";
  font-size: 3rem;
  color: #d8d8d8;
}

a, a * {
  transition: opacity 0.75s;
}

a:hover, a:hover * {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 559px) {
  a:hover, a:hover * {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/*  INVIEW.js  */
.inview {
  opacity: 0;
  transform: translateY(80px);
  transition: 1.3s;
}

.inview.is-show {
  opacity: 1;
  transform: translateY(0);
}

.inview2 {
  opacity: 0;
  transform: translateY(80px);
  transition: 1.3s;
  transition-delay: 0.5s;
}

@media screen and (max-width: 559px) {
  .inview2 {
    transition-delay: 0s;
  }
}

.inview2.is-show {
  opacity: 1;
  transform: translateY(0);
}

.inview3 {
  opacity: 0;
  transform: translateY(80px);
  transition: 1.3s;
  transition-delay: 1s;
}

@media screen and (max-width: 559px) {
  .inview3 {
    transition-delay: 0s;
  }
}

.inview3.is-show {
  opacity: 1;
  transform: translateY(0);
}

.pc_head {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #fff;
  display: none;
}

.pc_head .head_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.pc_head .head_inner > img {
  margin: auto;
  margin-left: 30px;
}

.pc_head .head_inner .headright {
  margin: auto;
  margin-right: 30px;
}

.pc_head .head_inner .headright ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.pc_head .head_inner .headright ul li {
  border-left: solid 1px #000;
}

.pc_head .head_inner .headright ul li a {
  font-size: 1.7rem;
  padding: 0 40px;
}

.fixbtn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  display: none;
}

.fixbtn a:hover {
  opacity: 0.8;
}

.fixbtn a img {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.sp_head {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

@media screen and (max-width: 559px) {
  .sp_head {
    display: block;
  }
}

.sp_head.on .head_inner > img.top {
  display: none;
}

.sp_head.on .head_inner .hamb_btn span {
  background-color: #000;
}

.sp_head.on .head_inner .hamb_btn span:before, .sp_head.on .head_inner .hamb_btn span:after {
  background-color: #000;
}

.sp_head .head_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.sp_head .head_inner > img {
  margin: auto;
  margin-left: 20px;
}

.sp_head .head_inner > img.scrl {
  display: none;
}

.sp_head .head_inner .hamb_btn {
  width: 30px;
  height: 20px;
  margin: auto;
  margin-right: 20px;
  transition: 0.5s;
}

.sp_head .head_inner .hamb_btn span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  top: 10px;
  display: block;
  transition: background-color 0.3s;
}

.sp_head .head_inner .hamb_btn span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #fff;
  transition: transform 0.3s, top 0.3s, background-color 0.3s;
}

.sp_head .head_inner .hamb_btn span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #fff;
  transition: transform 0.3s, top 0.3s, background-color 0.3s;
}

.fixbtnsp {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  line-height: 0;
}

.fixbtnsp a, .fixbtnsp img {
  width: 100%;
  line-height: 0;
}

.fixbtnsp img {
  height: auto;
}

.spnavmenu {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  background-color: white;
  transition: 0.5s;
}

.spnavmenu .navwrap {
  width: 85%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  text-align: left;
}

.spnavmenu .navwrap .navlogo {
  display: block;
  margin-top: 15px;
}

.spnavmenu .navwrap > a {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: inline-block;
  margin: 30px auto 0;
}

.spnavmenu .navwrap > a:nth-child(2) {
  margin-top: 90px;
}

.spnavmenu .navwrap > a span {
  font-size: 1.4rem;
  display: block;
}

.spnavmenu .navwrap > a.navbnr {
  position: absolute;
  bottom: 15px;
}

footer {
  background-color: #212121;
  padding: 90px 0;
  color: #fff;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 559px) {
  footer {
    padding: 80px 0 50px;
  }
}

footer .footertitle {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 584px) {
  footer .footertitle {
    width: 60%;
    margin-left: 10%;
  }
}

footer .linkwrap {
  width: 630px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 700px) {
  footer .linkwrap {
    width: 90%;
  }
}

@media screen and (max-width: 559px) {
  footer .linkwrap {
    width: 70%;
    margin-left: 10%;
  }
}

footer .linkwrap > a {
  margin: 0 auto;
}

@media screen and (max-width: 559px) {
  footer .linkwrap > a {
    margin-left: 0;
    margin-right: 30px;
  }
  footer .linkwrap > a:nth-child(n + 3) {
    margin-top: 25px;
  }
}

footer .linkwrap > a:nth-child(n + 5) {
  margin-top: 25px;
}

footer .footerbtn {
  width: 400px;
  height: 77px;
  display: block;
  margin: 80px auto 0;
}

@media screen and (max-width: 559px) {
  footer .footerbtn {
    display: none;
  }
}

footer .footerbtn img {
  width: 100%;
  height: auto;
}

footer .footerlogo {
  width: 296px;
  height: 64px;
  display: block;
  margin: 45px auto 0;
}

@media screen and (max-width: 559px) {
  footer .footerlogo {
    width: 60%;
    height: auto;
    margin-top: 75px;
    margin-left: 10%;
  }
}

footer .footerlogo img {
  width: 100%;
  height: auto;
}

.modal_box {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -999;
  overflow-y: scroll;
  padding: 50px 0;
  transition: 0.5s;
}

.modal_box .closebtn {
  width: 44px;
  height: 62px;
  position: absolute;
  right: -60px;
  cursor: pointer;
}

@media screen and (max-width: 559px) {
  .modal_box .closebtn {
    width: 22px;
    height: 31px;
    top: -50px;
    right: 0;
  }
}

.modalboxwrap {
  width: 1080px;
  height: auto;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  margin-bottom: 50px;
  padding: 5px;
  border: solid 1px #ccc;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

@media screen and (max-width: 1200px) {
  .modalboxwrap {
    width: 90%;
  }
}

@media screen and (max-width: 559px) {
  .modalboxwrap {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.modalboxwrap .modalinner {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 900px) {
  .modalboxwrap .modalinner {
    display: block;
  }
}

.modalboxwrap .modalinner video {
  width: 100%;
  height: auto;
}

.modalboxwrap .linkarea {
  margin-top: 30px;
  text-align: center;
}

.modalboxwrap .linkarea .otherlink {
  font-size: 1.3rem;
  display: inline;
  cursor: pointer;
}

.modalboxwrap .linkarea .otherlink:hover {
  opacity: 0.7;
}

.modalboxwrap .linkarea span {
  width: 50px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  margin: 0 5px;
}

.block {
  display: block;
}

.sp_block {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.sp_grid {
  display: none !important;
}

.sp_flex {
  display: none !important;
}

@media screen and (max-width: 559px) {
  * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .sp_none {
    display: none !important;
  }
  .sp_block {
    display: block !important;
  }
  .sp_inline {
    display: inline-block !important;
  }
  .sp_grid {
    display: grid !important;
    display: -ms-grid !important;
  }
  .sp_flex {
    display: flex !important;
  }
  a:hover, a:hover p, a:hover img, a:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.top_area {
  width: 100%;
  height: 100vh;
  background-image: url(../img/top.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1024px) {
  .top_area {
    background-image: url(../img/top_tab.jpg);
  }
}

@media screen and (max-width: 559px) {
  .top_area {
    background-image: url(../img/top_sp.png);
  }
}

.topback_area {
  width: 100%;
  height: 100vh;
  background-image: url(../img/movie_back.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 559px) {
  .topback_area {
    background-image: url(../img/movie_back_sp.jpg);
  }
}

.topback_area .content {
  margin: auto;
}

.topback_area .content .back_title img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 705px) {
  .topback_area .content .back_title img {
    width: 60%;
    height: auto;
  }
}

.topback_area .content .tvcm_wrap {
  width: 920px;
  margin: 50px auto 0;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1025px) {
  .topback_area .content .tvcm_wrap {
    width: 90%;
  }
}

@media screen and (max-width: 559px) {
  .topback_area .content .tvcm_wrap {
    width: 70%;
    display: block;
  }
}

.topback_area .content .tvcm_wrap .block {
  width: 421px;
  cursor: pointer;
}

@media screen and (max-width: 1025px) {
  .topback_area .content .tvcm_wrap .block {
    width: 49%;
  }
}

@media screen and (max-width: 559px) {
  .topback_area .content .tvcm_wrap .block {
    width: 100%;
  }
  .topback_area .content .tvcm_wrap .block:last-child {
    margin-top: 30px;
  }
}

.topback_area .content .tvcm_wrap .block:first-child {
  margin-right: auto;
}

.topback_area .content .tvcm_wrap .block .thumb_img {
  border: solid 1px #fff;
}

@media screen and (max-width: 1025px) {
  .topback_area .content .tvcm_wrap .block .thumb_img {
    width: 100%;
    height: auto;
  }
}

.topback_area .content .tvcm_wrap .block .tvcmtitle img {
  display: block;
  margin: 24px auto 0;
}

@media screen and (max-width: 1025px) {
  .topback_area .content .tvcm_wrap .block .tvcmtitle img {
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 559px) {
  .topback_area .content .tvcm_wrap .block .tvcmtitle img {
    margin-top: 10px;
  }
}

.about_area {
  width: 100%;
  margin-top: 100vh;
  padding: 210px 0 170px;
  background-image: url(../img/about_back.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 559px) {
  .about_area {
    background-image: url(../img/about_back_sp.jpg);
    padding: 100px 0 150px;
  }
}

.about_area .title img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 916px) {
  .about_area .title img {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 559px) {
  .about_area .title img {
    width: 80%;
  }
}

.about_area .text {
  display: block;
  margin: 110px auto 0;
}

@media screen and (max-width: 925px) {
  .about_area .text {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 559px) {
  .about_area .text {
    width: 80%;
    margin-top: 70px;
  }
}

.about_area .logo {
  display: block;
  margin: 110px auto 0;
}

@media screen and (max-width: 559px) {
  .about_area .logo {
    width: 60%;
    height: auto;
    margin-top: 100px;
  }
}

.tvcm_area {
  width: 100%;
  position: relative;
  z-index: 5;
}

.tvcm_area .tvcmtop {
  margin: 0;
  line-height: 0;
}

.tvcm_area .tvcmtop img {
  width: 100%;
  height: auto;
}

.tvcm_area .tvcmcontent {
  width: 100%;
  background-color: #fff;
  padding: 130px 0 200px;
}

@media screen and (max-width: 559px) {
  .tvcm_area .tvcmcontent {
    padding: 100px 0 110px;
  }
}

.tvcm_area .tvcmcontent .intention_wrap {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (max-width: 1250px) {
  .tvcm_area .tvcmcontent .intention_wrap {
    width: 90%;
  }
}

@media screen and (max-width: 559px) {
  .tvcm_area .tvcmcontent .intention_wrap {
    display: block;
  }
}

.tvcm_area .tvcmcontent .intention_wrap .block {
  width: 330px;
  margin-right: 55px;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .tvcm_area .tvcmcontent .intention_wrap .block {
    width: calc(33.3% - 13.3px);
    margin-right: 20px;
  }
}

@media screen and (max-width: 559px) {
  .tvcm_area .tvcmcontent .intention_wrap .block {
    width: 100%;
  }
  .tvcm_area .tvcmcontent .intention_wrap .block:nth-child(n + 2) {
    margin-top: 120px;
  }
}

.tvcm_area .tvcmcontent .intention_wrap .block:nth-child(3n) {
  margin-right: 0;
}

.tvcm_area .tvcmcontent .intention_wrap .block:nth-child(n + 4) {
  margin-top: 120px;
}

.tvcm_area .tvcmcontent .intention_wrap .block:before {
  content: "";
  width: 101px;
  height: 275px;
  background-image: url(../img/tvcm_img01.jpg);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50px;
  left: -20px;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .tvcm_area .tvcmcontent .intention_wrap .block:before {
    width: 67.3px;
    height: 183.3px;
    left: -10px;
  }
}

@media screen and (max-width: 559px) {
  .tvcm_area .tvcmcontent .intention_wrap .block:before {
    display: none;
  }
}

.tvcm_area .tvcmcontent .intention_wrap .block:nth-child(2):before {
  width: 107px;
  height: 260px;
  background-image: url(../img/tvcm_img02.jpg);
  top: 65px;
}

@media screen and (max-width: 960px) {
  .tvcm_area .tvcmcontent .intention_wrap .block:nth-child(2):before {
    width: 71.3px;
    height: 173.3px;
  }
}

.tvcm_area .tvcmcontent .intention_wrap .block:nth-child(3):before {
  width: 101px;
  height: 264px;
  background-image: url(../img/tvcm_img03.jpg);
  top: 63px;
}

@media screen and (max-width: 960px) {
  .tvcm_area .tvcmcontent .intention_wrap .block:nth-child(3):before {
    width: 67.3px;
    height: 176px;
  }
}

.tvcm_area .tvcmcontent .intention_wrap .block:nth-child(4):before {
  width: 105px;
  height: 268px;
  background-image: url(../img/tvcm_img04.jpg);
  top: 57px;
}

@media screen and (max-width: 960px) {
  .tvcm_area .tvcmcontent .intention_wrap .block:nth-child(4):before {
    width: 70px;
    height: 178.6px;
  }
}

.tvcm_area .tvcmcontent .intention_wrap .block:nth-child(5):before {
  width: 101px;
  height: 254px;
  background-image: url(../img/tvcm_img05.jpg);
  top: 73px;
}

@media screen and (max-width: 960px) {
  .tvcm_area .tvcmcontent .intention_wrap .block:nth-child(5):before {
    width: 67.3px;
    height: 169.3px;
  }
}

.tvcm_area .tvcmcontent .intention_wrap .block:nth-child(6):before {
  width: 101px;
  height: 266px;
  background-image: url(../img/tvcm_img06.jpg);
  top: 62px;
  left: -40px;
}

@media screen and (max-width: 960px) {
  .tvcm_area .tvcmcontent .intention_wrap .block:nth-child(6):before {
    width: 67.3px;
    height: 177.3px;
    left: -10px;
  }
}

.tvcm_area .tvcmcontent .intention_wrap .block .tvcmtitle {
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1250px) {
  .tvcm_area .tvcmcontent .intention_wrap .block .tvcmtitle {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 559px) {
  .tvcm_area .tvcmcontent .intention_wrap .block .tvcmtitle {
    width: 100%;
  }
}

.tvcm_area .tvcmcontent .intention_wrap .block .tvcmtext {
  display: block;
  margin-top: 45px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1250px) {
  .tvcm_area .tvcmcontent .intention_wrap .block .tvcmtext {
    width: 100%;
    height: auto;
  }
}

.interview_area {
  width: 100%;
  background-color: #E5E7ED;
  position: relative;
  z-index: 5;
}

.interview_area .interview_top {
  margin: 0;
  line-height: 0;
}

.interview_area .interview_top img {
  width: 100%;
  height: auto;
}

.interview_area .interview_topimg {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .interview_area .interview_topimg {
    width: 85%;
    height: auto;
  }
}

.interview_area .interviewwrap {
  margin-top: 75px;
}

@media screen and (max-width: 559px) {
  .interview_area .interviewwrap {
    margin-top: 60px;
  }
}

.interview_area .interviewwrap .interview_block {
  padding: 140px 0;
}

@media screen and (max-width: 559px) {
  .interview_area .interviewwrap .interview_block {
    padding: 90px 0;
  }
}

.interview_area .interviewwrap .interview_block:first-child {
  padding-top: 0;
}

.interview_area .interviewwrap .interview_block:nth-child(2) {
  background-color: #EFF0F5;
}

.interview_area .interviewwrap .interview_block:nth-child(2) .interviewblock_top {
  position: relative;
}

.interview_area .interviewwrap .interview_block:nth-child(2) .interviewblock_top img:first-child {
  margin-left: auto;
}

.interview_area .interviewwrap .interview_block:nth-child(2) .interviewblock_top .interview_info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 559px) {
  .interview_area .interviewwrap .interview_block:nth-child(2) .interviewblock_top .interview_info {
    margin-top: 30px;
    position: relative;
    top: 0;
    transform: none;
  }
}

.interview_area .interviewwrap .interview_block .inner {
  width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 1290px) {
  .interview_area .interviewwrap .interview_block .inner {
    width: 90%;
  }
}

@media screen and (max-width: 559px) {
  .interview_area .interviewwrap .interview_block .inner {
    width: 80%;
  }
}

.interview_area .interviewwrap .interview_block .interviewblock_top {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1290px) {
  .interview_area .interviewwrap .interview_block .interviewblock_top > img {
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width: 559px) {
  .interview_area .interviewwrap .interview_block .interviewblock_top {
    display: block;
  }
  .interview_area .interviewwrap .interview_block .interviewblock_top > img {
    width: 100%;
  }
}

.interview_area .interviewwrap .interview_block .interviewblock_top .interview_info {
  margin-left: auto;
}

@media screen and (max-width: 1290px) {
  .interview_area .interviewwrap .interview_block .interviewblock_top .interview_info {
    width: 30%;
  }
  .interview_area .interviewwrap .interview_block .interviewblock_top .interview_info img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 559px) {
  .interview_area .interviewwrap .interview_block .interviewblock_top .interview_info {
    width: 100%;
    margin-top: 30px;
  }
}

.interview_area .interviewwrap .interview_block .interviewtext {
  display: block;
  margin: 60px auto 0;
}

@media screen and (max-width: 1040px) {
  .interview_area .interviewwrap .interview_block .interviewtext {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 559px) {
  .interview_area .interviewwrap .interview_block .interviewtext {
    margin-top: 60px;
  }
}

.recruit_area {
  width: 100%;
  background-image: url(../img/recruit_back.jpg);
  background-size: cover;
  background-position: center 50px;
  position: relative;
  z-index: 5;
  padding-bottom: 135px;
}

.recruit_area .recruit_top {
  margin: 0;
  line-height: 0;
}

.recruit_area .recruit_top img {
  width: 100%;
  height: auto;
}

.recruit_area .recruit_title img {
  display: block;
  margin: 150px auto 0;
}

@media screen and (max-width: 559px) {
  .recruit_area .recruit_title img {
    width: 90%;
    margin-top: 45px;
  }
}

.recruit_area .recruitbtn {
  width: 864px;
  height: 116px;
  display: block;
  margin: 65px auto 0;
}

@media screen and (max-width: 960px) {
  .recruit_area .recruitbtn {
    width: 90%;
  }
  .recruit_area .recruitbtn img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 559px) {
  .recruit_area .recruitbtn {
    width: 80%;
    height: 66px;
  }
}

/*# sourceMappingURL=common.map */