@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_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: 35%;
  right: 1.25rem;
}
@media (hover: hover) and (pointer: fine) {
  .el_sectionLink_btn a:hover:hover {
    color: #030303;
    background-color: #FFCC1E;
    border-color: #FFCC1E;
  }
}

.el_more_btn {
  display: block;
  color: #030303;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.375rem 0;
  width: 5.625rem;
  border: solid 1px;
  border-radius: 1.875rem;
  overflow: hidden;
  transition: color 0.6s ease;
  z-index: 2;
}
.el_more_btn:visited {
  color: #030303;
}
.el_more_btn::after {
  content: "→";
  font-weight: bold;
  position: absolute;
  top: 25%;
  right: 0.5rem;
}
.el_more_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: left 0.3s ease;
  z-index: -1;
}

@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 {
    position: relative;
  }
  .el_btn_hover_area:hover:hover .el_hover_image::before {
    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 */
}

.post.post-interview.current-item {
  color: #fff;
}

.dmd_bl_info_mainContents {
  padding-bottom: 7.5rem;
  background: #F4F4F4;
}

.bl_info_fvContents_wrapper {
  position: relative;
  max-width: 100%;
}

@media (min-width: 831px) {
  .hp_pcNone {
    display: none !important;
  }
  .dmd_fv_img {
    width: 100%;
  }
  .dmd_fv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .bl_fv_txt {
    position: absolute;
    bottom: clamp(56px, 8vw, 90px);
    left: clamp(90px, 12vw, 150px);
    color: #030303;
    line-height: 1.4;
  }
  .bl_fv_txt .bl_fv_txt__line {
    font-size: clamp(28px, 4.7vw, 50px);
    font-weight: 900;
    display: inline-block;
    background: #fff;
    padding: 5px;
    margin-bottom: clamp(6px, 1.5vw, 10px);
  }
  .bl_question {
    font-size: clamp(30px, 5.6vw, 64px);
  }
  .bl_info_topTtl {
    margin-top: clamp(30px, 6vw, 50px);
    color: #030303;
    font-weight: bold;
  }
  .bl_Breadcrumb {
    position: absolute;
    top: clamp(6px, 1.5vw, 10px);
    left: clamp(18px, 3vw, 30px);
  }
  .bl_Breadcrumb a {
    color: #030303;
  }
  .bl_interview_wrapper {
    max-width: clamp(320px, 90vw, 960px);
    margin: 0 auto;
    padding: 0 1rem;
  }
  .bl_interview_wrapper p {
    font-size: clamp(14px, 1vw, 16px);
    max-width: clamp(280px, 85vw, 960px);
    margin-bottom: clamp(12px, 3vw, 20px);
    line-height: 1.8;
    padding-right: clamp(12px, 3vw, 30px);
  }
  .wp-block-heading {
    font-size: clamp(20px, 3vw, 36px);
    padding-bottom: clamp(16px, 3vw, 25px);
    margin: clamp(40px, 6.6vw, 60px) 0 clamp(20px, 3.4vw, 40px);
    padding-left: clamp(60px, 7vw, 80px);
    border-bottom: 3px solid #030303;
    color: #030303;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.3;
  }
  .wp-block-heading::before {
    content: "Q.";
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: clamp(32px, 5.9vw, 64px);
    left: 0;
  }
  .wp-block-heading br {
    display: none;
  }
  .wp-block-gallery,
  .wp-block-image {
    margin: clamp(20px, 3.4vw, 40px) 0;
  }
  .bl_interview_bottomContents {
    max-width: clamp(320px, 97.3vw, 1400px);
    margin: clamp(30px, 6vw, 50px) auto clamp(50px, 10vw, 80px);
  }
  .bl_interview_bottomContents .bl_interview_list {
    max-width: clamp(260px, 40vw, 450px);
    padding: 0;
  }
  .bl_interview_bottomContents .bl_interview_list a {
    color: #030303;
    text-decoration: none;
  }
  .bl_interview_text {
    margin: clamp(15px, 1.5vw, 25px) 0;
    padding: 0 clamp(3px, 1vw, 5px);
  }
  .bl_interview_text span {
    position: relative;
    font-size: clamp(14px, 1.8vw, 26px);
    color: #030303;
    line-height: 1.2;
    font-weight: 800;
    display: inline-block;
    overflow: hidden;
    line-height: 1.5;
  }
  .bl_interview_text span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: currentColor;
    transition: width 0.4s ease;
  }
  .el_btn_hover_area:hover .bl_interview_text span::after {
    width: 100%;
  }
  .el_btn_hover_area:hover .bl_interview_text span:nth-of-type(2)::after {
    transition-delay: 0.1s;
  }
  .el_btn_hover_area:hover .bl_interview_text span:nth-of-type(3)::after {
    transition-delay: 0.2s;
  }
  .bl_interview_btn {
    margin-left: auto;
  }
  .dmd_interview_otherContents {
    margin: clamp(40px, 8vw, 70px) 0;
  }
  .dmd_interview_otherTtl {
    font-size: clamp(45px, 8vw, 88px);
    font-weight: 700;
  }
  .dmd_interview_otherTxt {
    font-size: clamp(14px, 2vw, 20px);
    margin-top: clamp(12px, 3vw, 20px);
    font-weight: 700;
  }
  .dmd_interview_otherTtl,
  .dmd_interview_otherTxt {
    text-align: center;
    color: #030303;
  }
  .el_sectionLink_btn.el_works_btn {
    margin-top: clamp(36px, 6vw, 60px);
  }
}
@media (max-width: 830px) {
  .hp_spNone {
    display: none !important;
  }
  .bl_Breadcrumb {
    display: flex;
  }
  .bl_fv_txt {
    position: absolute;
    bottom: 3.6144578313vw;
    left: 2.4096385542vw;
    color: #030303;
    line-height: 1.4;
  }
  .bl_fv_txt .bl_fv_txt__line {
    font-size: 5.0602409639vw;
    font-weight: 900;
    display: inline-block;
    background: #fff;
    padding: 0.6024096386vw;
    margin-bottom: 1.2048192771vw;
  }
  .bl_info_topTtl {
    margin-top: 6.0240963855vw;
    color: #030303;
    font-weight: bold;
    font-size: 4.3373493976vw;
  }
  .bl_Breadcrumb {
    margin-left: 1.2048192771vw;
  }
  .bl_Breadcrumb a {
    color: #030303;
  }
  .bl_Breadcrumb .post.post-interview.current-item {
    color: #808080;
  }
  .bl_interview_wrapper {
    max-width: 115.6626506024vw;
    margin: 0 auto;
    padding: 0 4.8192771084vw;
  }
  .bl_interview_wrapper .bl_info_topTtl {
    margin-top: 6.0240963855vw;
    color: #030303;
    font-weight: bold;
    font-size: 4.3373493976vw;
  }
  .bl_interview_wrapper p {
    max-width: 108.4337349398vw;
    margin-bottom: 3.6144578313vw;
    line-height: 1.8;
    font-size: 3.8554216867vw;
  }
  .wp-block-heading {
    font-size: 4.3373493976vw;
    padding-bottom: 3.0120481928vw;
    margin: 7.2289156627vw 0 3.6144578313vw;
    border-bottom: 2px solid #030303;
    color: #030303;
    padding-left: 10.843373494vw;
    position: relative;
    height: 15.6626506024vw;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  .wp-block-heading::before {
    content: "Q.";
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 10.1204819277vw;
    left: 0;
  }
  .wp-block-image {
    margin: 9.6385542169vw 0;
  }
  .bl_interview_splide {
    margin-bottom: 8.4337349398vw;
  }
  .bl_interview_splide h3 {
    font-size: 3.8554216867vw;
  }
  .bl_interview_splide li {
    width: 84.3373493976vw !important;
    margin-right: 1.2048192771vw;
  }
  .bl_interview_splide li a {
    color: #030303;
  }
  .bl_interview_text {
    margin-top: 1.8072289157vw;
  }
  .bl_interview_text span {
    font-size: 5.0602409639vw;
    font-weight: bold;
  }
  .bl_interview_btn {
    margin: 4.8192771084vw 0 0 auto;
    padding: 0.6024096386vw 0;
  }
  .dmd_interview_otherContents {
    margin: 6.0240963855vw 0 18.0722891566vw;
  }
  .dmd_interview_otherTtl {
    font-size: 11.5662650602vw;
    font-weight: 700;
  }
  .dmd_interview_otherTxt {
    font-size: 3.8554216867vw;
    margin-bottom: 3.6144578313vw;
    font-weight: 700;
  }
  .dmd_interview_otherTtl,
  .dmd_interview_otherTxt {
    text-align: center;
    color: #030303;
  }
  .el_sectionLink_btn.el_works_btn {
    margin-top: 7.2289156627vw;
  }
  .bl_question {
    font-size: 9.8795180723vw;
  }
}
