/* キャリアパスページ */

#wellfare-career .btn__container {
  width: 100%;
  max-width: 920px;
  margin: 100px auto 0 auto;
}
#wellfare-career .btn__container .txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 2.3;
}
#wellfare-career .btn__container .aside-nav-buttons__anchor {
  width: 400px;
  height: 60px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
}
@media (max-width: 896px) {
  #wellfare-career .page-article__container {
    padding-bottom: 60px;
  }
  #wellfare-career .btn__container {
    margin-top: 60px;
  }
  #wellfare-career .btn__container .aside-nav-buttons__anchor {
    width: 275px;
    height: 74px;
    min-height: 50px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
  #wellfare-career .btn__container .txt {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 2;
  }
}

/* accordion */
#wellfare-career .section-heading.-h4.js-frame-in .section-heading__inline {
  color: #000;
  font-size: 2rem;
}
#wellfare-career .pd {
  padding: 20px 30px;
  padding-top: 0;
  padding-right: 0;
}
#wellfare-career .accordion .p-30 {
  padding: 30px;
}
#wellfare-career .accordion .p-txt {
  padding: 20px 15px 30px 15px;
}
#wellfare-career .accordion .pd-tl {
  padding: 20px 0 0 30px;
}
#wellfare-career .accordion .pr {
  padding-right: 30px;
}
#wellfare-career .accordion .pr0 {
  padding-right: 0;
}
#wellfare-career .bdr {
  border-bottom: 1px dashed #707070;
}
#wellfare-career .accordion .section-heading.-h2 {
  font-size: 3.2rem;
  font-weight: 500;
}
#wellfare-career .accordion .accordion-title {
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  /* margin-bottom: 2rem; */
  transition: all 0.2s;
}
#wellfare-career .accordion .accordion-title .accordion-arr {
  position: relative;
}
#wellfare-career .accordion .accordion-title .accordion-arr:after {
  position: absolute;
  content: "";
  top: 30%;
  left: 10rem;
  width: 2rem;
  height: 1rem;
  background: url(/newgraduates/wellfare/img/ico_accordion.svg) no-repeat center
    right;
  transform: rotate(-180deg);
  background-size: 2rem;
  transition: all 0.4s;
}
#wellfare-career .accordion .accordion-title.is-open .accordion-arr:after {
  transform: rotate(0);
}
#wellfare-career .accordion .detail-content {
  display: none;
  position: relative;
}
#wellfare-career .accordion .detail-content .section-paragraph__text {
  font-size: 1.4rem;
}
@media (max-width: 896px) {
  #wellfare-career .accordion .p-txt {
    padding: 2rem;
  }
  #wellfare-career .detail-content .wellfare-section__box-v8,
  #wellfare-career .detail-content .wellfare-section__box-v9 {
    width: 100%;
  }
  #wellfare-career .detail-content .comment {
    align-items: flex-start;
  }
  #wellfare-career .detail-content .comment .comment__profile {
    width: 22%;
  }
  #wellfare-career .detail-content .comment .comment__profile img {
    width: 6rem;
  }
  #wellfare-career .detail-content .comment .comment__text {
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 2.1;
    width: 74%;
  }
  #wellfare-career .detail-content .comment .comment__text:before {
    content: "";
    left: -15px;
    top: 20px;
    border-width: 0.9rem 2.2rem 0.9rem 0;
  }
}

#wellfare-career .sec-memberinfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
#wellfare-career .sec-memberinfo-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#wellfare-career .sec-memberinfo-detail .profile {
  width: 120px;
  height: 120px;
  margin-right: 30px;
}
#wellfare-career .sec-memberinfo-detail .interviewer-label__job,
#wellfare-career .sec-memberinfo-detail .interviewer-label__status {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 15px 0px 15px;
  letter-spacing: 0.7px;
}
#wellfare-career .sec-memberinfo-detail .interviewer-label__inner {
  padding: 0;
}
#wellfare-career .sec-memberinfo-detail .interviewer-label.-supervision::after {
  background-color: #bbeea8;
}
#wellfare-career .sec-memberinfo-detail .interviewer-label.-research::after {
  background-color: #dec5e2;
}
#wellfare-career .sec-memberinfo-detail .interviewer-label.-planning::after {
  background-color: #b3cff0;
}
#wellfare-career .sec-memberinfo-detail .interviewer-label.-usa::after {
  background-color: #60bebe;
}
#wellfare-career .sec-memberinfo-detail .empname {
  font-size: 32px;
  font-weight: 500;
  margin-top: 8px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
}
#wellfare-career .sec-memberinfo .col-last {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px dashed #707070;
}
#wellfare-career .careerintro {
  background: #fff;
  padding: 10px 30px;
}

#wellfare-career .careerintro .career-history {
  margin-bottom: 28px;
  position: relative;
}
#wellfare-career .careerintro .career-history::before {
  width: 1px;
  height: 20px;
  content: "";
  position: absolute;
  left: 67px;
  background: #000;
  bottom: -22px;
}
#wellfare-career .careerintro .career-history:last-child {
  margin-bottom: 0;
}
#wellfare-career .careerintro .career-history:last-child::before {
  content: none;
}
#wellfare-career .careerintro .career-history .dept {
  background: none !important;
  font-size: 13px;
  padding: 0px 5px;
  max-width: 300px;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-style: normal;
  font-weight: 400;
}
#wellfare-career .careerintro .career-history .ttl {
  font-size: 15px;
  min-width: 60px;
  margin-right: 10px;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#wellfare-career .careerintro .career-history .ttl::after {
  width: 5px;
  height: 5px;
  right: -10px;
}
#wellfare-career .careerintro .career-history.supervision .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #9be64e 50%, transparent 0%) 100% 100%/200%
    4px no-repeat;
  background-size: 200% 4px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .careerintro .career-history.sales .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #ff9696 50%, transparent 0%) 100% 100%/200%
    4px no-repeat;
  background-size: 200% 4px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .careerintro .career-history.planning .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #6da7eb 50%, transparent 0%) 100% 100%/200%
    4px no-repeat;
  background-size: 200% 4px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .careerintro .career-history.manager .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #ffd27e 50%, transparent 0%) 100% 100%/200%
    4px no-repeat;
  background-size: 200% 4px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .careerintro .career-history.research .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #dec5e2 50%, transparent 0%) 100% 100%/200%
    4px no-repeat;
  background-size: 200% 4px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .careerintro .career-history.usa .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #60bebe 50%, transparent 0%) 100% 100%/200%
    4px no-repeat;
  background-size: 200% 4px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .block-main {
  background: url(/newgraduates/img/bg-noize.png) repeat 0 0;
  background-size: 50px 50px;
}
#wellfare-career .career-history {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#wellfare-career .career-history .ttl {
  font-size: 24px;
  font-weight: 600;
  /* background: red; */
  min-width: 100px;
  text-align: center;
  margin-right: 50px;
  position: relative;
}
#wellfare-career .career-history .ttl::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  translate: 0 -50%;
}
#wellfare-career .career-history .dept {
  padding: 5px 20px;

  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
#wellfare-career .career-history .detail-blk {
  width: 650px;
  position: relative;
}
#wellfare-career .career-history .detail-blk .sec-accordion {
  position: relative;
}
#wellfare-career .career-history .detail-blk .sec-accordion::before {
  width: 1px;
  height: calc(100% + 40px);
  content: "";
  position: absolute;
  left: -25px;
  background: #000;
  top: -20px;
}
#wellfare-career .career-history .detail-blk .sec-accordion.only-ttl::before {
  height: calc(100% + 20px);
}
#wellfare-career .career-history:last-child .detail-blk .sec-accordion::before {
  content: none;
}

#wellfare-career .career-history.supervision .ttl::after {
  background: #9be64e;
}
#wellfare-career .career-history.supervision .dept {
  background: #bbeea8;
}
#wellfare-career .career-history.supervision .accordion .accordion-title,
#wellfare-career .career-history.supervision .accordion .detail-content {
  background: #f5f8eb;
  border-left: 0.4rem solid #9be64e;
}
#wellfare-career .career-history.supervision .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #9be64e 50%, transparent 0%) 100% 100%/200%
    7px no-repeat;
  background-size: 200% 7px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .career-history.supervision .common-line-v1.-active {
  background-position: 1% 100%;
}
#wellfare-career .career-history.supervision .detail-blk .point {
  border: 3px solid #9be64e;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  font-size: 14px;
}
#wellfare-career .career-history.supervision .detail-blk .point .icon {
  position: absolute;
  left: 10px;
  top: -12px;
  width: 94px;
}
#wellfare-career .career-history.sales .ttl::after {
  background: #ff9696;
}
#wellfare-career .career-history.sales .dept {
  background: #fdbebe;
}
#wellfare-career .career-history.sales .accordion .accordion-title,
#wellfare-career .career-history.sales .accordion .detail-content {
  background: #fff4f4;
  border-left: 0.4rem solid #ff9696;
}
#wellfare-career .career-history.sales .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #ff9696 50%, transparent 0%) 100% 100%/200%
    7px no-repeat;
  background-size: 200% 7px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .career-history.sales .common-line-v1.-active {
  background-position: 1% 100%;
}
#wellfare-career .career-history.planning .ttl::after {
  background: #2b7dde;
}
#wellfare-career .career-history.planning .dept {
  background: #b3cff0;
}
#wellfare-career .career-history.planning .accordion .accordion-title,
#wellfare-career .career-history.planning .accordion .detail-content {
  background: #f2f8ff;
  border-left: 0.4rem solid #6da7eb;
}
#wellfare-career .career-history.planning .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #6da7eb 50%, transparent 0%) 100% 100%/200%
    7px no-repeat;
  background-size: 200% 7px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .career-history.planning .common-line-v1.-active {
  background-position: 1% 100%;
}
#wellfare-career .career-history.manager .ttl::after {
  background: #ff9900;
}
#wellfare-career .career-history.manager .dept {
  background: #ffd27e;
}
#wellfare-career .career-history.manager .accordion .accordion-title,
#wellfare-career .career-history.manager .accordion .detail-content {
  background: #fff8e8;
  border-left: 0.4rem solid #ff9900;
}
#wellfare-career .career-history.manager .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #ffd27e 50%, transparent 0%) 100% 100%/200%
    7px no-repeat;
  background-size: 200% 7px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .career-history.manager .common-line-v1.-active {
  background-position: 1% 100%;
}
#wellfare-career .career-history.research .ttl::after {
  background: #a058aa;
}
#wellfare-career .career-history.research .dept {
  background: #dec5e2;
}
#wellfare-career .career-history.research .accordion .accordion-title,
#wellfare-career .career-history.research .accordion .detail-content {
  background: #f2ebf3;
  border-left: 0.4rem solid #a058aa;
}
#wellfare-career .career-history.research .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #dec5e2 50%, transparent 0%) 100% 100%/200%
    7px no-repeat;
  background-size: 200% 7px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .career-history.research .common-line-v1.-active {
  background-position: 1% 100%;
}
#wellfare-career .career-history.usa .ttl::after {
  background: #009999;
}
#wellfare-career .career-history.usa .dept {
  background: #60bebe;
}
#wellfare-career .career-history.usa .accordion .accordion-title,
#wellfare-career .career-history.usa .accordion .detail-content {
  background: #e6f5f5;
  border-left: 0.4rem solid #009999;
}
#wellfare-career .career-history.usa .common-line-v1 {
  text-decoration: none;
  background: linear-gradient(90deg, #60bebe 50%, transparent 0%) 100% 100%/200%
    7px no-repeat;
  background-size: 200% 7px;
  transition: background 0.6s ease-in-out;
}
#wellfare-career .career-history.usa .common-line-v1.-active {
  background-position: 1% 100%;
}

.sec-careerpath {
  margin-top: 60px;
}
.sec-careerpath.pc {
  display: block;
}
.sec-careerpath.sp {
  display: none;
}

.sec-careerpath {
  position: relative;
}

.sec-careerpath .gazou-careermap img {
  width: 100%;
}
.sec-careerpath .box-list .box-content {
  display: none;
  position: absolute;
  padding: 10px 10px 40px;
  /* background: rgba(0, 0, 0, 0.5); */
}

.sec-careerpath .box-list .box-content.box-emp01 {
  left: 20%;
  top: 4%;
}
.sec-careerpath .box-list .box-content.box-emp02 {
  left: 26%;
  top: 19%;
}
.sec-careerpath .box-list .box-content.box-emp03 {
  left: 30%;
  top: 33%;
}
.sec-careerpath .box-list .box-content.box-emp04 {
  left: 44%;
  top: 2%;
}
.sec-careerpath .box-list .box-content.box-emp05 {
  left: 45%;
  top: 24%;
}
.sec-careerpath .box-list .box-content.box-emp06 {
  /* right: 23%;
  bottom: 10%; */
  right: 27%;
  top: 33%;
}
.sec-careerpath .box-list .box-content.box-emp07 {
  right: 15%;
  top: 30%;
}
.sec-careerpath .box-list .box-content.box-emp08 {
  right: 2%;
  bottom: 5%;
}
.sec-careerpath .box-list .box-content.box-emp09 {
  left: 4%;
  bottom: 3%;
}
.sec-careerpath .box-list .box-content.box-emp10 {
  left: 20%;
  bottom: 3%;
}
.sec-careerpath .box-list .box-content .info {
  width: 126px;
  border-radius: 8px;
  padding: 15px 10px;
  background: #f8b500;
  box-shadow: 10px 10px 10px #606060;
  position: relative;
}
.sec-careerpath .box-list .box-content .info:before {
  width: 180px;
  background: rgba(255, 255, 255, 0);
  height: 100%;
  position: absolute;
  left: -20%;
  content: "";
  right: 0;
  top: 0;
}
.sec-careerpath .box-list .box-content .profile {
  width: 68px;
  margin: 0 auto;
  display: block;
  height: 68px;
}
.sec-careerpath .box-list .box-content .position {
  padding: 12px 0;
  border-bottom: 2px solid #000;
}
.sec-careerpath .box-list .box-content .position span {
  display: block;
  text-align: center;
  font-weight: 600;
}
.sec-careerpath .box-list .box-content .position .from {
  font-size: 10px;
  position: relative;
  margin-bottom: 22px;
}
.sec-careerpath .box-list .box-content .position .from:after {
  position: absolute;
  top: 22px;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.sec-careerpath .box-list .box-content .position .to {
  font-size: 12px;
}
.sec-careerpath .box-list .box-content .btn {
  width: 45px;
  margin: 12px auto 0 auto;
  display: block;
  position: relative;
  transition: all 0.3s;
}
.sec-careerpath .box-list .box-content .btn:hover {
  opacity: 0.5;
}

.sec-careerpath .box-list .box-content.emp01.hover {
  top: 10px;
  left: 30%;
}

.sec-careerpath area {
  cursor: pointer;
}

/* MODAL */
.modal-open {
  cursor: pointer;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  overflow: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-container::-webkit-scrollbar {
  display: none;
}
.modal-container:before {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  content: "";
  background: rgba(0, 0, 0, 0.8);
}
.modal-container.active {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  width: 100rem;
  max-width: 100%;
  vertical-align: middle;
}
.modal-container .modal-body .modal-content {
  text-align: left;
  background: #ffffff;
}
.modal-container .modal-body .modal-content .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-container .modal-body .modal-content .flex .icon {
  margin-right: 6rem;
}
#wellfare-career .modal-body .modal-content {
  position: relative;
}
#wellfare-career .modal-body .modal-content .scroll-bar__downward {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 9;
}
.modal-container .modal-body .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.modal-container .modal-body .modal-close:hover {
  opacity: 0.5;
}

/* careerlist */
#wellfare-career .careerlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#wellfare-career .careerlist .accordion-title.member {
  background: #f8b500;
  padding: 10px;
  align-items: center;
  display: flex;
  position: relative;
  border: none;
  border-radius: 5px;
}
/* #wellfare-career .careerlist .accordion-title.member.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
} */
#wellfare-career .careerlist .accordion-title.member .accordion-arr {
  position: absolute;
  right: 1rem;
}
#wellfare-career .careerlist .accordion-title.member .accordion-arr:after {
  right: 0;
  left: auto;
  width: 1.4rem;
  position: absolute;
  content: "";
  height: 1.4rem;
  background: url(/newgraduates/wellfare/img/career/ico_plus.svg) no-repeat
    center right;
  background-size: 1.4rem;
  top: 50%;
  translate: 0 -50%;
}
/* #wellfare-career
  .careerlist
  .accordion-title.member.is-open
  .accordion-arr:after {
  background: url(/newgraduates/wellfare/img/career/ico_minus.svg) no-repeat
    center right;
  background-size: 1.7rem;
} */
/* #wellfare-career .careerlist.member .position span {
  display: inline-block;
  text-align: center;
  font-weight: 400;
} */
#wellfare-career .accordion-title .position {
  display: flex;
  align-items: center;
}

#wellfare-career .careerlist .accordion-title.member .profile {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#wellfare-career .careerlist .accordion-title.member .position .from {
  font-size: 14px;
  position: relative;
  padding-right: 22px;
  margin-right: 10px;
}
#wellfare-career .careerlist .accordion-title.member .position .from:after {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0;
  height: 0;
  content: "";
  border-top: 9px solid #000;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  transform: rotate(-90deg);
}
#wellfare-career .careerlist .accordion-title.member .position .to {
  font-size: 14px;
}

#wellfare-career .sm {
  font-size: 11px;
  font-weight: 400;
}

@media (max-width: 915px) {
  .sec-careerpath.pc,
  #wellfare-career .careerlist {
    display: none;
  }
  .sec-careerpath.sp {
    display: block;
  }
  .img-careerpath {
    margin-bottom: 60px;
  }
  #wellfare-career iframe {
    width: 100%;
    height: 100%;
  }
  #wellfare-career .block-main {
    background: #fff;
    padding: 30px 20px;
  }
  #wellfare-career .accordion .accordion-title {
    font-size: 14px;
  }
  #wellfare-career .accordion .p-30 {
    padding: 20px;
  }
  #wellfare-career .accordion .accordion-title .accordion-arr:after {
    left: 1rem;
    width: 1.1rem;
    background-size: 1.1rem;
  }

  #wellfare-career .accordion .accordion-title.member {
    background: #f8b500;
    padding: 20px 15px;
    align-items: center;
    display: flex;
    border: none;
    border-radius: 5px;
  }
  #wellfare-career .accordion .accordion-title.member.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #wellfare-career .accordion .accordion-title.member .accordion-arr {
    position: absolute;
    right: 1.5rem;
  }
  #wellfare-career .accordion .accordion-title.member .accordion-arr:after {
    right: 0;
    left: auto;
    width: 1.7rem;
    height: 1.7rem;
    background: url(/newgraduates/wellfare/img/career/ico_plus.svg) no-repeat
      center right;
    background-size: 1.7rem;
    top: 50%;
    translate: 0 -50%;
  }
  #wellfare-career
    .accordion
    .accordion-title.member.is-open
    .accordion-arr:after {
    background: url(/newgraduates/wellfare/img/career/ico_minus.svg) no-repeat
      center right;
    background-size: 1.7rem;
  }

  .sec-careerpath .accordion .accordion-title.member .profile {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .sec-careerpath .accordion.member .position span {
    display: inline-block;
    text-align: center;
    font-weight: 400;
  }
  .sec-careerpath .accordion .accordion-title.member .position .from {
    font-size: 14px;
    position: relative;
    padding-right: 22px;
    margin-right: 10px;
  }
  .sec-careerpath .accordion .accordion-title.member .position .from:after {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    width: 0;
    height: 0;
    content: "";
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-90deg);
  }
  .sec-careerpath .accordion .accordion-title.member .position .to {
    font-size: 14px;
  }
  #wellfare-career .sec-memberinfo {
    display: block;
    margin-bottom: 0;
  }
  #wellfare-career .sec-memberinfo .col-last {
    margin: 20px auto;
  }
  #wellfare-career .sec-memberinfo-detail .empname {
    font-size: 28px;
  }
  #wellfare-career .sec-memberinfo-detail .interviewer-label__job,
  #wellfare-career .sec-memberinfo-detail .interviewer-label__status {
    font-size: 10px;
    padding: 4px 10px;
  }
  #wellfare-career .sec-memberinfo-detail {
    justify-content: center;
    text-align: center;
  }
  #wellfare-career .sec-memberinfo-detail .profile {
    display: none;
  }
  #wellfare-career .sec-memberinfo .col-last {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  #wellfare-career .careerintro {
    padding: 10px 30px;
    border: 1px solid #c6c6c6;
  }
  #wellfare-career .sec-memberdetail .career-history .ttl {
    font-size: 12px;
    margin-right: 0;
    padding-left: 20px;
    min-width: 60px;
    position: absolute;
    margin-top: 10px;
    /* background: red; */
  }
  #wellfare-career .sec-memberdetail .career-history .dept {
    width: calc(100% - 60px);
    margin-left: auto;
    font-size: 16px;
  }
  #wellfare-career .sec-memberdetail .career-history .ttl::after {
    right: auto;
    left: 0;
  }

  #wellfare-career .sec-memberdetail .career-history {
    flex-direction: column;
  }

  #wellfare-career .sec-memberdetail .career-history .detail-blk {
    width: 100%;
    padding-left: 20px;
    /* margin-top: -34px; */
    position: relative;
  }
  #wellfare-career .sec-memberdetail .career-history .detail-blk::before {
    width: 1px;
    height: calc(100% - 35px);
    content: "";
    position: absolute;
    left: 5px;
    background: #000;
    bottom: 0;
  }
  #wellfare-career
    .sec-memberdetail
    .career-history:last-child
    .detail-blk::before {
    content: none;
  }
  #wellfare-career
    .sec-memberdetail
    .career-history
    .detail-blk
    .sec-accordion::before {
    content: none;
  }
}
