@charset "UTF-8";
:root {
  --color-black: #333333;
  --color-white: #ffffff;
  --color-primary: #FF7700;
  --color-secondary: #005E8D;
  --color-border: #555555;
}

/*----------------------------------------

	case detail CSS

-----------------------------------------*/
html {
  scroll-behavior: smooth;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

main .pc {
  display: none;
}
@media print, screen and (min-width: 960px ) {
  main .pc {
    display: block;
  }
}

@media print, screen and (min-width: 960px ) {
  main br.pc,
  main img.pc {
    display: inline;
  }
}

@media print, screen and (min-width: 960px ) {
  main .sp {
    display: none;
  }
}

.anchor {
  scroll-margin-top: 60px;
}
@media print, screen and (min-width: 960px ) {
  .anchor {
    scroll-margin-top: 110px;
  }
}

.case-detail__articleHead {
  padding: 48rem 0 50rem;
  text-align: center;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__articleHead {
    padding: 48rem 0 78rem;
  }
}

.case-detail__articleHead--inner {
  max-width: 1400rem;
}

.case-detail__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 80rem;
  min-height: 28rem;
  margin-bottom: 28rem;
  padding: 5rem 18rem;
  border-radius: 999rem;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__category {
    min-height: 39rem;
    padding: 5rem 24rem;
    font-size: 16rem;
  }
}

.case-detail__title {
  margin-inline: auto;
  font-size: 28rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__title {
    font-size: 50rem;
    line-height: 1.65;
  }
}

.case-detail__tocLabel {
  margin-top: 42rem;
  margin-bottom: 12rem;
  font-size: 18rem;
  font-weight: 700;
  text-align: left;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__tocLabel {
    margin-top: 64rem;
    font-size: 20rem;
  }
}

.case-detail__layout {
  width: 90.5%;
  margin-inline: auto;
  padding-bottom: 120rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: calc(100vw - (100vw - 1400rem) / 2);
    margin-right: 0;
    margin-left: auto;
  }
}

.case-detail__body {
  min-width: 0;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__body {
    width: 1100rem;
  }
}

.case-detail__mainVisual {
  overflow: hidden;
  margin-bottom: 58rem;
  aspect-ratio: 1100/550;
  background: #e9e9e9;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__mainVisual {
    margin-bottom: 75rem;
  }
}

.case-detail__mainVisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-detail__section {
  margin-top: 62rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section {
    margin-top: 118rem;
  }
}

.case-detail__section:first-of-type {
  margin-top: 0;
}

.case-detail__section h3,
.case-detail__faq h3 {
  position: relative;
  margin-bottom: 28rem;
  padding-left: 18rem;
  font-size: 24rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section h3,
  .case-detail__faq h3 {
    margin-bottom: 36rem;
    font-size: 40rem;
    line-height: 1.6;
  }
}

.case-detail__section h3::before,
.case-detail__faq h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 100%;
  background: linear-gradient(-13deg, var(--color-primary) 20%, #8CD9FF 120%);
}

.case-detail__section h4 {
  margin: 40rem 0 20rem;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section h4 {
    margin: 80rem 0 40rem;
    font-size: 28rem;
  }
}

.case-detail__section h5.ttl-gradient01 {
  margin: 25rem 0 10rem;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section h5.ttl-gradient01 {
    margin: 40rem 0 20rem;
    font-size: 24rem;
  }
}

.case-detail__section .txt-lead {
  margin: 25rem 0 20rem;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section .txt-lead {
    margin: 40rem 0 30rem;
    font-size: 24rem;
  }
}

.case-detail__section .case-detail__txtbox p,
.case-detail__section > p {
  margin-top: 18rem;
  font-size: 15rem;
  line-height: 2.25;
  text-align: justify;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section .case-detail__txtbox p,
  .case-detail__section > p {
    font-size: 16rem;
  }
}

.case-detail__section > ol {
  margin-top: 18rem;
  font-size: 15rem;
  line-height: 2.25;
  text-align: justify;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section > ol {
    font-size: 16rem;
  }
}

.case-detail__section p:first-of-type {
  margin-top: 0;
}

.marker {
  padding: 0 5px;
  background: rgba(255, 119, 0, 0.3);
}

.case-detail__section .dot-list {
  display: -ms-grid;
  display: grid;
  gap: 8rem;
  margin: 20rem 0;
  font-size: 15rem;
  line-height: 2;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section .dot-list {
    margin: 24rem 0;
    font-size: 16rem;
  }
}

.case-detail__section .dot-list li {
  position: relative;
  padding-left: 18rem;
}

.case-detail__section .dot-list li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 6rem;
  aspect-ratio: 1;
  background: linear-gradient(50deg, #FD9F1C 37.33%, #8CD9FF 110.91%), #F18B00;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section .dot-list li::before {
    top: 0.75em;
    width: 10rem;
  }
}

.case-detail__section blockquote .dot-list,
.case-detail__section blockquote .check-list {
  margin: 0;
}

.case-detail__section blockquote p + p {
  margin-top: 10rem;
}

.case-detail__section blockquote .quotes__ttl + p {
  margin-top: 0;
}

.case-detail__section .check-list {
  margin: 20rem 0;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section .check-list {
    margin: 24rem 0;
  }
}

.case-detail__section .check-list li {
  margin: 5rem 0;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section .check-list li {
    font-size: 16rem;
  }
}

.case-detail__section .check-list li::before {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  display: inline-block;
  margin-right: 5rem;
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-weight: bold;
  font-size: 24rem;
  line-height: 1;
  color: var(--color-primary);
}

.case-detail__picture {
  margin-top: 34rem;
  font-size: 13rem;
  font-weight: 700;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__picture {
    margin-top: 48rem;
  }
}

.case-detail__picture:first-of-type {
  margin-bottom: 34rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__picture:first-of-type {
    margin-bottom: 48rem;
  }
}

.case-detail__picture._center {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.case-detail__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20rem;
  margin-bottom: 28rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__columns {
    gap: 30rem;
  }
}

.case-detail__columns .case-detail__picture {
  margin-top: 0;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__columns .case-detail__picture {
    margin-top: 0;
  }
}

.case-detail__picture img {
  max-width: 100%;
  width: auto;
}

.case-detail__section blockquote {
  margin: 30rem 0;
  padding: 28rem 32rem;
  border-radius: 10rem;
  background: #262626;
  color: var(--color-white);
  font-size: 15rem;
  font-weight: 700;
  line-height: 2;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section blockquote {
    margin: 42rem 0;
    padding: 42rem 45rem;
    font-size: 16rem;
  }
}

.case-detail__section blockquote a.txt-link {
  color: var(--color-white);
  border-bottom-color: var(--color-white);
}

.case-detail__section blockquote h5 {
  margin-bottom: 10rem;
  font-size: 16rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section blockquote h5 {
    font-size: 20rem;
  }
}

.case-detail__section blockquote.quotes {
  background: #EEE;
  color: var(--color-black);
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section blockquote.quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10rem;
  }
}

@media print, screen and (min-width: 960px ) {
  .quotes__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.case-detail__section blockquote.quotes a.txt-link {
  color: var(--color-black);
  border-bottom-color: var(--color-black);
}

.case-detail__section blockquote.quotes a.txt-link:hover {
  border-bottom-color: transparent;
}

.case-detail__section blockquote.points,
.case-detail__section blockquote.question {
  position: relative;
  background: rgba(255, 119, 0, 0.1);
  color: var(--color-black);
}

.case-detail__section blockquote.points::before,
.case-detail__section blockquote.question::before {
  position: absolute;
  left: 40rem;
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "！";
  width: 24rem;
  height: 24rem;
  padding-bottom: 1rem;
  background: rgba(255, 119, 0, 0.5);
  border-radius: 100vmax;
  border: 5rem solid var(--color-white);
  color: var(--color-white);
  line-height: 1;
  text-align: center;
  font-size: 16rem;
}

.case-detail__section blockquote.question::before {
  content: "?";
}

.case-detail__section blockquote.points {
  position: relative;
  background: rgba(255, 119, 0, 0.1);
  color: var(--color-black);
}

.case-detail__section blockquote.points::before {
  position: absolute;
  left: 40rem;
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "！";
  width: 24rem;
  height: 24rem;
  padding-bottom: 1rem;
  background: rgba(255, 119, 0, 0.5);
  border-radius: 100vmax;
  border: 5rem solid var(--color-white);
  color: var(--color-white);
  line-height: 1;
  text-align: center;
  font-size: 16rem;
}

.case-detail__section blockquote.good {
  position: relative;
  background: rgba(255, 119, 0, 0.1);
  color: var(--color-black);
}

.case-detail__section blockquote.bad {
  position: relative;
}

.case-detail__section blockquote.good::before {
  position: absolute;
  left: 40rem;
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "\ef4a";
  width: 24rem;
  height: 24rem;
  font-family: "Material Symbols Outlined";
  background: var(--color-white);
  border-radius: 100vmax;
  border: 5rem solid var(--color-white);
  color: var(--color-primary);
  line-height: 1;
  text-align: center;
  font-size: 20rem;
}

.case-detail__section blockquote.bad::before {
  position: absolute;
  left: 40rem;
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "\e5cd";
  width: 24rem;
  height: 24rem;
  font-family: "Material Symbols Outlined";
  background: var(--color-white);
  border-radius: 100vmax;
  border: 5rem solid var(--color-white);
  color: #E60033;
  line-height: 1;
  text-align: center;
  font-size: 24rem;
}

.case-detail__section blockquote.points h5,
.case-detail__section blockquote.white h5,
.case-detail__section blockquote.good h5,
.case-detail__section blockquote.bad h5 {
  font-size: 20rem;
  font-weight: 700;
}

.case-detail__section blockquote.white {
  background: var(--color-white);
  color: var(--color-black);
  -webkit-box-shadow: 0 0 50px 0 rgba(255, 204, 159, 0.3);
  box-shadow: 0 0 50px 0 rgba(255, 204, 159, 0.3);
}

.case-detail__section blockquote.white .txt-link {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

.case-detail__section blockquote.white .txt-link:hover {
  border-bottom-color: transparent;
}

.case-detail__section .ttl-ico {
  margin-bottom: -0.8em;
  font-size: 16rem;
  font-weight: 700;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section .ttl-ico {
    font-size: 20rem;
  }
}

.case-detail__section strong {
  color: var(--color-primary);
}

.case-detail__section strong.nocolor {
  color: var(--color-black);
}

.case-detail__section a.txt-link {
  word-wrap: break-word;
  white-space: normal;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-detail__section a.txt-link:hover {
  border-bottom-color: transparent;
}

.case-detail__section .note {
  font-size: 11px;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section .note {
    font-size: 14px;
  }
}

.case-detail__faq {
  margin-top: 74rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__faq {
    margin-top: 120rem;
  }
}

.case-detail__faq dl {
  display: -ms-grid;
  display: grid;
  gap: 20rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__faq dl {
    gap: 30rem;
  }
}

.case-detail__faq--item {
  display: -ms-grid;
  display: grid;
  gap: 16rem;
}

.case-detail__faq dt,
.case-detail__faq dd {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44rem 0 1fr;
  grid-template-columns: 44rem 1fr;
  gap: 0;
  font-size: 14rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__faq dt,
  .case-detail__faq dd {
    gap: 12rem;
    font-size: 16rem;
    line-height: 2;
  }
}

.case-detail__faq dt {
  padding: 16rem 20rem;
  border-radius: 4rem;
  border-radius: 10px;
  background: linear-gradient(91deg, rgba(255, 207, 158, 0.4) 25.38%, rgba(198, 222, 234, 0.4) 68.51%);
  background-blend-mode: darken;
  font-weight: 700;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__faq dt {
    padding: 22rem 24rem;
  }
}

.case-detail__faq dt span {
  color: var(--color-primary);
  font-size: 22rem;
  line-height: 1;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__faq dt span {
    font-size: 28rem;
  }
}

.case-detail__faq dd {
  padding: 0 20rem;
  text-align: justify;
}

.case-detail__faq dd span {
  font-weight: 700;
  font-size: 22rem;
  line-height: 1;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__faq dd span {
    font-size: 28rem;
  }
}

.case-detail__download {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 14rem;
  margin-top: 90rem;
  text-align: center;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__download {
    gap: 20rem;
    margin-top: 110rem;
  }
}

.case-detail__download h3 {
  font-size: 16rem;
  font-weight: 700;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__download h3 {
    font-size: 24rem;
  }
}

.case-detail__download a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18rem;
  min-width: min(100%, 340rem);
  padding: 18rem 24rem;
  border-radius: 7rem;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 15rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__download a {
    min-width: 600rem;
    min-height: 80rem;
    padding: 0 34rem;
    font-size: 20rem;
  }
}

.case-detail__download .c-button {
  position: absolute;
  right: 15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 42rem;
  height: 24rem;
  padding: 0;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__download .c-button {
    right: 30rem;
  }
}

.case-detail__download .c-button > div {
  height: 100%;
}

.case-detail__download small {
  color: #777;
  font-size: 12rem;
}

.case-detail__side {
  display: none;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__side {
    display: block;
    position: sticky;
    top: 120rem;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    width: 320rem;
  }
}

@media print, screen and (min-width: 960px ) {
  .case-detail__side--inner {
    padding: 35rem 30rem 40rem;
    border-radius: 10rem 0 0 10rem;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 50px 0 rgba(255, 204, 159, 0.3);
            box-shadow: 0 0 50px 0 rgba(255, 204, 159, 0.3);
  }
  .case-detail__side--title {
    margin-bottom: 18rem;
    font-size: 18rem;
    font-weight: 700;
  }
  .case-detail__side ol {
    display: -ms-grid;
    display: grid;
    gap: 14rem;
    counter-reset: side-toc;
  }
  .case-detail__side li {
    counter-increment: side-toc;
  }
  .case-detail__side a {
    display: -ms-grid;
    display: grid;
    gap: 8rem;
    font-size: 14rem;
    font-weight: 700;
    line-height: 1.7;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .case-detail__side .current a,
  .case-detail__side a:hover {
    color: var(--color-primary);
  }
}
.case-detail__section .strong {
  font-weight: 700;
}

.material-symbols-outlined {
  display: inline-blck;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  margin-right: 5rem;
  line-height: 1.2;
}

.ttl-gradient01 .material-symbols-outlined {
  color: #333;
  -webkit-text-fill-color: #333;
  font-weight: 800;
  font-size: 24rem;
}
@media print, screen and (min-width: 960px ) {
  .ttl-gradient01 .material-symbols-outlined {
    font-size: 28rem;
  }
}

.bubble-item {
  margin-top: 20rem;
}
@media print, screen and (min-width: 960px ) {
  .bubble-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40rem;
    margin-top: 40rem;
  }
}

.bubble-item .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bubble-item .logo img {
  width: 160px;
}

.speech-bubble {
  position: relative;
  display: block;
  width: 100%;
  padding: 20rem;
  border: 2rem solid #333333;
  border-radius: 8rem;
  background-color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
@media print, screen and (min-width: 960px ) {
  .speech-bubble {
    padding: 30rem 40rem;
    font-size: 16px;
  }
}

.speech-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  border-style: solid;
  border-width: 0 10rem 20rem 10rem;
  border-color: transparent transparent #333333;
  translate: -50% -100%;
}
@media print, screen and (min-width: 960px ) {
  .speech-bubble::before {
    top: 50%;
    left: 0;
    translate: -100% -50%;
    border-width: 10rem 20rem 10rem 0;
    border-color: transparent #333333 transparent transparent;
  }
}

.speech-bubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  border-style: solid;
  border-width: 0 8rem 16rem 8rem;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
@media print, screen and (min-width: 960px ) {
  .speech-bubble::after {
    top: 50%;
    left: 0;
    translate: -100% -50%;
    border-width: 8rem 16rem 8rem 0;
    border-color: transparent #ffffff transparent transparent;
  }
}

.case-detail__section table {
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
  margin: 20rem 0;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section table {
    margin: 30rem 0;
  }
}

.case-detail__section table th {
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
}

.case-detail__section table .th01 {
  background: #F08A01;
  color: #FFF;
  border-right-color: #FFF;
}

.case-detail__section table tr .th01:last-child {
  border-right-color: #F08A01;
}

.case-detail__section table .th02 {
  background: #FFFFE5;
}

.case-detail__section table .th03 {
  background: #CDDAB9;
}

.case-detail__section table th,
.case-detail__section table td {
  border: 2px solid #F08A01;
  padding: 10px;
  font-size: 14rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section table th,
  .case-detail__section table td {
    padding: 20px;
    font-size: 18rem;
  }
}

@media print, screen and (min-width: 960px ) {
  .case-detail__section .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20rem 40rem;
  }
}

.es-labo {
  margin-top: 80rem;
}

.es-labo a {
  display: block;
  padding: 30rem;
  background: #fff;
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 40px 0 rgba(255, 204, 159, 0.2);
          box-shadow: 0 0 40px 0 rgba(255, 204, 159, 0.2);
}

.es-labo a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.es-labo a > div + div {
  margin-top: 20rem;
}

.es-labo--img {
  width: 40%;
}

.es-labo__txt-box {
  width: 56%;
}

.case-detail__section .es-labo__txt-box h4 {
  margin: 0 0 15rem;
  font-size: 26rem;
}

.es-labo__txt-box p {
  font-size: 16rem;
}

.es-labo--domain {
  padding: 0 25rem;
  background: url(../../asset/img/case/article/2025-02-19_01_02.png) no-repeat left center;
  font-size: 16rem;
  line-height: 1;
}

.es-labo--domain span {
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.es-labo--readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10rem;
  font-size: 18rem;
}

.es-labo--readmore .c-button {
  padding-left: 60rem;
}

@media print, screen and (max-width: 959px) {
  .es-labo {
    margin-top: 40rem;
  }
  .es-labo a {
    padding: 20rem;
  }
  .es-labo a > div {
    display: block;
  }
  .es-labo a > div + div {
    margin-top: 20rem;
  }
  .es-labo--img {
    width: 100%;
  }
  .es-labo__txt-box {
    width: auto;
    margin-top: 15rem;
  }
  .case-detail__section .es-labo__txt-box h4 {
    margin: 0 0 10rem;
    font-size: 20rem;
  }
  .es-labo__txt-box p {
    font-size: 15rem;
  }
  .es-labo--domain {
    margin-bottom: 30rem;
  }
  .es-labo--domain span {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .es-labo--readmore {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.case-detail__section .cv-txt {
  margin: 30rem 0;
  font-weight: 700;
  font-size: 16rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__section .cv-txt {
    margin: 40rem 0;
    font-size: 18rem;
  }
}

* + .nayami-box {
  margin-top: 30rem;
}
@media print, screen and (min-width: 960px ) {
  * + .nayami-box {
    margin-top: 40rem;
  }
}

.nayami-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30rem;
  margin-bottom: 30rem;
  font-size: 15rem;
  font-weight: 600;
}
@media print, screen and (min-width: 960px ) {
  .nayami-box {
    gap: 60rem;
    margin-bottom: 40rem;
    font-size: 18rem;
  }
}
.nayami-box > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  min-height: 100rem;
  padding: 15rem;
  background: var(--color-white);
  border-radius: 10rem;
  border: 3rem solid #ccc;
}
@media print, screen and (min-width: 960px ) {
  .nayami-box > div {
    min-height: 150rem;
    gap: 10rem;
    padding: 20rem;
  }
}
.nayami-box > div::before {
  position: absolute;
  left: -26rem;
  top: 10rem;
  content: "";
  display: block;
  width: 16rem;
  height: 16rem;
  border-radius: 100vmax;
  background: var(--color-white);
  border: 3rem solid #ccc;
}
@media print, screen and (min-width: 960px ) {
  .nayami-box > div::before {
    left: -45rem;
    top: 10rem;
    width: 30rem;
    height: 30rem;
  }
}
.nayami-box > div::after {
  position: absolute;
  left: -30rem;
  top: 35rem;
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 100vmax;
  background: var(--color-white);
  border: 3rem solid #ccc;
}
@media print, screen and (min-width: 960px ) {
  .nayami-box > div::after {
    left: -55rem;
    top: 50rem;
    width: 20rem;
    height: 20rem;
  }
}
.nayami-box .nayami-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80rem;
  border-radius: 100vmax;
  border: 3rem solid #ccc;
}
@media print, screen and (min-width: 960px ) {
  .nayami-box .nayami-icon {
    width: 150rem;
  }
}

.case-detail__layout-box,
.case-detail__bnr-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15rem;
  padding: 20rem;
  background: var(--color-white);
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 40px 0 rgba(255, 204, 159, 0.2);
  box-shadow: 0 0 40px 0 rgba(255, 204, 159, 0.2);
}
@media print, screen and (min-width: 960px ) {
  .case-detail__layout-box,
  .case-detail__bnr-article a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30rem;
    padding: 30rem;
  }
}
.case-detail__layout-box .case-detail__txt-area,
.case-detail__bnr-article a .case-detail__txt-area {
  display: -ms-grid;
  display: grid;
  gap: 10rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__layout-box .case-detail__txt-area,
  .case-detail__bnr-article a .case-detail__txt-area {
    font-size: 16rem;
  }
}
.case-detail__layout-box .case-detail__txt-area h5,
.case-detail__bnr-article a .case-detail__txt-area h5 {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__layout-box .case-detail__txt-area h5,
  .case-detail__bnr-article a .case-detail__txt-area h5 {
    font-size: 18rem;
  }
}

.case-detail__bnr-article {
  margin-top: 30rem;
}
@media print, screen and (min-width: 960px ) {
  .case-detail__bnr-article {
    margin-top: 50rem;
  }
}
@media print, screen and (min-width: 960px ) {
  .case-detail__bnr-article figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300rem;
  }
}
.case-detail__bnr-article .bnr-article--readmore {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30rem 0 0 auto;
}
.case-detail__bnr-article .bnr-article--readmore > span:first-child {
  margin-right: 15rem;
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px;
  border: 2px solid #000000;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
/*# sourceMappingURL=case_detail.css.map */