:where(body) {
  --content-max-width: 965px;
  --content-width--pc: min(calc(100% - 8%), 965px);
  --content-width--sp: min(calc(100% - 8%), calc(100% - 3rem));
  --transition-fast: 0.2s;
  /* color */
  --color-red1: #FA000F;
  --color-red1-20: #FFCBCE;
  --color-red1-40: #7D0008;
  --color-red2: #CC0000;
  --color-gray1: #F4F4F4;
  --color-gray2: #D9D9D9;
  --color-gray5: #4D4D4D;
  --color-gray6: #222222;
  --color-white: #fff;
  --color-black: #0C0C0C;
  --border-radius-base: 8px;
  --font-jp: "Noto Sans JP", sans-serif;
  --fz-h3: calc(22 / 16 * 1rem);
  --fz-h5: calc(17 / 16 * 1rem);
  --fz-h6: calc(16 / 16 * 1rem);
  --fz-p: calc(15 / 16 * 1rem);
  --fz-pc_h1: calc(44 / 16 * 1rem);
  --fz-sp_h1: calc(30 / 16 * 1rem);
  --fz-pcsp_sub: calc(14 / 16 * 1rem);
}
@media screen and (min-width: 768px) {
  :where(body) {
    --fz-h3: calc(26 / 16 * 1rem);
    --fz-h5: calc(18 / 16 * 1rem);
    --fz-p: 1rem;
    --border-radius-base: 16px;
  }
}

/*!
global > mixin
------------------------------
*/
.p_feature {
  overflow: clip;
}
.p_feature .anchorarea {
  text-align: center;
  margin-top: -2px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p_feature .anchorarea {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p_feature .anchorarea .anchor {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.p_feature .sec02_inner {
  padding: 79px 20px 80px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec02_inner {
    max-width: 1440px;
    margin-inline: auto;
    padding: 98px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .p_feature .sec02_block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(2.9375rem, 2.5335320417vw + 1.7198211624rem, 4rem);
  }
}
.p_feature .sec02_block01__imgarea {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_feature .sec02_block01__imgarea {
    display: block;
    width: 38.5%;
    max-width: 554px;
    min-width: 318px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
  }
}
.p_feature .sec02_block01__imgarea img {
  width: 100%;
  border-radius: 16px;
}
.p_feature .sec02_block01__contentarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p_feature .sec02_block01__contentarea {
    width: 347px;
    margin-right: 20px;
  }
}
.p_feature .sec02_block01__contentarea .ttl {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--color-black);
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_feature .sec02_block01__contentarea .ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.p_feature .sec02_block01__contentarea .imgarea {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec02_block01__contentarea .imgarea {
    margin-top: 0;
    display: none;
  }
}
.p_feature .sec02_block01__contentarea .imgarea img {
  width: 100%;
  border-radius: 16px;
}
.p_feature .sec02_block01__contentarea .desc {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--color-black);
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec02_block01__contentarea .desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    padding-right: 15px;
    margin-top: 30px;
  }
}
.p_feature .sec02_block01__contentarea .c_btn.c_btn_second {
  margin-left: auto;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec02_block01__contentarea .c_btn.c_btn_second {
    max-width: 347px;
    margin-top: 40px;
  }
}
.p_feature .sec03 {
  background-color: var(--color-gray1);
  padding: 65px 0 81px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec03 {
    padding: 81px 0 100px;
  }
}
.p_feature .sec03_heading {
  text-align: center;
}
.p_feature .sec03_heading__ttl {
  color: var(--color-black);
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_feature .sec03_heading__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
}
.p_feature .sec03_list {
  margin-top: 70px;
}
.p_feature .sec03_list__item01 .c_box02__index {
  width: 154px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec03_list__item01 .c_box02__index {
    width: 171px;
  }
}
.p_feature .sec04 {
  padding: 64px 0 80px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec04 {
    padding: 80px 0 100px;
  }
}
.p_feature .sec04_heading {
  text-align: center;
}
.p_feature .sec04_heading__ttl {
  color: var(--color-black);
  margin: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_feature .sec04_heading__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
}
.p_feature .sec04 .table_row2 {
  margin-top: 37px;
}
.p_feature .sec04 .table_row2__row:not(:last-child) {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec04 .table_row2__row:not(:last-child) {
    padding-bottom: 31px;
    margin-top: 24px;
  }
}
.p_feature .sec04 .table_row2 .ttl_line::before {
  height: 28px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec04 .table_row2 .ttl_line::before {
    height: 35px;
  }
}
.p_feature .sec04 .table_row2 .table_row2__ttl {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec04 .table_row2 .table_row2__ttl {
    margin-bottom: 16px;
  }
}
.p_feature .sec05 {
  background-color: var(--color-gray1);
  padding: 65px 0 80px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec05 {
    padding: 63px 0 80px;
  }
}
.p_feature .sec05_inner {
  padding: 0 20px;
  max-width: 1315px;
  margin-inline: auto;
}
.p_feature .sec05_heading {
  text-align: center;
}
.p_feature .sec05_heading__ttl {
  color: var(--color-black);
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_feature .sec05_heading__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
}
.p_feature .sec05_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 37px;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec05_list {
    grid-template-columns: repeat(auto-fill, minmax(clamp(18.75rem, -20000vw + 12456.25rem, 31.25rem), 1fr));
    margin-top: 39px;
    gap: clamp(1.5rem, 3.595505618vw + -0.7359550562rem, 2.5rem);
  }
}
.p_feature .sec05_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-inline: auto;
  overflow: hidden;
}
.p_feature .sec05_list__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: -66px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec05_list__link {
    margin-bottom: -122px;
  }
  .p_feature .sec05_list__link:hover .sec05_list__imgarea img {
    scale: 1.1;
  }
  .p_feature .sec05_list__link:hover .c_btn_second__scaled::before {
    background-color: var(--color-red2);
    scale: 1.2;
  }
  .p_feature .sec05_list__link:hover .c_btn_second__icon::after {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .p_feature .sec05_list__link:hover .c_btn_second__icon::before {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: var(--transition-fast);
            animation-delay: var(--transition-fast);
  }
}
.p_feature .sec05_list__imgarea {
  margin-right: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.p_feature .sec05_list__imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 319/240;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .p_feature .sec05_list__imgarea img {
    aspect-ratio: 1/1;
  }
}
.p_feature .sec05_list__contentarea {
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  color: var(--color-black);
  border-radius: 16px;
  padding: 32px 31px 32px 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  translate: 0 -66px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec05_list__contentarea {
    translate: 0 -122px;
  }
}
.p_feature .sec05_list__contentarea .ttl {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .p_feature .sec05_list__contentarea .ttl {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.p_feature .sec05_list__contentarea .desc {
  margin-top: 20px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_feature .sec05_list__contentarea .desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p_feature .sec05_list__contentarea .c_btn {
  margin-top: 24px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .p_feature .sec05_list__contentarea .c_btn {
    margin-top: 25px;
  }
}
.p_feature .sec06 {
  padding: 63px 0 80px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec06 {
    padding: 80px 0 100px;
  }
}
.p_feature .sec06_heading {
  text-align: center;
}
.p_feature .sec06_heading__ttl {
  color: var(--color-black);
  margin: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_feature .sec06_heading__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
}
.p_feature .sec06_block__ttl {
  color: var(--color-black);
  padding-bottom: 0;
  position: relative;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec06_block__ttl {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding-left: 20px;
  }
}
.p_feature .sec06_block__ttl::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 8px;
  background-color: var(--color-red2);
}
.p_feature .sec06_block01 {
  margin-top: 38px;
}
.p_feature .sec06_block01_table {
  width: 100%;
  margin-top: 23px;
  border-collapse: collapse;
  border: 1px solid var(--color-gray2);
  color: var(--color-black);
}
.p_feature .sec06_block01_table tr {
  border: 1px solid var(--color-gray2);
}
.p_feature .sec06_block01_table tr th {
  width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--color-gray2);
  background-color: var(--color-gray1);
  text-align: center;
  padding: 13px 10px 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_feature .sec06_block01_table tr th {
    padding: 16px 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.04em;
    width: 198px;
  }
}
.p_feature .sec06_block01_table tr td {
  border: 1px solid var(--color-gray2);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 13px 20px 10px 10px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec06_block01_table tr td {
    padding: 15px 17px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.p_feature .sec06_block02 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_feature .sec06_block02 {
    margin-top: 38px;
  }
}
.p_feature .sec06_block02_imgarea {
  margin-top: 25px;
}
.p_feature .sec06_block02_imgarea img {
  width: 100%;
  border-radius: 16px;
}

.c_mv02 {
  overflow: hidden;
  width: 100%;
  background: url("/recruit/images/common/bg_mv.png") center/cover repeat;
  padding-bottom: 94px;
  position: relative;
}
.c_mv02::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
@media screen and (min-width: 768px) {
  .c_mv02::after {
    height: 64px;
  }
}
.c_mv02 #TopicPath {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .c_mv02 #TopicPath ul li:not(.FirstItem) {
    padding: 0 0 0 23px;
    background: url("/image/jp/r1/icon/icon_topic_path_transition_hd.gif") no-repeat 9px center;
    background-size: 6px 6px;
  }
}
.c_mv02 .c_mv02__inner {
  width: calc(100% - 20px);
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_mv02 .c_mv02__inner {
    max-width: calc(50% + 640px);
  }
}
.c_mv02 .c_mv02__imgarea {
  margin: 0;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_mv02 .c_mv02__imgarea {
    width: 77.5%;
    height: 520px;
    min-width: 717px;
  }
}
.c_mv02 .c_mv02__imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 0 0 16px;
}
@media screen and (min-width: 768px) {
  .c_mv02 .c_mv02__imgarea img {
    min-width: 1294px;
  }
}
.c_mv02 .c_mv02__contentarea {
  position: absolute;
  bottom: -54px;
  width: 235px;
  left: -20px;
  aspect-ratio: 235/154;
  border-radius: 0 16px 16px 0;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_mv02 .c_mv02__contentarea {
    bottom: -20px;
    width: 388px;
    aspect-ratio: 388/310;
    border-radius: 16px;
    left: unset;
    right: calc(71.3% + clamp(-10.8125rem, 25.782414307vw + -23.2041728763rem, 0rem));
  }
}
.c_mv02 .c_mv02__heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.c_mv02 .c_mv02__ttl {
  color: var(--color-black);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c_mv02 .c_mv02__ttl {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.c_mv02 .c_mv02__sub {
  color: var(--color-red2);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 0;
  background: unset;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 768px) {
  .c_mv02 .c_mv02__sub {
    margin: 24px 0 0 0;
  }
}

.c_box02 {
  background-color: var(--color-white);
  border-radius: 16px;
  position: relative;
  padding-bottom: 21px;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .c_box02 {
    padding-bottom: 64px;
  }
}
.c_box02__index {
  width: 172px;
  translate: 0 -50%;
  margin-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .c_box02__index {
    margin-left: 44px;
    width: 196px;
  }
}
.c_box02__index img {
  width: 100%;
}
.c_box02__contentarea {
  position: relative;
  padding: 5px 24px 20px;
}
@media screen and (min-width: 768px) {
  .c_box02__contentarea {
    margin: -2px clamp(2.5rem, 3.5767511177vw + 0.780923994rem, 4rem) 0 clamp(12.5rem, 4.6199701937vw + 10.2795268256rem, 14.4375rem);
    padding: 0;
  }
}
.c_box02__heading {
  border-bottom: 2px solid var(--color-gray2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .c_box02__heading {
    display: block;
    padding-bottom: 0;
  }
}
.c_box02__icon {
  aspect-ratio: 1/1;
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c_box02__icon {
    position: absolute;
    top: 50%;
    left: -168px;
    translate: 0 -50%;
    width: 120px;
  }
}
.c_box02__icon img {
  width: 100%;
}
.c_box02__ttl {
  color: var(--color-black);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 !important;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c_box02__ttl {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-bottom: 19px;
  }
}
.c_box02__desc {
  color: var(--color-black);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .c_box02__desc {
    margin: 20px 0 0 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .c_box02.c_box02_reverse .c_box02__index {
    margin-left: auto;
    margin-right: 44px;
  }
}
@media screen and (min-width: 768px) {
  .c_box02.c_box02_reverse .c_box02__contentarea {
    margin: -2px clamp(12.5rem, 4.6199701937vw + 10.2795268256rem, 14.4375rem) 0 clamp(2.5rem, 3.5767511177vw + 0.780923994rem, 4rem);
  }
}
.c_box02.c_box02_reverse .c_box02__icon {
  left: unset;
  right: -166px;
}