@charset "UTF-8";
/* -------------CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* ----------//Reset END */
/* -----------------------------CSS To-Top */
#page-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #3b3b3b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top p:hover {
  background: #8b8b8b;
}

#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.arrow_up i {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
}

.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_header_content {
  width: 100%;
  height: 80px;
  padding: 0 0 0 30px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_header_content h1 {
  width: 16%;
  margin: 0;
  line-height: 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.main_header_content h1 img {
  width: 100%;
}
.main_header_content nav {
  width: 80%;
}

.nav_fixed {
  position: fixed;
  top: 0;
  z-index: 333;
  -webkit-animation: slideIn 0.5s;
          animation: slideIn 0.5s;
  -webkit-box-shadow: 0 3px 9px #666;
          box-shadow: 0 3px 9px #666;
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header_nav {
  width: 100%;
}
.header_nav li {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 0.8rem;
}
.header_nav li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

ul.main_nav {
  width: 90%;
}
ul.main_nav li {
  border-left: 1px solid #fff;
}
ul.main_nav li a {
  position: relative;
  display: block;
  -webkit-box-sizing: brder-box;
          box-sizing: brder-box;
  width: 130px;
  padding: 13px 5px;
  background: #a40004;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
}
ul.main_nav li a:hover {
  background: #c96509;
}
ul.main_nav li.long_menu a {
  width: 180px;
}
ul.main_nav li.second_lebel {
  display: none;
}
ul.main_nav li.mob_entry {
  display: none;
}

ul.entry_btn {
  display: none;
  width: 10%;
}
ul.entry_btn li {
  width: 33.3333333333%;
  text-align: center;
}
ul.entry_btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  font-size: 0.7rem;
  line-height: 1rem;
  background: #999;
  border-left: 1px solid #fff;
  color: #fff;
}
ul.entry_btn li a.graduate {
  background: #a40004;
}
ul.entry_btn li a.career {
  background: #6b0001;
}
ul.entry_btn li a.part {
  background: #c96509;
}
ul.entry_btn li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.entry_btn li.humberger_btn {
  display: none;
}

.main_img_col {
  width: 100%;
}

.top_main_img {
  width: 100%;
  height: calc(100vh - 80px);
  background-image: url(../img-top/main_img-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header_bottom_bar {
  width: 100%;
  background-image: url(../img-common/header-bar-bg.png);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: cover;
  padding: 0 30px;
}
.header_bottom_bar div.bar_left {
  width: 30%;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_bottom_bar div.bar_left span {
  display: block;
  width: auto;
  border-right: 1px solid #fff;
  font-size: 0.8rem;
  padding: 10px 10px 10px 0;
}
.header_bottom_bar div.bar_left h2 {
  width: auto;
  margin-left: 10px;
  font-weight: bold;
}
.header_bottom_bar ul {
  width: 70%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: right;
}
.header_bottom_bar ul li a {
  font-size: 0.9rem;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.add_header_height {
  margin-top: 80px;
}

.top_catch_col {
  width: 100%;
  height: 40vh;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #6b0001), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #6b0001 15%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
}

.top_catch_inner {
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 40px;
}
.top_catch_inner h3 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 3px;
  position: relative;
}
.top_catch_inner h3 br {
  display: none;
}
.top_catch_inner h3::after {
  position: absolute;
  left: 0;
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
  bottom: -20px;
  left: calc(50% - 100px);
}
.top_catch_inner p {
  margin-top: 40px;
  color: #fff;
}

.top_content_wrap {
  width: 100%;
  padding: 60px 5%;
}

.gray_bg {
  background: #f4f4f4;
}

.white_bg {
  background: #fff;
}

.top_corner_title {
  text-align: center;
}
.top_corner_title span {
  font-size: 2rem;
  font-weight: bold;
  color: #a40004;
}
.top_corner_title h3 {
  font-size: 1rem;
  margin-top: 15px;
  position: relative;
}
.top_corner_title h3::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100px;
  height: 1px;
  background: #a40004;
  bottom: -30px;
  left: calc(50% - 50px);
}

.top_corner_content p.top_sub_copy {
  text-align: center;
  margin-top: 60px;
  font-weight: bold;
}

.top_add_contents {
  width: 90%;
  margin: 30px auto auto auto;
  padding-top: 30px;
  text-align: center;
  border-top: 1px dotted #a40004;
}
.top_add_contents h4 {
  width: auto;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #a40004;
  position: relative;
}
.top_add_contents h4:before {
  display: inline-block;
  content: "■";
  font-size: 2rem;
  position: relative;
  bottom: -4px;
  left: 0;
  margin: auto 0;
  padding-right: 2px;
  z-index: 222;
}

.saiyo_concept p {
  margin-top: 30px;
  font-size: 1.1rem;
  font-weight: bold;
}

.motomeru_jinzai ul {
  width: 320px;
  margin: 30px auto 0 auto;
  text-align: center;
}
.motomeru_jinzai li {
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: bold;
}

.tac_border_none {
  margin-top: 60px;
  padding-top: 0;
  border-top: none;
}

.tac_adjst h4:before {
  display: none;
}

ul.shop_list_upper,
ul.shop_list_lower {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
ul.shop_list_upper li img,
ul.shop_list_lower li img {
  width: 100%;
}

ul.shop_list_upper li {
  width: 15%;
}

ul.shop_list_lower li {
  width: 12%;
}

.more_btn {
  width: 100%;
  margin-top: 60px;
}
.more_btn a {
  display: block;
  width: 300px;
  margin: auto;
  padding: 20px 5px;
  background: #a40004;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 6px #999;
          box-shadow: 3px 3px 6px #999;
  border-radius: 7px;
}
.more_btn a i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 3px;
}
.more_btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more_btn p {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 30px;
}

.entry_content_btn ul {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry_content_btn li {
  width: 30%;
}
.entry_content_btn li img {
  width: 100%;
}
.entry_content_btn li p {
  margin-top: 15px;
  text-align: center;
  line-height: 1.4rem;
  font-size: 0.9rem;
}
.entry_content_btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.other_content_btn ul {
  width: 100%;
  height: auto;
  margin: 60px auto -180px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.other_content_btn li {
  width: 50%;
}
.other_content_btn li img {
  width: 100%;
  height: 65%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other_content_btn li p {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #361617;
  color: #fff;
  font-weight: bold;
}
.other_content_btn li p i {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}
.other_content_btn li:nth-child(even) p {
  background: #816d6e;
}
.other_content_btn a {
  text-decoration: none;
}
.other_content_btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact_content {
  width: 100%;
  margin: 60px auto auto auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
}
.contact_content div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 20px 0 0 0;
}
.contact_content div:nth-child(odd) {
  border-right: 2px solid #a40004;
}
.contact_content h4 {
  width: 85%;
  margin: auto auto 15px auto;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.1rem;
  color: #a40004;
  border-bottom: 1px dotted #a40004;
}
.contact_content p {
  line-height: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer_col {
  width: 100%;
  margin: 60px auto;
  padding-top: 60px;
  text-align: center;
  padding-bottom: 100px;
  border-top: 1px solid #a40004;
}
.footer_col h2 {
  width: 300px;
  margin: auto;
}
.footer_col h2 img {
  width: 100%;
}
.footer_col ul {
  width: 60%;
  margin: 60px auto 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_col ul:nth-child(3) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.footer_col ul:nth-child(3) li {
  margin: auto 15px;
}
.footer_col li {
  width: auto;
}
.footer_col li a {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.footer_col li a:hover {
  text-decoration: underline;
}
.footer_col p {
  margin-top: 50px;
}
.footer_col div.sns_llink {
  width: 50px;
  margin: 60px auto auto auto;
}
.footer_col div.sns_llink img {
  display: block;
  width: 50px;
  margin: auto;
}
.footer_col div.sns_llink a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.body_main_img {
  width: 100%;
  height: calc(80vh - 80px);
  background-image: url(../img-top/main_img-1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.graduate_main_img {
  background-image: url(../img-graduate/graduate-main-img.jpg);
}

.content_nav_bar {
  width: 100%;
  padding: 0 10% 15px 10%;
  color: #fff;
  position: relative;
  top: 0;
}

.subnav_fixed {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 222;
  -webkit-animation: slideInSubnav 0.5s;
          animation: slideInSubnav 0.5s;
  border-bottom: 1px solid #fff;
}

@-webkit-keyframes slideInSubnav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInSubnav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.graduate_nav_bar {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #a40004), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #a40004 80%, rgba(255, 255, 255, 0) 100%);
}

.content_nav_left {
  width: 40%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.content_nav_left span {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
}
.content_nav_left h2 {
  font-size: 1.5rem;
  font-weight: bold;
  border-left: 1px solid #fff;
  padding: 15px 0 0 10px;
  margin-left: 10px;
}

.content_nav_right {
  width: 60%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.content_nav_right ul {
  padding-top: 15px;
}
.content_nav_right li {
  font-size: 0.9rem;
  margin-left: 20px;
}
.content_nav_right li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.content_nav_right li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -10px;
  visibility: hidden;
}
.content_nav_right li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content_nav_right li a:hover::after {
  visibility: visible;
}
.content_nav_right li i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 2px;
}

.mob_subnav {
  display: none;
}

.body_content_wrap {
  width: 100%;
  padding: 60px 10%;
}
.body_content_wrap h3 {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 38px;
}
.body_content_wrap h3::before {
  display: inline-block;
  content: "■";
  font-size: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto 0;
  padding-right: 30px;
}

.graduate_wrap {
  padding: 60px 0;
}
.graduate_wrap h3 {
  width: 80%;
  margin: auto;
  color: #a40004;
}

.job_tab {
  width: 100%;
  margin: 40px auto 0 auto;
}

.tab_list {
  width: calc(80% - 75px);
  margin: auto;
}
.tab_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab_list li {
  width: 33%;
  padding: 20px 5px;
  background: #a40004;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.tab_list li:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab_list li.selected_tablist {
  background: #e0e0e0;
  color: #a40004;
}
.tab_list li.selected_tablist::before {
  content: "";
  background: #a40004;
  width: 100%;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 0;
}

.tab_content_wrap {
  width: 100%;
  background: #f4f4f4;
  border-top: 2px solid #fff;
}

.tab_content {
  display: none;
  width: 80%;
  margin: auto;
  padding: 30px 40px;
  position: relative;
}
.tab_content a.close_btn {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #a40004;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 20px;
}
.tab_content a.close_btn i {
  display: inline-block;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.activ_tab {
  display: block;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab_content_inner {
  margin-top: 30px;
}
.tab_content_inner h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a40004;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab_content_inner h4 i {
  display: inline-block;
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-right: 10px;
  margin-top: -3px;
}
.tab_content_inner h4:nth-child(n+2) {
  margin-top: 60px;
}
.tab_content_inner h4::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #a40004;
  margin-left: 10px;
}
.tab_content_inner h5 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-top: 15px;
}
.tab_content_inner p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.job_gaiyou {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.job_gaiyou h5 {
  color: #a40004;
}

.job_gaiyou_left {
  width: 42%;
}
.job_gaiyou_left img {
  width: 100%;
}

.job_gaiyou_right {
  width: 55%;
}
.job_gaiyou_right ul {
  margin-top: 20px;
}
.job_gaiyou_right li {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.job_oneday {
  width: 100%;
  border-bottom: 1px solid #a40004;
  padding-bottom: 30px;
}

.oneday_am,
.oneday_pm {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.oneday_am {
  margin-top: 30px;
}

.oneday_pm {
  margin-top: 60px;
}

.onday_left {
  width: 14%;
}
.onday_left span {
  display: block;
  width: 100%;
  border-top: 4px solid #a40004;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #a40004;
}

.onday_right {
  width: 85%;
}

.onday_right_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.onday_right_inner:nth-child(n+2) {
  margin-top: 30px;
}

.onday_content_left {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.onday_content_left div {
  width: 10%;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  background: #eed1d1;
}
.onday_content_left img {
  width: 90%;
}

.onday_content_right {
  width: 53%;
}
.onday_content_right h5 {
  color: #a40004;
}
.onday_content_right h5 span {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.onday_content_right h5 span i {
  display: inline-block;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
  margin-right: 8px;
  margin-top: -3px;
}

.job_comment {
  width: 80%;
  margin: 30px auto;
  padding: 30px 60px 30px 80px;
  background: #eed1d1;
  border-radius: 20px;
}

.job_comment_catch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #a40004;
  margin-left: -45px;
}
.job_comment_catch div i {
  display: inline-block;
  font-size: 3rem;
  margin: -3px 3px 0 0;
}
.job_comment_catch h5 {
  margin: 0;
}

.career_step {
  width: 100%;
  margin-top: 60px;
}

.career_step_content {
  width: 100%;
  margin: 60px auto 0 auto;
}
.career_step_content img {
  width: 100%;
}

.step_text_col {
  width: 90%;
  margin: 80px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step_text_inner {
  width: 45%;
}
.step_text_inner h4 {
  font-weight: bold;
  color: #a40004;
  font-size: 1.1rem;
}
.step_text_inner p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.step_text_inner:nth-child(1) {
  width: 50%;
  border-right: 1px solid #a40004;
  padding-right: 5%;
}

.senior_interview {
  background: #f4f4f4;
  padding-bottom: 30px;
}

.senior_interview_list ul {
  width: 75%;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.senior_interview_list li {
  width: 31%;
  margin: auto 1%;
  position: relative;
}
.senior_interview_list li a {
  cursor: pointer;
}
.senior_interview_list li img {
  width: 100%;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.senior_interview_list li.selected_senior img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.senior_interview_list li.selected_senior::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 100%;
  height: 12px;
  background: #a40004;
  position: absolute;
  top: -12px;
  left: 0;
}
.senior_interview_list li.senior_on img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.senior_interview_list li.senior_on::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 100%;
  height: 12px;
  background: #a40004;
  position: absolute;
  top: -12px;
  left: 0;
}
.senior_interview_list li.senior_on::after {
  content: "▼";
  font-size: 2.5rem;
  color: #a40004;
  position: absolute;
  left: calc(50% - 1.5rem);
  bottom: -25px;
}
.senior_interview_list p {
  font-weight: bold;
  color: #a40004;
  line-height: 1.3rem;
}
.senior_interview_list a.interview_selector {
  display: block;
  width: 90%;
  margin: 15px auto 0 auto;
  padding: 15px 5px;
  background: #a40004;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 6px #999;
          box-shadow: 3px 3px 6px #999;
}
.senior_interview_list a.interview_selector i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 2px;
}
.senior_interview_list a.interview_selector:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.senior_interview_list a.interview_photo_selector:hover img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p.syozoku {
  font-size: 0.8rem;
  margin-top: 10px;
}

p.senior_name span {
  font-size: 0.8rem;
  font-weight: bold;
}

.senior_content {
  width: 75%;
  margin: 40px auto 0 auto;
}

.senior_content_wrap {
  display: none;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-top: 16px solid #a40004;
}

.senior_active_col {
  display: block;
  -webkit-animation-name: fadeInSenior;
          animation-name: fadeInSenior;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInSenior {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInSenior {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.senior_content_left {
  width: 38%;
}
.senior_content_left img {
  width: 100%;
}
.senior_content_left p {
  font-weight: bold;
  color: #a40004;
  line-height: 1.3rem;
}
.senior_content_left p.senior_profile {
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #000;
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.senior_content_right {
  width: 60%;
}
.senior_content_right img {
  width: 100%;
}
.senior_content_right h4 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5rem;
  border-left: 4px solid #a40004;
  padding: 10px 0 10px 10px;
}
.senior_content_right dl {
  margin-top: 20px;
}
.senior_content_right dt {
  width: 100%;
  padding: 15px;
  margin-bottom: 7px;
  background: #a40004;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.senior_content_right dt i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 2px;
}
.senior_content_right dt.slide_up_btn {
  opacity: 0.7;
  position: relative;
}
.senior_content_right dt.slide_up_btn::after {
  content: "×";
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 25%;
}
.senior_content_right dd {
  display: none;
  width: 100%;
  padding: 10px 15px 15px 15px;
}
.senior_content_right dd h5 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
  color: #a40004;
}
.senior_content_right dd p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-top: 10px;
}
.senior_content_right dd img {
  margin-top: 15px;
}
.senior_content_right dd.selected_article {
  display: block;
}

.back_senior_select {
  width: 95%;
  margin: 30px auto 0 auto;
}
.back_senior_select a {
  display: block;
  width: 240px;
  margin: auto;
  padding: 15px 5px;
  background: #eed1d1;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 3px;
}
.back_senior_select a i {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 2px;
}

.youkou_table {
  width: 75%;
  margin: 30px auto 0 auto;
}
.youkou_table table {
  width: 100%;
}
.youkou_table tr:nth-child(odd) {
  background: #f4f4f4;
}
.youkou_table th,
.youkou_table td {
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.youkou_table th {
  width: 20%;
  font-weight: bold;
}
.youkou_table td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
.youkou_table td:nth-child(2) {
  width: 80%;
  white-space: pre-wrap;
}

.senkou_step {
  background: #f4f4f4;
}

.senkou_step_content {
  width: 80%;
  margin: 30px auto 0 auto;
}

.senkou_step_wrap {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.senkou_step_wrap h4 {
  width: 38%;
  margin-right: 2%;
  padding: 20px 5px;
  background: #e3b2b3;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: bold;
  position: relative;
  border-radius: 5px;
}
.senkou_step_wrap h4::after {
  content: "▼";
  font-size: 2rem;
  font-weight: bold;
  color: #a40004;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 1rem);
}
.senkou_step_wrap p {
  width: 60%;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.senkou_step_wrap:last-child h4::after {
  content: "";
}

.entry_banner_wrap {
  width: 80%;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.entry_banner_content {
  width: 40%;
}
.entry_banner_content a.entry_logo_btn {
  display: block;
  width: 320px;
  margin: 15px auto 0 auto;
  padding: 15px 5px;
  background: #a40004;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 6px #999;
          box-shadow: 3px 3px 6px #999;
}
.entry_banner_content a.entry_logo_btn i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 2px;
}
.entry_banner_content a.entry_logo_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry_banner_content p {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.entry_banner_img {
  width: 70%;
  margin: auto;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry_banner_img img {
  width: 100%;
}
.entry_banner_img a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.entry_banner_yearly {
  width: 75%;
  margin: 40px auto auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yearly_single {
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry_yearly_content {
  width: 49%;
}
.entry_yearly_content h4 {
  width: 100%;
  padding: 15px 5px;
  background: #cddbea;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  font-size: 1.1rem;
}
.entry_yearly_content ul {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry_yearly_content li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  text-align: center;
}
.entry_yearly_content li a {
  text-decoration: none;
  color: #000;
}
.entry_yearly_content li a:hover {
  text-decoration: underline;
}
.entry_yearly_content li img {
  display: block;
  width: 80%;
  height: auto;
  margin: 10px auto auto auto;
}
.entry_yearly_content li p {
  margin-top: 15px;
  font-size: 0.8rem;
  font-weight: bold;
}
.entry_yearly_content li p i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 3px;
}

.entry_yearly_content:nth-child(2) h4 {
  background: #f3d9c7;
}
.entry_yearly_content:nth-child(2) ul {
  margin-top: 0;
}

.career_main_img {
  background-image: url(../img-career/career-main-img.jpg);
}

.career_nav_bar {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #6b0001), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #6b0001 80%, rgba(255, 255, 255, 0) 100%);
}

.career_wrap {
  padding: 60px 0;
}
.career_wrap h3 {
  width: 80%;
  margin: auto;
  color: #6b0001;
}

.career_tab li {
  width: 24.5%;
  background: #6b0001;
}
.career_tab li.selected_tablist {
  color: #6b0001;
}
.career_tab li.selected_tablist::before {
  background: #6b0001;
}

.area_shop_logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area_shop_logo li {
  width: 18%;
  margin-bottom: 10px;
}
.area_shop_logo li img {
  width: 100%;
}

.single_logo li {
  width: 22%;
}

.career_youkou {
  width: 75%;
  margin: 30px auto 0 auto;
}
.career_youkou h4 {
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 5px;
  background: #6b0001;
  color: #fff;
}
.career_youkou p {
  margin-top: 10px;
  font-weight: bold;
}
.career_youkou p.career_type {
  width: 220px;
  margin-bottom: 10px;
  padding: 10px 30px;
  background: #999;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}
.career_youkou p.full_mark {
  background: #2271b1;
}
.career_youkou p.part_mark {
  background: #c96509;
}
.career_youkou table {
  width: 100%;
  border-top: 2px solid #777;
  border-bottom: 2px solid #777;
}
.career_youkou tr:nth-child(even) {
  background: #fff;
}
.career_youkou tr:nth-child(odd) {
  background: #f8f8f8;
}
.career_youkou th,
.career_youkou td {
  line-height: 1.5rem;
}
.career_youkou strong {
  font-weight: bold;
}

.recruiting_status p {
  color: #000;
  font-size: 1.1rem;
}

ul.youkou_area_nav {
  width: 80%;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul.youkou_area_nav li {
  margin-right: 15px;
}

ul.youkou_area_nav::before {
  content: "【勤務エリア】：";
  margin-right: 10px;
  font-weight: bold;
}

.career_oubo a {
  display: block;
  width: 320px;
  margin: 30px auto auto auto;
  padding: 20px 5px;
  background: #a40004;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.career_oubo a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.career_entry_col ul {
  width: 75%;
  margin: 40px auto auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.career_entry_col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
  height: 150px;
  background: #a40004;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px #999;
          box-shadow: 4px 4px 4px #999;
}
.career_entry_col li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
  margin: auto;
  text-decoration: none;
  color: #fff;
}
.career_entry_col li a h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.career_entry_col li a h4 span {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
}
.career_entry_col li:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #c96509;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

ul.inner_logo,
ul.pa_inner_logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 30px auto;
}
ul.inner_logo li,
ul.pa_inner_logo li {
  width: 32%;
  margin: 0 auto;
  padding: 5px;
  border: none;
}
ul.inner_logo li img,
ul.pa_inner_logo li img {
  dispay: block;
  width: 90%;
  margin: auto;
}
ul.inner_logo li img.logo_size_adjst,
ul.pa_inner_logo li img.logo_size_adjst {
  width: 60%;
}

.part_main_img {
  background-image: url(../img-parttime/part-main-img.jpg);
}

.part_nav_bar {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #c96509), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #c96509 80%, rgba(255, 255, 255, 0) 100%);
}

.part_wrap,
.formpage_wrap {
  padding: 60px 0;
}
.part_wrap h3,
.formpage_wrap h3 {
  width: 80%;
  margin: auto;
  color: #c96509;
}
.part_wrap h4,
.formpage_wrap h4 {
  color: #c96509;
}

.part_tab li {
  background: #c96509;
}
.part_tab li.selected_tablist {
  color: #c96509;
}
.part_tab li.selected_tablist::before {
  background: #c96509;
}

.part_content_inner h4 {
  color: #c96509;
}
.part_content_inner h4::after {
  background: #c96509;
}
.part_content_inner h5 {
  color: #c96509;
}

.part_work_content img {
  max-width: 100%;
}
.part_work_content ul {
  width: 95%;
  margin: -15px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.part_work_content li {
  width: 30%;
  margin-top: 30px;
}
.part_work_content div.p_gyoumu_textcol {
  width: 100%;
  padding: 15px 15px;
  background: #fff;
}
.part_work_content div.p_gyoumu_textcol h5 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 0;
}
.part_work_content div.p_gyoumu_textcol p {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin: 0;
  margin-top: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.tab_list_youkou {
  width: calc(80% - 75px);
  margin: auto;
}
.tab_list_youkou ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab_list_youkou li {
  width: 24.5%;
  padding: 20px 5px;
  background: #c96509;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.tab_list_youkou li:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab_list_youkou li.selected_tablist_youkou {
  background: #e0e0e0;
  color: #c96509;
}
.tab_list_youkou li.selected_tablist_youkou::before {
  content: "";
  background: #c96509;
  width: 100%;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 0;
}

.tab_content_youkou {
  display: none;
  width: 80%;
  margin: auto;
  padding: 30px 40px;
  position: relative;
}
.tab_content_youkou a.close_btn_youkou {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #c96509;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 20px;
}
.tab_content_youkou a.close_btn_youkou i {
  display: inline-block;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.activ_tab_youkou {
  display: block;
  -webkit-animation-name: fadeInAnimePart;
          animation-name: fadeInAnimePart;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnimePart {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnimePart {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.entry_banner_content a.part_entry {
  background: #c96509;
}
.entry_banner_content a.form_open {
  cursor: pointer;
}

.pa_entry_col {
  width: 100%;
  margin: 40px auto auto auto;
}
.pa_entry_col ul {
  width: 75%;
  margin: 40px auto auto auto;
}
.pa_entry_col li {
  margin-bottom: 25px;
}
.pa_entry_col li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  background: #a40004;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 4px #999;
          box-shadow: 4px 4px 4px #999;
}
.pa_entry_col li a div.pa_shop_wrap {
  margin: auto;
}
.pa_entry_col li a div.pa_shop_wrap h5 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.pa_entry_col li a div.pa_shop_wrap h5 span {
  display: block;
  font-size: 1.1rem;
  margin-top: 5px;
}
.pa_entry_col li a div.pa_shop_wrap p {
  line-height: 1.3rem;
}
.pa_entry_col li a div.pa_shop_wrap p i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 3px;
}
.pa_entry_col li a div.pa_shop_wrap p.shop_address {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.pa_entry_col li a:hover {
  background: #c96509;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pa_entry_col li a.link_disable,
.pa_entry_col li a.part_off {
  pointer-events: none;
  background: #999;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pa_entry_col li.pa_narrow_col {
  width: 48%;
}

p.for_detail {
  display: block;
}

p.info_hide {
  display: none;
}

p.suspended {
  width: 200px;
  padding: 7px 10px;
  margin: auto;
  border: 1px solid #fff;
  line-height: 1rem;
}

ul.pa_sapporo_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-top: 10px;
  border-top: 1px solid #c96509;
  padding-top: 25px;
}
ul.pa_sapporo_content h4 {
  width: 100%;
  padding-bottom: 15px;
}
ul.pa_sapporo_content h4 span {
  display: inline-block;
  width: 240px;
  padding: 15px 10px;
  font-size: 1.3rem;
  font-weight: bold;
  background: #c96509;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
ul.pa_sapporo_content li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
}

p.pa_inner a {
  color: #c96509;
}

.kitamiarea_title_box {
  width: 75%;
  margin: auto;
  padding-top: 40px;
  border-top: 1px solid #c96509;
}

h4.kitami_area_title {
  display: inline-block;
  width: 240px;
  padding: 15px 10px;
  font-size: 1.3rem;
  font-weight: bold;
  background: #c96509;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.pa_kitami_col {
  width: 75%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pa_kitami_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48%;
}
.pa_kitami_content ul.pa_kitami_logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  border-radius: 5px 5px 0 0;
}
.pa_kitami_content ul.pa_kitami_logo li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 5px;
  margin: 0;
  border: none;
}
.pa_kitami_content ul.pa_kitami_logo img {
  display: block;
  width: 80%;
  margin: auto;
}
.pa_kitami_content ul.pa_kitami_logo img.logo_size_adjst {
  width: 60%;
}
.pa_kitami_content ul.pa_kitami_logo li.single_logo_col {
  width: 90%;
}
.pa_kitami_content p a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 18px 5px;
  text-align: center;
  background: #a40004;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 5px 5px;
}
.pa_kitami_content p a i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 3px;
}
.pa_kitami_content p a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
}

.form_main_img {
  background-image: url(../img-parttime/part-main-img.jpg);
  height: 40vh;
}

.form_col_inner_container {
  width: 70%;
  padding: 60px 0 30px 0;
  margin: auto;
  border: 2px solid #c96509;
  border-radius: 30px;
}
.form_col_inner_container h3 {
  border-bottom: 1px solid #c96509;
  padding-bottom: 15px;
}

.instruction_wrap {
  width: 80%;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content_instruction {
  width: 80%;
}
.content_instruction p {
  line-height: 1.3rem;
  margin-top: 10px;
  font-size: 0.9rem;
}
.content_instruction p.bold_text {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0;
}

.form_close_btn {
  width: 20%;
  text-align: right;
  position: relative;
}
.form_close_btn i {
  display: block;
  font-size: 2.5rem;
  color: #c96509;
  position: absolute;
  top: -60px;
  right: 0;
  cursor: pointer;
}

.form_show_border {
  border: 2px solid #c96509;
  padding-bottom: 15px;
  border-radius: 10px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.form_show_border p {
  display: none;
}

.form_show_border::after {
  content: "▼";
  font-size: 3rem;
  font-weight: bold;
  color: #c96509;
  position: absolute;
  bottom: -35px;
  left: calc(50% - 1.5rem);
}

.mailform_wrap {
  width: 85%;
  margin: 10px auto 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #c96509;
}

.mail_form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.mail_form h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #c96509;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail_form h4 i {
  display: inline-block;
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-right: 10px;
  margin-top: -3px;
}
.mail_form h4:nth-child(n+2) {
  margin-top: 60px;
}
.mail_form h4::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #c96509;
  margin-left: 10px;
}
.mail_form table {
  width: 100%;
  border-top: 1px dotted #c96509;
  margin-top: 30px;
}
.mail_form th,
.mail_form td {
  padding: 20px 0;
  border-bottom: 1px dotted #c96509;
}
.mail_form th {
  width: 30%;
  font-weight: bold;
  color: #c96509;
  vertical-align: middle;
}
.mail_form th::after {
  content: "：";
}
.mail_form td {
  width: 70%;
}
.mail_form label {
  font-weight: bold;
}
.mail_form input[type=checkbox],
.mail_form input[type=radio] {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  margin-right: 7px;
  margin-left: 20px;
}
.mail_form input[type=text],
.mail_form input[type=email],
.mail_form input[type=tel] {
  width: 360px;
  padding: 10px;
  font-size: 1rem;
}
.mail_form textarea {
  padding: 10px;
}
.mail_form select {
  padding: 10px;
  font-size: 1rem;
}
.mail_form input::-webkit-input-placeholder {
  font-size: 0.9rem;
  font-weight: normal;
}
.mail_form input::-moz-placeholder {
  font-size: 0.9rem;
  font-weight: normal;
}
.mail_form input:-ms-input-placeholder {
  font-size: 0.9rem;
  font-weight: normal;
}
.mail_form input::-ms-input-placeholder {
  font-size: 0.9rem;
  font-weight: normal;
}
.mail_form input::placeholder {
  font-size: 0.9rem;
  font-weight: normal;
}
.mail_form span.require_item {
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
  margin-left: 3px;
}
.mail_form p.require_notice {
  font-size: 0.8rem;
  color: #666;
}

.radio_positin_adjst {
  margin-left: -10px;
}

.privacy_info,
.form_send_btn {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.privacy_info button,
.form_send_btn button {
  display: inline-block;
  width: 200px;
  padding: 12px 5px;
  font-size: 1rem;
  background: #c96509;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 6px #999;
          box-shadow: 3px 3px 6px #999;
}
.privacy_info button i,
.form_send_btn button i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 2px;
}
.privacy_info button.reset,
.form_send_btn button.reset {
  background: #888;
  width: auto;
  padding: 12px 15px;
  margin-right: 10px;
}
.privacy_info button:hover,
.form_send_btn button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.privacy_info button.disabled_btn,
.form_send_btn button.disabled_btn {
  background: #888;
}
.privacy_info button.disabled_btn:hover,
.form_send_btn button.disabled_btn:hover {
  -webkit-box-shadow: 3px 3px 6px #999;
          box-shadow: 3px 3px 6px #999;
  opacity: 1;
  cursor: default;
}

.faq_main_img {
  background-image: url(../img-faq/faq-main-img.jpg);
}

.common_nav_bar {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #361617), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #361617 80%, rgba(255, 255, 255, 0) 100%);
}

.faq_wrap {
  padding: 60px 0;
}
.faq_wrap h3 {
  width: 80%;
  margin: auto;
  color: #816d6e;
}
.faq_wrap h4 {
  color: #361617;
}

.faq_content_container {
  width: 100%;
  margin-top: 15px;
}

.faq_inner_wrap {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq_item {
  width: 48%;
  margin-top: 15px;
}
.faq_item h4 {
  width: 100%;
  padding: 15px 40px 15px 20px;
  background: #816d6e;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  position: relative;
  cursor: pointer;
}
.faq_item h4 i {
  display: inline-block;
  font-size: 3rem;
  position: absolute;
  right: calc(20px - 1.25rem);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq_item h4:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.answer_col {
  width: 100%;
  padding: 20px 30px 30px 30px;
  background: #f4f4f4;
  display: none;
}
.answer_col p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-top: 10px;
}

.white_col {
  background: #fff;
}

h4.selected_q {
  background: #eed1d1;
  color: #361617;
}
h4.selected_q i {
  bottom: -50%;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

h4.selected_q:hover {
  opacity: 1;
}

.welfare_main_img {
  background-image: url(../img-welfare/welfare-main-img.jpg);
}

.welfare_wrap {
  padding: 60px 0;
}
.welfare_wrap h3 {
  width: 80%;
  margin: auto;
  color: #816d6e;
}
.welfare_wrap h4 {
  color: #361617;
}

.welfare_content_container {
  width: 75%;
  margin: 30px auto 0 auto;
}

p.sub_catch {
  font-weight: bold;
}

.welfare_content_wrap {
  width: 100%;
  margin-top: 30px;
  padding: 60px;
  background: #f4f4f4;
  border-radius: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.welfare_content_wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.welfare_content_wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.welfare_content_wrap > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.welfare_content_wrap img {
  width: 100%;
}

.welfare_content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  gap: 0;
}

.welfare_content_body {
  width: 100%;
  padding: 20px 30px;
  background: #fff;
}
.welfare_content_body h4 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #a40004;
}
.welfare_content_body h4::before {
  content: "■";
}
.welfare_content_body h5 {
  margin-top: 15px;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: bold;
  padding: 10px 0 10px 5px;
  border-left: 4px solid #a40004;
}
.welfare_content_body p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.welfare_event_wrap {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.welfare_event_wrap img {
  width: 100%;
}

.welfare_event_wrap:nth-child(n+3) {
  margin-top: 60px;
}

.event_left,
.event_right {
  width: 50%;
}

.event_right {
  padding: 30px;
}
.event_right h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #816d6e;
}
.event_right p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.event_small_photo {
  margin-top: 30px;
}
.event_small_photo ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.event_small_photo li {
  width: 37%;
  margin-right: 10px;
}

.other_event_col {
  width: 100%;
  margin-top: 60px;
}
.other_event_col h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #816d6e;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other_event_col h4 i {
  display: inline-block;
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-right: 10px;
  margin-top: -3px;
}
.other_event_col h4::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #816d6e;
  margin-left: 10px;
}
.other_event_col table {
  width: calc(100% - 27px);
  margin-left: 27px;
  border-top: 1px solid #999;
  background: #fff;
}
.other_event_col th,
.other_event_col td {
  padding: 15px 10px;
  border-bottom: 1px solid #999;
}
.other_event_col th {
  width: 30%;
  background: #e0e0e0;
  vertical-align: middle;
}
.other_event_col th h5 {
  font-weight: bold;
}
.other_event_col td {
  width: 70%;
}
.other_event_col td p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.philosophy_main_img {
  background-image: url(../img-philosophy/philosophy-main-img.jpg);
}

.philosophy_wrap {
  padding: 60px 0;
}
.philosophy_wrap h3 {
  width: 80%;
  margin: auto;
  color: #816d6e;
}
.philosophy_wrap h4 {
  color: #361617;
}

.philosophy_content_container {
  width: 75%;
  margin: 30px auto 0 auto;
}
.philosophy_content_container h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #816d6e;
  text-align: center;
  margin-bottom: 20px;
}
.philosophy_content_container p,
.philosophy_content_container li {
  text-align: center;
}

.philosophy_content {
  width: 100%;
  padding: 40px 15px;
  margin-bottom: 40px;
  background: #f4f4f4;
  border-radius: 20px;
}
.philosophy_content p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;
  color: #816d6e;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.credo_content {
  width: 60%;
  margin: 40px auto auto auto;
  padding: 0;
}
.credo_content ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.credo_content li {
  font-size: 1.3rem;
  line-height: 2.5rem;
  color: #816d6e;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.message_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.message_col img {
  width: 100%;
}

.message_left {
  width: 35%;
}
.message_left p {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.message_left span.official_position {
  margin-right: 1rem;
  font-size: 0.9rem;
  font-weight: bold;
}

.message_right {
  width: 60%;
}
.message_right h4,
.message_right p {
  text-align: left;
  margin: 0;
}
.message_right h4 {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 20px;
}
.message_right p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-top: 15px;
}

.concept_main_img {
  background-image: url(../img-concept/concept-main-img.jpg);
}

.concept_wrap {
  padding: 60px 0;
}
.concept_wrap h3 {
  width: 80%;
  margin: auto;
  color: #816d6e;
}
.concept_wrap h4 {
  color: #361617;
}

.concept_content_container {
  width: 75%;
  height: 400px;
  margin: 30px auto 0 auto;
}
.concept_content_container h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #816d6e;
  text-align: center;
  margin-bottom: 20px;
}

.career_chart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.career_chart_wrap {
  width: 16.6666666667%;
}
.career_chart_wrap h5 {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: #a40004;
  margin-left: -15px;
}
.career_chart_wrap div {
  width: 100%;
  background-image: url(../img-job/carerr_chart_bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin-top: 10px;
}
.career_chart_wrap ul {
  width: 100%;
  height: 100px;
  padding: 15px 5px 15px 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.career_chart_wrap li {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.3rem;
  font-size: 0.9rem;
}

.pa_shop_list a {
  cursor: pointer;
}
.pa_shop_list li.part_item {
  position: relative;
}
.pa_shop_list .occu_select {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 2px;
  border-radius: 3px;
}
.pa_shop_list .occu_select h5 {
  width: 100%;
  padding: 5px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
}
.pa_shop_list .occu_select h5 span.select_close {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  position: absolute;
  right: 10px;
}
.pa_shop_list .occu_select h5 span.select_close:hover {
  cursor: pointer;
}
.pa_shop_list .occu_select ul {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
}
.pa_shop_list .occu_select li {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.pa_shop_list .occu_select li a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 3px 0;
  background: none;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.5rem;
}
.pa_shop_list .occu_select li a:hover {
  background: #4c92e7;
  color: #fff;
}
.pa_shop_list .occu_select li a[href=""] {
  display: none;
}

ul.kitami_shop_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sakaguchi_link {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.sakaguchi_link a {
  display: block;
  width: 320px;
  margin: auto;
  padding: 25px 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #6b0001;
  -webkit-box-shadow: 2px 2px 4px #777;
          box-shadow: 2px 2px 4px #777;
}
.sakaguchi_link a i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 3px;
}
.sakaguchi_link a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sakaguchi_link p {
  margin-top: 15px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.bodypage_sakaguchi {
  width: 75%;
  margin: 60px auto auto auto;
  padding-top: 50px;
}

p.new_lead {
  width: 75%;
  margin: 15px auto auto auto;
  line-height: 1.5rem;
}

.new_recruit_grid {
  width: 75%;
  margin: 30px auto 30px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.new_recruit_wrap {
  width: 100%;
  margin: auto;
  padding: 25px 30px;
  border: 2px solid #816d6e;
  border-radius: 10px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  gap: 0;
}
.new_recruit_wrap h4 {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #816d6e;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
}
.new_recruit_wrap h4 i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 5px;
}

.new_recruit_wrap:nth-child(1)::after {
  display: block;
  content: "＋";
  font-size: 3rem;
  font-weight: bold;
  color: #816d6e;
  position: absolute;
  right: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.new_go_result {
  width: 75%;
  margin: auto;
}
.new_go_result a {
  display: block;
  width: 300px;
  margin: auto;
  padding: 20px 15px;
  text-align: center;
  background: #6b0001;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #999;
          box-shadow: 2px 2px 4px #999;
}
.new_go_result a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #c96509;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.new_result_box {
  width: 75%;
  margin: 30px auto 30px auto;
  padding-top: 30px;
  border-top: 1px solid #361617;
}
.new_result_box h4 {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #816d6e;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

ul.new_select_box li {
  padding: 10px 10px;
}
ul.new_select_box li input {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
ul.new_select_box li:nth-child(odd) {
  background: #f4f4f4;
}

.new_result_box h4 {
  background: #c96509;
  padding: 15px 10px;
}
.new_result_box ul.new_shoplist {
  width: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.new_result_box ul.new_shoplist > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.new_result_box ul.new_shoplist > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.new_result_box ul.new_shoplist > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.new_result_box ul.new_shoplist .new_shop_logo {
  width: 200px;
  height: 120px;
  margin: auto;
}
.new_result_box ul.new_shoplist .new_shop_logo img {
  width: 200px;
  height: 120px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.new_result_box ul.new_shoplist .new_shop_detail p {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.new_result_box ul.new_shoplist .new_shop_detail p span,
.new_result_box ul.new_shoplist .new_shop_detail p strong {
  font-weight: bold;
}
.new_result_box ul.new_shoplist li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 15px;
  padding: 20px;
  border: 3px solid #816d6e;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px #999;
          box-shadow: 2px 2px 4px #999;
  position: relative;
}
.new_result_box ul.new_shoplist li#mid_show {
  display: block;
}
.new_result_box ul.new_shoplist li#mid_hide {
  display: none;
}
.new_result_box ul.new_shoplist h5,
.new_result_box ul.new_shoplist h6 {
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 7px 5px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background: #816d6e;
  color: #fff;
}
.new_result_box ul.new_shoplist h5 {
  background: #6b0001;
  font-size: 1.1rem;
}
.new_result_box ul.new_shoplist h6 {
  font-size: 0.9rem;
}
.new_result_box .new_apply_button {
  display: block;
  width: 100%;
  height: auto;
}
.new_result_box .new_apply_button p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 60px;
}
.new_result_box .new_apply_button ul {
  display: block;
}
.new_result_box .new_apply_button ul li {
  width: 70%;
  display: block;
  padding: 60px 0 0 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}
.new_result_box .new_apply_button ul li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 10px;
  text-decoration: none;
  text-align: center;
  background: #2271b1;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #999;
          box-shadow: 2px 2px 4px #999;
}
.new_result_box .new_apply_button ul li a i {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 3px;
}
.new_result_box .new_apply_button ul li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #c96509;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new_result_box .new_pa_apply_button p {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.new_result_box .new_pa_apply_button ul {
  display: block;
  width: 100%;
  margin: 15px auto auto auto;
  padding: 0;
}
.new_result_box .new_pa_apply_button ul li {
  width: 90%;
  padding: 0;
  margin: 0 auto 15px auto;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.new_result_box .new_pa_apply_button ul li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 10px;
  text-decoration: none;
  text-align: center;
  background: #2271b1;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #999;
          box-shadow: 2px 2px 4px #999;
}
.new_result_box .new_pa_apply_button ul li a i {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 3px;
}
.new_result_box .new_pa_apply_button ul li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #c96509;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new_result_box .new_pa_apply_button ul li a.hello_work {
  background: #6b0001;
}
.new_result_box .new_pa_apply_button ul li a.hello_work:hover {
  background: #c96509;
}
.new_result_box .new_pa_apply_button ul li a.new_mail_form {
  background: #6b0001;
  cursor: pointer;
}
.new_result_box .new_pa_apply_button ul li a.new_mail_form:hover {
  background: #c96509;
}

.new_area_wrap {
  margin-top: 40px;
}
.new_area_wrap h5.new_area_name {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #6b0001;
  color: #fff;
}

.new_app_form {
  width: 75%;
  margin: 60px auto;
  padding: 30px;
  border-top: 1px solid #6b0001;
}
.new_app_form h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #6b0001;
}
.new_app_form p {
  text-align: center;
  line-height: 1.5rem;
}

.pa_form_col {
  width: 90%;
  margin: 30px auto auto auto;
  padding: 30px;
  border: 3px solid #6b0001;
  border-radius: 10px;
}
.pa_form_col table {
  width: 100%;
  margin: auto;
  border-spacing: 0;
  border-top: 1px solid #999;
}
.pa_form_col th,
.pa_form_col td {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
.pa_form_col th {
  width: 28%;
  font-weight: bold;
}
.pa_form_col td {
  width: 72%;
}
.pa_form_col td div {
  margin-bottom: 5px;
}
.pa_form_col td input[type=radio],
.pa_form_col td input[type=checkbox] {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 2px;
}
.pa_form_col td label {
  margin-right: 15px;
  position: relative;
  bottom: 1px;
  line-height: 1.5rem;
}
.pa_form_col td input[type=text],
.pa_form_col td input[type=email] {
  width: 90%;
  padding: 10px 5px;
  font-size: 1rem;
}
.pa_form_col td input::-webkit-input-placeholder {
  font-size: 0.9rem;
}
.pa_form_col td input::-moz-placeholder {
  font-size: 0.9rem;
}
.pa_form_col td input:-ms-input-placeholder {
  font-size: 0.9rem;
}
.pa_form_col td input::-ms-input-placeholder {
  font-size: 0.9rem;
}
.pa_form_col td input::placeholder {
  font-size: 0.9rem;
}
.pa_form_col td div.form_more {
  margin-top: 10px;
}
.pa_form_col td div.form_more p {
  text-align: left;
  font-size: 0.9rem;
  font-weight: bold;
  color: #555;
}

.new_submit_col {
  width: 100%;
  margin: 30px auto auto auto;
  text-align: center;
}
.new_submit_col button {
  width: 140px;
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border: none;
}
.new_submit_col button.reset_btn {
  border: none;
  border-radius: 5px;
  background: #999;
  color: #fff;
  -webkit-box-shadow: 2px 2px 4px #999;
          box-shadow: 2px 2px 4px #999;
}
.new_submit_col button.reset_btn:hover {
  background: #555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new_submit_col button.submit_btn {
  border: none;
  border-radius: 5px;
  background: #c96509;
  color: #fff;
  -webkit-box-shadow: 2px 2px 4px #999;
          box-shadow: 2px 2px 4px #999;
}
.new_submit_col button.submit_btn:hover {
  background: #a40004;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new_submit_col button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* -----------------------------CSS Mobile */
@media screen and (max-width: 959px) {
  body {
    position: relative;
    overflow: hidden;
  }
  .main_header_content {
    padding: 0 0 0 15px;
  }
  .main_header_content h1 {
    width: 25%;
  }
  .main_header_content nav {
    width: 60%;
  }
  ul.main_nav {
    width: 100%;
    position: absolute;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    height: 100vh;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  ul.main_nav.nav_active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    z-index: 333;
    text-align: center;
  }
  ul.main_nav.nav_active li {
    width: 70%;
    margin: 0 auto;
    font-size: 1rem;
  }
  ul.main_nav.nav_active li:nth-child(1) {
    margin-top: 120px;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }
  ul.main_nav.nav_active a {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  ul.main_nav.nav_active li.mainnav_first_item {
    margin-top: 120px;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }
  ul.main_nav.nav_active li.second_lebel {
    display: block;
  }
  ul.main_nav.nav_active li.long_menu a {
    width: 100%;
  }
  ul.entry_btn {
    display: block;
    width: 100%;
  }
  ul.entry_btn li {
    width: 25%;
  }
  ul.entry_btn li.humberger_btn {
    display: block;
  }
  ul.entry_btn li.humberger_btn button {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border: none;
    background: #6b0001;
    position: relative;
    cursor: pointer;
    right: -300%;
    z-index: 333;
  }
  ul.entry_btn li.humberger_btn span {
    display: block;
    width: 75%;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  ul.entry_btn li.humberger_btn span.first_bar {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  ul.entry_btn li.humberger_btn span.second_bar {
    margin: 6px auto;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  ul.entry_btn li.humberger_btn span.third_bar {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  ul.entry_btn li.humberger_btn span.first_bar.closed {
    opacity: 0;
  }
  ul.entry_btn li.humberger_btn span.second_bar.closed {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
    margin: auto auto -3px auto;
  }
  ul.entry_btn li.humberger_btn span.third_bar.closed {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    margin: -3px auto auto auto;
  }
  .header_bottom_bar div.bar_left {
    width: 50%;
  }
  .header_bottom_bar ul {
    width: 50%;
  }
  .top_main_img {
    height: calc(65vh - 80px);
  }
  .top_content_wrap {
    padding: 60px 30px;
  }
  .top_catch_inner h3 {
    font-size: 1.8rem;
  }
  .footer_col ul {
    width: 90%;
  }
  .body_main_img {
    height: calc(40vh - 80px);
  }
  .content_nav_bar {
    padding: 0 15px 15px 15px;
  }
  .content_nav_left {
    width: 44%;
  }
  .content_nav_left h2 {
    font-size: 1.2rem;
  }
  .content_nav_right {
    width: 56%;
  }
  .graduate_nav_bar div.content_nav_right {
    width: 95%;
  }
  .graduate_nav_bar div.content_nav_right a {
    line-height: 1.4rem;
  }
  .body_content_wrap {
    padding: 60px 0;
  }
  .graduate_wrap h3,
  .career_wrap h3,
  .part_wrap h3,
  .faq_wrap h3,
  .welfare_wrap h3,
  .philosophy_wrap h3,
  .formpage_wrap h3,
  .concept_wrap h3 {
    width: 90%;
  }
  .tab_list {
    width: calc(100% - 75px);
  }
  .tab_content {
    width: 100%;
  }
  .onday_right_inner {
    display: block;
  }
  .onday_content_left,
  .onday_content_right {
    width: 100%;
  }
  .job_comment {
    width: 90%;
  }
  .step_text_col {
    width: 100%;
  }
  .senior_interview_list ul {
    width: 95%;
  }
  .senior_interview_list li {
    width: 30%;
    margin: auto;
  }
  .senior_content {
    width: 90%;
  }
  .entry_banner_wrap {
    width: 100%;
  }
  .part_tab li span {
    font-size: 0.8rem;
  }
  .tab_list_youkou {
    width: calc(100% - 75px);
  }
  .tab_content_youkou {
    width: 100%;
  }
  .form_col_inner_container {
    width: 90%;
  }
  .instruction_wrap {
    width: 90%;
  }
  .content_instruction {
    width: 100%;
  }
  .mailform_wrap {
    width: 95%;
  }
  .mail_form th,
  .mail_form td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .mail_form th {
    padding-bottom: 0;
  }
  .mail_form td {
    border-bottom: 1px dotted #c96509;
  }
  .faq_inner_wrap {
    width: 90%;
    display: block;
  }
  .faq_item {
    width: 100%;
  }
  .welfare_nav_bar div.content_nav_left {
    width: 55%;
  }
  .welfare_nav_bar div.content_nav_right {
    width: 45%;
  }
  .welfare_content_container {
    width: 90%;
  }
  .welfare_content {
    width: 48%;
  }
  .welfare_event_wrap {
    display: block;
  }
  .event_left,
  .event_right {
    width: 100%;
  }
  .other_event_col table {
    width: 100%;
    margin-left: 0;
  }
  .philosophy_content_container {
    width: 90%;
  }
  .philosophy_content p {
    font-size: 1.4rem;
  }
  .message_col {
    display: block;
  }
  .message_left,
  .message_right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .message_left {
    width: 70%;
    margin-bottom: 30px;
  }
  .pa_entry_col ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .pa_entry_col li a div.pa_shop_wrap h5 {
    font-size: 1.2rem;
  }
  ul.pa_sapporo_content li {
    width: 48%;
  }
  .kitamiarea_title_box {
    width: 80%;
  }
  .pa_kitami_col {
    width: 80%;
  }
  ul.pa_kitami_logo {
    width: 100%;
  }
  .career_entry_col li {
    width: 48%;
    margin-bottom: 20px;
  }
}
/* -------------------------//959px END */
@media screen and (max-width: 595px) {
  .main_header_content h1 img {
    position: absolute;
    width: 200px;
    top: 15px;
  }
  .main_header_content ul.entry_btn {
    width: 100%;
  }
  .main_header_content ul.entry_btn a.graduate,
  .main_header_content ul.entry_btn a.career,
  .main_header_content ul.entry_btn a.part {
    visibility: hidden;
  }
  ul.main_nav.nav_active a {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  ul.main_nav.nav_active li.mob_entry {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  ul.main_nav.nav_active li.mob_entry a {
    border: none;
    padding-top: 15px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
  }
  ul.main_nav.nav_active li.mob_entry a.mobile_graduate {
    background: #a40004;
    border-top: 1px solid #fff;
  }
  ul.main_nav.nav_active li.mob_entry a.mobile_career {
    background: #6b0001;
  }
  ul.main_nav.nav_active li.mob_entry a.mobile_part {
    background: #c96509;
    margin-bottom: 15px;
  }
  ul.main_nav.nav_active li.mob_entry:nth-child(1) {
    margin-top: 100px;
    border-top: none;
  }
  ul.main_nav.nav_active li.mainnav_first_item {
    margin-top: 25px;
    padding-top: 0;
    border-top: none;
  }
  .header_bottom_bar div.bar_left {
    width: 100%;
    padding-left: 25px;
  }
  .header_bottom_bar ul {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .header_bottom_bar ul li a {
    color: #fff;
  }
  .top_main_img {
    height: calc(55vh - 80px);
  }
  .top_catch_inner {
    width: 95%;
    left: 2.5%;
    bottom: 15px;
  }
  .top_catch_inner h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .top_catch_inner p {
    line-height: 1.4rem;
  }
  ul.shop_list_upper li,
  ul.shop_list_lower li {
    width: 30%;
  }
  ul.shop_list_lower {
    margin-top: 10px;
  }
  ul.shop_list_lower li {
    margin-top: 10px;
  }
  p.top_sub_copy {
    line-height: 1.4rem;
  }
  .entry_content_btn ul {
    display: block;
  }
  .entry_content_btn li {
    width: 100%;
  }
  .entry_content_btn li:nth-child(n+2) {
    margin-top: 30px;
  }
  .other_content_btn li {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer_col ul {
    display: block;
  }
  .footer_col li a {
    line-height: 2.5rem;
  }
  .footer_col li:nth-child(odd) {
    background: #f7f7f7;
  }
  .footer_col ul:nth-child(3) {
    margin-top: -30px;
  }
  .content_nav_left {
    width: 100%;
  }
  .content_nav_right {
    width: 100%;
  }
  .content_nav_right ul {
    display: none;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .content_nav_right li {
    margin: 15px 0;
  }
  .mob_subnav {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .mob_subnav button {
    display: inline-block;
    width: auto;
    margin: 10px auto auto auto;
    padding: 5px 10px;
    border: none;
    background: #a40004;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
  }
  .mob_subnav button i {
    display: inline-block;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    margin-right: 5px;
  }
  .graduate_wrap h3,
  .career_wrap h3,
  .part_wrap h3,
  .faq_wrap h3,
  .welfare_wrap h3,
  .philosophy_wrap h3,
  .formpage_wrap h3,
  .concept_wrap h3 {
    width: 90%;
  }
  .tab_list {
    width: 98%;
  }
  .tab_list li {
    font-size: 0.8rem;
  }
  .job_gaiyou {
    display: block;
  }
  .job_gaiyou_left,
  .job_gaiyou_right {
    width: 100%;
  }
  .job_comment {
    width: 100%;
    margin: 30px auto;
    padding: 30px 30px 30px 40px;
  }
  .job_comment_catch {
    margin-left: 0;
  }
  .job_comment_catch h5 br {
    display: none;
  }
  .career_step_content {
    width: 90%;
  }
  .step_text_col {
    display: block;
  }
  .step_text_inner {
    width: 100%;
  }
  .step_text_inner:nth-child(1) {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-top: 1px solid #a40004;
    padding-top: 30px;
    border-bottom: 1px solid #a40004;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .senior_interview_list ul {
    width: 95%;
    display: block;
  }
  .senior_interview_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .senior_interview_list li img {
    opacity: 1;
  }
  .senior_interview_list li.senior_on::after {
    content: "";
  }
  .senior_content_left,
  .senior_content_right {
    width: 100%;
  }
  .senior_content_right {
    margin-top: 30px;
  }
  .senior_content_right dd h5 br {
    display: none;
  }
  .youkou_table {
    width: 90%;
  }
  .youkou_table th,
  .youkou_table td {
    display: block;
    width: 100%;
  }
  .youkou_table th {
    padding-bottom: 0;
    border-bottom: 1px dotted #999;
  }
  .senkou_step_content {
    width: 90%;
  }
  .senkou_step_wrap {
    display: block;
  }
  .senkou_step_wrap h4 {
    width: 100%;
  }
  .senkou_step_wrap h4::after {
    content: "";
  }
  .senkou_step_wrap p {
    width: 100%;
    margin-top: 10px;
    position: relative;
  }
  .senkou_step_wrap p br {
    display: none;
  }
  .senkou_step_wrap p::after {
    content: "▼";
    font-size: 2rem;
    font-weight: bold;
    color: #a40004;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 1rem);
  }
  .senkou_step_wrap:last-child p::after {
    content: "";
  }
  .entry_banner_wrap {
    display: block;
  }
  .entry_banner_content {
    width: 100%;
  }
  .entry_banner_content:nth-child(n+2) {
    margin-top: 60px;
  }
  .welfare_nav_bar div.content_nav_left {
    width: 100%;
  }
  .welfare_nav_bar div.content_nav_right {
    width: 100%;
  }
  .tab_content {
    padding: 30px 20px;
  }
  .part_work_content ul {
    display: block;
  }
  .part_work_content li {
    width: 100%;
  }
  .tab_list_youkou {
    width: calc(100% - 15px);
  }
  .tab_content_youkou {
    width: 95%;
    padding: 30px 15px;
  }
  .philosophy_content p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .credo_content {
    width: 100%;
  }
  .credo_content li {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 10px;
  }
  ul.pa_sapporo_content li {
    width: 100%;
    margin-bottom: 15px;
  }
  .kitamiarea_title_box {
    width: 80%;
    margin-bottom: 10px;
  }
  .pa_kitami_col {
    width: 80%;
    display: block;
  }
  ul.pa_kitami_logo {
    width: 100%;
    padding: 0;
  }
  ul.pa_kitami_logo li {
    width: 100%;
  }
  .pa_kitami_content {
    width: 100%;
  }
  .pa_kitami_content ul.pa_kitami_logo {
    margin-top: 5px;
    padding: 0;
  }
  .pa_kitami_content ul.pa_kitami_logo li {
    padding: 15px 0 0 0;
  }
  .career_entry_col li {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact_content {
    display: block;
  }
  .contact_content div {
    width: 100%;
  }
  .contact_content div:nth-child(odd) {
    border-right: none;
    margin-bottom: 15px;
  }
  .main_img_col {
    height: 90vh;
  }
  .body_main_img {
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .graduate_main_img {
    background-position: left center;
  }
  .top_catch_inner h3 {
    font-size: 1.5rem;
  }
  .top_catch_inner h3 br {
    display: block;
  }
  .message_left span.official_position {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .career_chart {
    display: block;
  }
  .career_chart_wrap {
    width: 100%;
  }
  .entry_yearly_content {
    width: 100%;
  }
  .entry_yearly_content li {
    width: 80%;
  }
  .new_recruit_grid {
    width: 90%;
    display: block;
  }
  .new_recruit_wrap {
    display: block;
  }
  .new_recruit_wrap:nth-child(1)::after {
    content: "";
  }
  .new_recruit_wrap:nth-child(1) {
    margin-bottom: 15px;
  }
  .new_result_box {
    width: 90%;
  }
  .new_result_box ul.new_shoplist {
    width: 100%;
    display: block;
  }
  .new_result_box ul.new_shoplist li {
    margin-bottom: 25px;
  }
  .new_result_box .new_apply_button ul li {
    bottom: 0;
  }
  .welfare_content_wrap {
    display: block;
    padding: 30px;
  }
  .welfare_content {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
/* --------------//595x END */
/*# sourceMappingURL=style.css.map */