:root {
  --c-ThkRed: hsl(356 88.6% 44.7%);
  --c-ThkRed80: hsl(356 71.7% 55.7%);
  --c-ThkRed60: hsl(357 71.6% 66.9%);
  --c-ThkRed40: hsl(356 71.7% 77.8%);
  --c-ThkRed20: hsl(357 71.4% 89%);
  --c-ThkGraphRed: hsl(356 88.6% 44.7%);
  --c-ThkGraphRed70: hsl(357 71.6% 61.4%);
  --c-ThkGraphRed40: hsl(356 71.7% 77.8%);
  --c-ThkGraphRed15: hsl(358 71.4% 91.8%);
  --c-ThkGraphGray45: hsl(0 0% 54.9%);
  --c-ThkGraphGray25: hsl(0 0% 74.9%);
  --c-grayBg: hsl(0 0% 90.2%);
  --c-gray11: hsl(0 0% 6.7%);
  --c-grayDC: hsl(0 0% 86.3%);
  --c-grayC2: hsl(0 0% 76.1%);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-dummy: hsl(0 0% 47.1%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --fadeInLength: 20px;
  --fadeInOpacityDuration: 0.8s;
  --lmContentsDelay: 0.3s;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.anchor .title {
  height: 114px;
}
@media screen and (max-width: 1239px) {
  .anchor .title {
    height: 53px;
  }
}
@media screen and (max-width: 839px) {
  .anchor .title {
    height: auto;
  }
}
.anchor .title .text {
  line-height: 114px;
}
@media screen and (max-width: 1239px) {
  .anchor .title .text {
    line-height: 53px;
  }
}
@media screen and (max-width: 839px) {
  .anchor .title .text {
    line-height: 1em;
  }
}
.anchor .content .anchor_ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 1239px) {
  .anchor .content .anchor_ul {
    column-gap: 15px;
    row-gap: 15px;
  }
}
@media screen and (max-width: 639px) {
  .anchor .content .anchor_ul {
    flex-direction: column;
    column-gap: 10px;
  }
}
.anchor .content .anchor_ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 10px;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .anchor .content .anchor_ul li a {
    column-gap: 9px;
    row-gap: 9px;
    padding: 17px 20px;
  }
}
@media screen and (max-width: 639px) {
  .anchor .content .anchor_ul li a {
    column-gap: 8px;
    row-gap: 8px;
    padding: 15px 15px;
  }
}
.anchor .content .anchor_ul li a::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
.anchor .content .anchor_ul li a .arrow {
  grid-row: 1/3;
  padding-top: 4px;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .anchor .content .anchor_ul li a .arrow {
    padding-top: 3px;
  }
}
@media screen and (max-width: 639px) {
  .anchor .content .anchor_ul li a .arrow {
    padding-top: 2px;
  }
}
.anchor .content .anchor_ul li a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke: var(--c-ThkRed);
  stroke-width: 1px;
}
.anchor .content .anchor_ul li a .en {
  transition: color 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 22px;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.anchor .content .anchor_ul li a .en span {
  font-weight: 500;
}
.anchor .content .anchor_ul li a .en {
  color: var(--c-ThkRed);
  position: relative;
}
@media screen and (max-width: 1239px) {
  .anchor .content .anchor_ul li a .en {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .anchor .content .anchor_ul li a .en {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .anchor .content .anchor_ul li a .en br {
    display: none;
  }
}
.anchor .content .anchor_ul li a .jp {
  transition: color 0.3s;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.anchor .content .anchor_ul li a .jp span {
  font-weight: 600;
}
.anchor .content .anchor_ul li a .jp {
  color: var(--c-ThkRed);
  position: relative;
}
@media screen and (max-width: 1239px) {
  .anchor .content .anchor_ul li a .jp {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 639px) {
  .anchor .content .anchor_ul li a .jp {
    font-size: 14px;
  }
}
@media screen and (min-width: 1239px) {
  .anchor .content .anchor_ul li a:hover::before {
    background-color: var(--c-ThkRed);
  }
}
@media screen and (min-width: 1239px) {
  .anchor .content .anchor_ul li a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  .anchor .content .anchor_ul li a:hover .en {
    color: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  .anchor .content .anchor_ul li a:hover .jp {
    color: var(--c-white);
  }
}
.anchor .content .anchor_ul li:nth-of-type(1) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 839px) {
  .anchor .content .anchor_ul li:nth-of-type(1) {
    transition-delay: 0s;
  }
}
.anchor .content .anchor_ul li:nth-of-type(2) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 839px) {
  .anchor .content .anchor_ul li:nth-of-type(2) {
    transition-delay: 0s;
  }
}
.anchor .content .anchor_ul li:nth-of-type(3) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 839px) {
  .anchor .content .anchor_ul li:nth-of-type(3) {
    transition-delay: 0s;
  }
}

section {
  margin-top: 50px;
  padding-top: 100px;
}
@media screen and (max-width: 1239px) {
  section {
    margin-top: 35px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  section {
    margin-top: 20px;
    padding-top: 40px;
  }
}
section .section_title {
  margin-inline: auto;
  width: 1000px;
}
@media screen and (max-width: 1239px) {
  section .section_title {
    width: 88vw;
  }
}
section .section_title .en h2 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 40px;
  line-height: 1.35em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
section .section_title .en h2 span {
  font-weight: 600;
}
section .section_title .en h2 {
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 1.5px var(--c-ThkRed);
  text-stroke: 1.5px var(--c-ThkRed);
}
@media screen and (max-width: 1239px) {
  section .section_title .en h2 {
    font-size: 34px;
    -webkit-text-stroke: 1.25px var(--c-ThkRed);
    text-stroke: 1.25px var(--c-ThkRed);
  }
}
@media screen and (max-width: 639px) {
  section .section_title .en h2 {
    font-size: 28px;
    -webkit-text-stroke: 1px var(--c-ThkRed);
    text-stroke: 1px var(--c-ThkRed);
  }
}
section .section_title .jp {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .section_title .jp {
    column-gap: 18px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .jp {
    column-gap: 16px;
  }
}
section .section_title .jp::before, section .section_title .jp::after {
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/_common/section_title_line_black.svg");
  background-repeat: no-repeat;
}
section .section_title .jp::before {
  background-position: right center;
}
section .section_title .jp::after {
  background-position: left center;
}
section .section_title .jp h5 {
  padding-left: 0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .section_title .jp h5 span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  section .section_title .jp h5 {
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .jp h5 {
    font-size: 18px;
  }
}
section .section_title .jp.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section .section_title .jp.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section .section_title .jp.fadeElem h5 {
  opacity: 0;
  translate: 0 20px;
}
section .section_title .jp.fadeIn::before, section .section_title .jp.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section .section_title .jp.fadeIn h5 {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section .section_head {
  padding-top: 50px;
}
@media screen and (max-width: 1239px) {
  section .section_head {
    padding-top: 45px;
    margin-inline: auto;
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  section .section_head {
    padding-top: 40px;
  }
}
section .section_head h3 {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.1em;
  font-size: 34px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .section_head h3 span {
  font-weight: 600;
}
section .section_head h3 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section .section_head h3 {
    font-size: 29px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section .section_head h3 {
    font-size: 24px;
    line-height: 1.55em;
  }
}
section .section_lead {
  padding-top: 50px;
  margin-inline: auto;
  width: 800px;
}
@media screen and (max-width: 1239px) {
  section .section_lead {
    padding-top: 45px;
    width: 76vw;
  }
}
@media screen and (max-width: 839px) {
  section .section_lead {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  section .section_lead {
    padding-top: 40px;
  }
}
section .section_lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section .section_lead p span {
  font-weight: 400;
}
section .section_lead p {
  text-align: justify;
}
section .section_lead .comment {
  padding-top: 30px;
}
@media screen and (max-width: 639px) {
  section .section_lead .comment {
    padding-top: 25px;
  }
}
section .section_lead .comment p {
  font-size: 13px;
  line-height: 1.65em;
}
@media screen and (max-width: 1239px) {
  section .section_lead .comment p {
    font-size: 12.5px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section .section_lead .comment p {
    font-size: 12px;
    line-height: 1.55em;
  }
}
section .section_content {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  section .section_content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content {
    margin-top: 40px;
  }
}
section .section_content .lm_box .lm_content {
  padding: 80px 110px 100px;
}
@media screen and (max-width: 1239px) {
  section .section_content .lm_box .lm_content {
    padding: 75px 6vw 90px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .lm_box .lm_content {
    padding: 70px 4vw;
  }
}
section .section_content .lm_box .lm_content > .title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
}
@media screen and (max-width: 1239px) {
  section .section_content .lm_box .lm_content > .title {
    column-gap: 18px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .lm_box .lm_content > .title {
    column-gap: 16px;
  }
}
section .section_content .lm_box .lm_content > .title::before, section .section_content .lm_box .lm_content > .title::after {
  align-self: center;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
section .section_content .lm_box .lm_content > .title h4 {
  padding-left: 0.1em;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .section_content .lm_box .lm_content > .title h4 span {
  font-weight: 600;
}
section .section_content .lm_box .lm_content > .title h4 {
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .section_content .lm_box .lm_content > .title h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .lm_box .lm_content > .title h4 {
    font-size: 20px;
  }
}
section .section_content .lm_box .lm_content > .title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section .section_content .lm_box .lm_content > .title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section .section_content .lm_box .lm_content > .title.fadeElem h4 {
  opacity: 0;
  translate: 0 20px;
}
section .section_content .lm_box .lm_content > .title.fadeIn::before, section .section_content .lm_box .lm_content > .title.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  transition-delay: var(--lmContentsDelay);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section .section_content .lm_box .lm_content > .title.fadeIn h4 {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  transition-delay: var(--lmContentsDelay);
  opacity: 1;
  translate: 0 0;
}
section .section_content .lm_box .lm_content > .content {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  section .section_content .lm_box .lm_content > .content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .lm_box .lm_content > .content {
    margin-top: 40px;
  }
}

section.section_business .section_content .lm_box .lm_content .content {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_business .section_content .lm_box .lm_content .content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  section.section_business .section_content .lm_box .lm_content .content {
    margin-top: 40px;
  }
}
section.section_business .section_content .lm_box .lm_content .content .business_ul {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 80px;
  justify-content: center;
}
@media screen and (max-width: 1239px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul {
    column-gap: 6vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul {
    grid-template-columns: auto;
    row-gap: 50px;
  }
}
@media screen and (max-width: 639px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul {
    row-gap: 40px;
  }
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li {
  width: 360px;
}
@media screen and (max-width: 1239px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li {
    width: 300px;
  }
}
@media screen and (max-width: 639px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li {
    width: 76vw;
  }
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .photo {
  width: 100%;
  aspect-ratio: 3/2;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .photo.photo_frame {
  position: relative;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .photo.photo_frame::after {
  content: "";
  display: inline-block;
  border: 0.5px solid var(--c-grayC2);
  position: absolute;
  inset: 0;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .photo_frame.fadeElem {
  opacity: 0;
  translate: 0 var(--fadeInLength);
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .photo_frame.fadeIn {
  --fadeInOpacityDuration: 0.8s;
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .head {
  padding-top: 30px;
}
@media screen and (max-width: 1239px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li .head {
    padding-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li .head {
    padding-top: 20px;
  }
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .head h5 {
  padding-left: 0.05em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .head h5 span {
  font-weight: 600;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .head h5 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li .head h5 {
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li .head h5 {
    font-size: 18px;
  }
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .head h5 span.en {
  font-weight: 500;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .head h5 span.en span {
  font-weight: 500;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .body {
  padding-top: 30px;
}
@media screen and (max-width: 1239px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li .body {
    padding-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li .body {
    padding-top: 20px;
  }
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .body p span {
  font-weight: 400;
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li .body p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li .body p {
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li .body p {
    line-height: 2em;
  }
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(1) .photo {
  transition-delay: calc(var(--lmContentsDelay) + 0s);
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(1) .photo img {
  transition-delay: calc(var(--lmContentsDelay) + 0s);
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(1) .head h5 {
  transition-delay: calc(var(--lmContentsDelay) + 0s);
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(1) .body p {
  transition-delay: calc(var(--lmContentsDelay) + 0s);
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(2) .photo {
  transition-delay: calc(var(--lmContentsDelay) + 0.2s);
}
@media screen and (max-width: 839px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(2) .photo {
    transition-delay: calc(var(--lmContentsDelay) + 0s);
  }
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(2) .photo img {
  transition-delay: calc(var(--lmContentsDelay) + 0.2s);
}
@media screen and (max-width: 839px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(2) .photo img {
    transition-delay: calc(var(--lmContentsDelay) + 0s);
  }
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(2) .head h5 {
  transition-delay: calc(var(--lmContentsDelay) + 0.2s);
}
@media screen and (max-width: 839px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(2) .head h5 {
    transition-delay: calc(var(--lmContentsDelay) + 0s);
  }
}
section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(2) .body p {
  transition-delay: calc(var(--lmContentsDelay) + 0.2s);
}
@media screen and (max-width: 839px) {
  section.section_business .section_content .lm_box .lm_content .content .business_ul li:nth-of-type(2) .body p {
    transition-delay: calc(var(--lmContentsDelay) + 0s);
  }
}

section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 80px;
  justify-content: center;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul {
    column-gap: 6vw;
  }
}
@media screen and (max-width: 1039px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul {
    column-gap: 4vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul {
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li {
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li {
    width: 270px;
    height: 270px;
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .bg {
  position: absolute;
  inset: 0;
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .bg::before {
  content: "";
  display: inline-block;
  background-color: var(--c-grayDC);
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .bg::after {
  content: "";
  display: inline-block;
  border: 1px solid var(--c-white);
  border-radius: 50%;
  position: absolute;
  inset: 7px;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .bg::after {
    inset: 6px;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .bg::after {
    inset: 5px;
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container {
    width: 240px;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container {
    width: 200px;
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .title h5 {
  padding-left: 0.05em;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .title h5 span {
  font-weight: 600;
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .title h5 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .title h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .title h5 {
    font-size: 22px;
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content {
  padding-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content {
    padding-top: 30px;
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content .point {
  padding-left: 0.05em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content .point span {
  font-weight: 600;
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content .point {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content .point {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content .point {
    font-size: 16px;
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content .line {
  margin: 25px 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--c-black), var(--c-black) 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content .line {
    margin: 20px 0;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content .line {
    margin: 15px 0;
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content .line.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li .container .content .line.fadeIn {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(1) .bg {
  transition-delay: calc(var(--lmContentsDelay) + 0s);
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(1) .container .title {
  transition-delay: calc(var(--lmContentsDelay) + 0s);
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(1) .container .content .point {
  transition-delay: calc(var(--lmContentsDelay) + 0s);
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(1) .container .content .line {
  transition-delay: calc(var(--lmContentsDelay) + 0s);
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(2) .bg {
  transition-delay: calc(var(--lmContentsDelay) + 0.2s);
}
@media screen and (max-width: 839px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(2) .bg {
    transition-delay: calc(var(--lmContentsDelay) + 0s);
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(2) .container .title {
  transition-delay: calc(var(--lmContentsDelay) + 0.2s);
}
@media screen and (max-width: 839px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(2) .container .title {
    transition-delay: calc(var(--lmContentsDelay) + 0s);
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(2) .container .content .point {
  transition-delay: calc(var(--lmContentsDelay) + 0.2s);
}
@media screen and (max-width: 839px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(2) .container .content .point {
    transition-delay: calc(var(--lmContentsDelay) + 0s);
  }
}
section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(2) .container .content .line {
  transition-delay: calc(var(--lmContentsDelay) + 0.2s);
}
@media screen and (max-width: 839px) {
  section.section_human_capital .section_content .lm_box .lm_content .content .human_capital_ul li:nth-of-type(2) .container .content .line {
    transition-delay: calc(var(--lmContentsDelay) + 0s);
  }
}
section.section_human_capital .detail_link {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .detail_link {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .detail_link {
    margin-top: 40px;
  }
}
section.section_human_capital .detail_link .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .detail_link .btn a {
    padding: 16px 25px;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .detail_link .btn a {
    padding: 13px 20px;
  }
}
section.section_human_capital .detail_link .btn a::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  border: 1px solid var(--c-ThkRed);
  background-color: transparent;
  position: absolute;
  inset: 0;
}
section.section_human_capital .detail_link .btn a .arrow {
  margin-top: 3px;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .detail_link .btn a .arrow {
    margin-top: 2px;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .detail_link .btn a .arrow {
    margin-top: 1px;
  }
}
section.section_human_capital .detail_link .btn a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke: var(--c-ThkRed);
  stroke-width: 1px;
}
section.section_human_capital .detail_link .btn a .text {
  transition: color 0.3s;
  margin-left: 10px;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.12em;
  font-weight: 600;
}
section.section_human_capital .detail_link .btn a .text span {
  font-weight: 600;
}
section.section_human_capital .detail_link .btn a .text {
  color: var(--c-ThkRed);
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_human_capital .detail_link .btn a .text {
    margin-left: 9px;
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  section.section_human_capital .detail_link .btn a .text {
    margin-left: 8px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1239px) {
  section.section_human_capital .detail_link .btn a:hover::before {
    background-color: var(--c-ThkRed);
  }
}
@media screen and (min-width: 1239px) {
  section.section_human_capital .detail_link .btn a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  section.section_human_capital .detail_link .btn a:hover .text {
    color: var(--c-white);
  }
}
section.section_human_capital .detail_link.bgRed .btn a::before {
  border: 1px solid var(--c-white);
}
@media screen and (max-width: 1039px) {
  section.section_human_capital .detail_link.bgRed .btn a::before {
    border: 1px solid var(--c-ThkRed);
  }
}
section.section_human_capital .detail_link.bgRed .btn a .arrow svg {
  stroke: var(--c-white);
}
@media screen and (max-width: 1039px) {
  section.section_human_capital .detail_link.bgRed .btn a .arrow svg {
    stroke: var(--c-ThkRed);
  }
}
section.section_human_capital .detail_link.bgRed .btn a .text {
  color: var(--c-white);
}
@media screen and (max-width: 1039px) {
  section.section_human_capital .detail_link.bgRed .btn a .text {
    color: var(--c-ThkRed);
  }
}
@media screen and (min-width: 1239px) {
  section.section_human_capital .detail_link.bgRed .btn a:hover::before {
    background-color: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  section.section_human_capital .detail_link.bgRed .btn a:hover .arrow svg {
    stroke: var(--c-ThkRed);
  }
}
@media screen and (min-width: 1239px) {
  section.section_human_capital .detail_link.bgRed .btn a:hover .text {
    color: var(--c-ThkRed);
  }
}

.other_contents {
  display: none;
}
@media screen and (max-width: 1039px) {
  .other_contents {
    display: block;
    margin-top: 120px;
    margin-inline: auto;
    width: 52vw;
  }
}
@media screen and (max-width: 839px) {
  .other_contents {
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  .other_contents {
    margin-top: 80px;
    width: 88vw;
  }
}
.other_contents .title h4 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 20px;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.other_contents .title h4 span {
  font-weight: 500;
}
.other_contents .title h4 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 639px) {
  .other_contents .title h4 {
    font-size: 18px;
  }
}
.other_contents .line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
.other_contents .contents_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 30px;
}
.other_contents .contents_ul li {
  justify-self: center;
}
.other_contents .contents_ul li a {
  display: inline-block;
  margin-right: -0.1em;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.other_contents .contents_ul li a span {
  font-weight: 400;
}
.other_contents .contents_ul li a {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .other_contents .contents_ul li a {
    font-size: 14px;
  }
}
.other_contents .contents_ul li.gray {
  pointer-events: none;
}
.other_contents .contents_ul li.gray a {
  color: var(--c-ThkGraphGray45);
}

.other_contents.fadeElem .line {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.other_contents.fadeIn .line {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}