@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap");
/* =============================================
  共通
============================================= */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
  font: inherit;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media (max-width: 720px) {
  body {
    font-size: 4.2666666667vw;
  }
}
body.js-active {
  overflow-y: hidden;
}

img {
  vertical-align: top;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}
@media (min-width: 721px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.pc_item {
  display: block !important;
}
@media (max-width: 720px) {
  .pc_item {
    display: none !important;
  }
}

.sp_item {
  display: none !important;
}
@media (max-width: 720px) {
  .sp_item {
    display: block !important;
  }
}

.visually_hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.border_top {
  border-top: 1px solid #E2E2E2;
}

.border_btm {
  border-bottom: 1px solid #E2E2E2;
}

.bg_gray {
  background-color: #EEEEEF;
}

.lettr0 {
  letter-spacing: 0 !important;
}

/*-- コンテンツ幅 --*/
.sec_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 720px) {
  .sec_inner {
    padding: 0 5.3333333333vw;
  }
}

/*-- ボタン --*/
.btn_wrap .btn_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  line-height: 1;
  color: #333;
  background-color: #FFF000;
}
@media (max-width: 720px) {
  .btn_wrap .btn_link {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 720px) {
  .btn_wrap .btn_link {
    width: 100%;
  }
}
.btn_wrap .btn_link span {
  display: block;
}

/*-- パンくずリスト --*/
.breadcrumb {
  padding-top: 20px;
  padding-bottom: 37px;
}
@media (max-width: 1100px) {
  .breadcrumb {
    padding-top: 1.8181818182vw;
    padding-bottom: 3.3636363636vw;
  }
}
@media (max-width: 720px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .breadcrumb_list {
  font-size: 1.6rem;
}
@media (max-width: 1100px) {
  .breadcrumb .breadcrumb_list {
    font-size: 1.4545454545vw;
  }
}
.breadcrumb .breadcrumb_list li {
  position: relative;
  line-height: 1;
  display: inline;
}
.breadcrumb .breadcrumb_list li + li::before {
  content: " ＞ ";
}

/*-- 下層ページのKV --*/
.kv_img_wrap {
  margin-top: 120px;
}
@media (max-width: 1100px) {
  .kv_img_wrap {
    margin-top: 10.9090909091vw;
  }
}
@media (max-width: 720px) {
  .kv_img_wrap {
    margin-top: 60px;
  }
}
.kv_img_wrap .kv_img {
  height: 460px;
}
@media (max-width: 1100px) {
  .kv_img_wrap .kv_img {
    height: 41.8181818182vw;
  }
}
@media (max-width: 720px) {
  .kv_img_wrap .kv_img {
    height: 50.6666666667vw;
  }
}
.kv_img_wrap .kv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-- 下層ページのメインタイトル --*/
@media (max-width: 720px) {
  .main_ttl_area {
    margin-top: 10.6666666667vw;
  }
}
.main_ttl_area .ttl_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_ttl_area .ttl_inner .main_ttl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.175;
}
@media (max-width: 1100px) {
  .main_ttl_area .ttl_inner .main_ttl {
    font-size: 3.5rem;
  }
}
@media (max-width: 720px) {
  .main_ttl_area .ttl_inner .main_ttl {
    font-size: 6.9333333333vw;
  }
}
.main_ttl_area .ttl_inner .sub {
  text-align: center;
  display: block;
  margin-top: 33px;
  font-size: 2.1rem;
  line-height: 1.5882352941;
}
@media (max-width: 1100px) {
  .main_ttl_area .ttl_inner .sub {
    margin-top: 3vw;
    font-size: 1.9090909091vw;
  }
}
@media (max-width: 720px) {
  .main_ttl_area .ttl_inner .sub {
    margin-top: 6.9333333333vw;
    font-size: 4.5333333333vw;
  }
}
.main_ttl_area .ttl_inner .sub::before {
  content: "";
  display: block;
  width: 40px;
  padding-top: 29px;
  margin: auto;
  border-top: 4px solid #FFF000;
}
@media (max-width: 1100px) {
  .main_ttl_area .ttl_inner .sub::before {
    width: 3.6363636364vw;
    padding-top: 2.6363636364vw;
  }
}
@media (max-width: 720px) {
  .main_ttl_area .ttl_inner .sub::before {
    width: 9.8666666667vw;
    padding-top: 4.8vw;
  }
}

/*-- アンカーリンクボタン(黄色アイコン） --*/
.anchor_list_works {
  margin-top: 44px;
  max-width: 730px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(1.9230769231vw, 20px);
}
@media (max-width: 720px) {
  .anchor_list_works {
    margin-top: 6.9333333333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw;
  }
}
.anchor_list_works .btn_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px 15px 60px;
  width: 230px;
  max-width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .anchor_list_works .btn_link {
    padding: 14px 24px 15px 60px;
    width: 220px;
  }
}
@media (max-width: 720px) {
  .anchor_list_works .btn_link {
    padding: 2.6666666667vw 9.6vw 2.9333333333vw 2.1333333333vw;
    width: 42.6666666667vw;
  }
}
.anchor_list_works .btn_link .anchor_txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .anchor_list_works .btn_link .anchor_txt {
    font-size: 3.7333333333vw;
  }
}
.anchor_list_works .btn_link .small {
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 720px) {
  .anchor_list_works .btn_link .small {
    font-size: 3.7333333333vw;
  }
}
.anchor_list_works .btn_link::after {
  content: "";
  position: absolute;
  background: url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/icon_circle_anchor_y.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
@media (max-width: 720px) {
  .anchor_list_works .btn_link::after {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
    left: auto;
    right: 1.3333333333vw;
  }
}

.connection_btn_wrap {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 720px) {
  .connection_btn_wrap {
    flex-direction: column;
    margin-top: 2.6666666667vw;
  }
}
.connection_btn_wrap .btn_link {
  position: relative;
  width: 296px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px 21px 20px;
  border: 1px solid #8397C4;
  border-radius: 12px;
}
@media (max-width: 720px) {
  .connection_btn_wrap .btn_link {
    width: 68.2666666667vw;
    padding: 4.8vw 8vw 4.8vw 5.3333333333vw;
    margin: auto;
  }
}
.connection_btn_wrap .btn_link::after {
  content: "";
  position: absolute;
  background: url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/icon_circle_arrow_navy.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}
@media (max-width: 720px) {
  .connection_btn_wrap .btn_link::after {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    right: 7.4666666667vw;
  }
}
.connection_btn_wrap .btn_link .detail_txt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #8397C4;
}
@media (max-width: 720px) {
  .connection_btn_wrap .btn_link .detail_txt {
    font-size: 4.8vw;
  }
}

/*-- グレーの三角の背景 --*/
.main_body.triangle_bg {
  background: url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/bg_triangle_left.svg) no-repeat top 267px left/210px 420px, url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/bg_triangle_right.svg) no-repeat top 1053px right/212px 424px, url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/bg_triangle_left.svg) no-repeat top 1781px left/210px 420px, url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/bg_triangle_right.svg) no-repeat top 2567px right/212px 424px, url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/bg_triangle_left.svg) no-repeat top 3347px left/210px 420px;
}
@media (max-width: 1100px) {
  .main_body.triangle_bg {
    background: none;
  }
}

/*-- グレー背景 --*/
.know_bg_gray {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #EEEEEF;
}
@media (max-width: 720px) {
  .know_bg_gray {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 17.0666666667vw;
  }
}

.know_sec_area {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 720px) {
  .know_sec_area {
    padding: 0 5.3333333333vw;
  }
}
.know_sec_area + .know_sec_area {
  margin-top: 80px;
}
@media (max-width: 1100px) {
  .know_sec_area + .know_sec_area {
    margin-top: 50px;
  }
}
@media (max-width: 720px) {
  .know_sec_area + .know_sec_area {
    margin-top: 13.3333333333vw;
  }
}
.know_sec_area .know_sec_inner {
  padding: 76px 100px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .know_sec_area .know_sec_inner {
    padding: 60px 40px;
  }
}
@media (max-width: 720px) {
  .know_sec_area .know_sec_inner {
    padding: 6.1333333333vw 2.6666666667vw 10.6666666667vw;
  }
}

/*-- ひし形のタイトル --*/
.hishigata_ttl {
  position: relative;
  padding-left: 30px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 720px) {
  .hishigata_ttl {
    padding-left: 8.5333333333vw;
    font-size: 4.8vw;
  }
}
.hishigata_ttl::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #FFF000;
  transform: rotate(45deg);
  left: 4px;
  top: 0.25em;
}
@media (max-width: 1100px) {
  .hishigata_ttl::before {
    width: 1.4545454545vw;
    height: 1.4545454545vw;
  }
}
@media (max-width: 720px) {
  .hishigata_ttl::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    left: 1.0666666667vw;
  }
}
.hishigata_ttl .small {
  font-size: 1.6rem;
}
@media (max-width: 720px) {
  .hishigata_ttl .small {
    font-size: 4.2666666667vw;
  }
}

/*-- ひし形のタイトルがあるブロックのリスト --*/
.detailed_hish_list .detailed_item + .detailed_item {
  margin-top: 38px;
  padding-top: 40px;
  background-image: linear-gradient(to right, #B7B7B7 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
@media (max-width: 720px) {
  .detailed_hish_list .detailed_item + .detailed_item {
    margin-top: 8vw;
    padding-top: 8vw;
    background-image: linear-gradient(to right, #B7B7B7 2px, transparent 2px, transparent 4px);
    background-size: 4px 1px;
  }
}
.detailed_hish_list .detailed_item .item_inner {
  margin: 18px 0 0 30px;
}
@media (max-width: 1100px) {
  .detailed_hish_list .detailed_item .item_inner {
    margin: 1.6363636364vw 0 0 2.7272727273vw;
  }
}
@media (max-width: 720px) {
  .detailed_hish_list .detailed_item .item_inner {
    margin: 4vw 0 0 0;
  }
}
.detailed_hish_list .detailed_item .item_inner .inner_txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}
@media (max-width: 720px) {
  .detailed_hish_list .detailed_item .item_inner .inner_txt {
    font-size: 4.2666666667vw;
  }
}
.detailed_hish_list .detailed_item .item_inner .inner_txt + .inner_txt {
  margin-top: 1em;
}
@media (max-width: 720px) {
  .detailed_hish_list .detailed_item .item_inner.blank_big {
    margin: 6.6666666667vw 0 0 0;
  }
}

/*  --------------------------------
    ヘッダー
--------------------------------  */
header {
  position: fixed;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media (max-width: 1100px) {
  header {
    height: 10.9090909091vw;
  }
}
@media (max-width: 720px) {
  header {
    height: 60px;
  }
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1264px;
  padding: 30px 20px 26px 47px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media (max-width: 1346px) {
  header .header_inner {
    padding-left: 3.4918276374vw;
  }
}
@media (max-width: 1210px) {
  header .header_inner {
    padding: 2.479338843vw 20px 2.1487603306vw;
  }
}
@media (max-width: 720px) {
  header .header_inner {
    padding: 0 0 0 5.8666666667vw;
  }
}
header .header_logo .header_logo_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 720px) {
  header .header_logo .header_logo_inner {
    flex-direction: row;
  }
}
header .header_logo .logo_img {
  width: 230px;
  line-height: 0;
}
@media (max-width: 1100px) {
  header .header_logo .logo_img {
    width: 24.5454545455vw;
  }
}
@media (max-width: 720px) {
  header .header_logo .logo_img {
    width: 41.6vw;
    max-width: 220px;
  }
}
header .header_logo .logo_txt {
  margin-top: 5px;
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 1210px) {
  header .header_logo .logo_txt {
    font-size: 1.4049586777vw;
  }
}
@media (max-width: 720px) {
  header .header_logo .logo_txt {
    margin: 0 0 0 14px;
    font-size: 1.4rem;
  }
}
header .header_contents {
  background-color: #fff;
}
@media (min-width: 721px) {
  header .header_contents {
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 720px) {
  header .header_contents {
    display: none;
    padding: 8vw 8.8vw 5.3333333333vw;
    border-radius: 0;
    position: fixed;
    z-index: 2;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
  }
}
header .header_contents .header_list {
  display: flex;
  gap: min(4.4628099174vw, 54px);
}
@media (max-width: 1100px) {
  header .header_contents .header_list {
    gap: 3.6363636364vw;
  }
}
@media (max-width: 720px) {
  header .header_contents .header_list {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 720px) {
  header .header_contents .header_list .list_item {
    border-bottom: 1px solid #E2E2E2;
  }
  header .header_contents .header_list .list_item:first-child {
    border-top: 1px solid #E2E2E2;
  }
}
header .header_contents .header_list .list_item .nav_link {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1100px) {
  header .header_contents .header_list .list_item .nav_link {
    font-size: 1.4545454545vw;
  }
}
@media (max-width: 720px) {
  header .header_contents .header_list .list_item .nav_link {
    font-size: 3.4666666667vw;
    font-size: 4vw;
    display: block;
    padding: 3.7333333333vw 6.6666666667vw 4vw;
    background: url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/icon_arrow_header.svg) no-repeat right 8vw center;
    background-size: 5.0666666667vw;
  }
}
header .header_contents .header_list .list_item .nav_link:hover {
  opacity: 0.4;
}
header .header_contents .header_list .list_item .nav_link.blank {
  padding-right: 20px;
  background: url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/icon_target_link.svg) no-repeat right center;
  background-size: 14px;
}
@media (max-width: 1100px) {
  header .header_contents .header_list .list_item .nav_link.blank {
    padding-right: 1.8181818182vw;
    background-size: 1.2727272727vw;
  }
}
@media (max-width: 720px) {
  header .header_contents .header_list .list_item .nav_link.blank {
    background-position: right 8vw center;
    background-size: 5.0666666667vw;
  }
}
@media (min-width: 721px) {
  header .header_contents .header_list .list_item .nav_link.js-current {
    padding-bottom: 7px;
    border-bottom: 4px solid #FFF000;
  }
}
header .hamb_menu {
  display: none;
}
@media (max-width: 720px) {
  header .hamb_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
header .hamb_menu .hamb_btn {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
header .hamb_menu .hamb_btn span {
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 30px;
  height: 2px;
  background-color: #333;
}
header .hamb_menu .hamb_btn span:nth-of-type(1) {
  top: 20px;
}
header .hamb_menu .hamb_btn span:nth-of-type(2) {
  top: 29px;
}
header .hamb_menu .hamb_btn span:nth-of-type(3) {
  top: 38px;
}
header .hamb_menu.js-active .hamb_btn {
  z-index: 9999;
  cursor: pointer;
  justify-content: space-between;
}
header .hamb_menu.js-active .hamb_btn span:nth-of-type(1) {
  top: 26px;
  transform: translateY(3px) rotate(-45deg);
}
header .hamb_menu.js-active .hamb_btn span:nth-of-type(2) {
  opacity: 0;
}
header .hamb_menu.js-active .hamb_btn span:nth-of-type(3) {
  top: 33px;
  transform: translateY(-3px) rotate(45deg);
}

/*  --------------------------------
    フッター
--------------------------------  */
footer .footer_top {
  max-width: 1264px;
  margin: 0 auto;
  padding: 110px 20px 60px 47px;
}
@media (max-width: 1346px) {
  footer .footer_top {
    padding-left: 3.4918276374vw;
  }
}
@media (max-width: 1210px) {
  footer .footer_top {
    padding: 110px 20px 60px;
  }
}
@media (max-width: 1100px) {
  footer .footer_top {
    padding: 10vw 20px 5.4545454545vw;
  }
}
@media (max-width: 720px) {
  footer .footer_top {
    padding: 13.3333333333vw 8.8vw 10.6666666667vw;
  }
}
footer .footer_top .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  footer .footer_top .footer_inner {
    flex-direction: column;
  }
}
footer .footer_top .footer_logo .footer_logo_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer_top .footer_logo .logo_img {
  width: 230px;
  line-height: 0;
}
@media (max-width: 1100px) {
  footer .footer_top .footer_logo .logo_img {
    width: 24.5454545455vw;
  }
}
@media (max-width: 720px) {
  footer .footer_top .footer_logo .logo_img {
    width: 60.5333333333vw;
  }
}
footer .footer_top .footer_logo .logo_txt {
  margin-top: 5px;
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 1210px) {
  footer .footer_top .footer_logo .logo_txt {
    font-size: 1.4049586777vw;
  }
}
@media (max-width: 720px) {
  footer .footer_top .footer_logo .logo_txt {
    margin-top: 1.3333333333vw;
    font-size: 4vw;
  }
}
@media (max-width: 720px) {
  footer .footer_top .footer_contents {
    width: 100%;
  }
}
footer .footer_top .footer_contents .footer_list {
  display: flex;
  gap: min(4.4628099174vw, 54px);
}
@media (max-width: 1100px) {
  footer .footer_top .footer_contents .footer_list {
    gap: 3.6363636364vw;
  }
}
@media (max-width: 720px) {
  footer .footer_top .footer_contents .footer_list {
    margin-top: 9.0666666667vw;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 720px) {
  footer .footer_top .footer_contents .footer_list .list_item {
    border-bottom: 1px solid #E2E2E2;
  }
  footer .footer_top .footer_contents .footer_list .list_item:first-child {
    border-top: 1px solid #E2E2E2;
  }
}
footer .footer_top .footer_contents .footer_list .list_item .nav_link {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1100px) {
  footer .footer_top .footer_contents .footer_list .list_item .nav_link {
    font-size: 1.4545454545vw;
  }
}
@media (max-width: 720px) {
  footer .footer_top .footer_contents .footer_list .list_item .nav_link {
    font-size: 4vw;
    display: block;
    padding: 3.7333333333vw 6.6666666667vw 4vw;
    background: url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/icon_arrow_header.svg) no-repeat right 8vw center;
    background-size: 5.0666666667vw;
  }
}
footer .footer_top .footer_contents .footer_list .list_item .nav_link:hover {
  opacity: 0.4;
}
footer .footer_top .footer_contents .footer_list .list_item .nav_link.blank {
  padding-right: 20px;
  background: url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/icon_target_link.svg) no-repeat right center;
  background-size: 14px;
}
@media (max-width: 1100px) {
  footer .footer_top .footer_contents .footer_list .list_item .nav_link.blank {
    padding-right: 1.8181818182vw;
    background-size: 1.2727272727vw;
  }
}
@media (max-width: 720px) {
  footer .footer_top .footer_contents .footer_list .list_item .nav_link.blank {
    background-position: right 8vw center;
    background-size: 5.0666666667vw;
  }
}
footer .footer_top .corp_btn {
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 720px) {
  footer .footer_top .corp_btn {
    margin-top: 8.5333333333vw;
    text-align: center;
  }
}
footer .footer_top .corp_btn .btn_link {
  display: inline-block;
  padding: 13px 25px 13px 55px;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid #707070;
  border-radius: 30px;
}
@media (max-width: 1100px) {
  footer .footer_top .corp_btn .btn_link {
    padding: 1.1818181818vw 2.2727272727vw 1.1818181818vw 5vw;
    font-size: 1.3636363636vw;
  }
}
@media (max-width: 720px) {
  footer .footer_top .corp_btn .btn_link {
    padding: 3.4666666667vw 6.6666666667vw 3.4666666667vw 14.6666666667vw;
    font-size: 4vw;
    border-radius: 50px;
  }
}
footer .footer_top .corp_btn .btn_link span {
  position: relative;
}
footer .footer_top .corp_btn .btn_link span::before {
  content: "";
  position: absolute;
  background: url(/wp/wp-content/themes/higeta-syoyu/assets/img/company/recruit/common/icon_link.svg) no-repeat center center/contain;
  width: 20px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
@media (max-width: 1100px) {
  footer .footer_top .corp_btn .btn_link span::before {
    width: 1.8181818182vw;
    height: 1.6363636364vw;
    left: -2.7272727273vw;
  }
}
@media (max-width: 720px) {
  footer .footer_top .corp_btn .btn_link span::before {
    width: 5.3333333333vw;
    height: 4.8vw;
    left: -8vw;
  }
}
footer .footer_top .corp_btn .btn_link:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
  cursor: pointer;
}
footer .footer_btm {
  color: #fff;
  background-color: #333;
  position: relative;
}
footer .footer_btm .footer_btm_inner {
  max-width: 1264px;
  margin: 0 auto;
  padding: 26px 20px 32px 47px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 1346px) {
  footer .footer_btm .footer_btm_inner {
    padding-left: 3.4918276374vw;
  }
}
@media (max-width: 1210px) {
  footer .footer_btm .footer_btm_inner {
    padding-left: 20px;
  }
}
@media (max-width: 1100px) {
  footer .footer_btm .footer_btm_inner {
    padding: 2.3636363636vw 20px 2.9090909091vw;
    font-size: 1.2727272727vw;
  }
}
@media (max-width: 720px) {
  footer .footer_btm .footer_btm_inner {
    padding: 5.0666666667vw 5.3333333333vw 5.8666666667vw;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}

/* topへ戻る
-------------------- */
#page_top {
  position: fixed;
  bottom: -70px;
  right: 30px;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.21, 0.66, 0.54, 0.94) 0s;
  transform: translateY(200px);
}
@media (max-width: 720px) {
  #page_top {
    bottom: -16vw;
    right: 3.7333333333vw;
  }
}
#page_top.in {
  bottom: 30px;
  transform: translateY(0px);
}
@media (max-width: 720px) {
  #page_top.in {
    bottom: 4vw;
  }
}
#page_top.js-fixed {
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 900px) {
  #page_top.js-fixed {
    top: -3.3333333333vw;
  }
}
@media (max-width: 720px) {
  #page_top.js-fixed {
    top: -13.3333333333vw;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #606060;
}
@media screen and (max-width: 900px) {
  #page_top a {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media (max-width: 720px) {
  #page_top a {
    width: 12vw;
    height: 12vw;
  }
}
#page_top a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 720px) {
  #page_top a::before {
    top: 1.8666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
#page_top a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}
@media (max-width: 720px) {
  #page_top a:hover {
    opacity: 1;
  }
}