@charset "UTF-8";
@property --w {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
/**************************************************
サブ共通    
**************************************************/
main .head .head_inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

main .head .head_inner.case {
  flex-direction: column;
}

main .head .head_inner.blog::after {
  content: none;
}

main .head .head_inner::after {
  content: "";
  display: block;
  width: 8.33vw;
  height: 8.33vw;
  max-width: 160px;
  max-height: 160px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  background-color: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
}

main .head .head_inner h1 {
  width: 100%;
}

main .head .head_inner h1.blog {
  position: unset !important;
  transform: translate(0%);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

main .head .head_inner h2::after {
  content: "";
  display: block;
  width: 2.0833vw;
  max-width: 40px;
  height: 2px;
  background-color: #2CA6E0;
  margin: 1.04vw auto;
}

main .head .head_inner .area_wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

main .head .head_inner .area_wrap p {
  border-radius: 5px;
}

main .anchor_wrap {
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
}

main .anchor_wrap.partners_anchor_wrap {
  display: none;
}

main .anchor_wrap .switch {
  display: none !important;
}

main .anchor_wrap .switch .material-symbols-outlined {
  transition: 0.3s;
}

main .anchor_wrap .switch.open .material-symbols-outlined {
  transform: rotate(180deg);
}

main .anchor_wrap aside {
  gap: 0.52vw 2.604vw;
  display: none;
}

main .anchor_wrap aside a:hover {
  color: #025C9A;
}

main aside.section_anchor.reasons_anchor ul li a {
  width: auto;
  max-width: 220px;
  padding-left: 1.04vw;
  padding-right: 1.04vw;
}

main aside.section_anchor ul {
  gap: 2.08333vw;
}

main aside.section_anchor ul li a {
  max-width: 200px;
  width: 10.4166vw;
  border-bottom: 1px solid #2CA6E0;
}

main aside.section_anchor ul li a:hover {
  color: #025C9A;
}

main .breadcrumbs_wrap {
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  border-top: 1px solid #525863;
}

main .breadcrumbs_wrap .breadcrumbs {
  /* width: 90%;
  margin-left: auto;
  margin-right: auto; */
}

main .breadcrumbs_wrap .breadcrumbs a,
main .breadcrumbs_wrap .breadcrumbs span {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  letter-spacing: 1px;
}

main .breadcrumbs_wrap .breadcrumbs a:hover {
  color: #025C9A;
}

main .marker {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 77%, #FFF3C1 0%);
}

main .marker.marker_white {
  background: linear-gradient(transparent 77%, #FFFFFF 0%);
}

main .marker.marker_blue {
  background: linear-gradient(transparent 77%, #DFEFF4 0%);
}

main .marker.marker_blue02 {
  background: linear-gradient(transparent 77%, #EDFAFF 0%);
}

main .marker.marker_yl02 {
  padding-bottom: 0;
  background: linear-gradient(transparent 70%, #FFD643 70%, #FFD643 85%, transparent 85%);
}

main .yl_deco::after {
  content: "";
  display: block;
  max-width: 30px;
  width: 1.5625vw;
  min-width: 15px;
  height: 1px;
  background-color: #F5AA00;
  margin: 1.04vw auto 0;
}

.radius20 {
  border-radius: 1.04vw !important;
}

.p_blue::before {
  content: "";
  display: block;
  border-radius: 100%;
  border: 1px solid #F5AA00;
  margin-right: 0.625vw;
}

.p_blue.f_18::before {
  width: 0.625vw;
  height: 0.625vw;
}

.h_border {
  border-bottom: 2px solid #F5AA00;
  padding-bottom: 0.46vw;
}

.h_border.h_border_1 {
  border-bottom: 1px solid #F5AA00;
}

.main_wiz_index.active {
  align-items: flex-end !important;
}

.main_wiz_index .index_wrap {
  border: 1px solid #DEE7EA;
  width: 16.40625vw;
  z-index: 100;
  background-color: #FFFFFF;
}

.main_wiz_index .index_wrap ul li {
  margin-bottom: 0.7vw;
}

.main_wiz_index .index_wrap ul li a {
  opacity: 0.5;
  position: relative;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
}

.main_wiz_index .index_wrap ul li a span {
  line-height: 1.2;
}

.main_wiz_index .index_wrap ul li a::before {
  content: "";
  display: block;
  width: 0.52vw;
  height: 0.52vw;
  max-width: 10px;
  max-height: 10px;
  min-width: 4px;
  min-height: 4px;
  border-radius: 100%;
  background-color: #F5AA00;
  transition: 0.3s;
  opacity: 0;
  margin-right: 0.52vw;
}

.main_wiz_index .index_wrap ul li a:hover {
  opacity: 1;
  color: #025C9A;
}

.main_wiz_index .index_wrap ul li a:hover span {
  color: #025C9A;
}

.main_wiz_index .index_wrap ul li a:hover::before {
  opacity: 1;
}

.main_wiz_index .index_wrap ul li a.toc_highlight {
  opacity: 1;
  color: #025C9A;
}

.main_wiz_index .index_wrap ul li a.toc_highlight span {
  color: #025C9A;
}

.main_wiz_index .index_wrap ul li a.toc_highlight::before {
  opacity: 1;
}

.main_wiz_index .index_wrap.is_fixed {
  position: sticky;
  top: 100px;
}

.main_wiz_index .index_wrap.active {
  position: relative;
}

.main_wiz_index .contents_wrap {
  width: calc(100% - 16.40625vw - 2.60416vw);
}

.main_wiz_index .contents_wrap section.bg_gray02 {
  position: relative;
  z-index: 1;
}

.main_wiz_index .contents_wrap section.bg_gray02::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.linebnr_sticky {
  position: fixed;
  top: min(6.4583333333vw, 124px);
  right: 0;
  width: max(min(16.6666666667vw, 320px), 220px);
  z-index: 2;
  row-gap: min(0.5208333333vw, 10px);
  border: 4px dashed #06c755;
  border-right: none;
  border-radius: 20px 0 0 20px;
  box-shadow: 10px 10px 20px rgba(0, 81, 188, 0.3);
}
.linebnr_sticky .title .bd {
  border-bottom: 4px solid #ffeb11;
}
.linebnr_sticky .linebtn {
  width: max(min(13.8541666667vw, 266px), 160px);
  min-width: auto;
  font-size: clamp(14px, 1.1458333333vw, 22px);
  -moz-column-gap: 8px;
       column-gap: 8px;
  border-radius: 20px;
}
.linebnr_sticky .linebtn img {
  width: clamp(24px, 1.5625vw, 30px);
}

.pagetitle {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 16% calc(100% - min(4.6875vw, 90px)), 0 100%);
}
.pagetitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/recruit_top/bg.webp) no-repeat center/cover;
}
.pagetitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48.1770833333%;
  aspect-ratio: 925/500;
  background: url(../img/recruit_comon/pagetitleshape.webp) no-repeat center/cover;
  z-index: -1;
  mix-blend-mode: overlay;
}
.pagetitle .txbox {
  align-items: center;
  text-align: center;
  min-height: min(26.0416666667cqw, 500px);
}
main .breadcrumbs_wrap {
  border-top: none;
}
main .breadcrumbs_wrap .breadcrumbs a,
main .breadcrumbs_wrap .breadcrumbs span {
  font-size: clamp(12px, 0.8333333333vw, 16px);
}

main {
  /*----------------------------------------------------------------

  会社・仕事を知る

  ----------------------------------------------------------------*/
}
main.work .eg {
  border-bottom: 2px solid #0E7ABC;
}
main.work .eg::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 35px;
  background-color: #0E7ABC;
  transform: rotate(-63deg);
  bottom: -11px;
  right: 14px;
}
main .work01 {
  margin-bottom: min(7.1875vw, 138px);
}
main .work01 .work01_inner {
  max-width: 1280px;
  min-width: min(100% - 20px, 600px);
}
main .work01 .top .txbox {
  width: 50%;
  min-width: min(320px, 100%);
}
main .work01 .top .txbox .eg {
  padding-right: max(min(3.6979166667vw, 71px), 40px) !important;
}
main .work01 .top .image {
  width: 42.96875%;
  clip-path: polygon(0 min(1.5625vw, 30px), 16% 0, 100% min(1.5625vw, 30px), 100% calc(100% - min(1.5625vw, 30px)), 84% 100%, 0 calc(100% - min(1.5625vw, 30px)));
}
main .work01 .top .image img {
  width: 100%;
  aspect-ratio: 550/500;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
main .work01 .compare_table .compare_table_head .row_label_spacer {
  width: 18.671875%;
}
main .work01 .compare_table .compare_table_head .col_head {
  text-align: center;
  border-radius: 20px 20px 0 0;
}
main .work01 .compare_table .compare_table_head .col_head--left {
  width: 31.640625%;
  background-color: #f4f4f4;
}
main .work01 .compare_table .compare_table_head .col_head--right {
  width: 49.6875%;
  background-color: #0e7abc;
}
main .work01 .compare_table .compare_table_body {
  position: relative;
}
main .work01 .compare_table .compare_table_body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 49.6875%;
  height: 100%;
  border-left: max(min(0.5208333333vw, 10px), 5px) solid #0e7abc;
  border-right: max(min(0.5208333333vw, 10px), 5px) solid #0e7abc;
  border-bottom: max(min(0.5208333333vw, 10px), 5px) solid #0e7abc;
  pointer-events: none;
  box-sizing: border-box;
}
main .work01 .compare_table .compare_row {
  border-top: 1px solid #133b73;
}
main .work01 .compare_table .compare_row .row_label {
  width: 18.671875%;
  display: flex;
  align-items: center;
  -moz-column-gap: min(0.5208333333vw, 10px);
       column-gap: min(0.5208333333vw, 10px);
}
main .work01 .compare_table .compare_row .row_label::before {
  content: "";
  width: 10.5829064894%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #34c4e7;
}
main .work01 .compare_table .compare_row .col {
  display: flex;
  align-items: center;
  flex: unset;
}
main .work01 .compare_table .compare_row .col--left {
  width: 31.640625%;
  background-color: #f4f4f4;
  padding: min(1.0416666667vw, 20px) min(1.5625vw, 30px);
}
main .work01 .compare_table .compare_row .col--right {
  width: 49.6875%;
  background-color: #e3f9ff;
  padding: min(1.0416666667vw, 20px) min(1.5625vw, 30px);
  padding-left: min(3.0208333333vw, 58px);
}
main .work01 .compare_table .compare_row .col--right .bd {
  border-bottom: 2px solid #ffeb11;
}
main .work01 .compare_table .compare_row:last-child {
  border-bottom: 1px solid #133b73;
}
main .work02 {
  clip-path: polygon(0 min(4.6875vw, 90px), 16% 0, 100% min(4.6875vw, 90px), 100% calc(100% - min(4.6875vw, 90px)), 84% 100%, 0 calc(100% - min(4.6875vw, 90px)));
}
main .work02 .work02_inner {
  max-width: 1280px;
  min-width: min(100% - 20px, 600px);
}
main .work02 .contents {
  -moz-column-gap: 7.03125%;
       column-gap: 7.03125%;
}
main .work02 .contents .left {
  width: 42.96875%;
}
main .work02 .contents .left .head .eg {
  padding-right: max(min(3.6979166667vw, 71px), 40px) !important;
}
main .work02 .contents .image {
  clip-path: polygon(0 min(1.5625vw, 30px), 16% 0, 100% min(1.5625vw, 30px), 100% calc(100% - min(1.5625vw, 30px)), 84% 100%, 0 calc(100% - min(1.5625vw, 30px)));
}
main .work02 .contents .image img {
  width: 100%;
  aspect-ratio: 550/500;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
main .work02 .contents .step_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: min(3.0729166667vw, 59px);
}
main .work02 .contents .step_item .step_head {
  background-color: #fff;
  -moz-column-gap: min(1.0416666667vw, 20px);
       column-gap: min(1.0416666667vw, 20px);
  padding: min(1.0416666667vw, 20px) min(2.0833333333vw, 40px) min(0.5208333333vw, 10px) min(1.5625vw, 30px);
  min-height: min(5.2083333333vw, 100px);
  box-shadow: 6px 6px 6px rgba(14, 122, 188, 0.1);
}
main .work02 .contents .step_item .step_head .num {
  padding-right: min(0.78125vw, 15px);
  border-right: 5px solid #ffeb11;
}
main .work02 .contents .step_item .step_body {
  padding: min(1.25vw, 24px) min(0.3125vw, 6px) 0;
}
main .work03 .work03_inner .head .eg {
  padding-right: max(min(3.6979166667vw, 71px), 40px) !important;
}
main .work03 .style_block {
  padding-left: max((100% - max(66.6666666667%, 600px)) / 2, 10px);
  padding-right: max((100% - max(66.6666666667%, 600px)) / 2, 10px);
}
main .work03 .style_block .pill {
  display: flex;
  align-items: center;
  flex-direction: column;
  -moz-column-gap: min(1.5625vw, 30px);
       column-gap: min(1.5625vw, 30px);
  background-color: #0e7abc;
  border: 4px solid #34c4e7;
  border-radius: 210px;
  min-height: min(6.25vw, 120px);
  padding: min(0.2083333333vw, 4px) min(2.0833333333vw, 40px);
  max-width: max(min(50vw, 960px), min(100% - 20px, 500px));
}
main .work03 .style_block .pill::after {
  content: "";
  width: 56px;
  height: 2px;
  background-color: #ffeb11;
  margin-bottom: min(0.5729166667vw, 11px);
}
main .work03 .style_block .pill h3 {
  order: 1;
}
main .work03 .style_block .style_body {
  -moz-column-gap: 10.9375%;
       column-gap: 10.9375%;
}
main .work03 .style_block .style_body .image {
  width: 39.0625%;
  clip-path: polygon(0 min(1.5625vw, 30px), 16% 0, 100% min(1.5625vw, 30px), 100% calc(100% - min(1.5625vw, 30px)), 84% 100%, 0 calc(100% - min(1.5625vw, 30px)));
}
main .work03 .style_block .style_body .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
main .work03 .style_block .style_body .txbox {
  flex: 1;
}
main .work03 .style_block .block_catch {
  position: relative;
}
main .work03 .style_block .block_catch::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #34C4E7 0%, #0E7ABC 100%);
}
main .work04::before {
  content: "";
  position: absolute;
  width: 100%;
  height: min(5.2083333333vw, 100px);
  bottom: 0;
  left: 0;
  background-color: #f4f4f4;
  z-index: -1;
}
main .work04 .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(0 0, 16% min(4.6875vw, 90px), 100% 0, 100% 100%, 84% calc(100% - min(4.6875vw, 90px)), 0 100%);
}
main .work04 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .work04 .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(6, 199, 85, 0.1);
}
main .work04 .work04_inner {
  max-width: 1280px;
  min-width: min(100% - 20px, 600px);
}
main .work04 .linebnr {
  border: 4px dashed #06c755;
  border-radius: 190px;
  box-shadow: 10px 10px 20px rgba(0, 81, 188, 0.3);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
main .work04 .linebnr .title .bd {
  border-bottom: 4px solid #ffeb11;
}
main .work04 .linebnr .linebtn {
  width: max(min(17.7083333333vw, 340px), 220px);
  aspect-ratio: 340/60;
  border-radius: 20px;
  -moz-column-gap: min(1.25vw, 24px);
       column-gap: min(1.25vw, 24px);
}
main .work04 .linebnr .linebtn img {
  max-width: min(2.2395833333vw, 43px);
}
main .work04 .linebnr:hover {
  opacity: 0.5;
}
main .work05 {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - min(4.6875vw, 90px)), 16% 100%, 0 calc(100% - min(4.6875vw, 90px)));
}
main .work05 .work05_inner {
  -moz-column-gap: 11.1111111111%;
       column-gap: 11.1111111111%;
}
main .work05 .work05_inner .item {
  width: 44.4444444444%;
}
main .work05 .work05_inner .item .head .eg {
  min-width: max(min(13.5416666667vw, 260px), 150px);
  padding-right: 40px;
}
main .work05 .work05_inner .item .image {
  width: 100%;
  clip-path: polygon(0 min(1.7708333333vw, 34px), 16% 0, 100% min(1.7708333333vw, 34px), 100% calc(100% - min(1.7708333333vw, 34px)), 84% 100%, 0 calc(100% - min(1.7708333333vw, 34px)));
}
main .work05 .work05_inner .item .image img {
  width: 100%;
  aspect-ratio: 640/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
main .work05 .work05_inner .item .text {
  width: 100%;
}
main .work06 .work06_inner {
  width: max(67.1875%, min(100% - 20px, 600px));
}
main .work06 .stat_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(1.5625vw, 30px) calc((100% - min(23.2558139535%, 300px) * 4) / 3);
  margin: 0 auto;
}
main .work06 .stat_item {
  width: 23.2558139535%;
  border: 2px dashed #34c4e7;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  container-type: inline-size;
}
main .work06 .stat_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - max(10.1351351351cqw, 10px));
  height: calc(100% - max(10.1351351351cqw, 10px));
  z-index: -1;
}
main .work06 .stat_item .icon {
  width: 27.027027027%;
  aspect-ratio: 1/1;
  margin: 0 auto min(0.78125vw, 15px);
}
main .work06 .stat_item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .work06 .stat_item .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(0.7291666667vw, 14px);
}
main .work06 .stat_item .label::after {
  content: "";
  width: 36.2635135135%;
  height: 2px;
  background-color: #ffeb11;
  margin-top: min(0.9375vw, 18px);
}
main .work06 .stat_item .label.lh_11 {
  margin-top: calc(min(0.5729166667vw, 11px) * -1);
}
main .work06 .stat_item .label.lh_11:after {
  margin-top: min(0.5208333333vw, 10px);
}
main .work06 .stat_item .value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
main .work06 .stat_item .value .num {
  line-height: 1;
}
main .work06 .stat_item:nth-child(odd)::before {
  background-color: #EBFBFF;
}
main .work06 .stat_item:nth-child(even)::before {
  background-color: #f4f4f4;
}
main {
  /*----------------------------------------------------------------

  キャリアアップ・福利厚生

  ----------------------------------------------------------------*/
}
main.career .eg {
  border-bottom: 2px solid #0E7ABC;
}
main.career .eg::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 35px;
  background-color: #0E7ABC;
  transform: rotate(-63deg);
  bottom: -11px;
  right: 14px;
}
main .career01 .career01_inner {
  max-width: 1280px;
  min-width: min(100% - 20px, 600px);
}
main .career01 .intro {
  -moz-column-gap: 0.78125%;
       column-gap: 0.78125%;
  align-items: flex-start;
}
main .career01 .intro .head .eg {
  padding-right: max(min(3.6979166667vw, 71px), 40px) !important;
}
main .career01 .step_grid {
  display: flex;
  -moz-column-gap: 5.2083333333%;
       column-gap: 5.2083333333%;
  position: relative;
}
main .career01 .step_grid::before {
  content: "";
  position: absolute;
  top: 43%;
  left: 10.546875%;
  width: 78.125%;
  height: 1px;
  background-color: #ffeb11;
  z-index: 0;
}
main .career01 .step_card {
  width: 21.09375%;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #0e7abc;
  padding: max(min(3.125vw, 60px), max(min(4.1666666667vw, 80px), 50px) / 2) min(1.3541666667vw, 26px) min(1.5625vw, 30px);
  box-sizing: border-box;
}
main .career01 .step_card .step_circle {
  width: max(min(4.1666666667vw, 80px), 75px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .career01 .step_card .step_icon {
  width: max(min(4.1666666667vw, 80px), 75px);
  aspect-ratio: 1/1;
}
main .career01 .step_card .step_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .career01 .step_card .step_title {
  min-height: min(3.0208333333vw, 58px);
  align-content: center;
}
main .career01 .step_card .period {
  display: inline-block;
  min-width: min(11.4583333333vw, 220px);
  padding: min(0.4166666667vw, 8px) min(0.8333333333vw, 16px);
  border-radius: 20px;
}
main .career01 .step_card .step_desc {
  text-align: left;
}
main .career02 {
  clip-path: polygon(0 min(4.6875vw, 90px), 16% 0, 100% min(4.6875vw, 90px), 100% calc(100% - min(4.6875vw, 90px)), 84% 100%, 0 calc(100% - min(4.6875vw, 90px)));
}
main .career02 .career02_inner {
  max-width: 1440px;
  min-width: min(100% - 20px, 650px);
}
main .career02 .catch {
  position: relative;
}
main .career02 .catch::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #34C4E7 0, #0E7ABC 100%);
}
main .career02 .growth_block--level .strip_body, main .career02 .growth_block--professional .strip_body {
  margin-left: auto;
}
main .career02 .growth_block--level .body_card, main .career02 .growth_block--control .body_card {
  min-height: 73.4375cqw;
}
main .career02 .growth_block--professional .strip_inner {
  margin-bottom: min(1.5625vw, 30px);
}
main .career02 .growth_block--professional .body_card {
  min-height: 62.5cqw;
}
main .career02 .block_strip {
  position: relative;
  padding: min(7.03125vw, 135px) 0;
}
main .career02 .strip_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: polygon(0 min(3.90625vw, 75px), 16% 0, 100% min(3.90625vw, 75px), 100% calc(100% - min(3.90625vw, 75px)), 84% 98%, 0 calc(100% - min(3.90625vw, 75px)));
}
main .career02 .strip_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .career02 .strip_inner {
  margin: 0 min(4.1666666667vw, 80px);
}
main .career02 .strip_body {
  width: 50%;
  container-type: inline-size;
}
main .career02 .body_card {
  position: relative;
  padding: min(1.71875vw, 33px) min(4.5833333333vw, 88px);
  box-shadow: 6px 6px 6px rgba(14, 122, 188, 0.1);
}
main .career02 .badge {
  width: max(min(5.2083333333vw, 100px), 60px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffeb11;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
}
main .career02 .body_card .btn_link {
  width: 87.9310344828%;
  container-type: inline-size;
}
main .career02 .body_card .btn_link .btn_tx {
  min-height: 14.7058823529cqw;
  align-content: center;
  margin-left: 5.3921568627%;
}
main .career02 .body_card .btn_link::after {
  content: "";
  width: 7.3529411765%;
  aspect-ratio: 1/1;
  background: url(../img/recruit_comon/arow.webp) no-repeat center/43.3333333333% auto #fff;
  margin-right: 4.4117647059%;
}
main .career03 .career03_inner {
  max-width: 1280px;
  min-width: min(100% - 20px, 610px);
}
main .career03 .head {
  -moz-column-gap: 3.515625%;
       column-gap: 3.515625%;
}
main .career03 .head_top .eg {
  padding-right: max(min(3.6979166667vw, 71px), 40px) !important;
}
main .career03 .benefit_grid {
  gap: 40px 4.8828125%;
}
main .career03 .benefit_card {
  width: 30.078125%;
  gap: min(2.0833333333vw, 40px) 12.7272727273%;
  container-type: inline-size;
}
main .career03 .benefit_card .icon {
  width: 31.1688311688%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .career03 .benefit_card .icon img[w] {
  width: calc(var(--w) / 120px * 100%);
}
main .career03 .benefit_card .icon img:not([w="70"]):not([w="90"]):not([w="92"]) {
  width: 80%;
}
main .career03 .benefit_card .icon img[w="70"] {
  width: 58.3333333333%;
}
main .career03 .benefit_card .icon img[w="90"] {
  width: 75%;
}
main .career03 .benefit_card .icon img[w="92"] {
  width: 76.6666666667%;
}
main .career03 .benefit_card .card_title {
  min-height: 31.1688311688cqw;
  align-content: center;
}
main .career03 .benefit_card .text {
  width: 100%;
}
main {
  /*----------------------------------------------------------------

  インタビュー

  ----------------------------------------------------------------*/
}
main.interview .pagetitle:has(.bg)::before {
  display: none;
}
main.interview .pagetitle:has(.bg)::after {
  display: block;
  mix-blend-mode: screen;
  z-index: 0;
}
main.interview .pagetitle:has(.bg) .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
main.interview .pagetitle:has(.bg) .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
main.interview .pagetitle:has(.bg) .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(90deg, rgba(97, 224, 255, 0.2) 0%, rgba(97, 224, 255, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
}
main.interview .pagetitle:has(.bg) .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(52, 196, 231, 0.8) 0%, rgba(14, 122, 188, 0.8) 100%);
  mix-blend-mode: overlay;
  z-index: 1;
  pointer-events: none;
}
main.interview .pagetitle:has(.bg) .txbox {
  position: relative;
  z-index: 1;
}
main.interview .eg {
  border-bottom: 2px solid #0e7abc;
  padding-right: max(min(3.6979166667vw, 71px), 40px) !important;
}
main.interview .eg::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 35px;
  background-color: #0e7abc;
  transform: rotate(-63deg);
  bottom: -11px;
  right: 14px;
}
main.interview .msg_icon {
  width: min(2.0833333333vw, 40px);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  margin-right: min(0.8333333333vw, 16px);
}
main.interview .clip_image, main.interview .interview03 .chairman_photo, main.interview .interview02 .qa_image {
  clip-path: polygon(0 min(1.7708333333vw, 34px), 16% 0, 100% min(1.7708333333vw, 34px), 100% calc(100% - min(1.7708333333vw, 34px)), 84% 100%, 0 calc(100% - min(1.7708333333vw, 34px)));
}
main.interview .clip_image img, main.interview .interview03 .chairman_photo img, main.interview .interview02 .qa_image img {
  width: 100%;
  aspect-ratio: 640/440;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
main.interview .clip_image::after, main.interview .interview03 .chairman_photo::after, main.interview .interview02 .qa_image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(14, 122, 188, 0.05);
  pointer-events: none;
}
main.interview .interview01 {
  margin-bottom: min(4.6875vw, 90px);
  padding-top: min(1.0416666667vw, 20px);
}
main.interview .interview01 .interview01_profile {
  min-height: min(32.2916666667vw, 620px);
}
main.interview .interview01 .profile_visual {
  overflow: hidden;
  clip-path: polygon(0 min(1.7708333333vw, 34px), 16% 0, 100% min(1.7708333333vw, 34px), 100% calc(100% - min(1.7708333333vw, 34px)), 84% 100%, 0 calc(100% - min(1.7708333333vw, 34px)));
}
main.interview .interview01 .profile_visual img {
  width: 111.5%;
  height: 116.66%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  margin-left: -11.56%;
  margin-top: -14.58%;
}
main.interview .interview01 .profile_inner {
  position: relative;
  z-index: 1;
  min-height: min(32.2916666667vw, 620px);
  padding-left: min(8.3333333333vw, 160px);
  padding-top: min(1.0416666667vw, 20px);
  padding-bottom: min(2.0833333333vw, 40px);
  background-image: url(../img/recruit_interview/career-deco.webp);
  background-repeat: no-repeat;
  background-position: bottom 10px right 0;
  background-size: min(42.03125vw, 807px) auto;
}
main.interview .interview01 .name {
  margin-top: min(0.4166666667vw, 8px);
  margin-bottom: min(0.4166666667vw, 8px);
}
main.interview .interview01 .career_line {
  margin-top: min(0.8854166667vw, 17px);
  margin-bottom: min(1.25vw, 24px);
}
main.interview .interview01 .career_line img {
  width: 100%;
  max-width: min(24.84375vw, 477px);
  height: auto;
}
main.interview .interview01 .career_title {
  margin-bottom: min(1.0416666667vw, 20px);
}
main.interview .interview01 .career_deco {
  position: absolute;
  right: 0;
  top: min(0.5208333333vw, 10px);
  width: min(6.25vw, 120px);
  height: auto;
  pointer-events: none;
}
main.interview .interview01 .career_list {
  display: flex;
  flex-direction: column;
  row-gap: min(0.4166666667vw, 8px);
}
main.interview .interview01 .career_row {
  -moz-column-gap: min(1.9791666667vw, 38px);
       column-gap: min(1.9791666667vw, 38px);
}
main.interview .interview01 .career_row dt {
  width: min(5.2083333333vw, 100px);
  flex-shrink: 0;
  white-space: nowrap;
}
main.interview .interview01 .career_row dd {
  flex: 1;
}
main.interview .interview02 {
  margin-bottom: min(6.25vw, 120px);
  padding-top: min(1.0416666667vw, 20px);
}
main.interview .interview02 .interview02_inner {
  max-width: 1600px;
  width: min(83.3333333333vw, 1600px);
}
main.interview .interview02 .msg_head {
  width: 100%;
}
main.interview .interview02 .msg_icon {
  margin-right: min(0.8333333333vw, 16px);
}
main.interview .interview02 .qa_block {
  margin-bottom: min(4.1666666667vw, 80px);
}
main.interview .interview02 .qa_block:last-of-type {
  margin-bottom: 0;
}
main.interview .interview02 .qa_body {
  width: 60%;
  padding: 0 min(8.3333333333vw, 160px);
}
main.interview .interview02 .qa_image {
  width: 40%;
  position: relative;
}
main.interview .interview02 .closing {
  max-width: max(min(66.6666666667vw, 1280px), min(100% - 20px, 500px));
  margin-left: auto;
  margin-right: auto;
}
main.interview .interview03 {
  margin-bottom: min(7.2916666667vw, 140px);
  clip-path: polygon(0 min(4.6875vw, 90px), 16% 0, 100% min(4.6875vw, 90px), 100% calc(100% - min(4.6875vw, 90px)), 84% 100%, 0 calc(100% - min(4.6875vw, 90px)));
  padding: min(11.4583333333vw, 220px) 0 min(11.9791666667vw, 230px);
}
main.interview .interview03 .interview03_inner {
  max-width: 1600px;
  width: min(83.3333333333vw, 1600px);
}
main.interview .interview03 .chairman_photo {
  clip-path: inherit;
  width: 60%;
  padding: 0 min(8.3333333333vw, 160px);
}
main.interview .interview03 .chairman_photo .chairman_photo_inner {
  clip-path: polygon(0 min(1.7708333333vw, 34px), 16% 0, 100% min(1.7708333333vw, 34px), 100% calc(100% - min(1.7708333333vw, 34px)), 84% 100%, 0 calc(100% - min(1.7708333333vw, 34px)));
}
main.interview .interview03 .chairman_photo::after {
  display: none !important;
  background-color: unset !important;
}
main.interview .interview03 .chairman_body {
  width: 40%;
}
main.interview .interview03 .chairman_photo {
  position: relative;
}
main.interview .interview03 .chairman_photo img {
  aspect-ratio: 640/520;
}
main.interview .interview03 .name {
  margin-top: min(0.4166666667vw, 8px);
  margin-bottom: min(0.4166666667vw, 8px);
}
main.interview .interview04 .interview04_inner {
  max-width: 1450px;
  width: min(75.5208333333vw, 1450px);
  position: relative;
  z-index: 1;
}
main.interview .interview04 .staff_block {
  margin-bottom: min(9.1666666667vw, 176px);
}
main.interview .interview04 .staff_block:last-child {
  margin-bottom: 0;
}
main.interview .interview04 .staff_block--photo-right {
  flex-direction: row-reverse;
}
main.interview .interview04 .staff_photo,
main.interview .interview04 .staff_body {
  width: 50%;
  min-width: min(320px, 100%);
}
main.interview .interview04 .staff_photo {
  width: 44.1379310345%;
  position: relative;
}
main.interview .interview04 .staff_body {
  width: 55.8620689655%;
  padding: 0 min(4.375vw, 84px);
}
main.interview .interview04 .photo_main {
  position: relative;
  clip-path: polygon(0 min(1.7708333333vw, 34px), 16% 0, 100% min(1.7708333333vw, 34px), 100% calc(100% - min(1.7708333333vw, 34px)), 84% 100%, 0 calc(100% - min(1.7708333333vw, 34px)));
}
main.interview .interview04 .photo_main::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(14, 122, 188, 0.05);
  pointer-events: none;
}
main.interview .interview04 .photo_main img {
  width: 100%;
  aspect-ratio: 640/440;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.interview .interview04 .photo_sub {
  position: absolute;
  width: 50%;
  aspect-ratio: 320/210;
  border-radius: 110px;
  overflow: hidden;
  z-index: 1;
}
main.interview .interview04 .photo_sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.interview .interview04 .photo_sub {
  right: -20px;
  bottom: 0;
  transform: translateY(50%);
}
main.interview .interview04 .staff_head .msg_icon {
  display: block;
  margin-right: min(1.3020833333vw, 25px);
}
main.interview .interview04 .staff_name_row {
  -moz-column-gap: min(0.8333333333vw, 16px);
       column-gap: min(0.8333333333vw, 16px);
  row-gap: min(0.78125vw, 8px);
}
main.interview .interview04 .staff_name {
  margin: 0;
}
main.interview .interview04 .staff_year {
  margin-bottom: min(0.2083333333vw, 4px);
}
main {
  /*----------------------------------------------------------------

  募集要項

  ----------------------------------------------------------------*/
}
main .entry01 {
  min-width: min(100% - 20px, 600px);
}
main .entry01 .entry01_inner {
  padding-left: max(6.25%, 10px);
  padding-right: max(6.25%, 10px);
}
main .entry01 .entry01_inner .title {
  -moz-column-gap: max(min(2.6785714286%, 30px), 15px);
       column-gap: max(min(2.6785714286%, 30px), 15px);
}
main .entry01 .entry01_inner .title::before {
  content: "";
  width: max(min(3.5714285714%, 40px), 20px);
  aspect-ratio: 1/1;
  background: url(../img/recruit_interview/icon-quote.webp) no-repeat center/cover;
}
main .entry01 .entry01_inner table {
  width: 100%;
}
main .entry01 .entry01_inner table td ul li {
  padding-left: 10px;
  position: relative;
}
main .entry01 .entry01_inner table td ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}
main .entry01 .entry01_inner table td ul.circle li {
  padding-left: 20px;
}
main .entry01 .entry01_inner table td ul.circle li::before {
  content: "・";
}
main .entry01 .entry01_inner table td ul.square li {
  padding-left: 25px;
}
main .entry01 .entry01_inner table td ul.square li::before {
  content: "■";
}/*# sourceMappingURL=recruit-sub.css.map */