@charset "UTF-8";
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_common.scss */
header {
  padding: 25px 0 0;
  background: #fff;
}
@media only screen and (max-width: 960px) {
  /* line 1, ../sass/_common.scss */
  header {
    padding: 10px 0;
    z-index: 999;
  }
}
/* line 9, ../sass/_common.scss */
header .header_top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  /* line 9, ../sass/_common.scss */
  header .header_top {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
/* line 16, ../sass/_common.scss */
header .header_top a:hover {
  opacity: 0.7;
}
/* line 20, ../sass/_common.scss */
header .header_top img {
  max-width: 100%;
}
/* line 23, ../sass/_common.scss */
header .header_top .header_top_logo {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 960px) {
  /* line 23, ../sass/_common.scss */
  header .header_top .header_top_logo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 960px) {
  /* line 29, ../sass/_common.scss */
  header .header_top .header_top_state {
    max-width: 130px;
  }
}
/* line 35, ../sass/_common.scss */
header .header_top .header_top_button.entry {
  margin: 0 0 0 20px;
}
/* line 38, ../sass/_common.scss */
header .header_top .header_top_button.requirement {
  margin: 0 5px 0 20px;
}
@media only screen and (max-width: 960px) {
  /* line 34, ../sass/_common.scss */
  header .header_top .header_top_button {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  /* line 45, ../sass/_common.scss */
  header .header_top .header_top_line {
    display: none;
  }
}
/* line 51, ../sass/_common.scss */
header .header_middle {
  text-align: right;
  margin: 5px 0 30px;
}
@media only screen and (max-width: 960px) {
  /* line 51, ../sass/_common.scss */
  header .header_middle {
    display: none;
  }
}
/* line 57, ../sass/_common.scss */
header .header_middle p {
  display: inline-block;
  font-size: 14px;
  color: #212121;
}
/* line 62, ../sass/_common.scss */
header .header_middle .header_middle_tel {
  margin: 0 20px;
}
/* line 64, ../sass/_common.scss */
header .header_middle .header_middle_tel a {
  color: #F09234;
  font-weight: bold;
}
/* line 70, ../sass/_common.scss */
header .header_bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  /* line 70, ../sass/_common.scss */
  header .header_bottom {
    display: none;
  }
}
/* line 77, ../sass/_common.scss */
header .header_bottom .header_bottom_item {
  border-right: solid 1px #212121;
  text-align: center;
}
/* line 80, ../sass/_common.scss */
header .header_bottom .header_bottom_item:nth-of-type(1) {
  width: 10%;
  text-align: left;
}
/* line 84, ../sass/_common.scss */
header .header_bottom .header_bottom_item:nth-of-type(2) {
  width: 18%;
}
/* line 87, ../sass/_common.scss */
header .header_bottom .header_bottom_item:nth-of-type(3) {
  width: 18%;
}
/* line 90, ../sass/_common.scss */
header .header_bottom .header_bottom_item:nth-of-type(4) {
  width: 14%;
}
/* line 93, ../sass/_common.scss */
header .header_bottom .header_bottom_item:nth-of-type(5) {
  width: 14%;
}
/* line 96, ../sass/_common.scss */
header .header_bottom .header_bottom_item:nth-of-type(6) {
  width: 11%;
}
/* line 99, ../sass/_common.scss */
header .header_bottom .header_bottom_item:nth-of-type(7) {
  width: 9%;
}
/* line 102, ../sass/_common.scss */
header .header_bottom .header_bottom_item:nth-of-type(8) {
  border-right: none;
  width: 6%;
  text-align: right;
}
/* line 107, ../sass/_common.scss */
header .header_bottom .header_bottom_item a {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  position: relative;
}
/* line 113, ../sass/_common.scss */
header .header_bottom .header_bottom_item a.current:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 3px;
  width: 100%;
  background: #F4D67C;
  display: block;
}
/* line 123, ../sass/_common.scss */
header .header_bottom .header_bottom_item a:hover {
  opacity: 0.7;
}

/* line 131, ../sass/_common.scss */
.pankuzu {
  max-width: 1160px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 5px 0;
  font-size: 14px;
}
@media only screen and (max-width: 840px) {
  /* line 131, ../sass/_common.scss */
  .pankuzu {
    font-size: 12px;
    padding: 5px 0 10px;
  }
}
/* line 142, ../sass/_common.scss */
.pankuzu a {
  color: #212121;
  margin: 0 5px 0 0;
}
/* line 145, ../sass/_common.scss */
.pankuzu a:hover {
  color: #F09234;
}
/* line 149, ../sass/_common.scss */
.pankuzu span {
  margin: 0 5px 0 0;
}

/* line 154, ../sass/_common.scss */
.common_mv {
  height: 280px;
  padding: 170px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 154, ../sass/_common.scss */
  .common_mv {
    height: 110px;
    padding: 50px 0 0;
  }
}
/* line 161, ../sass/_common.scss */
.common_mv.driver {
  background: url("../images/driver/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 165, ../sass/_common.scss */
.common_mv.welfare {
  background: url("../images/welfare/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 169, ../sass/_common.scss */
.common_mv.safe {
  background: url("../images/safe/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 173, ../sass/_common.scss */
.common_mv.about {
  background: url("../images/about/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 177, ../sass/_common.scss */
.common_mv.csr {
  background: url("../images/csr/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 181, ../sass/_common.scss */
.common_mv.work {
  background: url("../images/work/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 185, ../sass/_common.scss */
.common_mv.job {
  background: url("../images/job/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 189, ../sass/_common.scss */
.common_mv.contact {
  background: url("../images/contact/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 193, ../sass/_common.scss */
.common_mv.blog {
  background: url("../images/blog/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 197, ../sass/_common.scss */
.common_mv.family {
  background: url("../images/family/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 201, ../sass/_common.scss */
.common_mv .common_mv_title {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 201, ../sass/_common.scss */
  .common_mv .common_mv_title {
    font-size: 24px;
    text-align: center;
  }
}
/* line 210, ../sass/_common.scss */
.common_mv .common_mv_title span {
  font-size: 28px;
  display: block;
  font-weight: normal;
  margin: 10px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 210, ../sass/_common.scss */
  .common_mv .common_mv_title span {
    font-size: 12px;
    margin: 5px 0 0;
  }
}

/* line 225, ../sass/_common.scss */
.common_req_link {
  width: 100%;
  max-width: 730px;
  display: block;
  margin: 0 auto;
}
/* line 231, ../sass/_common.scss */
.common_req_link img {
  width: 100%;
}
/* line 234, ../sass/_common.scss */
.common_req_link:hover {
  opacity: 0.7;
}

/* line 240, ../sass/_common.scss */
.common_content_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  /* line 240, ../sass/_common.scss */
  .common_content_list {
    display: block;
  }
}
/* line 248, ../sass/_common.scss */
.common_content_list .common_content_item {
  width: 31%;
  height: 210px;
  overflow: hidden;
  position: relative;
  margin: 0 0 25px;
}
@media only screen and (max-width: 960px) {
  /* line 248, ../sass/_common.scss */
  .common_content_list .common_content_item {
    width: 100%;
    height: 105px;
    background: #fff;
    margin: 0 0 5px;
  }
}
/* line 261, ../sass/_common.scss */
.common_content_list .common_content_item_link {
  display: block;
  height: 100%;
}
/* line 264, ../sass/_common.scss */
.common_content_list .common_content_item_link:hover {
  opacity: 0.7;
}
/* line 266, ../sass/_common.scss */
.common_content_list .common_content_item_link:hover .common_content_item_img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 960px) {
  /* line 266, ../sass/_common.scss */
  .common_content_list .common_content_item_link:hover .common_content_item_img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 960px) {
  /* line 261, ../sass/_common.scss */
  .common_content_list .common_content_item_link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
/* line 278, ../sass/_common.scss */
.common_content_list .common_content_item_img {
  height: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 282, ../sass/_common.scss */
.common_content_list .common_content_item_text {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  max-width: 230px;
  width: 100%;
  font-size: 12px;
  padding: 15px;
  color: #707070;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  /* line 282, ../sass/_common.scss */
  .common_content_list .common_content_item_text {
    position: static;
    padding: 0 15px;
    max-width: none;
  }
}
/* line 299, ../sass/_common.scss */
.common_content_list .common_content_item_text span {
  display: block;
  font-size: 16px;
  border-bottom: solid 2px #F4D67C;
  color: #212121;
}

/* line 309, ../sass/_common.scss */
.common_footpart {
  background: url("../images/cv_bg@2x.png") center center no-repeat;
  background-size: cover;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  /* line 309, ../sass/_common.scss */
  .common_footpart {
    padding: 20px 0;
    background: #90C797;
  }
}
/* line 319, ../sass/_common.scss */
.common_footpart .common_footpart_title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media only screen and (max-width: 840px) {
  /* line 319, ../sass/_common.scss */
  .common_footpart .common_footpart_title {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
/* line 329, ../sass/_common.scss */
.common_footpart .common_footpart_tel {
  background: #fff;
  padding: 10px;
}
@media only screen and (max-width: 840px) {
  /* line 329, ../sass/_common.scss */
  .common_footpart .common_footpart_tel {
    padding: 5px;
  }
}
/* line 335, ../sass/_common.scss */
.common_footpart .common_footpart_tel .common_footpart_tel_link {
  display: block;
  border: solid 1px #072A7B;
  padding: 20px;
}
/* line 339, ../sass/_common.scss */
.common_footpart .common_footpart_tel .common_footpart_tel_link:hover {
  opacity: 0.7;
}
/* line 343, ../sass/_common.scss */
.common_footpart .common_footpart_tel .common_footpart_tel_link .common_footpart_tel_img {
  max-width: 100%;
  margin: 0 auto;
  width: 820px;
}
@media only screen and (max-width: 840px) {
  /* line 343, ../sass/_common.scss */
  .common_footpart .common_footpart_tel .common_footpart_tel_link .common_footpart_tel_img {
    width: 310px;
  }
}
/* line 353, ../sass/_common.scss */
.common_footpart .common_footpart_subtitle {
  color: #fff;
  font-size: 24px;
  margin: 40px 0 20px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 353, ../sass/_common.scss */
  .common_footpart .common_footpart_subtitle {
    font-size: 18px;
    margin: 15px 0 10px;
  }
}
/* line 363, ../sass/_common.scss */
.common_footpart .common_footpart_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  /* line 363, ../sass/_common.scss */
  .common_footpart .common_footpart_list {
    display: block;
  }
}
/* line 369, ../sass/_common.scss */
.common_footpart .common_footpart_list .common_footpart_item {
  background: #fff;
  padding: 10px;
  width: 30%;
  border: solid 1px #707070;
}
@media only screen and (max-width: 840px) {
  /* line 369, ../sass/_common.scss */
  .common_footpart .common_footpart_list .common_footpart_item {
    width: 100%;
    padding: 5px;
    margin: 0 0 10px;
  }
  /* line 378, ../sass/_common.scss */
  .common_footpart .common_footpart_list .common_footpart_item.line {
    display: none;
  }
}
/* line 383, ../sass/_common.scss */
.common_footpart .common_footpart_list .common_footpart_item_link {
  display: block;
  border: solid 1px #072A7B;
  padding: 15px;
}
/* line 387, ../sass/_common.scss */
.common_footpart .common_footpart_list .common_footpart_item_link:hover {
  opacity: 0.7;
}
/* line 391, ../sass/_common.scss */
.common_footpart .common_footpart_list .common_footpart_item_img {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 840px) {
  /* line 391, ../sass/_common.scss */
  .common_footpart .common_footpart_list .common_footpart_item_img {
    width: 310px;
  }
}

/* line 402, ../sass/_common.scss */
footer {
  background: #F2F2F2;
}
/* line 405, ../sass/_common.scss */
footer .common_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 35px 0;
}
@media only screen and (max-width: 960px) {
  /* line 405, ../sass/_common.scss */
  footer .common_inner {
    display: block;
    padding: 15px 0 95px;
  }
}
/* line 414, ../sass/_common.scss */
footer .footer_info_wrap {
  width: 240px;
}
@media only screen and (max-width: 960px) {
  /* line 414, ../sass/_common.scss */
  footer .footer_info_wrap {
    width: 100%;
    text-align: center;
  }
}
/* line 420, ../sass/_common.scss */
footer .footer_info_wrap .footer_info_logo {
  display: block;
  margin: 0 0 10px;
}
/* line 423, ../sass/_common.scss */
footer .footer_info_wrap .footer_info_logo img {
  max-width: 100%;
}
/* line 426, ../sass/_common.scss */
footer .footer_info_wrap .footer_info_logo:hover {
  opacity: 0.7;
}
/* line 430, ../sass/_common.scss */
footer .footer_info_wrap .footer_logo_info {
  font-size: 12px;
  font-weight: bold;
  color: #212121;
}
/* line 436, ../sass/_common.scss */
footer .footer_list {
  width: calc(100% - 240px);
  max-width: 820px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  /* line 436, ../sass/_common.scss */
  footer .footer_list {
    display: none;
  }
}
/* line 445, ../sass/_common.scss */
footer .footer_list .footer_item {
  width: calc((100% - 220px)/3 );
  margin: 0 0 25px;
}
/* line 448, ../sass/_common.scss */
footer .footer_list .footer_item:nth-of-type(3), footer .footer_list .footer_item:nth-of-type(7) {
  width: 220px;
}
/* line 451, ../sass/_common.scss */
footer .footer_list .footer_item .footer_item_link {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.6;
}
/* line 458, ../sass/_common.scss */
footer .footer_list .footer_item .footer_item_link img {
  margin: 0 10px 0 0;
  padding: 7px 0 0;
}
/* line 462, ../sass/_common.scss */
footer .footer_list .footer_item .footer_item_link:hover {
  opacity: 0.7;
}
/* line 468, ../sass/_common.scss */
footer .footer_copy {
  background: #707070;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  /* line 468, ../sass/_common.scss */
  footer .footer_copy {
    display: none;
  }
}
/* line 478, ../sass/_common.scss */
footer .footer_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  /* line 478, ../sass/_common.scss */
  footer .footer_sp {
    display: block;
  }
}
/* line 489, ../sass/_common.scss */
footer .footer_sp .footer_sp_line {
  width: 85px;
  display: block;
  margin: 0 10px 10px auto;
}
/* line 493, ../sass/_common.scss */
footer .footer_sp .footer_sp_line img {
  width: 100%;
}
/* line 497, ../sass/_common.scss */
footer .footer_sp .footer_sp_list {
  background: #90C797;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 5px;
}
/* line 502, ../sass/_common.scss */
footer .footer_sp .footer_sp_list .footer_sp_item {
  width: 26%;
  text-align: center;
  border-right: solid 1px #072A7B;
}
/* line 506, ../sass/_common.scss */
footer .footer_sp .footer_sp_list .footer_sp_item:last-of-type {
  border: none;
  width: 22%;
}
/* line 510, ../sass/_common.scss */
footer .footer_sp .footer_sp_list .footer_sp_item img {
  height: 50px;
}
/* line 512, ../sass/_common.scss */
footer .footer_sp .footer_sp_list .footer_sp_item img.menu {
  height: 45px;
}

/* line 520, ../sass/_common.scss */
.footer_sp_menu {
  position: fixed;
  top: 0;
  left: -100%;
  height: calc(100% - 82px);
  width: 100%;
  padding: 0 10px;
  background: #D2E8D4;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 530, ../sass/_common.scss */
.footer_sp_menu.show {
  left: 0;
}
/* line 533, ../sass/_common.scss */
.footer_sp_menu .footer_sp_menu_nav {
  overflow-y: scroll;
  z-index: 999999;
  height: 100%;
}
/* line 538, ../sass/_common.scss */
.footer_sp_menu .footer_sp_menu_item {
  border-bottom: solid 1px #fff;
}
/* line 540, ../sass/_common.scss */
.footer_sp_menu .footer_sp_menu_item a {
  padding: 17px 20px;
  display: block;
  font-size: 14px;
  color: #212121;
  font-weight: bold;
}
/* line 546, ../sass/_common.scss */
.footer_sp_menu .footer_sp_menu_item a img {
  height: 8px;
  margin: 0 8px 0 0;
}
/* line 552, ../sass/_common.scss */
.footer_sp_menu .footer_sp_menu_cv {
  display: block;
}
/* line 554, ../sass/_common.scss */
.footer_sp_menu .footer_sp_menu_cv img {
  width: 100%;
}

/* line 2, ../sass/_top.scss */
.top_mv {
  overflow: hidden;
}
/* line 4, ../sass/_top.scss */
.top_mv .top_mv_item {
  height: 570px;
  position: relative;
  padding: 0 10px;
}
@media only screen and (max-width: 960px) {
  /* line 4, ../sass/_top.scss */
  .top_mv .top_mv_item {
    height: 300px;
  }
}
/* line 11, ../sass/_top.scss */
.top_mv .top_mv_item.item01 {
  background: url("../images/top/mv@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 15, ../sass/_top.scss */
.top_mv .top_mv_item.item02 {
  background: url("../images/top/mv02@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 19, ../sass/_top.scss */
.top_mv .top_mv_item.item03 {
  background: url("../images/top/mv03@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 24, ../sass/_top.scss */
.top_mv .top_mv_title {
  color: #fff;
  font-size: 49px;
  font-weight: bold;
  text-shadow: 0 0 8px #000000b0;
  background: #90c797bd;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px 20px 120px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 960px) {
  /* line 24, ../sass/_top.scss */
  .top_mv .top_mv_title {
    font-size: 15px;
    padding: 15px 10px;
  }
}
/* line 41, ../sass/_top.scss */
.top_mv .top_mv_title span {
  font-size: 59px;
}
@media only screen and (max-width: 960px) {
  /* line 41, ../sass/_top.scss */
  .top_mv .top_mv_title span {
    font-size: 18px;
  }
}

/* line 51, ../sass/_top.scss */
.top_common_title {
  color: #F4D67C;
  font-size: 44px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  /* line 51, ../sass/_top.scss */
  .top_common_title {
    font-size: 30px;
    text-align: center;
  }
}
/* line 60, ../sass/_top.scss */
.top_common_title span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0 0;
}
@media only screen and (max-width: 960px) {
  /* line 60, ../sass/_top.scss */
  .top_common_title span {
    font-size: 15px;
  }
}

/* line 73, ../sass/_top.scss */
.top_news_link {
  max-width: 900px;
  padding: 0 10px;
  margin: 40px auto 0;
  font-size: 14px;
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 84, ../sass/_top.scss */
.top_news_link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 960px) {
  /* line 73, ../sass/_top.scss */
  .top_news_link {
    margin: 20px auto 0;
  }
}
/* line 90, ../sass/_top.scss */
.top_news_link .top_news_arrival {
  background: #ED5643;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 960px) {
  /* line 90, ../sass/_top.scss */
  .top_news_link .top_news_arrival {
    padding: 2px 5px;
  }
}
/* line 100, ../sass/_top.scss */
.top_news_link .top_news_date {
  color: #072A7B;
  font-weight: bold;
  margin: 0 40px 0 20px;
}
@media only screen and (max-width: 960px) {
  /* line 100, ../sass/_top.scss */
  .top_news_link .top_news_date {
    margin: 0 5px;
  }
}

/* line 111, ../sass/_top.scss */
.top_message {
  margin: 80px 0 0;
  padding: 0 0 80px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  /* line 111, ../sass/_top.scss */
  .top_message {
    margin: 40px 0 0;
    padding: 0 0 40px;
  }
}
/* line 120, ../sass/_top.scss */
.top_message .common_inner {
  position: relative;
}
/* line 122, ../sass/_top.scss */
.top_message .common_inner:before {
  content: '';
  display: block;
  height: 2px;
  width: calc(100% - 330px);
  background: #90C797;
  right: 0;
  top: 25px;
  position: absolute;
}
@media only screen and (max-width: 960px) {
  /* line 122, ../sass/_top.scss */
  .top_message .common_inner:before {
    display: none;
  }
}
/* line 136, ../sass/_top.scss */
.top_message .top_message_block {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  /* line 136, ../sass/_top.scss */
  .top_message .top_message_block {
    display: block;
    margin: 0 0 40px;
  }
}
/* line 143, ../sass/_top.scss */
.top_message .top_message_block .top_message_block_left {
  width: 440px;
  height: 420px;
  background: url("../images/top/orner@2x.png") center center no-repeat;
  background-size: contain;
  padding: 330px 0 0;
  position: relative;
}
@media only screen and (max-width: 960px) {
  /* line 143, ../sass/_top.scss */
  .top_message .top_message_block .top_message_block_left {
    width: 90%;
    max-width: 370px;
    height: 260px;
    margin: 20px 0 0;
    padding: 190px 0 0;
  }
}
/* line 157, ../sass/_top.scss */
.top_message .top_message_block .top_message_block_left:before {
  content: '';
  width: 560px;
  height: 320px;
  background: #D2E8D4;
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  /* line 157, ../sass/_top.scss */
  .top_message .top_message_block .top_message_block_left:before {
    height: 170px;
    bottom: 40px;
  }
}
/* line 171, ../sass/_top.scss */
.top_message .top_message_block .top_message_block_left .top_message_block_left_name {
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 8px;
  width: 280px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  /* line 171, ../sass/_top.scss */
  .top_message .top_message_block .top_message_block_left .top_message_block_left_name {
    font-size: 20px;
    width: 240px;
  }
}
/* line 183, ../sass/_top.scss */
.top_message .top_message_block .top_message_block_left .top_message_block_left_name span {
  border-bottom: solid 2px #F4D67C;
  padding: 0 0 8px;
}
@media only screen and (max-width: 960px) {
  /* line 183, ../sass/_top.scss */
  .top_message .top_message_block .top_message_block_left .top_message_block_left_name span {
    border: none;
  }
}
/* line 192, ../sass/_top.scss */
.top_message .top_message_block .top_message_block_right {
  width: calc(100% - 440px);
  padding: 40px;
  position: relative;
  z-index: -2;
}
@media only screen and (max-width: 960px) {
  /* line 192, ../sass/_top.scss */
  .top_message .top_message_block .top_message_block_right {
    width: 100%;
    padding: 20px 0 15px;
  }
}
/* line 201, ../sass/_top.scss */
.top_message .top_message_block .top_message_block_right:before {
  content: '';
  width: 850px;
  height: 100%;
  background: #F3F5F9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -3;
}
@media only screen and (max-width: 960px) {
  /* line 201, ../sass/_top.scss */
  .top_message .top_message_block .top_message_block_right:before {
    width: calc(100% + 20px);
    height: calc(100% + 120px);
    right: -10px;
    top: -120px;
  }
}
/* line 217, ../sass/_top.scss */
.top_message .top_message_block .top_message_block_right .top_message_block_right_title {
  font-size: 26px;
  color: #F4D67C;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  /* line 217, ../sass/_top.scss */
  .top_message .top_message_block .top_message_block_right .top_message_block_right_title {
    font-size: 19px;
  }
}
/* line 226, ../sass/_top.scss */
.top_message .top_message_block .top_message_block_right .top_message_block_right_content {
  font-size: 14px;
  margin: 40px 0 0;
}
/* line 229, ../sass/_top.scss */
.top_message .top_message_block .top_message_block_right .top_message_block_right_content span {
  display: block;
  color: #072A7B;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}

/* line 242, ../sass/_top.scss */
.top_content {
  position: relative;
}
/* line 245, ../sass/_top.scss */
.top_content:before {
  content: '';
  width: 100%;
  height: calc(100% - 20px);
  background: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  /* line 245, ../sass/_top.scss */
  .top_content:before {
    height: calc(100% - 80px);
  }
}
/* line 258, ../sass/_top.scss */
.top_content .top_content_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 0;
  padding: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  /* line 258, ../sass/_top.scss */
  .top_content .top_content_list {
    display: block;
    padding: 20px 0;
    margin: 20px 0 0;
  }
}
/* line 269, ../sass/_top.scss */
.top_content .top_content_list .top_content_item {
  width: 31%;
  height: 210px;
  overflow: hidden;
  position: relative;
  margin: 0 0 25px;
}
@media only screen and (max-width: 960px) {
  /* line 269, ../sass/_top.scss */
  .top_content .top_content_list .top_content_item {
    width: 100%;
    height: 105px;
    background: #fff;
    margin: 0 0 5px;
  }
}
/* line 282, ../sass/_top.scss */
.top_content .top_content_list .top_content_item_link {
  display: block;
  height: 100%;
}
/* line 285, ../sass/_top.scss */
.top_content .top_content_list .top_content_item_link:hover {
  opacity: 0.7;
}
/* line 287, ../sass/_top.scss */
.top_content .top_content_list .top_content_item_link:hover .top_content_item_img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 960px) {
  /* line 287, ../sass/_top.scss */
  .top_content .top_content_list .top_content_item_link:hover .top_content_item_img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 960px) {
  /* line 282, ../sass/_top.scss */
  .top_content .top_content_list .top_content_item_link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
/* line 299, ../sass/_top.scss */
.top_content .top_content_list .top_content_item_img {
  height: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 303, ../sass/_top.scss */
.top_content .top_content_list .top_content_item_text {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  max-width: 230px;
  width: 100%;
  font-size: 12px;
  padding: 15px;
  color: #707070;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  /* line 303, ../sass/_top.scss */
  .top_content .top_content_list .top_content_item_text {
    position: static;
    padding: 0 15px;
    max-width: none;
  }
}
/* line 320, ../sass/_top.scss */
.top_content .top_content_list .top_content_item_text span {
  display: block;
  font-size: 16px;
  border-bottom: solid 2px #F4D67C;
  color: #212121;
}
/* line 327, ../sass/_top.scss */
.top_content .top_content_list .top_content_last_item {
  width: 65.5%;
  height: 210px;
}
@media only screen and (max-width: 960px) {
  /* line 327, ../sass/_top.scss */
  .top_content .top_content_list .top_content_last_item {
    width: 100%;
    height: 105px;
    background: #fff;
  }
}
/* line 335, ../sass/_top.scss */
.top_content .top_content_list .top_content_last_item .top_content_last_item_link {
  display: -webkit-flex;
  display: flex;
}
/* line 337, ../sass/_top.scss */
.top_content .top_content_list .top_content_last_item .top_content_last_item_link:hover {
  opacity: 0.7;
}
/* line 339, ../sass/_top.scss */
.top_content .top_content_list .top_content_last_item .top_content_last_item_link:hover .top_content_last_item_img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 960px) {
  /* line 335, ../sass/_top.scss */
  .top_content .top_content_list .top_content_last_item .top_content_last_item_link {
    -webkit-align-items: center;
    align-items: center;
  }
}
/* line 347, ../sass/_top.scss */
.top_content .top_content_list .top_content_last_item .top_content_last_item_img_wrap {
  overflow: hidden;
  width: 47.5%;
}
@media only screen and (max-width: 960px) {
  /* line 347, ../sass/_top.scss */
  .top_content .top_content_list .top_content_last_item .top_content_last_item_img_wrap {
    width: auto;
  }
}
/* line 353, ../sass/_top.scss */
.top_content .top_content_list .top_content_last_item .top_content_last_item_img_wrap .top_content_last_item_img {
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 960px) {
  /* line 353, ../sass/_top.scss */
  .top_content .top_content_list .top_content_last_item .top_content_last_item_img_wrap .top_content_last_item_img {
    width: auto;
    height: 105px;
  }
}
/* line 362, ../sass/_top.scss */
.top_content .top_content_list .top_content_last_item .top_content_last_item_text {
  background: #fff;
  width: 52.5%;
  font-size: 18px;
  padding: 65px 45px 0;
  color: #707070;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  /* line 362, ../sass/_top.scss */
  .top_content .top_content_list .top_content_last_item .top_content_last_item_text {
    padding: 0 15px;
    font-size: 12px;
    width: calc(100% - 185px);
  }
}
/* line 374, ../sass/_top.scss */
.top_content .top_content_list .top_content_last_item .top_content_last_item_text span {
  font-size: 24px;
  display: block;
  border-bottom: solid 2px #F4D67C;
  color: #212121;
}
@media only screen and (max-width: 960px) {
  /* line 374, ../sass/_top.scss */
  .top_content .top_content_list .top_content_last_item .top_content_last_item_text span {
    font-size: 16px;
  }
}

/* line 389, ../sass/_top.scss */
.top_sns {
  padding: 80px 0;
}
@media only screen and (max-width: 840px) {
  /* line 389, ../sass/_top.scss */
  .top_sns {
    padding: 40px 0;
  }
}
/* line 395, ../sass/_top.scss */
.top_sns .common_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  /* line 395, ../sass/_top.scss */
  .top_sns .common_inner {
    display: block;
  }
}
/* line 402, ../sass/_top.scss */
.top_sns .top_sns_title {
  color: #F4D67C;
  font-size: 44px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 840px) {
  /* line 402, ../sass/_top.scss */
  .top_sns .top_sns_title {
    text-align: center;
    font-size: 30px;
  }
}
/* line 412, ../sass/_top.scss */
.top_sns .top_sns_fb {
  width: 50%;
}
@media only screen and (max-width: 840px) {
  /* line 412, ../sass/_top.scss */
  .top_sns .top_sns_fb {
    width: 100%;
  }
}
/* line 418, ../sass/_top.scss */
.top_sns .top_sns_insta {
  width: 48%;
}
@media only screen and (max-width: 840px) {
  /* line 418, ../sass/_top.scss */
  .top_sns .top_sns_insta {
    width: 100%;
  }
}

/* line 427, ../sass/_top.scss */
.top_blog {
  position: relative;
  padding: 0 0 80px;
}
@media only screen and (max-width: 840px) {
  /* line 427, ../sass/_top.scss */
  .top_blog {
    padding: 0 0 40px;
  }
}
/* line 434, ../sass/_top.scss */
.top_blog:before {
  content: '';
  width: 100%;
  height: calc(100% - 20px);
  background: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  /* line 434, ../sass/_top.scss */
  .top_blog:before {
    display: none;
  }
}
/* line 448, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item {
  padding: 40px 0;
  border-top: solid 1px #707070;
}
@media only screen and (max-width: 840px) {
  /* line 448, ../sass/_top.scss */
  .top_blog .top_blog_list .top_blog_item {
    padding: 20px 0 10px;
  }
}
/* line 454, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item:first-of-type {
  border-top: none;
}
/* line 457, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item:nth-of-type(n+4) {
  display: none;
}
@media only screen and (max-width: 840px) {
  /* line 457, ../sass/_top.scss */
  .top_blog .top_blog_list .top_blog_item:nth-of-type(n+4) {
    display: block;
  }
}
@media only screen and (max-width: 840px) {
  /* line 463, ../sass/_top.scss */
  .top_blog .top_blog_list .top_blog_item:last-of-type {
    border-bottom: solid 1px #707070;
  }
}
/* line 469, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 472, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item_link:hover {
  opacity: 0.7;
}
/* line 476, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item_img {
  width: 200px;
  height: 115px;
}
@media only screen and (max-width: 840px) {
  /* line 476, ../sass/_top.scss */
  .top_blog .top_blog_list .top_blog_item_img {
    width: 120px;
    height: 70px;
  }
}
/* line 484, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item_content {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 840px) {
  /* line 484, ../sass/_top.scss */
  .top_blog .top_blog_list .top_blog_item_content {
    width: calc(100% - 130px);
  }
}
/* line 489, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item_content .top_blog_item_title {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 840px) {
  /* line 489, ../sass/_top.scss */
  .top_blog .top_blog_list .top_blog_item_content .top_blog_item_title {
    -webkit-line-clamp: 2;
    font-size: 14px;
  }
}
/* line 502, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item_content .top_blog_item_text {
  font-size: 14px;
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 840px) {
  /* line 502, ../sass/_top.scss */
  .top_blog .top_blog_list .top_blog_item_content .top_blog_item_text {
    display: none;
  }
}
/* line 513, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item_content .top_blog_item_info {
  text-align: right;
  margin: 15px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 513, ../sass/_top.scss */
  .top_blog .top_blog_list .top_blog_item_content .top_blog_item_info {
    margin: 0;
  }
}
/* line 519, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item_content .top_blog_item_info .top_blog_item_info_date {
  font-size: 16px;
  color: #F4D67C;
  font-weight: bold;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 519, ../sass/_top.scss */
  .top_blog .top_blog_list .top_blog_item_content .top_blog_item_info .top_blog_item_info_date {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
}
/* line 529, ../sass/_top.scss */
.top_blog .top_blog_list .top_blog_item_content .top_blog_item_info .top_blog_item_info_cat {
  color: #fff;
  font-size: 12px;
  background: #90C797;
  padding: 4px 10px;
  display: inline-block;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 840px) {
  /* line 529, ../sass/_top.scss */
  .top_blog .top_blog_list .top_blog_item_content .top_blog_item_info .top_blog_item_info_cat {
    padding: 2px;
  }
}
/* line 544, ../sass/_top.scss */
.top_blog .top_blog_link {
  color: #072A7B;
  border: solid 2px #072A7B;
  font-size: 24px;
  font-weight: bold;
  padding: 25px 0;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 840px) {
  /* line 544, ../sass/_top.scss */
  .top_blog .top_blog_link {
    width: 230px;
    font-size: 18px;
    padding: 20px 0;
    margin: 20px auto 0;
  }
}
/* line 560, ../sass/_top.scss */
.top_blog .top_blog_link:hover {
  background: #072A7B;
  color: #fff;
}
/* line 563, ../sass/_top.scss */
.top_blog .top_blog_link:hover .top_blog_link_arrow {
  display: none;
}
/* line 566, ../sass/_top.scss */
.top_blog .top_blog_link:hover .top_blog_link_arrow_h {
  display: inline-block;
}
/* line 570, ../sass/_top.scss */
.top_blog .top_blog_link img {
  margin: 0 0 0 45px;
}
@media only screen and (max-width: 840px) {
  /* line 570, ../sass/_top.scss */
  .top_blog .top_blog_link img {
    margin: 0 0 0 40px;
    width: 37px;
    vertical-align: top;
  }
}
/* line 578, ../sass/_top.scss */
.top_blog .top_blog_link .top_blog_link_arrow_h {
  display: none;
}

/* line 1, ../sass/_driver.scss */
.driver_req {
  background: #F4D67C;
  padding: 40px 0;
}
@media only screen and (max-width: 840px) {
  /* line 1, ../sass/_driver.scss */
  .driver_req {
    padding: 10px 0;
  }
}
/* line 8, ../sass/_driver.scss */
.driver_req .common_inner {
  background: #fff;
  padding: 20px;
  text-align: center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
@media only screen and (max-width: 840px) {
  /* line 8, ../sass/_driver.scss */
  .driver_req .common_inner {
    padding: 8px;
    text-align: left;
  }
}
/* line 17, ../sass/_driver.scss */
.driver_req .common_inner .driver_req_title {
  margin: 0 0 15px;
  color: #F4D67C;
  font-weight: bold;
  font-size: 26px;
}
@media only screen and (max-width: 840px) {
  /* line 17, ../sass/_driver.scss */
  .driver_req .common_inner .driver_req_title {
    font-size: 18px;
  }
}
/* line 25, ../sass/_driver.scss */
.driver_req .common_inner .driver_req_title .driver_req_title_mark {
  display: block;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 840px) {
  /* line 25, ../sass/_driver.scss */
  .driver_req .common_inner .driver_req_title .driver_req_title_mark {
    display: inline-block;
    height: 18px;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
  }
}
/* line 36, ../sass/_driver.scss */
.driver_req .common_inner .driver_req_text {
  font-size: 18px;
}
@media only screen and (max-width: 840px) {
  /* line 36, ../sass/_driver.scss */
  .driver_req .common_inner .driver_req_text {
    font-size: 14px;
  }
}
/* line 41, ../sass/_driver.scss */
.driver_req .common_inner .driver_req_text span {
  color: #F09234;
  font-weight: bold;
}

/* line 50, ../sass/_driver.scss */
.driver_flow {
  padding: 80px 0 0;
}
@media only screen and (max-width: 960px) {
  /* line 50, ../sass/_driver.scss */
  .driver_flow {
    padding: 20px 0 40px;
  }
}
/* line 56, ../sass/_driver.scss */
.driver_flow .driver_flow_bubble {
  margin: 0 auto 20px;
  max-width: 100%;
}
@media only screen and (max-width: 960px) {
  /* line 56, ../sass/_driver.scss */
  .driver_flow .driver_flow_bubble {
    margin: 0 auto;
  }
}
/* line 63, ../sass/_driver.scss */
.driver_flow .driver_flow_title {
  color: #072A7B;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  /* line 63, ../sass/_driver.scss */
  .driver_flow .driver_flow_title {
    font-size: 18px;
    border-bottom: solid 1px #072A7B;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
}
/* line 76, ../sass/_driver.scss */
.driver_flow .driver_flow_list {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 840px) {
  /* line 76, ../sass/_driver.scss */
  .driver_flow .driver_flow_list {
    padding: 0;
  }
}
/* line 84, ../sass/_driver.scss */
.driver_flow .driver_flow_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #F3F5F9;
  position: relative;
  margin: 0 0 70px;
}
@media only screen and (max-width: 840px) {
  /* line 84, ../sass/_driver.scss */
  .driver_flow .driver_flow_item {
    display: block;
    padding: 0 5px;
    margin: 0 0 40px;
  }
}
/* line 95, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_img {
  width: 380px;
  min-height: 210px;
}
@media only screen and (max-width: 840px) {
  /* line 95, ../sass/_driver.scss */
  .driver_flow .driver_flow_item .driver_flow_item_img {
    width: 100%;
  }
}
/* line 101, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_img.step01 {
  background: url("../images/driver/flow01@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 105, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_img.step02 {
  background: url("../images/driver/flow02@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 109, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_img.step03 {
  background: url("../images/driver/flow03@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 113, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_img.step04 {
  background: url("../images/driver/flow04@2x.png") center center no-repeat;
  background-size: cover;
}
/* line 118, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_content {
  width: calc(100% - 470px);
  padding: 20px 45px 20px 0;
}
@media only screen and (max-width: 960px) {
  /* line 118, ../sass/_driver.scss */
  .driver_flow .driver_flow_item .driver_flow_item_content {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 840px) {
  /* line 118, ../sass/_driver.scss */
  .driver_flow .driver_flow_item .driver_flow_item_content {
    width: 100%;
    padding: 10px 0;
  }
}
/* line 128, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_title {
  color: #072A7B;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  /* line 128, ../sass/_driver.scss */
  .driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_title {
    font-size: 13px;
  }
}
/* line 135, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_title span {
  font-size: 46px;
  font-weight: normal;
  line-height: 1;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 960px) {
  /* line 135, ../sass/_driver.scss */
  .driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_title span {
    font-size: 24px;
    margin: 0 5px 0 0;
  }
}
/* line 145, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_title span.step01 {
  opacity: 0.4;
}
/* line 148, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_title span.step02 {
  opacity: 0.6;
}
/* line 151, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_title span.step03 {
  opacity: 0.8;
}
/* line 154, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_title span span {
  font-size: 80px;
}
@media only screen and (max-width: 960px) {
  /* line 154, ../sass/_driver.scss */
  .driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_title span span {
    font-size: 40px;
  }
}
/* line 162, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_text {
  font-size: 14px;
  margin: 15px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 162, ../sass/_driver.scss */
  .driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_text {
    margin: 10px 0 0;
  }
}
/* line 170, ../sass/_driver.scss */
.driver_flow .driver_flow_item .driver_flow_item_arrow {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  /* line 170, ../sass/_driver.scss */
  .driver_flow .driver_flow_item .driver_flow_item_arrow {
    width: 50px;
    bottom: -30px;
  }
}
/* line 181, ../sass/_driver.scss */
.driver_flow .common_req_link {
  padding: 0 5px;
}

/* line 188, ../sass/_driver.scss */
.driver_point .driver_point_list {
  margin: 40px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 840px) {
  /* line 188, ../sass/_driver.scss */
  .driver_point .driver_point_list {
    display: block;
    margin: 20px 0 0;
  }
}
/* line 196, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item {
  width: 50%;
  margin: 0 0 40px;
}
@media only screen and (max-width: 840px) {
  /* line 196, ../sass/_driver.scss */
  .driver_point .driver_point_list .driver_point_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 203, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item:nth-of-type(1) {
  border-bottom: solid 1px #90C797;
  padding: 0 5% 20px 0;
}
@media only screen and (max-width: 840px) {
  /* line 203, ../sass/_driver.scss */
  .driver_point .driver_point_list .driver_point_item:nth-of-type(1) {
    padding: 0 0 10px;
  }
}
/* line 209, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item:nth-of-type(1) .driver_point_item_img {
  background: url("../images/driver/point01.png") center center no-repeat;
  background-size: cover;
}
/* line 214, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item:nth-of-type(2) {
  border-bottom: solid 1px #90C797;
  padding: 0 0 20px 5%;
}
@media only screen and (max-width: 840px) {
  /* line 214, ../sass/_driver.scss */
  .driver_point .driver_point_list .driver_point_item:nth-of-type(2) {
    padding: 0 0 10px;
  }
}
/* line 220, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item:nth-of-type(2) .driver_point_item_img {
  background: url("../images/driver/point02.png") center center no-repeat;
  background-size: cover;
}
/* line 225, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item:nth-of-type(3) {
  padding: 0 5% 20px 0;
}
@media only screen and (max-width: 840px) {
  /* line 225, ../sass/_driver.scss */
  .driver_point .driver_point_list .driver_point_item:nth-of-type(3) {
    padding: 0 0 10px;
    border-bottom: solid 1px #90C797;
  }
}
/* line 231, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item:nth-of-type(3) .driver_point_item_img {
  background: url("../images/driver/point03.png") center center no-repeat;
  background-size: cover;
}
/* line 236, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item:nth-of-type(4) {
  padding: 0 0 20px 5%;
}
@media only screen and (max-width: 840px) {
  /* line 236, ../sass/_driver.scss */
  .driver_point .driver_point_list .driver_point_item:nth-of-type(4) {
    padding: 0 0 10px;
    border-bottom: solid 1px #90C797;
  }
}
/* line 242, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item:nth-of-type(4) .driver_point_item_img {
  background: url("../images/driver/point04.png") center center no-repeat;
  background-size: cover;
}
/* line 247, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item .driver_point_item_img {
  height: 290px;
}
@media only screen and (max-width: 840px) {
  /* line 247, ../sass/_driver.scss */
  .driver_point .driver_point_list .driver_point_item .driver_point_item_img {
    height: 220px;
  }
}
/* line 253, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item .driver_point_item_title {
  color: #072A7B;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}
@media only screen and (max-width: 840px) {
  /* line 253, ../sass/_driver.scss */
  .driver_point .driver_point_list .driver_point_item .driver_point_item_title {
    font-size: 13px;
    margin: 5px 0 10px;
  }
}
/* line 263, ../sass/_driver.scss */
.driver_point .driver_point_list .driver_point_item .driver_point_item_text {
  font-size: 14px;
}

/* line 271, ../sass/_driver.scss */
.driver_faq {
  padding: 0 0 80px;
}
@media only screen and (max-width: 840px) {
  /* line 271, ../sass/_driver.scss */
  .driver_faq {
    padding: 10px 0 20px;
  }
}
/* line 277, ../sass/_driver.scss */
.driver_faq .driver_faq_dl {
  margin: 20px 0 80px;
  line-height: 1.6;
}
@media only screen and (max-width: 840px) {
  /* line 277, ../sass/_driver.scss */
  .driver_faq .driver_faq_dl {
    margin: 10px 0 0;
  }
}
/* line 283, ../sass/_driver.scss */
.driver_faq .driver_faq_dl .driver_faq_dt {
  color: #072A7B;
  padding: 0 20px 10px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 283, ../sass/_driver.scss */
  .driver_faq .driver_faq_dl .driver_faq_dt {
    padding: 0 10px 5px;
    font-size: 14px;
  }
}
/* line 292, ../sass/_driver.scss */
.driver_faq .driver_faq_dl .driver_faq_dt span {
  font-size: 26px;
}
@media only screen and (max-width: 840px) {
  /* line 292, ../sass/_driver.scss */
  .driver_faq .driver_faq_dl .driver_faq_dt span {
    font-size: 18px;
    margin: 0 5px 0 0;
  }
}
/* line 300, ../sass/_driver.scss */
.driver_faq .driver_faq_dl .driver_faq_dd {
  padding: 10px 40px 10px 70px;
  background: #F3F5F9;
  font-size: 14px;
  margin: 0 0 30px;
  color: #212121;
}
@media only screen and (max-width: 840px) {
  /* line 300, ../sass/_driver.scss */
  .driver_faq .driver_faq_dl .driver_faq_dd {
    padding: 10px;
    margin: 0 0 20px;
  }
}

/* line 315, ../sass/_driver.scss */
.driver_pagelink {
  padding: 0 0 80px;
}
@media only screen and (max-width: 840px) {
  /* line 315, ../sass/_driver.scss */
  .driver_pagelink {
    background: #F3F5F9;
    padding: 20px 0 40px;
  }
}

/* line 2, ../sass/_welfare.scss */
.welfare_desire {
  background: #F3F5F9;
  text-align: center;
  padding: 40px 0 30px;
}
@media only screen and (max-width: 840px) {
  /* line 2, ../sass/_welfare.scss */
  .welfare_desire {
    padding: 10px 0 20px;
  }
}
/* line 10, ../sass/_welfare.scss */
.welfare_desire .welfare_desire_title {
  color: #072A7B;
  border-bottom: solid 2px #072A7B;
  display: inline-block;
  padding: 0 60px 10px;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 10, ../sass/_welfare.scss */
  .welfare_desire .welfare_desire_title {
    font-size: 18px;
    padding: 0 15px;
  }
}
/* line 22, ../sass/_welfare.scss */
.welfare_desire .welfare_desire_text {
  background: #fff;
  padding: 20px;
  max-width: 950px;
  margin: 25px auto 0;
  font-size: 18px;
}
@media only screen and (max-width: 840px) {
  /* line 22, ../sass/_welfare.scss */
  .welfare_desire .welfare_desire_text {
    font-size: 14px;
    margin: 10px auto 0;
    padding: 5px;
    text-align: left;
  }
}
/* line 34, ../sass/_welfare.scss */
.welfare_desire .welfare_desire_text span {
  display: block;
  margin: 20px auto 0;
}
@media only screen and (max-width: 840px) {
  /* line 34, ../sass/_welfare.scss */
  .welfare_desire .welfare_desire_text span {
    text-align: right;
    margin: 0;
  }
}

/* line 46, ../sass/_welfare.scss */
.welfare_main {
  padding: 0 0 80px;
}
@media only screen and (max-width: 840px) {
  /* line 46, ../sass/_welfare.scss */
  .welfare_main {
    background: #F3F5F9;
    padding: 0 0 20px;
  }
}
/* line 53, ../sass/_welfare.scss */
.welfare_main .welfare_main_title {
  background: #90C797;
  color: #fff;
  padding: 40px 5px 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 53, ../sass/_welfare.scss */
  .welfare_main .welfare_main_title {
    font-size: 15px;
    padding: 10px;
  }
}
/* line 64, ../sass/_welfare.scss */
.welfare_main .welfare_main_title span {
  background: #fff;
  color: #90C797;
  display: block;
  font-size: 46px;
  width: 270px;
  margin: 20px auto 0;
  padding: 5px 0;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 840px) {
  /* line 64, ../sass/_welfare.scss */
  .welfare_main .welfare_main_title span {
    font-size: 19px;
    margin: 5px auto 0;
    width: 120px;
  }
}
/* line 80, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl {
  margin: 0 0 80px;
}
@media only screen and (max-width: 840px) {
  /* line 80, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl {
    margin: 0 0 20px;
  }
}
/* line 85, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dt {
  border: solid 1px #F4D67C;
  border-left: solid 20px #F4D67C;
  padding: 34px 40px;
  background: #fff;
  color: #072A7B;
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 840px) {
  /* line 85, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dt {
    font-size: 15px;
    padding: 15px 10px;
    border-left: solid 10px #F4D67C;
    margin: 15px 0 0;
  }
}
/* line 102, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dt:before {
  content: '';
  display: block;
  height: 4px;
  width: 40px;
  background: #F4D67C;
  position: absolute;
  top: 50%;
  right: 40px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 840px) {
  /* line 102, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dt:before {
    width: 20px;
    height: 2px;
    right: 25px;
  }
}
/* line 118, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dt:after {
  content: '';
  display: block;
  width: 4px;
  height: 40px;
  background: #F4D67C;
  position: absolute;
  top: 50%;
  right: 58px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 840px) {
  /* line 118, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dt:after {
    height: 20px;
    width: 2px;
    right: 35px;
  }
}
/* line 137, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dt.show:after {
  opacity: 0;
  top: -10px;
}
/* line 143, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd {
  display: none;
}
/* line 145, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list {
  background: #F3F5F9;
  padding: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 840px) {
  /* line 145, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list {
    display: block;
    padding: 0;
  }
}
/* line 154, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item {
  width: 48%;
  background: #fff;
}
@media only screen and (max-width: 840px) {
  /* line 154, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item {
    width: 100%;
  }
}
/* line 160, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item:nth-of-type(odd) {
  margin: 0 auto 40px 0;
}
@media only screen and (max-width: 840px) {
  /* line 160, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item:nth-of-type(odd) {
    margin: 0 0 20px;
  }
}
/* line 166, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item:nth-of-type(even) {
  margin: 0 0 40px auto;
}
@media only screen and (max-width: 840px) {
  /* line 166, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item:nth-of-type(even) {
    margin: 0 0 20px;
  }
}
/* line 172, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item.jumper {
  width: 100%;
}
/* line 174, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item.jumper .welfare_main_dd_item_img_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  /* line 174, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item.jumper .welfare_main_dd_item_img_wrap {
    display: block;
  }
}
/* line 181, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item.jumper .welfare_main_dd_item_img {
  width: 48%;
}
@media only screen and (max-width: 840px) {
  /* line 181, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item.jumper .welfare_main_dd_item_img {
    width: 100%;
  }
  /* line 185, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item.jumper .welfare_main_dd_item_img:first-of-type {
    margin: 0 0 10px;
  }
}
/* line 192, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item_img {
  height: 290px;
}
@media only screen and (max-width: 840px) {
  /* line 192, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item_img {
    height: 200px;
  }
}
/* line 198, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item_title {
  color: #072A7B;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 198, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item_title {
    font-size: 14px;
    padding: 5px 5px 0;
  }
}
/* line 208, ../sass/_welfare.scss */
.welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item_text {
  padding: 0 20px 20px;
  font-size: 14px;
}
@media only screen and (max-width: 840px) {
  /* line 208, ../sass/_welfare.scss */
  .welfare_main .welfare_main_dl .welfare_main_dd .welfare_main_dd_list .welfare_main_dd_item_text {
    padding: 5px 5px;
  }
}

/* line 221, ../sass/_welfare.scss */
.welfare_system {
  padding: 20px 0 0;
}
/* line 224, ../sass/_welfare.scss */
.welfare_system .welfare_system_list {
  margin: 20px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  /* line 224, ../sass/_welfare.scss */
  .welfare_system .welfare_system_list {
    display: block;
  }
}
/* line 231, ../sass/_welfare.scss */
.welfare_system .welfare_system_list .welfare_system_item {
  width: 32%;
}
@media only screen and (max-width: 840px) {
  /* line 231, ../sass/_welfare.scss */
  .welfare_system .welfare_system_list .welfare_system_item {
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: solid 1px #90C797;
  }
  /* line 238, ../sass/_welfare.scss */
  .welfare_system .welfare_system_list .welfare_system_item:last-of-type {
    border-bottom: none;
  }
}
/* line 242, ../sass/_welfare.scss */
.welfare_system .welfare_system_list .welfare_system_item .welfare_system_item_img {
  height: 260px;
}
@media only screen and (max-width: 840px) {
  /* line 242, ../sass/_welfare.scss */
  .welfare_system .welfare_system_list .welfare_system_item .welfare_system_item_img {
    height: 200px;
  }
}
/* line 248, ../sass/_welfare.scss */
.welfare_system .welfare_system_list .welfare_system_item .welfare_system_item_title {
  color: #072A7B;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 248, ../sass/_welfare.scss */
  .welfare_system .welfare_system_list .welfare_system_item .welfare_system_item_title {
    font-size: 14px;
    margin: 5px 0;
  }
}
/* line 258, ../sass/_welfare.scss */
.welfare_system .welfare_system_list .welfare_system_item .welfare_system_item_text {
  font-size: 14px;
}

/* line 266, ../sass/_welfare.scss */
.welfare_pagelink {
  padding: 100px 0 60px;
}
@media only screen and (max-width: 840px) {
  /* line 266, ../sass/_welfare.scss */
  .welfare_pagelink {
    padding: 40px 0;
    background: #F3F5F9;
  }
}
/* line 272, ../sass/_welfare.scss */
.welfare_pagelink .common_content_list {
  margin: 80px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 272, ../sass/_welfare.scss */
  .welfare_pagelink .common_content_list {
    margin: 20px 0 0;
  }
}

/* line 1, ../sass/_safe.scss */
.safe_block {
  padding: 40px 0;
}
@media only screen and (max-width: 840px) {
  /* line 1, ../sass/_safe.scss */
  .safe_block {
    padding: 0 0 30px;
  }
}
/* line 7, ../sass/_safe.scss */
.safe_block .safe_initiative_copy {
  color: #072A7B;
  font-size: 26px;
  font-weight: bold;
  margin: 40px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 7, ../sass/_safe.scss */
  .safe_block .safe_initiative_copy {
    font-size: 14px;
    margin: 10px 0 0;
  }
}
/* line 17, ../sass/_safe.scss */
.safe_block .safe_block_list {
  margin: 30px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 840px) {
  /* line 17, ../sass/_safe.scss */
  .safe_block .safe_block_list {
    display: block;
    margin: 20px 0 0;
  }
}
/* line 25, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item {
  width: 31%;
  margin: 0 1% 40px;
}
@media only screen and (max-width: 840px) {
  /* line 25, ../sass/_safe.scss */
  .safe_block .safe_block_list .safe_block_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 32, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item.large {
  width: 64%;
}
@media only screen and (max-width: 840px) {
  /* line 32, ../sass/_safe.scss */
  .safe_block .safe_block_list .safe_block_item.large {
    width: 100%;
  }
}
/* line 39, ../sass/_safe.scss */
.safe_block .safe_block_list .welfare_system_item_img {
  height: 260px;
}
@media only screen and (max-width: 840px) {
  /* line 39, ../sass/_safe.scss */
  .safe_block .safe_block_list .welfare_system_item_img {
    height: 200px;
  }
}
/* line 45, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item_initiative {
  background: #F3F5F9;
  padding: 20px 30px;
  font-size: 14px;
  margin: 40px 0 0;
  min-height: 165px;
}
@media only screen and (max-width: 840px) {
  /* line 45, ../sass/_safe.scss */
  .safe_block .safe_block_list .safe_block_item_initiative {
    padding: 10px 5px;
    min-height: inherit;
  }
}
/* line 56, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item_title {
  color: #072A7B;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}
@media only screen and (max-width: 840px) {
  /* line 56, ../sass/_safe.scss */
  .safe_block .safe_block_list .safe_block_item_title {
    margin: 5px 0;
  }
}
/* line 65, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item_text {
  font-size: 14px;
}
/* line 68, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item_link {
  color: #072A7B;
  border: solid 2px #072A7B;
  font-size: 18px;
  text-align: center;
  padding: 10px 60px 10px 0;
  display: block;
  margin: 40px auto 0;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 68, ../sass/_safe.scss */
  .safe_block .safe_block_list .safe_block_item_link {
    margin: 10px auto 0;
    border: solid 1px #072A7B;
    padding: 10px;
    width: 80%;
  }
}
/* line 84, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item_link .safe_block_item_link_arrow_h {
  display: none;
}
/* line 87, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item_link img {
  position: absolute;
  right: 20px;
  top: 12px;
}
@media only screen and (max-width: 840px) {
  /* line 87, ../sass/_safe.scss */
  .safe_block .safe_block_list .safe_block_item_link img {
    position: static;
    margin: 0 0 0 10px;
    width: 35px;
  }
}
/* line 97, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item_link:hover {
  color: #fff;
  background: #072A7B;
}
/* line 100, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item_link:hover .safe_block_item_link_arrow_h {
  display: inline;
}
/* line 103, ../sass/_safe.scss */
.safe_block .safe_block_list .safe_block_item_link:hover .safe_block_item_link_arrow {
  display: none;
}

/* line 111, ../sass/_safe.scss */
.safe_req_wrap {
  background: #F3F5F9;
  padding: 40px 0;
  margin: 0 0 40px;
}
@media only screen and (max-width: 840px) {
  /* line 111, ../sass/_safe.scss */
  .safe_req_wrap {
    padding: 20px 0;
  }
  /* line 117, ../sass/_safe.scss */
  .safe_req_wrap.last {
    margin: 0;
  }
}

/* line 123, ../sass/_safe.scss */
.safe_pagelink {
  padding: 40px 0 60px;
  background: #F3F5F9;
}
@media only screen and (max-width: 840px) {
  /* line 123, ../sass/_safe.scss */
  .safe_pagelink {
    padding: 20px 0 60px;
  }
}

/* line 1, ../sass/_about.scss */
.about_intro {
  padding: 40px 0 90px;
}
@media only screen and (max-width: 840px) {
  /* line 1, ../sass/_about.scss */
  .about_intro {
    padding: 0 0 40px;
  }
}
/* line 7, ../sass/_about.scss */
.about_intro .common_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  /* line 7, ../sass/_about.scss */
  .about_intro .common_inner {
    display: block;
  }
}
/* line 14, ../sass/_about.scss */
.about_intro .about_intro_img {
  width: 450px;
  background: url("../images/about/intro@2x.png") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  /* line 14, ../sass/_about.scss */
  .about_intro .about_intro_img {
    width: 400px;
  }
}
@media only screen and (max-width: 840px) {
  /* line 14, ../sass/_about.scss */
  .about_intro .about_intro_img {
    height: 120px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
/* line 28, ../sass/_about.scss */
.about_intro .about_intro_right {
  width: calc(100% - 500px);
}
@media only screen and (max-width: 960px) {
  /* line 28, ../sass/_about.scss */
  .about_intro .about_intro_right {
    width: calc(100% - 420px);
  }
}
@media only screen and (max-width: 840px) {
  /* line 28, ../sass/_about.scss */
  .about_intro .about_intro_right {
    width: 100%;
  }
}
/* line 37, ../sass/_about.scss */
.about_intro .about_intro_right_title {
  color: #90C797;
  font-size: 24px;
  border-left: solid 10px #90C797;
  padding: 0 0 0 10px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  /* line 37, ../sass/_about.scss */
  .about_intro .about_intro_right_title {
    font-size: 16px;
    border-left: solid 5px #90C797;
  }
}
/* line 47, ../sass/_about.scss */
.about_intro .about_intro_right_title.second {
  margin: 20px 0 0;
}
@media only screen and (max-width: 960px) {
  /* line 47, ../sass/_about.scss */
  .about_intro .about_intro_right_title.second {
    margin: 0;
  }
}
/* line 54, ../sass/_about.scss */
.about_intro .about_intro_right_text {
  padding: 20px 0 20px 20px;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  /* line 54, ../sass/_about.scss */
  .about_intro .about_intro_right_text {
    padding: 10px 0 20px;
  }
}
/* line 61, ../sass/_about.scss */
.about_intro .about_intro_right_philo {
  background: #F3F5F9;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 65, ../sass/_about.scss */
.about_intro .about_intro_right_philo .about_intro_right_philo_img {
  width: 200px;
}
@media only screen and (max-width: 960px) {
  /* line 65, ../sass/_about.scss */
  .about_intro .about_intro_right_philo .about_intro_right_philo_img {
    width: 170px;
  }
}
/* line 71, ../sass/_about.scss */
.about_intro .about_intro_right_philo .about_intro_right_philo_text {
  font-size: 24px;
  color: #072A7B;
  font-weight: bold;
  padding: 0 40px;
}
@media only screen and (max-width: 960px) {
  /* line 71, ../sass/_about.scss */
  .about_intro .about_intro_right_philo .about_intro_right_philo_text {
    font-size: 14px;
    padding: 0 25px;
  }
}

/* line 84, ../sass/_about.scss */
.about_main {
  padding: 0 0 40px;
}
@media only screen and (max-width: 840px) {
  /* line 84, ../sass/_about.scss */
  .about_main {
    padding: 0;
  }
}
/* line 90, ../sass/_about.scss */
.about_main .about_main_text {
  color: #072A7B;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
}
@media only screen and (max-width: 840px) {
  /* line 90, ../sass/_about.scss */
  .about_main .about_main_text {
    font-size: 14px;
    margin: 15px 0 10px;
  }
}
/* line 100, ../sass/_about.scss */
.about_main .about_main_subtext {
  font-size: 14px;
  margin: 0 0 10px;
}
/* line 104, ../sass/_about.scss */
.about_main .about_main_newface {
  display: -webkit-flex;
  display: flex;
  background: #F3F5F9;
  margin: 0 auto 40px;
  max-width: 1160px;
}
@media only screen and (max-width: 840px) {
  /* line 104, ../sass/_about.scss */
  .about_main .about_main_newface {
    display: block;
  }
}
/* line 112, ../sass/_about.scss */
.about_main .about_main_newface .about_main_newface_img {
  width: 510px;
  background: url("../images/about/img01@2x.png") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 840px) {
  /* line 112, ../sass/_about.scss */
  .about_main .about_main_newface .about_main_newface_img {
    width: 100%;
    height: 170px;
  }
}
/* line 121, ../sass/_about.scss */
.about_main .about_main_newface .about_main_newface_right {
  width: calc(100% - 510px);
}
@media only screen and (max-width: 840px) {
  /* line 121, ../sass/_about.scss */
  .about_main .about_main_newface .about_main_newface_right {
    width: 100%;
  }
}
/* line 127, ../sass/_about.scss */
.about_main .about_main_newface .about_main_newface_title {
  color: #fff;
  background: #90C797;
  padding: 10px 35px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 127, ../sass/_about.scss */
  .about_main .about_main_newface .about_main_newface_title {
    padding: 5px;
    font-size: 15px;
  }
}
/* line 138, ../sass/_about.scss */
.about_main .about_main_newface .about_main_newface_text {
  padding: 10px 35px;
  font-size: 14px;
}
@media only screen and (max-width: 840px) {
  /* line 138, ../sass/_about.scss */
  .about_main .about_main_newface .about_main_newface_text {
    padding: 5px;
  }
}
/* line 146, ../sass/_about.scss */
.about_main .about_main_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 146, ../sass/_about.scss */
  .about_main .about_main_list {
    display: block;
    margin: 10px 0 0;
  }
}
/* line 156, ../sass/_about.scss */
.about_main .about_main_item {
  width: 31%;
  margin: 0 1% 40px;
}
@media only screen and (max-width: 840px) {
  /* line 156, ../sass/_about.scss */
  .about_main .about_main_item {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 840px) {
  /* line 164, ../sass/_about.scss */
  .about_main .about_main_item_spflex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 840px) {
  /* line 170, ../sass/_about.scss */
  .about_main .about_main_item_inner {
    width: calc(100% - 165px);
    margin: 0 0 0 15px;
  }
}
/* line 176, ../sass/_about.scss */
.about_main .about_main_item_img {
  height: 260px;
}
@media only screen and (max-width: 840px) {
  /* line 176, ../sass/_about.scss */
  .about_main .about_main_item_img {
    width: 150px;
    height: 85px;
  }
  /* line 181, ../sass/_about.scss */
  .about_main .about_main_item_img.large {
    height: 110px;
  }
}
/* line 186, ../sass/_about.scss */
.about_main .about_main_item_title {
  color: #072A7B;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}
@media only screen and (max-width: 840px) {
  /* line 186, ../sass/_about.scss */
  .about_main .about_main_item_title {
    font-size: 16px;
    margin: 0 0 5px;
  }
}
/* line 196, ../sass/_about.scss */
.about_main .about_main_item_text {
  font-size: 14px;
  min-height: 90px;
}
@media only screen and (max-width: 840px) {
  /* line 196, ../sass/_about.scss */
  .about_main .about_main_item_text {
    min-height: inherit;
  }
}
/* line 203, ../sass/_about.scss */
.about_main .about_main_link {
  color: #072A7B;
  border: solid 2px #072A7B;
  font-size: 18px;
  text-align: center;
  padding: 10px 60px 10px 0;
  display: block;
  margin: 0 auto 5px;
  position: relative;
  font-weight: bold;
  max-width: 370px;
}
@media only screen and (max-width: 840px) {
  /* line 203, ../sass/_about.scss */
  .about_main .about_main_link {
    margin: 10px auto 0;
    border: solid 1px #072A7B;
    padding: 10px;
    width: 80%;
  }
}
/* line 220, ../sass/_about.scss */
.about_main .about_main_link .about_main_link_arrow_h {
  display: none;
}
/* line 223, ../sass/_about.scss */
.about_main .about_main_link img {
  position: absolute;
  right: 20px;
  top: 12px;
}
@media only screen and (max-width: 840px) {
  /* line 223, ../sass/_about.scss */
  .about_main .about_main_link img {
    position: static;
    margin: 0 0 0 10px;
    width: 35px;
  }
}
/* line 233, ../sass/_about.scss */
.about_main .about_main_link:hover {
  color: #fff;
  background: #072A7B;
}
/* line 236, ../sass/_about.scss */
.about_main .about_main_link:hover .about_main_link_arrow_h {
  display: inline;
}
/* line 239, ../sass/_about.scss */
.about_main .about_main_link:hover .about_block_link_arrow {
  display: none;
}
/* line 244, ../sass/_about.scss */
.about_main .about_main_certification {
  margin: 0 0 40px;
}
/* line 246, ../sass/_about.scss */
.about_main .about_main_certification .about_main_certification_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 250, ../sass/_about.scss */
.about_main .about_main_certification .about_main_certification_item {
  width: 31%;
  margin: 0 1% 40px;
}
@media only screen and (max-width: 840px) {
  /* line 250, ../sass/_about.scss */
  .about_main .about_main_certification .about_main_certification_item {
    margin: 0 1% 10px;
  }
}
/* line 257, ../sass/_about.scss */
.about_main .about_main_certification .about_main_certification_item_img {
  height: 170px;
}
@media only screen and (max-width: 840px) {
  /* line 257, ../sass/_about.scss */
  .about_main .about_main_certification .about_main_certification_item_img {
    height: 90px;
  }
}

/* line 267, ../sass/_about.scss */
.about_pagelink {
  padding: 80px 0 60px;
}
@media only screen and (max-width: 840px) {
  /* line 267, ../sass/_about.scss */
  .about_pagelink {
    background: #F3F5F9;
    padding: 20px 0 40px;
    margin: 20px 0 0;
  }
}

/* line 1, ../sass/_csr.scss */
.csr_certification {
  padding: 40px 0;
}
@media only screen and (max-width: 840px) {
  /* line 1, ../sass/_csr.scss */
  .csr_certification {
    padding: 0 0 30px;
  }
}
/* line 7, ../sass/_csr.scss */
.csr_certification .csr_certification_list {
  max-width: 1160px;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 840px) {
  /* line 7, ../sass/_csr.scss */
  .csr_certification .csr_certification_list {
    display: block;
    padding: 0 0 0 5px;
    margin: 20px auto 0;
  }
}
/* line 19, ../sass/_csr.scss */
.csr_certification .csr_certification_item {
  width: 30%;
  margin: 0 0 50px;
}
@media only screen and (max-width: 840px) {
  /* line 19, ../sass/_csr.scss */
  .csr_certification .csr_certification_item {
    width: 100%;
    margin: 0 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 29, ../sass/_csr.scss */
.csr_certification .csr_certification_item_img {
  height: 170px;
  max-width: 100%;
  margin: 0 auto 25px;
  display: block;
}
@media only screen and (max-width: 840px) {
  /* line 29, ../sass/_csr.scss */
  .csr_certification .csr_certification_item_img {
    height: inherit;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
  }
}
/* line 41, ../sass/_csr.scss */
.csr_certification .csr_certification_item_text {
  background: #F3F5F9;
  min-height: 150px;
  font-size: 14px;
  padding: 10px;
}
@media only screen and (max-width: 840px) {
  /* line 41, ../sass/_csr.scss */
  .csr_certification .csr_certification_item_text {
    min-height: inherit;
    width: calc(100% - 120px);
    padding: 10px 10px 10px 15px;
  }
}
/* line 51, ../sass/_csr.scss */
.csr_certification .csr_certification_item_text span {
  color: #F09234;
}

/* line 59, ../sass/_csr.scss */
.csr_point .csr_point_title {
  color: #072A7B;
  font-size: 26px;
  font-weight: bold;
  margin: 30px 0 20px;
}
@media only screen and (max-width: 840px) {
  /* line 59, ../sass/_csr.scss */
  .csr_point .csr_point_title {
    font-size: 14px;
    margin: 20px 0 0;
  }
}
/* line 69, ../sass/_csr.scss */
.csr_point .csr_point_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: solid 1px #90C797;
  padding: 20px 0;
}
@media only screen and (max-width: 840px) {
  /* line 69, ../sass/_csr.scss */
  .csr_point .csr_point_item {
    display: block;
    padding: 10px 0 0;
  }
}
/* line 79, ../sass/_csr.scss */
.csr_point .csr_point_item:last-of-type {
  border-bottom: none;
}
/* line 82, ../sass/_csr.scss */
.csr_point .csr_point_item .csr_point_item_img {
  width: 400px;
  height: 300px;
}
@media only screen and (max-width: 840px) {
  /* line 82, ../sass/_csr.scss */
  .csr_point .csr_point_item .csr_point_item_img {
    width: 100%;
    height: 150px;
  }
}
/* line 90, ../sass/_csr.scss */
.csr_point .csr_point_item .csr_point_item_content {
  width: calc(100% - 450px);
}
@media only screen and (max-width: 840px) {
  /* line 90, ../sass/_csr.scss */
  .csr_point .csr_point_item .csr_point_item_content {
    width: 100%;
  }
}
/* line 96, ../sass/_csr.scss */
.csr_point .csr_point_item .csr_point_item_title {
  color: #072A7B;
  font-size: 80px;
  line-height: 1;
  margin: 0 0 30px;
}
@media only screen and (max-width: 840px) {
  /* line 96, ../sass/_csr.scss */
  .csr_point .csr_point_item .csr_point_item_title {
    font-size: 40px;
    margin: 10px 0;
  }
}
/* line 106, ../sass/_csr.scss */
.csr_point .csr_point_item .csr_point_item_title span {
  font-size: 46px;
}
@media only screen and (max-width: 840px) {
  /* line 106, ../sass/_csr.scss */
  .csr_point .csr_point_item .csr_point_item_title span {
    font-size: 23px;
  }
}
/* line 113, ../sass/_csr.scss */
.csr_point .csr_point_item .csr_point_item_text {
  font-size: 16px;
}
@media only screen and (max-width: 840px) {
  /* line 113, ../sass/_csr.scss */
  .csr_point .csr_point_item .csr_point_item_text {
    font-size: 14px;
  }
}

/* line 121, ../sass/_csr.scss */
.csr_req_wrap {
  background: #F3F5F9;
  padding: 40px 0;
  margin: 60px 0;
}
@media only screen and (max-width: 840px) {
  /* line 121, ../sass/_csr.scss */
  .csr_req_wrap {
    background: none;
    padding: 20px 0;
    margin: 15px 0;
  }
}

/* line 133, ../sass/_csr.scss */
.csr_pagelink {
  padding: 40px 0;
}
/* line 135, ../sass/_csr.scss */
.csr_pagelink .csr_req_wrap {
  margin: 0 0 70px;
}
@media only screen and (max-width: 840px) {
  /* line 133, ../sass/_csr.scss */
  .csr_pagelink {
    background: #F3F5F9;
    padding: 20px 0 40px;
    margin: 15px 0 0;
  }
  /* line 142, ../sass/_csr.scss */
  .csr_pagelink .csr_req_wrap {
    margin: 0 0 40px;
    padding: 0;
  }
}

/* line 1, ../sass/_work.scss */
.work_nav {
  background: #F3F5F9;
  padding: 40px 0;
}
@media only screen and (max-width: 960px) {
  /* line 1, ../sass/_work.scss */
  .work_nav {
    padding: 20px 0;
  }
}
/* line 8, ../sass/_work.scss */
.work_nav .work_nav_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 13, ../sass/_work.scss */
.work_nav .work_nav_item {
  width: 49%;
  background: #fff;
}
/* line 16, ../sass/_work.scss */
.work_nav .work_nav_item:nth-of-type(-n+2) {
  margin: 0 0 50px;
}
@media only screen and (max-width: 960px) {
  /* line 16, ../sass/_work.scss */
  .work_nav .work_nav_item:nth-of-type(-n+2) {
    margin: 0 0 15px;
  }
}
/* line 22, ../sass/_work.scss */
.work_nav .work_nav_item .work_nav_item_title {
  color: #F4D67C;
  font-size: 24px;
  padding: 0 10px;
  font-weight: bold;
  border-bottom: solid 2px #F4D67C;
}
@media only screen and (max-width: 960px) {
  /* line 22, ../sass/_work.scss */
  .work_nav .work_nav_item .work_nav_item_title {
    font-size: 14px;
    padding: 0 5px;
  }
}
/* line 33, ../sass/_work.scss */
.work_nav .work_nav_item .work_nav_item_inner {
  display: -webkit-flex;
  display: flex;
  margin: 10px 0 0;
}
/* line 37, ../sass/_work.scss */
.work_nav .work_nav_item .work_nav_item_img {
  width: 200px;
  height: 150px;
}
@media only screen and (max-width: 960px) {
  /* line 37, ../sass/_work.scss */
  .work_nav .work_nav_item .work_nav_item_img {
    width: 80px;
    height: 80px;
  }
}
/* line 45, ../sass/_work.scss */
.work_nav .work_nav_item .work_nav_item_content {
  width: calc(100% - 200px);
  text-align: center;
}
@media only screen and (max-width: 960px) {
  /* line 45, ../sass/_work.scss */
  .work_nav .work_nav_item .work_nav_item_content {
    width: calc(100% - 80px);
  }
}
/* line 52, ../sass/_work.scss */
.work_nav .work_nav_item .work_nav_item_name {
  color: #072A7B;
  font-size: 28px;
  font-weight: bold;
  padding: 31px 0;
}
@media only screen and (max-width: 960px) {
  /* line 52, ../sass/_work.scss */
  .work_nav .work_nav_item .work_nav_item_name {
    font-size: 14px;
    padding: 16.5px 0;
  }
  /* line 60, ../sass/_work.scss */
  .work_nav .work_nav_item .work_nav_item_name span {
    display: none;
  }
}
/* line 65, ../sass/_work.scss */
.work_nav .work_nav_item .work_nav_item_link {
  background: #072A7B;
  display: block;
  padding: 10px;
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  /* line 65, ../sass/_work.scss */
  .work_nav .work_nav_item .work_nav_item_link {
    font-size: 12px;
    padding: 5px 0;
  }
}
/* line 75, ../sass/_work.scss */
.work_nav .work_nav_item .work_nav_item_link:hover {
  opacity: 0.7;
}
/* line 78, ../sass/_work.scss */
.work_nav .work_nav_item .work_nav_item_link img {
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 960px) {
  /* line 78, ../sass/_work.scss */
  .work_nav .work_nav_item .work_nav_item_link img {
    margin: 0 0 0 10px;
    width: 15px;
  }
}

/* line 89, ../sass/_work.scss */
.work_info {
  padding: 80px 0;
}
@media only screen and (max-width: 960px) {
  /* line 89, ../sass/_work.scss */
  .work_info {
    padding: 40px 0 15px;
  }
}
/* line 95, ../sass/_work.scss */
.work_info .common_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 99, ../sass/_work.scss */
.work_info .work_info_img {
  width: 450px;
  height: 290px;
}
@media only screen and (max-width: 960px) {
  /* line 99, ../sass/_work.scss */
  .work_info .work_info_img {
    width: 160px;
    height: 140px;
  }
}
/* line 107, ../sass/_work.scss */
.work_info .work_info_content {
  width: calc(100% - 470px);
}
@media only screen and (max-width: 960px) {
  /* line 107, ../sass/_work.scss */
  .work_info .work_info_content {
    width: calc(100% - 165px);
  }
}
/* line 113, ../sass/_work.scss */
.work_info .work_info_belong {
  color: #90C797;
  font-size: 28px;
  font-weight: bold;
  border-left: solid 10px #90C797;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 960px) {
  /* line 113, ../sass/_work.scss */
  .work_info .work_info_belong {
    font-size: 16px;
    padding: 0 0 0 3px;
    border-left: solid 5px #90C797;
  }
}
/* line 125, ../sass/_work.scss */
.work_info .work_info_name {
  display: block;
  color: #072A7B;
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 2px #F4D67C;
  padding: 10px 30px;
}
@media only screen and (max-width: 960px) {
  /* line 125, ../sass/_work.scss */
  .work_info .work_info_name {
    font-size: 15px;
    padding: 10px 0 5px 20px;
  }
}
@media only screen and (max-width: 960px) {
  /* line 136, ../sass/_work.scss */
  .work_info .work_info_name span {
    font-size: 12px;
    line-height: 1;
  }
}
/* line 143, ../sass/_work.scss */
.work_info .work_info_other {
  padding: 10px 30px;
  font-size: 24px;
}
@media only screen and (max-width: 960px) {
  /* line 143, ../sass/_work.scss */
  .work_info .work_info_other {
    font-size: 14px;
    padding: 10px 20px 0;
  }
}

/* line 156, ../sass/_work.scss */
.work_faq .work_faq_dl {
  max-width: 1160px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 960px) {
  /* line 156, ../sass/_work.scss */
  .work_faq .work_faq_dl {
    margin: 10px auto 0;
  }
}
/* line 163, ../sass/_work.scss */
.work_faq .work_faq_dt {
  padding: 10px 0 10px 20px;
  color: #072A7B;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  /* line 163, ../sass/_work.scss */
  .work_faq .work_faq_dt {
    font-size: 15px;
    padding: 10px;
  }
}
/* line 172, ../sass/_work.scss */
.work_faq .work_faq_dt span {
  font-size: 26px;
  width: 50px;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  /* line 172, ../sass/_work.scss */
  .work_faq .work_faq_dt span {
    display: none;
  }
}
/* line 181, ../sass/_work.scss */
.work_faq .work_faq_dd {
  background: #F3F5F9;
  padding: 10px 70px;
  line-height: 1.6;
  font-size: 14px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  /* line 181, ../sass/_work.scss */
  .work_faq .work_faq_dd {
    padding: 10px 15px;
    margin: 0 0 15px;
  }
}

/* line 197, ../sass/_work.scss */
.work_schedule .work_schedule_img_pc {
  margin: 40px 0 0;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  /* line 197, ../sass/_work.scss */
  .work_schedule .work_schedule_img_pc {
    display: none;
  }
}
/* line 205, ../sass/_work.scss */
.work_schedule .work_schedule_img_sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 205, ../sass/_work.scss */
  .work_schedule .work_schedule_img_sp {
    display: block;
    margin: 15px 0 0;
    max-width: 100%;
  }
}

/* line 215, ../sass/_work.scss */
.work_req_wrap {
  background: #F3F5F9;
  padding: 80px 0;
  margin: 60px 0;
}
@media only screen and (max-width: 960px) {
  /* line 215, ../sass/_work.scss */
  .work_req_wrap {
    padding: 20px 0 40px;
    margin: 20px 0 0;
  }
}
/* line 224, ../sass/_work.scss */
.work_req_wrap .work_req_link {
  width: 100%;
  max-width: 730px;
  display: block;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 960px) {
  /* line 224, ../sass/_work.scss */
  .work_req_wrap .work_req_link {
    margin: 0 auto 20px;
  }
}
/* line 232, ../sass/_work.scss */
.work_req_wrap .work_req_link img {
  width: 100%;
}
/* line 235, ../sass/_work.scss */
.work_req_wrap .work_req_link:hover {
  opacity: 0.7;
}

/* line 242, ../sass/_work.scss */
.work_pagelink {
  padding: 0 0 70px;
}
@media only screen and (max-width: 960px) {
  /* line 242, ../sass/_work.scss */
  .work_pagelink {
    background: #F3F5F9;
    padding: 0 0 40px;
  }
}

/* line 1, ../sass/_job.scss */
.job_nav {
  padding: 40px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 1, ../sass/_job.scss */
  .job_nav {
    padding: 0;
  }
}
/* line 7, ../sass/_job.scss */
.job_nav .job_nav_title {
  font-size: 28px;
  color: #072A7B;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  margin: 0 0 20px;
}
@media only screen and (max-width: 840px) {
  /* line 7, ../sass/_job.scss */
  .job_nav .job_nav_title {
    font-size: 14px;
    padding: 0 20px;
  }
}
/* line 19, ../sass/_job.scss */
.job_nav .job_nav_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 70px;
}
@media only screen and (max-width: 840px) {
  /* line 19, ../sass/_job.scss */
  .job_nav .job_nav_list {
    margin: 0 0 20px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 27, ../sass/_job.scss */
.job_nav .job_nav_list .job_nav_item {
  width: 24%;
  margin: 0 0.5% 0;
}
@media only screen and (max-width: 840px) {
  /* line 27, ../sass/_job.scss */
  .job_nav .job_nav_list .job_nav_item {
    width: 49%;
    margin: 0 0 5px;
  }
}
/* line 34, ../sass/_job.scss */
.job_nav .job_nav_list .job_nav_item a {
  display: block;
  color: #072A7B;
  border: solid 2px #F4D67C;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px 20px 15px;
  background: url("../images/job/arrow_list.svg") 95% center no-repeat #F4D67C;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 5px #C49B1F;
}
/* line 44, ../sass/_job.scss */
.job_nav .job_nav_list .job_nav_item a:hover {
  box-shadow: none;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
@media only screen and (max-width: 840px) {
  /* line 34, ../sass/_job.scss */
  .job_nav .job_nav_list .job_nav_item a {
    font-size: 14px;
    text-align: left;
    background: url("../images/job/arrow_sp.svg") 95% center no-repeat #F4D67C;
    background-size: 7px;
    padding: 10px 5px;
    box-shadow: 0 2px #C49B1F;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  /* line 56, ../sass/_job.scss */
  .job_nav .job_nav_list .job_nav_item a:hover {
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

/* line 66, ../sass/_job.scss */
.job_main {
  padding: 0 0 80px;
}
@media only screen and (max-width: 840px) {
  /* line 66, ../sass/_job.scss */
  .job_main {
    padding: 0 0 40px;
  }
}
/* line 72, ../sass/_job.scss */
.job_main .job_main_list {
  max-width: 1160px;
  margin: 0 auto;
}
/* line 75, ../sass/_job.scss */
.job_main .job_main_list .job_main_item {
  background: #F3F5F9;
  padding: 30px;
  margin: 0 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  /* line 75, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item {
    display: block;
    padding: 15px 15px 20px;
    position: relative;
  }
}
/* line 87, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_img {
  width: 420px;
  height: 280px;
}
@media only screen and (max-width: 840px) {
  /* line 87, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_img {
    width: 170px;
    height: 110px;
  }
}
/* line 95, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_content {
  width: calc(100% - 450px);
}
@media only screen and (max-width: 840px) {
  /* line 95, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_content {
    width: 100%;
  }
}
/* line 101, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_title {
  color: #072A7B;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 2px #072A7B;
}
/* line 106, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_title span {
  display: block;
}
@media only screen and (max-width: 840px) {
  /* line 101, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_title {
    position: absolute;
    width: calc(100% - 210px);
    top: 15px;
    right: 15px;
    font-size: 14px;
    border-bottom: none;
  }
}
@media only screen and (max-width: 840px) {
  /* line 118, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_table {
    border-top: solid 1px #072A7B;
    margin: 10px 0 0;
    padding: 10px;
    display: block;
  }
}
/* line 125, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_table tr {
  margin: 20px 0 0;
  display: block;
  line-height: 1.6;
}
@media only screen and (max-width: 840px) {
  /* line 125, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_table tr {
    margin: 10px 0 0;
  }
}
/* line 132, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_table tr th {
  width: 140px;
  vertical-align: top !important;
  font-size: 18px;
  font-weight: bold;
  color: #072A7B;
}
@media only screen and (max-width: 840px) {
  /* line 132, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_table tr th {
    font-size: 13px;
    width: 90px;
  }
}
/* line 143, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_table tr td {
  font-size: 16px;
  color: #212121;
}
@media only screen and (max-width: 840px) {
  /* line 143, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_table tr td {
    font-size: 12px;
  }
}
/* line 152, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_link_wrap {
  margin: 40px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  /* line 152, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_link_wrap {
    display: block;
    margin: 15px 0 0;
  }
}
/* line 160, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_link_wrap .job_main_item_link {
  width: 49%;
  display: block;
  padding: 25px 0;
  line-height: 1;
  font-size: 24px;
  vertical-align: middle;
  font-weight: bold;
  color: #072A7B;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  /* line 160, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_link_wrap .job_main_item_link {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 17px;
  }
}
/* line 176, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_link_wrap .job_main_item_link.to_detail {
  border: solid 1px #707070;
  background: #fff;
}
@media only screen and (max-width: 840px) {
  /* line 176, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_link_wrap .job_main_item_link.to_detail {
    margin: 0 auto 10px;
  }
}
/* line 182, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_link_wrap .job_main_item_link.to_detail:hover {
  background: #F4D67C;
}
/* line 186, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_link_wrap .job_main_item_link.to_entry {
  border: solid 1px #072A7B;
  background: #F4D67C;
}
/* line 189, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_link_wrap .job_main_item_link.to_entry:hover {
  background: #fff;
}
/* line 193, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_link_wrap .job_main_item_link .job_main_item_link_icon {
  margin: 0 20px 0 0;
  vertical-align: middle;
}
@media only screen and (max-width: 840px) {
  /* line 193, ../sass/_job.scss */
  .job_main .job_main_list .job_main_item_link_wrap .job_main_item_link .job_main_item_link_icon {
    height: 25px;
  }
}
/* line 200, ../sass/_job.scss */
.job_main .job_main_list .job_main_item_link_wrap .job_main_item_link .job_main_item_link_arrow {
  margin: 0 0 0 20px;
  vertical-align: middle;
}

/* line 211, ../sass/_job.scss */
.job_detail_nav {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 840px) {
  /* line 211, ../sass/_job.scss */
  .job_detail_nav {
    padding: 0 0 20px;
  }
}
/* line 217, ../sass/_job.scss */
.job_detail_nav .job_detail_nav_title {
  color: #F4D67C;
  font-weight: bold;
  font-size: 44px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 840px) {
  /* line 217, ../sass/_job.scss */
  .job_detail_nav .job_detail_nav_title {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
/* line 227, ../sass/_job.scss */
.job_detail_nav .job_detail_nav_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 70px;
}
@media only screen and (max-width: 840px) {
  /* line 227, ../sass/_job.scss */
  .job_detail_nav .job_detail_nav_list {
    margin: 0 0 20px;
  }
}
/* line 235, ../sass/_job.scss */
.job_detail_nav .job_detail_nav_list .job_detail_nav_item {
  width: 24%;
}
@media only screen and (max-width: 840px) {
  /* line 235, ../sass/_job.scss */
  .job_detail_nav .job_detail_nav_list .job_detail_nav_item {
    width: 48%;
    margin: 0 0 5px;
  }
}
/* line 241, ../sass/_job.scss */
.job_detail_nav .job_detail_nav_list .job_detail_nav_item a {
  display: block;
  color: #072A7B;
  border: solid 2px #F4D67C;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px;
  background: url("../images/job/arrow.svg") 90% center no-repeat #F4D67C;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 5px #C49B1F;
}
/* line 251, ../sass/_job.scss */
.job_detail_nav .job_detail_nav_list .job_detail_nav_item a:hover {
  box-shadow: none;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
@media only screen and (max-width: 840px) {
  /* line 241, ../sass/_job.scss */
  .job_detail_nav .job_detail_nav_list .job_detail_nav_item a {
    font-size: 14px;
    text-align: left;
    background: url("../images/job/arrow_sp.svg") 90% center no-repeat #F4D67C;
    background-size: 5px;
    padding: 10px;
    box-shadow: 0 2px #C49B1F;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  /* line 263, ../sass/_job.scss */
  .job_detail_nav .job_detail_nav_list .job_detail_nav_item a:hover {
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

/* line 271, ../sass/_job.scss */
.job_detail_title {
  text-align: center;
}
/* line 274, ../sass/_job.scss */
.job_detail_title span {
  background: #90C797;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 40px;
  margin: 0 0 20px;
  display: inline-block;
}
@media only screen and (max-width: 840px) {
  /* line 274, ../sass/_job.scss */
  .job_detail_title span {
    font-size: 18px;
    padding: 5px 20px;
  }
}

/* line 290, ../sass/_job.scss */
.job_detail_link {
  width: 95%;
  max-width: 570px;
  margin: 0 auto;
  display: block;
  padding: 25px 0;
  line-height: 1;
  font-size: 24px;
  vertical-align: middle;
  font-weight: bold;
  color: #072A7B;
  text-align: center;
  border: solid 1px #072A7B;
  background: #F4D67C;
}
/* line 305, ../sass/_job.scss */
.job_detail_link:hover {
  background: #fff;
}
@media only screen and (max-width: 840px) {
  /* line 290, ../sass/_job.scss */
  .job_detail_link {
    padding: 15px 0;
    font-size: 17px;
  }
}
/* line 312, ../sass/_job.scss */
.job_detail_link .job_detail_link_icon {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
@media only screen and (max-width: 840px) {
  /* line 312, ../sass/_job.scss */
  .job_detail_link .job_detail_link_icon {
    height: 25px;
  }
}
/* line 319, ../sass/_job.scss */
.job_detail_link .job_detail_link_arrow {
  margin: 0 0 0 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 840px) {
  /* line 319, ../sass/_job.scss */
  .job_detail_link .job_detail_link_arrow {
    width: 25px;
  }
}

/* line 329, ../sass/_job.scss */
.job_detail_content {
  padding: 0 0 80px;
}
@media only screen and (max-width: 840px) {
  /* line 329, ../sass/_job.scss */
  .job_detail_content {
    padding: 0 0 40px;
  }
}
/* line 335, ../sass/_job.scss */
.job_detail_content .common_inner {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 840px) {
  /* line 335, ../sass/_job.scss */
  .job_detail_content .common_inner {
    margin: 0 auto 30px;
    display: block;
  }
}
/* line 343, ../sass/_job.scss */
.job_detail_content .job_detail_content_img {
  width: 550px;
  height: 410px;
}
@media only screen and (max-width: 840px) {
  /* line 343, ../sass/_job.scss */
  .job_detail_content .job_detail_content_img {
    width: 100%;
    height: 180px;
  }
}
/* line 351, ../sass/_job.scss */
.job_detail_content .job_detail_content_dl {
  width: calc(100% - 590px);
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 840px) {
  /* line 351, ../sass/_job.scss */
  .job_detail_content .job_detail_content_dl {
    width: 100%;
    margin: 20px 0 0;
  }
}
/* line 359, ../sass/_job.scss */
.job_detail_content .job_detail_content_dt {
  color: #F4D67C;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
  border-bottom: solid 2px #F4D67C;
}
/* line 366, ../sass/_job.scss */
.job_detail_content .job_detail_content_dd {
  font-size: 14px;
  color: #212121;
  margin: 5px 0 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 840px) {
  /* line 366, ../sass/_job.scss */
  .job_detail_content .job_detail_content_dd {
    padding: 10px;
    margin: 0 0 15px;
  }
}

/* line 378, ../sass/_job.scss */
.job_detail_feature {
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 840px) {
  /* line 378, ../sass/_job.scss */
  .job_detail_feature {
    margin: 0 0 20px;
    padding: 0 0 10px;
  }
}
/* line 387, ../sass/_job.scss */
.job_detail_feature:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 20px);
  background: #F3F5F9;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}
/* line 398, ../sass/_job.scss */
.job_detail_feature .job_detail_feature_list {
  max-width: 1200px;
  padding: 0 15px;
  margin: 20px auto 0;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 840px) {
  /* line 398, ../sass/_job.scss */
  .job_detail_feature .job_detail_feature_list {
    display: block;
  }
}
/* line 406, ../sass/_job.scss */
.job_detail_feature .job_detail_feature_list .job_detail_feature_item {
  width: 31%;
  margin: 0 1% 20px;
}
@media only screen and (max-width: 840px) {
  /* line 406, ../sass/_job.scss */
  .job_detail_feature .job_detail_feature_list .job_detail_feature_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 414, ../sass/_job.scss */
.job_detail_feature .job_detail_feature_list .job_detail_feature_item_img {
  height: 260px;
}
@media only screen and (max-width: 840px) {
  /* line 414, ../sass/_job.scss */
  .job_detail_feature .job_detail_feature_list .job_detail_feature_item_img {
    height: 200px;
  }
}
/* line 420, ../sass/_job.scss */
.job_detail_feature .job_detail_feature_list .job_detail_feature_item_title {
  color: #072A7B;
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 420, ../sass/_job.scss */
  .job_detail_feature .job_detail_feature_list .job_detail_feature_item_title {
    font-size: 14px;
    margin: 10px 0 0;
  }
}

/* line 434, ../sass/_job.scss */
.job_detail_terms {
  padding: 80px 0 150px;
}
@media only screen and (max-width: 840px) {
  /* line 434, ../sass/_job.scss */
  .job_detail_terms {
    padding: 40px 0 20px;
  }
}
/* line 440, ../sass/_job.scss */
.job_detail_terms .job_detail_terms_dt {
  color: #072A7B;
  border-left: solid 10px #072A7B;
  font-size: 18px;
  padding: 5px 10px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 440, ../sass/_job.scss */
  .job_detail_terms .job_detail_terms_dt {
    font-size: 14px;
    border-left: solid 5px #072A7B;
    padding: 0 5px;
  }
}
/* line 452, ../sass/_job.scss */
.job_detail_terms .job_detail_terms_dd {
  font-size: 18px;
  color: #212121;
  padding: 10px 20px;
  line-height: 1.6;
  border-bottom: solid 1px #90C797;
  margin: 0 0 20px;
}
@media only screen and (max-width: 840px) {
  /* line 452, ../sass/_job.scss */
  .job_detail_terms .job_detail_terms_dd {
    font-size: 14px;
    padding: 5px 10px;
  }
}

/* line 1, ../sass/_contact.scss */
.contact_wrap {
  background: #D2E8D4;
  padding: 40px 5px;
}
/* line 5, ../sass/_contact.scss */
.contact_wrap .contact_inner {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  /* line 5, ../sass/_contact.scss */
  .contact_wrap .contact_inner {
    padding: 15px 10px;
  }
}
/* line 15, ../sass/_contact.scss */
.contact_wrap .contact_caution {
  margin: 30px 0;
  font-size: 18px;
}
@media only screen and (max-width: 840px) {
  /* line 15, ../sass/_contact.scss */
  .contact_wrap .contact_caution {
    font-size: 12px;
    margin: 15px 0 10px;
  }
}
/* line 23, ../sass/_contact.scss */
.contact_wrap .contact_tel {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
/* line 27, ../sass/_contact.scss */
.contact_wrap .contact_tel img {
  max-width: 100%;
}
/* line 30, ../sass/_contact.scss */
.contact_wrap .contact_tel:hover {
  opacity: 0.7;
}
/* line 34, ../sass/_contact.scss */
.contact_wrap .contact_dl {
  text-align: left;
  max-width: 730px;
  margin: 50px auto;
}
@media only screen and (max-width: 840px) {
  /* line 34, ../sass/_contact.scss */
  .contact_wrap .contact_dl {
    margin: 30px auto 20px;
  }
}
/* line 42, ../sass/_contact.scss */
.contact_wrap .contact_dt {
  color: #072A7B;
  border-left: solid 10px #072A7B;
  font-size: 18px;
  padding: 5px 10px;
  font-weight: bold;
}
@media only screen and (max-width: 840px) {
  /* line 42, ../sass/_contact.scss */
  .contact_wrap .contact_dt {
    font-size: 14px;
  }
}
/* line 51, ../sass/_contact.scss */
.contact_wrap .contact_dt span {
  font-size: 14px;
  padding: 2px 10px;
  background: #ED5643;
  color: #fff;
  margin: 0 0 0 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 840px) {
  /* line 51, ../sass/_contact.scss */
  .contact_wrap .contact_dt span {
    font-size: 12px;
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 840px) {
  /* line 42, ../sass/_contact.scss */
  .contact_wrap .contact_dt {
    font-size: 14px;
    border-left: solid 5px #072A7B;
    padding: 0 5px;
  }
}
/* line 69, ../sass/_contact.scss */
.contact_wrap .contact_dd {
  padding: 10px 20px 20px;
}
@media only screen and (max-width: 840px) {
  /* line 69, ../sass/_contact.scss */
  .contact_wrap .contact_dd {
    padding: 5px 0 10px 10px;
  }
}
/* line 75, ../sass/_contact.scss */
.contact_wrap .contact_dd_input {
  background: #F2F2F2;
  border: none;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 15px;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 84, ../sass/_contact.scss */
.contact_wrap .contact_dd_input.textarea {
  height: 140px;
}
@media only screen and (max-width: 840px) {
  /* line 84, ../sass/_contact.scss */
  .contact_wrap .contact_dd_input.textarea {
    height: 100px;
  }
}
@media only screen and (max-width: 840px) {
  /* line 75, ../sass/_contact.scss */
  .contact_wrap .contact_dd_input {
    font-size: 16px;
    padding: 5px;
  }
}
/* line 95, ../sass/_contact.scss */
.contact_wrap .contact_submit {
  background: url("../images/contact/arrow.svg") 90% center no-repeat #F4D67C;
  border: solid 2px #072A7B;
  color: #072A7B;
  font-size: 24px;
  -webkit-appearance: none;
  padding: 20px 70px 20px 0;
  text-align: center;
  font-weight: bold;
  max-width: 260px;
  width: 80%;
  margin: 0 auto;
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 840px) {
  /* line 95, ../sass/_contact.scss */
  .contact_wrap .contact_submit {
    font-size: 17px;
    padding: 15px 30px 15px 0;
    background: url("../images/contact/arrow.svg") 85% center no-repeat #F4D67C;
    background-size: 20px;
  }
}
/* line 115, ../sass/_contact.scss */
.contact_wrap .contact_submit:hover {
  opacity: 0.7;
}

/* line 1, ../sass/_blog.scss */
.blog_wrap {
  padding: 40px 0 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  /* line 1, ../sass/_blog.scss */
  .blog_wrap {
    padding: 0 0 40px;
  }
}

/* line 10, ../sass/_blog.scss */
.blog_main {
  width: calc(100% - 260px);
}
@media only screen and (max-width: 840px) {
  /* line 10, ../sass/_blog.scss */
  .blog_main {
    width: 100%;
  }
}
/* line 15, ../sass/_blog.scss */
.blog_main .blog_main_list {
  margin: 0 0 80px;
}
@media only screen and (max-width: 840px) {
  /* line 15, ../sass/_blog.scss */
  .blog_main .blog_main_list {
    margin: 0 0 40px;
  }
}
/* line 20, ../sass/_blog.scss */
.blog_main .blog_main_list .blog_main_item {
  padding: 40px 0;
  border-bottom: solid 1px #707070;
}
@media only screen and (max-width: 840px) {
  /* line 20, ../sass/_blog.scss */
  .blog_main .blog_main_list .blog_main_item {
    padding: 20px 0 10px;
  }
}
/* line 27, ../sass/_blog.scss */
.blog_main .blog_main_list .blog_main_item_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 30, ../sass/_blog.scss */
.blog_main .blog_main_list .blog_main_item_link:hover {
  opacity: 0.7;
}
/* line 34, ../sass/_blog.scss */
.blog_main .blog_main_list .blog_main_item_img {
  width: 200px;
  height: 115px;
}
@media only screen and (max-width: 840px) {
  /* line 34, ../sass/_blog.scss */
  .blog_main .blog_main_list .blog_main_item_img {
    width: 120px;
    height: 70px;
  }
}
/* line 42, ../sass/_blog.scss */
.blog_main .blog_main_list .blog_main_item_content {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 840px) {
  /* line 42, ../sass/_blog.scss */
  .blog_main .blog_main_list .blog_main_item_content {
    width: calc(100% - 130px);
  }
}
/* line 47, ../sass/_blog.scss */
.blog_main .blog_main_list .blog_main_item_content .blog_main_item_title {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 840px) {
  /* line 47, ../sass/_blog.scss */
  .blog_main .blog_main_list .blog_main_item_content .blog_main_item_title {
    -webkit-line-clamp: 2;
    font-size: 14px;
  }
}
/* line 60, ../sass/_blog.scss */
.blog_main .blog_main_list .blog_main_item_content .blog_main_item_text {
  font-size: 14px;
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 840px) {
  /* line 60, ../sass/_blog.scss */
  .blog_main .blog_main_list .blog_main_item_content .blog_main_item_text {
    display: none;
  }
}
/* line 71, ../sass/_blog.scss */
.blog_main .blog_main_list .blog_main_item_content .blog_main_item_info {
  text-align: right;
  margin: 15px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 71, ../sass/_blog.scss */
  .blog_main .blog_main_list .blog_main_item_content .blog_main_item_info {
    margin: 0;
  }
}
/* line 77, ../sass/_blog.scss */
.blog_main .blog_main_list .blog_main_item_content .blog_main_item_info .blog_main_item_info_date {
  font-size: 16px;
  color: #F4D67C;
  font-weight: bold;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 77, ../sass/_blog.scss */
  .blog_main .blog_main_list .blog_main_item_content .blog_main_item_info .blog_main_item_info_date {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
}
/* line 87, ../sass/_blog.scss */
.blog_main .blog_main_list .blog_main_item_content .blog_main_item_info .blog_main_item_info_cat {
  color: #fff;
  font-size: 12px;
  background: #90C797;
  padding: 4px 10px;
  display: inline-block;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 840px) {
  /* line 87, ../sass/_blog.scss */
  .blog_main .blog_main_list .blog_main_item_content .blog_main_item_info .blog_main_item_info_cat {
    padding: 2px;
  }
}
/* line 102, ../sass/_blog.scss */
.blog_main .blog_detail_info {
  margin: 0 0 10px;
}
/* line 104, ../sass/_blog.scss */
.blog_main .blog_detail_info .blog_detail_info_date {
  font-size: 16px;
  color: #F4D67C;
  font-weight: bold;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 104, ../sass/_blog.scss */
  .blog_main .blog_detail_info .blog_detail_info_date {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
}
/* line 114, ../sass/_blog.scss */
.blog_main .blog_detail_info .blog_detail_info_cat {
  color: #fff;
  font-size: 12px;
  background: #90C797;
  padding: 4px 10px;
  display: inline-block;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 840px) {
  /* line 114, ../sass/_blog.scss */
  .blog_main .blog_detail_info .blog_detail_info_cat {
    padding: 2px;
  }
}
/* line 127, ../sass/_blog.scss */
.blog_main .blog_detail_title {
  color: #F4D67C;
  border-bottom: solid 2px #F4D67C;
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 20px;
}
/* line 136, ../sass/_blog.scss */
.blog_main .blog_detail_mv {
  height: 360px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 840px) {
  /* line 136, ../sass/_blog.scss */
  .blog_main .blog_detail_mv {
    height: 180px;
  }
}
/* line 143, ../sass/_blog.scss */
.blog_main .blog_detail_content {
  font-size: 16px;
}
@media only screen and (max-width: 840px) {
  /* line 143, ../sass/_blog.scss */
  .blog_main .blog_detail_content {
    font-size: 14px;
  }
}
/* line 148, ../sass/_blog.scss */
.blog_main .blog_detail_content img {
  max-width: 100%;
}
/* line 152, ../sass/_blog.scss */
.blog_main .blog_detail_pager {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 700px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 840px) {
  /* line 152, ../sass/_blog.scss */
  .blog_main .blog_detail_pager {
    margin: 40px auto 0;
  }
}
/* line 160, ../sass/_blog.scss */
.blog_main .blog_detail_pager .blog_detail_pager_btn {
  max-width: 200px;
  width: 32%;
}
/* line 163, ../sass/_blog.scss */
.blog_main .blog_detail_pager .blog_detail_pager_btn a {
  border: solid 2px #F4D67C;
  color: #072A7B;
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  /* line 163, ../sass/_blog.scss */
  .blog_main .blog_detail_pager .blog_detail_pager_btn a {
    font-size: 12px;
    padding: 15px 0;
  }
}
/* line 175, ../sass/_blog.scss */
.blog_main .blog_detail_pager .blog_detail_pager_btn a:hover {
  background: #F4D67C;
}

/* line 183, ../sass/_blog.scss */
.blog_aside {
  width: 230px;
}
@media only screen and (max-width: 840px) {
  /* line 183, ../sass/_blog.scss */
  .blog_aside {
    width: 100%;
    padding: 40px 0 0;
  }
}
/* line 189, ../sass/_blog.scss */
.blog_aside .blog_aside_dt {
  background: #F4D67C;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}
@media only screen and (max-width: 840px) {
  /* line 189, ../sass/_blog.scss */
  .blog_aside .blog_aside_dt {
    font-size: 15px;
  }
}
/* line 200, ../sass/_blog.scss */
.blog_aside .blog_aside_dd a {
  display: block;
  background: #F3F5F9;
  border-bottom: solid 1px #90C797;
  padding: 15px;
  color: #072A7B;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (max-width: 840px) {
  /* line 200, ../sass/_blog.scss */
  .blog_aside .blog_aside_dd a {
    font-size: 15px;
  }
}
/* line 211, ../sass/_blog.scss */
.blog_aside .blog_aside_dd a:last-of-type {
  border-bottom: none;
}
/* line 214, ../sass/_blog.scss */
.blog_aside .blog_aside_dd a span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 224, ../sass/_blog.scss */
.wp-pagenavi {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
/* line 228, ../sass/_blog.scss */
.wp-pagenavi span {
  color: #fff;
  padding: 20px;
  border: solid 2px #F4D67C;
  background: #F4D67C;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 228, ../sass/_blog.scss */
  .wp-pagenavi span {
    padding: 15px;
  }
}
/* line 238, ../sass/_blog.scss */
.wp-pagenavi a {
  color: #072A7B;
  padding: 20px;
  border: solid 2px #F4D67C;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 238, ../sass/_blog.scss */
  .wp-pagenavi a {
    padding: 15px;
  }
}
/* line 246, ../sass/_blog.scss */
.wp-pagenavi a:hover {
  color: #fff;
  background: #F4D67C;
}

/* line 2, ../sass/_family.scss */
.family_top {
  padding: 40px 0 80px;
}
@media only screen and (max-width: 960px) {
  /* line 2, ../sass/_family.scss */
  .family_top {
    padding: 0 0 40px;
  }
}
/* line 8, ../sass/_family.scss */
.family_top .family_top_inner {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  /* line 8, ../sass/_family.scss */
  .family_top .family_top_inner {
    display: block;
    position: relative;
  }
}
/* line 18, ../sass/_family.scss */
.family_top .family_top_left {
  width: 440px;
  height: 420px;
  background: url("../images/top/orner@2x.png") center center no-repeat;
  background-size: contain;
  padding: 330px 0 0;
  position: relative;
}
@media only screen and (max-width: 960px) {
  /* line 18, ../sass/_family.scss */
  .family_top .family_top_left {
    width: 170px;
    padding: 140px 0 0;
    margin: 0 0 0 auto;
    height: 165px;
    background: url("../images/top/orner@2x.png") center bottom no-repeat;
    background-size: contain;
  }
}
/* line 33, ../sass/_family.scss */
.family_top .family_top_left:before {
  content: '';
  width: 300%;
  height: 320px;
  background: #D2E8D4;
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  /* line 33, ../sass/_family.scss */
  .family_top .family_top_left:before {
    height: 80%;
    bottom: 0;
    width: 90%;
  }
}
/* line 49, ../sass/_family.scss */
.family_top .family_top_left_name {
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 8px;
  width: 280px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  /* line 49, ../sass/_family.scss */
  .family_top .family_top_left_name {
    font-size: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
/* line 63, ../sass/_family.scss */
.family_top .family_top_left_name span {
  border-bottom: solid 2px #F4D67C;
  padding: 0 0 8px;
}
/* line 68, ../sass/_family.scss */
.family_top .family_top_right {
  width: calc(100% - 440px);
}
@media only screen and (max-width: 960px) {
  /* line 68, ../sass/_family.scss */
  .family_top .family_top_right {
    width: 100%;
  }
}
/* line 73, ../sass/_family.scss */
.family_top .family_top_right .family_top_right_title {
  font-weight: bold;
  color: #072A7B;
  font-size: 20px;
  text-align: center;
  padding: 0 10px 10px;
}
@media only screen and (max-width: 840px) {
  /* line 73, ../sass/_family.scss */
  .family_top .family_top_right .family_top_right_title {
    width: 215px;
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 14px;
    text-align: left;
    padding: 0 0 0 5px;
  }
}
/* line 88, ../sass/_family.scss */
.family_top .family_top_right .family_top_right_title span {
  color: #F4D67C;
  font-size: 30px;
  display: block;
}
@media only screen and (max-width: 960px) {
  /* line 88, ../sass/_family.scss */
  .family_top .family_top_right .family_top_right_title span {
    font-size: 18px;
  }
}
/* line 97, ../sass/_family.scss */
.family_top .family_top_right .family_top_right_content {
  background: #F3F5F9;
  padding: 30px 20px 15px 50px;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  /* line 97, ../sass/_family.scss */
  .family_top .family_top_right .family_top_right_content {
    padding: 5px;
    margin: 10px 0 0;
  }
}

/* line 111, ../sass/_family.scss */
.family_mark {
  padding: 0 0 80px;
}
@media only screen and (max-width: 840px) {
  /* line 111, ../sass/_family.scss */
  .family_mark {
    padding: 0 0 20px;
  }
}
/* line 117, ../sass/_family.scss */
.family_mark .family_mark_list {
  padding: 60px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  /* line 117, ../sass/_family.scss */
  .family_mark .family_mark_list {
    display: block;
    padding: 20px 0 0;
  }
}
/* line 125, ../sass/_family.scss */
.family_mark .family_mark_list .family_mark_item {
  width: 31%;
}
@media only screen and (max-width: 840px) {
  /* line 125, ../sass/_family.scss */
  .family_mark .family_mark_list .family_mark_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 132, ../sass/_family.scss */
.family_mark .family_mark_list .welfare_system_item_img {
  height: 200px;
}
@media only screen and (max-width: 840px) {
  /* line 132, ../sass/_family.scss */
  .family_mark .family_mark_list .welfare_system_item_img {
    height: 150px;
  }
}
/* line 138, ../sass/_family.scss */
.family_mark .family_mark_list .family_mark_item_title {
  color: #072A7B;
  font-size: 14px;
  font-weight: bold;
  margin: 40px 0 10px;
}
@media only screen and (max-width: 840px) {
  /* line 138, ../sass/_family.scss */
  .family_mark .family_mark_list .family_mark_item_title {
    margin: 20px 0 10px;
  }
}
/* line 147, ../sass/_family.scss */
.family_mark .family_mark_list .family_mark_item_text {
  font-size: 14px;
}

/* line 155, ../sass/_family.scss */
.family_block .common_title {
  border-bottom: none;
}
/* line 158, ../sass/_family.scss */
.family_block .family_block_bg {
  border-top: solid 2px #F4D67C;
  background: #F3F5F9;
  padding: 40px 0;
}
@media only screen and (max-width: 840px) {
  /* line 158, ../sass/_family.scss */
  .family_block .family_block_bg {
    padding: 10px 5px;
  }
}
/* line 166, ../sass/_family.scss */
.family_block .family_block_inner {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 170, ../sass/_family.scss */
.family_block .family_block_title {
  font-size: 18px;
  color: #072A7B;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  /* line 170, ../sass/_family.scss */
  .family_block .family_block_title {
    font-size: 14px;
    padding: 0 0 0 20px;
    text-align: left;
  }
}
/* line 180, ../sass/_family.scss */
.family_block .family_block_title span {
  font-size: 28px;
  background: #072A7B;
  color: #fff;
  padding: 4px 10px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 840px) {
  /* line 180, ../sass/_family.scss */
  .family_block .family_block_title span {
    display: none;
  }
}
/* line 193, ../sass/_family.scss */
.family_block .family_block_text {
  max-width: 700px;
  display: block;
  margin: 0 auto 30px;
  font-size: 18px;
}
@media only screen and (max-width: 840px) {
  /* line 193, ../sass/_family.scss */
  .family_block .family_block_text {
    font-size: 14px;
    margin: 10px 0 20px;
  }
}
/* line 203, ../sass/_family.scss */
.family_block .family_block_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 840px) {
  /* line 203, ../sass/_family.scss */
  .family_block .family_block_list {
    display: block;
  }
}
/* line 211, ../sass/_family.scss */
.family_block .family_block_item {
  width: 48%;
  margin: 0 0 40px;
}
@media only screen and (max-width: 840px) {
  /* line 211, ../sass/_family.scss */
  .family_block .family_block_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 219, ../sass/_family.scss */
.family_block .family_block_item_img {
  height: 290px;
}
@media only screen and (max-width: 840px) {
  /* line 219, ../sass/_family.scss */
  .family_block .family_block_item_img {
    height: 200px;
  }
}
/* line 225, ../sass/_family.scss */
.family_block .family_block_item_img_01 {
  max-width: 100%;
}
/* line 228, ../sass/_family.scss */
.family_block .family_block_item_title {
  font-size: 18px;
  color: #072A7B;
  font-weight: bold;
  padding: 20px 20px 10px;
}
@media only screen and (max-width: 840px) {
  /* line 228, ../sass/_family.scss */
  .family_block .family_block_item_title {
    font-size: 14px;
    padding: 0;
  }
}
/* line 238, ../sass/_family.scss */
.family_block .family_block_item_text {
  padding: 0 20px;
  font-size: 14px;
}
@media only screen and (max-width: 840px) {
  /* line 238, ../sass/_family.scss */
  .family_block .family_block_item_text {
    padding: 0;
  }
}

/* line 249, ../sass/_family.scss */
.family_faq .family_faq_title_pc {
  color: #072A7B;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin: 0 0 20px;
}
/* line 256, ../sass/_family.scss */
.family_faq .family_faq_bg {
  background: #D2E8D4;
  padding: 20px 0;
}
@media only screen and (max-width: 840px) {
  /* line 256, ../sass/_family.scss */
  .family_faq .family_faq_bg {
    padding: 5px 0;
  }
}
/* line 263, ../sass/_family.scss */
.family_faq .common_inner {
  background: #fff;
  padding: 40px 0 10px;
}
@media only screen and (max-width: 840px) {
  /* line 263, ../sass/_family.scss */
  .family_faq .common_inner {
    padding: 10px 0 0;
  }
}
/* line 270, ../sass/_family.scss */
.family_faq .family_faq_title_sp {
  color: #F4D67C;
  font-weight: bold;
  font-size: 18px;
  border-bottom: solid 1px #F4D67C;
  padding: 0 20px 10px;
}
/* line 277, ../sass/_family.scss */
.family_faq .family_faq_dl {
  line-height: 1.6;
}
/* line 280, ../sass/_family.scss */
.family_faq .family_faq_dt {
  color: #072A7B;
  font-weight: bold;
  padding: 10px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 840px) {
  /* line 280, ../sass/_family.scss */
  .family_faq .family_faq_dt {
    padding: 20px 5px 5px;
  }
}
/* line 289, ../sass/_family.scss */
.family_faq .family_faq_dt .family_faq_dt_q {
  font-size: 26px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 840px) {
  /* line 289, ../sass/_family.scss */
  .family_faq .family_faq_dt .family_faq_dt_q {
    font-size: 18px;
    margin: 0 10px 0 0;
  }
}
/* line 297, ../sass/_family.scss */
.family_faq .family_faq_dt .family_faq_dt_title {
  font-size: 18px;
}
@media only screen and (max-width: 840px) {
  /* line 297, ../sass/_family.scss */
  .family_faq .family_faq_dt .family_faq_dt_title {
    font-size: 14px;
  }
}
/* line 304, ../sass/_family.scss */
.family_faq .family_faq_dd {
  background: #F3F5F9;
  font-size: 14px;
  padding: 10px 50px 10px 70px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 840px) {
  /* line 304, ../sass/_family.scss */
  .family_faq .family_faq_dd {
    padding: 10px;
    margin: 0;
  }
}

/* line 316, ../sass/_family.scss */
.family_req_wrap {
  padding: 80px 0;
}
@media only screen and (max-width: 840px) {
  /* line 316, ../sass/_family.scss */
  .family_req_wrap {
    padding: 40px 0;
  }
}

/* line 322, ../sass/_family.scss */
.family_pagelink {
  padding: 100px 0 40px;
}
@media only screen and (max-width: 840px) {
  /* line 322, ../sass/_family.scss */
  .family_pagelink {
    padding: 40px 0;
    background: #F3F5F9;
  }
}

/* line 33, ../sass/style.scss */
* {
  box-sizing: border-box;
}

/* line 36, ../sass/style.scss */
a {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 41, ../sass/style.scss */
p {
  line-height: 1.8;
  color: #212121;
}

/* line 45, ../sass/style.scss */
.fm {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "Meiryo", serif !important;
}

/* line 48, ../sass/style.scss */
.fg, header, .pankuzu, .common_mv .common_mv_title, .common_req_link, .common_content_list, .common_footpart, footer, footer .footer_list, footer .footer_sp, .footer_sp_menu, .top_mv .top_mv_title, .top_common_title, .top_news_link, .top_message, .top_content, .top_sns, .top_blog, .driver_req, .driver_flow, .driver_point, .driver_faq, .welfare_desire, .welfare_main, .welfare_system, .safe_block, .about_intro, .about_main, .csr_certification, .csr_point, .work_nav, .work_info, .work_faq, .work_schedule, .work_req_wrap, .job_nav, .job_main, .job_detail_nav, .job_detail_title, .job_detail_link, .job_detail_content, .job_detail_feature, .job_detail_terms, .contact_wrap, .blog_wrap, .family_top, .family_mark, .family_block, .family_faq {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Verdana, sans-serif !important;
}

/* line 51, ../sass/style.scss */
.futura, .common_mv .common_mv_title span, .top_common_title span, .top_sns .top_sns_title, .driver_flow .driver_flow_item .driver_flow_item_content .driver_flow_item_content_title span, .csr_point .csr_point_item .csr_point_item_title {
  font-family: futura, sans-serif;
}

/* line 55, ../sass/style.scss */
.pc_only {
  display: block !important;
}
@media only screen and (max-width: 840px) {
  /* line 55, ../sass/style.scss */
  .pc_only {
    display: none !important;
  }
}

/* line 61, ../sass/style.scss */
.sp_only {
  display: none !important;
}
@media only screen and (max-width: 840px) {
  /* line 61, ../sass/style.scss */
  .sp_only {
    display: block !important;
  }
}

/* line 68, ../sass/style.scss */
.common_inner {
  max-width: 1160px;
  width: calc(100% - 10px);
  margin: 0 auto;
}

/* line 73, ../sass/style.scss */
.common_title {
  color: #F4D67C;
  border-bottom: solid 2px #F4D67C;
  padding: 0 0 15px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 840px) {
  /* line 73, ../sass/style.scss */
  .common_title {
    font-size: 18px;
    padding: 0 0 10px;
  }
}
