@charset "UTF-8";
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}

.tab.is-active {
  font-weight: bold;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.swiper-button-prev::after {
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  transform: rotate(45deg);
}

.other-interview {
  position: relative;
}

.occupation-index .c-mv {
  background-image: url(/assets/images/technical/index/mv-bg_img.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto min(797px, 797 / 1440 * var(--inner-width) * 1px);
  min-height: min(544px, 544 / 1440 * var(--inner-width) * 1px);
  position: relative;
  padding-bottom: min(140px, 140 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .c-mv {
    background-image: url(/assets/images/technical/index/mv-bg_img-sp.png);
    background-size: 100% auto;
    min-height: 100vw;
    padding-bottom: calc(80 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .c-mv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: min(544px, 544 / 1440 * var(--inner-width) * 1px);
  width: min(660px, 660 / 1440 * var(--inner-width) * 1px);
  background-image: url(/assets/images/technical/index/mv-deco-left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 48em) {
  .occupation-index .c-mv::before {
    background-image: url(/assets/images/technical/index/mv-deco-sp.png);
    width: calc(400 / 400 * var(--inner-width) * 1px);
    height: calc(360 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .c-mv::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: min(544px, 544 / 1440 * var(--inner-width) * 1px);
  width: min(289px, 289 / 1440 * var(--inner-width) * 1px);
  background-image: url(/assets/images/technical/index/mv-deco-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 48em) {
  .occupation-index .c-mv::after {
    display: none;
  }
}
.occupation-index .c-mv .c-mv-inner {
  width: min(1200px, 1200 / 1440 * var(--inner-width) * 1px);
  margin: 0 auto;
  padding-top: min(236px, 236 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .c-mv .c-mv-inner {
    width: 100%;
    padding: calc(200 / 400 * var(--inner-width) * 1px) calc(20 / 400 * var(--inner-width) * 1px) 0;
  }
}
.occupation-index .c-mv .c-mv-inner .c-mv-ttl {
  font-size: min(56px, 56 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .c-mv .c-mv-inner .c-mv-ttl {
    font-size: calc(40 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .c-mv .c-mv-inner .c-mv-ttl span {
  background: linear-gradient(90deg, #00a4a0 0%, #34d0b6 100%);
  color: #fff;
  font-weight: 500;
  height: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  padding: 0 min(24px, 24 / 1440 * var(--inner-width) * 1px);
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(10px, 10 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(16px, 16 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .c-mv .c-mv-inner .c-mv-ttl span {
    height: calc(40 / 400 * var(--inner-width) * 1px);
    padding: 0 calc(24 / 400 * var(--inner-width) * 1px);
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    border-radius: calc(10 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .c-mv .c-mv-inner .c-mv-lead {
  padding: 0 0 min(40px, 40 / 1440 * var(--inner-width) * 1px) min(40px, 40 / 1440 * var(--inner-width) * 1px);
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1.75em;
  font-weight: 600;
  background-image: url(/assets/images/technical/index/mv-lead-line.svg);
  background-repeat: no-repeat;
  background-size: min(24px, 24 / 1440 * var(--inner-width) * 1px) auto;
  background-position: left bottom;
  position: relative;
}
@media only screen and (max-width: 48em) {
  .occupation-index .c-mv .c-mv-inner .c-mv-lead {
    padding: 0 0 calc(40 / 400 * var(--inner-width) * 1px) 0;
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    background-image: none;
  }
}
.occupation-index .c-mv .c-mv-inner .c-mv-lead::before {
  height: calc(100% - min(40px, 40 / 1440 * var(--inner-width) * 1px));
  width: 1px;
  min-width: 1px;
  content: "";
  display: block;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 48em) {
  .occupation-index .c-mv .c-mv-inner .c-mv-lead::before {
    background-color: #00a4a0;
    width: calc(24 / 400 * var(--inner-width) * 1px);
    height: 1px;
    min-height: 1px;
    top: auto;
    bottom: 0;
  }
}
.occupation-index .c-mv .c-mv-inner .c-mv-lead::after {
  width: min(755px, 755 / 1440 * var(--inner-width) * 1px);
  height: 1px;
  min-height: 1px;
  content: "";
  display: block;
  background-color: #ccc;
  position: absolute;
  left: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  bottom: 0;
}
@media only screen and (max-width: 48em) {
  .occupation-index .c-mv .c-mv-inner .c-mv-lead::after {
    width: calc(320 / 400 * var(--inner-width) * 1px);
    left: calc(40 / 400 * var(--inner-width) * 1px);
    height: 1px;
    min-height: 1px;
  }
}
.occupation-index .contents-wrapper {
  width: min(1200px, 1200 / 1440 * var(--inner-width) * 1px);
  margin: 0 auto min(136px, 136 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper {
    width: 100%;
    margin-bottom: calc(80 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .c-contents-ttl {
  font-size: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: min(64px, 64 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .c-contents-ttl {
    font-size: calc(32 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .c-contents-ttl span {
  background: linear-gradient(90deg, #00a4a0 0%, #34d0b6 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1em;
  margin-bottom: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  color: transparent;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .c-contents-ttl span {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper > .c-contents-ttl {
    padding-left: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .occupation-table {
  width: 100%;
  aspect-ratio: 1200/483;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .occupation-table {
    width: 100%;
    overflow-x: scroll;
    height: calc(500 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .occupation-table figure {
  position: relative;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .occupation-table figure {
    padding: 0 calc(20 / 400 * var(--inner-width) * 1px) calc(20 / 400 * var(--inner-width) * 1px);
    width: calc(1207 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .occupation-table figure a.table-linkbtn {
  position: absolute;
  left: min(120px, 120 / 1440 * var(--inner-width) * 1px);
  top: min(81px, 81 / 1440 * var(--inner-width) * 1px);
  width: min(185px, 185 / 1440 * var(--inner-width) * 1px);
  height: min(95px, 95 / 1440 * var(--inner-width) * 1px);
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .occupation-table figure a.table-linkbtn {
    left: calc(136 / 400 * var(--inner-width) * 1px);
    top: calc(80 / 400 * var(--inner-width) * 1px);
    width: calc(180 / 400 * var(--inner-width) * 1px);
    height: calc(90 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .occupation-table figure a.table-linkbtn.link02 {
  top: min(176px, 176 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .occupation-table figure a.table-linkbtn.link02 {
    top: calc(170 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .occupation-table figure a.table-linkbtn.link03 {
  top: min(270px, 270 / 1440 * var(--inner-width) * 1px);
  height: min(70px, 70 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .occupation-table figure a.table-linkbtn.link03 {
    top: calc(260 / 400 * var(--inner-width) * 1px);
    height: calc(70 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .occupation-table figure a.table-linkbtn.link04 {
  top: min(341px, 341 / 1440 * var(--inner-width) * 1px);
  height: min(70px, 70 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .occupation-table figure a.table-linkbtn.link04 {
    top: calc(330 / 400 * var(--inner-width) * 1px);
    height: calc(70 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .occupation-table figure a.table-linkbtn.link05 {
  top: min(412px, 412 / 1440 * var(--inner-width) * 1px);
  height: min(70px, 70 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .occupation-table figure a.table-linkbtn.link05 {
    top: calc(400 / 400 * var(--inner-width) * 1px);
    height: calc(70 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .occupation-table img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .occupation-table img {
    width: calc(1167 / 400 * var(--inner-width) * 1px);
    max-width: calc(1167 / 400 * var(--inner-width) * 1px);
    height: calc(470 / 400 * var(--inner-width) * 1px);
    display: block;
  }
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .occupation-table .simplebar-content-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .occupation-index .contents-wrapper .occupation-table {
    /* スクロールバー全体 */
  }
  .occupation-index .contents-wrapper .occupation-table .simplebar-track.simplebar-horizontal {
    height: calc(6 / 400 * var(--inner-width) * 1px);
    background: #e7efee;
    left: calc(20 / 400 * var(--inner-width) * 1px);
    right: calc(20 / 400 * var(--inner-width) * 1px);
    border-radius: calc(3 / 400 * var(--inner-width) * 1px);
  }
  .occupation-index .contents-wrapper .occupation-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
    height: calc(6 / 400 * var(--inner-width) * 1px);
  }
  .occupation-index .contents-wrapper .occupation-table {
    /* つまみ */
  }
  .occupation-index .contents-wrapper .occupation-table .simplebar-scrollbar::before {
    background-color: #00a4a0;
    border-radius: calc(3 / 400 * var(--inner-width) * 1px);
    opacity: 1;
    overflow: hidden;
    left: 0;
    right: 0;
  }
  .occupation-index .contents-wrapper .occupation-table {
    /* hover */
  }
  .occupation-index .contents-wrapper .occupation-table .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
}
.occupation-index .contents-wrapper .occupation-table .simplebar-vertical {
  display: none;
}
.occupation-index .contents-wrapper .tab-contents-inner {
  width: min(1200px, 1200 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(136px, 136 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner {
    width: 100%;
    padding: 0 calc(20 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(78 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .contents-tabs {
  padding-left: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  height: min(62px, 62 / 1440 * var(--inner-width) * 1px);
  display: flex;
  align-items: flex-end;
  gap: min(5px, 5 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .contents-tabs {
    padding-left: 0;
    height: calc(80 / 400 * var(--inner-width) * 1px);
    gap: calc(2 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .contents-tabs .contents-tab {
  width: min(160px, 160 / 1440 * var(--inner-width) * 1px);
  height: min(44px, 44 / 1440 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px) min(8px, 8 / 1440 * var(--inner-width) * 1px) 0 0;
  background: linear-gradient(90deg, #00a4a0 0%, #34d0b6 100%);
  transition: all 0.3s;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .contents-tabs .contents-tab {
    width: calc(64 / 400 * var(--inner-width) * 1px);
    height: calc(56 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px) calc(8 / 400 * var(--inner-width) * 1px) 0 0;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .contents-tabs .contents-tab span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  color: #fff;
  line-height: 1em;
  font-weight: 600;
  transition: all 0.3s;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .contents-tabs .contents-tab span {
    font-size: calc(11 / 400 * var(--inner-width) * 1px);
    line-height: 1.3em;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .contents-tabs .contents-tab.is-active {
  background: #fff;
  width: min(260px, 260 / 1440 * var(--inner-width) * 1px);
  height: min(62px, 62 / 1440 * var(--inner-width) * 1px);
  box-shadow: 0 max(-4px, -4 / 1440 * var(--inner-width) * 1px) min(8px, 8 / 1440 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .contents-tabs .contents-tab.is-active {
    width: calc(88 / 400 * var(--inner-width) * 1px);
    height: calc(80 / 400 * var(--inner-width) * 1px);
    box-shadow: 0 calc(-4 / 400 * var(--inner-width) * 1px) calc(8 / 400 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .contents-tabs .contents-tab.is-active span {
  background: linear-gradient(45deg, #00a4a0 0%, #34d0b6 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  line-height: 1em;
  font-weight: 600;
  color: transparent;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .contents-tabs .contents-tab.is-active span {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    line-height: 1.3em;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents {
  background-color: #fff;
  box-shadow: 0 0 min(20px, 20 / 1440 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  padding: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents {
    padding: calc(48 / 400 * var(--inner-width) * 1px) calc(24 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    box-shadow: 0 0 calc(20 / 400 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min(64px, 64 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro {
    flex-direction: column;
    padding: 0 calc(8 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(64 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro figure {
  width: min(466px, 466 / 1440 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro figure {
    width: 100%;
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro figure img {
  width: 100%;
  height: auto;
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section {
  width: min(614px, 614 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section {
    width: 100%;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section .occupation-name {
  font-size: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  line-height: 1em;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section .occupation-name {
    font-size: calc(36 / 400 * var(--inner-width) * 1px);
    line-height: 1.3em;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section .occupation-major {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: min(24px, 24 / 1440 * var(--inner-width) * 1px) 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: min(32px, 32 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section .occupation-major {
    margin-top: calc(32 / 400 * var(--inner-width) * 1px);
    padding: calc(24 / 400 * var(--inner-width) * 1px) 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section .occupation-major dt {
  width: min(148px, 148 / 1440 * var(--inner-width) * 1px);
  height: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  border-radius: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  background: linear-gradient(90deg, #00a4a0 0%, #34d0b6 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  margin-right: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section .occupation-major dt {
    width: calc(148 / 400 * var(--inner-width) * 1px);
    height: calc(32 / 400 * var(--inner-width) * 1px);
    border-radius: calc(16 / 400 * var(--inner-width) * 1px);
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    margin-right: 0;
    margin-bottom: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section .occupation-major dd {
  font-size: min(14px, 14 / 1440 * var(--inner-width) * 1px);
  line-height: 1.75em;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section .occupation-major dd {
    font-size: calc(14 / 400 * var(--inner-width) * 1px);
    line-height: 1.75em;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description {
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  background: linear-gradient(90deg, #00a4a0 0%, #34d0b6 100%);
  padding: min(64px, 64 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(64px, 64 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description {
    padding: calc(40 / 400 * var(--inner-width) * 1px) calc(16 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(64 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-ttl {
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  font-weight: bold;
  font-size: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-ttl {
    font-size: calc(30 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 400 * var(--inner-width) * 1px);
    line-height: 1.3em;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-lead {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1.75em;
  color: #fff;
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-lead span {
  display: block;
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-lead span:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-lead {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    line-height: 1.75em;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  row-gap: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  margin-top: min(32px, 32 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-list {
    flex-direction: column;
    gap: calc(16 / 400 * var(--inner-width) * 1px);
    margin-top: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-list li {
  background-color: #fff;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  padding: min(32px, 32 / 1440 * var(--inner-width) * 1px) min(24px, 24 / 1440 * var(--inner-width) * 1px);
  width: min(488px, 488 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-list li {
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    padding: calc(32 / 400 * var(--inner-width) * 1px) calc(24 / 400 * var(--inner-width) * 1px);
    width: 100%;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-list li h4 {
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  line-height: 1em;
  margin-bottom: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-list li h4 {
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    line-height: 1em;
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-list li p {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1.75em;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-description .description-list li p {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    line-height: 1.75em;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview {
  background-color: #fff;
  box-shadow: 0 0 min(20px, 20 / 1440 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  padding: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(/assets/images/common/button-plus.svg);
  background-repeat: no-repeat;
  background-size: min(40px, 40 / 1440 * var(--inner-width) * 1px) auto;
  background-position: right min(16px, 16 / 1440 * var(--inner-width) * 1px) bottom min(16px, 16 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(64px, 64 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview {
    flex-direction: column-reverse;
    box-shadow: 0 0 calc(20 / 400 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    padding: calc(48 / 400 * var(--inner-width) * 1px) calc(16 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(48 / 400 * var(--inner-width) * 1px);
    background-image: none;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview a {
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview figure {
  width: min(400px, 400 / 1440 * var(--inner-width) * 1px);
  margin-right: min(51px, 51 / 1440 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview figure {
    width: 100%;
    margin-right: 0;
    margin-top: calc(32 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview section {
  width: calc(100% - min(381px, 381 / 1440 * var(--inner-width) * 1px));
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview section {
    width: 100%;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview section .occupation-name {
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  line-height: 1.3em;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview section .occupation-name {
    font-size: calc(22 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
    line-height: 1.3em;
    background-image: url(/assets/images/common/button-plus.svg);
    background-repeat: no-repeat;
    background-size: calc(40 / 400 * var(--inner-width) * 1px) auto;
    background-position: right center;
    min-height: calc(40 / 400 * var(--inner-width) * 1px);
    padding-right: calc(54 / 400 * var(--inner-width) * 1px);
  }
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview section .occupation-name br {
    display: none;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview section .interview-career {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1.75em;
  color: #737f7d;
  font-weight: 300;
  margin-bottom: min(10px, 10 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview section .interview-career {
    font-size: calc(15 / 400 * var(--inner-width) * 1px);
    line-height: 1.75em;
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview section .interview-name {
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  font-weight: 500;
  line-height: 1em;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview section .interview-name {
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-interview.mb40 {
  margin-bottom: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook {
  width: min(960px, 960 / 1440 * var(--inner-width) * 1px);
  height: min(224px, 224 / 1440 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  background-color: #e7efee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(12px, 12 / 1440 * var(--inner-width) * 1px);
  margin: 0 auto min(64px, 64 / 1440 * var(--inner-width) * 1px);
  background-image: url(/assets/images/common/icon_box.svg);
  background-repeat: no-repeat;
  background-size: min(40px, 40 / 1440 * var(--inner-width) * 1px) auto;
  background-position: right min(16px, 16 / 1440 * var(--inner-width) * 1px) bottom min(16px, 16 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook {
    width: 90%;
    height: auto;
    padding: calc(20 / 400 * var(--inner-width) * 1px) calc(20 / 400 * var(--inner-width) * 1px) calc(64 / 400 * var(--inner-width) * 1px) calc(20 / 400 * var(--inner-width) * 1px);
    flex-direction: column;
    margin: 0 auto calc(64 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    background-size: calc(40 / 400 * var(--inner-width) * 1px) auto;
    background-position: right calc(16 / 400 * var(--inner-width) * 1px) bottom calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook figure {
  width: min(356px, 356 / 1440 * var(--inner-width) * 1px);
  height: min(198px, 198 / 1440 * var(--inner-width) * 1px);
  border-radius: min(6px, 6 / 1440 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook figure {
    width: 100%;
    height: auto;
    border-radius: calc(6 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook figure img {
  width: 100%;
  height: auto;
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook section {
  width: min(510px, 510 / 1440 * var(--inner-width) * 1px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook section {
    width: 100%;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook section img {
  width: min(206px, 206 / 1440 * var(--inner-width) * 1px);
  height: auto;
  margin-bottom: min(30px, 30 / 1440 * var(--inner-width) * 1px);
  display: block;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook section img {
    width: calc(186 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook section h3 {
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  line-height: 1.5em;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .other-talentbook section h3 {
    font-size: calc(18 / 400 * var(--inner-width) * 1px);
    line-height: 1.5em;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .c-contents-ttl.careerpath {
  margin-bottom: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .c-contents-ttl.careerpath {
    margin-bottom: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: min(8px, 8 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner {
    flex-direction: column;
    gap: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section {
  background-color: #e7efee;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  padding: min(20px, 20 / 1440 * var(--inner-width) * 1px) min(20px, 20 / 1440 * var(--inner-width) * 1px) min(24px, 24 / 1440 * var(--inner-width) * 1px);
  width: min(368px, 368 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section {
    width: 100%;
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    padding: calc(20 / 400 * var(--inner-width) * 1px) calc(24 / 400 * var(--inner-width) * 1px) calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section h3 {
  height: min(38px, 38 / 1440 * var(--inner-width) * 1px);
  line-height: min(38px, 38 / 1440 * var(--inner-width) * 1px);
  padding: 0 min(10px, 10 / 1440 * var(--inner-width) * 1px);
  border-radius: min(4px, 4 / 1440 * var(--inner-width) * 1px);
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  color: #fff;
  display: inline-block;
  align-items: center;
  background: linear-gradient(90deg, #00a4a0 0%, #34d0b6 100%);
  margin-bottom: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section h3 {
    height: calc(38 / 400 * var(--inner-width) * 1px);
    line-height: calc(38 / 400 * var(--inner-width) * 1px);
    border-radius: calc(4 / 400 * var(--inner-width) * 1px);
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 400 * var(--inner-width) * 1px);
    padding: 0 calc(10 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section h4 {
  font-weight: bold;
  border-bottom: 1px solid #a0aeac;
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  padding-bottom: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section h4 {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(16 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section p {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1.75em;
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section p {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    line-height: 1.75em;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section.careerpat02 {
  min-height: min(346px, 346 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section.careerpat02 {
    min-height: auto;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section.careerpat03 {
  min-height: min(378px, 378 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents .careerpath-inner section.careerpat03 {
    min-height: auto;
  }
}

.occupation-index .contents-wrapper .tab-contents-inner .tab-contents #occupation-4 .careerpath-inner section.careerpat02 {
  min-height: min(378px, 378 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents #occupation-4 .careerpath-inner section.careerpat02 {
    min-height: auto;
  }
}
.occupation-index .contents-wrapper .tab-contents-inner .tab-contents #occupation-4 .careerpath-inner section.careerpat03 {
  min-height: min(410px, 410 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .occupation-index .contents-wrapper .tab-contents-inner .tab-contents #occupation-4 .careerpath-inner section.careerpat03 {
    min-height: auto;
  }
}

#corporate .c-mv {
  background-image: url(/assets/images/corporate/index/mv-bg_img.png);
}
@media only screen and (max-width: 48em) {
  #corporate .c-mv {
    background-image: url(/assets/images/corporate/index/mv-bg_img-sp.png);
  }
}
#corporate.occupation-index .contents-wrapper .tab-contents-inner .tab-contents .occupation-intro section .occupation-name {
  text-align: center;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #193c37;
  opacity: 0.8;
}

.interview-modal-wrapper {
  position: relative;
  width: min(1200px, 1200 / 1440 * var(--inner-width) * 1px);
  max-height: 74dvh;
  background-color: #fff;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  padding: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    padding: calc(80 / 400 * var(--inner-width) * 1px) calc(30 / 400 * var(--inner-width) * 1px) calc(40 / 400 * var(--inner-width) * 1px);
    height: auto;
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-header {
    flex-direction: column;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-header figure {
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  overflow: hidden;
  width: min(520px, 520 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-header figure {
    width: 100%;
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-header figure img {
  width: 100%;
  height: auto;
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-header section {
  width: min(553px, 553 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-header section {
    width: 100%;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-header section h3 {
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  line-height: 1.5em;
  font-weight: bold;
  background: linear-gradient(45deg, #00a4a0 0%, #34d0b6 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-header section h3 {
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(32 / 400 * var(--inner-width) * 1px);
    line-height: 1.4em;
  }
  .interview-modal-wrapper .interview-modal-inner .interview-modal-header section h3 br {
    display: none;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-header section .people-info {
  padding: min(24px, 24 / 1440 * var(--inner-width) * 1px) min(40px, 40 / 1440 * var(--inner-width) * 1px);
  background-image: url(/assets/images/technical/index/modal/modal-line01.svg), url(/assets/images/technical/index/modal/modal-line02.svg);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-header section .people-info {
    padding: calc(24 / 400 * var(--inner-width) * 1px) calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-header section .people-info p {
  font-size: min(14px, 14 / 1440 * var(--inner-width) * 1px);
  line-height: 1.7em;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-header section .people-info p {
    font-size: calc(14 / 400 * var(--inner-width) * 1px);
    line-height: 1.7em;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-header section .people-info p:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-header section .people-info p:nth-of-type(n + 2) {
    margin-top: 1.5em;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-profile {
  width: 100%;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  background-color: #e7efee;
  margin: min(40px, 40 / 1440 * var(--inner-width) * 1px) auto min(64px, 64 / 1440 * var(--inner-width) * 1px);
  padding: min(40px, 40 / 1440 * var(--inner-width) * 1px) min(64px, 64 / 1440 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(64px, 64 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-profile {
    width: 100%;
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    background-color: #e7efee;
    margin: calc(32 / 400 * var(--inner-width) * 1px) auto calc(32 / 400 * var(--inner-width) * 1px);
    padding: calc(24 / 400 * var(--inner-width) * 1px);
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-profile h3 {
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  background: linear-gradient(45deg, #00a4a0 0%, #34d0b6 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-profile h3 {
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-profile p {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1.75em;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-profile p {
    font-size: calc(15 / 400 * var(--inner-width) * 1px);
    line-height: 1.7em;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-schedule {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 min(40px, 40 / 1440 * var(--inner-width) * 1px) min(64px, 64 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule {
    padding: 0;
    flex-direction: column;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-schedule > h3 {
  font-size: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  line-height: 1.4em;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule > h3 {
    font-size: calc(32 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 400 * var(--inner-width) * 1px);
    line-height: 1.3em;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule {
  width: min(760px, 760 / 1440 * var(--inner-width) * 1px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule {
    width: 100%;
    flex-direction: column;
    padding-bottom: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div {
  width: min(370px, 370 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div {
    width: 100%;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl:nth-of-type(n + 2) {
  margin-top: min(20px, 20 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl:nth-of-type(n + 2) {
    margin-top: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl:nth-of-type(n + 2) dt:before {
  height: min(12px, 12 / 1440 * var(--inner-width) * 1px);
  width: 1px;
  background-color: #00a4a0;
  content: "";
  display: block;
  position: absolute;
  left: min(28px, 28 / 1440 * var(--inner-width) * 1px);
  top: max(-16px, -16 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl:nth-of-type(n + 2) dt:before {
    height: calc(12 / 400 * var(--inner-width) * 1px);
    left: calc(23 / 400 * var(--inner-width) * 1px);
    top: calc(-16 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl dt {
  width: min(56px, 56 / 1440 * var(--inner-width) * 1px);
  height: min(56px, 56 / 1440 * var(--inner-width) * 1px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  color: #fff;
  background: linear-gradient(45deg, #00a4a0 0%, #34d0b6 100%);
  margin-right: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl dt {
    width: calc(46 / 400 * var(--inner-width) * 1px);
    height: calc(46 / 400 * var(--inner-width) * 1px);
    margin-right: calc(24 / 400 * var(--inner-width) * 1px);
    font-size: calc(14 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl dt:after {
  height: 1px;
  width: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  border-bottom: dashed 1px #c5d4d2;
  content: "";
  display: block;
  position: absolute;
  right: max(-30px, -30 / 1440 * var(--inner-width) * 1px);
  top: min(28px, 28 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl dt:after {
    height: 1px;
    width: calc(13 / 400 * var(--inner-width) * 1px);
    right: calc(-18 / 400 * var(--inner-width) * 1px);
    top: calc(23 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl dd {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1.4em;
  font-weight: bold;
  width: min(270px, 270 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div dl dd {
    font-size: calc(14 / 400 * var(--inner-width) * 1px);
    line-height: 1.4em;
    width: calc(230 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div:nth-of-type(n + 2) {
    margin-top: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-modal-schedule .modal-schedule > div:nth-of-type(n + 2) dt:nth-child(1):before {
    width: 1px;
    background-color: #00a4a0;
    content: "";
    display: block;
    position: absolute;
    height: calc(12 / 400 * var(--inner-width) * 1px);
    left: calc(23 / 400 * var(--inner-width) * 1px);
    top: calc(-16 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents {
  padding: min(64px, 64 / 1440 * var(--inner-width) * 1px) min(110px, 110 / 1440 * var(--inner-width) * 1px) min(64px, 64 / 1440 * var(--inner-width) * 1px) min(40px, 40 / 1440 * var(--inner-width) * 1px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents {
    padding: calc(32 / 400 * var(--inner-width) * 1px) 0 calc(32 / 400 * var(--inner-width) * 1px) 0;
    flex-direction: column;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents h3 {
  width: min(360px, 360 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents h3 {
    width: 100%;
    margin-bottom: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents h3 span {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1em;
  margin-bottom: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  background: linear-gradient(45deg, #00a4a0 0%, #34d0b6 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: block;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents h3 span {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    line-height: 1em;
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents h3 strong {
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  line-height: 1.5em;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents h3 strong {
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    line-height: 1.5em;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents h3 strong small {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  display: block;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents h3 strong small {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents p {
  width: min(600px, 600 / 1440 * var(--inner-width) * 1px);
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1.75em;
  padding-top: min(36px, 36 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents p {
    width: 100%;
    font-size: calc(15 / 400 * var(--inner-width) * 1px);
    line-height: 1.7em;
    padding-top: 0;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents.iv-co02 {
  padding-bottom: min(80px, 80 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents.iv-co02 {
    padding-bottom: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents.kiten {
  border-top: none;
  background-color: #e7efee;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  padding: min(40px, 40 / 1440 * var(--inner-width) * 1px) min(64px, 64 / 1440 * var(--inner-width) * 1px);
  align-items: center;
  margin-bottom: min(80px, 80 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents.kiten {
    padding: calc(32 / 400 * var(--inner-width) * 1px) calc(24 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents.kiten h3 {
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents.kiten h3 {
    font-size: calc(18 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents.kiten p {
  padding-top: 0;
  width: min(644px, 644 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents.kiten p {
    width: 100%;
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents.iv-co03 {
  border-top: none;
  padding-top: min(80px, 80 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents.iv-co03 {
    padding-top: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner .interview-contents.iv-co04 {
  padding-bottom: min(80px, 80 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner .interview-contents.iv-co04 {
    padding-bottom: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .interview-modal-inner figure {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner figure {
    flex-direction: column;
  }
}
.interview-modal-wrapper .interview-modal-inner figure img {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .interview-modal-inner figure img {
    width: 100%;
  }
}
.interview-modal-wrapper .mfp-close {
  height: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  width: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  content: "";
  background-image: url(/assets/images/technical/index/modal/close-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 1px;
  opacity: 1;
  right: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  top: min(22px, 22 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .mfp-close {
    right: calc(16 / 400 * var(--inner-width) * 1px);
    top: calc(16 / 400 * var(--inner-width) * 1px);
    height: calc(32 / 400 * var(--inner-width) * 1px);
    width: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .modal-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .modal-nav {
    gap: calc(32 / 400 * var(--inner-width) * 1px);
    position: static;
    margin-top: calc(0 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .modal-nav button {
  height: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  width: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  background-image: url(/assets/images/technical/index/modal/modal-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0.1em;
  color: transparent;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .modal-nav button {
    height: calc(40 / 400 * var(--inner-width) * 1px);
    width: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .modal-nav button.modal-prev {
  background-image: url(/assets/images/technical/index/modal/modal-prev.svg);
}
.interview-modal-wrapper .simplebar-track.simplebar-vertical {
  top: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  width: min(6px, 6 / 1440 * var(--inner-width) * 1px);
  background: #e7efee;
  border-radius: min(6px, 6 / 1440 * var(--inner-width) * 1px);
  bottom: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  right: min(14px, 14 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .simplebar-track.simplebar-vertical {
    top: calc(24 / 400 * var(--inner-width) * 1px);
    width: calc(6 / 400 * var(--inner-width) * 1px);
    background: #e7efee;
    border-radius: calc(6 / 400 * var(--inner-width) * 1px);
    bottom: calc(24 / 400 * var(--inner-width) * 1px);
    right: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
.interview-modal-wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
  opacity: 1;
  width: min(6px, 6 / 1440 * var(--inner-width) * 1px);
  left: 0;
  border-radius: min(3px, 3 / 1440 * var(--inner-width) * 1px);
  background: #00a4a0;
  right: 0;
}
@media only screen and (max-width: 48em) {
  .interview-modal-wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    top: 0;
    bottom: 0;
    opacity: 1;
    width: calc(6 / 400 * var(--inner-width) * 1px);
    left: 0;
    border-radius: calc(3 / 400 * var(--inner-width) * 1px);
    background: #00a4a0;
    right: 0;
  }
}/*# sourceMappingURL=occupation.css.map */