html {
  font-size: 15px;
}

body {
  -webkit-text-size-adjust: 100%;
}

.for_pc {
  display: none;
}

.center_sp {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#footer_wrapper {
  background-image: url("../img/bg_footer_top_sp.png"), -webkit-gradient(linear, left top, right top, from(#3a94b6), to(#5bc8cb));
  background-image: url("../img/bg_footer_top_sp.png"), linear-gradient(to right, #3a94b6, #5bc8cb);
  padding: 12vw 0 30px;
}

#header .nav {
  display: none;
  background: #f2fafc;
  margin: 0 -30px;
  padding: 20px 40px 50px;
}
#header .nav a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
  position: relative;
}
#header .nav a::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  width: 20px;
  background: #00ada9;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

#footer .nav ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .nav ul li {
  width: 33.3333333333%;
  padding: 20px 0;
}

.drawer {
  position: absolute;
  top: 5px;
  right: 0;
}

.drawer_hidden {
  display: none;
}

.drawer_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}

.drawer_open span:before {
  bottom: 10px;
}

.drawer_open span:after {
  top: 10px;
}

#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.index #content_wrapper {
  background-image: url("../img/bg_content_top_sp.png");
}

body.tourism #content_wrapper {
  background-image: url("../img/bg_content_tourism_sp.png");
}

body.web #content_wrapper {
  background-image: url("../img/bg_content_web_sp.png");
}

.dl_tbl {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dl_tbl dt, .dl_tbl dd {
  margin: 0;
}
.dl_tbl dt {
  padding-top: 30px;
  font-weight: bold;
}
.dl_tbl dd {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dl_tbl.noline {
  border-top: none;
}
.dl_tbl.noline dt {
  font-weight: normal;
  padding-top: 0;
}
.dl_tbl.noline dd {
  border-bottom: none;
}

#top_recruit .wrp {
  text-align: center;
}
#top_recruit .wrp .hdr {
  line-height: 3rem;
}
#top_recruit .wrp .img img {
  width: 270px;
}

#top_column .column {
  margin-bottom: 100px;
}
#top_column .column .img {
  margin-right: -30px;
}

#web .wrp {
  margin-bottom: 200px;
}
#web .wrp:last-child {
  margin-bottom: 0;
}
#web .wrp .img {
  text-align: center;
}
#web .wrp .img img {
  width: 60%;
}

#column_pager .arrow {
  padding: 0 10px;
}