@charset "UTF-8";
/* ------------------------------------------------------------------
   Interviews#index  (導入事例 一覧)         2025-06-23 update
   依存: _constants.scss / _common.scss / components/lp/v3/_header.scss
------------------------------------------------------------------- */
/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 4, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer {
  padding: 50px 0 0;
  margin: 0;
  background: #3C3C3C;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  /* line 4, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer {
    padding: 25px 0;
    font-size: 14px;
  }
}

/* line 14, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-inner {
  max-width: 1080px;
  width: 92%;
  margin: auto;
}

/* line 19, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-logo {
  width: 158px;
  margin: auto;
}

/* line 24, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-menu01, .footer-menu02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  /* line 24, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu01, .footer-menu02 {
    text-align: left;
  }
}

/* line 31, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-menu01 li, .footer-menu02 li {
  margin: 0 12px;
}

@media screen and (max-width: 768px) {
  /* line 31, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu01 li, .footer-menu02 li {
    margin: 0;
  }
  /* line 35, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu01 li a, .footer-menu02 li a {
    display: block;
    padding: 5px 0;
  }
}

/* line 42, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-menu01 {
  margin: 28px 0 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  /* line 42, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu01 {
    display: block;
    margin: 25px 0 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 52, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu02 {
    justify-content: flex-start;
  }
  /* line 55, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu02 li {
    width: 50%;
  }
}

/* line 61, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sns-buttons {
  max-width: 300px;
  margin: 12px auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  /* line 61, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-sns-buttons {
    max-width: 375px;
  }
}

/* line 69, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sns-buttons .footer-sns-button {
  width: 47%;
}

/* line 71, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sns-buttons .footer-sns-button a {
  display: block;
  border-radius: 4px;
  padding: 3px 20px 3px 40px;
}

/* line 78, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sns-buttons .twitter a {
  padding-left: 40px;
  font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  background: url(/assets/lp/common/x-3f63814567ee52cf9c076987442505a6413a874e88a64b0c8054158ac676ed94.svg) no-repeat left 10% center/auto 50% black;
}

/* line 85, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sns-buttons .instagram a {
  font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  background: url(/assets/lp/common/btn-cmn-sns-ig-9d60a13c948915f7b00aa9f9a934ea6f93e913cc59ba33165bcbc92bbaacc253.svg) no-repeat left 3% center/auto 90% #CF2E92;
}

/* line 91, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sub-menu {
  background-color: #f8f8f8;
  margin-top: 70px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  /* line 91, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-sub-menu {
    margin-top: 30px;
    justify-content: flex-start;
    padding: 15px 8% 0;
  }
}

/* line 104, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sub-menu li {
  margin: 0 18px;
}

@media screen and (max-width: 768px) {
  /* line 104, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-sub-menu li {
    margin: 0 25px 15px 0;
  }
}

/* line 109, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sub-menu li a {
  color: #474747;
  position: relative;
}

/* line 112, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sub-menu li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid #474747;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
}

/* line 129, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-copyright {
  padding: 5px 0 10px;
}

/* line 133, app/assets/stylesheets/components/lp/v2/_footer.scss */
.box-back-top {
  width: 43px;
  height: 43px;
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* line 145, app/assets/stylesheets/components/lp/v2/_footer.scss */
.box-back-top.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 6, app/assets/stylesheets/_common.scss */
html {
  font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.8;
  color: #000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, app/assets/stylesheets/_common.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

/* line 38, app/assets/stylesheets/_common.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 43, app/assets/stylesheets/_common.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 44, app/assets/stylesheets/_common.scss */
ul, ol {
  list-style-type: none;
}

/* line 46, app/assets/stylesheets/_common.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/_common.scss */
nav ul {
  list-style: none;
}

/* line 57, app/assets/stylesheets/_common.scss */
blockquote, q {
  quotes: none;
}

/* line 61, app/assets/stylesheets/_common.scss */
body {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  background-color: #f8f8f8;
}

/* line 67, app/assets/stylesheets/_common.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 73, app/assets/stylesheets/_common.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #3C3C3C;
  text-decoration-line: none;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 85, app/assets/stylesheets/_common.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 92, app/assets/stylesheets/_common.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 99, app/assets/stylesheets/_common.scss */
del {
  text-decoration: line-through;
}

/* line 103, app/assets/stylesheets/_common.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 108, app/assets/stylesheets/_common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 114, app/assets/stylesheets/_common.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 123, app/assets/stylesheets/_common.scss */
input, select {
  vertical-align: text-bottom;
}

/* line 127, app/assets/stylesheets/_common.scss */
li {
  list-style: none;
}

/* line 131, app/assets/stylesheets/_common.scss */
a {
  color: #3C3C3C;
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/_common.scss */
input::placeholder {
  color: #aaa;
}

/* line 140, app/assets/stylesheets/_common.scss */
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

/* line 148, app/assets/stylesheets/_common.scss */
.logo_image_width {
  max-width: 100px;
}

/********/
/* line 155, app/assets/stylesheets/_common.scss */
footer {
  background-color: #fff;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
  clear: both;
  font-size: 16px;
  width: 100%;
}

/* line 162, app/assets/stylesheets/_common.scss */
footer a {
  color: #fff;
}

/* line 164, app/assets/stylesheets/_common.scss */
footer *, footer *:before, footer *:after {
  box-sizing: border-box;
}

/* line 167, app/assets/stylesheets/_common.scss */
footer .col_3 {
  width: 100%;
  display: inline-flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  text-align: left;
}

/* line 175, app/assets/stylesheets/_common.scss */
footer .col_3 > div {
  width: 33.33333%;
}

/* line 178, app/assets/stylesheets/_common.scss */
footer p {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  /* line 185, app/assets/stylesheets/_common.scss */
  footer .col_3 > div {
    width: 100%;
    text-align: center;
  }
  /* line 189, app/assets/stylesheets/_common.scss */
  footer .bb-white {
    border-bottom: 1px solid #fff;
  }
}

/* -------------------------------------------------------------- */
/* ロールオーバーアニメーション用 */
/* -------------------------------------------------------------- */
/* line 198, app/assets/stylesheets/_common.scss */
a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 204, app/assets/stylesheets/_common.scss */
a:hover {
  opacity: .7;
}

/* line 207, app/assets/stylesheets/_common.scss */
a:-webkit-any-link {
  cursor: pointer;
}

/* line 212, app/assets/stylesheets/_common.scss */
.is-relative {
  position: relative;
}

/* line 216, app/assets/stylesheets/_common.scss */
span.Br::before {
  content: "\A";
  white-space: pre;
}

/********/
/* line 222, app/assets/stylesheets/_common.scss */
#wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  padding-top: 60px;
  /*  overflow: hidden; */
}

@media screen and (max-width: 700px) {
  /* line 222, app/assets/stylesheets/_common.scss */
  #wrapper {
    margin-top: 0px;
  }
}

/* line 233, app/assets/stylesheets/_common.scss */
h1 {
  margin: 12px;
  text-align: center;
  font-size: 24px;
}

/* line 238, app/assets/stylesheets/_common.scss */
h2 {
  font-size: 20px;
}

/* line 241, app/assets/stylesheets/_common.scss */
h3 {
  font-size: 16px;
}

/* line 245, app/assets/stylesheets/_common.scss */
img {
  margin: 0;
  padding: 0;
  border-style: none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

/* line 254, app/assets/stylesheets/_common.scss */
.mg8auto {
  margin: 8px auto;
}

/* line 257, app/assets/stylesheets/_common.scss */
.mg20auto {
  margin: 20px auto;
}

/* line 260, app/assets/stylesheets/_common.scss */
.mg16-0 {
  margin: 16px 0;
}

/* line 263, app/assets/stylesheets/_common.scss */
.mg0 {
  margin: 0;
}

/* line 266, app/assets/stylesheets/_common.scss */
.mg2 {
  margin: 2px;
}

/* line 269, app/assets/stylesheets/_common.scss */
.mg6 {
  margin: 6px;
}

/* line 272, app/assets/stylesheets/_common.scss */
.mg8 {
  margin: 8px;
}

/* line 275, app/assets/stylesheets/_common.scss */
.mg12 {
  margin: 12px;
}

/* line 278, app/assets/stylesheets/_common.scss */
.mg16 {
  margin: 16px;
}

/* line 281, app/assets/stylesheets/_common.scss */
.mg30 {
  margin: 30px;
}

/* line 284, app/assets/stylesheets/_common.scss */
.mg40 {
  margin: 40px;
}

/* line 287, app/assets/stylesheets/_common.scss */
.mg60 {
  margin: 60px;
}

/* line 290, app/assets/stylesheets/_common.scss */
.mg0-40 {
  margin: 0px 40px;
}

/* line 293, app/assets/stylesheets/_common.scss */
.mg10-0 {
  margin: 10px 0;
}

/* line 296, app/assets/stylesheets/_common.scss */
.mg20-0 {
  margin: 20px 0;
}

/* line 299, app/assets/stylesheets/_common.scss */
.mg40-0 {
  margin: 40px 0;
}

/* line 302, app/assets/stylesheets/_common.scss */
.mgt0 {
  margin-top: 0px;
}

/* line 305, app/assets/stylesheets/_common.scss */
.mgt8 {
  margin-top: 8px;
}

/* line 308, app/assets/stylesheets/_common.scss */
.mgt12 {
  margin-top: 12px;
}

/* line 311, app/assets/stylesheets/_common.scss */
.mgt24 {
  margin-top: 24px;
}

/* line 314, app/assets/stylesheets/_common.scss */
.mgt40 {
  margin-top: 40px;
}

/* line 317, app/assets/stylesheets/_common.scss */
.mgt100 {
  margin-top: 100px;
}

/* line 320, app/assets/stylesheets/_common.scss */
.mgb0 {
  margin-bottom: 0px;
}

/* line 323, app/assets/stylesheets/_common.scss */
.mgb8 {
  margin-bottom: 8px;
}

/* line 326, app/assets/stylesheets/_common.scss */
.mgb12 {
  margin-bottom: 12px;
}

/* line 329, app/assets/stylesheets/_common.scss */
.mgb16 {
  margin-bottom: 16px;
}

/* line 332, app/assets/stylesheets/_common.scss */
.mgb24 {
  margin-bottom: 24px;
}

/* line 335, app/assets/stylesheets/_common.scss */
.mgb40 {
  margin-bottom: 40px;
}

/* line 338, app/assets/stylesheets/_common.scss */
.mgb48 {
  margin-bottom: 48px;
}

/* line 341, app/assets/stylesheets/_common.scss */
.mgr8 {
  margin-right: 8px;
}

/* line 344, app/assets/stylesheets/_common.scss */
.mgr12 {
  margin-right: 12px;
}

/* line 347, app/assets/stylesheets/_common.scss */
.mgr20 {
  margin-right: 20px;
}

/* line 350, app/assets/stylesheets/_common.scss */
.mgl12 {
  margin-left: 12px;
}

/* line 353, app/assets/stylesheets/_common.scss */
.mgl20 {
  margin-left: 20px;
}

/* line 356, app/assets/stylesheets/_common.scss */
.mgl40 {
  margin-left: 40px;
}

/* line 359, app/assets/stylesheets/_common.scss */
.mgl60 {
  margin-left: 60px;
}

/* line 362, app/assets/stylesheets/_common.scss */
.mgy50 {
  margin: 50px 0;
}

/* line 365, app/assets/stylesheets/_common.scss */
.pd0 {
  padding: 0;
}

/* line 368, app/assets/stylesheets/_common.scss */
.pd4 {
  padding: 4px;
}

/* line 371, app/assets/stylesheets/_common.scss */
.pd8 {
  padding: 8px;
}

/* line 374, app/assets/stylesheets/_common.scss */
.pd16 {
  padding: 16px;
}

/* line 377, app/assets/stylesheets/_common.scss */
.pd30 {
  padding: 30px;
}

/* line 380, app/assets/stylesheets/_common.scss */
.pd0-12 {
  padding: 0px 12px;
}

/* line 383, app/assets/stylesheets/_common.scss */
.pd0-24 {
  padding: 0px 24px;
}

/* line 386, app/assets/stylesheets/_common.scss */
.pd12-24 {
  padding: 12px 24px;
}

/* line 389, app/assets/stylesheets/_common.scss */
.pd20-40 {
  padding: 20px 40px;
}

/* line 392, app/assets/stylesheets/_common.scss */
.pd12-52 {
  padding: 12px 52px;
}

/* line 395, app/assets/stylesheets/_common.scss */
.pd12-0 {
  padding: 12px 0px;
}

/* line 398, app/assets/stylesheets/_common.scss */
.pd24-0 {
  padding: 24px 0px;
}

/* line 401, app/assets/stylesheets/_common.scss */
.pdt0 {
  padding-top: 0px;
}

/* line 404, app/assets/stylesheets/_common.scss */
.pdt24 {
  padding-top: 24px;
}

/* line 407, app/assets/stylesheets/_common.scss */
.pdt40 {
  padding-top: 40px;
}

/* line 410, app/assets/stylesheets/_common.scss */
.pd16-0 {
  padding: 16px 0px;
}

/* line 413, app/assets/stylesheets/_common.scss */
.pd40-0 {
  padding: 40px 0px;
}

/* line 416, app/assets/stylesheets/_common.scss */
.pdb24 {
  padding-bottom: 24px;
}

/* line 419, app/assets/stylesheets/_common.scss */
.pdb40 {
  padding-bottom: 40px;
}

/* line 422, app/assets/stylesheets/_common.scss */
.pd_l_4 {
  padding-left: 4px;
}

/* line 425, app/assets/stylesheets/_common.scss */
.pd_l_8 {
  padding-left: 8px;
}

/* line 428, app/assets/stylesheets/_common.scss */
.d_b {
  display: block;
}

/* line 431, app/assets/stylesheets/_common.scss */
.d_i_f {
  display: inline-flex;
}

/* line 434, app/assets/stylesheets/_common.scss */
.d_f {
  display: flex;
}

/* line 437, app/assets/stylesheets/_common.scss */
.d_i_b {
  display: inline-block;
}

/* line 440, app/assets/stylesheets/_common.scss */
.d_c {
  display: contents;
}

/* line 443, app/assets/stylesheets/_common.scss */
.d_none {
  display: none;
}

/* line 446, app/assets/stylesheets/_common.scss */
.bb-1 {
  border-bottom: 1px solid #707070;
}

/* line 450, app/assets/stylesheets/_common.scss */
.fo-14 {
  font-size: 14px;
}

/* line 453, app/assets/stylesheets/_common.scss */
.fo-18 {
  font-size: 18px;
}

/* line 456, app/assets/stylesheets/_common.scss */
.fo-20 {
  font-size: 20px;
}

/* line 459, app/assets/stylesheets/_common.scss */
.fo-30 {
  font-size: 30px;
}

/* line 463, app/assets/stylesheets/_common.scss */
.fo-sm {
  font-size: 12px;
}

/* line 466, app/assets/stylesheets/_common.scss */
.fo-normal {
  font-size: 14px;
}

/* line 469, app/assets/stylesheets/_common.scss */
.fo-lg {
  font-size: 16px;
}

/* line 472, app/assets/stylesheets/_common.scss */
.fo-xlg {
  font-size: 20px;
}

/* line 475, app/assets/stylesheets/_common.scss */
.fo-2xlg {
  font-size: 24px;
}

/* line 480, app/assets/stylesheets/_common.scss */
.fow-normal {
  font-weight: normal;
}

/* line 483, app/assets/stylesheets/_common.scss */
.fow-bold {
  font-weight: bold;
}

/* line 486, app/assets/stylesheets/_common.scss */
.font-bold {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

/* line 492, app/assets/stylesheets/_common.scss */
.text-left {
  text-align: left;
}

/* line 495, app/assets/stylesheets/_common.scss */
.text-center {
  text-align: center;
  text-align: -webkit-center;
}

/* line 499, app/assets/stylesheets/_common.scss */
.text-right {
  text-align: right;
}

/* line 503, app/assets/stylesheets/_common.scss */
.float-left {
  float: left;
}

/* line 506, app/assets/stylesheets/_common.scss */
.float-right {
  float: right;
}

/* line 510, app/assets/stylesheets/_common.scss */
.smp-br {
  display: none;
}

@media (max-width: 801px) {
  /* line 510, app/assets/stylesheets/_common.scss */
  .smp-br {
    display: block;
  }
}

/* line 517, app/assets/stylesheets/_common.scss */
.pc-br {
  display: none;
}

@media screen and (min-width: 801px) {
  /* line 517, app/assets/stylesheets/_common.scss */
  .pc-br {
    display: block;
  }
}

/* line 524, app/assets/stylesheets/_common.scss */
.pc_show {
  display: none;
}

@media screen and (min-width: 801px) {
  /* line 524, app/assets/stylesheets/_common.scss */
  .pc_show {
    display: inline;
  }
}

/* line 530, app/assets/stylesheets/_common.scss */
.sp_show {
  display: none;
}

@media screen and (max-width: 801px) {
  /* line 530, app/assets/stylesheets/_common.scss */
  .sp_show {
    display: inline;
  }
}

@media screen and (max-width: 801px) {
  /* line 538, app/assets/stylesheets/_common.scss */
  .smp-br + .smp-br::before {
    content: "\A";
    white-space: pre;
  }
}

/* line 545, app/assets/stylesheets/_common.scss */
.box-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* line 549, app/assets/stylesheets/_common.scss */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 12px;
}

/* line 556, app/assets/stylesheets/_common.scss */
table th {
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #707070;
}

/* line 566, app/assets/stylesheets/_common.scss */
table th, table td {
  padding: 6px 12px;
}

/* line 574, app/assets/stylesheets/_common.scss */
.radius-btn {
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  border-radius: 4px;
}

/* line 581, app/assets/stylesheets/_common.scss */
.common-btn {
  color: #fff;
  padding: 6px 12px;
  margin: 0;
  text-align: center;
  border-radius: 8px;
  background-color: #40AAEF;
  font-weight: bold;
  cursor: pointer;
  width: fit-content;
}

/* line 592, app/assets/stylesheets/_common.scss */
.common-btn:hover {
  opacity: 0.8;
}

/* line 596, app/assets/stylesheets/_common.scss */
.link-btn {
  background-color: #40AAEF;
  border: 1px solid #40AAEF;
  text-decoration: none;
  padding: 8px;
  color: #fff;
  width: 100%;
}

/* line 604, app/assets/stylesheets/_common.scss */
.link-btn:hover {
  background-color: #0E7AC4;
  border: 1px solid #0E7AC4;
}

/* line 609, app/assets/stylesheets/_common.scss */
.link_color {
  color: #0E7AC4;
}

/* line 612, app/assets/stylesheets/_common.scss */
.bg-color-white-smoke {
  background-color: #f8f8f8;
}

/* line 615, app/assets/stylesheets/_common.scss */
.bg-color-blue {
  background-color: #40AAEF;
}

/* line 618, app/assets/stylesheets/_common.scss */
.bg-color-white {
  background-color: #fff;
}

/* line 621, app/assets/stylesheets/_common.scss */
.bg-color-green {
  background-color: #4DB6AC;
}

/* line 624, app/assets/stylesheets/_common.scss */
.bg-color-deep-green {
  background-color: #3B9198;
}

/* line 627, app/assets/stylesheets/_common.scss */
.bg-color-red {
  background-color: #ff0900;
}

/* line 630, app/assets/stylesheets/_common.scss */
.bg-color-pink {
  background-color: #f26964;
}

/* line 633, app/assets/stylesheets/_common.scss */
.bg-color-dark-perple {
  background-color: #1B224C;
}

/* line 636, app/assets/stylesheets/_common.scss */
.bg-color-dark-blue {
  background-color: #dbe1e8;
}

/* line 639, app/assets/stylesheets/_common.scss */
.bg-color-black {
  background-color: #3C3C3C;
}

/* line 644, app/assets/stylesheets/_common.scss */
.white-color {
  color: #fff;
}

/* line 647, app/assets/stylesheets/_common.scss */
.pink-color {
  color: #f26964;
}

/* line 650, app/assets/stylesheets/_common.scss */
.green-color {
  color: #4DB6AC;
}

/* line 653, app/assets/stylesheets/_common.scss */
.deep-green-color {
  color: #3B9198;
}

/* line 656, app/assets/stylesheets/_common.scss */
.black-color {
  color: #3C3C3C;
}

/* line 659, app/assets/stylesheets/_common.scss */
.red-color {
  color: #ff0900;
}

/* line 662, app/assets/stylesheets/_common.scss */
.blue-color {
  color: #0E7AC4;
}

/* line 665, app/assets/stylesheets/_common.scss */
.gray-color {
  color: #707070;
}

/* line 668, app/assets/stylesheets/_common.scss */
.gray-white-color {
  color: #aaa;
}

/* line 671, app/assets/stylesheets/_common.scss */
.green-border {
  border: 2px solid #4DB6AC;
}

/* line 674, app/assets/stylesheets/_common.scss */
.pink-border {
  border: 2px solid #f26964;
}

/* line 678, app/assets/stylesheets/_common.scss */
.w_auto {
  width: auto;
}

/* line 681, app/assets/stylesheets/_common.scss */
.max-100 {
  max-width: 100px;
}

/* line 684, app/assets/stylesheets/_common.scss */
.max-300 {
  max-width: 300px;
}

/* line 687, app/assets/stylesheets/_common.scss */
.max-600 {
  max-width: 600px;
}

/* line 690, app/assets/stylesheets/_common.scss */
.max-1000 {
  max-width: 1000px;
}

/* line 693, app/assets/stylesheets/_common.scss */
.max-1200 {
  max-width: 1200px;
}

/* line 696, app/assets/stylesheets/_common.scss */
.common_section {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

/* line 702, app/assets/stylesheets/_common.scss */
.news {
  position: relative;
}

/* line 705, app/assets/stylesheets/_common.scss */
.news::before {
  content: "！";
  position: absolute;
  top: -15px;
  left: -10px;
  color: #FFF;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  width: 20px;
  background: #F00;
  border-radius: 50%;
}

/* line 719, app/assets/stylesheets/_common.scss */
.breadcrumbs {
  padding: 10px 30px;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 801px) {
  /* line 719, app/assets/stylesheets/_common.scss */
  .breadcrumbs {
    padding: 2px 10px;
    letter-spacing: 1px;
    font-size: 10px;
  }
}

@media screen and (max-width: 540px) {
  /* line 732, app/assets/stylesheets/_common.scss */
  * {
    font-size: 14px;
  }
  /* line 735, app/assets/stylesheets/_common.scss */
  h1 {
    font-size: 24px;
  }
  /* line 738, app/assets/stylesheets/_common.scss */
  .column_contents {
    column-count: 1;
  }
  /* line 741, app/assets/stylesheets/_common.scss */
  .sp_d_b {
    display: block;
  }
}

@media only screen and (min-width: 541px) and (max-width: 800px) {
  /* line 746, app/assets/stylesheets/_common.scss */
  .column_contents {
    column-count: 2;
  }
}

@media screen and (min-width: 800px) {
  /* line 751, app/assets/stylesheets/_common.scss */
  .column_contents {
    column-count: 4;
  }
}

/* line 1, app/assets/stylesheets/components/_interview_markdown.scss */
.interview_markdown {
  text-align: left;
  letter-spacing: 0.05em;
  /* ===== 見出し (h2) – ピンク帯 + 左縦線 ===== */
  /* ===== 小見出し (h3) – 赤文字 + 左に細い横線 ===== */
  /* ===== 以下、前回の装飾（変更なし） ===== */
  /* ───── モバイルで縦並びに戻す ───── */
}

/* line 6, app/assets/stylesheets/components/_interview_markdown.scss */
.interview_markdown h2 {
  clear: both;
  background: #f7e9eb;
  /* やや淡いピンク */
  border-left: 8px solid #B22234;
  /* 左の太い縦線（あずき色） */
  padding: 1rem 1rem;
  margin: 2.5rem 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

/* line 17, app/assets/stylesheets/components/_interview_markdown.scss */
.interview_markdown h2:nth-child(1) {
  margin-top: 0;
}

/* line 22, app/assets/stylesheets/components/_interview_markdown.scss */
.interview_markdown h3 {
  position: relative;
  font-size: 1.15rem;
  font-weight: 700;
  color: #B22234;
  /* 濃い赤 */
  margin: 2rem 0 1rem 0;
  padding-left: 3.5rem;
  /* 横線ぶんのオフセット */
  display: flex;
}

/* line 32, app/assets/stylesheets/components/_interview_markdown.scss */
.interview_markdown h3::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  /* 横線の長さ */
  height: 2px;
  /* 横線の太さ */
  background: #c42033;
  /* あずき色（h2の縦線と同色） */
  margin-top: 16px;
}

/* line 44, app/assets/stylesheets/components/_interview_markdown.scss */
.interview_markdown body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  padding: 2rem;
  background: #fff;
  color: #333;
  text-align: left;
}

/* line 52, app/assets/stylesheets/components/_interview_markdown.scss */
.interview_markdown ul {
  margin-left: 1.5em;
  list-style: disc;
}

/* line 53, app/assets/stylesheets/components/_interview_markdown.scss */
.interview_markdown p {
  margin: 0;
  clear: both;
}

/* line 58, app/assets/stylesheets/components/_interview_markdown.scss */
.interview_markdown img {
  width: 40%;
  /* 必要に応じて調整。% 指定だと伸縮がラク */
  max-width: 440px;
  /* 大き過ぎ防止 */
  height: auto;
  display: block;
  /* 余白計算をラクに */
  margin: 0 0 1.2em;
  /* 下だけ少し余白 */
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  float: left;
  margin-right: 2rem;
}

@media (max-width: 768px) {
  /* line 72, app/assets/stylesheets/components/_interview_markdown.scss */
  .interview_markdown img {
    float: none !important;
    /* 左右寄せを無効化 */
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.2em;
  }
}

/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 4, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 {
  background-color: #fcfcfc;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding: 6px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  z-index: 9999;
}

/* line 18, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner {
  width: 96%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 801px) {
  /* line 18, app/assets/stylesheets/components/lp/v3/_header.scss */
  .header-v3 .header-v3-inner {
    padding: 8px 12px;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  /* line 30, app/assets/stylesheets/components/lp/v3/_header.scss */
  .header-v3 .header-v3-inner .header-v3-logo {
    width: 120px;
  }
}

/* line 37, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-nav {
  display: flex;
  align-items: center;
}

/* line 42, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu {
  padding: 10px 20px;
  display: inline-flex;
}

@media screen and (max-width: 801px) {
  /* line 42, app/assets/stylesheets/components/lp/v3/_header.scss */
  .header-v3 .header-v3-inner .header-v3-menu {
    display: none;
    padding: 0;
  }
}

/* line 49, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu li {
  padding: 12px;
  font-size: 16px;
}

/* line 52, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu li a {
  color: #3C3C3C;
  font-weight: bold;
  vertical-align: -webkit-baseline-middle;
}

/* line 57, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu li i {
  vertical-align: sub;
}

/* line 63, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu-button {
  display: none;
  width: 32px;
  height: 27px;
  position: relative;
  margin-left: 10px;
}

@media screen and (max-width: 801px) {
  /* line 63, app/assets/stylesheets/components/lp/v3/_header.scss */
  .header-v3 .header-v3-inner .header-v3-menu-button {
    display: block;
  }
}

/* line 72, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu-button span {
  display: inline-block;
  width: 100%;
  height: 4px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: #3C3C3C;
  transition: all 0.2s ease-out;
}

/* line 82, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu-button span:nth-child(1) {
  top: 0;
}

/* line 85, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu-button span:nth-child(2) {
  top: 0;
  bottom: 0;
}

/* line 89, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu-button span:nth-child(3) {
  bottom: 0;
}

/* line 94, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .button_link {
  vertical-align: middle;
  background: linear-gradient(to right, #FF6678, #FFA136);
  border-radius: 10px;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 3px 2.5px #fe6100;
  font-weight: bold;
}

/* line 114, app/assets/stylesheets/components/lp/v3/_header.scss */
.header_cta_biz {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 800px) {
  /* line 114, app/assets/stylesheets/components/lp/v3/_header.scss */
  .header_cta_biz {
    gap: 6px;
  }
}

/* line 124, app/assets/stylesheets/components/lp/v3/_header.scss */
.btn_header_dl {
  display: inline-block;
  padding: 8px 18px;
  border: 2px solid #B22234;
  border-radius: 50px;
  color: #B22234;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
}

/* line 135, app/assets/stylesheets/components/lp/v3/_header.scss */
.btn_header_dl:hover {
  background-color: #B22234;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  /* line 124, app/assets/stylesheets/components/lp/v3/_header.scss */
  .btn_header_dl {
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* line 147, app/assets/stylesheets/components/lp/v3/_header.scss */
.btn_header_contact {
  display: inline-block;
  padding: 8px 18px;
  background-color: #B22234;
  border: 2px solid #B22234;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s;
}

/* line 159, app/assets/stylesheets/components/lp/v3/_header.scss */
.btn_header_contact:hover {
  opacity: 1;
  background-color: #901b2a;
  border-color: #901b2a;
}

@media screen and (max-width: 800px) {
  /* line 147, app/assets/stylesheets/components/lp/v3/_header.scss */
  .btn_header_contact {
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* line 173, app/assets/stylesheets/components/lp/v3/_header.scss */
#hamburger_input:checked ~ .header-v3 .header-v3-menu {
  width: 100%;
  position: fixed;
  top: 49px;
  left: 0;
  display: block;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  background-color: #f8f8f8;
}

/* line 182, app/assets/stylesheets/components/lp/v3/_header.scss */
#hamburger_input:checked ~ .header-v3 .header-v3-menu li {
  border-bottom: 0.5px solid #707070;
}

/* line 188, app/assets/stylesheets/components/lp/v3/_header.scss */
#hamburger_input:checked ~ .header-v3 .header-v3-menu-button span:nth-child(1) {
  bottom: 0;
  transform: rotate(45deg);
}

/* line 192, app/assets/stylesheets/components/lp/v3/_header.scss */
#hamburger_input:checked ~ .header-v3 .header-v3-menu-button span:nth-child(2) {
  opacity: 0;
}

/* line 195, app/assets/stylesheets/components/lp/v3/_header.scss */
#hamburger_input:checked ~ .header-v3 .header-v3-menu-button span:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}

/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 3, app/assets/stylesheets/components/_pagenation.scss */
.pagination {
  margin: 16px 0;
}

/* line 5, app/assets/stylesheets/components/_pagenation.scss */
.pagination span a {
  padding: 6px 12px;
  margin: 4px;
  background-color: #40AAEF;
  color: #fff;
  border-radius: 8px;
}

/* ================================================================
   ページスコープ
================================================================ */
/* line 16, app/assets/stylesheets/interview.scss */
[data-scoped-interview] {
  font-family: "Open Sans","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: 0.05em;
}

/* line 19, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  /*  overflow: hidden; */
}

@media screen and (max-width: 700px) {
  /* line 19, app/assets/stylesheets/interview.scss */
  [data-scoped-interview] .wrapper {
    margin-top: 0px;
  }
}

/* line 29, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .breadcrumbs {
  color: #000;
}

/* line 31, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .breadcrumbs a {
  color: #000;
}

/* line 35, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .first_view_buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-end;
}

@media screen and (max-width: 600px) {
  /* line 35, app/assets/stylesheets/interview.scss */
  [data-scoped-interview] .first_view_buttons {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* line 48, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .first_view_buttons .btn-outer {
  display: inline-grid;
}

/* line 50, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .first_view_buttons .btn-outer span {
  font-size: 14px;
}

/* line 55, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .first_view_buttons .btn {
  padding: 14px 28px;
  border-radius: 28px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  min-width: 250px;
  vertical-align: text-bottom;
  border: 1px solid #B22234;
}

/* line 65, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .first_view_buttons .btn:hover {
  opacity: 0.7;
}

/* line 69, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .first_view_buttons .btn-white {
  background-color: #fff;
  color: #B22234;
}

/* line 73, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .first_view_buttons .btn-primary {
  background: #B22234;
  color: #fff;
  box-shadow: -3px -2px 0px 0px #00000059 inset;
}

/* line 78, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .first_view_buttons .btn-wrap {
  position: relative;
  display: flex;
  width: 250px;
}

/* line 83, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .first_view_buttons .btn-wrap .btn-badge {
  position: absolute;
  top: -1.5rem;
  right: -0.2rem;
  background: #fff;
  color: #B22234;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 0.5rem;
}

/* line 95, app/assets/stylesheets/interview.scss */
[data-scoped-interview] .first_view_buttons .btn-wrap::after {
  content: "";
  position: absolute;
  top: 14%;
  right: 3rem;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* line 108, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] {
  /* -------------------------
     ローカル alias
  ------------------------- */
  /* -------------------------
     First View
  ------------------------- */
  /* -------------------------
     Wrapper
  ------------------------- */
  /* =============================================================
     FILTER  ─ ラベル色 / セレクト枠線 / × アイコン
  ============================================================ */
  /* ×（クリア）ボタン */
  /* 絞り込みボタン */
  /* =============================================================
     CARD GRID
  ============================================================ */
  /* =============================================================
     CARD
  ============================================================ */
}

/* line 115, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] #wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

/* line 121, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .pagination {
  text-align-last: center;
  justify-self: center;
  justify-content: center;
  justify-items: center;
  margin: 2rem 0;
  text-wrap-mode: nowrap;
}

/* line 128, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .pagination span a {
  background-color: #B22234;
  color: #fff;
}

/* line 138, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .first_view {
  position: relative;
  padding: 100px 1.5rem 80px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 600px) {
  /* line 138, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="index"] .first_view {
    padding: 60px 1.5rem 120px;
  }
}

/* line 147, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .first_view .first_view_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

/* line 156, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .first_view .first_view_achieve {
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  z-index: 2;
  max-width: 280px;
}

/* line 163, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .first_view .first_view_achieve img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  /* line 156, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="index"] .first_view .first_view_achieve {
    top: 23rem;
    right: 0;
  }
}

/* line 174, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .first_view .l-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 180, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .first_view .l-inner .first_view_caption {
  font-size: 1rem;
  font-weight: bold;
  background: #fff;
  color: #B22234;
  display: inline-block;
  padding: .4rem 1.2rem;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

/* line 192, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .first_view .l-inner h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* line 208, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .case-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

/* line 218, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .case-filter {
  margin-block: 2.5rem;
}

/* line 220, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .case-filter__form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  /* line 220, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="index"] .case-filter__form {
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: normal;
  }
}

/* line 235, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .filter-item {
  display: flex;
  flex-direction: column;
}

/* line 239, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .filter-item .filter-item__label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: .25rem;
  color: #B22234;
}

/* line 246, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .filter-item .filter-item__note {
  font-size: 10px;
  color: #B22234;
  font-weight: 400;
}

/* line 252, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .filter-item .filter-item__select {
  min-width: 140px;
  padding: .4rem 2.25rem .4rem .75rem;
  border: 1px solid #B22234;
  border-radius: 4px;
  font-size: 14px;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 0l6 8 6-8z' fill='%23b00024'/%3E%3C/svg%3E") no-repeat right 0.75rem center/12px 8px;
}

/* line 266, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .filter-clear {
  font-size: 22px;
  color: #B22234;
  cursor: pointer;
  line-height: 1;
}

/* line 274, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .filter-submit {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .55rem 1.4rem;
  font-size: 14px;
  color: #fff;
  background: #3C3C3C;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* line 286, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .filter-submit::after {
  content: "🔍";
  font-size: 1rem;
}

/* line 295, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .card-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

/* line 304, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow .2s ease-in-out;
}

/* line 311, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* line 315, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* line 321, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__thumb {
  height: 200px;
  background-size: cover;
  background-position: center;
}

/* line 327, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 333, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__body {
  padding: 1.1rem 1rem 1.5rem;
}

/* line 337, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 .5rem;
  line-height: 1.4;
}

/* line 344, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__desc {
  font-size: 14px;
  color: #3C3C3C;
  margin-bottom: .75rem;
  min-height: 2.4em;
}

/* line 351, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__tag {
  display: inline-block;
  padding: .25rem .6rem;
  margin-bottom: .85rem;
  font-size: 12px;
  font-weight: 700;
  background: #B22234;
  color: #fff;
  border-radius: 2px;
}

/* line 362, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__meta {
  display: flex;
  flex-direction: column;
  gap: .4rem 0;
  font-size: 12px;
  color: #000;
}

/* line 369, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__meta div {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}

/* line 376, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__meta dt {
  font-weight: 700;
  min-width: 64px;
}

/* line 381, app/assets/stylesheets/interview.scss */
[data-scoped-interview="index"] .interview-card .interview-card__meta dd {
  background: #111;
  color: #fff;
  font-weight: 700;
  padding: .1rem .6rem;
  border-radius: 4px;
}

/* line 393, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] {
  background: #c7c7c7;
}

/* line 396, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] #wrapper {
  padding-top: 0px;
  margin: 0px auto;
}

/* line 401, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .page_outer {
  display: flex;
}

/* line 403, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .page_outer h1 {
  color: #B22234;
  text-align: left;
}

/* line 409, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .after_article {
  background-image: url(/assets/interview/after_article_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}

/* line 418, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section {
  padding: 20px;
}

@media screen and (max-width: 600px) {
  /* line 418, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .interview_section {
    padding: 10px;
  }
}

/* line 424, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .interview_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  /* line 424, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .interview_section .interview_header {
    flex-direction: column;
  }
}

/* line 433, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .interview_header .interview_image {
  border-radius: 16px;
  width: 50vw;
  height: 25vw;
  max-width: 530px;
  max-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  /* line 433, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .interview_section .interview_header .interview_image {
    width: 100%;
    height: 56vw;
  }
}

/* line 449, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .interview_description {
  font-weight: bold;
  background-color: #fff;
  min-width: 320px;
  max-width: 360px;
  font-size: 14px;
  padding: 20px 10px;
  border-radius: 16px;
}

@media screen and (max-width: 1200px) {
  /* line 449, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .interview_section .interview_description {
    max-width: 520px;
    width: 100%;
  }
}

/* line 462, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .interview_logo {
  border-radius: 16px;
  max-width: 100%;
}

/* line 466, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .interview_logo img {
  width: 100%;
}

/* line 470, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .interview_table {
  width: 100%;
  border-collapse: collapse;
}

/* line 473, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .interview_table span {
  background-color: #B22234;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  text-wrap-mode: nowrap;
}

/* line 480, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .interview_table td:first-child {
  width: 90px;
  padding: 4px;
}

/* line 484, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .interview_table td:nth-child(2) {
  width: 230px;
  padding: 4px;
  overflow-wrap: anywhere;
}

/* line 491, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .interview_content {
  background-color: #fff;
  padding: 30px;
  padding-top: 20px;
  margin-top: 20px;
  border-radius: 16px;
}

@media screen and (max-width: 600px) {
  /* line 491, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .interview_section .interview_content {
    padding: 15px;
  }
}

/* line 502, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .interview_section .first_view_buttons {
  margin-top: 20px;
  margin-bottom: 80px;
}

/* line 508, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .first_view_buttons {
  text-align: center;
}

/* line 511, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .first_view_buttons .btn-badge {
  box-shadow: 2px 2px 8px 0px #00000047;
}

@media screen and (max-width: 600px) {
  /* line 515, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .d_grid_sp {
    display: grid;
  }
}

/* line 521, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .bg_strong {
  clear: both;
  border-radius: 16px;
  background: linear-gradient(to right, #3C3C3C, #3C3C3C);
  color: #fff;
  margin: 16px;
  padding: 30px;
}

@media screen and (max-width: 900px) {
  /* line 521, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .bg_strong {
    padding: 20px;
  }
}

/* line 532, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .bg_strong .bg_stroung_outer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@media screen and (max-width: 900px) {
  /* line 532, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .bg_strong .bg_stroung_outer {
    display: block;
  }
}

/* line 540, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .bg_strong .bg_stroung_outer .img_outer {
  width: 100%;
  max-width: 336px;
}

@media screen and (max-width: 900px) {
  /* line 540, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .bg_strong .bg_stroung_outer .img_outer {
    max-width: 100%;
  }
}

/* line 547, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .bg_strong .bg_stroung_outer .strong {
  font-size: 20px;
  font-weight: bold;
  line-height: 175%;
}

@media screen and (max-width: 900px) {
  /* line 547, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .bg_strong .bg_stroung_outer .strong {
    margin-top: 24px;
  }
}

/* line 556, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .bg_strong .bg_stroung_outer h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 24px;
}

/* line 563, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .bg_strong .bg_stroung_outer .text {
  font-size: 16px;
  line-height: 125%;
}

/* line 570, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .other_interview {
  margin-top: 20px;
  margin-bottom: 80px;
  text-align: center;
}

/* line 574, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .other_interview a {
  color: #B22234;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #B22234;
  padding: 8px;
}

/* line 583, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .sidebar {
  padding: 20px;
  max-width: 400px;
  min-width: 320px;
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  /* line 583, app/assets/stylesheets/interview.scss */
  [data-scoped-interview="show"] .sidebar {
    display: none;
  }
}

/* line 591, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .sidebar .strong {
  margin: 10px 0;
}

/* line 594, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .sidebar .bg_strong {
  margin: 0;
  padding: 20px;
  background: linear-gradient(to right, #B22234, #B22234);
  line-height: 125%;
  margin-bottom: 20px;
}

/* line 601, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .sidebar .bg_stroung_outer {
  display: block;
}

/* line 603, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .sidebar .bg_stroung_outer .img_outer {
  width: 100%;
}

/* line 606, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .sidebar .bg_stroung_outer .strong {
  font-size: 16px;
}

/* line 609, app/assets/stylesheets/interview.scss */
[data-scoped-interview="show"] .sidebar .bg_stroung_outer h3 {
  font-size: 20px;
}
