@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Oxygen");
body {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Lato", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  　font-weight: normal;
  background: #fff;
  color: #160004;
  letter-spacing: .05em;
  font-feature-settings: 'palt' 1;
  font-kerning: auto;
  line-break: strict; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

.clr {
  clear: both; }
  .clr:before, .clr:after {
    content: '';
    display: table;
    clear: both; }

p {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

#wrapper {
  overflow: hidden; }

a[href^="tel:"] {
  cursor: default; }

.btn-hover {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #125a8f;
  width: 260px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px auto;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
  .btn-hover span {
    position: relative;
    z-index: 1; }
  .btn-hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 500%;
    width: 130%;
    background: #51a9e9;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg); }
  .btn-hover:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 64px;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(91, 91, 91, 0.4); }
  .site-header .header-logo {
    display: inline-block;
    height: 64px;
    margin: 0;
    line-height: normal; }
    .site-header .header-logo img {
      vertical-align: middle;
      margin-right: .5em;
      height: 60px; }
    .site-header .header-logo a {
      color: #160004;
      text-decoration: none;
      font-size: 16px;
      line-height: 64px;
      margin-left: 1em; }
      .site-header .header-logo a:after {
        content: ".";
        width: 0;
        font-size: 0;
        color: transparent;
        margin-right: 1px; }
      .site-header .header-logo a:hover {
        color: #160004;
        text-decoration: none; }
  .site-header .header-menu {
    float: right; }
    .site-header .header-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-header .header-menu ul a {
        font-weight: bold; }
        .site-header .header-menu ul a span {
          font-family: "Oxygen", sans-serif; }

.site-footer .footer-content {
  background: #b5adae;
  color: #fff; }
  .site-footer .footer-content a {
    color: #fff;
    text-decoration: none; }
  .site-footer .footer-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .site-footer .footer-content .footer-container {
    margin: 0 auto; }
  .site-footer .footer-content .footer-logo {
    border-bottom: 1px solid #fff; }
    .site-footer .footer-content .footer-logo a:hover {
      text-decoration: none; }
  .site-footer .footer-content h3 {
    font-weight: bold;
    margin: 0; }
  .site-footer .footer-content .footer-company p svg {
    margin-right: 1em; }
  .site-footer .footer-content .footer-company p:last-of-type {
    margin-bottom: 10px;
    line-height: 1.4; }
    .site-footer .footer-content .footer-company p:last-of-type span {
      font-size: .8em;
      margin-left: 2.4em;
      display: inline-block; }
    .site-footer .footer-content .footer-company p:last-of-type a {
      color: #fff;
      text-decoration: none; }
      .site-footer .footer-content .footer-company p:last-of-type ahover {
        text-decoration: none; }
  .site-footer .footer-content .footer-company .map a {
    display: block;
    background-color: #fff;
    text-align: center;
    color: #160004; }
.site-footer .footer-copyright {
  font-size: 12px;
  text-align: center; }
  .site-footer .footer-copyright ul {
    list-style-type: none;
    padding: 0;
    letter-spacing: normal; }
    .site-footer .footer-copyright ul a {
      text-decoration: none;
      color: #160004; }

.mv .mv-text {
  position: absolute;
  padding: 0 15px;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff; }

.page-sub .mv {
  height: 300px;
  position: relative;
  margin-top: 64px; }
  .page-sub .mv:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1; }
  .page-sub .mv .mv-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .page-sub .mv h2 {
    font-size: 2.5vw;
    font-weight: normal;
    color: #fff;
    margin-bottom: .5em; }
  .page-sub .mv h3 {
    display: block;
    font-size: 1.5vw;
    line-height: 1;
    margin-top: 0; }
  .page-sub .mv .lead {
    font-size: 16px;
    margin-top: 20px; }
    .page-sub .mv .lead span {
      display: inline-block; }
.page-sub .breadcrumb {
  background-color: #125a8f;
  padding: 0 30px; }
  .page-sub .breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-sub .breadcrumb ul li {
      display: inline-block;
      color: #fff;
      font-size: 13px; }
      .page-sub .breadcrumb ul li:after {
        content: ".";
        width: 0;
        font-size: 0;
        color: transparent;
        margin-right: 1px; }
      .page-sub .breadcrumb ul li a {
        color: #fff;
        text-decoration: none;
        position: relative; }
      .page-sub .breadcrumb ul li svg {
        margin-left: 8px; }
.page-sub h2, .page-sub figure {
  margin: 0; }
.page-sub figure {
  text-transform: uppercase; }

.main-entry {
  position: relative;
  clear: both; }
  .main-entry .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center; }
    .main-entry .container::before {
      content: '';
      width: 100%;
      height: 100%;
      background: url(/common/img/bg_stripe.png);
      position: absolute;
      left: 0;
      top: 0; }
    .main-entry .container h2 {
      font-weight: normal;
      text-align: center;
      line-height: 1.2;
      text-shadow: 0 0 10px #fff; }

.qanda-content h2 {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0; }
  .qanda-content h2 span {
    display: block; }
.qanda-content .wrapper {
  margin: 0 auto; }
  .qanda-content .wrapper dl {
    border-bottom: 1px dashed #e7e4e4; }
    .qanda-content .wrapper dl:last-child {
      margin: 0;
      padding: 0;
      border: 0; }
    .qanda-content .wrapper dl dt:before, .qanda-content .wrapper dl dd:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      text-align: center;
      color: #fff;
      border-radius: 50%; }
    .qanda-content .wrapper dl dt {
      position: relative;
      font-weight: bold; }
      .qanda-content .wrapper dl dt:before {
        content: "Q";
        background-color: #1b85d3; }
    .qanda-content .wrapper dl dd {
      margin: 0;
      position: relative;
      letter-spacing: .05em; }
      .qanda-content .wrapper dl dd:before {
        content: "A";
        background-color: #e30024; }

.interview .item {
  position: relative;
  overflow: hidden; }
  .interview .item a {
    color: #fff;
    text-decoration: none; }
    .interview .item a:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
.interview .thumb {
  position: relative; }
  .interview .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .interview .thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.interview .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  .interview .content .txt-top {
    color: #fff; }
  .interview .content .txt-bottom {
    position: absolute;
    bottom: 0;
    color: #fff; }
    .interview .content .txt-bottom h3 {
      margin: 0;
      padding: 0; }
    .interview .content .txt-bottom span {
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      font-family: "Oxygen", sans-serif; }
      .interview .content .txt-bottom span:before {
        width: 1px;
        content: "";
        position: absolute;
        left: 0;
        background: #fff;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg); }

.l-swiper h2 {
  text-align: center;
  margin-bottom: -20px;
  font-size: 30px; }
.l-swiper .swiper-wrapper {
  align-items: stretch; }
.l-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 25px; }
.l-swiper div[class^="swiper-inner"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative; }
  .l-swiper div[class^="swiper-inner"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .l-swiper div[class^="swiper-inner"] .content {
    z-index: 2;
    color: #fff;
    padding: 2% 15%;
    text-align: center; }
    .l-swiper div[class^="swiper-inner"] .content dl {
      text-align: left; }
      .l-swiper div[class^="swiper-inner"] .content dl dt {
        margin-bottom: .25em; }
      .l-swiper div[class^="swiper-inner"] .content dl dd span {
        display: inline-block; }
.l-swiper .swiper-inner1 {
  background: url(/img/img_recruit01.jpg) no-repeat center/cover; }
.l-swiper .swiper-inner2 {
  background: url(/img/img_recruit02.jpg) no-repeat center/cover; }
.l-swiper .swiper-inner3 {
  background: url(/img/img_recruit03.jpg) no-repeat center/cover; }
.l-swiper .swiper-inner4 {
  background: url(/img/img_recruit04.jpg) no-repeat center/cover; }
.l-swiper .swiper-inner5 {
  background: url(/img/img_recruit05.jpg) no-repeat center/cover; }
.l-swiper .swiper-inner6 {
  background: url(/img/img_recruit06.jpg) no-repeat center/cover; }
.l-swiper .swiper-button-prev, .l-swiper .swiper-button-next {
  width: 20px;
  height: 32.58px;
  fill: #b5adae;
  stroke: none;
  stroke-width: 0;
  background-image: none;
  z-index: 10000; }
.l-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0; }
.l-swiper .swiper-pagination-bullet-active {
  background: #b5adae; }
.l-swiper .swiper-container-3d .swiper-slide-shadow-left, .l-swiper .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none; }

@media (min-width: 768px) {
  .l-swiper .swiper-slide {
    padding: 50px; }
  .l-swiper .swiper-button-prev, .l-swiper .swiper-button-next {
    display: block; }
  .l-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px; } }
@media screen and (min-width: 768px) {
  .page-sub .mv .lead {
    width: 80%;
    margin: 0 auto; }

  .site-header .header-logo img {
    height: 32px; }
  .site-header .header-logo a {
    font-size: 16px;
    line-height: 86px; }
  .site-header .header-menu ul li a {
    font-size: 16px; }

  .main-entry {
    background: url(../img/bg_entry.jpg) no-repeat center/cover;
    color: #fff; }
    .main-entry .container {
      border: 2px solid #fff; }
      .main-entry .container .btn {
        margin: 0; }

  .qanda-content h2 {
    margin-bottom: 55px;
    font-size: 30px; }
    .qanda-content h2 span {
      font-size: 15px; }
  .qanda-content .wrapper dl dd {
    font-size: 16px; } }
@media screen and (min-width: 900px) {
  .site-header .btn-nav {
    display: none; }
  .site-header .header-logo img {
    height: 26px; }
  .site-header .header-logo a {
    font-size: 13px;
    line-height: 64px; }
  .site-header .header-menu ul li {
    display: inline-block;
    text-align: center; }
    .site-header .header-menu ul li a {
      display: block;
      text-decoration: none;
      color: #160004;
      transition: all .3s;
      font-size: 13px;
      font-weight: bold;
      line-height: 64px; }
      .site-header .header-menu ul li a:hover {
        color: #80be2a; }
    .site-header .header-menu ul li.entry {
      background-color: #c90020;
      transition: all .3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      line-height: 72px; }
      .site-header .header-menu ul li.entry:hover {
        background-color: #80be2a; }
      .site-header .header-menu ul li.entry a {
        color: #fff; }
        .site-header .header-menu ul li.entry a:hover {
          color: #fff; }
          .site-header .header-menu ul li.entry a:hover:after {
            width: 0; }

  .site-footer .footer-content .footer-bottom {
    font-size: 18px;
    overflow: hidden; }
    .site-footer .footer-content .footer-bottom > div {
      width: 50%;
      float: left; }
    .site-footer .footer-content .footer-bottom .footer-menu, .site-footer .footer-content .footer-bottom .footer-recruit {
      padding-right: 15px; }
  .site-footer .footer-content a:hover {
    text-decoration: underline; }
  .site-footer .footer-copyright ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .site-footer .footer-copyright ul li {
      padding: 0 1em; }

  .sp {
    display: none !important; }

  .interview .item {
    position: relative;
    width: 33.33%;
    float: left; }
    .interview .item a {
      position: relative;
      display: block;
      color: #fff;
      text-decoration: none;
      height: 100%; }
    .interview .item .content .txt-top p {
      line-height: 1.6; }
    .interview .item .content .txt-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }

  .recruit .item {
    width: 33.33%;
    float: left; } }
@media screen and (min-width: 980px) {
  .site-header .header-logo img {
    height: 28px; }
  .site-header .header-logo a {
    font-size: 14px; }
  .site-header .header-menu ul li a {
    font-size: 14px; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .site-footer .footer-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .site-footer .footer-content ul li {
      margin-right: 1em; }
      .site-footer .footer-content ul li:last-child {
        margin-right: 0; }

  .page-sub .mv h2 {
    font-size: 4vw; }

  .main-entry {
    padding: 45px 0; }
    .main-entry .container {
      padding: 25px 0;
      max-width: 90%; }
      .main-entry .container h2 {
        font-size: 30px;
        margin-bottom: 15px; }
        .main-entry .container h2 span {
          font-size: 15px; }
      .main-entry .container .lead {
        font-size: 15px;
        margin: 0 0 15px; }

  .qanda-content .wrapper {
    max-width: 90%; }
    .qanda-content .wrapper dl {
      margin: 0 0 30px;
      padding: 0 0 30px; }
      .qanda-content .wrapper dl dt:before, .qanda-content .wrapper dl dd:before {
        font-size: 35px;
        width: 60px;
        height: 60px;
        line-height: 60px; }
      .qanda-content .wrapper dl dt {
        margin: 0 0 40px;
        padding: 10px 0 0 80px;
        font-size: 18px; }
      .qanda-content .wrapper dl dd {
        padding: 0 0 0 80px;
        min-height: 60px; }

  #pageTop {
    height: 52px;
    width: 52px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 58px;
    right: 8px;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    display: none; }
    #pageTop.fixed {
      display: block; }
    #pageTop span {
      position: absolute;
      top: 3px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 15px;
      height: 15px;
      border-left: 2px solid #fff;
      border-top: 2px solid #fff;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(45deg);
      color: #181818;
      text-indent: -9999px; } }
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .site-header .header-menu ul li {
    padding: 0 10px; }
    .site-header .header-menu ul li.entry {
      padding: 0 15px; }

  .site-footer .footer-content .footer-container {
    max-width: 870px;
    padding: 40px 0 60px; }
  .site-footer .footer-content h3 {
    font-size: 16px;
    margin-bottom: 12px; }
  .site-footer .footer-content .footer-logo {
    padding-bottom: 10px;
    margin-bottom: 25px; }
  .site-footer .footer-content .footer-bottom {
    font-size: 16px; }
  .site-footer .footer-content .footer-company .map {
    margin-top: 15px; }
    .site-footer .footer-content .footer-company .map a {
      padding: 25px 15px; }

  .interview .content .txt-top {
    padding: 25px 15px;
    font-size: 120%; }
  .interview .content .txt-bottom {
    padding: 25px 15px; }
    .interview .content .txt-bottom .name {
      font-size: 16px; }
    .interview .content .txt-bottom h3 {
      font-size: 125%; }
      .interview .content .txt-bottom h3 span {
        font-size: 12px;
        padding-left: 12px;
        margin-left: 12px; }
        .interview .content .txt-bottom h3 span:before {
          top: -7px;
          height: 25px; }

  .recruit .recruit-list .item .content {
    padding: 35px 15px 0; }
    .recruit .recruit-list .item .content h3 {
      font-size: 25px;
      margin-bottom: 25px; }
    .recruit .recruit-list .item .content dl {
      font-size: 15px;
      margin-bottom: 15px; }
      .recruit .recruit-list .item .content dl dt span {
        padding: 2px 0;
        width: 80px; }
      .recruit .recruit-list .item .content dl dd {
        padding: 3px 0 0 10px; }
  .recruit .recruit-list .item .item-detail .btn {
    margin: 35px 0; }
    .recruit .recruit-list .item .item-detail .btn a {
      width: 220px;
      height: 50px; } }
@media screen and (min-width: 1200px) {
  .site-header .header-logo img {
    height: 32px; }
  .site-header .header-logo a {
    font-size: 16px; }
  .site-header .header-menu ul li {
    padding: 0 10px; }
    .site-header .header-menu ul li a {
      font-size: 16px; }
    .site-header .header-menu ul li.entry {
      padding: 0 38px; }

  .site-footer .footer-content .footer-container {
    max-width: 1170px;
    padding: 40px 0 45px; }
  .site-footer .footer-content h3 {
    font-size: 18px;
    margin-bottom: 18px; }
  .site-footer .footer-content .footer-logo {
    padding-bottom: 10px;
    margin-bottom: 25px; }
  .site-footer .footer-content .footer-company .map {
    margin-top: 15px; }
    .site-footer .footer-content .footer-company .map a {
      padding: 25px 15px;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s; }
      .site-footer .footer-content .footer-company .map a:hover {
        text-decoration: none;
        background-color: #80be2a;
        color: #fff; }

  #pageTop {
    display: none; }

  .main-entry {
    padding: 20px 0; }
    .main-entry .container {
      padding: 35px 0;
      max-width: 1000px; }
      .main-entry .container h2 {
        font-size: 33px;
        margin-bottom: 25px; }
        .main-entry .container h2 span {
          font-size: 15px; }
      .main-entry .container .lead {
        font-size: 16px;
        margin: 0 0 20px; }

  .qanda-content .wrapper {
    max-width: 1160px; }
    .qanda-content .wrapper dl {
      margin: 0 0 70px;
      padding: 0 0 70px; }
      .qanda-content .wrapper dl dt:before, .qanda-content .wrapper dl dd:before {
        font-size: 46px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .qanda-content .wrapper dl dt {
        margin: 0 0 100px;
        padding: 0 0 0 110px;
        font-size: 25px; }
      .qanda-content .wrapper dl dd {
        padding: 0 0 0 110px; }

  .interview .content .txt-top {
    padding: 25px 20px;
    font-size: 20px; }
  .interview .content .txt-bottom {
    padding: 25px 20px; }
    .interview .content .txt-bottom .name {
      font-size: 18px; }
    .interview .content .txt-bottom h3 {
      font-size: 24px; }
      .interview .content .txt-bottom h3 span {
        font-size: 14px;
        padding-left: 15px;
        margin-left: 15px; }
        .interview .content .txt-bottom h3 span:before {
          top: -9px;
          height: 30px; }

  .recruit .recruit-list .item .content {
    padding: 50px 30px 0; }
    .recruit .recruit-list .item .content h3 {
      font-size: 21px;
      margin-bottom: 35px; }
    .recruit .recruit-list .item .content dl {
      font-size: 15px;
      margin-bottom: 15px; }
      .recruit .recruit-list .item .content dl dt span {
        width: 80px; }
      .recruit .recruit-list .item .content dl dd {
        padding-left: 10px; }
    .recruit .recruit-list .item .content .plus-icon {
      margin: 50px 0; }
      .recruit .recruit-list .item .content .plus-icon img {
        width: 90px; }
  .recruit .recruit-list .item .item-detail .btn a {
    width: 243px;
    height: 63px; }

  .page-sub .mv-text {
    max-width: 1160px;
    margin: 0 auto; } }
@media screen and (min-width: 1600px) {
  .site-header .header-menu ul li {
    padding: 0 15px; }
    .site-header .header-menu ul li.entry {
      padding: 0 48px; }

  .site-footer .footer-content .footer-container {
    max-width: 1570px;
    padding: 50px 0 60px; }

  .interview .content .txt-top {
    padding: 40px 30px; }
  .interview .content .txt-bottom {
    padding: 40px 30px; }
    .interview .content .txt-bottom h3 span {
      font-size: 16px;
      padding-left: 15px;
      margin-left: 15px; }
      .interview .content .txt-bottom h3 span:before {
        top: -12px;
        height: 37px; }

  .recruit .recruit-list .item .content {
    padding: 80px 70px 0; }
    .recruit .recruit-list .item .content h3 {
      margin-bottom: 60px; }
    .recruit .recruit-list .item .content dl {
      font-size: 16px;
      margin-bottom: 15px; }
      .recruit .recruit-list .item .content dl dt span {
        width: 107px; }
      .recruit .recruit-list .item .content dl dd {
        padding-top: 4px; }
    .recruit .recruit-list .item .content .plus-icon {
      margin: 80px 0; }
      .recruit .recruit-list .item .content .plus-icon img {
        width: auto; } }
@media screen and (min-width: 1800px) {
  .site-footer .footer-content .footer-container {
    max-width: 1640px; }

  .recruit .recruit-list .item .content {
    padding: 115px 110px 0; }

  .interview .content .txt-top {
    padding: 50px 44px; }
  .interview .content .txt-bottom {
    padding: 50px 44px; } }
@media screen and (max-width: 899px) {
  .pc {
    display: none !important; }

  .site-header {
    height: 87px; }
    .site-header .header-logo a {
      line-height: 86px;
      display: block;
      width: calc(100vw - 75px);
      text-align: center;
      margin-left: 0; }
    .site-header .header-menu {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 9;
      background-color: #c90020; }
      .site-header .header-menu li {
        border-top: 1px solid #fff;
        padding: 2vh 4vh; }
        .site-header .header-menu li a {
          text-decoration: none;
          color: #fff; }
    .site-header .btn-nav {
      position: absolute;
      top: 0;
      right: 0;
      padding: 28px 28px 27px;
      background-color: #c90020; }
      .site-header .btn-nav a, .site-header .btn-nav span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
      .site-header .btn-nav a {
        position: relative;
        width: 30px;
        height: 23px;
        text-align: center;
        cursor: pointer; }
      .site-header .btn-nav span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 10px; }
        .site-header .btn-nav span:nth-of-type(2) {
          top: 10px; }
        .site-header .btn-nav span:nth-of-type(3) {
          top: 20px; }
    .site-header .btn-nav.active a span:nth-of-type(1) {
      -webkit-transform: translateY(18px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    .site-header .btn-nav.active a span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      -webkit-animation: active-menu-bar02 .8s;
      animation: active-menu-bar02 .8s; }
    .site-header .btn-nav.active a span:nth-of-type(3) {
      -webkit-transform: translateY(-8px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg); }

  .site-footer .footer-content {
    padding: 15px 20px 50px; }
    .site-footer .footer-content .footer-logo {
      padding-bottom: 10px;
      margin-bottom: 20px; }
  .site-footer .footer-bottom {
    font-size: 13px; }
    .site-footer .footer-bottom h3 {
      font-size: 15px;
      margin-bottom: 10px; }
    .site-footer .footer-bottom .footer-company {
      clear: left;
      overflow: hidden;
      padding-top: 45px; }
      .site-footer .footer-bottom .footer-company .map {
        margin-top: 15px; }
        .site-footer .footer-bottom .footer-company .map .btn-map {
          padding: 26px 15px; }
  .site-footer .footer-copyright {
    padding: 5px 15px; }
    .site-footer .footer-copyright p {
      font-size: 11px;
      letter-spacing: 0; }

  .interview .content {
    padding: 50px 30px; }
    .interview .content .txt-bottom {
      padding: 0 0 25px; }

  .recruit .recruit-list .item {
    position: relative; }
    .recruit .recruit-list .item .content {
      padding: 50px 40px; }
      .recruit .recruit-list .item .content h3 {
        font-size: 20px;
        margin-bottom: 30px; }
      .recruit .recruit-list .item .content dl {
        font-size: 13px;
        margin-bottom: 14px; }
        .recruit .recruit-list .item .content dl dt span {
          width: 75px; }
        .recruit .recruit-list .item .content dl dd {
          padding: 4px 0 0 10px; }
      .recruit .recruit-list .item .content .plus-icon {
        margin-top: 30px; }
        .recruit .recruit-list .item .content .plus-icon img {
          width: 80px; }
    .recruit .recruit-list .item .item-detail .btn {
      margin: 40px 0 0; }
      .recruit .recruit-list .item .item-detail .btn a {
        width: 220px; } }
@media screen and (min-width: 768px) and (max-width: 899px) {
  .site-footer .footer-content {
    padding: 30px 30px 50px; }
  .site-footer .footer-bottom {
    font-size: 16px; }
    .site-footer .footer-bottom h3 {
      font-size: 18px; }
    .site-footer .footer-bottom .footer-menu {
      padding-right: 15px; }
  .site-footer .footer-copyright {
    padding: 0 15px; }
    .site-footer .footer-copyright p {
      font-size: 13px; }

  .recruit .recruit-list .item .content {
    padding: 60px 50px; }
    .recruit .recruit-list .item .content h3 {
      font-size: 30px;
      margin-bottom: 40px; }
    .recruit .recruit-list .item .content dl {
      font-size: 16px;
      margin-bottom: 15px; }
      .recruit .recruit-list .item .content dl dt span {
        width: 100px; }
    .recruit .recruit-list .item .content .plus-icon {
      margin-top: 60px; }

  .interview .content .txt-top {
    padding: 0 0 25px;
    font-size: 28px; }
  .interview .content .txt-bottom .name {
    font-size: 24px; }
  .interview .content .txt-bottom h3 {
    font-size: 36px; }
    .interview .content .txt-bottom h3 span {
      font-size: 18px;
      padding-left: 20px;
      margin-left: 20px; }
      .interview .content .txt-bottom h3 span:before {
        top: -14px;
        height: 40px; } }
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom .footer-menu {
    width: 40%;
    float: left; }
  .site-footer .footer-bottom .footer-recruit {
    width: 60%;
    float: left; }
    .site-footer .footer-bottom .footer-recruit li {
      width: 50%;
      float: left; }

  .page-sub .mv h2 {
    margin-bottom: 10px;
    font-size: 5.5vw; }
  .page-sub .mv .lead {
    font-size: 14px;
    margin: 0 auto; }
  .page-sub .breadcrumb {
    padding: 0 15px; }

  .main-entry .container {
    max-width: 100%;
    background: url(../img/bg_entry.jpg) no-repeat center/cover;
    color: #fff; }
    .main-entry .container h2 {
      font-size: 30px;
      padding: 30px 20px; }
    .main-entry .container .lead {
      font-size: 14px;
      margin-bottom: 25px; }
      .main-entry .container .lead span {
        display: inline-block; }
    .main-entry .container .btn {
      margin-bottom: 40px; }

  .interview .content .txt-top {
    font-size: 25px;
    text-align: right; }
  .interview .content .txt-bottom .name {
    font-size: 18px; }
  .interview .content .txt-bottom h3 {
    font-size: 26px; }
    .interview .content .txt-bottom h3 span {
      font-size: 15px;
      padding-left: 15px;
      margin-left: 15px; }
      .interview .content .txt-bottom h3 span:before {
        top: -3px;
        height: 25px; }

  .qanda-content {
    padding: 0 20px; }
    .qanda-content h2 {
      font-size: 20px;
      margin-bottom: 40px; }
      .qanda-content h2 span {
        font-size: 18px; }
    .qanda-content .wrapper dl {
      margin: 0 0 30px;
      padding: 0 0 30px; }
      .qanda-content .wrapper dl dt:before, .qanda-content .wrapper dl dd:before {
        font-size: 24px;
        width: 40px;
        height: 40px;
        line-height: 40px; }
      .qanda-content .wrapper dl dt {
        margin: 0 0 40px;
        padding: 0 0 0 60px;
        font-size: 18px; }
      .qanda-content .wrapper dl dd {
        padding: 0 0 0 60px;
        min-height: 60px; }

  #pageTop {
    height: 32px;
    width: 32px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 32px;
    right: 8px;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    display: none; }
    #pageTop.fixed {
      display: block; }
    #pageTop span {
      position: absolute;
      top: 3px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(45deg);
      color: #181818;
      text-indent: -9999px; } }
@media screen and (max-width: 480px) {
  .site-header {
    height: 74px; }
    .site-header .header-logo img {
      height: 26px; }
    .site-header .header-logo a {
      font-size: 13px;
      line-height: 74px; }
    .site-header .header-logo .header-menu li a span {
      display: block; }
    .site-header .btn-nav {
      padding: 22px; }

  .site-footer .footer-content .footer-logo img {
    width: 150px; }
  .site-footer .footer-content ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: start; }
  .site-footer .footer-bottom .footer-menu, .site-footer .footer-bottom .footer-recruit {
    width: 100%;
    float: none; }
  .site-footer .footer-bottom .footer-menu li {
    margin-right: 1em; }
  .site-footer .footer-bottom .footer-recruit {
    padding-top: 30px; }

  .page-sub .mv {
    height: 240px; }
    .page-sub .mv .mv-text h2 {
      font-size: 6vw; }
    .page-sub .mv .mv-text h3 {
      font-size: 5vw;
      line-height: 1.6;
      margin-bottom: 1em; }
    .page-sub .mv .mv-text .lead {
      font-size: 13px;
      letter-spacing: 0.05em; }
      .page-sub .mv .mv-text .lead span {
        display: inline-block; }
  .page-sub .breadcrumb ul li {
    font-size: 12px; }

  .interview .content {
    padding: 15px 10px 15px 15px; }
    .interview .content .txt-top {
      font-size: 18px; }
      .interview .content .txt-top span {
        display: inline-block; }
    .interview .content .txt-bottom .name {
      font-size: 14px; }
    .interview .content .txt-bottom h3 {
      font-size: 18px; }
      .interview .content .txt-bottom h3 span {
        font-size: 13px; }
        .interview .content .txt-bottom h3 span:before {
          top: -7px;
          height: 25px; } }
@media screen and (max-width: 375px) {
  .recruit .recruit-list .item .content {
    padding: 50px 15px; } }

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