@charset "UTF-8";
/*--------------------------------------------
 *  Global
 * --------------------------------------------*/
html {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #575757;
  overflow-x: hidden;
}

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

a {
  color: #575757;
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:focus-visible {
  outline-width: 2px !important;
}

* {
  min-height: 0vw;
}

@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  [href=tel] {
    pointer-events: none;
    cursor: initial;
  }
}
.ly_cont {
  overflow: hidden;
  margin-top: 100px;
}

.ly_cont_innerLarge {
  display: block;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.ly_cont_innerLarge .bl_cont_item {
  max-width: 650px;
}

.ly_cont_inner {
  display: block;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.ly_footer {
  background-color: #00696b;
  padding: 45px 0 40px;
}

@media not all and (min-width: 768px) {
  .ly_cont {
    margin-top: 80px;
  }
  .ly_cont_innerLarge .bl_cont_item {
    max-width: 100%;
  }
  .ly_footer {
    padding: 35px 0 30px;
  }
}
.bl_cont_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

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

.bl_cont_item {
  max-width: 580px;
  width: 100%;
}

.bl_cont_info {
  padding: 75px 0;
  background-color: #f4f4f4;
}

.bl_contTop_deco {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 220px;
  height: 440px;
}

.bl_contTop_deco__right {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.bl_contTop_deco__harf {
  top: 50%;
}

@media not all and (min-width: 768px) {
  .bl_cont_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
  }
  .bl_cont_item {
    max-width: 100%;
  }
  .bl_contTop_deco {
    display: block;
  }
  .bl_cont_info {
    padding: 40px 0;
  }
}
.bl_mv_heading {
  padding: 80px 0 110px;
  z-index: 3;
  position: relative;
}

.bl_mv_cont {
  z-index: 2;
  position: relative;
}

.bl_mv_tiile {
  font-size: 6rem;
  line-height: 1.2;
  font-style: italic;
  text-shadow: 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff;
  color: #000;
}

.bl_mv_en {
  font-size: 1.25rem;
  margin-top: 35px;
  color: #000;
}

.bl_mv_bottom {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right top, from(#00b35a), to(#006b35));
  background: linear-gradient(90deg, #00b35a, #006b35);
  color: #fff;
}
.bl_mv_bottom .ly_cont_inner {
  position: relative;
}

.bl_mv_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 200px);
  gap: 60px;
}

.bl_mv_catchWrap {
  width: 340px;
  margin: 0;
  padding-bottom: 55px;
}

.bl_mv_pagination .swiper-pagination-bullet {
  width: 31%;
  height: 9px;
  border-radius: 20px;
  margin-left: 3px !important;
  background-color: #fff;
  opacity: 1;
}
.bl_mv_pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0 !important;
}
.bl_mv_pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.bl_mv_catch .label {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.bl_mv_img {
  width: calc(100% - 400px);
  height: 830px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.bl_mv_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc((50vw - 640px) * -1);
  left: 0;
  bottom: 0;
  background-image: url(../img/top/mv_img01.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_mv_img.is-active {
  opacity: 1;
}
.bl_mv_img__1::before {
  background-image: url(../img/top/mv_img01.jpg);
}
.bl_mv_img__2::before {
  background-image: url(../img/top/mv_img01.jpg);
}
.bl_mv_img__3::before {
  background-image: url(../img/top/mv_img01.jpg);
}

@media not all and (min-width: 1280px) {
  .bl_mv_img::before {
    right: 0;
  }
}
@media not all and (min-width: 768px) {
  .bl_mv_heading {
    padding: 60px 0 70px;
  }
  .bl_mv_tiile {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .bl_mv_en {
    font-size: 0.875rem;
    margin-top: 15px;
    text-shadow: 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff;
  }
  .bl_mv_bottom {
    padding: 20px 0;
  }
  .bl_mv_catchWrap {
    width: 100%;
    padding-bottom: 50px;
  }
  .bl_mv_pagination {
    max-width: 300px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bl_mv_catch .label {
    font-size: 1rem;
  }
  .bl_mv_catch .txt {
    font-size: 0.875rem;
  }
  .bl_mv_img {
    width: 100%;
    height: 340px;
    bottom: auto;
    top: -20px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.bl_newsTop {
  padding: 80px 0;
}

.bl_newsTop_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.bl_news_list {
  border-top: 1px solid #9a9a9a;
}
.bl_news_list a {
  border-bottom: 1px solid #9a9a9a;
  display: block;
  padding: 20px 0;
}
.bl_news_list .time {
  font-size: 0.875rem;
  color: #9a9a9a;
  margin-bottom: 10px;
}

@media not all and (min-width: 768px) {
  .bl_news_list a {
    padding: 15px 0;
  }
  .bl_news_list .time {
    margin-bottom: 2px;
    font-size: 0.75rem;
  }
  .bl_news_list .title {
    font-size: 0.875rem;
  }
}
.bl_companyTop {
  padding: 130px 0 60px;
  background-image: url(../img/top/company_bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_companyTop .el_enTitle {
  top: -130px;
}

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

.bl_companyTop_cont {
  width: 31%;
}

.bl_companyTop_info {
  width: 63.3%;
}

.bl_companyTop_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}

.bl_companyTop_col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 12px;
  width: 100%;
}
.bl_companyTop_col a {
  background-color: #575757;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px;
  text-align: center;
  height: 160px;
}

.bl_companyTop_group {
  background-color: #fff;
  padding: 20px 4%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_companyTop_group a {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.bl_companyTop_group a::before {
  content: "";
  top: 10px;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #009049;
  border-right: 1px solid #009049;
  position: absolute;
}

@media (min-width: 768px) {
  .bl_companyTop_group a:hover {
    color: #009049;
  }
}
@media not all and (min-width: 992px) {
  .bl_companyTop_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .bl_companyTop_cont, .bl_companyTop_info {
    width: 100%;
  }
}
@media not all and (min-width: 768px) {
  .bl_companyTop {
    padding: 50px 0 40px;
    background-image: url(../img/top/company_bg_sp.jpg);
  }
  .bl_companyTop_cont {
    text-align: center;
  }
  .bl_companyTop_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_companyTop_col {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_companyTop_col a {
    font-size: 0.875rem;
    min-height: 120px;
  }
  .bl_companyTop_group {
    padding: 20px 15px;
  }
  .bl_companyTop_group a {
    margin-bottom: 0;
  }
  .bl_companyTop_group ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .bl_companyTop_group li:first-of-type {
    grid-column: 1/-1;
  }
}
.bl_businessTop {
  padding: 70px 0 150px;
  background-color: #f4f4f4;
  background-image: url(../img/top/business_bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.bl_businessTop .el_enTitle {
  top: -70px;
}
.bl_businessTop .el_enTitle__works {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

.bl_businessTop_wrap {
  margin-bottom: 115px;
  z-index: 2;
  position: relative;
}

.bl_businessTop_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 40px;
}

.bl_businessTop_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_businessTop_btn {
  width: 145px;
}

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

.bl_businessTop_item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.bl_businessTop_item:nth-child(1) {
  width: 73.4%;
}
.bl_businessTop_item:nth-child(1) .el_numberCard_list {
  grid-template-columns: repeat(3, 1fr);
}
.bl_businessTop_item:nth-child(2) {
  width: 25.5%;
}
.bl_businessTop_item:nth-child(2) .el_numberCard_list {
  grid-template-columns: repeat(1, 1fr);
}
.bl_businessTop_item .el_numberCard {
  border-radius: 20px;
  height: 300px;
}

.bl_businessTop_label {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

@media (min-width: 2000px) {
  .bl_businessTop {
    background-image: url(../img/top/business_bg_large01.png), url(../img/top/business_bg_large02.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 1330px auto, 470px auto;
  }
}
@media not all and (min-width: 992px) {
  .bl_businessTop_label {
    font-size: 1.375rem;
  }
}
@media not all and (min-width: 768px) {
  .bl_businessTop {
    padding: 60px 0 50px;
    background-image: none;
  }
  .bl_businessTop_wrap {
    margin-bottom: 70px;
  }
  .bl_businessTop_wrap .el_numberCard_list {
    margin-bottom: 10px;
  }
  .bl_businessTop_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .bl_businessTop_cont {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
  .bl_businessTop_btn {
    display: none;
  }
  .bl_businessTop_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .bl_businessTop_item {
    width: 100% !important;
    padding: 15px 10px;
    border-radius: 12px;
  }
  .bl_businessTop_item .el_numberCard {
    height: 150px;
    border-radius: 12px;
  }
  .bl_businessTop_item .el_numberCard .label {
    text-align: center;
    font-size: 0.875rem;
  }
  .bl_businessTop_label {
    font-size: 1.125rem;
  }
}
.bl_worksTop_wrap .bl_cont_row {
  position: relative;
}
.bl_worksTop_wrap .bl_cont_item {
  padding-right: 120px;
}
.bl_worksTop_wrap .el_btnWrap {
  position: absolute;
  top: 130px;
  right: 0;
}

@media not all and (min-width: 768px) {
  .bl_worksTop_wrap {
    text-align: center;
  }
  .bl_worksTop_wrap .bl_cont_item {
    padding-right: 0;
  }
  .bl_worksTop_wrap .el_btnWrap {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }
  .bl_worksTop_wrap .el_btn {
    color: #fff;
  }
  .bl_worksTop_wrap .el_btn::after {
    background-image: url(../img/common/icon_arrowBtn_white.svg);
  }
}
.bl_safetyTop {
  padding: 90px 0 100px;
  background-color: #f4f4f4;
  background-image: url(../img/top/safety_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}

.bl_safetyTop_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.bl_safetyTop_cont {
  max-width: 430px;
}

.bl_safetyTop_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_safetyTop_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
  height: 270px;
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.bl_safetyTop_link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/top/safety_card01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 0;
}
.bl_safetyTop_link:nth-child(2)::before {
  background-image: url(../img/top/safety_card02.jpg);
}
.bl_safetyTop_link:nth-child(3)::before {
  background-image: url(../img/top/safety_card03.jpg);
}
.bl_safetyTop_link:nth-child(4)::before {
  background-image: url(../img/top/safety_card04.jpg);
}
.bl_safetyTop_link:nth-child(6)::before {
  background-image: url(../img/top/safety_card05.jpg);
}
.bl_safetyTop_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
}
.bl_safetyTop_link .label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

@media (min-width: 768px) {
  .bl_safetyTop_link:hover::before {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 2000px) {
  .bl_safetyTop {
    background-image: url(../img/top/safety_bg_large.png);
    background-size: 470px auto;
  }
}
@media not all and (min-width: 992px) {
  .bl_safetyTop_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_safetyTop_list {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .bl_safetyTop_cont {
    max-width: 100%;
  }
}
@media not all and (min-width: 768px) {
  .bl_safetyTop {
    background-color: #fff;
    padding: 70px 0 0;
  }
  .bl_safetyTop_row {
    gap: 30px;
  }
  .bl_safetyTop_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_safetyTop_list .el_btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .bl_safetyTop_link {
    height: 180px;
  }
  .bl_safetyTop_link .label {
    font-size: 1rem;
  }
  .bl_safetyTop_cont .el_btnWrap {
    display: none;
  }
}
.bl_irTop {
  padding: 90px 0 80px;
  background-image: url(../img/top/ir_bg.jpg);
  background-position: 38% top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_irTop .el_linkBtn_col {
  max-width: 930px;
  margin: 0 70px 0 auto;
}

.bl_irTop_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 180px;
}

.bl_irTop_title {
  width: 165px;
}

.bl_irTop_flex {
  max-width: 900px;
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 26px;
}

.bl_irTop_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_irTop_btn {
  width: 145px;
}

@media not all and (min-width: 992px) {
  .bl_irTop .el_linkBtn_col {
    margin: 0 auto;
  }
}
@media not all and (min-width: 768px) {
  .bl_irTop {
    padding: 70px 0 20px;
  }
  .bl_irTop_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    text-align: right;
    margin-bottom: 30px;
  }
  .bl_irTop_title {
    width: 100%;
    text-align: right;
  }
  .bl_irTop_title .el_label {
    color: #009049;
  }
  .bl_irTop_flex {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_irTop_cont {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .bl_irTop_btn {
    display: none;
  }
}
.bl_sdgsTop {
  padding: 165px 0 180px;
  background-image: url(../img/top/sdgs_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bl_sdgsTop .el_enTitle {
  top: -165px;
}

.bl_sdgsTop_cont {
  text-align: center;
  max-width: 610px;
  margin: 0 auto;
}
.bl_sdgsTop_cont .el_txt {
  text-align: left;
}

@media not all and (min-width: 992px) {
  .bl_sdgsTop {
    padding: 130px 0 120px;
  }
  .bl_sdgsTop .el_enTitle {
    top: -130px;
  }
}
@media not all and (min-width: 768px) {
  .bl_sdgsTop {
    padding: 80px 0 50px;
    background-image: url(../img/top/sdgs_bg_sp.jpg);
    background-position: center bottom;
  }
  .bl_sdgsTop_cont {
    text-align: left;
  }
  .bl_sdgsTop_cont .el_btnWrap {
    text-align: right;
  }
}
.bl_recruitTop {
  padding: 150px 0 120px;
  position: relative;
}
.bl_recruitTop .el_enTitle {
  top: -150px;
  right: auto;
  left: 28vw;
}

.bl_recruitTop_item {
  max-width: 470px;
  z-index: 2;
}

.bl_recruitTop_deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1154px;
  pointer-events: none;
}

@media not all and (min-width: 1800px) {
  .bl_recruitTop .el_enTitle {
    left: 21vw;
  }
}
@media not all and (min-width: 1280px) {
  .bl_recruitTop .el_enTitle {
    left: 0;
  }
  .bl_recruitTop_deco {
    right: -15%;
  }
}
@media not all and (min-width: 768px) {
  .bl_recruitTop {
    padding: 80px 0 30px;
    background-image: url(../img/top/recruit_bg_sp.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bl_recruitTop .el_label, .bl_recruitTop .el_title, .bl_recruitTop .el_txt {
    text-shadow: 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff;
  }
  .bl_recruitTop .el_btnWrap {
    text-align: right;
  }
  .bl_recruitTop_deco {
    display: none;
  }
}
.bl_siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.bl_siteHeader .ly_cont_innerLarge {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_siteHeader .logo {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.bl_siteHeader .subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 25px;
  margin-top: 10px;
}
.bl_siteHeader .subList a {
  color: #00676a;
  font-size: 0.875rem;
}
.bl_siteHeader .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bl_siteHeader .navItem {
  position: static;
}
.bl_siteHeader .navItem:hover .bl_megaMenu, .bl_siteHeader .navItem.is-active .bl_megaMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.bl_siteHeader .navButton {
  height: 64px;
  border: 0;
  background-color: transparent;
  color: #009049;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
}
.bl_siteHeader .navButton::after {
  content: "";
  border-right: 1px solid #009049;
  border-bottom: 1px solid #009049;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.bl_siteHeader .navButton__arrowNone {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_siteHeader .navButton__arrowNone::after {
  content: none;
}

.el_menuButton {
  display: none;
}

.bl_megaMenu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100px;
  width: 100vw;
  padding: 30px 0 40px;
  background-color: rgba(0, 0, 0, 0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.bl_megaMenu .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.bl_megaMenu .title span {
  display: inline-block;
  position: relative;
  padding-right: 100px;
}
.bl_megaMenu .title span::before {
  content: "MORE";
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}
.bl_megaMenu .title span::after {
  content: "";
  background-image: url(../img/common/icon_arrow_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 18px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_megaMenu .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 20px;
}
.bl_megaMenu .cards a {
  height: 166px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bl_megaMenu .cards a:hover {
  background-color: #009049;
}
.bl_megaMenu .links {
  margin: 0;
  padding: 18px 24px;
  list-style: none;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 8px;
  margin-top: 15px;
}
.bl_megaMenu .links {
  border-top: 1px solid #eee;
}
.bl_megaMenu .links a {
  position: relative;
  display: block;
  padding: 10px 0 10px 18px;
  color: #222;
  font-size: 14px;
  text-decoration: none;
}
.bl_megaMenu .links a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #009049;
  font-weight: 700;
}
.bl_megaMenu .links a:hover {
  color: #009049;
}

.bl_headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.bl_megaMenu_inner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  gap: 10px;
}

@media (min-width: 768px) {
  .bl_siteHeader .subList a:hover {
    text-decoration: underline;
  }
  .bl_siteHeader .navButton__arrowNone:hover {
    text-decoration: underline;
  }
}
@media not all and (min-width: 1280px) {
  .bl_siteHeader .inner {
    height: 56px;
    padding: 0 20px;
  }
  .bl_siteHeader .logo {
    font-size: 16px;
  }
  .bl_siteHeader .bl_headerNav {
    position: fixed;
    top: 100px;
    right: 0;
    width: 80%;
    max-width: 360px;
    height: calc(100vh - 100px);
    padding: 30px 22px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f4f4;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  .bl_siteHeader.is-open .bl_headerNav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .bl_siteHeader.is-open .el_menuButton span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .bl_siteHeader.is-open .el_menuButton span:nth-child(2) {
    opacity: 0;
  }
  .bl_siteHeader.is-open .el_menuButton span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .bl_siteHeader .subList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 25px 12px 150px;
  }
  .bl_siteHeader .subList a {
    color: #000;
  }
  .bl_siteHeader .navList {
    display: block;
  }
  .bl_siteHeader .navItem {
    border-bottom: 1px solid #ccc;
  }
  .bl_siteHeader .navItem:hover .bl_megaMenu {
    display: none;
  }
  .bl_siteHeader .navItem.is-active .bl_megaMenu {
    display: block;
  }
  .bl_siteHeader .navItem.is-active .navButton::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .bl_siteHeader .navButton {
    position: relative;
    width: 100%;
    height: auto;
    padding: 18px 36px 18px 12px;
    color: #111;
    font-size: 16px;
    text-align: left;
  }
  .bl_siteHeader .navButton::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 18px;
    height: 2px;
    margin: 0;
    background-color: #009049;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: none;
    bottom: auto;
    left: auto;
  }
  .bl_siteHeader .navButton::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 2px;
    height: 18px;
    background-color: #009049;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bl_siteHeader .navButton__arrowNone {
    display: block;
  }
  .bl_siteHeader .navButton__arrowNone::before, .bl_siteHeader .navButton__arrowNone::after {
    content: none;
  }
  .el_menuButton {
    position: relative;
    z-index: 200;
    display: block;
    width: 32px;
    height: 24px;
    padding: 0;
    border: 0;
    background-color: transparent;
  }
  .el_menuButton span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #009049;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
  }
  .el_menuButton span:nth-child(1) {
    top: 0;
  }
  .el_menuButton span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .el_menuButton span:nth-child(3) {
    bottom: 0;
  }
  .bl_megaMenu {
    position: static;
    display: none;
    width: 100%;
    min-height: auto;
    padding: 0 0 0 28px;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .bl_megaMenu .title {
    display: none;
  }
  .bl_megaMenu .cards {
    display: block;
    margin-top: 0;
  }
  .bl_megaMenu .cards a {
    min-height: auto;
    height: auto;
    padding: 12px 0;
    display: block;
    background-color: transparent;
    color: #111;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .bl_megaMenu .cards a:hover {
    background-color: transparent;
    color: #009049;
  }
  .bl_megaMenu .cards a:last-of-type {
    border-bottom: none;
  }
  .bl_megaMenu .links {
    padding: 0;
    background-color: transparent;
    border-top: 1px solid #ddd;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .bl_megaMenu .links a {
    padding: 12px 0;
    color: #111;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
  }
  .bl_megaMenu .links a::before {
    display: none;
  }
  .bl_megaMenu .links li:last-of-type a {
    border-bottom: none;
  }
  .bl_megaMenu_inner {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
}
@media not all and (min-width: 768px) {
  .bl_siteHeader .ly_cont_innerLarge {
    height: 80px;
  }
  .bl_siteHeader .bl_headerNav {
    max-width: 100%;
    width: 100%;
    height: calc(100vh - 80px);
    top: 80px;
  }
  .bl_siteHeader .logo {
    width: 200px;
  }
}
.bl_footer a {
  color: #fff;
}

.bl_footer_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.bl_footer_block {
  max-width: 180px;
  width: 100%;
}
.bl_footer_block a {
  font-size: 0.75rem;
}
.bl_footer_block .label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.bl_footer_block .label + .list {
  margin-top: 15px;
}
.bl_footer_block .list li {
  margin-bottom: 5px;
}
.bl_footer_block .list li:last-of-type {
  margin-bottom: 0;
}

.bl_footer_box + .bl_footer_box {
  margin-top: 30px;
}

.bl_footer_bottom {
  padding: 25px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 45px 0 30px;
}
.bl_footer_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  max-width: 830px;
  margin: 0 auto;
}
.bl_footer_bottom a {
  font-size: 0.75rem;
}

.bl_footer_copy {
  text-align: center;
  line-height: 1;
}
.bl_footer_copy small {
  color: #fff;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .bl_footer a:hover {
    text-decoration: underline;
  }
}
@media not all and (min-width: 768px) {
  .bl_footer_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_footer_block {
    display: contents;
  }
  .bl_footer_block .label {
    font-size: 0.875rem;
  }
  .bl_footer_block .list {
    display: none;
  }
  .bl_footer_box {
    display: contents;
  }
  .bl_footer_bottom {
    margin: 35px 0 25px;
    padding: 20px 0;
  }
  .bl_footer_bottom ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 10px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .bl_footer_copy small {
    font-size: 0.625rem;
  }
}
.el_button {
  color: #575757;
}

.el_btnWrap__right {
  text-align: right;
}

.el_btnWrap__mt {
  margin-top: 20px;
}

.el_btnWrap__mtSmall {
  margin-top: 15px;
}

.el_btnWrap__mtLarge {
  margin-top: 50px;
}

.el_btn {
  font-size: 1.375rem;
  font-weight: 700;
  color: #009049;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding-right: 80px;
}
.el_btn::after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../img/common/icon_arrowBtn.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.el_btn__white {
  color: #fff;
}
.el_btn__white::after {
  background-image: url(../img/common/icon_arrowBtn_white.svg);
}

.el_btn__small {
  font-size: 1.125rem;
  padding-right: 68px;
  height: 58px;
}
.el_btn__small::after {
  width: 58px;
  height: 58px;
}

.el_linkBtn_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 1020px;
}
.el_linkBtn_col li {
  max-width: 460px;
}

.el_linkBtn_col__one {
  grid-template-columns: repeat(1, 1fr);
}

.el_linkBtn_col__mt {
  margin-top: 35px;
}

.el_linkBtn_col__center {
  margin: 0 auto;
  gap: 10%;
}

.el_linkBtn {
  font-size: 1.375rem;
  font-weight: 500;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 70px 20px 20px;
  position: relative;
  max-width: 460px;
}
.el_linkBtn::after {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../img/common/icon_arrowBtn.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

@media (min-width: 768px) {
  .el_btn:hover::after {
    right: -6px;
  }
  .el_linkBtn:hover::after {
    right: 14px;
  }
}
@media not all and (min-width: 992px) {
  .el_linkBtn_col__center {
    gap: 20px;
  }
}
@media not all and (min-width: 768px) {
  .el_btnWrap__mtLarge {
    margin-top: 20px;
  }
  .el_btn {
    font-size: 1rem;
    padding-right: 60px;
    height: 50px;
  }
  .el_btn::after {
    width: 50px;
    height: 50px;
  }
  .el_btn__small {
    font-size: 0.875rem;
    padding-right: 50px;
    height: 40px;
  }
  .el_btn__small::after {
    width: 40px;
    height: 40px;
  }
  .el_linkBtn_col {
    grid-template-columns: repeat(1, 1fr);
  }
  .el_linkBtn_col__mt {
    margin-top: 28px;
  }
  .el_linkBtn {
    font-size: 1rem;
    padding: 18px 55px 18px 20px;
  }
  .el_linkBtn::after {
    width: 36px;
    height: 36px;
    right: 15px;
  }
}
.el_enTitle {
  font-size: 7.5rem;
  line-height: 1;
  font-style: italic;
  color: #fff;
  position: absolute;
  top: 0;
  right: 20px;
  font-weight: 700;
  margin-top: -0.17em;
  margin-bottom: -0.06em;
  text-align: right;
}

.el_enTitle__20 {
  opacity: 0.2;
}

.el_enTitle__50 {
  opacity: 0.5;
}

.el_enTitle__gray {
  color: #edefee;
}

@media not all and (min-width: 1280px) {
  .el_enTitle {
    font-size: 6.25rem;
  }
}
@media not all and (min-width: 992px) {
  .el_enTitle {
    font-size: 5rem;
  }
}
@media not all and (min-width: 768px) {
  .el_enTitle {
    display: none;
  }
}
.el_title {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 16px;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.el_label {
  font-size: 2rem;
  font-weight: 700;
  color: #009049;
}

.el_label__gray {
  color: #575757;
}

.el_label__white {
  color: #fff;
}

.el_txt {
  margin-top: 25px;
}

@media not all and (min-width: 768px) {
  .el_title {
    font-size: 2.125rem;
    margin-top: 14px;
  }
  .el_label {
    font-size: 1.5rem;
  }
  .el_txt {
    text-align: left;
    margin-top: 20px;
  }
}
.el_numberCard_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.el_numberCard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  height: 410px;
  overflow: hidden;
}
.el_numberCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/top/business_card01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 0;
}
.el_numberCard:nth-child(2)::before {
  background-image: url(../img/top/business_card02.jpg);
}
.el_numberCard:nth-child(3)::before {
  background-image: url(../img/top/business_card03.jpg);
}
.el_numberCard:nth-child(4)::before {
  background-image: url(../img/top/business_card04.jpg);
}
.el_numberCard::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
}
.el_numberCard .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
  color: #fff;
  background-color: #009049;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.75rem;
  font-weight: 700;
  width: 76px;
  height: 76px;
  padding: 5px 7px;
}
.el_numberCard .label {
  width: 100%;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

@media (min-width: 768px) {
  .el_numberCard:hover::before {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@media not all and (min-width: 768px) {
  .el_numberCard_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .el_numberCard {
    height: 240px;
  }
  .el_numberCard .label {
    font-size: 1.125rem;
  }
  .el_numberCard .number {
    font-size: 1.25rem;
    width: 60px;
    height: 60px;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hp_brmd,
.hp_brsp {
  display: none;
}

.hp_green {
  color: #009049;
}

@media not all and (min-width: 992px) {
  .hp_brmd {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
  .hp_brpc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */