/* Generated by less 2.5.1 */
@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  color: #353535;
  font-weight: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
input,
select,
textarea {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #333;
}
/* Base
   ----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /*10px*/
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: palt;
  font-feature-settings: palt;
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* Footer
----------------------------------------------------------------- */
.l_copy_right {
  font-size: 13px;
  text-align: center;
  padding: 28px 0 220px;
}
@media only screen and (max-width: 600px) {
  .l_copy_right {
    padding: 14px 0 170px;
  }
}
/* Header
   ----------------------------------------------------------------- */
.l_header .header_logo {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 18px;
  padding: 25px 50px;
}
@media only screen and (max-width: 600px) {
  .l_header .header_logo {
    padding: 14px 4%;
    font-size: 13px;
    letter-spacing: 8px;
  }
}
/* ==========================================================================
   Component
   ========================================================================== */
.c_reserve_btn .reserve_btn_inner {
  position: relative;
  display: block;
  background: #f5d34b;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.c_reserve_btn .reserve_btn_inner:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 23px;
  background: url(../img/mv_reserve_arrow.png);
  background-size: cover;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_reserve_btn .reserve_btn_inner:hover {
  background: #d3b129;
}
.c_ttl_set {
  text-align: center;
}
.c_ttl_set .ttl_set_en:after {
  display: block;
  background: url(../img/ttl_set_border.jpg);
  background-size: cover;
  width: 326px;
  height: 1px;
  margin: 8px auto 20px;
}
.c_ttl_set .ttl_set_en {
  margin-bottom: 20px;
  padding: 0 5%;
  height: 40px;
}
.c_ttl_set .ttl_set_en img {
  display: inline-block;
  max-width: 100%;
  height: 100%;
}
.c_ttl_set .ttl_set_ja {
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .c_ttl_set {
    margin-bottom: 20px;
  }
  .c_ttl_set:after {
    margin-top: 8px !important;
  }
  .c_ttl_set .ttl_set_en {
    height: 20px;
  }
  .c_ttl_set .ttl_set_en:after {
    width: 190px;
    background-size: 100%;
    margin: 8px auto 10px;
  }
  .c_ttl_set .ttl_set_ja {
    font-size: 16px;
  }
}
.c_job_card {
  position: relative;
  border: 2px solid #e1f2f2;
  width: 290px;
  padding: 14px 20px 25px;
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.6);
}
.c_job_card a {
  position: relative;
  z-index: 10;
  display: block;
  transition: .3s;
}
.c_job_card a:hover {
  opacity: .6;
}
.c_job_card:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #e1f2f2;
  pointer-events: none;
}
.c_job_card .img_wrap {
  width: 250px;
  padding-top: 67%;
  margin: 0 auto 20px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.c_job_card .company_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.c_job_card .ttl_set {
  flex: 1 0 70%;
}
.c_job_card .ttl_set .ttl_en {
  font-size: 12px;
  font-weight: bold;
  opacity: .8;
  line-height: 1;
  margin-bottom: 12px;
  color: #626262;
}
.c_job_card .ttl_set .ttl_ja {
  font-size: 16px;
  color: #00acc8;
  font-weight: bold;
}
.c_job_card .logo_wrap {
  flex: 0 0 70px;
  border: 1px solid #e5e5e5;
  width: 70px;
  height: 70px;
  position: relative;
}
.c_job_card .logo_wrap .company_logo {
  max-width: 100%;
  width: 90%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_job_card .job_desc {
  font-size: 13px;
}
@media only screen and (max-width: 1023px) {
  .c_job_card {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .c_job_card {
    width: 90%;
    margin-bottom: 30px;
  }
  .c_job_card .img_wrap {
    width: 100%;
  }
}
.c_back_to_top {
  display: block;
  background: #dae1e7;
  text-align: center;
  padding: 14px 0 20px;
}
@media only screen and (max-width: 600px) {
  .c_back_to_top {
    padding: 8px 0 14px;
  }
  .c_back_to_top img {
    width: 17.4px;
  }
}
/* ==========================================================================
   utility
   ========================================================================== */
.u_yellow_label {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: -webkit-linear-gradient(transparent 60%, #ffff00 60%);
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-weight: bold;
}
/* ==========================================================================
   LP
   ========================================================================== */
.l_floating_area {
  position: fixed;
  z-index: 400;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  bottom: -300px;
  left: 0;
  width: 100%;
  background: rgba(225, 242, 242, 0.8);
  padding: 26px 0;
}
.l_floating_area.is_active {
  bottom: 0;
}
.l_floating_area .floating_area_remark {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 14px;
}
.l_floating_area .c_reserve_btn {
  width: 620px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .l_floating_area .c_reserve_btn {
    width: 500px;
    height: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .l_floating_area {
    padding: 14px 4% 20px;
  }
  .l_floating_area .floating_area_remark {
    font-size: 14px;
  }
  .l_floating_area .c_reserve_btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
  }
  .l_floating_area .c_reserve_btn .reserve_btn_inner {
    font-size: 18px;
  }
  .l_floating_area .c_reserve_btn .reserve_btn_inner:after {
    width: 9px;
    height: 13.8px;
  }
}
.l_mv {
  position: relative;
  width: 100%;
  height: 57vw;
  background: url(../img/mv_bg.jpg);
  background-size: cover;
}
.l_mv:after {
  content: "";
  position: absolute;
  z-index: 100;
  display: block;
  width: 6px;
  height: 44px;
  background: #00acc8;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.l_mv .mv_staff_balloon {
  position: absolute;
  right: 10%;
  top: -50px;
}
.l_mv .mv_lead_set {
  text-align: center;
  padding-top: 4.22vw;
}
.l_mv .mv_lead_set .mv_lead1 {
  margin: 0 auto;
  width: 45vw;
}
.l_mv .mv_lead_set .mv_lead1 img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.l_mv .mv_lead_set .mv_lead2 {
  margin-bottom: 40px;
}
.l_mv .c_reserve_btn {
  width: 525px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  bottom: 75px;
  bottom: 5.28vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1280px) {
  .l_mv .mv_lead2 img {
    width: 568.8px;
  }
}
@media only screen and (max-width: 1023px) {
  .l_mv .mv_staff_balloon {
    right: 4%;
  }
  .l_mv .mv_staff_balloon img {
    width: 93.6px;
  }
  .l_mv .c_reserve_btn {
    width: 480px;
    height: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .l_mv {
    height: 80vw;
  }
  .l_mv:after {
    display: none;
  }
  .l_mv .mv_staff_balloon {
    right: 0;
    top: -30px;
  }
  .l_mv .mv_staff_balloon img {
    width: 46.8px;
  }
  .l_mv .mv_lead_set .mv_lead1 {
    width: 65vw;
  }
  .l_mv .mv_lead_set .mv_lead2 {
    margin-bottom: 20px;
  }
  .l_mv .mv_lead_set .mv_lead2 img {
    width: 284.4px;
  }
  .l_mv .mv_lead_set .mv_sublead img {
    width: 186.2px;
  }
  .l_mv .c_reserve_btn {
    width: 265px;
    height: 60px;
    line-height: 60px;
  }
  .l_mv .c_reserve_btn .reserve_btn_inner {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .l_mv .c_reserve_btn .reserve_btn_inner:after {
    right: 20px;
    width: 9px;
    height: 13.8px;
  }
}
.l_job_intro {
  position: relative;
  padding-top: 70px;
  background: url(../img/job_intro_bottom_bg.jpg), url(../img/mainarea_bg_texture.jpg);
  background-size: 100%, 100%;
  background-position: bottom left, top left;
  background-repeat: no-repeat, repeat;
  padding-bottom: 460px;
}
.l_job_intro:after {
  content: "";
  position: absolute;
  z-index: 100;
  display: block;
  width: 8px;
  height: 44px;
  background: #00acc8;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.l_job_intro .c_ttl_set {
  margin-bottom: 38px;
}
.l_job_intro .c_ttl_set:after {
  content: "";
  display: block;
  width: 19px;
  height: 24px;
  background: url(../img/job_intro_icon.png);
  background-size: cover;
  margin: 18px auto 0;
}
.l_job_intro .job_intro_lead {
  font-size: 24px;
  color: #00acc8;
  text-align: center;
  margin-bottom: 54px;
}
.l_job_intro .job_intro_lead .strong {
  font-weight: bold;
  color: #00acc8;
}
.l_job_intro .job_intro_lead .date {
  border-bottom: 2px solid #fff948;
  border-bottom: 2px solid #f5d34b;
}
.l_job_intro .job_cards {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .l_job_intro {
    padding: 70px 4% 180px;
  }
}
@media only screen and (max-width: 600px) {
  .l_job_intro {
    padding: 30px 4% 70px;
  }
  .l_job_intro:after {
    width: 4px;
    height: 22px;
  }
  .l_job_intro .c_ttl_set {
    margin-bottom: 24px;
  }
  .l_job_intro .job_cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l_job_intro .job_intro_lead {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.l_staff_interview {
  padding-top: 70px;
  padding-bottom: 60px;
  background: url(../img/mainarea_bg_texture.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  overflow: hidden;
}
.l_staff_interview .c_ttl_set {
  margin-bottom: 60px;
}
.l_staff_interview .c_ttl_set:after {
  content: "";
  display: block;
  background: url(../img/mike_icon.png);
  background-size: cover;
  width: 24px;
  height: 36px;
  margin: 24px auto 0;
}
@media only screen and (max-width: 1280px) {
  .l_staff_interview {
    padding: 70px 4% 60px;
  }
  .l_staff_interview .c_ttl_set {
    margin-bottom: 94px;
  }
}
@media only screen and (max-width: 600px) {
  .l_staff_interview {
    padding: 30px 4% 0px;
  }
  .l_staff_interview .c_ttl_set {
    margin-bottom: 30px;
  }
  .l_staff_interview .c_ttl_set:after {
    width: 14.4px;
    height: 21.6px;
  }
}
.l_interviews {
  max-width: 1140px;
  margin: 0 auto;
}
.l_interviews li {
  position: relative;
  margin-bottom: 120px;
}
.l_interviews li:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 60%);
  background: url(../img/bg_img.png) repeat 0 0;
  background-size: 18px 28px;
  width: 3000px;
  height: 260px;
}
.l_interviews li:last-of-type:after {
  display: none;
}
.l_interviews li .interview_box:nth-of-type(1) .desc_lead:before {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: -10px;
  background: #f5d34b;
  -webkit-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
  width: 240px;
  height: 5px;
  display: block;
}
@media only screen and (max-width: 1280px) {
  .l_interviews li .interview_box:nth-of-type(1) .desc_lead:before {
    display: none;
  }
}
.l_interviews li .interview_box:nth-of-type(1) .desc_dtl {
  margin-bottom: 0;
}
.l_interviews li .interview_box:nth-of-type(odd) .img_wrap {
  margin-right: 82px;
}
.l_interviews li .interview_box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.l_interviews li .interview_box:nth-of-type(even) .desc_wrap {
  width: 100%;
}
.l_interviews .interview_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.l_interviews .img_wrap {
  width: 612px;
}
.l_interviews .img_wrap img {
  width: 100%;
}
.l_interviews .desc_wrap {
  width: 440px;
}
.l_interviews .person_info {
  margin-bottom: 20px;
}
.l_interviews .person_info * {
  display: inline-block;
  color: #00acc8;
  font-size: 16px;
  font-weight: bold;
}
.l_interviews .person_info .name {
  margin-right: 34px;
}
.l_interviews .desc_lead {
  position: relative;
  font-size: 28px;
  padding-bottom: 1em;
  margin-bottom: 30px;
  border-bottom: 2px solid #00acc8;
}
.l_interviews .desc_dtl {
  line-height: 2;
  font-size: 14px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1280px) {
  .l_interviews .img_wrap {
    width: 47%;
  }
  .l_interviews .desc_wrap {
    width: 47%;
  }
  .l_interviews .desc_lead {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .l_interviews li .interview_box:nth-of-type(odd) .img_wrap {
    margin-right: 3%;
  }
  .l_interviews li .interview_box:nth-of-type(even) .desc_wrap {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 600px) {
  .l_interviews .img_wrap {
    width: 100%;
    margin-bottom: 14px;
  }
  .l_interviews .desc_wrap {
    width: 100%;
  }
  .l_interviews .desc_lead {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 0.4em;
  }
  .l_interviews .desc_dtl {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .l_interviews .interview_box {
    display: block;
    margin-bottom: 30px;
  }
  .l_interviews .person_info {
    margin-bottom: 10px;
  }
  .l_interviews .person_info .name {
    margin-right: 10px;
  }
  .l_interviews li {
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .l_interviews li:last-of-type {
    margin-bottom: 0;
  }
  .l_interviews li .interview_box:nth-of-type(1) {
    min-height: 0;
  }
  .l_interviews li .interview_box:nth-of-type(even) .desc_wrap {
    margin-top: 0;
  }
}
.l_benefits {
  position: relative;
  background: url(../img/benefit_bg.jpg);
  background-size: cover;
  width: 100%;
  padding: 70px 0 140px;
}
.l_benefits:after {
  content: "";
  position: absolute;
  z-index: 100;
  display: block;
  width: 8px;
  height: 44px;
  background: #00acc8;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.l_benefits .c_ttl_set {
  margin-bottom: 60px;
}
.l_benefits .c_ttl_set:after {
  content: "";
  display: block;
  background: url(../img/diamond_icon.png);
  background-size: cover;
  width: 34px;
  height: 28px;
  margin: 22px auto 0;
}
.l_benefits .c_ttl_set .ttl_set_en:after {
  background: #fff600;
}
.l_benefits .c_ttl_set .ttl_set_ja {
  color: #fff;
}
.l_benefits .benefit_items {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l_benefits .benefit_items li {
  position: relative;
  width: 300px;
  padding: 10px;
  background: url(../img/merit_bg_pt.png);
}
.l_benefits .benefit_items li:before {
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  background: #f5d34b;
  position: absolute;
  z-index: 100;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.l_benefits .benefit_items li .inner {
  padding: 20px 22px 24px;
  background: #fff;
}
.l_benefits .benefit_items li .img_wrap {
  margin-bottom: 10px;
}
.l_benefits .benefit_items li .img_wrap img {
  vertical-align: bottom;
  width: 100%;
}
.l_benefits .benefit_items li .detail {
  font-size: 14px;
}
@media only screen and (max-width: 1280px) {
  .l_benefits {
    padding: 70px 4% 140px;
  }
}
@media only screen and (max-width: 768px) {
  .l_benefits .benefit_items {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 630px;
  }
  .l_benefits .benefit_items li {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .l_benefits {
    padding: 30px 4% 40px;
  }
  .l_benefits:after {
    width: 4px;
    height: 22px;
  }
  .l_benefits .c_ttl_set {
    margin-bottom: 20px;
  }
  .l_benefits .c_ttl_set:after {
    width: 20.4px;
    height: 16.8px;
  }
  .l_benefits .benefit_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l_benefits .benefit_items li {
    width: 80%;
    margin: 0 auto 14px;
  }
  .l_benefits .benefit_items li:before {
    top: -4px;
    width: 3px;
    height: 14px;
  }
}
.l_access {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
.l_access .c_ttl_set {
  margin-bottom: 66px;
}
.l_access .c_ttl_set:after {
  content: "";
  display: block;
  background: url(../img/access_icon.png);
  background-size: cover;
  width: 35px;
  height: 31px;
  margin: 20px auto 0;
}
.l_access .map_illust_wrap {
  max-width: 1000px;
  margin: 0 auto 50px;
  position: relative;
}
.l_access .map_illust_wrap:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/bg_img.png) repeat 0 0;
  background-size: 18px 28px;
  width: 3000px;
  height: 75%;
}
.l_access .map_illust_wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l_access .map_desc_wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l_access .map_desc_wrap .map_desc,
.l_access .map_desc_wrap .map_detail {
  width: 50%;
}
.l_access .map_desc_wrap .map_desc {
  padding-right: 50px;
}
.l_access .map_desc_wrap .map_desc * {
  color: #00acc8;
}
.l_access .map_desc_wrap .map_desc_lead {
  font-size: 26px;
  line-height: 2;
  margin-bottom: 50px;
}
.l_access .map_desc_wrap .map_desc_address {
  font-weight: bold;
}
.l_access .map_desc_wrap .map_detail {
  line-height: 2;
  font-size: 14px;
}
@media only screen and (max-width: 1280px) {
  .l_access {
    padding: 80px 4% 100px;
  }
}
@media only screen and (max-width: 600px) {
  .l_access {
    padding: 30px 4% 50px;
  }
  .l_access .c_ttl_set {
    margin-bottom: 30px;
  }
  .l_access .c_ttl_set:after {
    width: 21px;
    height: 18.6px;
  }
  .l_access .map_illust_wrap {
    margin-bottom: 30px;
  }
  .l_access .map_desc_wrap {
    display: block;
  }
  .l_access .map_desc_wrap .map_desc,
  .l_access .map_desc_wrap .map_detail {
    width: 100%;
  }
  .l_access .map_desc_wrap .map_detail {
    font-size: 14px;
  }
  .l_access .map_desc_wrap .map_desc_lead {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
/* - - - - - - - - - - - - - - - - - - 
 kyujin_d
- - - - - - - - - - - - - - - - - - */
/*common*/
.lower-kyujin {
  /* over ride */
}
.lower-kyujin .l_copy_right {
  padding-bottom: 110px;
}
.lower-kyujin .l_mv {
  height: 25vw;
  background-position: center 63%;
}
.lower-kyujin .l_mv:after {
  content: none;
}
/*20180223　TOPオプションバナー追加wada*/
#headerCatch {
  position: absolute;
  bottom: 0;
}
#headerCatch .bnr {
  width: 30vw;
}
.pc_block {
  display: block;
}
.pc_block img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sp_block {
  display: none;
}
@media (min-width: 598px) {
  #headerCatch {
    right: 0;
  }
}
@media (max-width: 598px) {
  #headerCatch {
    display: block !important;
    height: auto;
    margin-bottom: 3.125%;
    padding: 30.9% 0 0;
  }
  .sp_block {
    display: block;
  }
  .sp_block img {
    display: block;
    max-width: 98%;
    height: auto;
    margin: 0 auto;
  }
  .pc_block {
    display: none;
  }
  p.bnr sp_block {
    width: 100%;
  }
}
