.contact-bottom {
  position: relative;
  padding: 240px 0 140px;
  overflow: hidden;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact-bottom {
    padding: 20vw 0;
  }
}
.contact-bottom .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-bottom .bg {
    width: 296vw;
  }
}
.contact-bottom .bg img {
  width: 100%;
}
.contact-bottom .component-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-bottom .component-content {
    flex-direction: column;
    margin: 0 5.3333333333vw;
  }
}
.contact-bottom .component-content:after {
  content: none;
}
.contact-bottom .component-content h2 {
  position: absolute;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .contact-bottom .component-content h2 {
    position: static;
    text-align: right;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-bottom .component-content h2 img {
    width: auto;
    height: 16vw;
  }
}
.contact-bottom .component-content .contact-lead {
  font-size: 2.2rem;
  line-height: 2.1818181818;
}
@media screen and (max-width: 767px) {
  .contact-bottom .component-content .contact-lead {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.contact-bottom .component-content .contact-lead em {
  display: block;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 45px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-bottom .component-content .contact-lead em {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    margin-bottom: 5.3333333333vw;
  }
}
.contact-bottom .component-content .contact-bottom-btn {
  width: 400px;
  margin-top: 175px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contact-bottom .component-content .contact-bottom-btn {
    width: 100%;
    text-align: center;
    margin-top: 16vw;
  }
}
.contact-bottom .component-content .contact-bottom-btn a {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.06em;
  padding: 10px 30px;
  border-radius: 27px;
  background-color: #3A3B3C;
}
.contact-bottom .component-content .contact-bottom-btn a:hover span {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .contact-bottom .component-content .contact-bottom-btn a {
    letter-spacing: 0.12em;
    padding: 4vw 8vw;
    border-radius: 7.2vw;
  }
}
.contact-bottom .component-content .contact-bottom-btn a span {
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  right: 0;
  position: relative;
  width: 19px;
  margin-left: 14px;
}
.contact-bottom .component-content .contact-bottom-btn a span img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-bottom .component-content .contact-bottom-btn a span {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-left: 2.6666666667vw;
  }
}

.takumi-content {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 120px 0 0 0;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .takumi-content {
    padding: 12vw 0 0 0;
  }
}
.takumi-content .component-content {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .takumi-content .component-content {
    max-width: 90%;
  }
}
.takumi-content .takumi-ttl {
  font-size: 34px;
  font-weight: bold;
  color: #1588f7;
}
@media screen and (max-width: 767px) {
  .takumi-content .takumi-ttl {
    font-size: 5vw;
  }
}
.takumi-content .qa-blk.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .takumi-content .qa-blk.mt100 {
    margin-top: 10vw;
  }
}
.takumi-content .qa-blk .qa dt {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  margin: 115px 0 40px;
}
@media screen and (max-width: 767px) {
  .takumi-content .qa-blk .qa dt {
    font-size: 16px;
    margin: 8vw 0 4vw 0;
  }
}
.takumi-content .qa-blk .qa dt .qtxt {
  font-size: 38px;
  position: relative;
  margin-right: 48px;
  font-family: "brandon-grotesque", sans-serif;
  top: -12px;
}
@media screen and (max-width: 767px) {
  .takumi-content .qa-blk .qa dt .qtxt {
    font-size: 34px;
    margin-right: 8vw;
  }
}
.takumi-content .qa-blk .qa dt .qtxt::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #707070;
  position: absolute;
  right: -24px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .takumi-content .qa-blk .qa dt .qtxt::after {
    right: -4vw;
    top: 3vw;
  }
}
.takumi-content .qa-blk .qa dd p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .takumi-content .qa-blk .qa dd p {
    font-size: 14px;
  }
}
.takumi-content .carrer-story {
  background: #1588f7;
  color: #fff;
  position: relative;
  padding: 200px 0 70px 0;
  margin: 500px 0 145px 0;
}
@media screen and (max-width: 767px) {
  .takumi-content .carrer-story {
    margin: 50vw 0 15vw 0;
    padding: 55vw 0 10vw 0;
  }
}
.takumi-content .carrer-story.is-full {
  padding: 0 0 70px 0;
  margin: 100px 0 145px 0;
}
.takumi-content .carrer-story.is-full .img {
  position: static;
  margin-bottom: 60px;
}
.takumi-content .carrer-story.is-full .img img {
  width: 100%;
}
.takumi-content .carrer-story.is-full .img p {
  position: absolute;
  left: 60px;
  top: 25px;
}
.takumi-content .carrer-story .img {
  position: absolute;
  top: -75%;
  right: 0;
}
.takumi-content .carrer-story .img.left {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .takumi-content .carrer-story .img {
    top: -35vw;
  }
}
.takumi-content .carrer-story .img p {
  position: absolute;
  top: 35px;
  left: 50px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .takumi-content .carrer-story .img p {
    display: none;
  }
}
.takumi-content .carrer-story .img p .big_t {
  font-size: 34px;
  font-family: "brandon-grotesque", sans-serif;
}
.takumi-content .carrer-story .img p .small_t {
  font-size: 16px;
  margin-left: 35px;
}
.takumi-content .carrer-story .component-content dl dt {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
}
.takumi-content .carrer-story .component-content dl dt::before {
  content: "";
  display: block;
  width: 700px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: -730px;
}
@media screen and (max-width: 767px) {
  .takumi-content .carrer-story .component-content dl dt::before {
    display: none;
  }
}
.takumi-content .carrer-story .component-content dl dd p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .takumi-content .carrer-story .component-content dl dd p {
    font-size: 1.4rem;
    margin-top: 4vw;
  }
}
.takumi-content .im_2-blk {
  margin: 150px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .takumi-content .im_2-blk {
    margin: 10vw 0;
  }
}
.takumi-content .other_inter-blk {
  padding: 200px 0 0;
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk {
    padding: 10vw 0 0 0;
  }
}
.takumi-content .other_inter-blk .cap-but {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .cap-but {
    flex-direction: column;
  }
}
.takumi-content .other_inter-blk .cap-but .cap {
  font-size: 4.8rem;
  font-weight: bold;
  color: #1588f7;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .cap-but .cap {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .cap-but .btn {
    display: none;
  }
}
.takumi-content .other_inter-blk .btn a {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
  border: 1px solid #3A3B3C;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .btn a {
    margin: 10vw auto 0 auto;
    font-size: 1.6rem;
    width: 50vw;
    padding: 2vw 5vw;
  }
}
.takumi-content .other_inter-blk .btn a::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC42NTYiIGhlaWdodD0iMjEuMDcxIiB2aWV3Qm94PSIwIDIwLjY1NiAyMS4wNzEiPjxnIGlkPSJhcl9pY29ucyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41IDAuNzA3KSI+PHBhdGggaWQ9InBhc3NzXzg4IiBkYXRhLW5hbWU9InBhc3NzIDg4IiBkPSJNNy41LDE4SDI3LjE1NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAtOC4xNzIpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxNTg4ZjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+PHBhdGggaWQ9InBhc3NzXzg5IiBkYXRhLW5hbWU9InBhc3NzIDg5IiBkPSJNMTgsNy41bDkuODI4LDkuODI4TDE4LDI3LjE1NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTguMTcyIC03LjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxNTg4ZjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}
.takumi-content .other_inter-blk .list_inter {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .list_inter {
    flex-direction: column;
    margin-top: 10vw;
  }
}
.takumi-content .other_inter-blk .list_inter li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .list_inter li {
    width: 100%;
  }
}
.takumi-content .other_inter-blk .list_inter li .in_ct {
  position: relative;
  display: block;
}
.takumi-content .other_inter-blk .list_inter li .in_ct:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.takumi-content .other_inter-blk .list_inter li .in_ct .img_l {
  overflow: hidden;
}
.takumi-content .other_inter-blk .list_inter li .in_ct .img_l .im_hover {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.takumi-content .other_inter-blk .list_inter li .in_ct .txt {
  display: block;
  color: #fff;
}
.takumi-content .other_inter-blk .list_inter li .in_ct .txt .name {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 13px;
  z-index: 5;
}
.takumi-content .other_inter-blk .list_inter li .in_ct .txt .pos {
  display: block;
  transition: 0.3s;
  line-height: 1;
  font-weight: bold;
  font-size: 7rem;
  font-family: "brandon-grotesque", sans-serif;
  position: absolute;
  z-index: 4;
  left: 5%;
  top: 40%;
}
.takumi-content .other_inter-blk .list_inter li .in_ct .txt .pos.top {
  top: 7%;
}
.takumi-content .other_inter-blk .list_inter li .in_ct .txt .pos.bottom {
  bottom: 9%;
  top: auto;
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .list_inter li .in_ct .txt .pos {
    font-size: 3.4rem;
  }
}
.takumi-content .other_inter-blk .list_inter li a:hover .pos {
  color: #1588f7;
}
.takumi-content .other_inter-blk .list_inter li a:hover .img_l {
  position: relative;
}
.takumi-content .other_inter-blk .list_inter li a:hover .img_l img {
  transition: 1s all;
}
.takumi-content .other_inter-blk .list_inter li a:hover .img_l .im_nm {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.takumi-content .other_inter-blk .list_inter li a:hover .img_l .im_hover {
  position: relative;
  animation: hover_zoom 0.2s cubic-bezier(0.61, 1, 0.88, 1) forwards;
}
.takumi-content .other_inter-blk .list_inter li a:hover p span {
  color: #1588f7;
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .list_inter li:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .list_inter li:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .list_inter li:nth-child(3) {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .list_inter li:nth-child(4) {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .list_inter li:nth-child(5) {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .takumi-content .other_inter-blk .list_inter li:nth-child(6) {
    order: 6;
  }
}

.fl_btn {
  position: fixed;
  bottom: 30px;
  right: 50px;
  transition: 0.3s;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.fl_btn.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .fl_btn {
    bottom: 4vw;
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.contact-btn {
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    margin-top: 12vw;
  }
}
.contact-btn a {
  width: 290px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #363636;
  border-radius: 30px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-btn a::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC42NTYiIGhlaWdodD0iMjEuMDcxIiB2aWV3Qm94PSIwIDIwLjY1NiAyMS4wNzEiPjxnIGlkPSJhcl9pY29ucyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41IDAuNzA3KSI+PHBhdGggaWQ9InBhc3NzXzg4IiBkYXRhLW5hbWU9InBhc3NzIDg4IiBkPSJNNy41LDE4SDI3LjE1NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAtOC4xNzIpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxNTg4ZjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+PHBhdGggaWQ9InBhc3NzXzg5IiBkYXRhLW5hbWU9InBhc3NzIDg5IiBkPSJNMTgsNy41bDkuODI4LDkuODI4TDE4LDI3LjE1NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTguMTcyIC03LjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxNTg4ZjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9nPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  position: relative;
}
.contact-btn a:hover {
  transition: 0.3s ease;
  background-color: #000;
}
.contact-btn a:hover::after {
  animation: contact_ar 0.5s ease-out forwards;
}

@keyframes contact_ar {
  0% {
    right: 0;
  }
  100% {
    right: -8px;
  }
}
@keyframes hover_zoom {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transition: 0.5s all;
  }
}
.interview {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 18px;
  line-height: 30px;
}
.interview.pt1 {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .interview.pt1 {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .interview {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 5vw;
  }
}
.interview dt {
  padding: 40px 40px 40px 0px;
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .interview dt {
    padding: 6vw;
    align-items: flex-start;
  }
  .interview dt.ac {
    align-items: center;
  }
}
.interview dt:before {
  content: "";
  width: 60px;
  z-index: 3;
  height: 90px;
  display: block;
  flex-shrink: 0;
  background-size: 100%;
  margin: 10px 25px 0 0px;
  background-repeat: no-repeat;
  background-image: url(../company/specialist/detail/kn/img_m.png);
}
@media screen and (max-width: 767px) {
  .interview dt:before {
    width: 40px;
    height: 70px;
    margin-right: 15px;
  }
}
.interview dd {
  padding: 40px 40px 40px 0px;
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
  font-style: normal;
}
.interview dd.tk {
  background-color: #e7eef5;
}
@media screen and (max-width: 767px) {
  .interview dd.sp-alignC {
    align-items: center;
  }
}
.interview dd p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview dd {
    padding: 6vw;
    align-items: flex-start;
  }
  .interview dd.ac {
    align-items: center;
  }
}
.interview dd.as {
  align-items: flex-start;
}
.interview dd.as + .as {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .interview dd.as + .as {
    margin-top: 4vw;
  }
}
.interview dd:after {
  content: "";
  width: 60px;
  z-index: 3;
  height: 90px;
  display: block;
  flex-shrink: 0;
  background-size: 100%;
  margin: 10px 0 0 20px;
  background-repeat: no-repeat;
  background-image: url(../company/specialist/detail/kn/img_kn.png);
}
@media screen and (max-width: 767px) {
  .interview dd:after {
    margin-left: 15px;
  }
}
.interview dd p {
  position: relative;
  z-index: 2;
}
.interview dd::before {
  content: "";
  width: 100vw;
  background-color: #f5f5f5;
  position: absolute;
  height: 100%;
  top: 0;
  left: -40px;
}
.interview dd.tk:before {
  background-color: #e7eef5;
}
.interview.spc-sy dt:before {
  background-image: url(../company/specialist/detail/sy/img_m.png);
}
.interview.spc-sy dd:after {
  background-image: url(../company/specialist/detail/sy/img_sy.png);
}
.interview.spc-sy2 dt:before {
  background-image: url(../company/specialist/detail/sy2/img_m.png);
}
.interview.spc-sy2 dd:after {
  background-image: url(../company/specialist/detail/sy2/img_sy.png);
}
.interview.spc-my dt:before {
  background-image: url(../company/specialist/detail/sy/img_m.png);
}
.interview.spc-my dd:after {
  background-image: url(../company/specialist/detail/mytk/img_my.png);
}
.interview.spc-tk dt:before {
  background-image: url(../company/specialist/detail/sy/img_m.png);
}
.interview.spc-tk dd:after {
  background-image: url(../company/specialist/detail/mytk/img_tk.png);
}
/* 2025/7/25 */
.interview.spc-aj dt:before {
  background-image: url(../company/specialist/detail/sy/img_m.png);
}
.interview.spc-aj dd:after {
  background-image: url(../company/specialist/detail/aj/img_aj.png);
}
/* 2025/7/25 end */


.lead {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 95px;
  font-weight: 500 !important;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 12vw;
    font-size: 14px;
    line-height: 1.8;
  }
}

.takumi-header {
  position: relative;
  height: 90vh;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .takumi-header {
    height: 75vh;
  }
}
.takumi-header .component-content .img {
  position: fixed;
  top: 80px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .img {
    top: 13vw;
  }
}
.takumi-header .component-content .img img {
  width: 100vw;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .img img {
    height: 75vh;
  }
}
.takumi-header .component-content .txt_on-img {
  position: absolute;
  left: 0;
  bottom: 110px;
  z-index: 2;
  margin: 0 10% 0 150px;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .txt_on-img {
    margin: 0 7vw 0 7vw;
  }
}
.takumi-header .component-content .txt_on-img .job {
  font-size: 70px;
  font-weight: bold;
  color: #1588f7;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .txt_on-img .job {
    font-size: 40px;
  }
}
.takumi-header .component-content .txt_on-img .job.txt-lb {
  line-height: 1;
  padding-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .txt_on-img .job.txt-lb {
    padding-bottom: 7px;
  }
}
.takumi-header .component-content .txt_on-img .ttl {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .txt_on-img .ttl {
    font-size: 5vw;
  }
}
.takumi-header .component-content .name {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .name {
    position: absolute;
    bottom: -0.5vw;
    right: 0;
  }
}
.takumi-header .component-content .name .in_name {
  display: inline-block;
  background: #fff;
  padding: 15px 70px;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .name .in_name {
    padding: 2vw 5vw;
  }
}
.takumi-header .component-content .name .in_name p {
  display: flex;
  align-items: center;
}
.takumi-header .component-content .name .in_name p .initial {
  font-size: 34px;
  font-weight: bold;
  color: #1588f7;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .name .in_name p .initial {
    font-size: 2.4rem;
  }
}
.takumi-header .component-content .name .in_name p .post {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .name .in_name p .post {
    font-size: 1.2rem;
    margin-left: 4vw;
  }
}
.takumi-header .component-content .number {
  position: absolute;
  z-index: 2;
  bottom: 20%;
  left: 2%;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .number {
    bottom: auto;
    top: 22%;
    left: -3vw;
    font-size: 16px;
  }
}
.takumi-header .component-content .number span {
  font-weight: 900;
}
.takumi-header .component-content .number::after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 45px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .takumi-header .component-content .number::after {
    width: 25vw;
    top: 9vw;
  }
}

main:has(.takumi-index) {
  padding-bottom: 0;
}

.takumi-index {
  position: relative;
  margin-top: 80px;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.takumi-index a:hover img {
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .takumi-index {
    margin-top: 13.2vw;
  }
}
.takumi-index .bg1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.takumi-index .bg1 img {
  width: 100%;
}
.takumi-index .top-block {
  position: relative;
  font-size: 2rem;
  line-height: 2.25;
  z-index: 1;
}
.takumi-index .top-block .inner {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 95px 2% 15%;
}
@media screen and (max-width: 767px) {
  .takumi-index .top-block .inner {
    padding: 25.3333333333vw 3% 12vw;
  }
}
.takumi-index .top-block .inner .ttl {
  font-size: 110px;
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif;
  color: #1588f7;
  letter-spacing: -1px;
  margin-bottom: 36px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .takumi-index .top-block .inner .ttl {
    margin-bottom: 10px;
    font-size: 12.1vw;
    text-align: left;
  }
}
.takumi-index .top-block .inner .lead {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  margin: 30px 0 45px;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .takumi-index .top-block .inner .lead {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin: 9.3333333333vw 0;
  }
}
.takumi-index .top-block .inner .lead + p {
  font-size: 2rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .takumi-index .top-block .inner .lead + p {
    font-size: 4vw;
    line-height: 2.0625;
  }
}
.takumi-index .bg-inner {
  position: relative;
  margin-top: -10.546875%;
}
@media screen and (max-width: 767px) {
  .takumi-index .bg-inner {
    margin-top: 0;
  }
}
.takumi-index .bg-inner .bg2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .takumi-index .bg-inner .bg2 {
    display: none;
  }
}
.takumi-index .bg-inner .bg2 img {
  width: 100%;
  margin-top: 360px;
}
.takumi-index .bg-inner .bg1 {
  position: absolute;
  top: -600px;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .takumi-index .bg-inner .bg1 {
    top: -90vw;
    width: 200vw;
  }
}
.takumi-index .bg-inner .bg1 img {
  width: 100%;
  height: 800px;
}
.takumi-index .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.takumi-index .list li[class^=takumi] {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.takumi-index .list li[class^=takumi] a {
  cursor: default;
}
.takumi-index .list li[class^=takumi].hov:hover a {
  cursor: pointer;
}
.takumi-index .list li[class^=takumi].hov:hover .item {
  opacity: 1 !important;
}
.takumi-index .list li[class^=takumi].hov:hover .item .img img {
  opacity: 1 !important;
}
.takumi-index .list li[class^=takumi].hov:hover .item .hvrImg {
  opacity: 1 !important;
}
.takumi-index .list li[class^=takumi].hov:hover .item .job {
  display: flex;
  align-items: end;
}
.takumi-index .list li[class^=takumi].hov:hover .item .job .in-setPos {
  color: #1588f7;
}
.takumi-index .list li[class^=takumi].hov:hover .item .job .in-setPos img {
  transition: 0.3s;
}
.takumi-index .list li[class^=takumi].hov:hover .item .job .in-setPos img:not(.hvrTxt) {
  opacity: 0 !important;
}
.takumi-index .list li[class^=takumi].hov:hover .item .job .in-setPos .hvrTxt {
  z-index: 1;
  opacity: 1;
}
.takumi-index .list li[class^=takumi].hov:hover .item .job .in-Arrow {
  opacity: 1;
}
.takumi-index .list li[class^=takumi] .item .img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi] .item .img {
    height: 72vw;
  }
}
.takumi-index .list li[class^=takumi] .item .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi] .item .img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
    height: 72vw;
  }
}
.takumi-index .list li[class^=takumi] .item .img .hvrImg {
  position: absolute;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  left: 0;
}
.takumi-index .list li[class^=takumi] .item .job,
.takumi-index .list li[class^=takumi] .item .name {
  position: absolute;
}
.takumi-index .list li[class^=takumi] .item .job {
  display: flex;
}
.takumi-index .list li[class^=takumi] .item .job .in-setPos {
  position: relative;
  transition: 0.3s;
  font-size: 5.8vw;
  font-family: "brandon-grotesque", sans-serif;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi] .item .job .in-setPos {
    font-size: 12vw;
  }
}
.takumi-index .list li[class^=takumi] .item .job .in-setPos .hvrTxt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.takumi-index .list li[class^=takumi] .item .job .in-Arrow {
  width: 32px;
  margin-left: 40px;
  opacity: 0;
  height: 30px;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi] .item .job .in-Arrow {
    width: 8vw;
    margin-left: 8vw;
  }
}
.takumi-index .list li[class^=takumi] .item .job .in-Arrow img {
  width: 100%;
}
.takumi-index .list li[class^=takumi] .item .name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.takumi-index .list li[class^=takumi] .item:hover {
  opacity: 1 !important;
}
.takumi-index .list li[class^=takumi]:nth-child(odd) .item .name {
  top: 30px;
  right: 40px;
}
.takumi-index .list li[class^=takumi]:nth-child(even) .item .name {
  top: 30px;
  left: 40px;
}
.takumi-index .list li[class^=takumi]:nth-child(1) {
  width: 60.15625%;
  margin-left: -5.859375%;
  z-index: 5;
}
.takumi-index .list li[class^=takumi]:nth-child(1) .item .job {
  left: 65px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(1) .item .job img {
    width: auto;
    height: 9.6vw;
  }
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(1) .item .img img {
    -o-object-position: top 0 right -36vw;
       object-position: top 0 right -36vw;
  }
}
.takumi-index .list li[class^=takumi]:nth-child(2) {
  width: 45.3125%;
  margin-top: 10.546875%;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(2) .item .img img {
    height: 104vw;
    -o-object-position: top 0 right -16vw;
       object-position: top 0 right -16vw;
  }
}
.takumi-index .list li[class^=takumi]:nth-child(2) .item .job {
  left: 45px;
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(2) .item .job img {
    width: auto;
    height: 9.6vw;
  }
}
.takumi-index .list li[class^=takumi]:nth-child(3) {
  width: 46.875%;
  margin-top: -12.109375%;
  margin-left: -8.984375%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(3) .item .img img {
    height: 92vw;
    -o-object-position: top 0 right -16vw;
       object-position: top 0 right -16vw;
  }
}
.takumi-index .list li[class^=takumi]:nth-child(3) .item .job {
  left: 65px;
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(3) .item .job img {
    width: auto;
    height: 9.6vw;
  }
}
.takumi-index .list li[class^=takumi]:nth-child(4) {
  width: 61.71875%;
  margin-top: 17.96875%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(4) .img img {
    -o-object-position: top 0 right -27vw;
       object-position: top 0 right -27vw;
    height: 80vw;
  }
}
.takumi-index .list li[class^=takumi]:nth-child(4) .item .job {
  align-items: center;
  left: 40px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(4) .item .job img {
    width: auto;
    height: 12vw;
  }
}
.takumi-index .list li[class^=takumi]:nth-child(4) .item .name {
  top: inherit;
  bottom: 35px;
}
.takumi-index .list li[class^=takumi]:nth-child(5) {
  width: 40.234375%;
  margin-top: -6.640625%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(5) .img img {
    -o-object-position: top 0 right -12vw;
       object-position: top 0 right -12vw;
    height: 127vw;
  }
}
.takumi-index .list li[class^=takumi]:nth-child(5) .item .job {
  left: 45px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(5) .item .job img {
    width: auto;
    height: 19.2vw;
  }
}
.takumi-index .list li[class^=takumi]:nth-child(6) {
  width: 53.125%;
  margin-top: 11.71875%;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(6) .img img {
    -o-object-position: top 0 right -22vw;
       object-position: top 0 right -22vw;
    height: 92vw;
  }
}
.takumi-index .list li[class^=takumi]:nth-child(6) .item .job {
  left: 45px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(6) .item .job img {
    width: auto;
    height: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(n) {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(n) .item .name {
    top: inherit;
    right: inherit;
    bottom: 4.2666666667vw;
    left: 5.3333333333vw;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(n) .item .job {
    bottom: inherit;
    top: 8vw;
    left: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .takumi-index .list li[class^=takumi]:nth-child(n) + li {
    margin-top: 0;
  }
}

.button-blank{
  text-align: center;
  padding-bottom: 2em;
}
.button-blank a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5em 1em;
  border-radius: 30px;
  background-color: #FFF;
  color: #363636;
  border: 1px solid #363636;
  font-size: 1.4rem;
  font-weight: bold;
  width: auto !important;
  gap: 10px;
}
.button-blank a:hover{
  background-color: #EEE;
}
.button-blank a:hover:after{
  right: 0px !important;
}
.button-blank a:after {
  content: "";
  background-image: url("../company/specialist/detail/icon-blank.svg");
  width: 17px;
  height: 17px;
  display: inline-block;
}



/*# sourceMappingURL=takumi.css.map */
main {
    padding-bottom: 0 !important;
}
footer {
    position: relative !important;
    width: 100% !important;
    z-index: 3 !important;
}