.parallelogram_container {
  position: relative;
  z-index: 1;
  width: 100%;
  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;
}
.parallelogram_container:before {
  position: absolute;
  z-index: -1;
  content: "";
  background: #009fdf;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .parallelogram_container {
    height: 502px;
  }
  .parallelogram_container:before {
    -webkit-clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0% 100%);
            clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .parallelogram_container {
    height: 300px;
  }
  .parallelogram_container:before {
    -webkit-clip-path: polygon(0 45px, 100% 0, 100% calc(100% - 45px), 0 100%);
            clip-path: polygon(0 45px, 100% 0, 100% calc(100% - 45px), 0 100%);
  }
}
.lower_head2 {
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .lower_head2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lower_head2 {
    font-size: 24px;
  }
}
.lower_head2:before {
  display: block;
  font-family: "Geologica", sans-serif;
  content: attr(en);
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0;
  font-size: 130px;
}
@media screen and (max-width: 1280px) {
  .lower_head2:before {
    font-size: 10.15625vw;
  }
}
@media screen and (max-width: 767px) {
  .lower_head2:before {
    font-size: 40px;
  }
}
.form_explain_block {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .form_top_txt {
    text-align: center;
  }
}
#office_form .c_txt {
  color: #000;
}
#office_form h3.outline_head3 {
  position: relative;
  border-bottom: solid 2px #ddd;
  padding-bottom: 10px;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #office_form h3.outline_head3 {
    font-size: 20px;
  }
}
#office_form h3.outline_head3:after {
  position: absolute;
  width: 196px;
  bottom: -2px;
  left: 0;
}
#office_form .main_wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 15px 0;
}
#office_form .outline_head3 {
  margin-bottom: 25px;
}
#office_form .form_explain_wrap {
  border: solid 1px #96a3a8;
}
@media screen and (min-width: 768px) {
  #office_form .form_explain_wrap {
    padding: 50px;
    margin: 50px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  #office_form .form_explain_wrap {
    padding: 20px;
    margin: 80px 0;
  }
}
#office_form .form_explain_wrap .outline_head3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #office_form .form_explain_wrap .outline_head3:after {
    width: 75px;
  }
}
#office_form .explain_item {
  margin-top: 25px;
  color: #000;
}
#office_form .explain_item .name {
  font-weight: 500;
}
#office_form .explain_item .tel {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #office_form .explain_item .tel {
    margin-top: 10px;
  }
}
#office_form .explain_item .tel span {
  font-weight: 400;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #office_form .explain_item .tel span {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  #office_form .explain_item .tel span {
    display: block;
  }
}
#office_form .explain_item .fax {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #office_form .form_area_grid {
    margin-top: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #office_form .form_area_grid {
    margin-top: 50px;
  }
}
#office_form .form_order {
  width: 190px;
}
@media screen and (max-width: 960px) {
  #office_form .form_order {
    display: none;
  }
}
#office_form .form_order_list {
  counter-reset: number 0;
}
#office_form .form_order_list li + li {
  margin-top: 35px;
}
#office_form .form_order_item {
  font-weight: 500;
  color: #96a3a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#office_form .form_order_item:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 14px;
}
#office_form .form_order_item.active {
  color: #333;
}
#office_form .form_order_item.active:before {
  color: #009fdf;
}
#office_form .form_order_item span {
  display: inline-block;
  background: #ddd;
  width: 40px;
  height: 1px;
  margin: 0 16px;
}
@media screen and (min-width: 768px) {
  #office_form .form_area {
    width: calc(100% - 190px);
    padding-left: 100px;
  }
}
@media screen and (max-width: 1280px) {
  #office_form .form_area {
    padding-left: 7.8125vw;
  }
}
@media screen and (max-width: 960px) {
  #office_form .form_area {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #office_form .form_area {
    padding: 0;
  }
}
#office_form .form_area dl {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  #office_form .form_area dl {
    gap: 12px;
    -ms-grid-columns: 320px auto;
    grid-template-columns: 320px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1280px) {
  #office_form .form_area dl {
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (max-width: 767px) {
  #office_form .form_area dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#office_form .form_area dl:has(input[type="checkbox"]),
#office_form .form_area dl:has(input[type="radio"]) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#office_form .form_area dl:has(textarea) dt.must:before {
  top: 12px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  #office_form .form_area dl:has(.notewrap) dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #office_form .form_area dl + dl {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  #office_form .form_area dl + dl {
    margin-top: 40px;
  }
}
#office_form .form_area dt {
  position: relative;
  word-break: auto-phrase;
  font-weight: 500;
  border-left: solid 2px #009fdf;
  line-height: 1.25;
  padding: 13px 58px 13px 16px;
}
@media screen and (max-width: 767px) {
  #office_form .form_area dt {
    margin-bottom: 15px;
  }
}
#office_form .form_area dt .notewrap {
  margin: -9px 0;
}
#office_form .form_area dt.must:after {
  content: "必須";
  color: #009fdf;
  border: solid 1px #009fdf;
  text-align: center;
  width: 48px;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  #office_form .form_area dt.must:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #office_form .form_area dt.must:after {
    display: inline-block;
    margin-left: 15px;
  }
}
#office_form .form_area dd {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #office_form .form_area dd {
    font-size: 15px;
  }
}
#office_form .input_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#office_form .input_block .input_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#office_form .note {
  font-size: 15px;
  margin-top: 15px;
}
#office_form input,
#office_form select,
#office_form textarea,
#office_form button {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #000;
}
#office_form input[type="text"],
#office_form input[type="email"],
#office_form select,
#office_form textarea {
  border: solid 1px #bebebe;
  padding: 15px 12px;
  font-size: 16px;
}
#office_form input[type="text"]::-webkit-input-placeholder, #office_form input[type="email"]::-webkit-input-placeholder, #office_form select::-webkit-input-placeholder, #office_form textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}
#office_form input[type="text"]::-moz-placeholder, #office_form input[type="email"]::-moz-placeholder, #office_form select::-moz-placeholder, #office_form textarea::-moz-placeholder {
  color: #cdcdcd;
}
#office_form input[type="text"]:-ms-input-placeholder, #office_form input[type="email"]:-ms-input-placeholder, #office_form select:-ms-input-placeholder, #office_form textarea:-ms-input-placeholder {
  color: #cdcdcd;
}
#office_form input[type="text"]::-ms-input-placeholder, #office_form input[type="email"]::-ms-input-placeholder, #office_form select::-ms-input-placeholder, #office_form textarea::-ms-input-placeholder {
  color: #cdcdcd;
}
#office_form input[type="text"]::placeholder,
#office_form input[type="email"]::placeholder,
#office_form select::placeholder,
#office_form textarea::placeholder {
  color: #cdcdcd;
}
#office_form textarea {
  width: 100%;
  max-width: 550px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  #office_form .input_name {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  #office_form .input_name {
    width: 120px;
  }
}
#office_form .input_mail,
#office_form select,
#office_form .input_address {
  width: 100%;
  max-width: 450px;
}
#office_form .select {
  max-width: 450px;
  position: relative;
}
#office_form .select::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #404040;
  border-bottom: 0;
  z-index: 1;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
#office_form .input_postal {
  width: 200px;
}
#office_form .checkbox_area,
#office_form .radio_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 12px;
}
#office_form .checkbox_area .wrap,
#office_form .radio_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  #office_form .checkbox_area,
  #office_form .radio_area {
    padding: 0 20px;
  }
}
#office_form .form_bottom {
  border-top: solid 1px #96a3a8;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  #office_form .form_bottom {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #office_form .form_bottom {
    margin-top: 50px;
  }
}
#office_form .agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
#office_form .agree a {
  text-decoration: underline;
  color: #035995;
}
#office_form .agree input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
#office_form .agree input[type="checkbox"]:checked {
  background-size: 12px auto;
}
#office_form .agree_txt {
  margin-left: 16px;
}
#office_form .labelnote {
  font-size: 12px;
  margin-top: 5px;
}
#office_form input[type="checkbox"] {
  cursor: pointer;
  border: solid 1px #bebebe;
  width: 20px;
  height: 20px;
}
#office_form input[type="checkbox"]:checked {
  background-color: #009fdf;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/cms/alpen-recruit-career/img/common/checked_icon.png");
  background-size: 14px auto;
}
#office_form input[type="radio"] {
  position: relative;
  border: solid 1px #bebebe;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
#office_form input[type="radio"]:checked:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #009fdf;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #office_form .button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 125px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #office_form .button_wrap {
    margin: 50px 0 140px;
    padding-left: 20px;
  }
}
#office_form .button_wrap input[type="reset"],
#office_form .button_wrap button {
  cursor: pointer;
}
#office_form .button_wrap input[type="reset"] {
  background: #fff;
  border: solid 2px #009fdf;
  font-weight: 500;
  color: #009fdf;
  font-size: 16px;
  padding: 26px 0;
  width: 154px;
}
#office_form .button_wrap button {
  border: none;
  background: #009fdf;
  color: #fff;
  font-weight: bold;
  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;
  height: 80px;
}
#office_form .button_wrap button:hover span {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
@media screen and (min-width: 768px) {
  #office_form .button_wrap button {
    width: 342px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #office_form .button_wrap button {
    width: 100%;
    font-size: 20px;
    max-width: 306px;
    margin-top: 24px;
  }
}
#office_form .button_wrap button span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/cms/alpen-recruit-career/img/common/skyblue_arrow.png");
  background-size: 24px;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 32px;
}
#office_interview .main_visual {
  position: relative;
  z-index: 0;
}
#office_interview .main_visual:after {
  position: absolute;
  content: "";
  z-index: -1;
  background: #035995;
  right: 0;
}
@media screen and (min-width: 768px) {
  #office_interview .main_visual:after {
    width: 74.86111111111111vw;
    max-width: 1078px;
    aspect-ratio: 1078/695;
    -webkit-clip-path: polygon(0 60px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
            clip-path: polygon(0 60px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .main_visual:after {
    top: 40px;
    width: calc(100% - 40px);
    height: calc(100% - 100px);
  }
}
@media screen and (min-width: 768px) {
  #office_interview .main_visual {
    padding: 30px 70px 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #office_interview .main_visual {
    padding: 30px 5.46875vw 36px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .main_visual {
    padding: 15px;
    margin-bottom: 20px;
  }
}
#office_interview .main_personImg img {
  position: relative;
  max-width: 1078px;
  aspect-ratio: 1078/695;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  #office_interview .main_personImg img {
    margin: 0 0 0 auto;
    -webkit-clip-path: polygon(0 60px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
            clip-path: polygon(0 60px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
  }
}
#office_interview .main_block {
  background: #009fdf;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #office_interview .main_block {
    position: absolute;
    width: 44.44444444444444vw;
    max-width: 640px;
    padding: 38px 35px;
    left: 70px;
    bottom: 60px;
  }
}
@media screen and (max-width: 1280px) {
  #office_interview .main_block {
    padding: 2.96875vw 2.734375vw;
    left: 0;
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .main_block {
    margin: 0 -15px;
    padding: 20px 15px;
  }
}
#office_interview .title {
  font-weight: bold;
  line-height: 1.4;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  #office_interview .title {
    padding-bottom: 5px;
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) {
  #office_interview .title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .title {
    padding-bottom: 5px;
    font-size: 20px;
  }
}
#office_interview .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #office_interview .wrap {
    margin: 15px 0 8px;
    gap: 34px;
  }
}
@media screen and (max-width: 1280px) {
  #office_interview .wrap {
    gap: 2.65625vw;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .wrap {
    margin: 10px 0 0;
    gap: 15px;
  }
}
#office_interview .affiliation {
  letter-spacing: 0.05em;
  font-weight: bold;
  border: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  #office_interview .affiliation {
    padding: 4px 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  #office_interview .affiliation {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .affiliation {
    padding: 1.5px 8px;
    font-size: 16px;
  }
}
#office_interview .logo img {
  width: auto;
  height: 26px;
  vertical-align: middle;
}
#office_interview .team {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  #office_interview .team {
    font-weight: bold;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .team {
    font-weight: 500;
    font-size: 18px;
  }
}
#office_interview .name {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #office_interview .name {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .name {
    font-weight: 500;
  }
}
#office_interview .name span {
  vertical-align: baseline;
  display: inline-block;
  border-left: solid 1px #fff;
  line-height: 1.2;
  font-size: 15px;
  padding-left: 8px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  #office_interview .c_inner {
    max-width: 1440px;
    padding: 0 220px;
  }
}
@media screen and (max-width: 1440px) {
  #office_interview .c_inner {
    padding: 0 15.277777777777779vw;
  }
}
@media screen and (max-width: 1280px) {
  #office_interview .c_inner {
    padding: 0 17.1875vw;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .c_inner {
    padding: 0 15px;
  }
}
#office_interview .c_section {
  counter-reset: number 0;
}
#office_interview .interview_head2 {
  color: #009fdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  gap: 10px;
  padding-bottom: 2px;
  border-bottom: solid 1px #c7d1d6;
}
@media screen and (min-width: 768px) {
  #office_interview .interview_head2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .interview_head2 {
    font-size: 20px;
  }
}
#office_interview .interview_head2:before {
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  font-family: "Geologica", sans-serif;
}
@media screen and (min-width: 768px) {
  #office_interview .interview_head2:before {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .interview_head2:before {
    line-height: 1.5;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  #office_interview .c_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .c_txt {
    font-size: 16px;
  }
}
#office_interview .c_block {
  position: relative;
}
@media screen and (min-width: 768px) {
  #office_interview .c_block {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .c_block {
    margin-top: 40px;
  }
}
#office_interview .c_block:nth-of-type(1):after {
  position: absolute;
  content: "";
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #office_interview .c_block:nth-of-type(1):after {
    width: 298px;
    height: 85px;
    right: -220px;
    top: -70px;
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/interview/q1_line_pc.png");
  }
}
@media screen and (max-width: 767px) {
  #office_interview .c_block:nth-of-type(1):after {
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/interview/line_right_sp.png");
    top: 0;
    right: -15px;
    width: 79px;
    height: 29px;
    top: -35px;
  }
}
#office_interview .c_block:nth-of-type(3):before {
  position: absolute;
  content: "";
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  #office_interview .c_block:nth-of-type(3):before {
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/interview/q2_line_pc.png");
    left: -220px;
    top: -100px;
    width: 167px;
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .c_block:nth-of-type(3):before {
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/interview/line_left_sp.png");
    left: -15px;
    top: -35px;
    width: 73px;
    height: 31px;
  }
}
@media screen and (min-width: 768px) {
  #office_interview .c_block:nth-of-type(4):before {
    position: absolute;
    content: "";
    background-size: 100% 100%;
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/interview/q4_line_pc.png");
    right: -220px;
    top: 0;
    width: 174px;
    height: 56px;
  }
}
@media screen and (min-width: 768px) {
  #office_interview .c_block:nth-of-type(5):before {
    position: absolute;
    content: "";
    background-size: 100% 100%;
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/interview/q5_line_pc.png");
    left: -220px;
    bottom: -68px;
    width: 164px;
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .c_block:nth-of-type(5):after {
    position: absolute;
    content: "";
    background-size: 100% 100%;
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/interview/line_right_sp.png");
    top: -35px;
    right: -15px;
    width: 79px;
    height: 29px;
  }
}
#office_interview .c_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #office_interview .c_column {
    row-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .c_column {
    row-gap: 20px;
  }
}
#office_interview .c_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  #office_interview .c_flex {
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1280px) {
  #office_interview .c_flex {
    gap: 3.90625vw;
  }
}
@media screen and (max-width: 960px) {
  #office_interview .c_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .c_flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #office_interview .topic_block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 960px) {
  #office_interview .topic_block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  #office_interview .img_block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 450px;
  }
}
@media screen and (max-width: 960px) {
  #office_interview .img_block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 960px) {
  #office_interview .topic_img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#office_interview .c_section.other {
  position: relative;
  z-index: 0;
  max-width: 1326px;
}
#office_interview .c_section.other:before {
  position: absolute;
  content: "";
  background: #009fdf;
  width: 100vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #office_interview .c_section.other:before {
    height: 370px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .c_section.other:before {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  #office_interview .c_section.other {
    margin: 140px auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .c_section.other {
    margin: 80px 0;
  }
}
#office_interview .other_head2 {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #office_interview .other_head2 {
    border-left: solid 5px #009fdf;
    padding-left: 24px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .other_head2 {
    color: #0b3546;
    font-size: 26px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
#office_interview .page_wrap {
  font-family: "Geologica", sans-serif;
  position: absolute;
  z-index: 1;
  color: #009fdf;
  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;
  width: 138px;
  padding: 0 18px;
}
@media screen and (min-width: 768px) {
  #office_interview .page_wrap {
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .page_wrap {
    right: 15px;
    margin-top: -10px;
  }
}
#office_interview .page_wrap .num {
  letter-spacing: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
#office_interview .page_wrap .line {
  background: #009fdf;
  min-width: 22px;
  height: 2px;
  border-radius: 2px;
}
#office_interview .comment_list {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #office_interview .comment_list {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_list {
    padding-top: 30px;
    padding-left: 15px;
  }
}
#office_interview .comment_list .slick-arrow {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 7px;
  height: 18px;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  #office_interview .comment_list .slick-arrow {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_list .slick-arrow {
    top: -10px;
  }
}
#office_interview .comment_list .slick-prev {
  background-image: url("/cms/alpen-recruit-career/img/store/prev.png");
  left: auto;
}
#office_interview .comment_list .slick-prev:before {
  content: none;
}
@media screen and (min-width: 768px) {
  #office_interview .comment_list .slick-prev {
    right: 200px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_list .slick-prev {
    right: 150px;
  }
}
#office_interview .comment_list .slick-next {
  background-image: url("/cms/alpen-recruit-career/img/store/next.png");
}
#office_interview .comment_list .slick-next:before {
  content: none;
}
@media screen and (min-width: 768px) {
  #office_interview .comment_list .slick-next {
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_list .slick-next {
    right: 15px;
  }
}
#office_interview .comment_list .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#office_interview .comment_item {
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #office_interview .comment_item {
    width: 340px;
    margin-right: 64px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1280px) {
  #office_interview .comment_item {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_item {
    margin-right: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #office_interview .comment_item:hover .img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #office_interview .comment_item:hover .column_link {
    font-size: 16px;
  }
  #office_interview .comment_item:hover .column_link:after {
    width: 30px;
    height: 30px;
    top: -3px;
  }
}
#office_interview .comment_item .img {
  position: relative;
  overflow: hidden;
}
#office_interview .comment_item .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #office_interview .comment_item .img {
    aspect-ratio: 340/240;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_item .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#office_interview .comment_item .img:before {
  position: absolute;
  z-index: 1;
  content: attr(works);
  letter-spacing: 0.1em;
  font-weight: 800;
  background: #035995;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
  bottom: 9px;
  right: 9px;
}
@media screen and (min-width: 768px) {
  #office_interview .comment_item .img:before {
    min-width: 172px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_item .img:before {
    min-width: 156px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #office_interview .comment_item .title {
    padding-bottom: 5px;
    font-size: 24px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_item .title {
    padding-bottom: 8px;
    font-size: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_item .logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#office_interview .comment_item .logo img {
  width: auto;
  height: 26px;
}
@media screen and (max-width: 767px) {
  #office_interview .comment_item .name {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 2px 0;
  }
}
@media screen and (min-width: 768px) {
  #office_interview .comment_item .team {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_item .team {
    font-size: 15px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
#office_interview .comment_item .column_link {
  letter-spacing: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
  color: #fff;
  padding-right: 48px;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #office_interview .comment_item .column_link {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  #office_interview .comment_item .column_link {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 10px;
  }
}
#office_interview .comment_item .column_link:after {
  position: absolute;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-image: url("/cms/alpen-recruit-career/img/common/column_white.png");
}
.logistics_visual {
  max-width: 1440px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .logistics_visual {
    padding-left: 80px;
    aspect-ratio: 1440/500;
    min-height: 500px;
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/mv_pc.png");
  }
}
@media screen and (max-width: 1280px) {
  .logistics_visual {
    padding-left: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .logistics_visual {
    padding: 0 15px;
    aspect-ratio: 375/300;
    min-height: 300px;
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/mv_sp.png");
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .main_wrapper {
    padding: 40px 0 140px;
  }
}
.logistics_nav {
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .logistics_nav {
    margin: 60px auto 52px;
    padding: 0 75px 13px;
    border-bottom: solid 1px #96a3a8;
    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) {
  .logistics_nav {
    padding: 25px 40px 60px;
    margin-bottom: 20px;
  }
}
.logistics_nav a {
  position: relative;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .logistics_nav a {
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  .logistics_nav a {
    padding: 0 10px 14px;
  }
}
@media screen and (max-width: 767px) {
  .logistics_nav a {
    font-weight: 500;
    letter-spacing: 0;
    padding: 25px 0 10px;
    line-height: 1.2;
    display: block;
    border-bottom: solid 1px #d4e0e5;
  }
}
.logistics_nav a span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .logistics_nav a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #009fdf;
  }
}
.logistics_nav a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #009fdf;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .logistics_nav a:after {
    display: block;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .logistics_nav a:after {
    display: inline-block;
    right: 0;
    bottom: 15px;
  }
}
#office_logistics .lower_head2 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #office_logistics .lower_head2 {
    font-size: 32px;
  }
}
#office_logistics .lower_head2:before {
  width: 80%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #office_logistics .lower_head2:before {
    font-size: 64px;
  }
}
#office_logistics .lower_head2 span {
  text-shadow: 0 4px 4px rgba(3,40,55,0.25);
}
#office_logistics .breadcrumb_list a:not(:last-of-type) {
  color: #555;
}
#office_logistics .logistics_head2 {
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #office_logistics .logistics_head2 {
    border-left: solid 5px #009fdf;
    padding-left: 24px;
    font-size: 32px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .logistics_head2 {
    border-left: solid 3px #009fdf;
    padding: 5px 0 5px 10px;
    font-size: 28px;
    margin-bottom: 25px;
  }
}
#office_logistics .message_title {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #office_logistics .message_title {
    line-height: 1.5;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .message_title {
    z-index: 3;
    font-size: 26px;
    line-height: 1.8;
    margin-bottom: 17px;
  }
}
#office_logistics .message_title:after {
  position: absolute;
  content: attr(en);
  z-index: -1;
  font-family: "Geologica", sans-serif;
  color: #91dfff;
  opacity: 0.85;
  font-weight: 500;
  line-height: 1;
  left: 0;
}
@media screen and (min-width: 768px) {
  #office_logistics .message_title:after {
    top: -15px;
    font-size: 200px;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .message_title:after {
    font-size: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .message_title:after {
    top: 10px;
    font-size: 80px;
  }
}
#office_logistics .intro_head3 {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #office_logistics .intro_head3 {
    font-size: 30px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .intro_head3 {
    padding-left: 7px;
    font-size: 26px;
    margin-bottom: 40px;
  }
}
#office_logistics .logistics_head4 {
  color: #009fdf;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #office_logistics .logistics_head4 {
    letter-spacing: 0.1em;
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .logistics_head4 {
    letter-spacing: 0.05em;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#office_logistics .img {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #office_logistics .img img {
    aspect-ratio: 345/200;
  }
}
#office_logistics .c_txt + .img {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #office_logistics .intro_section {
    padding-top: 68px;
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .intro_section .inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .intro_section .inner {
    padding: 0 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .intro_section .inner {
    padding: 0 15px;
  }
}
#office_logistics .intro_section .inner_in {
  max-width: 995px;
  margin: 0 auto;
}
#office_logistics .intro_section .topic_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#office_logistics .intro_section .topic_block + .c_txt {
  margin: 25px 0 80px;
}
@media screen and (min-width: 768px) {
  #office_logistics .intro_section .topic_block.right {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .intro_section .topic_block.right {
    padding-left: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .intro_section .topic_block.right {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .intro_section .topic_block.left {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .intro_section .topic_block.left {
    padding-right: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .intro_section .topic_block.left {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .intro_section .topic_block {
    max-width: 1440px;
    margin: 80px auto 0;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .intro_section .topic_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .intro_section .topic_block .topic_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .intro_section .topic_block .img {
    width: 580px;
    min-width: 580px;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .intro_section .topic_block .img {
    width: 45.3125vw;
    min-width: 45.3125vw;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .intro_section .topic_block .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#office_logistics .skyblue_bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  #office_logistics .skyblue_bg {
    padding-bottom: 60px;
  }
}
#office_logistics .skyblue_bg:before {
  position: absolute;
  content: "";
  z-index: -3;
  background: #009fdf;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  #office_logistics .skyblue_bg:before {
    -webkit-clip-path: polygon(0 173px, 100% 0%, 100% calc(100% - 173px), 0% 100%);
            clip-path: polygon(0 173px, 100% 0%, 100% calc(100% - 173px), 0% 100%);
    top: -145px;
    height: calc(100% + 145px);
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .skyblue_bg:before {
    height: calc(100% + 63px);
    top: -45px;
    -webkit-clip-path: polygon(0 69px, 100% 0%, 100% calc(100% - 69px), 0% 100%);
            clip-path: polygon(0 69px, 100% 0%, 100% calc(100% - 69px), 0% 100%);
  }
}
#office_logistics .person_block {
  position: relative;
}
@media screen and (min-width: 768px) {
  #office_logistics .person_block {
    padding-top: 224px;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .person_block {
    padding-top: 17.5vw;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .person_block {
    padding: 0 0 18px;
    margin: 0 -15px 22px;
  }
}
#office_logistics .person_detail {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #office_logistics .person_detail {
    position: relative;
    margin-top: -138px;
    padding: 0 15px;
  }
}
#office_logistics .person_title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #office_logistics .person_title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .person_title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .person_title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
#office_logistics .person_name {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #office_logistics .person_name {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .person_name {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .person_img {
    position: absolute;
    max-width: 600px;
    width: 41.66666666666667vw;
    z-index: -2;
    top: 72px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .person_img {
    padding: 0 0 138px;
  }
}
#office_logistics .profile_title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #office_logistics .profile_title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .profile_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
#office_logistics .profile_block {
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.6);
          box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.6);
}
@media screen and (min-width: 768px) {
  #office_logistics .profile_block {
    max-width: 700px;
    padding: 50px 55px;
    margin-top: 50px;
    margin-left: 42px;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .profile_block {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .profile_block {
    padding: 35px;
    margin: 25px 15px 0;
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .intro_contents.intro3 {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .intro_contents.intro3 {
    margin-top: 80px;
  }
}
#office_logistics .message_contents {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  #office_logistics .message_contents {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .message_contents {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .message_contents .img {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .message_contents .img {
    padding-left: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .message_contents .img {
    padding: 0;
  }
}
#office_logistics .transform_bg {
  position: relative;
  z-index: 0;
}
#office_logistics .transform_bg:before {
  position: absolute;
  z-index: -1;
  content: "";
  background: #f2f4f5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #office_logistics .transform_bg:before {
    -webkit-clip-path: polygon(0 0, 100% 173px, 100% 100%, 0 calc(100% - 173px));
            clip-path: polygon(0 0, 100% 173px, 100% 100%, 0 calc(100% - 173px));
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .transform_bg:before {
    -webkit-clip-path: polygon(0 0, 100% 45px, 100% 100%, 0 calc(100% - 45px));
            clip-path: polygon(0 0, 100% 45px, 100% 100%, 0 calc(100% - 45px));
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .transform_bg {
    margin-top: 102px;
    padding: 38px 0 170px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .transform_bg {
    margin: 40px 0;
    padding: 40px 0 72px;
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .interview_section {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .interview_section {
    margin-top: 40px;
  }
}
#office_logistics .guide_section {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  #office_logistics .guide_section {
    margin: 140px 0 76px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .guide_section {
    margin: 80px 0;
  }
}
#office_logistics .guide_section a {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #office_logistics .guide_section a {
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/recruit_bg_pc.png");
    padding: 56px 30px;
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .guide_section a {
    background-image: url("/cms/alpen-recruit-career/img/office/logistics/recruit_bg_sp.png");
    aspect-ratio: 345/239;
    padding: calc((24 / 375) * 100vw) 16px;
  }
}
#office_logistics .guide_head2 {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  #office_logistics .guide_head2 {
    padding-right: 50%;
  }
}
#office_logistics .guide_head2:before {
  content: attr(en);
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  #office_logistics .guide_head2:before {
    font-size: 130px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .guide_head2:before {
    font-size: 64px;
  }
}
#office_logistics .guide_head2 span {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #office_logistics .guide_head2 span {
    text-shadow: 0 4px 4px rgba(0,0,0,0.25);
  }
}
@media screen and (max-width: 1440px) {
  #office_logistics .guide_head2 span {
    text-shadow: 0 4px 4px rgba(3,40,55,0.25);
  }
}
#office_logistics .link {
  background: #009fdf;
  color: #fff;
  font-weight: bold;
  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;
  height: 80px;
  margin: 0 auto;
}
#office_logistics .link:hover span {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
@media screen and (min-width: 768px) {
  #office_logistics .link {
    margin-top: 80px;
    width: 318px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .link {
    width: 286px;
    font-size: 20px;
    margin-top: 40px;
  }
}
#office_logistics .link span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/cms/alpen-recruit-career/img/common/skyblue_arrow.png");
  background-size: 24px;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 32px;
}
#office_logistics .interview_section {
  position: relative;
  z-index: 0;
  max-width: 1326px;
}
#office_logistics .interview_section:before {
  position: absolute;
  content: "";
  background: #009fdf;
  width: 100vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #office_logistics .interview_section:before {
    height: 404px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .interview_section:before {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .interview_section {
    margin: 140px auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .interview_section {
    margin: 40px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .interview_section .logistics_head2 {
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
#office_logistics .page_wrap {
  font-family: "Geologica", sans-serif;
  position: absolute;
  z-index: 1;
  color: #009fdf;
  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;
  width: 138px;
  padding: 0 18px;
}
@media screen and (min-width: 768px) {
  #office_logistics .page_wrap {
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .page_wrap {
    right: 15px;
    margin-top: -10px;
  }
}
#office_logistics .page_wrap .num {
  letter-spacing: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
#office_logistics .page_wrap .line {
  background: #009fdf;
  min-width: 22px;
  height: 2px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_list {
    padding: 50px 73px 0;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .comment_list {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_list {
    padding-top: 30px;
    padding-left: 15px;
  }
}
#office_logistics .comment_list .slick-arrow {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 7px;
  height: 18px;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_list .slick-arrow {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_list .slick-arrow {
    top: -10px;
  }
}
#office_logistics .comment_list .slick-prev {
  background-image: url("/cms/alpen-recruit-career/img/store/prev.png");
  left: auto;
}
#office_logistics .comment_list .slick-prev:before {
  content: none;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_list .slick-prev {
    right: 200px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_list .slick-prev {
    right: 150px;
  }
}
#office_logistics .comment_list .slick-next {
  background-image: url("/cms/alpen-recruit-career/img/store/next.png");
}
#office_logistics .comment_list .slick-next:before {
  content: none;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_list .slick-next {
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_list .slick-next {
    right: 15px;
  }
}
#office_logistics .comment_list .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#office_logistics .comment_item {
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_item {
    width: 340px;
    margin-right: 64px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1280px) {
  #office_logistics .comment_item {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_item {
    margin-right: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_item:hover .img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #office_logistics .comment_item:hover .column_link {
    font-size: 16px;
  }
  #office_logistics .comment_item:hover .column_link:after {
    width: 30px;
    height: 30px;
    top: -3px;
  }
}
#office_logistics .comment_item .img {
  position: relative;
  overflow: hidden;
}
#office_logistics .comment_item .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_item .img {
    aspect-ratio: 340/240;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_item .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#office_logistics .comment_item .img:before {
  position: absolute;
  z-index: 1;
  content: attr(works);
  letter-spacing: 0.1em;
  font-weight: 800;
  background: #035995;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
  bottom: 9px;
  right: 9px;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_item .img:before {
    min-width: 172px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_item .img:before {
    min-width: 156px;
    font-size: 18px;
  }
}
#office_logistics .comment_item .title {
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_item .title {
    padding-bottom: 5px;
    font-size: 24px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_item .title {
    padding-bottom: 8px;
    font-size: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_item .logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#office_logistics .comment_item .logo img {
  width: auto;
  height: 26px;
}
#office_logistics .comment_item .name {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_item .name {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_item .name {
    font-weight: 500;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 2px 0;
  }
}
#office_logistics .comment_item .name span {
  vertical-align: baseline;
  display: inline-block;
  border-left: solid 1px #fff;
  line-height: 1.2;
  font-size: 15px;
  padding-left: 8px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_item .team {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_item .team {
    font-size: 15px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
#office_logistics .comment_item .column_link {
  letter-spacing: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
  color: #fff;
  padding-right: 48px;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #office_logistics .comment_item .column_link {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  #office_logistics .comment_item .column_link {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 10px;
  }
}
#office_logistics .comment_item .column_link:after {
  position: absolute;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-image: url("/cms/alpen-recruit-career/img/common/column_white.png");
}
#office_top .main_visual {
  position: relative;
}
#office_top h1.mv_text {
  position: absolute;
  top: 50%;
  max-width: 756px;
  width: 52.5vw;
  padding: 16px 23px 26px;
  aspect-ratio: 756/389;
}
@media screen and (min-width: 768px) {
  #office_top h1.mv_text {
    background: rgba(255,255,255,0.9);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1280px) {
  #office_top h1.mv_text {
    width: auto;
    padding: 1.25vw 1.796875vw 2.03125vw;
  }
}
@media screen and (max-width: 767px) {
  #office_top h1.mv_text {
    background: rgba(255,255,255,0.65);
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
    aspect-ratio: 375/326;
    padding: 5.128205128205128vw 3.333333333333333vw 10.256410256410255vw;
  }
}
#office_top h1.mv_text .strong {
  background-repeat: no-repeat;
  background-image: url("/cms/alpen-recruit-career/img/common/mv_toggle.png");
  background-size: auto 11px;
  background-position: right bottom;
  font-weight: 900;
  color: #0a5573;
  font-size: 48px;
  letter-spacing: 0.14em;
  padding-bottom: 30px;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #office_top h1.mv_text .strong {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1280px) {
  #office_top h1.mv_text .strong {
    letter-spacing: 0.14em;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  #office_top h1.mv_text .strong {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: calc((28 / 375) * 100vw);
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
}
#office_top h1.mv_text .text {
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  #office_top h1.mv_text .text {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  #office_top h1.mv_text .text {
    white-space: nowrap;
    letter-spacing: 0;
    font-size: calc((16 / 375) * 100vw);
  }
}
#office_top h1.mv_text .text + .text {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  #office_top .main_wrapper {
    padding: 100px 0 0;
  }
}
#office_top .common_head2 {
  margin-bottom: 30px;
}
#office_top .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  row-gap: 8px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #009fdf;
          box-shadow: 4px 4px 0 #009fdf;
}
@media screen and (min-width: 768px) {
  #office_top .column {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  #office_top .column {
    padding: 10px;
    min-width: 235px;
  }
}
@media screen and (min-width: 768px) {
  #office_top .column:hover .work {
    color: #009fdf;
  }
  #office_top .column:hover .img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #office_top .column:hover .column_link {
    font-size: 16px;
  }
  #office_top .column:hover .column_link:after {
    width: 30px;
    height: 30px;
    top: -3px;
  }
}
#office_top .column .img {
  overflow: hidden;
  aspect-ratio: 320/200;
}
#office_top .column .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
#office_top .work {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  color: #0a5573;
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  #office_top .work {
    font-size: calc((24 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #office_top .work {
    font-size: 20px;
  }
}
#office_top .column_link {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
  color: #009fdf;
  padding-right: 48px;
  line-height: 24px;
  font-size: 14px;
}
#office_top .column_link:after {
  position: absolute;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-image: url("/cms/alpen-recruit-career/img/common/column_blue.png");
}
#office_top .c_section.interview {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #office_top .c_section.interview {
    padding: 80px 0 73px;
    margin-bottom: -160px;
  }
}
@media screen and (max-width: 767px) {
  #office_top .c_section.interview {
    padding: 64px 0 100px;
  }
}
#office_top .c_section.interview:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #009fdf;
}
@media screen and (min-width: 768px) {
  #office_top .c_section.interview:before {
    top: 0;
    height: 100%;
    -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
            clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  #office_top .c_section.interview:before {
    bottom: 0;
    height: calc(100% - 128px);
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 85%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0%, 100% 85%, 0% 100%);
  }
}
@media screen and (min-width: 768px) {
  #office_top .c_section.interview .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1280px) {
  #office_top .c_section.interview .grid {
    -webkit-column-gap: calc((46 / 1280) * 100vw);
       -moz-column-gap: calc((46 / 1280) * 100vw);
            column-gap: calc((46 / 1280) * 100vw);
    row-gap: calc((60 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #office_top .c_section.interview .grid {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding-right: 15px;
    margin-right: -15px;
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
}
#office_top .c_section.requirement {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #office_top .c_section.requirement {
    padding: 257px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  #office_top .c_section.requirement {
    padding: 42px 0 120px;
  }
}
#office_top .c_section.requirement:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f2f4f5;
}
@media screen and (min-width: 768px) {
  #office_top .c_section.requirement:before {
    top: 0;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 33%, 100% 100%, 0 67%);
            clip-path: polygon(0 0, 100% 33%, 100% 100%, 0 67%);
  }
}
@media screen and (max-width: 767px) {
  #office_top .c_section.requirement:before {
    bottom: 60px;
    height: calc(100% - 128px);
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  }
}
#office_top .c_section.requirement .c_inner {
  max-width: 1130px;
}
@media screen and (min-width: 768px) {
  #office_top .c_section.requirement .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 24px;
    gap: 66px;
  }
}
@media screen and (max-width: 1280px) {
  #office_top .c_section.requirement .grid {
    gap: calc((66 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #office_top .c_section.requirement .grid {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  #office_top .c_section.requirement .img {
    width: 470px;
  }
}
#office_top .c_section.requirement .link_block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  row-gap: 32px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #office_top .c_section.requirement .link_block {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    padding: 56px 40px;
    max-width: 563px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  #office_top .c_section.requirement .link_block {
    -webkit-column-gap: calc((80 / 1280) * 100vw);
       -moz-column-gap: calc((80 / 1280) * 100vw);
            column-gap: calc((80 / 1280) * 100vw);
    padding: calc((56 / 1280) * 100vw) calc((40 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #office_top .c_section.requirement .link_block {
    padding: 56px 40px;
    margin-top: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#office_top .c_section.requirement .link {
  position: relative;
  display: block;
  font-weight: bold;
  color: #0a5573;
  border-bottom: solid 1px #d4e0e5;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-image: url("/cms/alpen-recruit-career/img/common/link_clear.png");
  font-size: 24px;
  padding-bottom: 12px;
}
#office_top .c_section.requirement .link:before {
  position: absolute;
  content: "";
  background: #009fdf;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  #office_top .c_section.requirement .link {
    background-position: right top;
  }
}
@media screen and (max-width: 1280px) {
  #office_top .c_section.requirement .link {
    font-size: calc((24 / 1280) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #office_top .c_section.requirement .link {
    background-position: right -5px top;
    font-size: 24px;
  }
}
#office_top .c_section.requirement .link:hover {
  opacity: 0.7;
  background-position: right -5px top;
}
@media screen and (min-width: 768px) {
  #office_outline .parallelogram_container:after {
    position: absolute;
    z-index: -2;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 266px;
    background: #f2f4f5;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
}
#office_outline .breadcrumb_list a:not(:last-of-type) {
  color: #96a3a8;
}
@media screen and (min-width: 768px) {
  #office_outline .main_wrapper {
    background: #f2f4f5;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 173px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 173px));
    padding: 35px 0 232px;
    margin-bottom: 120px;
  }
}
#office_outline .main_wrapper .main_contents {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  #office_outline .main_wrapper .main_contents {
    background: #f2f4f5;
    -webkit-clip-path: polygon(0 0, 100% 45px, 100% 100%, 0 calc(100% - 45px));
            clip-path: polygon(0 0, 100% 45px, 100% 100%, 0 calc(100% - 45px));
    padding: 84px 15px 100px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  #office_outline .main_wrapper .c_section + .c_section {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  #office_outline .main_wrapper .c_section + .c_section {
    margin-top: 80px;
  }
}
#office_outline .main_wrapper .c_block {
  border: solid 1px #96a3a8;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #office_outline .main_wrapper .c_block {
    padding: 40px 80px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #office_outline .main_wrapper .c_block {
    padding: 30px 20px;
    margin-top: 15px;
  }
}
#office_outline .main_wrapper .c_contents {
  margin-top: 24px;
}
#office_outline .main_wrapper .c_contents.isHidden {
  display: none;
}
#office_outline .main_wrapper dl {
  position: relative;
}
@media screen and (min-width: 768px) {
  #office_outline .main_wrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #office_outline .main_wrapper dl {
    border-top: solid 2px #ddd;
  }
  #office_outline .main_wrapper dl:before {
    position: absolute;
    content: "";
    top: -2px;
    width: 196px;
    height: 2px;
    background: #009fdf;
  }
}
#office_outline .main_wrapper dt {
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  #office_outline .main_wrapper dt {
    border-top: solid 2px #009fdf;
    min-width: 198px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    place-items: center;
  }
}
@media screen and (max-width: 767px) {
  #office_outline .main_wrapper dt {
    color: #009fdf;
    padding-top: 32px;
  }
}
#office_outline .main_wrapper dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #office_outline .main_wrapper dd {
    border-top: solid 2px #ddd;
  }
}
@media screen and (max-width: 767px) {
  #office_outline .main_wrapper dd {
    padding: 16px 0 24px;
  }
}
@media screen and (min-width: 768px) {
  #office_outline .main_wrapper dt,
  #office_outline .main_wrapper dd {
    padding: 32px 0 24px;
  }
}
#office_outline .main_wrapper .detail_txt + .detail_txt {
  margin-top: 16px;
}
#office_outline .main_wrapper .outline_head4 {
  position: relative;
  cursor: pointer;
}
#office_outline .main_wrapper .outline_head4.isOpen span {
  background: #fff;
}
#office_outline .main_wrapper .outline_head4.isOpen span:before {
  background: #009fdf;
}
#office_outline .main_wrapper .outline_head4.isOpen span:after {
  content: none;
}
#office_outline .main_wrapper .outline_head4 span {
  position: absolute;
  right: 0;
  border: solid 1px #009fdf;
  background: #009fdf;
  border-radius: 50%;
  display: block;
}
@media screen and (min-width: 768px) {
  #office_outline .main_wrapper .outline_head4 span {
    width: 50px;
    height: 50px;
    top: -3px;
  }
}
@media screen and (max-width: 767px) {
  #office_outline .main_wrapper .outline_head4 span {
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#office_outline .main_wrapper .outline_head4 span:before,
#office_outline .main_wrapper .outline_head4 span:after {
  position: absolute;
  content: "";
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#office_outline .main_wrapper .outline_head4 span:before {
  width: 16px;
  height: 2px;
}
#office_outline .main_wrapper .outline_head4 span:after {
  width: 2px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  #office_outline .main_wrapper .close_wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  #office_outline .main_wrapper .close_wrap {
    padding: 20px 30px;
  }
}
#office_outline .main_wrapper .btn {
  display: block;
  cursor: pointer;
  position: relative;
  background: #009fdf;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding-right: 68px;
  line-height: 80px;
}
@media screen and (min-width: 768px) {
  #office_outline .main_wrapper .btn {
    max-width: 270px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #office_outline .main_wrapper .btn {
    max-width: 246px;
    font-size: 20px;
  }
}
#office_outline .main_wrapper .btn span {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  top: 20px;
  right: 25px;
  width: 40px;
  height: 40px;
}
#office_outline .main_wrapper .btn span:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 1px;
  border-radius: 1px;
  background: #009fdf;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.outline_nav {
  max-width: 1074px;
}
@media screen and (min-width: 768px) {
  .outline_nav {
    margin: 60px auto;
    padding: 0 8px 13px;
    border-bottom: solid 1px #96a3a8;
    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) {
  .outline_nav {
    padding: 56px 40px;
  }
}
.outline_nav a {
  position: relative;
  min-width: 132px;
}
@media screen and (min-width: 768px) {
  .outline_nav a {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 20px;
    padding-bottom: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  .outline_nav a {
    padding: 0 10px 14px;
  }
}
@media screen and (max-width: 767px) {
  .outline_nav a {
    font-weight: 500;
    letter-spacing: 0;
    padding: 32px 0 10px;
    font-size: 24px;
    line-height: 1.2;
    display: block;
    border-bottom: solid 1px #d4e0e5;
  }
}
.outline_nav a span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .outline_nav a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #009fdf;
  }
}
.outline_nav a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #009fdf;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .outline_nav a:after {
    display: block;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .outline_nav a:after {
    display: inline-block;
    right: 0;
    bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .outline_nav a:nth-of-type(4) {
    max-width: 197px;
    margin: 0 -33px;
  }
}
@media screen and (max-width: 960px) {
  .outline_nav a:nth-of-type(4) {
    max-width: 132px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .outline_nav a:nth-of-type(4) {
    max-width: 100%;
  }
}
.outline_head3 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .outline_head3 {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .outline_head3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.outline_head3:after {
  display: block;
  content: "";
  background: #009fdf;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .outline_head3:after {
    width: 75px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .outline_head3:after {
    width: 50px;
    margin-top: 8px;
  }
}
.outline_head4 {
  border-left: solid 2px #009fdf;
}
@media screen and (min-width: 768px) {
  .outline_head4 {
    padding: 10px;
    line-height: 1.2;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .outline_head4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 58px;
    letter-spacing: 0.02em;
    font-weight: 500;
    line-height: 1.8;
    padding-left: 10px;
    padding-right: 50px;
    font-size: 16px;
  }
}
