@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
body {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Rounded Mplus 1c", meiryo, sans-serif;
  　font-weight: normal;
  background: #fff;
  color: #382218;
  letter-spacing: 0.094em;
  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;
}

h2, h3, h4 {
  font-weight: normal;
}
h2 span, h3 span, h4 span {
  display: inline-block;
}

.page-sub h2 {
  font-size: 30px;
  line-height: 1.5;
}
.page-sub h3 {
  font-size: 24px;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

#wrapper {
  overflow: hidden;
}

a {
  color: #382218;
  text-decoration: none;
}

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

.btn-slidein {
  margin: 0;
  border: 0;
  font-size: 18px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  overflow: hidden;
}
.btn-slidein div {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}
.btn-slidein div:nth-child(1) {
  color: #fff;
  background-color: #08BBF2;
}
.btn-slidein div:nth-child(2) {
  background-color: #1f83bd;
  width: 230px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform: translate(-250px, 0px) skewX(-30deg);
  -webkit-transform: translate(-250px, 0px) skewX(-30deg);
  -moz-transform: translate(-250px, 0px) skewX(-30deg);
}
.btn-slidein div:nth-child(3) {
  color: #fff;
  left: -200px;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
}
.btn-slidein:hover div:nth-child(2) {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate(-15px, 0px) skewX(-30deg);
  -webkit-transform: translate(-15px, 0px) skewX(-30deg);
  -moz-transform: translate(-15px, 0px) skewX(-30deg);
}
.btn-slidein:hover div:nth-child(3) {
  left: 0px;
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
}
.btn-slidein .btn-about- {
  font-size: 14px;
}

.site-header {
  background-color: #202222;
  height: 70px;
}
.site-header .header-logo {
  margin: 0;
  padding: 0 0 0 1em;
  height: 70px;
  line-height: 70px;
}
.site-header .header-logo img {
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .site-header .btn-nav {
    display: none;
  }
  .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: #FFF;
    position: relative;
    transition: all 0.3s;
    line-height: 1.3;
  }
  .site-header .header-menu ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 4px;
    background-color: #1f83bd;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .site-header .header-menu ul li a:hover {
    color: #1f83bd;
  }
  .site-header .header-menu ul li a:hover:after {
    width: 100%;
  }
  .site-header .header-menu ul li a span {
    display: block;
    letter-spacing: -0.05em;
  }
  .site-header .header-menu ul li.entry {
    background-color: #b40004;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .site-header .header-menu ul li.entry:hover {
    opacity: 0.8;
  }
  .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;
  }
}
@media screen and (min-width: 900px) and (max-width: 1480px) {
  .site-header {
    height: auto;
  }
  .site-header .header-logo {
    text-align: center;
  }
  .site-header .header-menu ul li {
    width: 16.66%;
    width: 16.6666666667%;
    float: left;
    display: block;
  }
  .site-header .header-menu ul li a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1481px) {
  .site-header .header-logo {
    float: left;
    padding: 15px 15px 12px 25px;
  }
  .site-header .header-logo img {
    display: block;
  }
  .site-header .header-menu {
    float: right;
  }
  .site-header .header-menu ul li {
    padding: 0 10px;
  }
  .site-header .header-menu ul li a {
    padding: 25px 0;
  }
  .site-header .header-menu ul li.entry {
    padding: 0 35px;
  }
}
@media screen and (max-width: 899px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .site-header .header-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #1f83bd;
  }
  .site-header .header-menu li {
    border-top: 1px solid #fff;
    padding: 10px 15px;
  }
  .site-header .header-menu li a {
    text-decoration: none;
    color: #fff;
  }
  .site-header .btn-nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #b40004;
    width: 70px;
    height: 70px;
    padding: 22px;
  }
  .site-header .btn-nav a, .site-header .btn-nav span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .site-header .btn-nav a {
    position: relative;
    width: 30px;
    height: 70px;
    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) {
    transform: translateY(10px) rotate(-45deg);
  }
  .site-header .btn-nav.active a span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-menu-bar02 0.8s forwards;
  }
  .site-header .btn-nav.active a span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}
@media (min-width: 768px) {
  .paradeiser a.active, .paradeiser a:hover {
    background: #fff;
    color: #08BBF2;
  }
  .paradeiser .paradeiser_dropdown.active {
    background: #fff;
    color: #08BBF2;
  }
}
@media (max-width: 767px) {
  .site-header .header-logo {
    width: 250px;
  }
}
@media (max-width: 425px) {
  .site-header .header-logo {
    width: 250px;
  }
  .site-header .paradeiser span > span {
    display: block;
    margin: 0;
  }
}
.site-footer .footer-content {
  background: #222222;
  color: #fff;
}
.site-footer .footer-content a {
  color: #fff;
}
.site-footer .footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-content ul li span {
  display: inline-block;
}
.site-footer .footer-content .footer-container {
  margin: 0 auto;
}
.site-footer .footer-content .footer-logo {
  border-bottom: 1px solid #fff;
}
.site-footer .footer-content h3 {
  margin: 0;
}
.site-footer .footer-content .footer-company .address {
  margin-bottom: 10px;
}
.site-footer .footer-content .footer-company .map a {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #382218;
}
.site-footer .footer-copyright {
  font-size: 12px;
  text-align: center;
}
.site-footer .footer-copyright ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  letter-spacing: normal;
  display: flex;
  justify-content: space-evenly;
}
.site-footer .footer-copyright ul a {
  color: #382218;
}
.site-footer .footer-copyright ul.produceby {
  padding: 0 0 10px;
}

.hero .hero-text {
  position: absolute;
  padding: 0 15px;
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
}

.page-sub .hero {
  height: 400px;
  position: relative;
}
.page-sub .hero: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 .hero .hero-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-sub .hero h2 {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  margin-top: 0;
}
.page-sub .hero h3 {
  display: block;
  line-height: 1;
  margin-top: 0;
}
.page-sub .hero .lead {
  margin-top: 15px;
  font-size: 16px;
}
.page-sub .hero .lead span {
  display: inline-block;
}
.page-sub .breadcrumb {
  background-color: #f3f3f3;
  padding: 0 30px;
}
.page-sub .breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-sub .breadcrumb ul li {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0;
}
.page-sub .breadcrumb ul li a {
  color: #382218;
  position: relative;
}
.page-sub .breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin-left: 3px;
}

.main-entry {
  position: relative;
  clear: both;
  color: #fff;
}
.main-entry .container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}
.main-entry .container h2 {
  text-align: center;
  line-height: 1.2;
  margin-top: 0;
}
.main-entry .container .lead {
  margin-bottom: 30px;
}
.main-entry .container .lead span {
  display: inline-block;
}

.qanda-content h2 {
  text-align: center;
  margin: 0;
}
.qanda-content .wrapper {
  margin: 0 auto;
}
.qanda-content .wrapper dl {
  border-bottom: 1px dashed #f3f3f3;
}
.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;
}
.qanda-content .wrapper dl dt:before {
  content: "Q";
  background-color: #1cc4f7;
}
.qanda-content .wrapper dl dd {
  margin: 0;
  position: relative;
  letter-spacing: 0.05em;
}
.qanda-content .wrapper dl dd:before {
  content: "A";
  background-color: #2392d3;
}

.interview .item {
  position: relative;
  overflow: hidden;
}
.interview .item a {
  color: #fff;
}
.interview .item a:hover img {
  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.4);
  z-index: 1;
}
.interview .thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}
.interview .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.interview .content .txt-top {
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  right: 2em;
  top: 2em;
  bottom: 2em;
}
.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;
}
.interview .content .txt-bottom span:before {
  width: 1px;
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  transform: rotate(30deg);
}

.recruit .item {
  overflow: hidden;
}
.recruit .item .thumb {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.recruit .item .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.recruit .item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.recruit .recruit-list h3 {
  margin: 0;
  text-align: center;
}
.recruit .recruit-list .item {
  position: relative;
}
.recruit .recruit-list .content dl {
  overflow: hidden;
  margin: 0;
  display: table;
}
.recruit .recruit-list .content dl dt, .recruit .recruit-list .content dl dd {
  display: table-cell;
  vertical-align: top;
  margin: 0;
}
.recruit .recruit-list .content dl dt span {
  text-align: center;
  display: block;
  padding: 3px 0;
  border: 1px solid #fff;
}
.recruit .recruit-list .content .plus-icon {
  text-align: center;
}
.recruit .recruit-list .item-detail {
  position: relative;
  display: block;
  color: #fff;
  height: 100%;
}
.recruit .recruit-list .item-detail .btn {
  text-align: center;
  margin: 80px 0;
}
.recruit .recruit-bottom a {
  position: relative;
  display: block;
  color: #fff;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .main-entry {
    background: url(../img/bg_entry.jpg) no-repeat right center/cover;
    background-position: center;
  }
  .main-entry:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(90, 90, 90, 0.6);
    z-index: 1;
  }
  .main-entry .container .btn {
    margin: 0;
  }
  .qanda-content h2 {
    margin-bottom: 55px;
  }
  .qanda-content .wrapper dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .site-footer .footer-content .footer-bottom {
    font-size: 18px;
    overflow: hidden;
  }
  .site-footer .footer-content .footer-bottom > div {
    width: 33.33%;
    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: flex;
    justify-content: center;
  }
  .site-footer .footer-copyright ul li {
    padding: 0 1em;
  }
  .sp {
    display: none !important;
  }
  .interview .item {
    width: 50%;
    float: left;
  }
  .interview .item a {
    position: relative;
    display: block;
    color: #fff;
    height: 100%;
  }
  .interview .item .content .txt-top p {
    font-size: 18px;
    line-height: 1.6;
  }
  .interview .item .content .txt-top p span {
    display: inline-block;
  }
  .interview .item .content .txt-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .recruit .recruit-list .item {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sub .hero h3 {
    margin-bottom: 2em;
  }
  .main-entry {
    padding: 45px 0;
  }
  .main-entry .container {
    padding: 25px 0;
    max-width: 90%;
  }
  .main-entry .container .lead {
    font-size: 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;
    transform: rotate(45deg);
    color: #181818;
    text-indent: -9999px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .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-bottom {
    padding: 25px 15px;
  }
  .interview .content .txt-bottom .name {
    font-size: 12px;
  }
  .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 25px 0;
  }
  .recruit .recruit-list .item .content h3 {
    font-size: 24px;
    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-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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .site-footer .footer-content .footer-company .map a:hover {
    background-color: #1f83bd;
    color: #fff;
  }
  #pageTop {
    display: none;
  }
  .main-entry {
    padding: 70px 0;
  }
  .main-entry .container {
    padding: 35px 0;
    max-width: 1160px;
  }
  .main-entry .container h2 {
    font-size: 33px;
    margin: 0 auto 25px;
  }
  .main-entry .container h2 span {
    font-size: 15px;
  }
  .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: 24px;
  }
  .qanda-content .wrapper dl dd {
    padding: 0 0 0 110px;
  }
  .interview .content .txt-top {
    font-size: 18px;
  }
  .interview .content .txt-bottom {
    padding: 25px 20px;
  }
  .interview .content .txt-bottom .name {
    font-size: 14px;
  }
  .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 {
    width: 33.333333%;
  }
  .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 .hero-text {
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer .footer-content .footer-container {
    max-width: 1570px;
    padding: 50px 0 60px;
  }
  .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-bottom {
    padding: 50px 44px;
  }
}
@media screen and (max-width: 899px) {
  .pc {
    display: none !important;
  }
  .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-menu {
    width: 40%;
    float: left;
  }
  .site-footer .footer-bottom .footer-recruit {
    width: 60%;
    float: left;
  }
  .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 {
    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) {
  .page-sub .hero h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .page-sub .hero .lead {
    font-size: 14px;
    max-width: 60%;
    margin: 0 auto;
  }
  .page-sub .breadcrumb {
    padding: 0 15px;
  }
  .main-entry {
    background: url(/common/img/bg_entry_sp.jpg) no-repeat center/cover;
  }
  .main-entry:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main-entry .container {
    max-width: 100%;
    border: 0;
    padding: 15px;
  }
  .main-entry .container h2 {
    position: relative;
    padding: 30px 20px;
    margin: 0;
    color: #fff;
  }
  .main-entry .container .lead {
    font-size: 14px;
  }
  .main-entry .container .btn {
    margin-bottom: 40px;
  }
  .interview .content .txt-top {
    font-size: 24px;
  }
  .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 {
    margin-bottom: 40px;
  }
  .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: 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;
    transform: rotate(45deg);
    color: #181818;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .footer-content .footer-logo img {
    width: 150px;
  }
  .site-footer .footer-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .site-footer .footer-content ul li {
    webkit-box-flex: 2;
    flex-grow: 2;
    padding-right: 5px;
  }
  .site-footer .footer-bottom .footer-menu, .site-footer .footer-bottom .footer-recruit {
    width: 100%;
    float: none;
  }
  .site-footer .footer-bottom .footer-recruit {
    padding-top: 30px;
  }
  .site-footer .footer-copyright ul {
    flex-direction: column;
  }
  .page-sub .hero {
    height: 360px;
  }
  .page-sub .hero .hero-text h3 {
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .page-sub .hero .hero-text .lead {
    max-width: none;
    font-size: 12px;
  }
  .page-sub .hero .hero-text .lead span {
    display: inline-block;
  }
  .page-sub .breadcrumb ul li {
    font-size: 11px;
  }
  .interview .content {
    padding: 25px 15px;
  }
  .interview .content .txt-top {
    font-size: 16px;
  }
  .interview .content .txt-top span {
    display: inline-block;
  }
  .interview .content .txt-bottom .name {
    font-size: 12px;
  }
  .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 */