@charset "UTF-8";
body.recruit header .navigation-sub, .navigation-sub {
  *zoom: 1;
}

body.recruit header .navigation-sub:after, .navigation-sub:after {
  content: "";
  display: table;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

body,
html {
  padding: 0;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  text-align: left;
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 12px;
  }
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  color: #26A7A3;
}

a:hover {
  color: #d82a30;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

small {
  font-size: 12px;
}

p,
li {
  line-height: 1.5;
}

h1 {
  font-size: 2.25rem;
  font-weight: bold;
}

h2 {
  font-size: 2.25rem;
  font-weight: bold;
}

h3 {
  font-size: 1.75rem;
  font-weight: bold;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.m0 {
  margin: 0;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.visible-phone {
  display: none;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.phone-no {
  font-size: 1.5rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.phone-no i {
  font-size: 1.25rem;
  margin-right: 3px;
}

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

.flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex .col6 {
  width: 50%;
}

@media (max-width: 767px) {
  .flex .col6 {
    width: 100%;
  }
}

.j {
  color: #0277a2;
}

.k {
  color: #d82a30;
}

.n {
  text-decoration: underline;
}

.lbl {
  display: inline-block;
  padding: 8px 10px;
  font-size: 1rem;
  line-height: 1;
  background-color: #ccc;
  position: relative;
  z-index: 1;
}

.lbl.toshikan {
  background-color: #127228;
  color: #fff;
}

.lbl.yoyaku {
  background-color: #d82a30;
  color: #fff;
}

.lbl.kinen {
  background-color: #000;
  color: #fff;
}

.lbl.sapporo {
  background-color: #127228;
  color: #fff;
}

.lbl.hokto {
  background-color: #127228;
  color: #fff;
}

.lbl.hakodate {
  background-color: #039cd4;
  color: #fff;
}

.lbl.chitose {
  background-color: #039cd4;
  color: #fff;
}

.lbl.large {
  font-size: 1.2rem;
}

.lbl.xlarge {
  font-size: 1.4rem;
}

.box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .box {
    padding: 10px;
  }
}

.box.gray {
  background-color: #eee;
}

@media (max-width: 767px) {
  .box {
    padding: 10px;
    margin: 10px;
  }
}

.box__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .box__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.alert {
  background-color: #eee;
  padding: 10px;
  margin: 10px 0;
}

.alert.alert--caution {
  border: solid 1px #d82a30;
  color: #d82a30;
  background-color: yellow;
}

.alert.alert--gray {
  border: solid 1px #111;
  background-color: #666;
}

.wide-heading {
  background-color: #e4f0e3;
}

.wide-heading .wide-heading__title {
  margin: 0 auto;
  padding: 20px 0 20px 20px;
  font-size: 18px;
  background: transparent url(images/hmark.png) left center/10px no-repeat;
}

.timetable {
  width: 100%;
}

.timetable.half {
  width: 50%;
}

@media (max-width: 767px) {
  .timetable.half {
    width: 100%;
  }
}

.timetable table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.timetable table caption {
  border: solid 1px #ccc;
  font-weight: bold;
  padding: 3px;
  font-size: 1.25rem;
}

.timetable table th {
  color: #fff;
  padding: 5px 3px;
  border: solid 1px #ccc;
  text-align: left;
}

.timetable table th.c {
  text-align: center;
}

.timetable table th small {
  font-weight: normal;
}

@media (max-width: 767px) {
  .timetable table th small {
    display: block;
  }
}

@media (max-width: 767px) {
  .timetable table th {
    min-width: 4em;
  }
}

.timetable table td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  text-align: center;
  padding: 5px 3px;
  font-size: 1.2rem;
}

.timetable table td.j, .timetable table td.k {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .timetable.from {
    padding-right: 10px;
  }
}

.timetable.from table caption {
  border-color: #6b9730;
  color: #6b9730;
}

.timetable.from table th {
  background-color: #78ab36;
  border-color: #6b9730;
}

.timetable.from table td {
  border-color: #6b9730;
}

@media (min-width: 768px) {
  .timetable.to {
    padding-right: 10px;
  }
}

.timetable.to table caption {
  border-color: #b7760f;
  color: #b7760f;
}

.timetable.to table th {
  background-color: #ce8611;
  border-color: #b7760f;
}

.timetable.to table td {
  border-color: #b7760f;
}

.faretable {
  width: 50%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .faretable {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .faretable:first-child {
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .faretable:last-child {
    padding-left: 10px;
  }
}

.faretable table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.faretable table th {
  background-color: #26A7A3;
  color: #fff;
  padding: 5px;
  border: solid 1px #1d7d7a;
}

.faretable table th.blank {
  border: solid 1px #1d7d7a;
  background-color: #26A7A3;
}

.faretable table td {
  border-right: solid 1px #1d7d7a;
  border-bottom: solid 1px #1d7d7a;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.2rem;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.wrap.wide {
  max-width: 1024px;
}

body.recruit header .navigation-sub, .navigation-sub {
  *zoom: 1;
}

body.recruit header .navigation-sub:after, .navigation-sub:after {
  content: "";
  display: table;
  clear: both;
}

body#asahikawa {
  background-color: #ddd;
}

body#asahikawa header {
  background-color: #26A7A3;
}

body#asahikawa header .title {
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

body#asahikawa header .title h1,
body#asahikawa header .title p {
  margin: 0;
}

body#asahikawa header .title h1 {
  margin-top: 10px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
}

body#asahikawa header .title h1 strong {
  font-size: 2.75rem;
}

@media (max-width: 767px) {
  body#asahikawa header .title h1 strong {
    display: block;
  }
}

body#asahikawa #content {
  padding-bottom: 40px;
}

body#asahikawa #content h2 {
  margin: 0 0 20px 0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  border-bottom: solid 4px #ddd;
}

@media (max-width: 767px) {
  body#asahikawa #content h2 {
    text-align: left;
  }
}

body#asahikawa #content h2 small {
  font-size: 0.7em;
}

body#asahikawa #content #campaign {
  margin: 20px 0 40px;
}

body#asahikawa #content #campaign h2 {
  font-size: 2rem;
  border: none;
}

body#asahikawa #content #news dl dt {
  font-weight: bold;
  font-size: 1.2rem;
}

body#asahikawa #content #news dl dt small {
  display: inline-block;
  background-color: #aaa;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  margin-right: 5px;
}

body#asahikawa #content #news dl dd {
  margin: 4px 16px 16px 16px;
  font-size: 1rem;
}

body#asahikawa #content #news .col-right {
  text-align: center;
  max-width: 310px;
}

body#asahikawa #content #news .col-right a {
  display: block;
  border: solid 2px #eee;
  text-align: center;
}

body#asahikawa #content #news .col-right img {
  max-width: 100%;
}

body#asahikawa #content .timetable .w {
  background-color: #d8f4fe;
}

body#asahikawa #content .timetable .unkyu {
  background-color: #888;
  color: #111;
  border-color: #111;
}

body#asahikawa #footer {
  background-color: #127228;
  color: #fff;
  padding: 20px 0;
}

body#asahikawa #footer .footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body#asahikawa #footer .footer-navi a {
  display: block;
  padding: 5px;
  color: #fff;
}

@media (max-width: 767px) {
  body#asahikawa #footer .footer-navi a {
    width: 50%;
    padding: 10px;
  }
}

body#asahikawa #footer .footer-navi a:hover {
  color: #f6ce2e;
}

body#asahikawa #footer .footer-copy {
  text-align: center;
}

body.recruit header .navigation-sub, .navigation-sub {
  *zoom: 1;
}

body.recruit header .navigation-sub:after, .navigation-sub:after {
  content: "";
  display: table;
  clear: both;
}

body#kashikiri a:hover {
  opacity: 0.8;
}

body#kashikiri .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body#kashikiri .kashikiri-box {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

body#kashikiri .kashikiri-box--contact {
  background-color: #f6ce2e;
}

body#kashikiri .kashikiri-box--contact img {
  vertical-align: text-bottom;
}

body#kashikiri .kashikiri-box--pr {
  background-color: #26A7A3;
}

body#kashikiri .kashikiri-box--pr h3 {
  color: #fff;
}

body#kashikiri .kashikiri-box--gray {
  background-color: #eee;
}

body#kashikiri .kashikiri-box--gray h3 {
  color: #fff;
}

body#kashikiri .kashikiri-box__strong {
  color: #f6ce2e;
}

body#kashikiri .kashikiri-box h3 {
  margin-bottom: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body#kashikiri .kashikiri-box img {
  margin-left: 5px;
}

body#kashikiri .kashikiri-box p {
  margin: 0 10px;
}

body#kashikiri .kashikiri-list {
  margin-bottom: 20px;
  position: relative;
}

body#kashikiri .kashikiri-list--col3 li {
  width: 33.3333%;
}

body#kashikiri .kashikiri-list--col4 li {
  width: 25%;
}

body#kashikiri .kashikiri-list--col5 li {
  width: 20%;
}

body#kashikiri .kashikiri-list--col6 li {
  width: 16.6666%;
}

body#kashikiri .kashikiri-list--hokto {
  border: solid 1px #127228;
  padding-top: 10px;
}

body#kashikiri .kashikiri-list--chitose {
  border: solid 1px #039cd4;
  padding-top: 10px;
}

body#kashikiri .kashikiri-list li {
  padding: 10px;
}

body#kashikiri .kashikiri-list li a {
  display: block;
}

body#kashikiri .kashikiri-list li img {
  max-width: 80%;
  margin: 0 auto;
}

body#kashikiri .kashikiri-list li strong {
  font-size: 12px;
  font-weight: bold;
  display: block;
  color: #a29418;
}

body#kashikiri .kashikiri-list li small {
  font-weight: bold;
  font-size: 12px;
  opacity: 0.8;
}

body#kashikiri #hero {
  background: #fff url("images/masyu-ko.jpg") center center/cover no-repeat;
}

body#kashikiri #hero h1 {
  margin: 0;
  text-align: center;
}

body#kashikiri #copy {
  text-align: center;
  padding: 20px 0 40px 0;
  background-color: #e4f0e3;
}

body#kashikiri #copy h2 {
  background: #e4f0e3 url("images/obj-hokkaido.png") 0 0/100px no-repeat;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #127228;
  padding: 20px 0;
}

body#kashikiri .kashikiri-wrap {
  text-align: center;
  position: relative;
  padding: 50px 0;
}

body#kashikiri .kashikiri-wrap h2 {
  display: inline-block;
  background-color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0 20px;
  margin-bottom: 30px;
}

body#kashikiri .kashikiri-wrap h2:before {
  content: " ";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #666;
  margin-top: 20px;
  z-index: -1;
}

body#kashikiri .kashikiri-wrap h2 img {
  width: 60px;
  vertical-align: baseline;
  margin-right: 10px;
}

body#kashikiri .lineup-list__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

body#kashikiri .lineup-list__item img {
  max-width: 100%;
}

body#kashikiri .lineup-list__item__googlemap {
  display: block;
  margin-top: 8px;
}

body#kashikiri .lineup-list__item__child {
  margin: 20px 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

body#kashikiri .lineup-list__item__child__title {
  padding-left: 20px;
  font-size: 16px;
  background: transparent url(images/hmark2.png) left center/10px no-repeat;
}

body#kashikiri .lineup-list__item__mainimage, body#kashikiri .lineup-list__item__subimage, body#kashikiri .lineup-list__item__imagelist, body#kashikiri .lineup-list__item__data {
  padding: 0 10px;
}

body#kashikiri .lineup-list__item__mainimage a, body#kashikiri .lineup-list__item__subimage a, body#kashikiri .lineup-list__item__imagelist a, body#kashikiri .lineup-list__item__data a {
  display: block;
}

body#kashikiri .lineup-list__item__imagelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body#kashikiri .lineup-list__item__imagelist a {
  width: 23%;
  margin: 0 1%;
}

body#kashikiri .lineup-list__item__data table {
  width: 100%;
}

body#kashikiri .lineup-list__item__data table th,
body#kashikiri .lineup-list__item__data table td {
  border: solid 1px #000;
  text-align: center;
}

body#kashikiri .lineup-list__item__data table th {
  background-color: #f6ce2e;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  padding: 1px 0;
}

body.recruit header .navigation-sub, .navigation-sub {
  *zoom: 1;
}

body.recruit header .navigation-sub:after, .navigation-sub:after {
  content: "";
  display: table;
  clear: both;
}

body.recruit .wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

body.recruit a:hover {
  opacity: 0.8;
}

body.recruit header {
  background-color: #26A7A3;
}

body.recruit header .navigation-sub {
  background-color: #fff;
}

@media (min-width: 768px) {
  body.recruit header .navigation-sub {
    text-align: right;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  body.recruit header .navigation-sub {
    text-align: center;
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  body.recruit header .navigation-sub .title-logo img {
    vertical-align: middle;
    float: left;
  }
}

@media (max-width: 767px) {
  body.recruit header .navigation-sub .title-logo {
    display: block;
  }
}

body.recruit header .title {
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

body.recruit header .title h1,
body.recruit header .title p {
  margin: 0;
}

body.recruit header .title h1 {
  margin-top: 10px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
}

body.recruit header .title h1 strong {
  font-size: 2.75rem;
}

@media (max-width: 767px) {
  body.recruit header .title h1 strong {
    display: block;
  }
}

body.recruit #footer {
  background-color: #127228;
  color: #fff;
  padding: 20px 0;
}

body.recruit #footer .footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.recruit #footer .footer-navi a {
  display: block;
  padding: 5px;
  color: #fff;
}

@media (max-width: 767px) {
  body.recruit #footer .footer-navi a {
    width: 50%;
    padding: 10px;
  }
}

body.recruit #footer .footer-navi a:hover {
  color: #f6ce2e;
}

body.recruit #footer .footer-copy {
  text-align: center;
}

body#recruit #content {
  padding-bottom: 40px;
}

body#recruit #content #hero {
  margin: 0;
  background-color: #e6e8e4;
}

body#recruit #content #hero h1 {
  margin: 0;
}

body#recruit #content p {
  margin: 0;
}

body#recruit #content #recruit-btns {
  padding: 30px 0;
}

body#recruit #content #recruit-btns .col6 {
  text-align: center;
}

body#recruit #content #recruit-btns .col6.col-bus {
  padding-right: 15px;
}

body#recruit #content #recruit-btns .col6.col-taxi {
  padding-left: 15px;
}

body#recruit #content #recruit-btns .col6 .recruit-btns-check {
  display: inline-block;
}

body#recruit #content #recruit-bus h2,
body#recruit #content #recruit-taxi h2 {
  background-color: #009748;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 10px;
  position: relative;
}

body#recruit #content #recruit-bus h2 img,
body#recruit #content #recruit-taxi h2 img {
  height: 40px;
  vertical-align: bottom;
  margin: 0 10px 0 -20px;
}

body#recruit #content #recruit-bus table,
body#recruit #content #recruit-taxi table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

body#recruit #content #recruit-bus table th,
body#recruit #content #recruit-bus table td,
body#recruit #content #recruit-taxi table th,
body#recruit #content #recruit-taxi table td {
  padding: 15px 20px;
  border-bottom: solid 1px #ddd;
}

body#recruit #content #recruit-bus table th,
body#recruit #content #recruit-taxi table th {
  background-color: #e6e8e4;
  width: 10em;
}

body#recruit #content #recruit-bus table td strong,
body#recruit #content #recruit-taxi table td strong {
  font-size: 125%;
}

body#recruit-day-bus .hero {
  background: url("../img/recruit/day-hero-bg.jpg") center center/cover no-repeat;
  height: 350px;
}

body#recruit-day-bus .hero .wrap {
  position: relative;
  text-align: center;
  padding-top: 90px;
}

body#recruit-day-bus .schedule {
  margin-top: -50px;
  margin-bottom: 50px;
}

body#recruit-day-bus .timeline {
  margin: 0;
  padding: 0;
}

body#recruit-day-bus .timeline li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}

body#recruit-day-bus .timeline li:after {
  content: "";
  width: 60px;
  height: 101px;
  background: url("../img/recruit/day-bus-arrow.png") 0 0 no-repeat;
  position: absolute;
  z-index: 1;
  left: 48%;
  bottom: -80px;
}

body#recruit-day-bus .timeline-text {
  width: calc(100% - 500px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  text-align: center;
}

body#recruit-day-bus .timeline-text h3 {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

body#recruit-day-bus .timeline-text h3:before {
  content: " ";
  height: 5px;
  background-color: #ffe600;
  z-index: -1;
  position: absolute;
  left: -3px;
  right: -5px;
  bottom: 3px;
}

body#recruit-day-bus .timeline-text p {
  text-align: left;
  position: relative;
  margin-left: 30px;
  font-size: 16px;
  position: relative;
  background-color: #eeeeee;
  line-height: 2;
}

body#recruit-day-bus .timeline-text p:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 20px;
  height: 21px;
  background: url("../img/recruit/day-check.jpg") 0 0 no-repeat;
}

body#recruit-day-bus .timeline-image {
  width: 500px;
}

body#recruit-day-bus .timeline-image img {
  max-width: 500px;
}

body#recruit-day-bus .timeline--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

body#recruit-day-bus .timeline--reverse .timeline-text {
  padding-right: 0;
  padding-left: 10px;
}

body#recruit-day-bus .timeline--noarrow {
  margin-bottom: 20px !important;
}

body#recruit-day-bus .timeline--noarrow:after {
  display: none;
}

body#recruit-day-bus .timeline--join {
  display: block !important;
  text-align: center;
}

body#recruit-day-bus .timeline--join .timeline-text {
  width: inherit;
  display: inline-block;
}

body#recruit-day-bus .seibika {
  padding: 40px 0;
  background: url("../img/recruit/day-footer-bg.jpg") 0 0/cover no-repeat;
}

body#recruit-day-bus .seibika h2 {
  text-align: center;
  margin: 0 0 40px 0;
}

body#recruit-day-bus .seibika .seibika-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body#recruit-day-bus .seibika .seibika-tile li {
  width: 50%;
  height: 360px;
  list-style-type: none;
}

body#recruit-day-bus .seibika .seibika-tile-text {
  background-color: #006e0f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body#recruit-day-bus .seibika .seibika-tile-text p {
  text-align: center;
  margin: 10px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  line-height: 2;
}

body#recruit-day-bus .seibika .seibika-tile-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

body#recruit-day-bus .seibika .seibika-tile-image:nth-child(1) {
  background-image: url("../img/recruit/day-bus-footer1.jpg");
}

body#recruit-day-bus .seibika .seibika-tile-image:nth-child(3) {
  background-image: url("../img/recruit/day-bus-footer2.jpg");
}

body#recruit-day-bus .seibika .seibika-tile-image:nth-child(4) {
  background-image: url("../img/recruit/day-bus-footer3.jpg");
}

body#recruit-day-bus .btn-panel {
  text-align: center;
  padding: 40px 0;
}

body#recruit-day-bus .btn-panel a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #006e0f;
  border-radius: 45px;
  color: #fff;
}

.covid-button {
  width: 100%;
  margin: 10px;
  display: block;
  border-radius: 20px;
  background-color: crimson;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.covid2020 {
  border: solid 1px crimson;
  margin: 10px auto;
  background-color: #fee;
  padding: 1px 10px;
}

.covid2020 h2 {
  font-size: 16px;
  margin: 5px !important;
  color: crimson !important;
  text-align: center;
}

.covid2020 h3 {
  margin: 5px 0;
  text-align: left;
}

.covid2020 p {
  text-align: left;
  margin: 0 0 10px 0;
}

.covid2020 strong {
  font-weight: bold;
}

.covid2020-caution {
  color: crimson;
}

.navigation-sub {
  background-color: #fff;
}

@media (min-width: 768px) {
  .navigation-sub {
    text-align: right;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  .navigation-sub {
    text-align: center;
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .navigation-sub .title-logo {
    float: left;
  }
  .navigation-sub .title-logo img {
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .navigation-sub .title-logo {
    display: block;
  }
}

.hokkaido_love2020_ba {
  width: 100%;
  max-width: 883px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin: 8px auto;
}

.hokkaido_love2020_ba::after {
  content: "";
  display: block;
  clear: both;
}

.hokkaido_love2020_ba-image {
  position: relative;
  padding: 8px;
  width: 364px;
}

.hokkaido_love2020_ba-image img {
  max-width: inherit;
}

.hokkaido_love2020_ba-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  margin-bottom: 8px;
}

.hokkaido_love2020_ba-text {
  margin: 0 0 0 24px;
  padding: 8px 12px;
  color: #fff;
  background-color: #4dac6a;
  border-radius: 18px;
  width: calc(100% - 388px);
}

.hokkaido_love2020_ba-text strong {
  color: gold;
  font-size: 110%;
}

.hokkaido_love2020_ba-list {
  margin: 0;
  padding: 0;
  padding-left: 2px;
  width: 100%;
}

.hokkaido_love2020_ba-list::after {
  content: "";
  display: block;
  clear: both;
}

.hokkaido_love2020_ba-list.big li a {
  padding: 8px 2em 8px 16px;
  margin: 0 8px 4px 0;
  font-size: 16px;
}

.hokkaido_love2020_ba-list li {
  list-style-type: none;
  width: 33.3333%;
  float: left;
}

.hokkaido_love2020_ba-list li.full {
  width: 100%;
}

.hokkaido_love2020_ba-list li.wide {
  width: 66.6666%;
}

.hokkaido_love2020_ba-list li.wide-half {
  width: 33.3333%;
}

.hokkaido_love2020_ba-list li.kuko-half {
  width: 50%;
}

.hokkaido_love2020_ba-list li a {
  display: block;
  border: solid 1px #4dac6a;
  color: #4dac6a;
  border-radius: 8px;
  padding: 4px 2em 4px 8px;
  margin: 0 4px 4px 0;
  white-space: nowrap;
  position: relative;
  line-height: 1.2;
  font-weight: bold;
}

.hokkaido_love2020_ba-list li a:hover {
  background-color: #b9e6c6;
}

.hokkaido_love2020_ba-list li a::after {
  content: ">";
  font-family: monospace;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hokkaido_love2020_ba-list li a small {
  color: #333;
  font-size: 1rem;
  font-weight: normal;
}

.hokkaido_love2020_ba--mobile {
  background-color: #4dac6a;
  width: 100%;
  max-width: 640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: 8px auto;
}

.hokkaido_love2020_ba--mobile img {
  max-width: 100%;
}

.hokkaido_love2020_ba--mobile .hokkaido_love2020_ba-image {
  width: 100%;
  height: inherit;
  background-color: #fff;
  border: solid 1px #4dac6a;
  position: relative;
  padding: 10px;
  text-align: center;
}

.hokkaido_love2020_ba--mobile .hokkaido_love2020_ba-wrap {
  width: 100%;
  padding: 5px;
  display: block;
}

.hokkaido_love2020_ba--mobile .hokkaido_love2020_ba-text {
  margin: 0;
  padding: 5px;
  color: #fff;
  width: 100%;
}

.hokkaido_love2020_ba--mobile .hokkaido_love2020_ba-text strong {
  color: gold;
  font-size: 110%;
}

.hokkaido_love2020_ba--mobile .hokkaido_love2020_ba-list {
  display: block;
  padding-left: 2px;
}

.hokkaido_love2020_ba--mobile .hokkaido_love2020_ba-list li {
  list-style-type: none;
  width: 100%;
  text-align: left;
}

.hokkaido_love2020_ba--mobile .hokkaido_love2020_ba-list li.wide {
  width: 100%;
}

.hokkaido_love2020_ba--mobile .hokkaido_love2020_ba-list li a {
  display: block;
  background-color: #fff;
  color: #4dac6a;
  border-radius: 10px;
  padding: 4px 2em 3px 8px;
  margin: 0 3px 1px 0;
  white-space: nowrap;
  position: relative;
  line-height: 1.2;
  font-weight: bold;
}

.hokkaido_love2020_ba--mobile .hokkaido_love2020_ba-list li a:hover {
  background-color: #b9e6c6;
}

.hokkaido_love2020_ba--mobile .hokkaido_love2020_ba-list li a::after {
  content: ">";
  font-family: monospace;
  position: absolute;
  right: 4px;
}

.hokkaido_love2020_cp {
  border: solid 2px #4dac6a;
  padding: 16px;
  background-color: #fff;
}

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

.hokkaido_love2020_cp-wrap > div:nth-child(1) {
  width: 49%;
}

.hokkaido_love2020_cp-wrap > div:nth-child(2) {
  width: 50%;
  padding-left: 1%;
  border-left: solid 1px #ccc;
}

.hokkaido_love2020_cp img {
  max-width: 100%;
}

.hokkaido_love2020_cp h2 {
  color: #4dac6a;
  text-align: center;
  font-size: 20px;
  margin: 0 0 16px 0;
}

.hokkaido_love2020_cp small {
  font-size: 80%;
}

.hokkaido_love2020_cp dl dt {
  background-color: #4dac6a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 4px;
}

.hokkaido_love2020_cp dl dd {
  margin: 0;
  padding: 8px;
  font-size: 14px;
}

.hokkaido_love2020_cp dl dd .alert {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.hokkaido_love2020_cp dl dd .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hokkaido_love2020_cp dl dd .flex div {
  width: 49%;
}

.hokkaido_love2020_cp-faretable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.hokkaido_love2020_cp-faretable tr {
  border-bottom: solid 1px #4dac6a;
}

.hokkaido_love2020_cp-faretable td {
  padding: 8px;
  font-size: 14px;
  text-align: center;
}

.hokkaido_love2020_cp-faretable th {
  padding: 8px;
  font-size: 16px;
  text-align: center;
  padding: 8px;
  text-align: center;
}

.hokkaido_love2020_cp-faretable th span {
  color: crimson;
}

.hokkaido_love2020_cp-faretable td:nth-child(2) {
  color: crimson;
  text-decoration: line-through;
}

.hokkaido_love2020_cp-faretable td:nth-child(4) {
  color: crimson;
  font-weight: bold;
  font-size: 20px;
}

.hokkaido_love2020_cp-faretable td:nth-child(5) {
  color: crimson;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

.hokkaido_love2020_cp-faretable td:nth-child(5) span {
  display: inline-block;
  margin-top: -3px;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.hokkaido_love2020_cp-faretable td:nth-child(5) span::before {
  content: "";
  display: inline-block;
  width: 120%;
  height: 8px;
  background-color: red;
  position: absolute;
  bottom: -0px;
  left: -10%;
  z-index: 0;
  opacity: 0.5;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
}

.hokkaido_love2020_cp-tel {
  color: #4dac6a;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  border: solid 1px #4dac6a;
  padding: 4px 8px;
  border-radius: 20px;
  margin: 4px;
  vertical-align: middle;
}

a.hokkaido_love2020_cp-tel:hover {
  border: solid 1px crimson;
  color: crimson;
}

.hokkaido_love2020_cp-table {
  border-collapse: collapse;
  border: solid 1px #ccc;
  width: 100%;
  margin-bottom: 16px;
}

.hokkaido_love2020_cp-table td {
  font-size: 14px;
  padding: 4px 8px;
  vertical-align: top;
  text-align: left;
}

.hokkaido_love2020_cp-table th {
  font-size: 14px;
  padding: 4px 8px;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}

.hokkaido_love2020_cp-table tr {
  border-bottom: solid 1px #ccc;
}

.hokkaido_love2020_cp-table tr:last-child {
  border: none;
}

.hokkaido_love2020_cp-footer {
  padding-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: solid 1px #4dac6a;
}

.hokkaido_love2020_cp-footer div {
  text-align: center;
}

.hokkaido_love2020_cp-footer div img {
  max-height: 50px;
  width: auto;
}
