: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);
}

:root {
  --anchorDelay: 0.05s;
}

_::-webkit-full-page-media,
_:future,
:root .fv .main .page_title .content .head h1 {
  translate: -0.07em 0;
}

.correlation {
  margin-top: 150px;
  margin-inline: auto;
  width: 1000px;
}
@media screen and (max-width: 1239px) {
  .correlation {
    margin-top: 105px;
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  .correlation {
    margin-top: 60px;
  }
}
.correlation .content {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  .correlation .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  .correlation .content {
    margin-top: 40px;
  }
}
.correlation .content .illust {
  position: relative;
}
.correlation .content .illust img {
  width: 100%;
}
@media screen and (max-width: 839px) {
  .correlation .content .illust img {
    width: auto;
    height: 100%;
  }
}
.correlation .content .illust .btn {
  display: inline-block;
  position: absolute;
  translate: -50% -50%;
}
.correlation .content .illust .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .correlation .content .illust .btn a {
    column-gap: 8px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 1039px) {
  .correlation .content .illust .btn a {
    column-gap: 6px;
    padding: 6px 10px;
  }
}
.correlation .content .illust .btn a::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
.correlation .content .illust .btn a .arrow {
  line-height: 0;
  position: relative;
}
.correlation .content .illust .btn a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke: var(--c-ThkRed);
  stroke-width: 1px;
}
.correlation .content .illust .btn a .text {
  transition: color 0.3s;
  margin-right: -0.12em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.correlation .content .illust .btn a .text span {
  font-weight: 600;
}
.correlation .content .illust .btn a .text {
  color: var(--c-ThkRed);
  translate: 0 0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .correlation .content .illust .btn a .text {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 1039px) {
  .correlation .content .illust .btn a .text {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1239px) {
  .correlation .content .illust .btn a:hover::before {
    background-color: var(--c-ThkRed);
  }
}
@media screen and (min-width: 1239px) {
  .correlation .content .illust .btn a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  .correlation .content .illust .btn a:hover .text {
    color: var(--c-white);
  }
}
.correlation .content .illust .btn_sell {
  left: 77.5%;
  top: 22%;
}
.correlation .content .illust .btn_support_1 {
  left: 78.7%;
  top: 58.5%;
}
.correlation .content .illust .btn_support_2 {
  left: 43.5%;
  top: 58.5%;
}
.correlation .content .illust .btn_develop {
  left: 17.2%;
  top: 22%;
}
.correlation .content .illust .btn_produce {
  left: 42.6%;
  top: 22%;
}
.correlation .content .illust .btn_get {
  left: 21.2%;
  top: 54.2%;
}
.correlation .content .illust .btn_support_3 {
  left: 50%;
  top: 93.1%;
}
@media screen and (max-width: 839px) {
  .correlation .content .illust_pc {
    display: none;
  }
}
.correlation .content .modal_slide_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  .correlation .content .modal_slide_mb {
    display: block;
    position: relative;
  }
}
.correlation .content .modal_wrap .modal_container .modal_base::before {
  background-color: var(--c-grayBg);
}
.correlation .content .modal_wrap .modal_container .modal_base .modal_content .illust {
  height: 100%;
}

section {
  margin-top: 100px;
  padding-top: 100px;
  margin-inline: auto;
  width: 1000px;
}
@media screen and (max-width: 1239px) {
  section {
    margin-top: 60px;
    padding-top: 70px;
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  section {
    margin-top: 20px;
    padding-top: 40px;
  }
}
section .section_title .sub {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .section_title .sub {
    column-gap: 23px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .sub {
    column-gap: 16px;
  }
}
section .section_title .sub::before, section .section_title .sub::after {
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/_common/section_title_line_black.svg");
  background-repeat: no-repeat;
}
section .section_title .sub::before {
  background-position: right center;
}
section .section_title .sub::after {
  background-position: left center;
}
section .section_title .sub h5 {
  margin-right: -0.1em;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .section_title .sub h5 span {
  font-weight: 600;
}
section .section_title .sub h5 {
  translate: 0 0.05em;
}
@media screen and (max-width: 1239px) {
  section .section_title .sub h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .sub h5 {
    font-size: 20px;
  }
}
section .section_title .sub.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section .section_title .sub.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section .section_title .sub.fadeElem h5 {
  opacity: 0;
  translate: 0 20px;
}
section .section_title .sub.fadeIn::before, section .section_title .sub.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section .section_title .sub.fadeIn h5 {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section .section_title .main {
  padding-top: 60px;
}
@media screen and (max-width: 1239px) {
  section .section_title .main {
    padding-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .main {
    padding-top: 30px;
  }
}
section .section_title .main h2 {
  margin-right: -0.1em;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .section_title .main h2 span {
  font-weight: 600;
}
section .section_title .main h2 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section .section_title .main h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .main h2 {
    font-size: 28px;
  }
}
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 .section_photo {
  margin-inline: auto;
  width: 840px;
  height: 560px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .section_content .section_photo {
    width: 60vw;
    height: 40vw;
  }
}
@media screen and (max-width: 839px) {
  section .section_content .section_photo {
    width: 76vw;
    height: 50.6666666667vw;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .section_photo {
    width: 88vw;
    height: 58.6666666667vw;
  }
}
section .section_content .section_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .section_content .catch {
  padding-top: 80px;
}
@media screen and (max-width: 1239px) {
  section .section_content .catch {
    padding-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .catch {
    padding-top: 40px;
  }
}
section .section_content .catch h3 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 34px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .section_content .catch h3 span {
  font-weight: 600;
}
section .section_content .catch h3 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section .section_content .catch h3 {
    font-size: 29px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .catch h3 {
    font-size: 24px;
    line-height: 1.55em;
  }
}
section .section_content .catch h3 span.en {
  font-weight: 500;
}
section .section_content .catch h3 span.en span {
  font-weight: 500;
}
section .section_content .lead {
  padding-top: 60px;
  margin-inline: auto;
  width: 800px;
}
@media screen and (max-width: 1239px) {
  section .section_content .lead {
    padding-top: 45px;
    width: 60vw;
  }
}
@media screen and (max-width: 839px) {
  section .section_content .lead {
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .lead {
    padding-top: 30px;
    width: 88vw;
  }
}
section .section_content .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section .section_content .lead p span {
  font-weight: 400;
}
section .section_content .lead p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section .section_content .lead p {
    font-size: 15.5px;
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .lead p {
    font-size: 15px;
    line-height: 2em;
  }
}
section .section_content .link {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 60px;
}
@media screen and (max-width: 1239px) {
  section .section_content .link {
    padding-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .link {
    padding-top: 40px;
  }
}
section .section_content .link .btn {
  justify-self: center;
}
section .section_content .link .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .section_content .link .btn a {
    column-gap: 9px;
    padding: 16px 25px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .link .btn a {
    column-gap: 8px;
    padding: 12px 20px;
  }
}
section .section_content .link .btn a::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section .section_content .link .btn a .arrow {
  transition: translate 0.5s var(--easeOutQuart);
  line-height: 0;
  position: relative;
}
section .section_content .link .btn a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke: var(--c-ThkRed);
  stroke-width: 1px;
}
section .section_content .link .btn a .text {
  transition: color 0.3s;
  margin-right: -0.12em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.12em;
  font-weight: 600;
}
section .section_content .link .btn a .text span {
  font-weight: 600;
}
section .section_content .link .btn a .text {
  color: var(--c-ThkRed);
  translate: 0 0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .section_content .link .btn a .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .link .btn a .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1239px) {
  section .section_content .link .btn a:hover::before {
    background-color: var(--c-ThkRed);
  }
}
@media screen and (min-width: 1239px) {
  section .section_content .link .btn a:hover .arrow {
    translate: 3px 0;
  }
}
@media screen and (min-width: 1239px) {
  section .section_content .link .btn a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  section .section_content .link .btn a:hover .text {
    color: var(--c-white);
  }
}
section .section_content .link .btn a.gray {
  pointer-events: none;
}
section .section_content .link .btn a.gray::before {
  border: 1px solid var(--c-ThkRed40);
}
section .section_content .link .btn a.gray .arrow svg {
  stroke: var(--c-ThkRed40);
}
section .section_content .link .btn a.gray .text {
  color: var(--c-ThkRed40);
}
section .section_content .box_content {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content {
    margin-top: 40px;
  }
}
section .section_content .box_content .lm_box {
  width: 1000px;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box {
    width: 88vw;
  }
}
section .section_content .box_content .lm_box .lm_content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 100px;
  padding: 100px;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content {
    row-gap: 80px;
    padding: 85px 6vw;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content {
    row-gap: 60px;
    padding: 70px 4vw;
  }
}
section .section_content .box_content .lm_box .lm_content .box > .title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box > .title {
    column-gap: 18px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box > .title {
    column-gap: 16px;
  }
}
section .section_content .box_content .lm_box .lm_content .box > .title::before, section .section_content .box_content .lm_box .lm_content .box > .title::after {
  align-self: center;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
section .section_content .box_content .lm_box .lm_content .box > .title h5 {
  margin-right: -0.1em;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .section_content .box_content .lm_box .lm_content .box > .title h5 span {
  font-weight: 600;
}
section .section_content .box_content .lm_box .lm_content .box > .title h5 {
  translate: 0 0.05em;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box > .title h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box > .title h5 {
    font-size: 20px;
  }
}
section .section_content .box_content .lm_box .lm_content .box > .title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section .section_content .box_content .lm_box .lm_content .box > .title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section .section_content .box_content .lm_box .lm_content .box > .title.fadeElem h5 {
  opacity: 0;
  translate: 0 20px;
}
section .section_content .box_content .lm_box .lm_content .box > .title.fadeIn::before, section .section_content .box_content .lm_box .lm_content .box > .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 .box_content .lm_box .lm_content .box > .title.fadeIn h5 {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  transition-delay: var(--lmContentsDelay);
  opacity: 1;
  translate: 0 0;
}
section .section_content .box_content .lm_box .lm_content .box.box_field > .content {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_field > .content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box.box_field > .content {
    margin-top: 40px;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_field > .content .field {
  transition-delay: var(--lmContentsDelay);
}
section .section_content .box_content .lm_box .lm_content .box.box_field > .content .field .text {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 28px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .section_content .box_content .lm_box .lm_content .box.box_field > .content .field .text span {
  font-weight: 600;
}
section .section_content .box_content .lm_box .lm_content .box.box_field > .content .field .text {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_field > .content .field .text {
    font-size: 25px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box.box_field > .content .field .text {
    font-size: 22px;
    line-height: 1.55em;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content {
    margin-top: 40px;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  column-gap: 50px;
  row-gap: 60px;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul {
    column-gap: 40px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 839px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul {
    grid-template-columns: auto;
    display: none;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul {
    row-gap: 40px;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item {
  display: grid;
  grid-template-columns: 1fr;
  width: 300px;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item {
    width: 270px;
  }
}
@media screen and (max-width: 839px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item {
    width: 235px;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item > a .photo {
  width: 100%;
  height: 200px;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item > a .photo {
    height: 180px;
  }
}
@media screen and (max-width: 839px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item > a .photo {
    height: 235px;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item > a .photo img {
  transition: scale 0.5s var(--easeOutQuart);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item > a:hover .photo img {
    scale: 1.05;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .spec_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 20px;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .spec_ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .spec_ul li .title {
  align-self: end;
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .spec_ul li .title span {
  font-weight: 400;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .spec_ul li .content {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .spec_ul li .content span {
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .spec_ul li .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .spec_ul li .content {
    font-size: 14px;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .spec_ul li .line {
  grid-column: 1/3;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more {
  justify-self: end;
  margin-top: 30px;
}
@media screen and (max-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more {
    margin-top: 27px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more {
    margin-top: 24px;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  position: relative;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a .arrow {
  transition: translate 0.5s var(--easeOutQuart);
  line-height: 0;
  position: relative;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke: var(--c-ThkRed);
  stroke-width: 1px;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a .text {
  transition: color 0.3s;
  margin-left: 7px;
  margin-right: -0.05em;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a .text span {
  font-weight: 500;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a .text {
  color: var(--c-ThkRed);
  position: relative;
}
@media screen and (min-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a:hover::before {
    background-color: var(--c-ThkRed);
  }
}
@media screen and (min-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a:hover .arrow {
    translate: 2px 0;
  }
}
@media screen and (min-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li.item .view_more .btn a:hover .text {
    color: var(--c-white);
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li:nth-of-type(odd) {
  transition-delay: calc(var(--lmContentsDelay) + 0s);
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li:nth-of-type(even) {
  transition-delay: calc(var(--lmContentsDelay) + 0.2s);
}
@media screen and (max-width: 839px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul li:nth-of-type(even) {
    transition-delay: calc(var(--lmContentsDelay) + 0s);
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_ul_1 {
  grid-template-columns: auto;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul {
  display: none;
}
@media screen and (max-width: 839px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 26px;
    row-gap: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul {
    column-gap: 21px;
  }
}
@media screen and (max-width: 439px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul {
    column-gap: 16px;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li {
  display: grid;
  grid-template-columns: 1fr;
  width: 220px;
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li {
    width: 160px;
  }
}
@media screen and (max-width: 439px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li {
    width: 140px;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .photo {
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 639px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .photo {
    height: 160px;
  }
}
@media screen and (max-width: 439px) {
  section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .photo {
    height: 140px;
  }
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .photo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .occupation {
  padding-top: 10px;
  margin-right: -0.15em;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .occupation span {
  font-weight: 600;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .occupation {
  text-align: center;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .line {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .joined {
  padding-top: 10px;
  margin-right: -0.08em;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 600;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .joined span {
  font-weight: 600;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .joined {
  text-align: center;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .btn {
  justify-self: center;
  margin-top: 15px;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .btn a {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  position: relative;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .btn a::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .btn a .arrow {
  transition: translate 0.5s var(--easeOutQuart);
  line-height: 0;
  position: relative;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .btn a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke: var(--c-ThkRed);
  stroke-width: 1px;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .btn a .text {
  transition: color 0.3s;
  margin-left: 7px;
  margin-right: -0.05em;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .btn a .text span {
  font-weight: 500;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li .btn a .text {
  color: var(--c-ThkRed);
  position: relative;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li.item_ceter {
  grid-column: 1/3;
  justify-self: center;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li.item.gray {
  pointer-events: none;
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li:nth-of-type(odd) {
  transition-delay: calc(var(--lmContentsDelay) + 0s);
}
section .section_content .box_content .lm_box .lm_content .box.box_senior > .content .senior_mb_ul li:nth-of-type(even) {
  transition-delay: calc(var(--lmContentsDelay) + 0.2s);
}

section.section_development .section_content .job {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_development .section_content .job {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  section.section_development .section_content .job {
    margin-top: 40px;
  }
}
section.section_development .section_content .job .job_ul {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 1239px) {
  section.section_development .section_content .job .job_ul {
    column-gap: 5vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_development .section_content .job .job_ul {
    grid-template-columns: auto;
    row-gap: 50px;
  }
}
@media screen and (max-width: 639px) {
  section.section_development .section_content .job .job_ul {
    row-gap: 40px;
  }
}
section.section_development .section_content .job .job_ul li {
  width: 270px;
}
@media screen and (max-width: 1239px) {
  section.section_development .section_content .job .job_ul li {
    width: 25vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_development .section_content .job .job_ul li {
    width: 370px;
  }
}
@media screen and (max-width: 639px) {
  section.section_development .section_content .job .job_ul li {
    width: 270px;
  }
}
section.section_development .section_content .job .job_ul li .head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 200px;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_development .section_content .job .job_ul li .head {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 639px) {
  section.section_development .section_content .job .job_ul li .head {
    width: 140px;
    height: 140px;
  }
}
section.section_development .section_content .job .job_ul li .head::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--c-black);
  background-color: var(--c-white);
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
section.section_development .section_content .job .job_ul li .head h5 {
  margin-right: -0.1em;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section_development .section_content .job .job_ul li .head h5 span {
  font-weight: 600;
}
section.section_development .section_content .job .job_ul li .head h5 {
  color: var(--c-ThkRed);
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_development .section_content .job .job_ul li .head h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_development .section_content .job .job_ul li .head h5 {
    font-size: 20px;
  }
}
section.section_development .section_content .job .job_ul li .body {
  padding-top: 40px;
}
@media screen and (max-width: 1239px) {
  section.section_development .section_content .job .job_ul li .body {
    padding-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  section.section_development .section_content .job .job_ul li .body {
    padding-top: 30px;
  }
}
section.section_development .section_content .job .job_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_development .section_content .job .job_ul li .body p span {
  font-weight: 400;
}
section.section_development .section_content .job .job_ul li .body p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section.section_development .section_content .job .job_ul li .body p {
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.section_development .section_content .job .job_ul li .body p {
    line-height: 2em;
  }
}
section.section_development .section_content .job .job_ul li:nth-of-type(1) .head {
  transition-delay: 0s;
}
section.section_development .section_content .job .job_ul li:nth-of-type(1) .body p {
  transition-delay: 0s;
}
section.section_development .section_content .job .job_ul li:nth-of-type(2) .head {
  transition-delay: 0.2s;
}
@media screen and (max-width: 839px) {
  section.section_development .section_content .job .job_ul li:nth-of-type(2) .head {
    transition-delay: 0s;
  }
}
section.section_development .section_content .job .job_ul li:nth-of-type(2) .body p {
  transition-delay: 0.2s;
}
@media screen and (max-width: 839px) {
  section.section_development .section_content .job .job_ul li:nth-of-type(2) .body p {
    transition-delay: 0s;
  }
}
section.section_development .section_content .job .job_ul li:nth-of-type(3) .head {
  transition-delay: 0.4s;
}
@media screen and (max-width: 839px) {
  section.section_development .section_content .job .job_ul li:nth-of-type(3) .head {
    transition-delay: 0s;
  }
}
section.section_development .section_content .job .job_ul li:nth-of-type(3) .body p {
  transition-delay: 0.4s;
}
@media screen and (max-width: 839px) {
  section.section_development .section_content .job .job_ul li:nth-of-type(3) .body p {
    transition-delay: 0s;
  }
}

.anchor_fixed .container .content .anchor_fixed_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  pointer-events: none;
}
.anchor_fixed .container .content .anchor_fixed_ul li {
  transition: translate 0.5s var(--easeInOutQuart);
  translate: -100% 0;
}
.anchor_fixed .container .content .anchor_fixed_ul li a {
  transition: padding 0.3s var(--easeOutQuart);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  padding: 10px 20px 10px 30px;
  position: relative;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .arrow {
  align-self: center;
  line-height: 0;
  position: relative;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .arrow svg {
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1px;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text span {
  font-weight: 600;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text {
  color: var(--c-white);
  translate: 0 0.03em;
  position: relative;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text span.en {
  font-weight: 500;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text span.en span {
  font-weight: 500;
}

.anchor_fixed_bg .container .content .anchor_fixed_ul li a::before {
  content: "";
  display: inline-block;
  background-color: var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
.anchor_fixed_bg .container .content .anchor_fixed_ul li a .arrow {
  opacity: 0;
}
.anchor_fixed_bg .container .content .anchor_fixed_ul li a .text {
  opacity: 0;
}

@media screen and (min-width: 1239px) {
  .anchor_fixed_main .container .content .anchor_fixed_ul li a:hover {
    padding-left: 35px;
  }
}

.anchor_fixed.on .container .content .anchor_fixed_ul {
  pointer-events: auto;
}
.anchor_fixed.on .container .content .anchor_fixed_ul li {
  transition: translate 0.4s var(--easeInOutQuart);
  translate: 0 0;
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(1) {
  transition-delay: calc(var(--anchorDelay) * 1);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(2) {
  transition-delay: calc(var(--anchorDelay) * 2);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(3) {
  transition-delay: calc(var(--anchorDelay) * 3);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(4) {
  transition-delay: calc(var(--anchorDelay) * 4);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(5) {
  transition-delay: calc(var(--anchorDelay) * 5);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(6) {
  transition-delay: calc(var(--anchorDelay) * 6);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(7) {
  transition-delay: calc(var(--anchorDelay) * 7);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(8) {
  transition-delay: calc(var(--anchorDelay) * 8);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(9) {
  transition-delay: calc(var(--anchorDelay) * 9);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(10) {
  transition-delay: calc(var(--anchorDelay) * 10);
}

.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  position: relative;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li {
  padding-bottom: 20px;
  position: relative;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a {
  transition: opacity 0.5s, translate 0s var(--easeOutQuart) 0.5s;
  opacity: 0;
  translate: 20px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  position: relative;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .arrow {
  font-size: 15px;
  line-height: 1.55em;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .arrow svg {
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1px;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text {
  font-size: 15px;
  line-height: 1.55em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text span {
  font-weight: 600;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text {
  color: var(--c-white);
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text span.en {
  font-weight: 500;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text span.en span {
  font-weight: 500;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li::after {
  transition: opacity 0.5s, clip-path 0s 0.5s;
  opacity: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--c-white), var(--c-white) 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li:nth-last-of-type(1)::after {
  display: none;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li a {
  transition: opacity 0.6s 0.2s, translate 0.8s var(--easeOutQuart) 0.2s;
  opacity: 1;
  translate: 0 0;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li::after {
  transition: opacity 0s, clip-path 0.6s var(--easeOutQuart) 0.2s;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(1)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(1) a {
  transition-delay: 0.2s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(2)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(2) a {
  transition-delay: 0.3s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(3)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(3) a {
  transition-delay: 0.4s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(4)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(4) a {
  transition-delay: 0.5s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(5)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(5) a {
  transition-delay: 0.6s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(6)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(6) a {
  transition-delay: 0.7s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(7)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(7) a {
  transition-delay: 0.8s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(8)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(8) a {
  transition-delay: 0.9s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(9)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(9) a {
  transition-delay: 1s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(10)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(10) a {
  transition-delay: 1.1s;
}