@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.u-ssmtop {
  display: none;
}
@media screen and (min-width: 601px) {
  .u-ssmtop {
    display: inline-block;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3559322034vw;
  }
}
@media (min-width: 1180px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #565956;
  background-color: #FFF;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  cursor: pointer;
}

body.is-fixed {
  width: 100%;
  overflow: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.accordion {
  border-bottom: 1px solid #565956;
  padding: 20px 15px 18px 31px;
  padding: 1.25rem 0.9375rem 1.125rem 1.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  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;
}
@media screen and (min-width: 768px) {
  .accordion {
    font-size: 1.125rem;
    width: 49.1525%;
    padding: 1.375rem 1.75rem 1.375rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion:nth-of-type(3), .accordion:nth-of-type(4) {
    padding: 2rem 1.75rem 2rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion:nth-of-type(5) {
    padding: 1.875rem 1.75rem 2rem 1rem;
  }
}

.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.accordion__head img {
  width: 15px;
  width: 0.9375rem;
  margin-right: 25px;
  margin-right: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.accordion__qestion-wrapper {
  font-size: 0px;
  font-size: 0rem;
}
.accordion__qestion-wrapper span {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .accordion__qestion-wrapper span {
    font-size: 1.125rem;
  }
}

.accordion__bars {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  position: relative;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .accordion__bars {
    width: 1rem;
    height: 1rem;
  }
}
.accordion__bars:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #948260;
}
.accordion__bars:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  width: 0.125rem;
  height: 100%;
  background-color: #948260;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.accordion__bars.is-open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion__body {
  font-size: 14px;
  font-size: 0.875rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.accordion__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion__answer-icon {
  font-size: 18px;
  font-size: 1.125rem;
  color: #948260;
  margin-left: 2px;
  margin-left: 0.125rem;
  margin-right: 25px;
  margin-right: 1.5625rem;
}

.accordion__answer-wrapper {
  font-size: 0;
}

.accordion__answer-text {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .accordion__answer-text {
    font-size: 1.125rem;
  }
}
.accordion__answer-text + .accordion__answer-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.button {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  padding: 19px 50px 19px 29px;
  padding: 1.1875rem 3.125rem 1.1875rem 1.8125rem;
  background: -webkit-gradient(linear, left top, right top, from(#669988), to(#668899));
  background: linear-gradient(90deg, #669988 0%, #668899 100%);
  max-width: 264px;
  max-width: 16.5rem;
  width: 100%;
  line-height: 1;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(102, 153, 136, .8)), to(rgba(102, 136, 153, .8)));
  background: linear-gradient(90deg, rgba(102, 153, 136, .8) 0%, rgba(102, 136, 153, .8) 100%);
  cursor: pointer;
}
.button:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/button-arrow.png) no-repeat center center/cover;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27px;
  right: 1.6875rem;
}
@media screen and (max-width: 335px) {
  .button:after {
    right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .button {
    padding: 2.1875rem 3.8125rem 2.125rem 2.1875rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 335px) {
  .button {
    padding: 1.1875rem 2.875rem 1.1875rem 1.25rem;
  }
}

.button--qa {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto;
  display: block;
  padding: 13px 15px 13px 0;
  padding: 0.8125rem 0.9375rem 0.8125rem 0;
  border-radius: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#669988), to(#669988));
  background: linear-gradient(90deg, #669988 0%, #669988 100%);
}
.button--qa:after {
  width: 12px;
  width: 0.75rem;
  background: url(../images/bxs-right-arrow.svg) no-repeat center center/contain;
  right: 26px;
  right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .button--qa:after {
    width: 1.125rem;
    right: 4.6875rem;
  }
}
.button--qa:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(102, 153, 136, .8)), to(rgba(102, 153, 136, .8)));
  background: linear-gradient(90deg, rgba(102, 153, 136, .8) 0%, rgba(102, 153, 136, .8) 100%);
}
@media screen and (min-width: 768px) {
  .button--qa {
    font-size: 1.25rem;
    font-weight: 400;
    padding: 1.5rem 2.0625rem 1.5rem 0.875rem;
    max-width: 22.75rem;
    width: 100%;
  }
}

.card-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-voice:nth-of-type(odd) .card-voice__body {
  background-color: #F2F4F1;
}

.card-voice__head {
  position: relative;
  width: 100%;
}
.card-voice__head:before {
  content: "";
  display: block;
  padding-top: 60.9686%;
}
.card-voice__head span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 119px;
  width: 7.4375rem;
  height: 34px;
  height: 2.125rem;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #669988;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  top: 0px;
  left: 0px;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
}
.card-voice__head:nth-of-type(2):after {
  content: "REVIEW 02";
}
.card-voice__head:nth-of-type(3)::after {
  content: "REVIEW 03 ";
}
.card-voice__head img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .card-voice__head {
    max-width: 28.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.card-voice__body {
  padding: 15px 33px 18px 32px;
  padding: 0.9375rem 2.0625rem 1.125rem 2rem;
}
@media screen and (min-width: 768px) {
  .card-voice__body {
    padding-left: 0.75rem;
    padding: 0.9375rem 2.75rem 1.5rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .card-voice:nth-of-type(3) .card-voice__body {
    padding-left: 2.3125rem;
    padding-right: 2.3125rem;
  }
}
@media screen and (min-width: 1366px) {
  .card-voice:nth-of-type(3) .card-voice__body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .card-voice__headline-wrapper {
    text-align: left;
    margin-top: 0.4375rem;
  }
}

.card-voice__headline-wrapper--02 {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-left: 19%;
}
@media screen and (max-width: 335px) {
  .card-voice__headline-wrapper--02 {
    margin-left: 12%;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .card-voice__headline-wrapper--02 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .card-voice__headline-wrapper--02 {
    margin-left: 0;
  }
}

.card-voice__headline-wrapper--04 {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-left: 10%;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .card-voice__headline-wrapper--04 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .card-voice__headline-wrapper--04 {
    margin-left: 0;
  }
}

.card-voice__headline-wrapper--06 {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-left: 38%;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .card-voice__headline-wrapper--06 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .card-voice__headline-wrapper--06 {
    margin-left: 0;
  }
}

.card-voice__headline {
  display: inline-block;
  background-color: #948260;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}

.card-voice__headline--01 {
  padding: 8px 24px 10px 18px;
  padding: 0.5rem 1.5rem 0.625rem 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 601px) {
  .card-voice__headline--01 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .card-voice__headline--01 {
    padding: 0.4375rem 1.125rem 0.8125rem 0.9375rem;
    font-size: 1.25rem;
    display: inline-block;
  }
}

.card-voice__headline--01s {
  display: none;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 15px 10px 18px;
  padding: 0.5rem 0.9375rem 0.625rem 1.125rem;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .card-voice__headline--01s {
    display: inline-block;
  }
}

.card-voice__headline--02 {
  padding: 10px 17px 9px 14px;
  padding: 0.625rem 1.0625rem 0.5625rem 0.875rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .card-voice__headline--02 {
    padding: 0.5625rem 1.25rem 0.8125rem 0.9375rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 335px) {
  .card-voice__headline--02 {
    padding-right: 0.8125rem;
  }
}

.card-voice__headline--03 {
  padding: 9px 17px 10px 11px;
  padding: 0.5625rem 1.0625rem 0.625rem 0.6875rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .card-voice__headline--03 {
    display: none;
  }
}

.card-voice__headline--03s {
  padding: 9px 17px 10px 11px;
  padding: 0.5625rem 1.0625rem 0.625rem 0.6875rem;
  font-size: 20px;
  font-size: 1.25rem;
  display: none;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .card-voice__headline--03s {
    display: inline-block;
  }
}

.card-voice__headline--04 {
  padding: 10px 7px 8px 8px;
  padding: 0.625rem 0.4375rem 0.5rem 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 335px) {
  .card-voice__headline--04 {
    padding-right: 0.25rem;
  }
}

.card-voice__headline--05 {
  padding: 9px 11px 9px 11px;
  padding: 0.5625rem 0.6875rem 0.5625rem 0.6875rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .card-voice__headline--05 {
    display: none;
  }
}
@media screen and (max-width: 335px) {
  .card-voice__headline--05 {
    padding: 0.5625rem 0.625rem 0.5625rem 0.5rem;
  }
}

.card-voice__headline--05s {
  padding: 9px 11px 9px 11px;
  padding: 0.5625rem 0.6875rem 0.5625rem 0.6875rem;
  font-size: 20px;
  font-size: 1.25rem;
  display: none;
}
@media screen and (max-width: 335px) {
  .card-voice__headline--05s {
    padding: 0.5625rem 0.625rem 0.5625rem 0.5rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .card-voice__headline--05s {
    display: inline-block;
  }
}

.card-voice__headline--06 {
  padding: 12px 0px 8px 15px;
  padding: 0.75rem 0rem 0.5rem 0.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .card-voice__headline--06 {
    padding: 0.625rem 0.25rem 0.625rem 0.625rem;
  }
}
@media screen and (max-width: 335px) {
  .card-voice__headline--06 {
    padding: 0.625rem 0.3125rem 0.625rem 0.3125rem;
  }
}

.card-voice__text {
  margin-top: 17px;
  margin-top: 1.0625rem;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285;
}
@media screen and (min-width: 768px) {
  .card-voice__text {
    line-height: 1.4375;
    margin-top: 0.9375rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 1rem;
  }
}

.card-voice__text--02 {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .card-voice__text--02 {
    margin-top: 1rem;
  }
}

.card-voice__text--03 {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .card-voice__text--03 {
    margin-top: 0.9375rem;
  }
}

.card-voice__commenter {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  margin-right: 3px;
  margin-right: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .card-voice__commenter {
    font-size: 1rem;
    margin-top: 0.625rem;
    text-align: right;
    margin-right: 0rem;
  }
}

.cta {
  background-color: #F2F4F1;
  padding: 32px;
  padding: 2rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 2.9375rem;
    padding-bottom: 3rem;
  }
}
.cta:before, .cta:after {
  content: "LIMITED TIME CAMPAIGN";
  position: absolute;
  display: inline-block;
  line-height: 1;
  color: rgba(86, 89, 86, .08);
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}
@media screen and (min-width: 768px) {
  .cta:before, .cta:after {
    display: none;
  }
}
.cta:before {
  top: 282px;
  top: 17.625rem;
  left: calc(50vw - 22.875rem);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: left;
}
.cta:after {
  top: 285px;
  top: 17.8125rem;
  right: calc(50vw - 22.8125rem);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  text-align: left;
}

.cta__treatment01,
.cta__treatment02 {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 56px;
  font-size: 3.5rem;
  color: rgba(86, 89, 86, .08);
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  display: none;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cta__treatment01,
.cta__treatment02 {
    display: block;
  }
}

.cta__treatment01 {
  top: 221px;
  top: 13.8125rem;
  left: calc(50vw - 45.0625rem);
  font-size: 56px;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1366px) {
  .cta__treatment01 {
    left: calc(50vw - 46.9375rem);
  }
}

.cta__treatment02 {
  top: 213px;
  top: 13.3125rem;
  left: calc(50vw - 41.625rem);
  font-size: 70px;
  font-size: 4.375rem;
  letter-spacing: 0.07em;
}

.cta__treatment01--right {
  top: 226px;
  top: 14.125rem;
  right: calc(50vw - 111.0625rem);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 1366px) {
  .cta__treatment01--right {
    right: calc(50vw - 117.875rem);
  }
}

.cta__treatment02--right {
  top: 222px;
  top: 13.875rem;
  right: calc(50vw - 98.75rem);
  font-size: 70px;
  font-size: 4.375rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cta__contents {
  background-color: #FFF;
  padding: 36px 40px 34px 39px;
  padding: 2.25rem 2.5rem 2.125rem 2.4375rem;
  position: relative;
  max-width: 287px;
  max-width: 17.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 335px) {
  .cta__contents {
    padding: 2.25rem 1.875rem 2.125rem 1.875rem;
  }
}
.cta__contents:after {
  content: "今だけ！";
  position: absolute;
  display: inline-block;
  padding: 4px 4px 4px 9px;
  padding: 0.25rem 0.25rem 0.25rem 0.5625rem;
  line-height: 1;
  background-color: #565956;
  color: #fff;
  letter-spacing: 0.04em;
  top: 9px;
  top: 0.5625rem;
  left: -8px;
  left: -0.5rem;
  font-weight: 700;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
@media screen and (min-width: 768px) {
  .cta__contents:after {
    top: 3.5625rem;
    left: 3.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .cta__contents {
    padding: 3.25rem 6.4375rem 2.6875rem 7.125rem;
    max-width: 48.1875rem;
  }
}

.cta__maintext {
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0em;
}
.cta__maintext P {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .cta__maintext p:first-of-type {
    font-size: 1.75rem;
    margin-left: -1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .cta__maintext p:nth-of-type(n + 2) {
    font-size: 1.75rem;
  }
}
.cta__maintext p:nth-of-type(3) {
  margin-top: -10px;
  margin-top: -0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.cta__maintext p:nth-of-type(3) .large-text {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  letter-spacing: -0.05em;
}
.cta__maintext p:nth-of-type(3) .font-en {
  font-family: "futura-pt", sans-serif;
  margin-left: 3px;
  margin-left: 0.1875rem;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .cta__maintext p:nth-of-type(3) .font-en {
    font-size: 1.875rem;
    margin-left: 0.375rem;
  }
}
@media screen and (min-width: 768px) {
  .cta__maintext p:nth-of-type(3) {
    font-size: 2rem;
    line-height: 1.65;
    margin-left: -0.8125rem;
  }
  .cta__maintext p:nth-of-type(3) .large-text {
    font-size: 3.5rem;
    letter-spacing: -0.05em;
  }
}
.cta__maintext p:nth-of-type(4) {
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta__maintext p:nth-of-type(4) {
    font-size: 2rem;
  }
}

.cta__info {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: grid;
  gap: 11px;
  gap: 0.6875rem;
  grid-template-rows: 1fr;
  grid-template-columns: 37.5% calc(62.5% - 0.6875rem);
  grid-template-areas: "areaA areaB" "areaC areaC";
}
@media screen and (min-width: 768px) {
  .cta__info {
    margin-top: 0.875rem;
    gap: 1rem;
    grid-template-columns: 23.2851% 34.8375% 36.101%;
    grid-template-areas: "areaA areaC areaB";
  }
}

.cta__price {
  grid-area: areaA;
}

.cta__discount {
  grid-area: areaB;
}

.cta__rental {
  grid-area: areaC;
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.cta__button-wrapper {
  width: 100%;
  margin-top: 33px;
  margin-top: 2.0625rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .cta__button-wrapper {
    margin-top: 2.625rem;
    -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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta__step {
  width: 208px;
  width: 13rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .cta__step {
    width: 16.9375rem;
  }
}

.cta__button {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cta__button {
    margin-top: 0rem;
  }
}

.drawer-contents {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: #565956;
  z-index: 15;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.drawer-contents.is-checked {
  visibility: visible;
  opacity: 1;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer-icon {
  position: fixed;
  left: 12px;
  left: 0.75rem;
  top: 21.5px;
  top: 1.34375rem;
  z-index: 21;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bars {
  position: relative;
  width: 16px;
  width: 1rem;
  height: 10px;
  height: 0.625rem;
}

.drawer-icon__bar {
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background-color: #565956;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 5px;
  top: 0.3125rem;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  top: 0.625rem;
}
.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  top: 0.3125rem;
}
.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
  top: 0.3125rem;
}

.drawer-item {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
.drawer-item span {
  display: inline-block;
}

.drawer-item__headline {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-family: "futura-pt", sans-serif;
  display: inline-block;
  letter-spacing: 0.01em;
}
.drawer-item__headline:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130%;
  height: 1px;
  height: 0.0625rem;
  bottom: 0;
  background-color: rgba(255, 255, 255, .4);
}

.drawer-item__body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.drawer-item__text a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  width: 100%;
  display: inline-block;
  color: #fff;
}

.feature-card {
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, .16);
          box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, .16);
  background-color: #FFF;
  padding: 30px 30px 30px 30px;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  border-radius: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .feature-card {
    padding: 1.9375rem 6.5rem 1.875rem 6.3125rem;
    -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;
    border-radius: 4rem;
  }
  .feature-card:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .feature-card:nth-of-type(2) {
    padding: 1.625rem 5.9375rem 1.625rem 6.5rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-card:nth-of-type(3) {
    padding: 2.625rem 5.875rem 2.0625rem 6.5rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-card:nth-of-type(4) {
    padding: 2.625rem 5.875rem 1.625rem 6.5rem;
  }
}

.feature-card__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .feature-card__image {
    width: 45.7435%;
    display: block;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.feature-card__image:before {
  content: "";
  display: block;
  padding-top: 61.6591%;
}
.feature-card__image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

@media screen and (min-width: 768px) {
  .feature-card__image--02:before {
    padding-top: 53.9823%;
  }
}

@media screen and (min-width: 768px) {
  .feature-card__image--03 {
    width: 45.4175%;
  }
}

.feature-card__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature-card__wrapper {
    width: 45.641%;
  }
}

@media screen and (min-width: 768px) {
  .feature-card__headline {
    grid-area: areaB;
  }
}

.feature-card__title {
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .feature-card__title {
    grid-area: areaC;
    margin-top: 0.75rem;
  }
}

.feature-card__title--04 {
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.feature-card__head {
  margin-top: 9px;
  margin-top: 0.5625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature-card__head {
    display: none;
  }
}
.feature-card__head .feature-card__picture {
  display: block;
  padding-top: 61.8556%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature-card__head .feature-card__picture {
    padding-top: 61.6591%;
  }
}
.feature-card__head .feature-card__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.feature-card__head .feature-card__picture--02 {
  padding-top: 46.8965%;
}
@media screen and (min-width: 768px) {
  .feature-card__head .feature-card__picture--02 {
    padding-top: 53.9823%;
  }
}

.feature-card__head--02 {
  margin-top: 16px;
  margin-top: 1rem;
}

.feature-card__head--03 {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.feature-card__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285;
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .feature-card__text {
    grid-area: areaD;
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.feature-card__text--02 {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .feature-card__text--02 {
    margin-top: 0.6875rem;
  }
}

.feature-card__text--03 {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.feature {
  padding: 32px 0;
  padding: 2rem 0;
  background: url(../images/feature_background.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-top: 4.875rem;
    padding-bottom: 4.8125rem;
  }
}

.feature__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .feature__contents {
    margin-top: 3.4375rem;
  }
}

.feature__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feature__card:nth-of-type(n + 2) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .feature__card:nth-of-type(n + 2) {
    margin-top: 2.0625rem;
  }
}
.feature__card span {
  color: #948260;
  font-size: 24px;
  font-size: 1.5rem;
}

.footer-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14.5299%;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.footer-item:nth-of-type(2) {
  margin-right: 21.0826%;
}
.footer-item:nth-of-type(3) {
  margin-right: 7.6923%;
}
.footer-item:last-of-type {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-right: 0px;
  margin-right: 0rem;
  width: 41.5954%;
}
.footer-item:last-of-type span {
  display: inline-block;
}

.footer-item__headline {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-family: "futura-pt", sans-serif;
  display: inline-block;
  letter-spacing: 0.01em;
}
.footer-item__headline:after {
  content: "";
  display: block;
  position: absolute;
  width: 72px;
  width: 4.5rem;
  height: 1px;
  height: 0.0625rem;
  bottom: 0;
  background-color: rgba(255, 255, 255, .4);
}

.footer-item__body {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.footer-item__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.footer {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  color: #fff;
  background-color: #565956;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 2.3125rem;
  }
}

.footer__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
.footer__item:last-of-type {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-right: 0px;
  margin-right: 0rem;
  width: 41.5954%;
}
.footer__item:last-of-type span {
  display: inline-block;
}

.footer__body {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.footer__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.footer__sns {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    display: block;
    margin-top: 5rem;
    margin-left: 0.1875rem;
  }
}

.footer__sns-icon {
  font-size: 30px;
  font-size: 1.875rem;
}
.footer__sns-icon .fa-twitter {
  margin-left: 26px;
  margin-left: 1.625rem;
  font-size: 27px;
  font-size: 1.6875rem;
}
.footer__sns-icon .fa-facebook-f {
  margin-left: 21px;
  margin-left: 1.3125rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.footer__info {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__info {
    margin-top: 5.625rem;
  }
}

.footer__copy {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    margin-top: 1.3125rem;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .grid {
    display: grid;
    gap: 0rem 2.75rem;
    grid-template-rows: 1fr;
    grid-template-columns: 47.5423% 1fr;
    grid-template-areas: "areaA areaA" "areaB areaB" "areaC areaC" "areaD areaE" "areaF areaF";
  }
}

.grid__item {
  background-color: #FFF;
  border-radius: 2rem;
  position: relative;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .16);
  line-height: 1.4375;
  min-height: 62px;
  min-height: 3.875rem;
  display: inline-block;
}
.grid__item span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .grid__item {
    font-size: 1.5rem;
    padding: 2.0625rem 2.125rem 1.875rem 7.1875rem;
  }
}
.grid__item:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/group.png) no-repeat center center/contain;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 27px;
  left: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .grid__item:before {
    background: url(../images/group-pc.png) no-repeat center center/contain;
    left: 3.125rem;
    width: 2rem;
    height: 2rem;
  }
}
.grid__item:nth-of-type(n + 2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .grid__item:nth-of-type(n + 2) {
    margin-top: 1.9375rem;
  }
}

.grid__item--A {
  grid-area: areaA;
  padding: 25px 44px 25px 67px;
  padding: 1.5625rem 2.75rem 1.5625rem 4.1875rem;
}
@media screen and (min-width: 768px) {
  .grid__item--A {
    padding: 2rem 2.125rem 1.875rem 7.125rem;
  }
}

.grid__item--B {
  grid-area: areaB;
  padding: 25px 34px 25px 67px;
  padding: 1.5625rem 2.125rem 1.5625rem 4.1875rem;
}
@media screen and (min-width: 768px) {
  .grid__item--B {
    padding: 2.0625rem 2.125rem 1.875rem 7.4375rem;
  }
}

.grid__item--C {
  grid-area: areaC;
  padding: 25px 34px 25px 67px;
  padding: 1.5625rem 2.125rem 1.5625rem 4.1875rem;
}
@media screen and (min-width: 768px) {
  .grid__item--C {
    padding: 2rem 2.125rem 1.875rem 7.5rem;
  }
}

.grid__item--D {
  grid-area: areaD;
  padding: 19px 34px 20px 67px;
  padding: 1.1875rem 2.125rem 1.25rem 4.1875rem;
}
@media screen and (min-width: 768px) {
  .grid__item--D {
    padding: 2rem 2.125rem 1.25rem 7.125rem;
  }
}

.grid__item--E {
  grid-area: areaE;
  padding: 18px 24px 23px 66px;
  padding: 1.125rem 1.5rem 1.4375rem 4.125rem;
}
@media screen and (min-width: 768px) {
  .grid__item--E {
    padding: 2rem 2.125rem 1.875rem 6.9375rem;
  }
}

.grid__item--F {
  grid-area: areaF;
  padding: 25px 46px 26px 67px;
  padding: 1.5625rem 2.875rem 1.625rem 4.1875rem;
}
@media screen and (min-width: 768px) {
  .grid__item--F {
    padding: 1.9375rem 2.125rem 2rem 7.4375rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #FFF;
  height: 57px;
  height: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .header {
    height: 4.625rem;
  }
}

.header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}

.header__button {
  width: 16px;
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .header__button {
    display: none;
  }
}

.header__logo {
  display: inline-block;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-left: 0rem;
  }
}

.header__nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 57px;
  top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .header__nav {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
  }
}

.header__arrow {
  width: 20px;
  width: 1.25rem;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 62px;
  right: 3.875rem;
}
@media screen and (min-width: 768px) {
  .header__arrow {
    display: none;
  }
}

.header__cart {
  width: 21px;
  width: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .header__cart {
    margin-left: 2.3125rem;
    width: 2.0625rem;
  }
}

.headline {
  display: inline-block;
  background-color: #948260;
  color: #fff;
  padding: 7px 18px 7px 18px;
  padding: 0.4375rem 1.125rem 0.4375rem 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .headline {
    font-size: 1.25rem;
  }
}

.headline--mainview1 {
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 3px 8px 14px;
  padding: 0.5rem 0.1875rem 0.5rem 0.875rem;
  background: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  color: #565956;
  width: auto;
  font-weight: 700;
}
@media screen and (min-width: 601px) {
  .headline--mainview1 {
    font-size: 2rem;
    padding: 0.75rem 0.1875rem 0.75rem 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .headline--mainview1 {
    font-size: 2.5rem;
    padding: 1.0625rem 0.1875rem 1.25rem 1.4375rem;
  }
}

.headline--mainview2 {
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 0 8px 9px;
  padding: 0.5rem 0 0.5rem 0.5625rem;
  background: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  color: #565956;
  width: auto;
  font-weight: 700;
}
@media screen and (min-width: 601px) {
  .headline--mainview2 {
    font-size: 2rem;
    padding: 0.75rem 0.1875rem 0.75rem 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .headline--mainview2 {
    font-size: 2.5rem;
    padding: 1rem 0 1.25rem 1.3125rem;
  }
}

.headline--mainview3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 14px 8px 14px;
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
  background: #FFF;
  color: #565956;
  width: auto;
  font-weight: 700;
}
@media screen and (min-width: 601px) {
  .headline--mainview3 {
    font-size: 1.25rem;
    padding: 0.75rem 0.625rem 0.75rem 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .headline--mainview3 {
    font-size: 1.5rem;
    padding: 0.8125rem 1.125rem 0.875rem 1.1875rem;
  }
}

.headline--cta {
  padding: 13px 11px 11px 11px;
  padding: 0.8125rem 0.6875rem 0.6875rem 0.6875rem;
  font-size: 0;
  color: #fff;
  background-color: #565956;
  border-radius: 1rem;
}
.headline--cta .headline__in {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
.headline--cta .headline__in:nth-of-type(2) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .headline--cta .headline__in:nth-of-type(2) {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .headline--cta .headline__in {
    font-size: 1rem;
  }
}

.headline--realization02 {
  width: auto;
  text-align: left;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .headline--realization02 {
    font-size: 1.5rem;
    padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
  }
}
.headline--realization02 span:nth-of-type(1) {
  display: inline-block;
}

.headline--feature {
  padding: 3px 15px 2px 15px;
  padding: 0.1875rem 0.9375rem 0.125rem 0.9375rem;
  display: inline-block;
  width: auto;
}
@media screen and (min-width: 768px) {
  .headline--feature {
    margin-top: 0.6875rem;
    padding: 0.5rem 1.5625rem 0.5rem 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .headline--feature--02 {
    margin-top: 1.6875rem;
    padding: 0.5rem 1.5625rem 0.5rem 1.5625rem;
  }
}

.inner {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media screen and (min-width: 1366px) {
  .inner {
    max-width: 1440px;
    padding-right: 130px;
    padding-left: 130px;
  }
}

@media screen and (min-width: 768px) {
  .inner--cta {
    max-width: 48.1875rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .inner--profile {
    max-width: 1138px;
  }
}

@media screen and (min-width: 768px) {
  .inner--footer {
    max-width: 1357px;
  }
}

.item-scene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F2F4F1;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, .16);
          box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, .16);
  width: calc(33.33333% - 0.8125rem);
}
@media screen and (min-width: 768px) {
  .item-scene {
    width: calc(33.33333% - 2.04167rem);
  }
}
.item-scene:nth-of-type(3n + 2) {
  margin-left: 21px;
  margin-left: 1.3125rem;
}
.item-scene:nth-of-type(3n + 3) {
  margin-left: 18px;
  margin-left: 1.125rem;
}

.item-scene__link {
  display: block;
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 11px;
  padding-left: 0.6875rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .item-scene__link {
    padding: 0 1.125rem;
  }
}

.item-scene__link:hover {
  cursor: pointer;
}

.item-scene__head {
  margin-right: -12px;
  margin-right: -0.75rem;
  margin-left: -11px;
  margin-left: -0.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .item-scene__head {
    margin: 0 -1.125rem;
  }
}

.item-scene__picture {
  display: block;
  padding-top: 100%;
}
.item-scene__picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.item-scene__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 6px;
  margin-top: 0.375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .item-scene__title {
    font-size: 1.25rem;
    margin-top: 1.1875rem;
    padding-bottom: 0.375rem;
  }
}

.item-scene__text {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .item-scene__text {
    line-height: 2;
    font-size: 1rem;
    padding-bottom: 3.875rem;
  }
}

.item-scene02 {
  background: #F2F4F1;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, .16);
          box-shadow: 0 0.25rem 0.25rem rgba(17, 17, 17, .16);
  width: calc(33.33333% - 0.8125rem);
}
@media screen and (min-width: 768px) {
  .item-scene02 {
    width: calc(33.33333% - 2.04167rem);
  }
}
.item-scene02:nth-of-type(3n + 2) {
  margin-left: 21px;
  margin-left: 1.3125rem;
}
.item-scene02:nth-of-type(3n + 3) {
  margin-left: 18px;
  margin-left: 1.125rem;
}

.item-scene02__link {
  padding-right: 13px;
  padding-right: 0.8125rem;
  padding-left: 11px;
  padding-left: 0.6875rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .item-scene02__link {
    padding-right: 2.0625rem;
    padding-left: 2.0625rem;
  }
}

.item-scene02__head {
  position: relative;
  margin-right: -13px;
  margin-right: -0.8125rem;
  margin-left: -11px;
  margin-left: -0.6875rem;
}
@media screen and (min-width: 768px) {
  .item-scene02__head {
    margin-right: -2.0625rem;
    margin-left: -2.0625rem;
  }
}

.item-scene02__picture {
  display: block;
  padding-top: 100%;
}
.item-scene02__picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.item-scene02__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .item-scene02__title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    padding-bottom: 0.1875rem;
  }
}

.item-scene02__text {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .item-scene02__text {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-bottom: 1.125rem;
  }
}

.logo {
  width: 93px;
  width: 5.8125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 7.0625rem;
  }
}

.main-nav {
  height: 28px;
  height: 1.75rem;
  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;
  background-color: #F2F4F1;
}
@media screen and (min-width: 768px) {
  .main-nav {
    background-color: transparent;
  }
}

.main-nav__item {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: -2px;
  margin-top: -0.125rem;
  display: inline-block;
}
.main-nav__item:nth-of-type(1) {
  margin-left: -17px;
  margin-left: -1.0625rem;
}
.main-nav__item:nth-of-type(2) {
  margin-left: 32px;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .main-nav__item:nth-of-type(2) {
    margin-left: 3.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .main-nav__item:nth-of-type(3) {
    margin-left: 3.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .main-nav__item:not(:last-of-type) {
    margin-top: 0.25rem;
  }
}

.main-nav__item--icon:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  top: 6px;
  top: 0.375rem;
  right: -16px;
  right: -1rem;
  background: url(../images/t-arrow.png) no-repeat center center/contain;
}
.main-nav__item--icon:hover {
  color: #8B6C3A;
}

.main-nav__item--corporation {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-nav__item--corporation {
    display: inline-block;
  }
}
.main-nav__item--corporation:hover {
  color: #8B6C3A;
}

.main-nav__item--link .main-nav__link {
  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;
  border: 1px solid #565956;
  border-radius: 2rem;
  width: 166px;
  width: 10.375rem;
  height: 33px;
  height: 2.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-left: 32px;
  margin-left: 2rem;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .main-nav__item--link .main-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-nav__item--link .main-nav__link:hover {
  background-color: #565956;
  color: #fff;
  border-color: #565956;
}

.mainview {
  height: 481px;
  height: 30.0625rem;
  margin-top: 85px;
  margin-top: 5.3125rem;
  position: relative;
  background: url(../images/main.jpg) no-repeat center center/cover;
}
.mainview:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .2);
}
@media screen and (min-width: 768px) {
  .mainview {
    margin-top: 4.625rem;
    background-position: bottom right;
    background-image: url(../images/main-pc.jpg);
  }
}

.mainview__message {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 132px;
  top: 8.25rem;
  z-index: 1;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .mainview__message {
    top: 6.75rem;
    text-align: left;
  }
}

.mainview__mainHeadline {
  letter-spacing: 0em;
}
.mainview__mainHeadline:nth-last-of-type(2) {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mainview__mainHeadline:nth-last-of-type(2) {
    margin-top: 0.75rem;
  }
}

.mainview__subHeadline {
  margin-top: 16px;
  margin-top: 1rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .mainview__subHeadline {
    margin-top: 0.5625rem;
  }
}

.nav-drawer {
  padding: 135px 80px 50px;
  padding: 8.4375rem 5rem 3.125rem;
  height: 100vh;
  overflow: scroll;
  position: fixed;
  width: 100%;
}

.nav-drawer__item:not(:first-of-type) {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.nav-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .nav-global {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nav-global__item {
  margin-right: 14.5299%;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .nav-global__item {
    margin-right: 0rem;
    margin-top: 5.0625rem;
  }
}
.nav-global__item:nth-of-type(2) {
  margin-right: 21.0826%;
}
@media screen and (min-width: 768px) {
  .nav-global__item:nth-of-type(2) {
    margin-right: 5.625rem;
  }
}
.nav-global__item:nth-of-type(3) {
  margin-right: 7.6923%;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .nav-global__item:nth-of-type(3) {
    margin-right: -1.5625rem;
    margin-top: 5.0625rem;
  }
}
.nav-global__item:last-of-type {
  margin-right: 0px;
  margin-right: 0rem;
}
@media screen and (min-width: 768px) {
  .nav-global__item:last-of-type {
    width: auto;
    margin-right: 0.6875rem;
  }
}

.qa {
  padding: 32px 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .qa {
    padding: 5rem 0;
  }
}

.qa__items {
  margin-top: 7px;
  margin-top: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .qa__items {
    margin-top: 2.1875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.qa__button {
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  padding: 0 60px;
  padding: 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .qa__button {
    margin-top: 3.6875rem;
  }
  .qa__button span {
    margin-left: -1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .realization01 {
    padding-top: 2.4375rem;
  }
}

.realization01__contents {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .realization01__contents {
    margin-top: 3.4375rem;
    padding: 0 3.125rem;
  }
}

.realization01__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .realization01__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.realization01__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.9088%;
}
.realization01__item:nth-of-type(2) {
  width: 44.7293%;
  margin-left: 10px;
  margin-left: 0.625rem;
}
.realization01__item:nth-of-type(2) .realization01__img {
  width: 71.3375%;
}
@media screen and (min-width: 768px) {
  .realization01__item:nth-of-type(2) .realization01__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .realization01__item:nth-of-type(2) {
    width: 10.5rem;
    margin-left: 0rem;
  }
}
@media screen and (min-width: 1366px) {
  .realization01__item:nth-of-type(2) {
    width: 10.5rem;
    margin-right: 0;
  }
}
.realization01__item:nth-of-type(n + 3) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .realization01__item:nth-of-type(n + 3) {
    margin-top: 0rem;
  }
}
.realization01__item:nth-of-type(n + 4) {
  margin-left: 7.5px;
  margin-left: 0.46875rem;
}
@media screen and (min-width: 768px) {
  .realization01__item:nth-of-type(n + 4) {
    margin-left: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .realization01__item {
    width: 10.5rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 1366px) {
  .realization01__item {
    width: 10.5rem;
    margin-right: 0;
  }
}

.realization01__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285;
  padding-right: 5px;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .realization01__text {
    font-size: 1rem;
  }
}

.realization01__text--space {
  padding-right: 0px;
  padding-right: 0rem;
}

.realization02 {
  position: relative;
}

.realization02__message {
  position: absolute;
  max-width: 1013px;
  max-width: 63.3125rem;
  width: 325px;
  width: 20.3125rem;
  top: -149px;
  top: -9.3125rem;
  text-align: center;
  background: #669988;
  font-size: 0;
  padding: 15px 10px 23px;
  padding: 0.9375rem 0.625rem 1.4375rem;
  line-height: 1.4375;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.realization02__message span {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .realization02__message span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .realization02__message {
    width: 100%;
    top: -11.125rem;
    padding: 1.4375rem 0.625rem 1.5625rem;
  }
}

.realization02__treatment {
  position: absolute;
  width: 351px;
  width: 21.9375rem;
  top: -139px;
  top: -8.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .realization02__treatment {
    max-width: 64.6875rem;
    width: 100%;
    top: -10.4375rem;
  }
}

.realization02__contents {
  background-color: #F2F4F1;
  margin-top: 91px;
  margin-top: 5.6875rem;
  position: relative;
  padding-top: 146px;
  padding-top: 9.125rem;
  padding-bottom: 53.8667%;
}
@media screen and (min-width: 768px) {
  .realization02__contents {
    margin-top: 16.9375rem;
    padding-top: 21.625rem;
    padding-bottom: 27.75rem;
  }
}

.realization02__contents--02 {
  margin-top: 187px;
  margin-top: 11.6875rem;
}
@media screen and (min-width: 768px) {
  .realization02__contents--02 {
    margin-top: 25.875rem;
    padding-bottom: 29.625rem;
  }
}

.realization02__scene {
  position: relative;
  margin-top: -196px;
  margin-top: -12.25rem;
}
@media screen and (min-width: 768px) {
  .realization02__scene {
    margin-top: -33.25rem;
  }
  .realization02__scene.scene02 {
    margin-top: -32.5625rem;
  }
}

.realization02__scene--02 {
  margin-top: -240px;
  margin-top: -15rem;
}

.realization02__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.realization02__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.9088%;
}
.realization02__item:nth-of-type(2) {
  width: 41.8666%;
  margin-left: 10px;
  margin-left: 0.625rem;
}
.realization02__item:nth-of-type(2) .realization02__img {
  width: 76.2095%;
}
.realization02__item:nth-of-type(n + 3) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.realization02__item:nth-of-type(n + 4) {
  margin-left: 7.5px;
  margin-left: 0.46875rem;
}

.scene-footertitle {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.scene-footertitle__leftLine,
.scene-footertitle__rightLine {
  margin-top: 6px;
  margin-top: 0.375rem;
  display: inline-block;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-color: #565956;
}

.scene-footertitle__main-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  margin: 0 21px;
  margin: 0 1.3125rem;
}
@media screen and (min-width: 768px) {
  .scene-footertitle__main-title {
    margin: 0 9.25rem;
    letter-spacing: 0.2em;
  }
}

.scene-footertitle__sub-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-family: "futura-pt", sans-serif;
  color: #B1B6AF;
  text-align: center;
  letter-spacing: 0.08em;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.scene {
  position: relative;
}
.scene:after {
  content: "SCENE 01";
  display: block;
  position: absolute;
  top: -19px;
  top: -1.1875rem;
  margin-left: 30px;
  margin-left: 1.875rem;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .scene:after {
    font-size: 3rem;
    top: -2.125rem;
    margin-left: 2.25rem;
  }
}

.scene__head {
  padding: 0 12px;
  padding: 0 0.75rem;
  width: 100%;
  top: -220px;
  top: -13.75rem;
}
@media screen and (min-width: 768px) {
  .scene__head {
    top: -33.3125rem;
    padding: 0;
  }
}
.scene__head .scene__picture {
  position: relative;
  display: block;
  padding-top: 53.8226%;
}
@media screen and (min-width: 768px) {
  .scene__head .scene__picture {
    padding-top: 40.2542%;
  }
}
.scene__head .scene__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scene__bodyWrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .scene__bodyWrapper {
    margin-top: 3.9375rem;
  }
}

.scene__body {
  background-color: #FFF;
  padding: 24px 30px 23px 32px;
  padding: 1.5rem 1.875rem 1.4375rem 2rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .scene__body {
    margin-left: -35px;
    width: 55.8474%;
    padding: 4.375rem 5rem 5.25rem 35px;
  }
}
@media screen and (min-width: 1366px) {
  .scene__body {
    margin-left: -4.1875rem;
    padding: 4.375rem 10.8% 5.25rem 5.7%;
  }
}
.scene__body .scene__picture-wrapper {
  width: 100%;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .scene__body .scene__picture-wrapper:nth-of-type(8) {
    right: -88.2%;
    width: 25.0508%;
    top: 0rem;
    right: 0;
  }
}
@media screen and (min-width: 1366px) {
  .scene__body .scene__picture-wrapper:nth-of-type(8) {
    width: 28.0508%;
  }
}
@media screen and (min-width: 768px) {
  .scene__body .scene__picture-wrapper {
    width: 23.5254%;
    position: absolute;
    top: 5.875rem;
    right: 28%;
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1366px) {
  .scene__body .scene__picture-wrapper {
    width: 26.5254%;
    right: 30.5%;
  }
}
.scene__body .scene__picture {
  position: relative;
  display: block;
  padding-top: 45.8333%;
}
@media screen and (min-width: 768px) {
  .scene__body .scene__picture {
    padding-top: 129.0734%;
    margin-top: 0rem;
  }
}
.scene__body .scene__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .scene__body .scene__picture--02 {
    padding-top: 122.0543%;
  }
}

.scene__headline-wrapper {
  font-size: 0px;
  font-size: 0rem;
  letter-spacing: 0em;
  text-align: left;
}
.scene__headline-wrapper + .scene__headline-wrapper {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-left: 148px;
  margin-left: 9.25rem;
}
@media screen and (min-width: 601px) {
  .scene__headline-wrapper + .scene__headline-wrapper {
    display: none;
  }
}

.scene__headline {
  background-color: #948260;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  font-size: 0px;
  font-size: 0rem;
}
@media screen and (min-width: 768px) {
  .scene__headline {
    font-size: 1.5rem;
  }
}

.scene__headline--01 {
  padding: 8px 14px 10px 0px;
  padding: 0.5rem 0.875rem 0.625rem 0rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .scene__headline--01 {
    font-size: 1.5rem;
    padding: 0.5625rem 0.25rem 0.75rem 0rem;
  }
}
@media screen and (min-width: 1366px) {
  .scene__headline--01 {
    margin-right: -1.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .scene__headline--01 span:nth-of-type(2) {
    margin-left: -0.3125rem;
  }
}

.scene__headline--02 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 5px 7px 13px;
  padding: 0.5rem 0.3125rem 0.4375rem 0.8125rem;
}
@media screen and (max-width: 335px) {
  .scene__headline--02 {
    padding-right: 0.1875rem;
  }
}

.scene__title-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .scene__title-wrapper {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .scene__title-wrapper--02 {
    margin-top: 3.0625rem;
  }
}

.scene__title {
  letter-spacing: 0.08em;
  font-family: "futura-pt", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .scene__title {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    margin-right: 1.1875rem;
  }
}

.scene__title-border {
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  display: inline-block;
  background-color: #565956;
}

.scene__text {
  margin-top: 7px;
  margin-top: 0.4375rem;
  line-height: 1.4375;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .scene__text {
    margin-top: 0.625rem;
    padding-right: 1.375rem;
    padding-left: 0.1875rem;
  }
}

.scene__text--02 {
  letter-spacing: 0.08em;
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .scene__text--02 {
    margin-top: 1.0625rem;
    padding-right: 0.625rem;
    padding-right: 1.4375rem;
    padding-left: 0.25rem;
  }
}

.scene__footer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .scene__footer {
    margin-top: 3.5625rem;
    max-width: 62.375rem;
    margin-left: 0.625rem;
  }
}

.scene__footer-sub-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-family: "futura-pt", sans-serif;
  color: #b1b6af;
  text-align: center;
  letter-spacing: 0.08em;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .scene__footer-sub-title {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
    padding-left: 1rem;
  }
}

.scene__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .scene__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.75rem;
  }
}

.scene02 {
  position: relative;
}
.scene02:after {
  content: "SCENE 02";
  display: block;
  position: absolute;
  top: -19px;
  top: -1.1875rem;
  margin-left: 31px;
  margin-left: 1.9375rem;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .scene02:after {
    font-size: 3rem;
    top: -2.4375rem;
    margin-left: 2.375rem;
  }
}

.scene02__head {
  padding: 0 12px;
  padding: 0 0.75rem;
  width: 100%;
  top: -220px;
  top: -13.75rem;
}
@media screen and (min-width: 768px) {
  .scene02__head {
    top: -33.3125rem;
    padding: 0;
  }
}
.scene02__head .scene02__picture {
  position: relative;
  display: block;
  padding-top: 53.8226%;
}
@media screen and (min-width: 768px) {
  .scene02__head .scene02__picture {
    padding-top: 40.2542%;
  }
}
.scene02__head .scene02__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scene02__bodyWrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .scene02__bodyWrapper {
    margin-top: 3.6875rem;
  }
}

.scene02__body {
  background-color: #FFF;
  padding: 24px 30px 48px 32px;
  padding: 1.5rem 1.875rem 3rem 2rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .scene02__body {
    margin-left: auto;
    margin-right: -35px;
    width: 55.8474%;
    padding: 3.4375rem 2.1875rem 3.875rem 7.8125rem;
  }
}
@media screen and (min-width: 1366px) {
  .scene02__body {
    margin-right: -4.5rem;
    padding: 3.4375rem 4.5rem 3.875rem 7.8125rem;
  }
}

.scene02__picture-wrapper {
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .scene02__picture-wrapper:nth-of-type(8) {
    width: 23.5254%;
    top: 7.3125rem;
    left: 0;
  }
}
@media screen and (min-width: 1366px) {
  .scene02__picture-wrapper:nth-of-type(8) {
    width: 26.5254%;
  }
}
@media screen and (min-width: 768px) {
  .scene02__picture-wrapper {
    width: 25.0508%;
    position: absolute;
    top: 3.5rem;
    left: 27%;
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1366px) {
  .scene02__picture-wrapper {
    width: 28.0508%;
    left: 29.5%;
  }
}

.scene02__picture {
  position: relative;
  display: block;
  padding-top: 45.8333%;
}
@media screen and (min-width: 768px) {
  .scene02__picture {
    padding-top: 122.0543%;
    margin-top: 0rem;
  }
}
.scene02__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .scene__picture--02 {
    padding-top: 129.0734%;
  }
}

.scene02__headline-wrapper {
  font-size: 0px;
  font-size: 0rem;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .scene02__headline-wrapper {
    display: block;
  }
}
.scene02__headline-wrapper + .scene02__headline-wrapper {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-left: 144px;
  margin-left: 9rem;
}
@media screen and (min-width: 601px) {
  .scene02__headline-wrapper + .scene02__headline-wrapper {
    display: none;
  }
}

.scene02__headline {
  background-color: #948260;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .scene02__headline {
    font-size: 1.5rem;
  }
}

.scene02__headline--01 {
  padding: 7px 14px 9px 9px;
  padding: 0.4375rem 0.875rem 0.5625rem 0.5625rem;
  letter-spacing: 0em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .scene02__headline--01 {
    font-size: 1.5rem;
    padding: 0.5625rem 0.875rem 0.6875rem 1.375rem;
  }
}
.scene02__headline--01 span:nth-of-type(1) {
  display: inline-block;
}
.scene02__headline--01 span:nth-of-type(2) {
  margin-left: -5px;
  margin-left: -0.3125rem;
}

.scene02__headline--02 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 5px 9px 9px 10px;
  padding: 0.3125rem 0.5625rem 0.5625rem 0.625rem;
}

.scene02__title-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .scene02__title-wrapper {
    margin-top: 2.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .scene02__title-wrapper--02 {
    margin-top: 3.0625rem;
  }
}

.scene02__title {
  letter-spacing: 0.08em;
  font-family: "futura-pt", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .scene02__title {
    margin-right: 2.8125rem;
  }
}

.scene02__title-border {
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  display: inline-block;
  background-color: #565956;
}

.scene02__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 1.4375;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .scene02__text {
    margin-top: 1rem;
    padding-right: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .scene02__text--02 {
    margin-top: 1.4375rem;
  }
}

.scene02__footer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .scene02__footer {
    max-width: 62.375rem;
    margin-top: 3.75rem;
    margin-left: 0.625rem;
  }
}

.scene02__footer-sub-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-family: "futura-pt", sans-serif;
  color: #B1B6AF;
  text-align: center;
  letter-spacing: 0.08em;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .scene02__footer-sub-title {
    font-size: 1.25rem;
    margin-top: 0.6875rem;
  }
}

.scene02__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.scene02__item {
  width: calc(33.33333% - 0.8125rem);
}
.scene02__item:nth-of-type(3n + 2) {
  margin-left: 21px;
  margin-left: 1.3125rem;
}
.scene02__item:nth-of-type(3n + 3) {
  margin-left: 18px;
  margin-left: 1.125rem;
}

.section-title {
  display: block;
  -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;
  text-align: center;
}

.section-title__main {
  position: relative;
  letter-spacing: 0em;
  font-size: 0px;
  font-size: 0rem;
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .section-title__main span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .section-title__main .large-size {
    font-size: 2rem;
  }
}

.section-title__jp {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .section-title__jp {
    margin-left: 0.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .section-title__jp--voice {
    margin-left: -0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .section-title__jp--solution {
    margin-left: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .section-title__jp--realization02 {
    margin-left: -0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .section-title__jp--use {
    margin-left: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .section-title__jp--qa {
    margin-left: -0.6875rem;
  }
}

.section-title__sub {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 14px;
  margin-top: 0.875rem;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.02em;
}
.section-title__sub:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  top: -0.5rem;
  width: 80px;
  width: 5rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #565956;
}
@media screen and (min-width: 768px) {
  .section-title__sub:before {
    top: -0.625rem;
    width: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    font-size: 1.5rem;
    margin-top: 1.3125rem;
    margin-left: 0.0625rem;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 768px) {
  .section-title__sub--voice {
    margin-top: 1.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .section-title__sub--realization {
    margin-left: -0.5rem;
    margin-top: 1.0625rem;
  }
}

.solution {
  position: relative;
  padding-top: 31px;
  padding-top: 1.9375rem;
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
  background: url(../images/solution_background.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .solution {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
    background: url(../images/solution_background-pc.jpg) no-repeat center center/cover;
  }
}

.sulution__head {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.solution__title {
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.solution__contents {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .solution__contents {
    margin-top: 3.375rem;
  }
}

.use-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .use-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 22.7118%;
  }
}

.use-card__head {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45.584%;
}
@media screen and (min-width: 768px) {
  .use-card__head {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.use-card__head .use-card__picture {
  padding-top: 100%;
  display: block;
}
.use-card__head .use-card__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.use-card__body {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .use-card__body {
    margin-left: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .use-card__heading {
    text-align: center;
    position: relative;
  }
}

.use-card__number {
  margin-top: -2px;
  margin-top: -0.125rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #669988;
  margin-right: 50px;
  margin-right: 3.125rem;
  font-family: "futura-pt", sans-serif;
}
@media screen and (min-width: 768px) {
  .use-card__number {
    position: absolute;
    display: inline-block;
    margin-right: 0rem;
    left: 0;
    top: 1.5625rem;
  }
}

.use-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .use-card__title {
    margin-top: 1.625rem;
    font-size: 1.25rem;
    display: inline-block;
  }
}

.use-card__title--02 {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .use-card__title--02 {
    margin-top: 1.625rem;
  }
}

.use-card__title--03 {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .use-card__title--03 {
    margin-top: 1.625rem;
  }
}

.use-card__title--04 {
  margin-top: 0px;
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .use-card__title--04 {
    margin-top: 1.625rem;
    margin-left: 0.5rem;
  }
}

.use-card__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285;
}
@media screen and (min-width: 768px) {
  .use-card__text {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.use-card__text--01 {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .use-card__text--01 {
    margin-left: 0.25rem;
  }
}

.use-card__text--02 {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .use-card__text--02 {
    margin-top: 0.625rem;
  }
}

.use-card__text--03 {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .use-card__text--03 {
    margin-top: 0.75rem;
    margin-left: -0.125rem;
  }
}

.use-card__text--04 {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .use-card__text--04 {
    margin-top: 0.75rem;
    margin-left: 0.3125rem;
  }
}

.use {
  padding: 32px 0px;
  padding: 2rem 0rem;
}
@media screen and (min-width: 768px) {
  .use {
    padding: 5rem 0rem;
  }
}

.use__cards {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .use__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.5625rem;
  }
}

.use__card + .use__card {
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .use__card + .use__card {
    padding-top: 0rem;
  }
}

.usedItem__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.usedItem__media {
  width: 29.6296%;
}

.voice {
  background: url(../images/background.png) no-repeat top center/contain;
  padding-top: 39px;
  padding-top: 2.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice {
    background: url(../images/background-pc.png) no-repeat top -10.625rem center/contain;
    padding-top: 3.8%;
  }
}

.voice__messageWrapper {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
  width: 100%;
  position: relative;
}
.voice__messageWrapper:before {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  top: -0.25rem;
  left: calc(50% - 11.1875rem);
  width: 80px;
  width: 5rem;
  height: 103px;
  height: 6.4375rem;
  background: url(../images/leaf_left.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .voice__messageWrapper:before {
    background: url(../images/leaf_left-pc.png) no-repeat center center/cover;
    top: -2.5rem;
    left: calc(50% - 23.1875rem);
    width: 9.875rem;
    height: 12.875rem;
  }
}
.voice__messageWrapper:after {
  content: "";
  position: absolute;
  display: block;
  top: -6px;
  top: -0.375rem;
  right: calc(50% - 11.1875rem);
  width: 80px;
  width: 5rem;
  height: 103px;
  height: 6.4375rem;
  background: url(../images/leaf_right.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .voice__messageWrapper:after {
    background: url(../images/leaf_right-pc.png) no-repeat center center/cover;
    top: -2.5rem;
    width: 9.875rem;
    right: calc(50% - 23.1875rem);
    height: 12.875rem;
  }
}

.voice__message {
  font-size: 16px;
  font-size: 1rem;
  padding: 4px 0;
  padding: 0.25rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .voice__message {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
}

.voice__emphasis {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-left: 11px;
  margin-left: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .voice__emphasis {
    font-size: 4rem;
    margin-top: 0.8125rem;
    margin-left: -0.125rem;
  }
}
.voice__emphasis span {
  font-size: 48px;
  font-size: 3rem;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
}
@media screen and (min-width: 768px) {
  .voice__emphasis span {
    font-size: 6rem;
  }
}

.voice__title {
  margin-top: 26px;
  margin-top: 1.625rem;
}
.voice__title p {
  margin-left: -5px;
  margin-left: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .voice__title p {
    margin-top: 3.375rem;
  }
}
@media screen and (min-width: 768px) {
  .voice__title {
    margin-top: 5.0625rem;
  }
}

.voice__cards {
  margin-top: 26px;
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .voice__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 69rem;
    margin: 3.5rem auto 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .voice__card {
    width: 33.3333%;
  }
}

.cta-top {
  margin-top: 128px;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .cta-top {
    margin-top: 9.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .cta-top--02 {
    margin-top: 9.3125rem;
  }
}

.feature-top {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .feature-top {
    margin-top: 5rem;
  }
}

.realization01-top {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .realization01-top {
    margin-top: 2.5rem;
  }
}

.realization02-top {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .realization02-top {
    margin-top: 9.4375rem;
  }
}

.solution-top {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .solution-top {
    margin-top: 5rem;
  }
}

.voice-top {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .voice-top {
    margin-top: 5.0625rem;
  }
}
/*# sourceMappingURL=styles.css.map */
