  @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
.mv {
  background: url("/purposestory/img/strengths/bg-mv.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 600px) {
  .mv {
    box-sizing: border-box;
    height: 692px;
    padding: 56px 48px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 959px) {
  .mv {
    height: auto;
  }
}
@media only screen and (max-width: 599px) {
  .mv {
    margin-bottom: 40px;
    padding: 61px 24px 56px;
  }
}
@media screen and (max-width: 375px) {
  .mv {
    margin-bottom: 0;
    padding: 40px 12px 75px;
  }
}
@media print {
  .mv {
    height: auto!important;
  }
}
.mv-inner {
  margin-inline: auto;
  max-width: 1224px;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .mv-inner {
    height: 636px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-inner {
    padding-bottom: 67px;
  }
}
@media only screen and (max-width: 959px) {
  .mv-inner {
    height: auto;
  }
}
@media print {
  .mv-inner {
    height: auto!important;
  }
}

.mv-title-en {
  color: #fff;
  font-family: "DM Serif Display", sans-serif;
  font-feature-settings: "palt";
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .mv-title-en {
    font-size: 10rem;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-title-en {
    font-size: 7.7rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-title-en {
    font-size: 7.7rem;
  }
}
@media only screen and (max-width: 599px) {
  .mv-title-en {
    font-size: 5.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .mv-title-en {
    letter-spacing: -0.04em;
  }
}

.mv-title-ja {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .mv-title-ja {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-title-ja {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}

.mv-text {
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.94;
}
@media print, screen and (min-width: 600px) {
  .mv-text {
    margin-bottom: 44px;
    width: 520px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-text {
    width: 414px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-text {
    line-height: 1.64;
    margin-bottom: 26px;
  }
}
@media print {
  .mv-text {
    width: 100%!important;
  }
}
@media only screen and (max-width: 599px) {
  .mv-link {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 375px) {
  .mv-link {
    margin-bottom: 38px;
  }
}
.mv-link a {
  display: block;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 600px) {
  .mv-link a {
    width: 400px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-link a {
    padding-right: 60px;
    width: fit-content;
  }
}
@media screen and (max-width: 375px) {
  .mv-link a {
    box-sizing: border-box;
    width: 330px;
  }
}
.mv-link a::after {
  background: #fff url("/purposestory/img/strengths/icon-arrow-down01.png") no-repeat center/14px 12px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 600px) {
  .mv-link a::after {
    border-radius: 40px;
    height: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-link a::after {
    display: none;
  }
}
@media print, screen and (min-width: 600px) {
  .mv-link a:hover::after {
    background: #0068AF url("/purposestory/img/strengths/icon-arrow-down03.png") no-repeat center/14px 12px;
  }
}
@media print, screen and (min-width: 600px) {
  .mv-link a:hover .mv-link-text::before {
    opacity: 0;
  }
}

.mv-link-text-sub {
  font-size: 2rem;
  color: #fff;
  font-family: "DM Serif Display", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

.mv-link-text {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.44;
  padding-bottom: 7px;
  position: relative;
  position: relative;
  width: fit-content;
}
.mv-link-text::before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s ease-out;
  width: 100%;
}
.mv-link-text::after {
  background: #fff url("/purposestory/img/strengths/icon-arrow-down01.png") no-repeat center/14px 12px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 600px) {
  .mv-link-text::after {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .mv-link-text::after {
    border-radius: 24px;
    height: 48px;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
  }
}

@media screen and (min-width: 960px) {
  .mv-pagelink {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink {
    height: 580px;
    width: 592px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-pagelink {
    height: 406px;
    width: 416px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-pagelink {
    height: 406px;
    margin: 67px auto 0;
    width: 416px;
  }
}
@media only screen and (max-width: 959px) {
  .mv-pagelink {
    position: relative;
  }
}
@media only screen and (max-width: 599px) {
  .mv-pagelink {
    height: 342px;
    margin-inline: auto;
    width: 350px;
  }
}
@media print {
  .mv-pagelink {
    position: relative;
    width: 100%;
    height: 600px;
  }
}
.mv-pagelink::before {
  border: 1px solid #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink::before {
    border-radius: 235px;
    height: 470px;
    width: 470px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-pagelink::before {
    border-radius: 165px;
    height: 330px;
    width: 330px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-pagelink::before {
    border-radius: 165px;
    height: 330px;
    width: 330px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-pagelink::before {
    border-radius: 189px;
    height: 278px;
    width: 278px;
  }
}
@media print {
  .mv-pagelink::before {
    display: none;
  }
}
.mv-pagelink-title {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink-title {
    font-size: 3.2rem;
    line-height: 1.375;
  }
}
@media screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-pagelink-title {
    font-size: 2.2rem;
    line-height: 1.3636;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-pagelink-title {
    font-size: 2.2rem;
    line-height: 1.3636;
  }
}
@media only screen and (max-width: 599px) {
  .mv-pagelink-title {
    font-size: 1.8rem;
    line-height: 1.38;
  }
}

.mv-pagelink-item {
  position: absolute;
  z-index: 3;
}
.mv-pagelink-item a {
  background: #fff url("/purposestory/img/strengths/icon-arrow-down02.png") no-repeat center bottom 16px/14px 12px;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink-item a {
    font-size: 1.8rem;
    border-radius: 68px;
    height: 136px;
    line-height: 1.1;
    width: 136px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-pagelink-item a {
    font-size: 1.3rem;
    border-radius: 48px;
    height: 96px;
    width: 96px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-pagelink-item a {
    font-size: 1.3rem;
    border-radius: 48px;
    height: 96px;
    width: 96px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-pagelink-item a {
    font-size: 1.0rem;
    background-position: center bottom 14px;
    background-size: 8px 7px;
    border-radius: 40px;
    height: 80px;
    width: 80px;
    line-height: 1.1;
  }
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink-item a:hover {
    background: #0068AF url("/purposestory/img/strengths/icon-arrow-down03.png") no-repeat center bottom 16px/14px 12px;
    color: #fff;
  }
}
.mv-pagelink-item:first-of-type {
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink-item:nth-of-type(2) {
    right: 47px;
    top: 89px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-pagelink-item:nth-of-type(2) {
    right: 32px;
    top: 65px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-pagelink-item:nth-of-type(2) {
    right: 32px;
    top: 65px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-pagelink-item:nth-of-type(2) {
    right: 28px;
    top: 52px;
  }
}
.mv-pagelink-item:nth-of-type(3) {
  right: 0;
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink-item:nth-of-type(3) {
    top: 284px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-pagelink-item:nth-of-type(3) {
    top: 202px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-pagelink-item:nth-of-type(3) {
    top: 202px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-pagelink-item:nth-of-type(3) {
    top: 167px;
  }
}
.mv-pagelink-item:nth-of-type(4) {
  bottom: 0;
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink-item:nth-of-type(4) {
    right: 127px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-pagelink-item:nth-of-type(4) {
    right: 88px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-pagelink-item:nth-of-type(4) {
    right: 88px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-pagelink-item:nth-of-type(4) {
    right: 75px;
  }
}
.mv-pagelink-item:nth-of-type(5) {
  bottom: 0;
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink-item:nth-of-type(5) {
    left: 127px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-pagelink-item:nth-of-type(5) {
    left: 88px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-pagelink-item:nth-of-type(5) {
    left: 88px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-pagelink-item:nth-of-type(5) {
    left: 75px;
  }
}
.mv-pagelink-item:nth-of-type(6) {
  left: 0;
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink-item:nth-of-type(6) {
    top: 284px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-pagelink-item:nth-of-type(6) {
    top: 202px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-pagelink-item:nth-of-type(6) {
    top: 202px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-pagelink-item:nth-of-type(6) {
    top: 167px;
  }
}
@media print, screen and (min-width: 600px) {
  .mv-pagelink-item:nth-of-type(7) {
    left: 47px;
    top: 89px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1311px) {
  .mv-pagelink-item:nth-of-type(7) {
    left: 32px;
    top: 65px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-pagelink-item:nth-of-type(7) {
    left: 32px;
    top: 65px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-pagelink-item:nth-of-type(7) {
    left: 28px;
    top: 52px;
  }
}

.mv-scroll {
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 599px) {
  .mv-scroll {
    display: none;
  }
}
@media print, screen and (min-width: 600px) {
  .mv-scroll {
    height: 106px;
    left: 0;
    width: 20px;
  }
}

.mv-scroll-text {
  color: #fff;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
@media print, screen and (min-width: 600px) {
  .mv-scroll-text {
    font-size: 1.4rem;
    line-height: 1.538;
  }
}

.mv-scroll-line {
  bottom: 0;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
}
@media print, screen and (min-width: 600px) {
  .mv-scroll-line {
    height: 63px;
  }
}

.mv-scroll-line-item {
  animation: scrollLine 2s cubic-bezier(0.08, 0.5, 1, 0.53) infinite;
  background: #fff;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
@media print, screen and (min-width: 600px) {
  .mv-scroll-line-item {
    height: 100px;
  }
}

@keyframes scrollLine {
  0% {
    transform: translateY(-100%);
  }
  50%, 100% {
    transform: translateY(100%);
  }
}
@media print, screen and (min-width: 600px) {
  .strengths {
    padding-inline: 48px;
  }
}
@media only screen and (max-width: 599px) {
  .strengths {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 375px) {
  .strengths {
    padding-inline: 12px;
  }
}

.strengths-inner {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1224px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .strengths-inner {
    padding-left: 308px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1311px) {
  .strengths-inner {
    padding-left: 224px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .strengths-inner {
    padding-left: 73px;
  }
}
@media only screen and (max-width: 599px) {
  .strengths-inner {
    padding-left: 26px;
  }
}
@media print {
  .strengths-inner {
    padding-left: 0;
  }
}

.strength-nav {
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 600px) {
  .strength-nav {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .strength-nav {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 599px) {
  .strength-nav {
    padding-top: 6rem;
  }
}
@media print {
  .strength-nav {
    display: none;
  }
}
.strength-nav .strength-nav-main {
  position: relative;
}
.strength-nav .strength-nav-main::before {
  background: #DCE6F0;
  bottom: 10px;
  content: "";
  display: block;
  left: 5px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.strength-nav.is-fixed {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .strength-nav.is-fixed {
    left: 50%;
    max-width: 1320px;
    padding-inline: 48px;
    top: 8rem;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 599px) {
  .strength-nav.is-fixed {
    left: 0;
    padding-inline: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .strength-nav.is-fixed {
    padding-inline: 12px;
  }
}
.strength-nav.is-stop {
  bottom: 0;
  position: absolute;
  top: auto;
}
@media print, screen and (min-width: 600px) {
  .strength-nav.is-stop {
    margin-inline: -48px;
  }
}
@media only screen and (max-width: 599px) {
  .strength-nav.is-stop {
    margin-inline: -24px;
  }
}

.strength-nav-item:not(:last-child) {
  margin-bottom: 10px;
}
.strength-nav-item a {
  color: #DCE6F0;
  display: inline-block;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 600px) {
  .strength-nav-item a {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .strength-nav-item a {
    height: 23px;
  }
}
@media only screen and (max-width: 599px) {
  .strength-nav-item a {
    height: 23px;
  }
}
.strength-nav-item a::before {
  background: #DCE6F0;
  border-radius: 7px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  width: 12px;
}
.strength-nav-item a.is-active {
  color: #000;
}
.strength-nav-item a.is-active::before {
  background: #000;
}
@media print, screen and (min-width: 600px) {
  .strength-nav-item a:hover {
    color: #000;
  }
}
@media print, screen and (min-width: 600px) {
  .strength-nav-item a:hover::before {
    background: #000;
  }
}
@media only screen and (max-width: 959px) {
  .strength-nav-item a span {
    display: none;
  }
}

@media print, screen and (min-width: 600px) {
  .strength-item {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .strength-item {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 599px) {
  .strength-item {
    padding-top: 6rem;
  }
}
@media print {
  .strength-item {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 600px) {
  .strength-item:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .strength-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media print {
  .strength-item:not(:last-child) {
    margin-bottom: 0;
  }
}

.strength-title {
  color: #DCE6F0;
  font-family: "Noto Serif JP", serif;
  line-height: 1.1;
}
@media print, screen and (min-width: 600px) {
  .strength-title {
    font-size: 10.8rem;
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .strength-title {
    font-size: 12.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .strength-title {
    font-size: 9rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .strength-title {
    font-size: 5.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .strength-title {
    font-feature-settings: "palt";
  }
}
@media print {
  .strength-title {
    font-size: 6.4rem;
    margin-top: 0;
  }
}

.strength-lead {
  line-height: 1.4375;
}
@media print, screen and (min-width: 600px) {
  .strength-lead {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .strength-lead {
    font-size: 2.4rem;
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 599px) {
  .strength-lead {
    font-size: 1.8rem;
    line-height: 1.444;
    margin-bottom: 16px;
  }
}
@media print {
  .strength-lead {
    font-size: 3.6rem;
  }
}

.strength-text {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media print, screen and (min-width: 600px) {
  .case {
    padding-top: 184px;
  }
}
@media only screen and (max-width: 599px) {
  .case {
    padding-top: 107px;
  }
}
@media print {
  .case {
    padding-top: 6rem;
  }
}

.case-title {
  font-family: "DM Serif Display", serif;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .case-title {
    font-size: 8rem;
    margin: 0 auto -12px;
    padding-inline: 48px;
    width: 1224px;
  }
}
@media only screen and (max-width: 599px) {
  .case-title {
    font-size: 5.6rem;
    margin-bottom: -8px;
    padding-inline: 22px;
  }
}

.case-main {
  background: url("/purposestory/img/strengths/bg-case.webp") repeat center top/1428px auto;
}
@media print, screen and (min-width: 600px) {
  .case-main {
    padding: 8px 0 107px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .case-main {
    padding: 20px 42px 72px;
  }
}
@media only screen and (max-width: 599px) {
  .case-main {
    padding: 87px 24px 37px;
  }
}
@media screen and (max-width: 375px) {
  .case-main {
    padding: 87px 12px 37px;
  }
}

.case-inner {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1440px;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .case-inner {
    padding-left: 112px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .case-inner {
    padding-left: 48px;
  }
}
@media only screen and (max-width: 959px) {
  .case-inner {
    padding: 0;
  }
}
@media print {
  .case-inner {
    padding: 0 3rem;
  }
}
@media print, screen and (min-width: 600px) {
  .case-image {
    position: absolute;
    right: 0;
    top: 8rem;
    width: 600px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .case-image {
    width: 389px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .case-image {
    margin-inline: auto;
    width: 416px;
  }
}
@media only screen and (max-width: 959px) {
  .case-image {
    opacity: 1;
    padding-top: 0;
    position: static;
  }
}
@media only screen and (max-width: 599px) {
  .case-image {
    width: 100%;
  }
}
@media print {
  .case-image {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 1rem;
  }
}
.case-image img {
  height: auto;
  width: 100%;
}
.case-image.is-active {
  opacity: 1;
}
@media print, screen and (min-width: 600px) {
  .case-image figcaption {
    font-size: 1.4rem;
    line-height: 1.428;
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 600px) {
  .case-item {
    min-height: 436px;
    padding-right: 632px;
    padding-top: 8rem;
    position: relative;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .case-item {
    padding-right: 420px;
  }
}
@media only screen and (max-width: 959px) {
  .case-item {
    padding-right: 0;
  }
}
@media print {
  .case-item {
    padding-right: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .case-item:not(:last-child) {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .case-item:not(:last-child) {
    margin-bottom: 128px;
  }
}
@media only screen and (max-width: 599px) {
  .case-item:not(:last-child) {
    margin-bottom: 75px;
  }
}

.case-head {
  line-height: 1.416;
}
@media print, screen and (min-width: 600px) {
  .case-head {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .case-head {
    font-size: 1.8rem;
    line-height: 1.444;
    margin-bottom: 32px;
  }
}

.case-text {
  font-size: 1.6rem;
  line-height: 1.8125;
  margin-bottom: 38px;
}

@media only screen and (max-width: 959px) {
  .case-buttons {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 600px) {
  .case-buttons li:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .case-buttons li:not(:last-child) {
    margin-bottom: 18px;
  }
}

.cmn_btn03 {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .cmn_btn03 {
    max-width: 488px;
  }
}
@media print, screen and (min-width: 600px) {
  .cmn_btn03:hover {
    opacity: 0.7;
  }
}