@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
:root {
  --themeColor: #555;
  --themeColorAlpha: rgba(85, 85, 85, 0.7);
}

.theme-bg {
  background-color: #555;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.theme-bga {
  background: rgba(85, 85, 85, 0.7);
}

.theme-border {
  border-color: #555;
}

.theme-border::before {
  content: "";
  border-color: #555;
}

#top #siteCatch h1,
#top #siteCatch .company,
#top #business .item-box .text,
#top #work .item-box .text,
#top #interview .content .interviewee .name,
#top #interview .content .interview-faq,
#top #interview .content .interview-faq dl .question .question-title,
#top #benefits .benefits-item .text,
#top #faq .faq-item,
#top #recruit .recruit .store h3,
#top #recruit .recruit .recruit-box .info .text .title,
#top #recruit .recruit .recruit-box .info .text .detail dl,
#top #recruit .recruit .recruit-box .info .text .detail dl dd,
#top #company .content ul li.name,
#top #company .content ul li.name > div,
#top #company .content ul li.info,
#modal .theme-bg,
#modal .theme-bg .madalbox .pre-space,
#modal .theme-bg #top .content .pre-space,
#top #modal .theme-bg .content .pre-space,
#modal .theme-bg .madalbox section .label,
#modal .theme-bg #top .content section .label,
#top #modal .theme-bg .content section .label,
#modal .theme-bg .bread-crumb ol,
#top .catch h4,
#top #about .desc,
#top #business .item-box .text h5,
#top #work .item-box .text h5,
#top #business .item-box .text .desc,
#top #work .item-box .text .desc {
  word-break: break-all;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
}

body {
  line-height: 1;
  padding: 0 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a,
input,
button {
  text-decoration: none;
  -webkit-touch-callout: none;
}

a:hover,
input:hover,
button:hover {
  text-decoration: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  background: none;
}

body.disabled-scroll {
  overflow-y: hidden;
}

a.disabled {
  pointer-events: none;
  display: inline-block;
}

main {
  position: relative;
}

.box,
#top .content {
  margin: 0 20px;
}

@media screen and (min-width: 1024px) {
  .madalbox,
  #top .content {
    width: 1000px;
    margin: 0 auto;
  }
}
.recruit-contents .svg-icon {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  overflow: hidden;
}

.recruit-contents .svg-icon svg {
  vertical-align: top;
}

.spacer {
  width: 100%;
  height: 60px;
  background-color: #fff;
}

footer {
  background-color: #fff;
  position: relative;
}

footer .madalbox,
footer #top .content,
#top footer .content {
  padding-top: 110px;
  padding-bottom: 20px;
  text-align: center;
}

footer .madalbox .crn-prt_ft1_txt1_blk,
footer #top .content .crn-prt_ft1_txt1_blk,
#top footer .content .crn-prt_ft1_txt1_blk {
  margin-bottom: 20px;
}

footer .madalbox .border,
footer #top .content .border,
#top footer .content .border {
  height: 30px;
  font-size: 45px;
}

footer .madalbox a,
footer #top .content a,
#top footer .content a {
  font-size: 10px;
}

#header {
  line-height: 35px;
  height: 35px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #header {
    position: fixed;
    width: 100%;
    top: 10px;
  }
}

#header .header {
  margin: 0;
  line-height: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  #header .header {
    margin: 10px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  #header {
    height: 50px;
    line-height: 50px;
  }
  #header .header {
    height: 50px;
    line-height: 50px;
  }
}
#header > a {
  position: absolute;
  left: 3.5%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 25px;
  z-index: 200;
}
@media screen and (min-width: 1024px) {
  #header > a {
    left: 2%;
  }
}

#header > a .arrow {
  width: 12px;
  height: 21px;
}

#header > a .arrow:hover {
  opacity: 0.8;
}

#header > a .arrow .svg-icon {
  width: 12px;
  height: 21px;
}

#header > a .arrow .svg-icon:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  #header > a .arrow {
    width: 14px;
    height: 25px;
  }
  #header > a .arrow .svg-icon {
    width: 14px;
    height: 25px;
  }
}
#header .header .name {
  padding: 0 5%;
  margin-left: 40px;
  margin-right: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  #header .header .name {
    font-size: 20px;
  }
}
footer {
  overflow: hidden;
  background-color: #fff;
}

footer .footer-container {
  position: relative;
  text-align: center;
  font-size: 10px;
}

@media screen and (min-width: 1024px) {
  footer .footer-container {
    font-size: 12px;
  }
}
footer .footer-container .policy {
  border-bottom: 1px solid var(--themeColor);
  padding: 30px 0;
}

@media screen and (min-width: 1024px) {
  footer .footer-container .policy {
    padding: 40px 0;
  }
}
footer .footer-container .top-link {
  padding: 20px 0;
}

footer .footer-container a {
  color: var(--themeColor);
}

footer .footer-container a:hover {
  opacity: 0.8;
}

#btnTopScroll {
  position: fixed;
  bottom: 49px;
  right: 20px;
  z-index: 9;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#btnTopScroll:hover {
  opacity: 0.8;
}

#btnTopScroll > .arrow {
  position: relative;
  left: 16px;
  top: 21px;
  border-style: solid solid none none;
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
  border-width: 3px;
  border-color: #fff;
}

#top #siteCatch h1,
#top #siteCatch .company,
#top #business .item-box .text,
#top #work .item-box .text,
#top #interview .content .interviewee .name,
#top #interview .content .interview-faq,
#top #interview .content .interview-faq dl .question .question-title,
#top #benefits .benefits-item .text,
#top #faq .faq-item,
#top #recruit .recruit .store h3,
#top #recruit .recruit .recruit-box .info .text .title,
#top #recruit .recruit .recruit-box .info .text .detail dl,
#top #recruit .recruit .recruit-box .info .text .detail dl dd,
#top #company .content ul li.name,
#top #company .content ul li.name > div,
#top #company .content ul li.info,
#top #modal .theme-bg,
#modal #top main,
#top #modal .theme-bg .madalbox .pre-space,
#modal .theme-bg .madalbox #top .pre-space,
#modal .theme-bg #top .content .pre-space,
#top #modal .theme-bg .content .pre-space,
#top #modal .theme-bg .madalbox section .label,
#modal .theme-bg .madalbox section #top .label,
#modal .theme-bg #top .content section .label,
#top #modal .theme-bg .content section .label,
#top #modal .theme-bg .bread-crumb ol,
#modal .theme-bg .bread-crumb #top ol,
#top .catch h4,
#top #about .desc,
#top #business .item-box .text h5,
#top #work .item-box .text h5,
#top #business .item-box .text .desc,
#top #work .item-box .text .desc {
  word-break: break-all;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
}

#top header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

#top header #logo .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 13;
  height: 70px;
  background-color: #fff;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 1024px) {
  #top header #logo .logo {
    height: 90px;
  }
}
#top header #logo .logo .image {
  position: relative;
  width: 180px;
  height: 50px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  #top header #logo .logo .image {
    width: 740px;
    height: 70px;
  }
}
#top header #logo .logo .image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#top header #hamburger-menu .hamburger-menu-btn {
  cursor: pointer;
  position: absolute;
  z-index: 13;
  top: 10px;
  right: 10px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
}

#top header #hamburger-menu .hamburger-menu-btn:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  #top header #hamburger-menu .hamburger-menu-btn {
    top: 20px;
    right: 40px;
  }
}
#top header #hamburger-menu .hamburger-menu-btn p {
  display: block;
  width: 26px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -13px;
  z-index: 12;
}

#top header #hamburger-menu .hamburger-menu-btn p span {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  transition: 0.4s;
}

#top header #hamburger-menu .hamburger-menu-btn p span:nth-child(1) {
  top: 9px;
}

#top header #hamburger-menu .hamburger-menu-btn p span:nth-child(3) {
  top: 18px;
}

#top header #hamburger-menu .hamburger-menu-list {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 11;
  padding: 110px 2% 2% 2%;
  box-sizing: border-box;
  transition: 0.4s;
  overflow: auto;
  text-align: center;
}

#top header #hamburger-menu .hamburger-menu-list li {
  border-bottom: 1px solid #fff;
}

#top header #hamburger-menu .hamburger-menu-list li a {
  display: block;
  padding: 14px 20px 16px;
  color: #fff;
}

#top header #hamburger-menu .hamburger-menu-list li a:hover {
  opacity: 0.8;
}

#top header #hamburger-menu.open .hamburger-menu-btn span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

#top header #hamburger-menu.open .hamburger-menu-btn span:nth-child(2) {
  display: none;
}

#top header #hamburger-menu.open .hamburger-menu-btn span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}

#top header #hamburger-menu.open .hamburger-menu-list {
  top: 0;
}

#top #bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

#top #bg .img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#top #bg .layer {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}

#top section,
#top article,
#top aside,
#top #recruitCheck {
  width: 100%;
  overflow: hidden;
}

#top section .section-header h2,
#top section .section-header h3,
#top article .section-header h2,
#top article .section-header h3,
#top aside .section-header h2,
#top aside .section-header h3,
#top #recruitCheck .section-header h2,
#top #recruitCheck .section-header h3 {
  line-height: 1;
}

#top #siteCatch {
  position: relative;
  margin-top: 30vh;
  margin-bottom: 20vh;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 8px #000;
}

@media screen and (min-width: 1024px) {
  #top #siteCatch {
    margin: 0 auto;
    height: 100vh;
    top: calc(50vh - 32px);
  }
}
#top #siteCatch h1 {
  font-size: 32px;
}

#top #siteCatch .border {
  margin-top: 30px;
  font-size: 45px;
  height: 30px;
}

#top #siteCatch .border .svg-icon {
  box-shadow: 0 0 8px #000;
  height: 3px;
  vertical-align: top;
}

#top #siteCatch .company {
  font-size: 22px;
  font-weight: bold;
}

#top #recruitCheck .link-box {
  padding: 23px 10px;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 1024px) {
  #top #recruitCheck .link-box {
    padding: 0;
    width: 700px;
  }
}
#top #recruitCheck .link-box::before {
  content: "";
  border-style: solid;
  left: 50%;
  position: absolute;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: 100%;
  margin-left: -15px;
  border-width: 10px;
  color: #fff;
}

#top #recruitCheck .link-box .icon-check {
  display: inline-block;
  font-family: Roboto Condensed;
  padding: 3px 5px;
  background-color: #bb0012;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
}

@media screen and (min-width: 1024px) {
  #top #recruitCheck .link-box .icon-check {
    padding: 5px 6px;
    font-size: 16px;
    line-height: 16px;
  }
}
#top #recruitCheck .link-box a {
  text-decoration: underline;
  vertical-align: middle;
  display: inline;
  font-size: 16px;
}

#top #recruitCheck .link-box a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  #top #recruitCheck .link-box a {
    margin-left: 20px;
    font-size: 22px;
  }
}
#top #about .image img {
  width: 100%;
}

#top #business .item-box,
#top #work .item-box {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  #top #business .item-box,
  #top #work .item-box {
    margin-bottom: 50px;
    min-height: 254px;
  }
}
@media screen and (min-width: 1024px) {
  #top #business .item-box .image,
  #top #work .item-box .image {
    max-width: 400px;
    min-width: 400px;
    height: 250px;
    float: left;
    margin-right: 20px;
  }
}
#top #business .item-box .image img,
#top #work .item-box .image img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: top;
}

#top #business .item-box .text,
#top #work .item-box .text {
  padding: 30px 20px;
}

@media screen and (min-width: 1024px) {
  #top #business .item-box .text,
  #top #work .item-box .text {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1024px) {
  #top #interview .content {
    display: flex;
    overflow: hidden;
  }
}
#top #interview .content .interviewee {
  text-align: center;
  overflow: hidden;
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  #top #interview .content .interviewee {
    display: block;
    width: 280px;
  }
}
#top #interview .content .interviewee .image {
  border-radius: 115px;
  width: 230px;
  height: 230px;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  #top #interview .content .interviewee .image {
    margin: 0;
  }
}
#top #interview .content .interviewee .image img {
  width: 100%;
}

#top #interview .content .interviewee .name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  #top #interview .content .interviewee .name {
    margin-right: 50px;
  }
}
#top #interview .content .interview-faq {
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  #top #interview .content .interview-faq {
    display: block;
    width: 720px;
    font-size: 16px;
  }
}
#top #interview .content .interview-faq dl {
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  #top #interview .content .interview-faq dl {
    margin-bottom: 50px;
  }
}
#top #interview .content .interview-faq dl .question {
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  #top #interview .content .interview-faq dl .question {
    margin-bottom: 40px;
  }
}
#top #interview .content .interview-faq dl .question .svg-icon {
  margin-top: 4px;
  float: left;
}

#top #interview .content .interview-faq dl .question .question-title {
  position: relative;
}

#top #interview .content .interview-faq dl .answer {
  position: relative;
}

#top #benefits .benefits-item {
  border-bottom: 1px solid #888;
}

@media screen and (min-width: 1024px) {
  #top #benefits .benefits-item {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }
  #top #benefits .benefits-item:last-child {
    margin-bottom: 0;
  }
}
#top #benefits .benefits-item .icon {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 90px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  #top #benefits .benefits-item .icon {
    display: block;
    text-align: left;
    width: 120px;
    min-width: 120px;
  }
  #top #benefits .benefits-item .icon .svg-icon {
    vertical-align: top;
  }
}
#top #benefits .benefits-item .no-image {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  #top #benefits .benefits-item .no-image {
    display: block;
    width: 120px;
  }
}
#top #benefits .benefits-item .no-image img {
  width: 100%;
}

#top #benefits .benefits-item .text {
  font-size: 16px;
  margin-bottom: 30px;
  min-width: 0;
}

@media screen and (min-width: 1024px) {
  #top #benefits .benefits-item .text {
    display: block;
    width: 100%;
    padding-bottom: 40px;
  }
}
#top #benefits .benefits-item .text h4 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  #top #benefits .benefits-item .text h4 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
  }
}
#top #faq .faq-item {
  border-bottom: 1px solid #888;
}

#top #faq .faq-item:first-of-type > dl.question {
  padding-top: 0;
}

#top #faq .faq-item dl {
  display: flex;
  padding: 20px;
  padding-left: 80px;
}

@media screen and (min-width: 1024px) {
  #top #faq .faq-item dl {
    padding: 40px 20px 40px 110px;
  }
}
#top #faq .faq-item dl dt {
  font-size: 39px;
  position: absolute;
  margin-left: -60px;
}

@media screen and (min-width: 1024px) {
  #top #faq .faq-item dl dt {
    margin-left: -80px;
  }
}
#top #faq .faq-item dl dd {
  font-size: 18px;
  width: 100%;
}

#top #faq .faq-item .question dd {
  font-weight: bold;
}

#top #faq .faq-item .answer {
  background-color: #f1f1f1;
}

#top #faq .faq-item .answer dd {
  font-size: 18px;
}

#top #recruit .recruit-container {
  margin: 60px 0;
}

#top #recruit .section-header .en-title,
#top #recruit .section-header .title {
  color: #fff;
  background-color: transparent;
}

#top #recruit .desc {
  color: #fff;
  font-size: 14px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  #top #recruit .desc {
    font-size: 16px;
  }
}
#top #recruit .recruit:not(:last-child) {
  margin-bottom: 30px;
}

#top #recruit .recruit .store {
  margin-bottom: 40px;
}

#top #recruit .recruit .store h3 {
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .store h3 {
    text-align: left;
    font-size: 16px;
    padding-left: 20px;
  }
}
#top #recruit .recruit .recruit-box {
  background-color: #fff;
}

#top #recruit .recruit .recruit-box:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info {
    padding: 0;
  }
  #top #recruit .recruit .recruit-box .info:not(.no-image) {
    display: flex;
  }
}
#top #recruit .recruit .recruit-box .info .image {
  overflow: hidden;
  background: #f1f1f1;
  text-align: center;
  position: relative;
  min-height: calc(60vw - 20px);
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info .image {
    width: 500px;
    height: 300px;
    min-height: auto;
  }
}
#top #recruit .recruit .recruit-box .info .image img {
  max-width: calc(100vw - 20px);
  max-height: calc(60vw - 20px);
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info .image img {
    max-width: 500px;
    max-height: 300px;
  }
}
#top #recruit .recruit .recruit-box .info .text {
  padding: 20px 20px 30px;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info .text {
    padding: 20px 30px 20px;
    width: 500px;
  }
}
#top #recruit .recruit .recruit-box .info .text .title {
  margin-bottom: 30px;
}

#top #recruit .recruit .recruit-box .info .text .title .icon-new {
  display: inline-block;
  background: #bb0012;
  font-family: Roboto Condensed;
  color: #fff;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 5px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info .text .title .icon-new {
    font-size: 16px;
    padding: 5px 8px;
    margin-right: 10px;
    margin-top: 1px;
  }
}
#top #recruit .recruit .recruit-box .info .text .title h5 {
  display: inline;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info .text .title h5 {
    font-size: 20px;
  }
}
#top #recruit .recruit .recruit-box .info .text .title h5 a {
  text-decoration: underline;
}

#top #recruit .recruit .recruit-box .info .text .title h5 a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#top #recruit .recruit .recruit-box .info .text .detail {
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info .text .detail {
    display: block;
    margin: 0;
  }
}
#top #recruit .recruit .recruit-box .info .text .detail dl {
  display: flex;
  font-size: 16px;
}

#top #recruit .recruit .recruit-box .info .text .detail dl .svg-icon {
  min-width: 14px;
  vertical-align: 0.05em;
  margin-right: 0;
}

#top #recruit .recruit .recruit-box .info .text .detail dl:not(:last-child) {
  border-bottom: 1px dotted #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#top #recruit .recruit .recruit-box .info .text .detail dl dt {
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info .text .detail dl dt {
    font-size: 20px;
  }
}
#top #recruit .recruit .recruit-box .info .text .detail dl dd {
  position: relative;
  font-size: 13px;
  padding-left: 10px;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info .text .detail dl dd {
    font-size: 16px;
    padding-left: 15px;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info.no-image .text {
    display: flex;
    width: 100%;
  }
  #top #recruit .recruit .recruit-box .info.no-image .text .title {
    width: 500px;
  }
  #top #recruit .recruit .recruit-box .info.no-image .text .detail {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .info.no-image .text .detail {
    padding-left: 15px;
  }
}
#top #recruit .recruit .recruit-box .link {
  padding: 15px;
  background: #e5e1da;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .link {
    padding: 20px 0;
  }
}
#top #recruit .recruit .recruit-box .link a {
  display: block;
  padding: 15px;
  background: #f47000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 14px;
  width: 220px;
  height: 45px;
  margin: 0 auto;
}

#top #recruit .recruit .recruit-box .link a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .link a {
    padding: 0;
    line-height: 60px;
    width: 340px;
    height: 60px;
  }
}
#top #recruit .recruit .recruit-box .link a span {
  position: relative;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .link a span {
    font-size: 20px;
  }
}
#top #recruit .recruit .recruit-box .link a span:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  top: 50%;
  right: -55px;
  margin-top: 4px;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .link a span:before {
    right: -100px;
  }
}
#top #recruit .recruit .recruit-box .link a span:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  top: 50%;
  right: -55px;
  margin-top: -3px;
}

@media screen and (min-width: 1024px) {
  #top #recruit .recruit .recruit-box .link a span:after {
    right: -100px;
  }
}
#top #company {
  position: relative;
  background-color: #fff;
}

#top #company .company-container {
  margin-top: 80px;
}

#top #company .company-container .section-header .border {
  height: 44px;
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  #top #company .content {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  #top #company .content ul {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  #top #company .content ul {
    display: flex;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
#top #company .content ul li.name {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  #top #company .content ul li.name {
    width: 370px;
    padding: 0;
  }
}
#top #company .content ul li.name > div {
  width: 100%;
  -ms-word-break: keep-all;
}

#top #company .content ul li.info {
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  margin-bottom: 30px;
  padding: 20px 0;
}

@media screen and (min-width: 1024px) {
  #top #company .content ul li.info {
    border: initial;
    margin: 0;
    padding: 0 0 0 30px;
    border-width: 0;
  }
}
#top #company .content ul li.info dl {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  #top #company .content ul li.info dl {
    font-size: 16px;
  }
}
#top #company .content ul li.info dl:last-child {
  margin-bottom: 0;
}

#top #company .content ul li.info dl dt {
  min-width: 80px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  #top #company .content ul li.info dl dt {
    width: 110px;
  }
}
#top #company .content ul li.info dl dd {
  padding-left: 30px;
}

#top #company .content ul li.info dl dd.company-url {
  padding-left: 28px;
}

#top #company .content ul li.info dl dd.company-url a {
  text-decoration: underline;
}

#top #company .content ul li.info dl dd.company-url a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  #top #company .content ul li.info dl dd {
    max-width: 460px;
  }
}
#top #company .content #access_map {
  width: 100%;
  height: 420px;
}

@media screen and (min-width: 1024px) {
  #top #company .content #access_map {
    width: 1000px;
    margin: 0 auto;
  }
}
#top footer .footer-container {
  margin-top: 60px;
}

#modal #top #siteCatch h1,
#top #siteCatch #modal h1,
#modal #top #siteCatch .company,
#top #siteCatch #modal .company,
#modal #top #business .item-box .text,
#top #business .item-box #modal .text,
#modal #top #work .item-box .text,
#top #work .item-box #modal .text,
#modal #top #interview .content .interviewee .name,
#top #interview .content .interviewee #modal .name,
#modal #top #interview .content .interview-faq,
#top #interview .content #modal .interview-faq,
#modal #top #interview .content .interview-faq dl .question .question-title,
#top #interview .content .interview-faq dl .question #modal .question-title,
#modal #top #benefits .benefits-item .text,
#top #benefits .benefits-item #modal .text,
#modal #top #faq .faq-item,
#top #faq #modal .faq-item,
#modal #top #recruit .recruit .store h3,
#top #recruit .recruit .store #modal h3,
#modal #top #recruit .recruit .recruit-box .info .text .title,
#top #recruit .recruit .recruit-box .info .text #modal .title,
#modal #top #recruit .recruit .recruit-box .info .text .detail dl,
#top #recruit .recruit .recruit-box .info .text .detail #modal dl,
#modal #top #recruit .recruit .recruit-box .info .text .detail dl dd,
#top #recruit .recruit .recruit-box .info .text .detail dl #modal dd,
#modal #top #company .content ul li.name,
#top #company .content ul #modal li.name,
#modal #top #company .content ul li.name > div,
#top #company .content ul #modal li.name > div,
#modal #top #company .content ul li.info,
#top #company .content ul #modal li.info,
#modal .theme-bg,
#modal .theme-bg .madalbox .pre-space,
#modal .theme-bg #top .content .pre-space,
#top #modal .theme-bg .content .pre-space,
#modal .theme-bg .madalbox section .label,
#modal .theme-bg #top .content section .label,
#top #modal .theme-bg .content section .label,
#modal .theme-bg .bread-crumb ol,
#modal #top .catch h4,
#top .catch #modal h4,
#modal #top #about .desc,
#top #about #modal .desc,
#modal #top #business .item-box .text h5,
#top #business .item-box .text #modal h5,
#modal #top #work .item-box .text h5,
#top #work .item-box .text #modal h5,
#modal #top #business .item-box .text .desc,
#top #business .item-box .text #modal .desc,
#modal #top #work .item-box .text .desc,
#top #work .item-box .text #modal .desc {
  word-break: break-all;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
}

#modal .theme-bg {
  background-image: url(https://cdn.jbplt.jp/img/recruit/bg_texture.png);
  background-repeat: repeat;
  padding: 20px 20px 50px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg {
    padding: 40px 20px 120px;
  }
}
#modal .theme-bg .no-setting {
  color: #fc6356;
}

#modal .theme-bg .madalbox,
#modal .theme-bg #top .content,
#top #modal .theme-bg .content {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox,
  #modal .theme-bg #top .content,
  #top #modal .theme-bg .content {
    margin: 0 auto;
  }
}
#modal .theme-bg .madalbox .supplement,
#modal .theme-bg #top .content .supplement,
#top #modal .theme-bg .content .supplement {
  padding-top: 5px;
}

#modal .theme-bg .madalbox .supplement.small,
#modal .theme-bg #top .content .supplement.small,
#top #modal .theme-bg .content .supplement.small {
  font-size: 11px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox .supplement.small,
  #modal .theme-bg #top .content .supplement.small,
  #top #modal .theme-bg .content .supplement.small {
    font-size: 12px;
  }
}
#modal .theme-bg .madalbox section,
#modal .theme-bg #top .content section,
#top #modal .theme-bg .content section {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 2px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section,
  #modal .theme-bg #top .content section,
  #top #modal .theme-bg .content section {
    padding: 45px 60px 55px;
  }
}
#modal .theme-bg .madalbox section.last-section,
#modal .theme-bg #top .content section.last-section,
#top #modal .theme-bg .content section.last-section {
  margin-bottom: 0;
}

#modal .theme-bg .madalbox section.last-section div.updated-at,
#modal .theme-bg #top .content section.last-section div.updated-at,
#top #modal .theme-bg .content section.last-section div.updated-at {
  border-top: 1px solid #ccc;
  width: 100%;
  padding-top: 10px;
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  #modal .theme-bg .madalbox section.last-section div.updated-at,
  #modal .theme-bg #top .content section.last-section div.updated-at,
  #top #modal .theme-bg .content section.last-section div.updated-at {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
#modal .theme-bg .madalbox section.info .store-name,
#modal .theme-bg #top .content section.info .store-name,
#top #modal .theme-bg .content section.info .store-name {
  font-size: 13px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section.info .store-name,
  #modal .theme-bg #top .content section.info .store-name,
  #top #modal .theme-bg .content section.info .store-name {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
#modal .theme-bg .madalbox section.info .job-title,
#modal .theme-bg #top .content section.info .job-title,
#top #modal .theme-bg .content section.info .job-title {
  margin-bottom: 25px;
}

#modal .theme-bg .madalbox section.info .job-title .new,
#modal .theme-bg #top .content section.info .job-title .new,
#top #modal .theme-bg .content section.info .job-title .new {
  display: inline-block;
  font-family: Roboto Condensed;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #bb0012;
  padding: 3px 5px;
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section.info .job-title .new,
  #modal .theme-bg #top .content section.info .job-title .new,
  #top #modal .theme-bg .content section.info .job-title .new {
    font-size: 16px;
    padding: 5px 8px;
    margin-top: -7px;
  }
}
#modal .theme-bg .madalbox section.info .job-title h1,
#modal .theme-bg #top .content section.info .job-title h1,
#top #modal .theme-bg .content section.info .job-title h1 {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section.info .job-title h1,
  #modal .theme-bg #top .content section.info .job-title h1,
  #top #modal .theme-bg .content section.info .job-title h1 {
    font-size: 24px;
  }
}
#modal .theme-bg .madalbox section.info .job-img,
#modal .theme-bg #top .content section.info .job-img,
#top #modal .theme-bg .content section.info .job-img {
  text-align: center;
  overflow: hidden;
}

#modal .theme-bg .madalbox section.info .job-img img,
#modal .theme-bg #top .content section.info .job-img img,
#top #modal .theme-bg .content section.info .job-img img {
  margin-bottom: 10px;
  max-width: 300px;
  max-height: 180px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section.info .job-img img,
  #modal .theme-bg #top .content section.info .job-img img,
  #top #modal .theme-bg .content section.info .job-img img {
    max-width: 500px;
    max-height: 300px;
  }
}
#modal .theme-bg .madalbox section.info .job-img .slider,
#modal .theme-bg #top .content section.info .job-img .slider,
#top #modal .theme-bg .content section.info .job-img .slider {
  padding: 0;
  margin: 0;
  outline: none;
}

#modal .theme-bg .madalbox section.info .job-img .slider ul,
#modal .theme-bg #top .content section.info .job-img .slider ul,
#top #modal .theme-bg .content section.info .job-img .slider ul {
  width: 500%;
  text-align: left;
  display: inline-block;
}

#modal .theme-bg .madalbox section.info .job-img .slider li,
#modal .theme-bg #top .content section.info .job-img .slider li,
#top #modal .theme-bg .content section.info .job-img .slider li {
  overflow: hidden;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

#modal .theme-bg .madalbox section.info .job-img .slider img,
#modal .theme-bg #top .content section.info .job-img .slider img,
#top #modal .theme-bg .content section.info .job-img .slider img {
  margin-bottom: 0;
}

#modal .theme-bg .madalbox section.info .job-img div .hooper-liveregion,
#modal .theme-bg #top .content section.info .job-img div .hooper-liveregion,
#top #modal .theme-bg .content section.info .job-img div .hooper-liveregion,
#modal .theme-bg .madalbox section.info .job-img div .hooper-sr-only,
#modal .theme-bg #top .content section.info .job-img div .hooper-sr-only,
#top #modal .theme-bg .content section.info .job-img div .hooper-sr-only {
  display: none;
}

#modal .theme-bg .madalbox section.info .job-img .gallery ul#thumbs,
#modal .theme-bg #top .content section.info .job-img .gallery ul#thumbs,
#top #modal .theme-bg .content section.info .job-img .gallery ul#thumbs {
  line-height: 1;
  margin-bottom: 15px;
}

#modal .theme-bg .madalbox section.info .job-img .gallery ul#thumbs li.thumb,
#modal main #top .content section.info .job-img .gallery ul#thumbs li.thumb,
#top #modal main .content section.info .job-img .gallery ul#thumbs li.thumb {
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  #modal .theme-bg .madalbox section.info .job-img .gallery ul#thumbs li.thumb,
  #modal main #top .content section.info .job-img .gallery ul#thumbs li.thumb,
  #top #modal main .content section.info .job-img .gallery ul#thumbs li.thumb {
    width: 18.4%;
    vertical-align: top;
  }
}
#modal
  main
  .madalbox
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:not(:last-child),
#modal
  main
  #top
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:not(:last-child),
#top
  #modal
  main
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:not(:last-child) {
  margin-right: 2%;
}

@media screen and (min-width: 1024px) {
  #modal
    main
    .madalbox
    section.info
    .job-img
    .gallery
    ul#thumbs
    li.thumb:not(:last-child),
  #modal
    main
    #top
    .content
    section.info
    .job-img
    .gallery
    ul#thumbs
    li.thumb:not(:last-child),
  #top
    #modal
    main
    .content
    section.info
    .job-img
    .gallery
    ul#thumbs
    li.thumb:not(:last-child) {
    margin-right: 10px;
  }
}
#modal main .madalbox section.info .job-img .gallery ul#thumbs li.thumb:hover,
#modal
  main
  #top
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:hover,
#top
  #modal
  main
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:hover {
  opacity: 0.6;
}

#modal
  main
  .madalbox
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb
  > .image-wrapper,
#modal
  main
  #top
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb
  > .image-wrapper,
#top
  #modal
  main
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb
  > .image-wrapper {
  width: 90px;
  height: 45px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1024px) {
  #modal
    main
    .madalbox
    section.info
    .job-img
    .gallery
    ul#thumbs
    li.thumb
    > .image-wrapper,
  #modal
    main
    #top
    .content
    section.info
    .job-img
    .gallery
    ul#thumbs
    li.thumb
    > .image-wrapper,
  #top
    #modal
    main
    .content
    section.info
    .job-img
    .gallery
    ul#thumbs
    li.thumb
    > .image-wrapper {
    width: 120px;
    height: 72px;
  }
}
#modal
  main
  .madalbox
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb
  > .image-wrapper
  img,
#modal
  main
  #top
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb
  > .image-wrapper
  img,
#top
  #modal
  main
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb
  > .image-wrapper
  img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

#modal
  main
  .madalbox
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:not(.active)
  > .image-wrapper,
#modal
  main
  #top
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:not(.active)
  > .image-wrapper,
#top
  #modal
  main
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:not(.active)
  > .image-wrapper {
  background-color: #000;
}

#modal
  main
  .madalbox
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:not(.active)
  > .image-wrapper
  img,
#modal
  main
  #top
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:not(.active)
  > .image-wrapper
  img,
#top
  #modal
  main
  .content
  section.info
  .job-img
  .gallery
  ul#thumbs
  li.thumb:not(.active)
  > .image-wrapper
  img {
  opacity: 0.6;
}

#modal .theme-bg .madalbox section.info .job-info li,
#modal .theme-bg #top .content section.info .job-info li,
#top #modal .theme-bg .content section.info .job-info li {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  word-break: break-word;
  word-wrap: break-word;
}

#modal .theme-bg .madalbox section.info .job-info li .svg-icon {
  margin-top: 6px;
}

#modal .theme-bg .madalbox section.info .job-info li:last-child,
#modal .theme-bg #top .content section.info .job-info li:last-child,
#top #modal .theme-bg .content section.info .job-info li:last-child {
  margin-bottom: 35px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section.info .job-info li,
  #modal .theme-bg #top .content section.info .job-info li,
  #top #modal .theme-bg .content section.info .job-info li {
    font-size: 16px;
  }
}
#modal .theme-bg .madalbox section.info .job-info li .svg-icon,
#modal .theme-bg #top .content section.info .job-info li .svg-icon,
#top #modal .theme-bg .content section.info .job-info li .svg-icon {
  font-size: 15px;
  margin-right: 7px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section.info .job-info li .svg-icon,
  #modal .theme-bg #top .content section.info .job-info li .svg-icon,
  #top #modal .theme-bg .content section.info .job-info li .svg-icon {
    font-size: 20px;
    margin-right: 20px;
  }
}
#modal .theme-bg .madalbox section.info .job-info li .text,
#modal .theme-bg #top .content section.info .job-info li .text,
#top #modal .theme-bg .content section.info .job-info li .text {
  flex: 1;
  padding-top: 1px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section.info .job-info li .text,
  #modal .theme-bg #top .content section.info .job-info li .text,
  #top #modal .theme-bg .content section.info .job-info li .text {
    padding-top: 2px;
  }
}
#modal .theme-bg .madalbox section.about-job.pb-1,
#modal .theme-bg #top .content section.about-job.pb-1,
#top #modal .theme-bg .content section.about-job.pb-1 {
  padding-bottom: 1px;
}

#modal .theme-bg .madalbox section.about-job .job-wrap,
#modal .theme-bg #top .content section.about-job .job-wrap,
#top #modal .theme-bg .content section.about-job .job-wrap {
  margin-bottom: 45px;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section.about-job .job-wrap,
  #modal .theme-bg #top .content section.about-job .job-wrap,
  #top #modal .theme-bg .content section.about-job .job-wrap {
    font-size: 16px;
  }
}
#modal .theme-bg .madalbox section.about-job .job-wrap .title,
#modal .theme-bg #top .content section.about-job .job-wrap .title,
#top #modal .theme-bg .content section.about-job .job-wrap .title {
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section.about-job .job-wrap .title,
  #modal .theme-bg #top .content section.about-job .job-wrap .title,
  #top #modal .theme-bg .content section.about-job .job-wrap .title {
    font-size: 20px;
    margin: 20px 0;
    text-align: left;
  }
}
#modal .theme-bg .madalbox section h2,
#modal .theme-bg #top .content section h2,
#top #modal .theme-bg .content section h2 {
  font-size: 20px;
  margin: 5px 0 15px 0;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section h2,
  #modal .theme-bg #top .content section h2,
  #top #modal .theme-bg .content section h2 {
    font-size: 28px;
    margin: 10px 0 30px 0;
  }
}
#modal .theme-bg .madalbox section .label-box,
#modal .theme-bg #top .content section .label-box,
#top #modal .theme-bg .content section .label-box {
  display: inline;
}

#modal .theme-bg .madalbox section .label,
#modal .theme-bg #top .content section .label,
#top #modal .theme-bg .content section .label {
  display: inline-block;
  background-color: #f0ebe3;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 5px;
  border-radius: 4px;
  white-space: normal;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section .label,
  #modal .theme-bg #top .content section .label,
  #top #modal .theme-bg .content section .label {
    padding: 4px 10px;
  }
}
#modal .theme-bg .madalbox section dl,
#modal .theme-bg #top .content section dl,
#top #modal .theme-bg .content section dl {
  font-size: 14px;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section dl,
  #modal .theme-bg #top .content section dl,
  #top #modal .theme-bg .content section dl {
    border-bottom: 1px solid #ccc;
  }
  #modal .theme-bg .madalbox section dl:first-child,
  #modal .theme-bg #top .content section dl:first-child,
  #top #modal .theme-bg .content section dl:first-child {
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section dl,
  #modal .theme-bg .madalbox section dl h3,
  #modal .theme-bg .madalbox section dl dd,
  #modal .theme-bg #top .content section dl,
  #top #modal .theme-bg .content section dl {
    font-size: 16px;
    display: flex;
  }
}
#modal .theme-bg .madalbox section dl dt,
#modal .theme-bg #top .content section dl dt,
#top #modal .theme-bg .content section dl dt {
  font-weight: bold;
  padding-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section dl dt,
  #modal .theme-bg #top .content section dl dt,
  #top #modal .theme-bg .content section dl dt {
    width: 170px;
    padding: 25px 20px;
    background-color: #eee;
  }
}
#modal .theme-bg .madalbox section dl dd,
#modal .theme-bg #top .content section dl dd,
#top #modal .theme-bg .content section dl dd {
  line-height: 1.5;
  padding-bottom: 45px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section dl dd,
  #modal .theme-bg #top .content section dl dd,
  #top #modal .theme-bg .content section dl dd {
    line-height: 1.7;
    width: 710px;
    padding: 25px 20px;
  }
}
#modal .theme-bg .madalbox section dl dd .shift-cycle,
#modal .theme-bg #top .content section dl dd .shift-cycle,
#top #modal .theme-bg .content section dl dd .shift-cycle {
  word-break: keep-all;
}

#modal .theme-bg .madalbox section dl dd.work-location-wrap,
#modal .theme-bg #top .content section dl dd.work-location-wrap,
#top #modal .theme-bg .content section dl dd.work-location-wrap {
  display: flex;
}

#modal .theme-bg .madalbox section dl dd.work-location-wrap .work-location,
#modal main #top .content section dl dd.work-location-wrap .work-location,
#top #modal main .content section dl dd.work-location-wrap .work-location {
  flex: 1;
}

#modal
  main
  .madalbox
  section
  dl
  dd.work-location-wrap
  .work-location
  .location-name,
#modal
  main
  #top
  .content
  section
  dl
  dd.work-location-wrap
  .work-location
  .location-name,
#top
  #modal
  main
  .content
  section
  dl
  dd.work-location-wrap
  .work-location
  .location-name {
  word-break: break-word;
  word-wrap: break-word;
}

#modal
  main
  .madalbox
  section
  dl
  dd.work-location-wrap
  .work-location
  .location-address,
#modal
  main
  #top
  .content
  section
  dl
  dd.work-location-wrap
  .work-location
  .location-address,
#top
  #modal
  main
  .content
  section
  dl
  dd.work-location-wrap
  .work-location
  .location-address {
  word-break: break-word;
  word-wrap: break-word;
  padding-top: 5px;
}

#modal .theme-bg .madalbox section dl dd .bottom:first-child,
#modal .theme-bg #top .content section dl dd .bottom:first-child,
#top #modal .theme-bg .content section dl dd .bottom:first-child {
  padding-bottom: 5px;
}

#modal .theme-bg .madalbox section dl dd .map-icon,
#modal .theme-bg #top .content section dl dd .map-icon,
#top #modal .theme-bg .content section dl dd .map-icon {
  align-self: center;
  padding-left: 15px;
}

#modal .theme-bg .madalbox section dl dd .map-icon a.map-link,
#modal .theme-bg #top .content section dl dd .map-icon a.map-link,
#top #modal .theme-bg .content section dl dd .map-icon a.map-link {
  padding: 5px 9px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section dl dd .map-icon a.map-link,
  #modal .theme-bg #top .content section dl dd .map-icon a.map-link,
  #top #modal .theme-bg .content section dl dd .map-icon a.map-link {
    padding: 5px 11px;
  }
}
#modal .theme-bg .madalbox section dl dd .map-icon a.map-link:hover,
#modal .theme-bg #top .content section dl dd .map-icon a.map-link:hover,
#top #modal .theme-bg .content section dl dd .map-icon a.map-link:hover {
  opacity: 0.8;
}

#modal .theme-bg .madalbox section dl dd .map-icon a.map-link .svg-icon,
#modal .theme-bg #top .content section dl dd .map-icon a.map-link .svg-icon,
#top #modal .theme-bg .content section dl dd .map-icon a.map-link .svg-icon {
  color: #f47000;
  vertical-align: top;
  overflow: visible;
  margin: 0;
  width: 16px;
  height: 25px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox section dl dd .map-icon a.map-link .svg-icon,
  #modal main #top .content section dl dd .map-icon a.map-link .svg-icon,
  #top #modal main .content section dl dd .map-icon a.map-link .svg-icon {
    width: 21px;
    height: 33px;
  }
}
#modal .theme-bg .madalbox section dl dd.work-location-wrap {
  position: relative;
}

#modal .theme-bg .madalbox section dl dd.work-location-wrap .work-location {
  padding-right: 50px;
}

#modal .theme-bg .madalbox section dl dd.work-location-wrap .map-icon {
  position: absolute;
  right: 10px;
  transform: translate(0%, -50%);
  top: 50%;
  padding: 0;
}

#modal .theme-bg .madalbox section dl dd {
  flex-flow: column;
  color: #4d320d;
}
#modal .theme-bg .madalbox section dl dd span {
  color: #4d320d;
  font-weight: 400;
}

#modal .theme-bg .madalbox a[href^="tel:"],
#modal .theme-bg #top .content a[href^="tel:"],
#top #modal .theme-bg .content a[href^="tel:"] {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  #modal .theme-bg .madalbox a[href^="tel:"],
  #modal .theme-bg #top .content a[href^="tel:"],
  #top #modal .theme-bg .content a[href^="tel:"] {
    color: #f47000;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  #modal .theme-bg .madalbox a[href^="tel:"],
  #modal .theme-bg #top .content a[href^="tel:"],
  #top #modal .theme-bg .content a[href^="tel:"] {
    pointer-events: none;
  }
}
#modal .theme-bg .bread-crumb ol {
  background-color: #fff;
  padding: 15px;
  font-size: 11px;
}

@media screen and (min-width: 1024px) {
  #modal .theme-bg .bread-crumb ol {
    padding: 20px 60px 30px;
    font-size: 14px;
  }
}
#modal .theme-bg .bread-crumb ol a span {
  text-decoration: underline;
  color: #f47000;
}

#modal .theme-bg .bread-crumb ol li {
  display: inline;
}

#modal .theme-bg .bread-crumb ol li + li:before {
  content: "＞";
  margin: 0 3px;
}

@media screen and (min-width: 1024px) {
  #modal .btn-entry-area {
    margin-top: 60px;
  }
}
#modal .btn-entry-area .btn-entry {
  margin: 0 auto;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f47000;
  border-radius: 4px;
  height: 60px;
}

@media screen and (min-width: 1024px) {
  #modal .btn-entry-area .btn-entry {
    height: 100px;
    width: 500px;
    border-radius: 10px;
  }
}
#modal .btn-entry-area .btn-entry:hover {
  opacity: 0.8;
}

#modal .btn-entry-area .btn-entry .entry {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  #modal .btn-entry-area .btn-entry .entry {
    font-size: 26px;
  }
}
#modal .btn-entry-area .btn-entry .easy {
  font-size: 12px;
  color: #fee300;
  font-weight: bold;
  margin: -5px 0 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  #modal .btn-entry-area .btn-entry .easy {
    font-size: 20px;
  }
}
#policy .privacy-policy-wrap {
  background-image: url(https://cdn.jbplt.jp/img/recruit/bg_texture.png);
  background-repeat: repeat;
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  #policy .privacy-policy-wrap {
    padding: 40px 20px 60px;
  }
}
#policy .privacy-policy-wrap section {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  #policy .privacy-policy-wrap section {
    width: 1000px;
  }
}
#policy .privacy-policy-wrap #privacy {
  background-color: #fff;
  padding: 15px;
}

@media screen and (min-width: 1024px) {
  #policy .privacy-policy-wrap #privacy {
    padding: 30px 60px 60px;
  }
}
#policy .privacy-policy-wrap #privacy .title-warp .title {
  font-size: 20px;
  font-weight: initial;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  #policy .privacy-policy-wrap #privacy .title-warp .title {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
#policy .privacy-policy-wrap #privacy .privacy-policy-text {
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

@media screen and (min-width: 1024px) {
  #policy .privacy-policy-wrap #privacy .privacy-policy-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  #top header {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
#top header #hamburger-menu .hamburger-menu-btn {
  border-width: 1px;
  border-style: solid;
}

@media screen and (min-width: 1024px) {
  #top header #hamburger-menu .hamburger-menu-btn {
    right: 20px;
  }
}
#top header #hamburger-menu .hamburger-menu-btn p span {
  background-color: #fff;
}

#top header #hamburger-menu .hamburger-menu-list {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
}

#top section {
  background-color: #fff;
}

#top section > .section-container {
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
  #top section > .section-container {
    margin-top: 60px;
  }
}
#top section:last-of-type > .section-container {
  margin-bottom: 80px;
}

#top .section-header {
  text-align: center;
}

#top .section-header .en-title {
  display: block;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  #top .section-header .en-title {
    margin-bottom: 16px;
  }
}
#top .section-header .title {
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  #top .section-header .title {
    color: #888;
  }
}
#top .section-header-inner {
  position: relative;
  margin-bottom: 84px;
}

#top .section-header-inner::after {
  content: "";
  position: absolute;
  background-color: var(--themeColor);
  left: 50%;
  margin-left: -20px;
  width: 40px;
  top: 90px;
  height: 4px;
}

#top #recruitCheck {
  background: var(--themeColorAlpha);
}

#top #recruitCheck .check-wrap {
  margin: 40px 0 50px;
}

@media screen and (min-width: 1024px) {
  #top #recruitCheck .check-wrap {
    margin: 50px 0;
    height: 100px;
    line-height: 100px;
  }
}
#top .catch {
  margin-bottom: 30px;
}

#top .catch h4 {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #top .catch {
    margin-bottom: 50px;
  }
}
#top #about .desc {
  font-size: 14px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  #top #about .desc {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
#top #about .image {
  text-align: center;
}

#top #business .item-box,
#top #work .item-box {
  background-color: #f1f1f1;
}

#top #business .item-box .text h5,
#top #work .item-box .text h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

#top #recruit .section-header-inner::after {
  background-color: #fff;
}

#top footer .footer-container::before {
  content: "";
  position: absolute;
  background-color: var(--themeColor);
  left: 50%;
  margin-left: -22.5px;
  width: 45px;
  top: 0;
  height: 4px;
}

#modal {
  overflow-y: scroll;
}
#modal .theme-bg .swiper {
  width: 100%;
  height: 100%;
}
#modal .theme-bg .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal .theme-bg .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#modal .theme-bg .swiper-slide {
  background-size: cover;
  background-position: center;
}
#modal .theme-bg .mySwiper2 {
  height: 80%;
  width: 100%;
}
#modal .theme-bg .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
#modal .theme-bg .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
#modal .theme-bg .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
#modal .theme-bg .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
}
#modal .theme-bg .mySwiper .swiper-slide {
  height: 45px;
  width: auto !important;
}
#modal .theme-bg .mySwiper .swiper-slide:last-child {
  margin-right: 0 !important;
}
#modal .theme-bg .mySwiper .swiper-slide img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 45px;
}
#modal .theme-bg .mySwiper .swiper-wrapper {
  display: flex !important;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #modal .theme-bg .mySwiper .swiper-slide {
    height: 72px;
    width: auto !important;
  }
  #modal .theme-bg .mySwiper .swiper-slide img {
    width: 100%;
    height: 72px;
  }
}

/* モーダルを開くボタン */
.modal-open {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}

/* モーダルと背景の指定 */
.recruit-contents {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #555;
  background-image: url(https://cdn.jbplt.jp/img/recruit/bg_texture.png);
  background-repeat: repeat;
  padding: 40px 20px;
  overflow: auto;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}

/* モーダルの擬似要素の指定 */
.recruit-contents:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.recruit-contents.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  text-align: left;
  line-height: 1.8;
  overflow-y: scroll;
}

.breadcrumb-item {
  display: inline;
}

.breadcrumb-item:not(:last-child):after {
  content: " > ";
  white-space: nowrap;
}

/* PC版: 横幅を1000pxに設定 */
@media screen and (min-width: 768px) {
  .entry-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media screen and (min-width: 767px) {
  .entry-content p {
    font-size: 15px;
    /* 段落の文字サイズ */
    padding: 10px 30px;
  }
}
/* スマホ版: 横幅を950pxに設定 */
@media screen and (max-width: 767px) {
  .entry-content {
    max-width: 950px;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content p {
    font-size: 14px;
    /* 段落の文字サイズ */
    padding: 10px 10px;
  }
}
/* スマホ表示時のみ */
@media (max-width: 768px) {
  /* 改行させたい要素にクラス名"break-mobile"を付ける */
  .break-mobile {
    display: block;
    /* ブロック要素として表示 */
    font-size: 14px;
    /* 段落の文字サイズ */
  }
}
.recruit-page {
  margin: 125px auto 80px;
  max-width: 1090px;
}
@media screen and (max-width: 767px) {
  .recruit-page {
    margin: 25px auto 80px;
  }
}
.recruit-page > h2 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 60px;
}
.recruit-page .pageTitle__label {
  display: flex;
  flex-flow: column;
}
.recruit-page .pageTitle__label span {
  display: inline-block;
  margin: -7px 0 0;
}
.recruit-page section.recruit {
  margin: 4.2rem 0 0;
}
.recruit-page section.recruit h3 {
  text-align: center;
  font-size: 3em;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .recruit-page section.recruit h3 {
    font-size: 1.8em;
  }
}
.recruit-page section.recruit p {
  padding: 75px 0px;
  font-size: 20px;
}
.recruit-page section.recruit p br {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-page section.recruit p {
    padding: 25px 0px;
    font-size: 14px;
  }
  .recruit-page section.recruit p br {
    display: block;
  }
}
.recruit-page .link-box {
  padding: 23px 10px;
  background-color: #4d320d;
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 15px auto 0;
  border-radius: 11px;
}
@media screen and (max-width: 767px) {
  .recruit-page .link-box {
    display: flex;
    align-items: center;
    padding: 13px 10px;
    justify-content: center;
  }
}
.recruit-page .link-box::before {
  content: "";
  border-style: solid;
  left: 50%;
  position: absolute;
  border-bottom-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  top: 100%;
  margin-left: -15px;
  border-width: 10px;
  color: #4d320d;
}
.recruit-page .link-box .icon-check {
  display: inline-block;
  font-family: Roboto Condensed;
  padding: 3px 5px;
  background-color: #f47001;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
}
@media screen and (max-width: 767px) {
  .recruit-page .link-box .icon-check {
    margin-right: 10px;
  }
}
.recruit-page .link-box a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .recruit-page .link-box a {
    font-size: 13px;
  }
}
.recruit-page .link-box a:hover {
  transition: all 0.5s;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .recruit-page .check-wrap {
    height: 72px;
    line-height: 72px;
  }
  .recruit-page .link-box {
    padding: 20px 0;
    width: 690px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .recruit-page .link-box .icon-check {
    padding: 5px 19px;
    font-size: 16px;
    line-height: 22px;
    margin: 0 13px 0 -25px;
  }
  .recruit-page .link-box a {
    margin-left: 20px;
    font-size: 22px;
  }
}
.recruit-page .company {
  padding: 90px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .recruit-page .company {
    padding: 90px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .company .__inner {
    width: 100%;
  }
}
.recruit-page .company__table {
  margin: 0 auto 54px auto;
}
@media screen and (max-width: 767px) {
  .recruit-page .storeMap {
    margin-bottom: 0;
  }
}

.recruit-page .recruit-page-items {
  display: flex;
  flex-flow: column;
}

.recruit-page .recruit-page-item {
  margin-bottom: 95px;
  padding: 20px 40px;
  border-radius: 11px;
  background: #fbf5e9;
  border: 2px solid #f4e1c0;
  color: #4d320d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-page .recruit-page-item {
    padding: 20px 20px;
    margin-bottom: 35px;
  }
}
.recruit-page .recruit-page-item:last-child {
  margin-bottom: 0;
}
.recruit-page .recruit-page-item-shop {
  font-size: 23.5px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit-page .recruit-page-item-shop {
    font-size: 15px;
  }
}
.recruit-page .recruit-page-item-inner {
  display: flex;
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .recruit-page .recruit-page-item-inner {
    margin: 5px 0 0;
    flex-flow: column;
  }
}
.recruit-page .recruit-page-item-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-page .recruit-page-item-img {
    max-width: 400px;
    margin: 10px auto;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-page-item-img {
    margin-right: 4%;
    flex-shrink: 0;
    width: 44.2%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-page-item-info {
    margin: 12px 0 0;
  }
}
.recruit-page .recruit-page-item-info h5 {
  font-size: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruit-page .recruit-page-item-info h5 {
    font-size: 1.5rem;
  }
}
.recruit-page .recruit-page-item .detail {
  text-align: left;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .recruit-page .recruit-page-item .detail {
    margin-top: 10px;
  }
}
.recruit-page .recruit-page-item .detail dl {
  display: flex;
  font-size: 16px;
}
.recruit-page .recruit-page-item .detail dl:not(:last-child) {
  border-bottom: 1px dotted #a99981;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.recruit-page .recruit-page-item .detail dt.svg-icon {
  display: inline-block;
  fill: currentColor;
  width: 23px;
  margin: 1px 0 0 2px;
  flex-shrink: 0;
  color: #4d320d;
}
@media screen and (max-width: 767px) {
  .recruit-page .recruit-page-item .detail dt.svg-icon {
    width: clamp(14px, 0.473rem + 2.009vw, 23px);
  }
}
.recruit-page .recruit-page-item .detail dd {
  font-size: 16px;
  padding-left: 11px;
  font-weight: bold;
  margin: auto 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruit-page .recruit-page-item .detail dd {
    font-size: 13px;
  }
}
.recruit-page .recruit-page-item .working-time dd {
  line-height: 1.7;
}
.recruit-page .recruit-page-item-btn {
  background: #4d320d;
  color: #fff;
  position: relative;
  width: 294px;
  margin: 31px auto 0;
  display: inline-block;
  padding: 9px 0;
  border-radius: 100vh;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit-page .recruit-page-item-btn {
    width: 100%;
    font-size: 14px;
    max-width: 250px;
  }
}
.recruit-page .recruit-page-item-btn svg {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
