html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/********************************************************
case
*********************************************************/
.casepage {
  background-color: #FFE6E6;
}

.casepage__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 170px 25px 100px;
}

.casepage__fv {
  position: relative;
}

.casepage__fv--title {
  position: absolute;
  top: 280px;
  left: 50.5%;
  font-weight: 700;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.12em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.casepage__fv--image {
  margin-bottom: 30px;
}

.casepage__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 985px;
  margin: 0 auto 72px;
}

.casepage__about__image {
  max-width: 316px;
  margin-right: 20px;
}

.casepage__about__image.-mw338 {
  max-width: 338px;
  margin-right: 0;
}

.casepage__about__block--title {
  margin-bottom: 32px;
}

.casepage__about__block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.casepage__about__block__info+.casepage__about__block__info {
  margin-top: 20px;
}

.casepage__about__block__info dt {
  width: 76px;
}

.casepage__about__block__point {
  margin-top: 34px;
}

.casepage__about__block__point--title {
  margin-bottom: 10px;
  color: #E60012;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
}

.casepage__about__block__point--text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.casepage__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 986px;
  height: 180px;
  margin: 0 auto;
  border: 3px solid #E60012;
  border-radius: 10px;
}

.casepage__box+.casepage__box {
  margin-top: 40px;
}

.casepage__box__title {
  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;
  width: 164px;
  height: 100%;
  background-color: #E60012;
}

.casepage__box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 164px);
  height: 100%;
  padding: 0 60px;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}

.casepage__topbtn {
  max-width: 340px;
  margin: 80px auto 0;
}

.casepage__topbtn a {
  display: block;
  border-radius: 999px;
  background-color: #e60012;
  -webkit-box-shadow: 0 4px 0 #9f0d0c;
  margin: 0 auto;
  box-shadow: 0 4px 0 #9f0d0c;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.casepage__topbtn a:hover {
  -webkit-box-shadow: 0 0 0 #9f0d0c;
  box-shadow: 0 0 0 #9f0d0c;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.casepage__topbtn a:hover img {
  opacity: 1;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media print,
screen and (min-width: 1024px) {
  body.casepage .footer__inner {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  body.casepage .footer__inner {
    padding: 0 15px 36px;
  }
}

@media print,
screen and (max-width: 1025px) {
  .casepage__inner {
    max-width: none;
    padding: 10vw 0 22vw;
  }

  .casepage__fv {
    padding: 0 4%;
  }

  .casepage__fv--title {
    top: 45vw;
    font-size: 4.3vw;
    letter-spacing: 0.1em;
  }

  .casepage__fv--image {
    margin-bottom: 6vw;
  }

  .casepage__fv--image img {
    width: 100%;
  }

  .casepage__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: none;
    margin: 0 auto 11vw;
    padding: 0 10.5%;
  }

  .casepage__about__image {
    width: 61vw;
    max-width: none !important;
    margin: 8vw auto 0 !important;
  }

  .casepage__about__image.-mw338 {
    width: 75vw;
    margin-top: 2vw !important;
  }

  .casepage__about__block--title {
    margin-bottom: 7vw;
  }

  .casepage__about__block--title img {
    width: 95%;
  }

  .casepage__about__block__info {
    font-size: 3.74vw;
  }

  .casepage__about__block__info+.casepage__about__block__info {
    margin-top: 1.8vw;
  }

  .casepage__about__block__info dt {
    width: 18vw;
  }

  .casepage__about__block__point {
    margin-top: 5.2vw;
  }

  .casepage__about__block__point--title {
    margin-bottom: 2.8vw;
    font-size: 5.4vw;
  }

  .casepage__about__block__point--text {
    font-size: 3.74vw;
  }

  .casepage__about__block__point--text br {
    display: none;
  }

  .casepage__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 79vw;
    max-width: none;
    height: auto;
    border: 3px solid #E60012;
  }

  .casepage__box+.casepage__box {
    margin-top: 5.5vw;
  }

  .casepage__box__title {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.5vw 5.5vw 2.8vw;
  }

  .casepage__box__title p {
    line-height: 1;
  }

  .casepage__box.-box01 .casepage__box__title p img {
    width: 9.6vw;
  }

  .casepage__box.-box02 .casepage__box__title p img {
    width: 19.5vw;
  }

  .casepage__box.-box03 .casepage__box__title p img {
    width: 9.5vw;
  }

  .casepage__box__text {
    display: block;
    width: 100%;
    height: auto;
    padding: 4vw 5.4vw 4.8vw;
    border-radius: 0 0 10px 10px;
    font-size: 4.27vw;
    line-height: 1.5;
  }

  .casepage__box__text br {
    display: none;
  }

  .casepage__topbtn {
    width: 58vw;
    max-width: none;
    margin: 16vw auto 0;
  }
}