@charset "UTF-8";
body, *, :before, :after {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.el_hover_border {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1875rem;
}
.el_hover_border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.el_hover_border:hover {
  cursor: pointer;
}
.el_hover_border:hover::after {
  transform: scaleX(1);
}

.el_btn_hover_area {
  color: #030303;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .el_btn_hover_area:hover:hover .el_more_btn {
    color: #fff;
  }
  .el_btn_hover_area:hover:hover .el_more_btn::before {
    left: 0;
  }
  .el_btn_hover_area:hover:hover .el_hover_border::after {
    transform: scaleX(1);
  }
  .el_btn_hover_area:hover:hover .el_hover_image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
}

html {
  font-size: clamp(12px, 1.333vw, 16px); /* 1.333vw = 16px at 1200px */
}

@media (min-width: 831px) {
  .hp_pcNone {
    display: none !important;
  }
  .bl_Breadcrumb {
    font-size: 1rem;
    margin: 0.9375rem 0 3.75rem 1.25rem;
    display: flex;
  }
  .bl_Breadcrumb .current-item {
    color: #808080;
  }
  .el_sectionLink_btn a {
    display: block;
    color: #fff;
    background-color: #030303;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    padding: 1.375rem 0;
    width: 16.875rem;
    margin: 0 auto;
    border: solid 1px;
    border-radius: 2.5rem;
  }
  .el_sectionLink_btn a:visited {
    color: #fff;
  }
  .el_sectionLink_btn a::after {
    content: "→";
    font-weight: bold;
    position: absolute;
    top: 38%;
    right: 1.25rem;
  }
}
@media (min-width: 831px) and (hover: hover) and (pointer: fine) {
  .el_sectionLink_btn a:hover:hover {
    color: #030303;
    background-color: #FFCC1E;
    border-color: #FFCC1E;
  }
}
@media (min-width: 831px) {
  .dmd_staff_ttl {
    font-size: 5.5rem;
    color: #030303;
    font-weight: 700;
    text-align: center;
  }
  .dmd_staff_subttl {
    font-size: clamp(16px, 2.5vw, 20px);
    color: #030303;
    text-align: center;
    margin: 0.9375rem 0 7.5rem;
    font-weight: 700;
  }
  .bl_staff_wrapper {
    padding-bottom: 6.25rem;
    background: #f4f4f4;
  }
  .bl_staff_info_imgContents {
    position: relative;
    margin: 0 auto;
    top: -60px;
    max-width: clamp(320px, 90vw, 960px);
    text-align: center;
  }
  .bl_staff_info_imgContents img {
    max-width: clamp(320px, 90vw, 960px);
  }
  .bl_staff_info_nameAlphabet {
    position: absolute;
    bottom: -0.9375rem;
    left: 0.625rem;
    font-size: 2.8125rem;
    color: #030303;
    font-weight: bold;
  }
  .bl_staff_info_responsible,
  .bl_staff_bottomContents_responsible {
    color: #919191;
    text-align: center;
  }
  .bl_staff_info_responsible .el_responsible__color,
  .bl_staff_bottomContents_responsible .el_responsible__color {
    color: #030303;
  }
  .bl_staff_info_responsible {
    font-size: clamp(14px, 1.2vw, 18px);
  }
  .bl_staff_info_name {
    text-align: center;
    font-size: clamp(20px, 2.5vw, 30px);
    margin-top: clamp(10px, 1.3vw, 20px);
    color: #030303;
    font-weight: bold;
  }
  .bl_staff_info_Bottomcontents {
    max-width: 60rem;
    margin: 3.75rem auto 0;
  }
  .bl_staff_info_ttl {
    font-size: 3rem;
    font-weight: 900;
    color: #030303;
    padding-bottom: 0.625rem;
    border-bottom: 0.1875rem solid #030303;
    margin-bottom: 3.125rem;
  }
  .bl_staff_info_txt {
    margin: 0 0 1.875rem 3.125rem;
    font-size: clamp(14px, 1.3vw, 16px);
  }
  .bl_staff_info_messageContents {
    max-width: 60rem;
    margin: 3.75rem auto 0;
    background-color: #fff;
    padding: 1.875rem;
  }
  .bl_staff_info_messageHeading {
    font-size: 1.875rem;
    font-weight: bold;
    color: #030303;
    margin-bottom: 1.25rem;
  }
  .bl_staff_info_messageTxt {
    color: #030303;
    line-height: 1.5;
    font-size: clamp(14px, 1.3vw, 16px);
  }
  .dmd_staff_otherContents {
    padding: 4.375rem 0;
  }
  .dmd_staff_otherTtl {
    font-size: 3.75rem;
    color: #030303;
    font-weight: bold;
    text-align: center;
  }
  .dmd_staff_otherTxt {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    color: #030303;
  }
  .bl_staff_bottomContents {
    padding: 0 3.125rem;
    margin: 4.375rem 0;
  }
  .bl_staff_bottomContents ul {
    gap: 0.625rem;
  }
  .bl_staff_list {
    max-width: 20rem;
  }
  .bl_staff_list:hover .bl_staff_nameAlphabet__word {
    opacity: 1;
    transform: translateX(0);
  }
  .bl_staff_list:hover .bl_staff_nameAlphabet__word::after {
    width: 100%;
  }
  .bl_staff_bottomContents_name {
    text-align: center;
    font-size: 1.25rem;
    color: #030303;
    margin-top: 0.3125rem;
    font-weight: bold;
  }
  .bl_staff_imgContents {
    position: relative;
  }
  .bl_staff_Alphabetname {
    position: absolute;
    bottom: 0.625rem;
    left: 0.625rem;
    line-height: 1.5;
  }
  .bl_staff_nameAlphabet__word {
    font-weight: bold;
    color: #fff;
    font-size: 2.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .bl_staff_nameAlphabet__word::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: width 0.5s ease 0.15s;
  }
  .bl_staff_contents:hover .bl_staff_nameAlphabet__word {
    opacity: 1;
    transform: translateX(0);
  }
  .bl_staff_contents:hover .bl_staff_nameAlphabet__word::after {
    width: 100%;
  }
}
@media (max-width: 831px) {
  .hp_spNone {
    display: none !important;
  }
  .el_sectionLink_btn a {
    display: block;
    color: #fff;
    background-color: #030303;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 4.8192771084vw;
    padding: 4.2168674699vw 0;
    width: 80.7228915663vw;
    margin: 0 auto;
    border: solid 1px;
    border-radius: 7.2289156627vw;
  }
  .el_sectionLink_btn a:visited {
    color: #fff;
  }
  .el_sectionLink_btn a::after {
    content: "→";
    font-weight: bold;
    position: absolute;
    top: 28%;
    right: 3.6144578313vw;
  }
}
@media (max-width: 831px) and (hover: hover) and (pointer: fine) {
  .el_sectionLink_btn a:hover:hover {
    color: #030303;
    background-color: #FFCC1E;
    border-color: #FFCC1E;
  }
}
@media (max-width: 831px) {
  .bl_Breadcrumb {
    font-size: 3.0120481928vw;
    margin: 2.4096385542vw auto;
    display: flex;
    max-width: 89.156626506vw;
  }
  .bl_Breadcrumb .current-item {
    color: #808080;
  }
  .ly_staff {
    background: linear-gradient(to bottom, transparent 0%, transparent 15%, #f4f4f4 15%, #f4f4f4 100%);
  }
  .dmd_staff_ttl {
    font-size: 10.843373494vw;
    color: #030303;
    font-weight: bold;
    text-align: center;
  }
  .dmd_staff_subttl {
    font-size: 3.8554216867vw;
    color: #030303;
    text-align: center;
    margin-bottom: 6.0240963855vw;
    font-weight: 700;
  }
  .bl_staff_wrapper {
    padding-bottom: 12.0481927711vw;
  }
  .bl_staff_info_imgContents {
    position: relative;
    max-width: 89.156626506vw;
    margin: 7.2289156627vw auto 0;
  }
  .bl_staff_info_nameAlphabet {
    position: absolute;
    bottom: -4.8192771084vw;
    left: 0vw;
    font-size: 8.6746987952vw;
    color: #030303;
    font-weight: bold;
  }
  .bl_staff_info_responsible {
    margin-top: 7.2289156627vw;
    font-size: 3.8554216867vw;
    text-align: center;
    font-weight: bold;
    color: #919191;
  }
  .bl_works_imgContents .bl_staff_bottomContents_responsible {
    font-size: 3.6144578313vw;
    font-weight: normal;
    text-align: center;
  }
  .bl_staff_bottomContents_responsible {
    font-weight: bold;
    color: #919191;
    font-size: 3.0120481928vw;
  }
  .bl_staff_info_responsible .el_responsible__color,
  .bl_staff_bottomContents_responsible .el_responsible__color {
    font-weight: bold;
    color: #030303;
  }
  .bl_staff_bottomContents_responsible {
    font-size: 4.8192771084vw;
  }
  .bl_staff_info_name {
    text-align: center;
    font-size: 6.7469879518vw;
    font-weight: bold;
    color: #030303;
    margin-top: 2.4096385542vw;
  }
  .bl_staff_info_Bottomcontents {
    max-width: 90.3614457831vw;
    margin: 7.2289156627vw auto 0;
  }
  .bl_staff_info_ttl {
    font-size: 7.7108433735vw;
    font-weight: bold;
    color: #030303;
    padding-bottom: 1.2048192771vw;
    border-bottom: 0.6024096386vw solid #030303;
    margin-bottom: 6.0240963855vw;
  }
  .bl_staff_info_txt {
    font-size: 3.8554216867vw;
    margin-bottom: 2.4096385542vw;
  }
  .bl_staff_info_messageContents {
    max-width: 115.6626506024vw;
    margin: 12.0481927711vw auto 0;
    background-color: #fff;
    padding: 3.6144578313vw 3.6144578313vw 6.0240963855vw;
  }
  .bl_staff_info_messageHeading {
    font-size: 5.7831325301vw;
    font-weight: bold;
    color: #030303;
    margin-bottom: 2.4096385542vw;
  }
  .bl_staff_info_messageTxt {
    color: #030303;
    line-height: 1.8;
    font-size: 3.8554216867vw;
  }
  .dmd_staff_otherContents {
    padding: 8.4337349398vw 0 12.0481927711vw;
    background: #fff;
  }
  .dmd_staff_otherTtl {
    font-size: 11.5662650602vw;
    color: #030303;
    font-weight: 900;
    text-align: center;
  }
  .dmd_staff_otherTxt {
    font-size: 3.8554216867vw;
    font-weight: bold;
    text-align: center;
    color: #030303;
  }
  .bl_staff_bottomContents {
    padding: 0 6.0240963855vw;
    margin-top: 8.4337349398vw;
  }
  .bl_staff_list {
    max-width: 38.5542168675vw;
  }
  .bl_staff_bottomContents_name {
    text-align: center;
    font-size: 4.8192771084vw;
    color: #030303;
    margin-top: 0.6024096386vw;
    font-weight: bold;
  }
  .bl_staff_splide {
    margin: 9.6385542169vw 0;
  }
  .bl_staff_btn a {
    width: 65.0602409639vw;
    margin: 0 auto;
    font-size: 3.3734939759vw;
  }
  .bl_staff_btn a::after {
    top: 33%;
  }
}
