@charset "UTF-8";
/* ---------------------------------------
RECRUIT
-----------------------------------------*/
#header {
  position: absolute;
}
#header .header_wrap {
  background-color: transparent;
  transition: top 0.5s ease;
}
#header.is-scrolled .header_wrap {
  position: fixed;
  background-color: #ffffff;
  top: -10rem;
}
#header.is-scrolled .logo_w,
#header.is-scrolled .ico_w {
  display: none;
}
#header.is-fixed .header_wrap {
  top: 0;
}
#header:not(.is-scrolled)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(108, 109, 109) 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}
#header:not(.is-scrolled) .logo_b,
#header:not(.is-scrolled) .ico_b {
  display: none;
}
@media screen and (min-width: 768px) {
  #header:not(.is-scrolled) .header_menu .gnavi > li {
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  #header.navOpen .header_wrap {
    position: fixed;
    top: 0;
  }
  #header:not(.is-scrolled):not(.navOpen) .menu_trigger .txt {
    color: #ffffff;
  }
  #header:not(.is-scrolled):not(.navOpen) .menu_trigger span {
    background-color: #ffffff;
  }
  #header:not(.is-scrolled) .logo img {
    display: block;
    transition: 0.5s ease;
  }
  #header:not(.is-scrolled) .logo .logo_w {
    opacity: 1;
  }
  #header:not(.is-scrolled) .logo .logo_b {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  #header:not(.is-scrolled).navOpen .logo_w {
    opacity: 0;
  }
  #header:not(.is-scrolled).navOpen .logo_b {
    opacity: 1;
  }
  #header .ico_w {
    display: none !important;
  }
  #header .ico_b {
    display: block !important;
  }
}

main {
  padding-top: 0;
}

/* 共通
--------------------------------*/
main section {
  padding: 9rem 0 15rem;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 12rem 0 15rem;
  }
}

.sec_head .txt_wrap {
  width: 60rem;
}

/* page_ttl
--------------------------------*/
#page_ttl .wrap {
  height: 47.9rem;
}
@media screen and (max-width: 767px) {
  #page_ttl .wrap {
    height: 65rem;
  }
}
#page_ttl .ttl .min {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page_ttl .ttl .min {
    font-size: 3rem;
  }
}

/* ---------------------------------------
 RECRUIT 会社案内
-----------------------------------------*/
/* page_ttl
--------------------------------*/
#page_ttl {
  background: url(../img/recruit/pagettl_bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #page_ttl {
    background: url(../img/recruit/pagettl_bg_sp.jpg) no-repeat center/cover;
  }
}

/* sec_movie
--------------------------------*/
#sec_movie .movie {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_movie .movie {
    width: 78rem;
    margin-left: -10rem;
    margin-top: 6.5rem;
  }
}
#sec_movie .movie video {
  display: block;
  width: 100%;
}
#sec_movie .movie #ico_speaker {
  display: block;
  width: 6rem;
  height: 2.1rem;
  position: absolute;
  top: 5rem;
  right: 5rem;
  background: url(../img/index/ico_sound_off.svg) no-repeat center center/100% auto;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sec_movie .movie #ico_speaker {
    width: 9rem;
    height: 3.15rem;
    top: 2.2rem;
    right: 2rem;
  }
}
#sec_movie .movie #ico_speaker.sound_on {
  background: url(../img/recruit/ico_sound_on.svg) no-repeat center center/4.9rem auto;
}
@media screen and (max-width: 767px) {
  #sec_movie .movie #ico_speaker.sound_on {
    background: url(../img/recruit/ico_sound_on.svg) no-repeat center center/7.35rem auto;
  }
}
#sec_movie .movie .video_controls {
  display: flex;
  gap: 0 1.6rem;
  position: absolute;
  right: 3.4rem;
  bottom: 3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_movie .movie .video_controls {
    right: 1.8rem;
    bottom: 1.8rem;
    gap: 0 2.3rem;
  }
}
#sec_movie .movie .video_controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 5rem;
  height: 5rem;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_movie .movie .video_controls button:hover {
    background-color: rgba(137, 137, 137, 0.8);
  }
}
@media screen and (max-width: 767px) {
  #sec_movie .movie .video_controls button {
    width: 7rem;
    height: 7rem;
  }
}
#sec_movie .movie .video_controls #playBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.5rem;
  border-color: transparent transparent transparent #898989;
  position: absolute;
  margin-left: 0.5rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_movie .movie .video_controls #playBtn::before {
    border-width: 1.2rem 0 1.2rem 2.1rem;
    margin-left: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_movie .movie .video_controls #playBtn:hover::before {
    border-color: transparent transparent transparent #ffffff;
  }
}
#sec_movie .movie .video_controls #pauseBtn::before {
  content: "";
  width: 1.4rem;
  height: 1.3rem;
  border-left: 0.5rem solid #898989;
  border-right: 0.5rem solid #898989;
  position: absolute;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_movie .movie .video_controls #pauseBtn::before {
    width: 1.9rem;
    height: 1.8rem;
    border-left: 0.7rem solid #898989;
    border-right: 0.7rem solid #898989;
  }
}
@media screen and (min-width: 768px) {
  #sec_movie .movie .video_controls #pauseBtn:hover::before {
    border-color: #ffffff;
  }
}

/* sec_news
--------------------------------*/
#sec_news {
  padding-bottom: 12rem;
  background-color: #333333;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #sec_news {
    padding-bottom: 15rem;
  }
}
#sec_news::before, #sec_news::after {
  background-color: rgba(156, 157, 157, 0.8);
}
#sec_news .ttl_wrap {
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec_news .ttl_wrap {
    display: contents;
    min-height: inherit;
  }
}
#sec_news .ttl_wrap .btn {
  text-align: right;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_news .ttl_wrap .btn {
    order: 3;
    text-align: center;
    margin-right: 0;
    margin-top: 5rem;
  }
}
#sec_news .sec_ttl_en {
  flex-direction: column;
  align-items: flex-end;
  color: #9C9D9D;
}
@media screen and (max-width: 767px) {
  #sec_news .sec_ttl_en {
    order: 1;
    flex-direction: row;
    align-items: center;
  }
}
#sec_news .sec_ttl_en svg text:nth-child(2) {
  transform: translateY(9rem);
}
@media screen and (max-width: 767px) {
  #sec_news .sec_ttl_en svg text:nth-child(2) {
    transform: translateY(0);
  }
}
#sec_news .sec_ttl_en.is-show text {
  stroke: #9C9D9D;
  animation-name: ttl_anime_gray2;
}
#sec_news .sec_ttl_en .ttl_ja {
  color: #ffffff;
  padding-right: 3rem;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  #sec_news .sec_ttl_en .ttl_ja {
    width: 100%;
    text-align: right;
    padding-right: 14rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec_news::after {
    height: calc(100% - 30rem);
  }
}
#sec_news .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec_news .wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#sec_news .news_list {
  width: 87.2rem;
}
@media screen and (max-width: 767px) {
  #sec_news .news_list {
    order: 2;
    width: 100%;
    margin-top: 5rem;
  }
}
#sec_news .news_list .item {
  border-bottom: 1px solid #414141;
}
#sec_news .news_list .item a {
  display: flex;
  padding: 2.8rem 0;
}
@media screen and (min-width: 768px) {
  #sec_news .news_list .item a {
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  #sec_news .news_list .item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #sec_news .news_list .item a {
    flex-direction: column;
    padding: 3.6rem 0;
  }
}
#sec_news .news_list .item .date {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.1428571429;
}
@media screen and (max-width: 767px) {
  #sec_news .news_list .item .date {
    font-size: 2.6rem;
    position: relative;
    top: 0.4rem;
  }
}
#sec_news .news_list .item .ttl {
  flex: 1;
  color: #ffffff;
  margin-left: 4.7rem;
}
@media screen and (max-width: 767px) {
  #sec_news .news_list .item .ttl {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

/* sec_infographic
--------------------------------*/
#sec_infographic {
  color: #ffffff;
}
#sec_infographic .sec_head .txt_wrap {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .sec_head .txt_wrap {
    margin-top: 3rem;
  }
}
#sec_infographic .sec_head .ttl01 {
  letter-spacing: -0.08em;
}
#sec_infographic .infographic_list > .item,
#sec_infographic .infographic_list .item_wrap {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list > .item,
  #sec_infographic .infographic_list .item_wrap {
    border: none;
  }
}
#sec_infographic .infographic_list > *:last-of-type {
  border-bottom: none;
}
#sec_infographic .infographic_list .item_wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 15rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item_wrap {
    display: block;
  }
}
#sec_infographic .infographic_list .item_wrap > * + * {
  position: relative;
}
#sec_infographic .infographic_list .item_wrap > * + *::before {
  content: "";
  width: 1px;
  height: calc(100% - 15rem);
  background-color: #ffffff;
  position: absolute;
  left: -7.5rem;
  top: 7.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item_wrap > * + *::before {
    content: none;
  }
}
#sec_infographic .infographic_list .item {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item {
    padding: 9rem 0;
  }
  #sec_infographic .infographic_list .item:not(._01) {
    border-top: 1px solid #ffffff;
  }
}
#sec_infographic .infographic_list .item .ttl {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.40625;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item .ttl {
    font-size: 4.8rem;
  }
}
#sec_infographic .infographic_list .item .ttl .num {
  display: inline-block;
  font-weight: 400;
  font-size: 10rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item .ttl .num {
    font-size: 15rem;
  }
}
#sec_infographic .infographic_list .item .ttl .small {
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item .ttl .small {
    font-size: 3.6rem;
  }
}
#sec_infographic .infographic_list .item .txt {
  text-align: justify;
  letter-spacing: 0.025em;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item .txt {
    margin-top: 4rem;
  }
}
#sec_infographic .infographic_list .item .txt .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item .txt .small {
    font-size: 2.4rem;
  }
}
#sec_infographic .infographic_list .item .txt_wrap.flex {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item .txt_wrap.flex {
    display: block;
  }
}
#sec_infographic .infographic_list .item .txt_wrap.flex .txt {
  max-width: 43rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item .txt_wrap.flex .txt {
    max-width: inherit;
    margin-top: 4rem;
  }
}
#sec_infographic .infographic_list .item._01 {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._01 {
    width: 100%;
  }
}
#sec_infographic .infographic_list .item._01 .img_wrap {
  position: relative;
  padding-top: 10.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._01 .img_wrap {
    width: calc(100% - 5rem);
    padding-top: 17rem;
    margin-top: 10rem;
  }
}
#sec_infographic .infographic_list .item._01 .img_wrap .confetti {
  position: absolute;
  width: 100%;
  height: 13.6rem;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._01 .img_wrap .confetti {
    height: 19rem;
  }
}
#sec_infographic .infographic_list .item._01 .img_wrap .confetti img {
  position: absolute;
  opacity: 0;
}
#sec_infographic .infographic_list .item._01 .img_wrap .confetti img:nth-child(1) {
  width: 25.9rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._01 .img_wrap .confetti img:nth-child(1) {
    width: 39rem;
  }
}
#sec_infographic .infographic_list .item._01 .img_wrap .confetti img:nth-child(2) {
  width: 25.5rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._01 .img_wrap .confetti img:nth-child(2) {
    width: 38.6rem;
  }
}
#sec_infographic .infographic_list .item._01 .img_wrap .img {
  width: 19.9rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._01 .img_wrap .img {
    width: 29.9rem;
  }
}
#sec_infographic .infographic_list .item._01.is-show .img_wrap .confetti img {
  animation: fadeInOut 1.2s infinite;
}
#sec_infographic .infographic_list .item._01.is-show .img_wrap .confetti img:nth-child(1) {
  animation-delay: 1s;
}
#sec_infographic .infographic_list .item._01.is-show .img_wrap .confetti img:nth-child(2) {
  animation-delay: 1.6s;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#sec_infographic .infographic_list .item._02 {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .scroll_wrap {
    width: calc(100% + 5rem);
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }
  #sec_infographic .infographic_list .item._02 .scroll_wrap::-webkit-scrollbar {
    display: none;
  }
  #sec_infographic .infographic_list .item._02 .scroll_wrap.scrolled .img_wrap::before {
    opacity: 0;
  }
  #sec_infographic .infographic_list .item._02 .img_wrap {
    width: 116rem;
  }
  #sec_infographic .infographic_list .item._02 .img_wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/common/ico_scrollimg.png) no-repeat center center/25rem auto;
    transition: all 0.2s ease-out 0.2s;
    animation: scrollimg_anime 1.5s linear infinite;
    z-index: 10;
    pointer-events: none;
  }
  @keyframes scrollimg_anime {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(2.8rem);
    }
    50% {
      transform: translateX(0);
    }
    75% {
      transform: translateX(-2.8rem);
    }
    100% {
      transform: translateX(0);
    }
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap {
  position: relative;
  padding-left: 3.5rem;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap {
    padding-left: 5rem;
    margin-top: 15rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph {
  width: 65.6rem;
  height: 41.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph {
    width: 98.4rem;
    height: 62.3rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 .axis_label {
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  transform: translateX(-2.5rem);
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 .axis_label {
    font-size: 2.7rem;
    margin-bottom: 4.2rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul {
  height: 41.6rem;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul {
    height: 62.3rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul li {
  border-bottom: 1px solid #727171;
  display: block;
  height: 5%;
  width: 100%;
  position: relative;
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul li::before {
  content: "";
  width: 0.4rem;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: -0.2rem;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul li::before {
    width: 0.6rem;
    left: -0.3rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul li:first-child {
  height: 0;
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul li:first-child span {
  transform: translate(-100%, -1.6rem);
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul li:first-child span {
    transform: translate(-100%, -3rem);
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul li:last-child {
  border-bottom: 1px solid #ffffff;
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul li span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  transform: translate(-100%, 0.4rem);
  text-align: right;
  letter-spacing: 0;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis1 ul li span {
    font-size: 1.95rem;
    transform: translate(-100%, 0.1rem);
    padding-right: 1.5rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 {
  position: absolute;
  width: 8.5rem;
  right: -8.5rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 {
    width: 13rem;
    right: -13rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 .axis_label {
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 2.6rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 .axis_label {
    font-size: 2.7rem;
    margin-bottom: 4.2rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 ul {
  height: 41.6rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 ul {
    height: 62.3rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 ul li {
  display: block;
  height: 10%;
  position: relative;
  text-align: right;
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 ul li:first-child {
  height: 0;
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 ul li:first-child span {
  transform: translate(0, -1.6rem);
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 ul li:first-child span {
    transform: translate(0, -2.9rem);
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 ul li span {
  display: inline-block;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  transform: translate(0, 2.4rem);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .y_axis2 ul li span {
    font-size: 1.95rem;
    transform: translate(0, 3rem);
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .bars {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .bars .bar {
  position: relative;
  width: 4.1666666667%;
  height: 100%;
  padding: 0 0.4rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .bars .bar {
    padding: 0 0.6rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .bars .bar::after {
  content: "";
  width: 1px;
  height: 0.2rem;
  background-color: #ffffff;
  position: absolute;
  right: -1px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .bars .bar::after {
    height: 0.3rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .bars .bar span {
  display: inline-block;
  width: 100%;
  background-color: #545251;
  transform: scale(1, 0);
  transition: 0.8s ease;
  transform-origin: center bottom;
  transition-delay: 1s;
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .bars .bar p {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .bars .bar p {
    font-size: 1.95rem;
    bottom: -2.6rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph .lines {
  width: 63.9rem;
  position: absolute;
  left: 0.8rem;
  bottom: 0.6rem;
  z-index: 1;
  opacity: 0;
  transition: 1s ease;
  transition-delay: 1.8s;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph .lines {
    width: 95.9rem;
    left: 1.2rem;
    bottom: 0.9rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph_label {
  width: 65.6rem;
  display: flex;
  justify-content: center;
  gap: 0 15rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph_label {
    width: 98.4rem;
    gap: 0 23rem;
    margin-top: 5rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph_label li {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 3.2rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph_label li {
    font-size: 2.7rem;
    padding-left: 5rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph_label li::before, #sec_infographic .infographic_list .item._02 .graph_wrap .graph_label li::after {
  content: "";
  position: absolute;
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph_label li:nth-child(1)::before {
  width: 1.3rem;
  height: 1.3rem;
  background-color: #ffffff;
  border-radius: 50%;
  left: 0.4rem;
  top: 0.7rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph_label li:nth-child(1)::before {
    width: 1.9rem;
    height: 1.9rem;
    left: 0.65rem;
    top: 1.3rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph_label li:nth-child(1)::after {
  width: 2.1rem;
  height: 0.3rem;
  background-color: #ffffff;
  left: 0;
  top: 1.2rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph_label li:nth-child(1)::after {
    width: 3.2rem;
    height: 0.4rem;
    top: 2rem;
  }
}
#sec_infographic .infographic_list .item._02 .graph_wrap .graph_label li:nth-child(2)::before {
  width: 1.8rem;
  height: 1.8rem;
  background-color: #545251;
  left: 0;
  top: 0.6rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02 .graph_wrap .graph_label li:nth-child(2)::before {
    width: 2.7rem;
    height: 2.7rem;
    top: 1rem;
  }
}
#sec_infographic .infographic_list .item._02.is-show .graph_wrap .graph .bars .bar span {
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._02.is-show .graph_wrap .graph .bars .bar span {
    transform: scale(1, 1.5);
  }
}
#sec_infographic .infographic_list .item._02.is-show .graph_wrap .graph .lines {
  opacity: 1;
}
#sec_infographic .infographic_list .item._03, #sec_infographic .infographic_list .item._04 {
  width: 65.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._03, #sec_infographic .infographic_list .item._04 {
    display: block;
    width: 100%;
  }
}
#sec_infographic .infographic_list .item._03 .txt_wrap, #sec_infographic .infographic_list .item._04 .txt_wrap {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._03 .txt_wrap, #sec_infographic .infographic_list .item._04 .txt_wrap {
    width: 100%;
  }
}
#sec_infographic .infographic_list .item._03 {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._03 {
    border-bottom: none;
  }
}
#sec_infographic .infographic_list .item._03 .img_wrap {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._03 .img_wrap {
    width: 100%;
    margin-top: 8rem;
  }
}
#sec_infographic .infographic_list .item._03 .img_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._03 .img_wrap ul {
    gap: 0 6rem;
  }
}
#sec_infographic .infographic_list .item._03 .img_wrap ul li {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._03 .img_wrap ul li {
    width: 21rem;
  }
}
#sec_infographic .infographic_list .item._03 .img_wrap ul li:nth-child(1) {
  margin: 0 6rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._03 .img_wrap ul li:nth-child(1) {
    margin: 0 9rem;
  }
}
#sec_infographic .infographic_list .item._03 .img_wrap ul li img {
  transform: scale(0);
  transition: 0.4s ease;
  transition-delay: 1s;
}
#sec_infographic .infographic_list .item._03.is-show .img_wrap ul li img {
  transform: scale(1);
}
#sec_infographic .infographic_list .item._04 .img_wrap {
  width: 31.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._04 .img_wrap {
    width: 100%;
    margin-top: 8rem;
  }
}
#sec_infographic .infographic_list .item._04 .img_wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._04 .img_wrap .list {
    gap: 3rem;
  }
}
#sec_infographic .infographic_list .item._04 .img_wrap .list li {
  width: 9.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._04 .img_wrap .list li {
    width: 17rem;
  }
}
#sec_infographic .infographic_list .item._04 .img_wrap .list li img {
  transform: scale(0);
  transition: 0.4s ease;
  transition-delay: 1s;
}
#sec_infographic .infographic_list .item._04 .img_wrap .list._s {
  gap: 3.7rem 1.1rem;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._04 .img_wrap .list._s {
    max-width: 50rem;
    gap: 5rem 2.2rem;
    margin: 6.8rem auto 0;
  }
}
#sec_infographic .infographic_list .item._04 .img_wrap .list._s li {
  width: 7.2rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._04 .img_wrap .list._s li {
    width: 12.9rem;
  }
}
#sec_infographic .infographic_list .item._04.is-show .img_wrap .list li img {
  transform: scale(1);
}
#sec_infographic .infographic_list .item._05 {
  flex: 1;
}
#sec_infographic .infographic_list .item._05 .img_wrap {
  position: relative;
  width: 44.3rem;
  margin-left: -4.9rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._05 .img_wrap {
    width: 68rem;
    margin-left: 0;
    margin-right: -5rem;
  }
}
#sec_infographic .infographic_list .item._05 .img_wrap .pin {
  position: absolute;
  width: 24.6rem;
  right: 0.8rem;
  top: 1.4rem;
  transform: translateY(-5%);
  opacity: 0;
  transition: 1s ease;
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._05 .img_wrap .pin {
    width: 38rem;
    right: 1rem;
    top: 1.9rem;
  }
}
#sec_infographic .infographic_list .item._05 .img_wrap .img {
  width: 100%;
}
#sec_infographic .infographic_list .item._05.is-show .img_wrap .pin {
  transform: translateY(0);
  opacity: 1;
}
#sec_infographic .infographic_list .item._05 .txt_wrap {
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._05 .txt_wrap {
    margin-top: -9rem;
  }
}
#sec_infographic .infographic_list .item._05 .txt_wrap .txt {
  margin-top: 0;
}
#sec_infographic .infographic_list .item._06 {
  width: 51rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._06 {
    width: 100%;
  }
}
#sec_infographic .infographic_list .item._06 .img_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._06 .img_wrap {
    padding: 0;
  }
}
#sec_infographic .infographic_list .item._06 .img_wrap > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
}
#sec_infographic .infographic_list .item._06 .img_wrap .img {
  margin-top: 2rem;
}
#sec_infographic .infographic_list .item._06 .img_wrap .img01 {
  width: 12.75rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._06 .img_wrap .img01 {
    width: 19rem;
  }
}
#sec_infographic .infographic_list .item._06 .img_wrap .img02 {
  width: 19rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._06 .img_wrap .img02 {
    width: 29rem;
  }
}
#sec_infographic .infographic_list .item._06 .img_wrap .img img {
  transform: scale(0);
  transition: 0.4s ease;
  transition-delay: 1s;
}
#sec_infographic .infographic_list .item._06.is-show .img_wrap .img img {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._06 .txt {
    margin-top: 7.5rem;
  }
}
#sec_infographic .infographic_list .item._07 {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._07 .ttl {
    font-size: 3.8rem;
  }
  #sec_infographic .infographic_list .item._07 .ttl .en {
    font-size: 12rem;
  }
}
#sec_infographic .infographic_list .item._07 .img_wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._07 .img_wrap {
    margin-top: 6rem;
  }
}
#sec_infographic .infographic_list .item._07 .img_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._07 .img_wrap ul {
    gap: 3rem 9rem;
  }
}
#sec_infographic .infographic_list .item._07 .img_wrap ul li {
  width: 6.05rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._07 .img_wrap ul li {
    width: 10.1rem;
  }
}
#sec_infographic .infographic_list .item._07 .img_wrap ul li img {
  transform: scale(0);
  transition: 0.4s ease;
  transition-delay: 1s;
}
#sec_infographic .infographic_list .item._07 .img_wrap ul._s {
  gap: 1.1rem;
  margin-top: 3.6rem;
}
#sec_infographic .infographic_list .item._07 .img_wrap ul._s li {
  width: 7.2rem;
}
#sec_infographic .infographic_list .item._07.is-show .img_wrap ul li img {
  transform: scale(1);
}
#sec_infographic .infographic_list .item._07 .txt {
  margin-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._07 .txt {
    margin-top: 5rem;
  }
}
#sec_infographic .infographic_list .item._08 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 {
    display: block;
  }
}
#sec_infographic .infographic_list .item._08 .txt_wrap {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .txt_wrap {
    width: 100%;
  }
}
#sec_infographic .infographic_list .item._08 .txt_wrap .txt {
  letter-spacing: 0;
}
#sec_infographic .infographic_list .item._08 .img_wrap {
  width: 67.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap {
    width: 100%;
    flex-direction: column;
    gap: 7rem 0;
    margin-top: 7rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap {
  position: relative;
  width: 30.7rem;
  height: 30.7rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap {
    width: 46rem;
    height: 46rem;
    margin: 0 auto;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap .circle_graph {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  inset: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap .circle_graph circle {
  position: relative;
  fill: none;
  stroke-width: 32;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap dl {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap dl dt {
  width: 11.9rem;
  height: 11.9rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap dl dt {
    width: 17.8rem;
    height: 17.8rem;
    font-size: 2.55rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap dl dd {
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2352941176;
  letter-spacing: 0.1em;
  position: absolute;
  opacity: 0;
  transition: 0.3s ease;
  transition-delay: 4s;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap dl dd {
    font-size: 2.55rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 circle {
  opacity: 0;
  transition: opacity 0s;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 circle:nth-child(1) {
  stroke-dashoffset: 0;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 circle:nth-child(2) {
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 90.7;
  transition-delay: 1.5s;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 circle:nth-child(3) {
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 37.7;
  transition-delay: 2s;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 circle:nth-child(4) {
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 16.4;
  transition-delay: 2.5s;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 circle:nth-child(5) {
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 1.6;
  transition-delay: 3s;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(1) {
  left: 16.6rem;
  top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(1) {
    left: 25rem;
    top: 2.2rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(2) {
  left: 22.5rem;
  top: 18rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(2) {
    left: 34rem;
    top: 27rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(3) {
  left: 2.6rem;
  top: 14.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(3) {
    left: 3.6rem;
    top: 22rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(4) {
  left: 7rem;
  top: 4.2rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(4) {
    left: 10rem;
    top: 6.5rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(5) {
  padding-right: 3rem;
  left: -0.3rem;
  top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(5) {
    padding-right: 4.5rem;
    left: -0.5rem;
    top: 1.4rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(5)::before, #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(5)::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  right: 0;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(5)::before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(5)::before {
    width: 0.6rem;
    height: 0.6rem;
    top: 1.2rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(5)::after {
  width: 2.1rem;
  height: 1px;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle01 dl dd:nth-of-type(5)::after {
    width: 3.2rem;
    top: 1.4rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 circle {
  opacity: 0;
  transition: opacity 0s;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 circle:nth-child(1) {
  stroke-dashoffset: 0;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 circle:nth-child(2) {
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 77.1;
  transition-delay: 1.5s;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 circle:nth-child(3) {
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 65.1;
  transition-delay: 2s;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 circle:nth-child(4) {
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 46.2;
  transition-delay: 2.5s;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 dl dd:nth-of-type(1) {
  left: 19.4rem;
  top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 dl dd:nth-of-type(1) {
    left: 28.7rem;
    top: 7.2rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 dl dd:nth-of-type(2) {
  left: 23rem;
  top: 15.3rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 dl dd:nth-of-type(2) {
    left: 34rem;
    top: 23rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 dl dd:nth-of-type(3) {
  left: 15.8rem;
  top: 22.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 dl dd:nth-of-type(3) {
    left: 23rem;
    top: 34.4rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 dl dd:nth-of-type(4) {
  left: -0.5rem;
  top: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 dl dd:nth-of-type(4) {
    top: 15.6rem;
  }
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 dl dd:nth-of-type(4) span {
  letter-spacing: 0;
}
#sec_infographic .infographic_list .item._08 .img_wrap .graph_wrap.circle02 dl dd:nth-of-type(4) small {
  display: block;
  line-height: 0.5;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap dl dd {
  opacity: 1;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle01 circle {
  opacity: 1;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle01 circle:nth-child(1) {
  stroke: none;
  animation: circleAnime1 1s 1s forwards ease-in-out;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle01 circle:nth-child(2) {
  stroke: #4D4D4D;
  animation: circleAnime2 1s 1.5s forwards ease-in-out;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle01 circle:nth-child(3) {
  stroke: #666666;
  animation: circleAnime3 1s 2s forwards ease-in-out;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle01 circle:nth-child(4) {
  stroke: #808080;
  animation: circleAnime4 1s 2.5s forwards ease-in-out;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle01 circle:nth-child(5) {
  stroke: #9F9F9F;
  animation: circleAnime5 1s 3s forwards ease-in-out;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle02 circle {
  opacity: 1;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle02 circle:nth-child(1) {
  stroke: none;
  animation: circleAnime6 1s 1s forwards ease-in-out;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle02 circle:nth-child(2) {
  stroke: #4D4D4D;
  animation: circleAnime7 1s 1.5s forwards ease-in-out;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle02 circle:nth-child(3) {
  stroke: #666666;
  animation: circleAnime8 1s 2s forwards ease-in-out;
}
#sec_infographic .infographic_list .item._08.is-show .img_wrap .graph_wrap.circle02 circle:nth-child(4) {
  stroke: #4D4D4D;
  animation: circleAnime9 1s 2.5s forwards ease-in-out;
}
@keyframes circleAnime1 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #333333;
    stroke-dasharray: 9.3, 100;
  }
}
@keyframes circleAnime2 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke-dasharray: 53, 47;
  }
}
@keyframes circleAnime3 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke-dasharray: 21.3, 78.7;
  }
}
@keyframes circleAnime4 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke-dasharray: 14.8, 85.2;
  }
}
@keyframes circleAnime5 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke-dasharray: 1.6, 98.4;
  }
}
@keyframes circleAnime6 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #333333;
    stroke-dasharray: 22.9, 100;
  }
}
@keyframes circleAnime7 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke-dasharray: 12, 88;
  }
}
@keyframes circleAnime8 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke-dasharray: 18.9, 81.1;
  }
}
@keyframes circleAnime9 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke-dasharray: 46.2, 53.8;
  }
}
#sec_infographic .infographic_list .item._09 {
  width: 24.5rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._09 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._09 .ttl {
    width: 50%;
  }
}
#sec_infographic .infographic_list .item._09 .ttl .small {
  display: block;
}
#sec_infographic .infographic_list .item._09 .img_wrap {
  overflow: hidden;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._09 .img_wrap {
    width: 50%;
  }
}
#sec_infographic .infographic_list .item._09 .img_wrap .img {
  width: 13rem;
  transform: translateX(-100%);
  transition: 1.5s ease;
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._09 .img_wrap .img {
    width: 23.5rem;
  }
}
#sec_infographic .infographic_list .item._09.is-show .img_wrap .img {
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._09.is-show .img_wrap .img {
    transform: translateX(20%);
  }
}
#sec_infographic .infographic_list .item._09 .txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._09 .txt {
    margin-top: 7rem;
  }
}
#sec_infographic .infographic_list .item._10 {
  flex: 1;
  padding-bottom: 0;
}
#sec_infographic .infographic_list .item._10::before {
  height: calc(100% - 7.5rem);
}
#sec_infographic .infographic_list .item._10 .ttl_wrap {
  width: 36rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._10 .ttl_wrap {
    width: 100%;
  }
}
#sec_infographic .infographic_list .item._10 .ttl_wrap .ttl + .ttl {
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._10 .ttl_wrap .ttl + .ttl {
    margin-top: 15rem;
  }
}
#sec_infographic .infographic_list .item._10 .ttl_wrap .ttl + .ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #ffffff;
  position: absolute;
  left: 0;
  top: -5.3rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._10 .ttl_wrap .ttl + .ttl::before {
    top: -8rem;
  }
}
#sec_infographic .infographic_list .item._10 .img_wrap {
  width: 35rem;
  overflow: hidden;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._10 .img_wrap {
    width: 100%;
    margin-top: 8rem;
  }
}
#sec_infographic .infographic_list .item._10 .img_wrap .img {
  width: 33.65rem;
  transform: translateX(-100%);
  transition: 1.5s ease;
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._10 .img_wrap .img {
    width: 51rem;
  }
}
#sec_infographic .infographic_list .item._10.is-show .img_wrap .img {
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._10.is-show .img_wrap .img {
    transform: translateX(10%);
  }
}
#sec_infographic .infographic_list .item._10 .txt_wrap {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_infographic .infographic_list .item._10 .txt_wrap {
    margin-top: 7rem;
  }
}
#sec_infographic .infographic_list .item._10 .txt_wrap .txt + .txt {
  margin-top: 4rem;
}

/* sec_benefits
--------------------------------*/
#sec_benefits {
  background-color: #333333;
  color: #ffffff;
}
#sec_benefits::before, #sec_benefits::after {
  background-color: rgba(156, 157, 157, 0.8);
}
#sec_benefits .txt_wrap {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  #sec_benefits .txt_wrap {
    margin-top: 3rem;
  }
}
#sec_benefits .sec_ttl_en {
  color: #9C9D9D;
}
#sec_benefits .sec_ttl_en.is-show text {
  stroke: #9C9D9D;
  animation-name: ttl_anime_gray2;
}
#sec_benefits .benefits_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 2.4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_benefits .benefits_list {
    grid-template-columns: 1fr;
    gap: 10rem;
  }
}
#sec_benefits .benefits_list .item .img {
  width: 100%;
  height: 25.6rem;
}
@media screen and (max-width: 767px) {
  #sec_benefits .benefits_list .item .img {
    height: 42rem;
  }
}
#sec_benefits .benefits_list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec_benefits .benefits_list .item .ttl {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_benefits .benefits_list .item .ttl {
    font-size: 3.6rem;
  }
}
#sec_benefits .benefits_list .item .txt {
  text-align: justify;
  padding-right: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_benefits .benefits_list .item .txt {
    letter-spacing: 0;
    padding-right: 0;
  }
}

/* sec_message
--------------------------------*/
#sec_message {
  color: #ffffff;
  justify-content: flex-start;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #sec_message .sec_ttl_en {
    display: block;
  }
}
#sec_message .sec_ttl_en .ttl_ja {
  color: #ffffff;
  font-size: 3.2rem;
  margin-left: 2.2em;
}
@media screen and (max-width: 767px) {
  #sec_message .sec_ttl_en .ttl_ja {
    display: block;
    font-size: 5rem;
    margin-left: 7rem;
    margin-top: 6rem;
  }
}
#sec_message .inner {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_message .inner {
    flex-direction: column;
    margin-top: 9rem;
  }
}
#sec_message .inner .txt_wrap {
  width: 54rem;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .txt_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sec_message .inner .txt_wrap {
    order: 2;
  }
}
#sec_message .inner .txt_wrap .txt {
  text-align: justify;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .txt_wrap .txt {
    margin-top: 6rem;
  }
}
#sec_message .inner .txt_wrap .name {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 5rem;
}
#sec_message .inner .txt_wrap .name span {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .txt_wrap .name span {
    font-size: 3.8rem;
  }
}
#sec_message .inner .img_wrap {
  width: 59rem;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .img_wrap {
    width: 100%;
    display: contents;
    margin-top: 8rem;
  }
}
#sec_message .inner .img_wrap .ttl01 {
  margin-top: -0.375em;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .img_wrap .ttl01 {
    order: 1;
    font-size: 4.8rem;
    margin-top: 0;
  }
}
#sec_message .inner .img_wrap .img {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .img_wrap .img {
    order: 3;
    margin-top: 9rem;
  }
}

/* ---------------------------------------
 RECRUIT 職種紹介・よくある質問
-----------------------------------------*/
/* page_ttl
--------------------------------*/
#page_ttl.recruit_job {
  background: url(../img/recruit/job/pagettl_bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #page_ttl.recruit_job {
    background: url(../img/recruit/job/pagettl_bg_sp.jpg) no-repeat center/cover;
  }
}

/* sec_job
--------------------------------*/
#sec_job::before, #sec_job::after {
  background-color: rgba(156, 157, 157, 0.8);
}
#sec_job::after {
  height: calc(100% - 22rem);
}
@media screen and (max-width: 767px) {
  #sec_job::after {
    height: calc(100% - 25rem);
  }
}
#sec_job .sec_head .txt_wrap {
  margin-top: 3.5rem;
}
#sec_job .sec_ttl_en svg {
  height: 8rem;
}
#sec_job .sec_ttl_en.is-show text {
  stroke: #9C9D9D;
  animation-name: ttl_anime_gray2;
}
#sec_job .job_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.5rem 5rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem 7rem;
    margin-top: 6.7rem;
  }
}
#sec_job .job_list .item .txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  #sec_job .job_list .item .txt {
    font-size: 2.5rem;
    letter-spacing: -0.05em;
  }
}
#sec_job .job_list .item .img {
  margin-top: 1.6rem;
}
#sec_job .job_list .item .type a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.025em;
  padding: 1.7rem 0.5rem;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_job .job_list .item .type a {
    font-size: 2.6rem;
    padding: 2.9rem 0;
  }
}
#sec_job .job_list .item .type a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #DADBDB;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease;
  z-index: -1;
}
#sec_job .job_list .item .type a::after {
  content: "";
  width: 0.5rem;
  height: 1.7rem;
  border-left: 1px solid #414141;
  border-bottom: 1px solid #414141;
  transform: skewY(-48deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_job .job_list .item .type a::after {
    width: 1rem;
    height: 3.4rem;
    bottom: -2rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_job .job_list .item .type a:hover::before {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  #sec_job .job_list .item .type a:hover::after {
    transform: skewY(-48deg) translateY(0.4rem);
  }
}
#sec_job .job_detail {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail {
    margin-top: 17rem;
  }
}
#sec_job .job_detail .item {
  position: relative;
  width: 53rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item {
    width: 100%;
  }
}
#sec_job .job_detail .item .inner {
  display: flex;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .inner {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
}
#sec_job .job_detail .item .txt_wrap {
  width: 35.5rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .txt_wrap {
    width: auto;
    display: contents;
  }
}
#sec_job .job_detail .item .txt_wrap .type_wrap {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .txt_wrap .type_wrap {
    order: 1;
    width: 100%;
    margin-bottom: 6rem;
  }
}
#sec_job .job_detail .item .txt_wrap .type {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  letter-spacing: 0.025em;
  padding: 1.3rem 1.4rem;
  z-index: 1;
  color: transparent;
  transition: color 0.5s ease;
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .txt_wrap .type {
    font-size: 4rem;
    padding: 2.2rem 2.8rem;
  }
}
#sec_job .job_detail .item .txt_wrap .type::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
  transition-delay: 0.5s;
  z-index: -1;
}
#sec_job .job_detail .item .txt_wrap .num {
  text-align: right;
  width: 6.8rem;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .txt_wrap .num {
    width: 12rem;
    font-size: 8.3rem;
  }
}
#sec_job .job_detail .item .txt_wrap .ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .txt_wrap .ttl {
    font-size: 3.4rem;
    line-height: 1.8823529412;
    margin-top: 0;
  }
}
#sec_job .job_detail .item .txt_wrap .txt {
  text-align: justify;
  letter-spacing: -0.025em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .txt_wrap .txt {
    margin-top: 4rem;
  }
}
#sec_job .job_detail .item .inner.is-show .txt_wrap .type {
  color: #414141;
}
#sec_job .job_detail .item .inner.is-show .txt_wrap .type::before {
  transform: scaleX(1);
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .txt_wrap_sp {
    order: 3;
    width: 37rem;
  }
}
#sec_job .job_detail .item .img {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .img {
    order: 2;
    width: calc(100% - 39rem);
    text-align: center;
  }
}
#sec_job .job_detail .item .inner.reverse {
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .inner.reverse {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .inner.reverse .txt_wrap_sp {
    align-items: flex-start;
  }
}
#sec_job .job_detail .item .inner.reverse .img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item .inner.reverse .img {
    text-align: center;
  }
}
#sec_job .job_detail .item:nth-child(odd) {
  float: left;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(odd) {
    float: none;
  }
}
#sec_job .job_detail .item:nth-child(even) {
  float: right;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(even) {
    float: none;
  }
}
#sec_job .job_detail .item:nth-child(1) {
  margin-top: 0;
}
#sec_job .job_detail .item:nth-child(1) .img img {
  width: 10.4rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(1) .img img {
    width: 18.7rem;
  }
}
#sec_job .job_detail .item:nth-child(2) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(2) {
    margin-top: 10rem;
  }
}
#sec_job .job_detail .item:nth-child(2) .txt_wrap {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(2) .txt_wrap {
    width: 37rem;
    letter-spacing: -0.05em;
  }
}
#sec_job .job_detail .item:nth-child(2) .img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sec_job .job_detail .item:nth-child(2) .img {
    margin-bottom: 2.5rem;
  }
}
#sec_job .job_detail .item:nth-child(2) .img img {
  width: 9.05rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(2) .img img {
    width: 16.3rem;
  }
}
#sec_job .job_detail .item:nth-child(3) {
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(3) {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_job .job_detail .item:nth-child(3) .img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(3) .img {
    text-align: right;
  }
}
#sec_job .job_detail .item:nth-child(3) .img img {
  width: 12.7rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(3) .img img {
    width: 22.9rem;
  }
}
#sec_job .job_detail .item:nth-child(4) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(4) {
    margin-top: 11rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_job .job_detail .item:nth-child(4) .img {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(4) .img {
    text-align: left;
  }
}
#sec_job .job_detail .item:nth-child(4) .img img {
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(4) .img img {
    width: 21.2rem;
  }
}
#sec_job .job_detail .item:nth-child(5) {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(5) {
    margin-top: 10rem;
  }
}
#sec_job .job_detail .item:nth-child(5) .txt_wrap .ttl {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  #sec_job .job_detail .item:nth-child(5) .img {
    margin-top: 1.5rem;
  }
}
#sec_job .job_detail .item:nth-child(5) .img img {
  width: 11.65rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(5) .img img {
    width: 21rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(6) {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(6) .txt_wrap .ttl {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(6) .img {
    text-align: right;
  }
}
#sec_job .job_detail .item:nth-child(6) .img img {
  width: 12.15rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(6) .img img {
    width: 21.9rem;
  }
}
#sec_job .job_detail .item:nth-child(7) {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(7) {
    margin-top: 18rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_job .job_detail .item:nth-child(7) .img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(7) .img {
    text-align: right;
  }
}
#sec_job .job_detail .item:nth-child(7) .img img {
  width: 11.3rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(7) .img img {
    width: 20.3rem;
  }
}
#sec_job .job_detail .item:nth-child(8) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(8) {
    margin-top: 10rem;
  }
}
#sec_job .job_detail .item:nth-child(8) .img img {
  width: 9.25rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(8) .img img {
    width: 16.7rem;
  }
}
#sec_job .job_detail .item:nth-child(9) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(9) {
    margin-top: 13rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_job .job_detail .item:nth-child(9) .img {
    margin-top: 1.8rem;
  }
}
#sec_job .job_detail .item:nth-child(9) .img img {
  width: 9.8rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(9) .img img {
    width: 17.7rem;
  }
}
#sec_job .job_detail .item:nth-child(10) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(10) {
    margin-top: 10rem;
  }
}
#sec_job .job_detail .item:nth-child(10) .img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sec_job .job_detail .item:nth-child(10) .img {
    margin-bottom: 4rem;
  }
}
#sec_job .job_detail .item:nth-child(10) .img img {
  width: 10.25rem;
}
@media screen and (max-width: 767px) {
  #sec_job .job_detail .item:nth-child(10) .img img {
    width: 18.5rem;
  }
}

/* sec_voice
--------------------------------*/
#sec_voice::before, #sec_voice::after {
  background-color: rgba(102, 102, 102, 0.8);
}
#sec_voice .voice_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.4rem;
  margin-top: 8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_voice .voice_list {
    grid-template-columns: 1fr;
    gap: 7rem 0;
    margin-top: 12rem;
  }
}
#sec_voice .voice_list .item a {
  display: block;
}
#sec_voice .voice_list .item .img {
  width: 100%;
  aspect-ratio: 282/188;
  overflow: hidden;
}
#sec_voice .voice_list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_voice .voice_list .item a:hover .img img {
    transform: scale(1.1);
  }
}
#sec_voice .voice_list .item .txt {
  color: #ffffff;
  font-size: 1.4rem;
  margin-top: 1rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_voice .voice_list .item .txt {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_voice .voice_list .item a:hover .txt {
    opacity: 0.6;
  }
}
#sec_voice .btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_voice .btn {
    margin-top: 6rem;
  }
}

/* sec_faq
--------------------------------*/
#sec_faq::before, #sec_faq::after {
  background-color: rgba(156, 157, 157, 0.8);
}
#sec_faq::after {
  height: calc(100% - 22rem);
}
#sec_faq .sec_ttl_en svg {
  height: 8rem;
}
#sec_faq .sec_ttl_en.is-show text {
  stroke: #9C9D9D;
  animation-name: ttl_anime_gray2;
}
#sec_faq .faq_list {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list {
    margin-top: 12rem;
  }
}
#sec_faq .faq_list .item + .item {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item + .item {
    margin-top: 8rem;
  }
}
#sec_faq .faq_list .item .q_txt {
  position: relative;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  padding: 1.9rem 5.8rem 1.9rem 8rem;
  background-color: #000000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .q_txt {
    font-size: 3rem;
    line-height: 1.6666666667;
    padding: 3rem 8rem 3rem 8.5rem;
  }
}
#sec_faq .faq_list .item .q_txt::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 6rem;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .q_txt::before {
    font-size: 4.2rem;
    top: 2.3rem;
  }
}
#sec_faq .faq_list .item .q_txt .ico {
  width: 1.9rem;
  height: 1.9rem;
  position: absolute;
  right: 2rem;
  top: 2.1rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .q_txt .ico {
    width: 3.2rem;
    height: 3.2rem;
    right: 2.4rem;
    top: calc(50% - 1.6rem);
  }
}
#sec_faq .faq_list .item .q_txt .ico::before, #sec_faq .faq_list .item .q_txt .ico::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transition: 0.3s ease;
}
#sec_faq .faq_list .item .q_txt .ico::before {
  transform: rotate(90deg);
}
#sec_faq .faq_list .item .q_txt.open .ico::before {
  transform: rotate(45deg);
}
#sec_faq .faq_list .item .q_txt.open .ico::after {
  transform: rotate(-45deg);
}
#sec_faq .faq_list .item .acdcnt {
  display: none;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .acdcnt {
    padding-top: 4.5rem;
  }
}
#sec_faq .faq_list .item .a_txt {
  position: relative;
  padding: 0 4rem 1.5rem 8rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt {
    padding: 0 0 1.5rem 8rem;
  }
}
#sec_faq .faq_list .item .a_txt::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  color: #414141;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt::before {
    font-size: 4.2rem;
    top: 1.2rem;
  }
}
#sec_faq .faq_list .item .a_txt * {
  letter-spacing: 0;
}
#sec_faq .faq_list .item .a_txt p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt p + p {
    margin-top: 1.5rem;
  }
}
#sec_faq .faq_list .item .a_txt a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sec_faq .faq_list .item .a_txt a:hover {
    text-decoration: none;
  }
}
#sec_faq .faq_list .item .a_txt a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/common/ico_blank.svg) no-repeat left bottom/1.8rem 1.7rem;
  margin-left: 1rem;
  vertical-align: -0.2rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt a[target=_blank]::after {
    width: 2.6rem;
    height: 2.6rem;
    background-size: contain;
    vertical-align: -0.3rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_faq .faq_list .item .a_txt a[target=_blank]:hover::after {
    background: url(../img/common/ico_blank_on.svg) no-repeat left bottom/2.2rem 2.1rem;
  }
}
#sec_faq .faq_list .item .a_txt ul {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt ul {
    margin-top: 1.5rem;
  }
}
#sec_faq .faq_list .item .a_txt ul li {
  position: relative;
  line-height: 1.77;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt ul li {
    font-size: 2.6rem;
    padding-left: 5rem;
  }
}
#sec_faq .faq_list .item .a_txt ul li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt ul li + li {
    margin-top: 2rem;
  }
}
#sec_faq .faq_list .item .a_txt ul li::before {
  content: "";
  width: 1.3rem;
  height: 1px;
  background-color: #414141;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt ul li::before {
    width: 2.1rem;
    top: 2rem;
  }
}
#sec_faq .faq_list .item .a_txt ol {
  counter-reset: item;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt ol {
    margin-top: 1.5rem;
  }
}
#sec_faq .faq_list .item .a_txt ol li {
  position: relative;
  line-height: 1.77;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt ol li {
    font-size: 2.6rem;
    padding-left: 5rem;
  }
}
#sec_faq .faq_list .item .a_txt ol li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_list .item .a_txt ol li + li {
    margin-top: 2rem;
  }
}
#sec_faq .faq_list .item .a_txt ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
}

/* sec_links
--------------------------------*/
#sec_links {
  padding: 15rem 0;
  background: #333333 url(../img/recruit/links_bg.png) repeat 0 0/3.2rem auto;
}
#sec_links::before {
  height: 100%;
  background-color: rgba(156, 157, 157, 0.8);
}
#sec_links::after {
  content: none;
}
#sec_links .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sec_links .wrap {
    display: block;
  }
}
#sec_links .box {
  text-align: center;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  #sec_links .box + .box {
    margin-top: 5rem;
  }
}
#sec_links .box._recruitment {
  padding-top: 8.7rem;
}
@media screen and (max-width: 767px) {
  #sec_links .box._recruitment {
    padding-top: 10.7rem;
  }
}
#sec_links .box .ttl {
  color: #ffffff;
  font-weight: 500;
  font-size: 2rem;
  padding: 2.475rem 2rem;
}
@media screen and (max-width: 767px) {
  #sec_links .box .ttl {
    font-size: 3rem;
    line-height: 1.5;
    padding: 3.1rem 2rem;
  }
}
#sec_links .box .btn_box {
  width: 100%;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_links .box .btn_box {
    height: 13rem;
  }
}
#sec_links .box .btn_box a {
  background-color: #C9CACA;
}
#sec_links .box .btn_box a::before {
  background-color: #414141;
}
#sec_links .box .btn_box a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url(../img/common/ico_blank_black.svg) no-repeat left bottom/2.6rem 2.5rem;
  position: absolute;
  right: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_links .box .btn_box a[target=_blank]::after {
    width: 3.2rem;
    height: 3.2rem;
    background-size: contain;
    right: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_links .box .btn_box a[target=_blank]:hover::after {
    background: url(../img/common/ico_blank_black_on.svg) no-repeat left bottom/3rem 2.9rem;
  }
}
#sec_links .box .btn_box .btn_txt {
  color: #000000;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #sec_links .box .btn_box .btn_txt {
    font-size: 4.2rem;
  }
}
#sec_links .box .btn_box .arw {
  width: 1.2rem;
  height: 2.2rem;
  position: absolute;
  right: 5rem;
  border-color: #000000;
}
@media screen and (min-width: 768px) {
  #sec_links .box .btn_box a:hover .btn_txt {
    color: #ffffff;
  }
  #sec_links .box .btn_box a:hover .arw {
    border-color: #ffffff;
  }
}
#sec_links .box .txt {
  max-width: 39rem;
  min-height: 15.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 0;
  padding: 3.4rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec_links .box .txt {
    width: 100%;
    max-width: inherit;
    min-height: inherit;
    display: block;
    padding: 4.4rem 3rem;
  }
}