/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* 1 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
}
.hidden_y {
  overflow-y: hidden;
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .linktxt {
  opacity: 0.5;
}
img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none !important;
  }
}
.nowrap {
  white-space: nowrap;
}
.m_inner {
  max-width: 960px;
  width: 64.86486486486487vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m_inner {
    width: 100%;
    padding: 0 6.153846153846153vw;
  }
}
.l_inner {
  max-width: 1280px;
  width: 86.48648648648648vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_inner {
    width: 100%;
    padding: 0 6.153846153846153vw;
  }
}
.footer {
  position: relative;
  z-index: 0;
}
.footer_contact {
  text-align: center;
  padding-bottom: 64px;
}
.contactTitle.head3 {
  margin-bottom: 8px;
}
.contactText {
  margin-bottom: 44px;
}
.footer_contact .contact_btn {
  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;
  color: #fff;
  gap: 12px;
  font-weight: bold;
  background-color: #019df0;
  border-radius: 50px;
  font-size: 16px;
  width: 320px;
  height: 64px;
  margin: 43px auto 0;
}
.footer_contact .contact_btn img {
  width: 20px;
}
.footer_contact .contact_btn:hover {
  background: transparent linear-gradient(289deg, #0ff 0%, #019df0 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_btn {
    margin-top: 28px;
  }
}
.footer_main {
  background: #46484a;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer_main {
    border-radius: 16px 16px 0px 0px;
  }
}
.footer_inner {
  padding: 80px 40px 25px;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    padding: 40px 6.153846153846153vw 25px;
  }
}
.footer_nav_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 116px;
  -moz-column-gap: 116px;
  column-gap: 116px;
}
@media screen and (min-width: 768px) {
  .footer_nav_block {
    row-gap: 32px;
  }
}
.footer_backtop {
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer_backtop {
    bottom: -56px;
  }
}
.footer_backtop_txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer_backtop_txt {
    font-size: 11px;
  }
}
.footer_backtop_btn {
  position: relative;
  cursor: pointer;
  border-radius: 40px;
  width: 86px;
  height: 36px;
  background: #e6ebf0;
}
.footer_backtop_btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/cms/alpen-recruit-oc/img/common/top_toggle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .footer_backtop_btn {
    width: 74px;
    height: 30px;
  }
  .footer_backtop_btn:before {
    background-size: 14px auto;
  }
}
.footer_backtop_btn:hover {
  background: transparent linear-gradient(289deg, #0ff 0%, #019df0 100%) 0% 0% no-repeat padding-box;
}
.footer_backtop_btn:hover:before {
  background-image: url("/cms/alpen-recruit-oc/img/common/top_hover_toggle.png");
}
@media screen and (min-width: 768px) {
  .footer_nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 138px;
    -moz-column-gap: 138px;
    column-gap: 138px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_wrap {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .footer_nav_row {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_row + .footer_nav_row {
    margin-top: 24px;
  }
}
.footer_nav_row a {
  display: block;
}
.footer_nav_row a:hover {
  opacity: 0.6;
}
.footer_nav_row a + a {
  margin-top: 24px;
}
.footer_logo img {
  width: 204px;
}
.footer_small_block {
  border-top: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .footer_small_block {
    margin-top: 40px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer_small_block {
    margin-top: 68px;
    padding-top: 16px;
  }
}
.footer_small_nav a {
  display: inline-block;
  padding-right: 24px;
  background-image: url("/cms/alpen-recruit-oc/img/icon/link.png");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.footer_small_nav a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer_small_nav a {
    font-size: 12px;
    padding-right: 18px;
    background-size: 11px auto;
  }
}
@media screen and (min-width: 768px) {
  .footer_small_nav a + a {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer_small_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
.footer_small_credit {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer_small_credit {
    font-size: 11px;
    margin-top: 16px;
    text-align: center;
  }
}
.header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  top: 0;
  left: 0;
  background: #019df0;
  border-radius: 0px 0px 16px 16px;
  font-size: 14px;
  z-index: 100;
}
.header input[type="checkbox"] {
  display: none;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .hamburger {
    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;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.302);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.302);
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}
.hamburger span {
  display: block;
  background: #1a1a1a;
  width: 20px;
  height: 2px;
  border-radius: 2px;
}
.hamburger span + span {
  margin-top: 6px;
}
#hamburger:checked ~ .header_nav_container {
  right: 0;
}
.header_inner {
  height: 90px;
  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;
  margin: 0 auto;
  padding: 0 calc((32 / 1480) * 100%);
}
@media screen and (max-width: 960px) {
  .header_inner {
    height: 70px;
    padding: 0 3.589743589743589vw;
  }
}
.header_logo {
  display: block;
  width: 10.54054054054054vw;
  max-width: 156px;
}
@media screen and (max-width: 1280px) {
  .header_logo {
    width: 12.1875vw;
    margin-right: 0.78125vw;
    min-width: 120px;
  }
}
@media screen and (max-width: 960px) {
  .header_logo {
    min-width: auto;
    width: 36.15384615384615vw;
  }
}
@media screen and (min-width: 768px) {
  .header_nav_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .header_nav_container {
    overflow-x: hidden;
    overflow-y: scroll;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #019df0;
    background-image: url("/cms/alpen-recruit-oc/img/common/nav_bg_sp.png");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0 6.153846153846153vw;
  }
}
@media screen and (min-width: 768px) {
  .nav_main_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .nav_main_wrap {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 120px;
  }
}
.nav_main_item {
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav_main_item:hover .nav_main_ttl:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .nav_main_item:hover .nav_main_hover_block {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .nav_main_item {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 24px 0;
    border-bottom: solid 1px rgba(244, 244, 244, 0.5);
  }
  .nav_main_item:hover .nav_main_hover_block {
    display: -ms-grid;
    display: grid;
  }
}
.nav_main_item.link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav_main_item.link:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .nav_main_item.link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 42px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1280px) {
  .nav_main_item.link {
    max-width: 114px;
  }
}
@media screen and (max-width: 960px) {
  .nav_main_item.link {
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 6px;
  }
  .nav_main_item.link:after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-image: url("/cms/alpen-recruit-oc/img/common/white_toggle.png");
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
.nav_main_ttl {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}
.nav_main_ttl .div:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .nav_main_ttl {
    padding-right: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav_main_ttl:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-image: url("/cms/alpen-recruit-oc/img/common/nav_toggle.png");
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 960px) {
  .nav_main_ttl:after {
    content: none;
  }
}
.nav_main_ttl div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav_main_ttl div br {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav_top_wrap {
    display: none;
  }
  .nav_main_ttl div br {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .nav_top_wrap {
    margin: 0 -2.564102564102564vw;
    height: 90px;
    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;
  }
}
@media screen and (max-width: 960px) {
  .nav_top_wrap {
    height: 70px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.nav_top_wrap .hamburger div {
  position: relative;
}
.nav_top_wrap .hamburger div span + span {
  margin: 0;
}
.nav_top_wrap .hamburger div span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.nav_top_wrap .hamburger div span:first-of-type {
  -webkit-transform: translate(-50%) rotate(20deg);
  transform: translate(-50%) rotate(20deg);
}
.nav_top_wrap .hamburger div span:nth-of-type(2) {
  -webkit-transform: translate(-50%) rotate(-20deg);
  transform: translate(-50%) rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .nav_main_hover_block {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.161);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.161);
    border-radius: 12px;
    padding: 24px;
  }
  .nav_main_hover_block:hover {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .nav_main_hover_block {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 0 0 4.102564102564102vw;
    row-gap: 12px;
  }
  .nav_main_hover_block:hover {
    display: -ms-grid;
    display: grid;
  }
}
.nav_sub_link {
  white-space: nowrap;
  display: block;
}
@media screen and (min-width: 768px) {
  .nav_sub_link:hover {
    color: #019df0;
  }
  .nav_sub_link + .nav_sub_link {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .nav_sub_link {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
  }
  .nav_sub_link:after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-image: url("/cms/alpen-recruit-oc/img/common/white_toggle.png");
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .nav_sub_link + .nav_sub_link {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav_main_item.link,
  .nav_main_ttl {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .nav_main_item.link,
  .nav_main_ttl {
    text-align: left;
  }
}
.nav_main_item.link span,
.nav_main_ttl span {
  display: inline-block;
}
.nav_entry_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 4px;
  margin-left: 20px;
}
@media screen and (max-width: 1280px) {
  .nav_entry_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 124px;
  }
}
@media screen and (max-width: 960px) {
  .nav_entry_wrap {
    padding: 40px 0;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-bottom: solid 1px rgba(244, 244, 244, 0.5);
  }
}
.nav_entry_link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  display: block;
  background: #fff;
  color: #1a1a1a;
  width: 8.378378378378379vw;
  max-width: 124px;
  line-height: 3;
  border-radius: 24px;
}
.nav_entry_link:hover {
  background: transparent linear-gradient(289deg, #0ff 0%, #019df0 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .nav_entry_link {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 960px) {
  .nav_entry_link {
    font-size: 16px;
    line-height: 3;
    padding: 4px 0;
  }
}
.pane-main {
  position: relative;
}
.lower_main_body {
  position: relative;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .lower_main_body {
    padding-bottom: 72px;
    margin-bottom: -16px;
    z-index: 0;
  }
}
.breadcrumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.breadcrumb_container {
  position: absolute;
  top: 108px;
  width: 100%;
  max-width: 1480px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 100px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .breadcrumb_container {
    padding: 0 7.8125vw;
  }
}
@media screen and (max-width: 960px) {
  .breadcrumb_container {
    top: 78px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_container {
    padding: 0 3.333333333333333vw;
  }
}
.breadcrumb span {
  display: inline-block;
  width: 16px;
  height: 1px;
  vertical-align: middle;
  background: #1a1a1a;
  margin: 0 10px;
}
.breadcrumb_item {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}
.breadcrumb_item:last-of-type {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb_item {
    font-size: 12px;
  }
}
.breadcrumb_container.f_white span {
  background: #fff;
}
.breadcrumb_container.f_white a {
  color: #fff;
}
.head2 {
  position: relative;
  color: #212627;
  font-weight: bold;
  z-index: 0;
}
.head2:before {
  position: absolute;
  z-index: -1;
  content: attr(en);
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #019df0;
  opacity: 0.1;
  line-height: 1.2;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .head2 {
    font-size: 32px;
    padding-top: 45px;
    margin-bottom: 32px;
  }
  .head2:before {
    font-size: 64px;
  }
}
@media screen and (max-width: 960px) {
  .head2 {
    padding-top: 36px;
    font-size: 22px;
    margin-bottom: 24px;
  }
  .head2:before {
    font-size: 56px;
    line-height: 60px;
    top: auto;
    bottom: 0;
  }
}
.head2 a {
  font-weight: bold;
}
.head3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  row-gap: 8px;
  font-size: 32px;
  margin-bottom: 32px;
}
.head3:before {
  z-index: -1;
  content: attr(title);
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #009fe3;
  line-height: 1.2;
  font-size: 16px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .head3 {
    font-size: 22px;
    row-gap: 6px;
    margin-bottom: 24px;
  }
  .head3:before {
    font-size: 12px;
  }
}
.c_toggle_link .btn {
  position: relative;
  display: inline-block;
  border-radius: 40px;
}
.c_toggle_link .btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c_toggle_link .btn:before {
    background-size: 8px auto;
  }
}
.c_toggle_link .linktxt {
  display: inline;
}
.c_toggle_link.black .btn {
  background: #1a1a1a;
}
.c_toggle_link.black .btn:before {
  background-image: url("/cms/alpen-recruit-oc/img/common/white_toggle.png");
}
.c_toggle_link.white .btn {
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.c_toggle_link.white .btn:before {
  background-image: url("/cms/alpen-recruit-oc/img/common/black_toggle.png");
}
.m_inner a:hover .btn {
  background: transparent linear-gradient(289deg, #0ff 0%, #019df0 100%) 0% 0% no-repeat padding-box;
}
.c_toggle_link:hover .btn:before {
  background-image: url("/cms/alpen-recruit-oc/img/common/white_toggle.png");
}
.cta_link {
  position: fixed;
  z-index: 10;
  left: 22px;
  bottom: 10px;
  display: block;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background-image: url("/cms/alpen-recruit-oc/img/common/cta.png");
  background-size: cover;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta_link:hover {
  background-image: url("/cms/alpen-recruit-oc/img/common/cta_hover.png");
}
@media screen and (max-width: 767px) {
  .cta_link {
    width: 110px;
    height: 110px;
    right: 14px;
    bottom: 12px;
    left: inherit;
  }
}
.cta_link.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.entry_cta_fixed_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.entry_cta_fixed_wrapper.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.entry_cta_fixed_bg {
  background: #1a1a1a;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.entry_cta_fixed {
  position: relative;
  padding: 12px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  border-radius: 16px 16px 0 0;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .entry_cta_fixed {
    gap: 2.051282051282051vw;
    padding: 12px 6.153846153846153vw;
  }
}
.entry_cta_link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: block;
  background-color: #fff;
  color: #1a1a1a;
  text-align: center;
  border-radius: 32px;
  width: 345px;
  font-size: 16px;
  line-height: 1;
  padding: 16px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry_cta_link:hover {
  color: #fff;
  background: transparent linear-gradient(289deg, #0ff 0%, #019df0 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  .entry_cta_link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
  }
}
