@charset "UTF-8";
/******************************************************************************
 * reset
*******************************************************************************/
body.mc-c {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  letter-spacing: 0.02em;
  vertical-align: baseline;
  border: 0;
}
@media only screen and (min-width: 768px) {
  body.mc-c {
    font-size: 100%;
  }
}

html, body.mc-c {
  width: 100%;
  height: auto;
}

.mc-c-main {
  /* HTML5 display-role reset for older browsers */
}
.mc-c-main div, .mc-c-main span, .mc-c-main applet, .mc-c-main object, .mc-c-main iframe, .mc-c-main h1, .mc-c-main h2, .mc-c-main h3, .mc-c-main h4, .mc-c-main h5, .mc-c-main h6, .mc-c-main p, .mc-c-main blockquote, .mc-c-main pre, .mc-c-main a, .mc-c-main abbr, .mc-c-main acronym, .mc-c-main address, .mc-c-main big, .mc-c-main cite, .mc-c-main code, .mc-c-main del, .mc-c-main dfn, .mc-c-main em, .mc-c-main img, .mc-c-main ins, .mc-c-main kbd, .mc-c-main q, .mc-c-main s, .mc-c-main samp, .mc-c-main small, .mc-c-main strike, .mc-c-main strong, .mc-c-main sub, .mc-c-main sup, .mc-c-main tt, .mc-c-main var, .mc-c-main b, .mc-c-main u, .mc-c-main i, .mc-c-main center, .mc-c-main dl, .mc-c-main dt, .mc-c-main dd, .mc-c-main ol, .mc-c-main ul, .mc-c-main li, .mc-c-main fieldset, .mc-c-main form, .mc-c-main label, .mc-c-main legend, .mc-c-main table, .mc-c-main caption, .mc-c-main tbody, .mc-c-main tfoot, .mc-c-main thead, .mc-c-main tr, .mc-c-main th, .mc-c-main td, .mc-c-main article, .mc-c-main aside, .mc-c-main canvas, .mc-c-main details, .mc-c-main figure, .mc-c-main figcaption, .mc-c-main footer, .mc-c-main header, .mc-c-main hgroup, .mc-c-main menu, .mc-c-main nav, .mc-c-main output, .mc-c-main ruby, .mc-c-main section, .mc-c-main summary, .mc-c-main time, .mc-c-main mark, .mc-c-main audio, .mc-c-main video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  letter-spacing: 0.02em;
  vertical-align: baseline;
  border: 0;
}
.mc-c-main article, .mc-c-main aside, .mc-c-main details, .mc-c-main figcaption, .mc-c-main figure, .mc-c-main footer, .mc-c-main header, .mc-c-main hgroup, .mc-c-main menu, .mc-c-main nav, .mc-c-main section {
  display: block;
}
.mc-c-main ol, .mc-c-main ul {
  list-style: none;
}
.mc-c-main blockquote, .mc-c-main q {
  quotes: none;
}
.mc-c-main blockquote::before, .mc-c-main blockquote::after, .mc-c-main q::before, .mc-c-main q::after {
  content: none;
}
.mc-c-main table {
  border-spacing: 0;
  border-collapse: collapse;
}
.mc-c-main a {
  text-decoration: none;
  cursor: pointer;
}
.mc-c-main input, .mc-c-main select {
  vertical-align: middle;
}

/*******************************************************************************
  site_setting
*******************************************************************************/
html, .body.mc-c {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  html, .body.mc-c {
    padding-bottom: 0;
  }
}

body.mc-c {
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  color: #313333;
  font-size: calc(28 / 750 * 100vw);
  padding-bottom: 11.7333333333vw;
}
@media only screen and (min-width: 768px) {
  body.mc-c {
    padding-bottom: 119px;
    font-size: calc(16 / 16 * 1rem);
  }
}

.mc-c h1, .mc-c h2, .mc-c h3, .mc-c h4, .mc-c h5, .mc-c h6 {
  font-weight: normal;
}
.mc-c img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mc-c a {
  text-decoration: none;
}
.mc-c em {
  font-style: normal;
}
.mc-c figure {
  line-height: 0;
}
.mc-c button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mc-c .ff-english {
  font-family: "Montserrat", sans-serif;
}
.mc-c .mc-c-main {
  display: block;
}
.mc-c .mc-c-l-wrap {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-l-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mc-c .mc-c-l-wrap.is-full {
    padding-right: 0;
    padding-left: 0;
  }
}
.mc-c .mc-c-l-content {
  margin: 0 auto;
}
.mc-c .mc-c-l-inner {
  margin: 0 auto;
}
.mc-c .l-header-belt__logo {
  font-size: 10px;
  line-height: 1;
}
.mc-c .l-footer-main {
  margin-top: 0;
}
.mc-c .hover-line-type-gradation {
  line-height: 2;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, currentcolor), to(currentcolor));
  background-image: -webkit-linear-gradient(left, transparent 50%, currentcolor 50%, currentcolor 100%);
  background-image: linear-gradient(to right, transparent 50%, currentcolor 50%, currentcolor 100%);
  background-repeat: repeat-x;
  background-position: -100% calc(100% - 3px);
  background-size: 200% 1px;
  -webkit-transition: background-position 0.3s ease-out 0s;
  transition: background-position 0.3s ease-out 0s;
}
@media (any-hover: hover), (-ms-high-contrast: none) {
  .mc-c .hover-line-type-gradation:hover {
    background-position: -0.01% calc(100% - 3px);
    -webkit-animation: line-gradation 0.3s ease-out 0s;
            animation: line-gradation 0.3s ease-out 0s;
  }
}
@-webkit-keyframes line-gradation {
  0% {
    background-position: 100% calc(100% - 3px);
  }
  100% {
    background-position: 0% calc(100% - 3px);
  }
}
@keyframes line-gradation {
  0% {
    background-position: 100% calc(100% - 3px);
  }
  100% {
    background-position: 0% calc(100% - 3px);
  }
}
.mc-c .anime-show {
  --easing: 0.39, 0.575, 0.565, 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(var(--easing)) 0s, -webkit-transform 1s cubic-bezier(var(--easing)) 0s;
  transition: opacity 0.5s cubic-bezier(var(--easing)) 0s, -webkit-transform 1s cubic-bezier(var(--easing)) 0s;
  transition: transform 1s cubic-bezier(var(--easing)) 0s, opacity 0.5s cubic-bezier(var(--easing)) 0s;
  transition: transform 1s cubic-bezier(var(--easing)) 0s, opacity 0.5s cubic-bezier(var(--easing)) 0s, -webkit-transform 1s cubic-bezier(var(--easing)) 0s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.mc-c .anime-show.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/******************************************************************************
* heading
*******************************************************************************/
.mc-c .a-section-heading {
  text-align: center;
}
.mc-c .a-section-heading_english {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #dff6f5;
  letter-spacing: -0.02em;
  font-size: calc(110 / 750 * 100vw);
}
.mc-c .a-section-heading_english.is-deep {
  color: #c1f1eb;
}
@media only screen and (min-width: 768px) {
  .mc-c .a-section-heading_english {
    font-size: calc(110 / 16 * 1rem);
  }
}
@supports (display: flex) {
  .mc-c .a-section-heading_english {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 247, 245, 0)), color-stop(60%, rgb(224, 247, 245)));
    background: -webkit-linear-gradient(top, rgba(224, 247, 245, 0) 0%, rgb(224, 247, 245) 60%);
    background: linear-gradient(to bottom, rgba(224, 247, 245, 0) 0%, rgb(224, 247, 245) 60%);
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mc-c .a-section-heading_english.is-deep {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 248, 245, 0)), color-stop(60%, rgb(180, 240, 237)));
    background: -webkit-linear-gradient(top, rgba(217, 248, 245, 0) 0%, rgb(180, 240, 237) 60%);
    background: linear-gradient(to bottom, rgba(217, 248, 245, 0) 0%, rgb(180, 240, 237) 60%);
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.mc-c .a-section-heading_main-text {
  display: block;
  margin-top: -5.3333333333vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: calc(40 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .a-section-heading_main-text {
    margin-top: -40px;
    font-size: calc(34 / 16 * 1rem);
  }
}

.mc-c .a-note {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: calc(22 / 750 * 100vw);
}
.mc-c .a-note::before {
  content: "※" attr(data-note-num);
}
@media only screen and (min-width: 768px) {
  .mc-c .a-note {
    font-size: calc(12 / 16 * 1rem);
  }
}

/******************************************************************************
* button
*******************************************************************************/
.mc-c .a-link-button {
  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;
  height: 100%;
  color: #fff;
  text-align: center;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  font-size: calc(28 / 750 * 100vw);
}
.mc-c .a-link-button.is-dl {
  background-color: #00a3a8;
  border: 2px solid #00a3a8;
}
.mc-c .a-link-button.is-cv {
  background-color: #ff6102;
  border: 2px solid #ff6102;
}
@media only screen and (min-width: 768px) {
  .mc-c .a-link-button {
    border-radius: 5px;
    font-size: calc(20 / 16 * 1rem);
  }
}
@media (any-hover: hover), (-ms-high-contrast: none) {
  .mc-c .a-link-button:hover {
    background-color: #fff;
  }
  .mc-c .a-link-button:hover.is-dl {
    color: #1eaeb2;
  }
  .mc-c .a-link-button:hover.is-cv {
    color: #f49d00;
  }
}

.mc-c .a-text {
  text-align: justify;
  text-justify: inter-ideograph;
}
.mc-c .a-text.is-no-justify {
  text-align: left;
}
.mc-c .a-text em {
  font-weight: 900;
  color: #1eaeb2;
}
.mc-c .a-text a {
  color: #1eaeb2;
}
.mc-c .a-text a[target*=_blank] {
  position: relative;
  display: inline-block;
  margin-right: 6vw;
}
.mc-c .a-text a[target*=_blank]::after {
  position: absolute;
  top: 50%;
  right: -4.6666666667vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20id%3D%22b%22%20d%3D%22M14%2C20H0V6H14v14ZM2%2C8v10H12V8H2Z%22%20fill%3D%22%2300afb3%22%2F%3E%3Cpath%20id%3D%22c%22%20d%3D%22M6%2C0h14V14h-2V2H6V0Z%22%20fill%3D%22%2300afb3%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .mc-c .a-text a[target*=_blank] {
    margin-right: 25px;
  }
  .mc-c .a-text a[target*=_blank]::after {
    right: -20px;
    width: 14px;
    height: 14px;
  }
}

/******************************************************************************
* text-wrap
*******************************************************************************/
.mc-c .m-text-wrap > * + * {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .m-text-wrap > * + * {
    margin-top: 15px;
  }
}

/******************************************************************************
* header
*******************************************************************************/
.mc-c .header-top {
  padding: 4vw 5.3333333333vw;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .mc-c .header-top {
    padding: 25px 45px;
  }
}
.mc-c .header_sony-logo {
  width: 19vw;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .mc-c .header_sony-logo {
    width: auto;
  }
}
.mc-c .header-bottom {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  background-color: #fff;
  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 only screen and (min-width: 768px) {
  .mc-c .header-bottom {
    padding: 15px 15px 15px 45px;
  }
}
.mc-c .header_nurobiz-logo {
  width: 31.25vw;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .mc-c .header_nurobiz-logo {
    width: auto;
  }
}

/******************************************************************************
* footer
*******************************************************************************/
.mc-c .l-footer {
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .mc-c .l-footer {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mc-c .l-footer .mc-c-l-inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.mc-c .l-footer .l-footer-main .mc-c-l-inner {
  max-width: 1200px;
  padding-bottom: 1.25rem;
  margin: 0 auto;
}
.mc-c .l-footer.is-min .mc-c-l-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 1025px) {
  .mc-c .l-footer a:hover, .mc-c .l-footer a:focus {
    text-decoration: underline;
  }
}
.mc-c .l-footer-btn {
  color: #fff;
  background-color: #000;
}
@media print, screen and (max-width: 1024px) {
  .mc-c .l-footer-nav {
    display: none;
  }
}
.mc-c .l-footer-main {
  padding: 0 30px;
  color: #fff;
  background-color: #000;
}
@media print, screen and (max-width: 1024px) {
  .mc-c .l-footer-main {
    border-top: 1px solid #5c5c5c;
  }
}
.mc-c .l-footer-main a {
  display: inline-block;
  padding: 0.25rem 0;
  color: #fff;
}
.mc-c .l-footer-main a[target*=_blank]::after {
  display: inline-block;
  width: 1rem;
  height: 0.75rem;
  margin-left: 0.5rem;
  content: "";
  background: url("../img/blankW.svg") no-repeat center;
  background-size: contain;
}
.mc-c .l-footer-link-wrap {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1024px) {
  .mc-c .l-footer-link-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}
.mc-c .l-footer-link {
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .mc-c .l-footer-link {
    padding-right: 3.5rem;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1350px) {
  .mc-c .l-footer-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 750px) {
  .mc-c .l-footer-link {
    font-size: 16px;
    font-size: 4.2666vw;
  }
  .mc-c .l-footer-link:first-child, .mc-c .l-footer-link:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
  }
  .mc-c .l-footer-link:nth-child(n+3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .mc-c .l-footer-link:nth-child(3) {
    margin-top: 1.75rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .mc-c .l-footer-link.is-sub {
    padding: 0 0 0 3rem;
    margin-left: auto;
    border-left: 1px solid #5c5c5c;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .mc-c .l-footer-link.is-sub {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #5c5c5c;
    -webkit-box-flex: 0;
  }
}
@media print, screen and (max-width: 750px) {
  .mc-c .l-footer-link.is-sub {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #5c5c5c;
  }
}
@media print, screen and (max-width: 750px) {
  .mc-c .l-footer-link__item + .l-footer-link__item {
    margin-top: 0.3rem;
  }
}
.mc-c .is-sub .l-footer-link__item {
  margin: 0.5rem 1.5rem 0 0;
}
@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .mc-c .l-footer-link.is-child {
    padding-right: 0;
  }
}
.mc-c .l-footer-link.is-child a {
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0.6;
}
@media print, screen and (max-width: 750px) {
  .mc-c .l-footer-link.is-child a {
    font-size: 14px;
    font-size: 3.7333vw;
  }
}
.mc-c .l-footer-bottom {
  margin-top: 2.5rem;
}
.mc-c .l-footer-bottom__note {
  padding: 1.25rem 0;
  margin-bottom: 2.5rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.85;
  border-top: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
}
@media print, screen and (max-width: 750px) {
  .mc-c .l-footer-bottom__note {
    padding: 2rem 0;
    font-size: 10px;
    font-size: 2.6666vw;
  }
}
.mc-c .l-footer-bottom__logo {
  width: 100px;
}
.mc-c .l-footer-bottom__copy {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
}
.mc-c .l-footer-bottom__copy:not(:only-child) {
  margin-top: 2rem;
}
@media print, screen and (max-width: 750px) {
  .mc-c .l-footer-bottom__copy {
    font-size: 10px;
    font-size: 2.6666vw;
  }
}
.mc-c .l-footer-min-link {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 751px) {
  .mc-c .l-footer-min-link {
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (max-width: 750px) {
  .mc-c .l-footer-min-link {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .mc-c .l-footer-min-link__item + .l-footer-min-link__item {
    margin-left: 1.25rem;
  }
}
@media print, screen and (max-width: 750px) {
  .mc-c .l-footer-min-link__item + .l-footer-min-link__item {
    margin-top: 0.25rem;
  }
}

/* ---------------------------------------------------------
 * top
--------------------------------------------------------- */
.mc-c {
  /******************************************************************************
  * above-the-fold
  *******************************************************************************/
  /******************************************************************************
  * anchor
  *******************************************************************************/
  /******************************************************************************
  * cv
  *******************************************************************************/
  /******************************************************************************
  * problem
  *******************************************************************************/
  /******************************************************************************
  * solution
  *******************************************************************************/
  /******************************************************************************
  * about
  *******************************************************************************/
  /******************************************************************************
  * reason
  *******************************************************************************/
  /******************************************************************************
  * price
  *******************************************************************************/
  /******************************************************************************
  * example
  *******************************************************************************/
  /******************************************************************************
  * faq
  *******************************************************************************/
  /******************************************************************************
  * fixed-cv
  *******************************************************************************/
}
.mc-c .mc-c-above-the-fold {
  position: relative;
  padding: 10.6666666667vw 0 10.6666666667vw;
  background: url("../img/above-the-fold_bg_sp.webp") 0 0 repeat-x;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-above-the-fold {
    max-height: 628px;
    padding: 55px 20px 45px;
    background: url("../img/above-the-fold_bg_pc.webp") 0 0 repeat-x;
  }
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-above-the-fold_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 50px;
  }
}
.mc-c .mc-c-above-the-fold_text-area {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-above-the-fold_text-area {
    margin-right: 3.0172413793%;
    text-align: left;
  }
}
.mc-c .mc-c-page-heading_shoulder {
  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;
  font-weight: 900;
  letter-spacing: 0.075em;
  font-size: calc(34 / 750 * 100vw);
}
.mc-c .mc-c-page-heading_shoulder em {
  display: block;
  padding: 0 2vw;
  margin-right: 0.6666666667vw;
  color: #1eaeb2;
  background-color: #fff;
  border: 1px solid currentcolor;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-page-heading_shoulder {
    font-size: calc(24 / 16 * 1rem);
  }
  .mc-c .mc-c-page-heading_shoulder em {
    padding: 0 20px;
    margin-right: 5px;
  }
}
.mc-c .mc-c-page-heading_main-text {
  text-align: center;
  display: block;
  margin-top: 3.3333333333vw;
  font-weight: 900;
  line-height: 1.3;
  font-size: calc(45 / 750 * 100vw);
}
.mc-c .mc-c-page-heading_main-text .is-green-color {
  color: #1eaeb2;
}
.mc-c .mc-c-page-heading_main-text em {
  display: block;
  font-size: calc(50 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-page-heading_main-text {
    margin-top: 20px;
    font-size: calc(43 / 16 * 1rem);
  }
  .mc-c .mc-c-page-heading_main-text em {
    font-size: calc(52 / 16 * 1rem);
  }
}
.mc-c .mc-c-above-the-fold_illustration {
  width: 76.5333333333vw;
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-above-the-fold_illustration {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}
.mc-c .mc-c-above-the-fold_logo-aws {
  width: 44.6666666667vw;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-above-the-fold_logo-aws {
    width: auto;
  }
}
.mc-c .mc-c-above-the-fold_logo-partner {
  width: 32vw;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-above-the-fold_logo-partner {
    width: auto;
  }
}
.mc-c .mc-c-above-the-fold_cv-area {
  width: 66.6666666667vw;
  margin: 6.6666666667vw auto 0;
}
.mc-c .mc-c-above-the-fold_cv-area > a {
  height: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-above-the-fold_cv-area {
    width: 540px;
    margin-top: 30px;
  }
  .mc-c .mc-c-above-the-fold_cv-area > a {
    height: 65px;
  }
}
@media only screen and (min-width: 1140px) {
  .mc-c .mc-c-above-the-fold_cv-area {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .mc-c .anchor-nav {
    padding: 0 20px;
  }
}
.mc-c .anchor-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 94.6666666667vw;
  margin: 8vw auto 0;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.mc-c .anchor-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mc-c .anchor-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.mc-c .anchor-list > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.mc-c .anchor-list > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media only screen and (min-width: 768px) {
  .mc-c .anchor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin-top: 50px;
    border-radius: 5px;
  }
  .mc-c .anchor-list > * {
    width: 16.6666666667%;
  }
}
.mc-c .anchor-list_item {
  position: relative;
  padding: 5.3333333333vw;
}
.mc-c .anchor-list_item:nth-child(n+3) {
  border-top: 1px solid #e9e9e9;
}
.mc-c .anchor-list_item::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 6.1333333333vw;
  content: "";
  background-color: #e9e9e9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mc-c .anchor-list_item:nth-child(even)::after {
  content: none;
}
.mc-c .anchor-list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #313333;
}
@media only screen and (min-width: 768px) {
  .mc-c .anchor-list_item {
    padding: 22px 0;
  }
  .mc-c .anchor-list_item:nth-child(n+3) {
    border-top: none;
  }
  .mc-c .anchor-list_item::after {
    height: 46px;
  }
  .mc-c .anchor-list_item:nth-child(even)::after {
    content: "";
  }
  .mc-c .anchor-list_item:last-child::after {
    content: none;
  }
  .mc-c .anchor-list_item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mc-c .anchor_inner {
  line-height: 1;
}
.mc-c .anchor_inner::after {
  position: absolute;
  top: 35%;
  right: 6.6666666667vw;
  width: 2.8vw;
  height: 1.6vw;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2223%22%20viewBox%3D%220%200%2041%2023%22%3E%3Cpath%20d%3D%22M39.95%2C1.09c-1.3-1.19-3.37-1.14-4.58%2C.08l-14.75%2C14.12L5.63%2C.94c-.61-.6-1.45-.94-2.35-.94-.88%2C.01-1.72%2C.35-2.27%2C.9C.36%2C1.5%2C0%2C2.35%2C0%2C3.24l.06%2C.51%2C.25%2C.78c.07%2C.17%2C.15%2C.32%2C.22%2C.44%2C.12%2C.2%2C.28%2C.4%2C.47%2C.58L18.32%2C22.09c.62%2C.58%2C1.43%2C.91%2C2.29%2C.91s1.7-.33%2C2.31-.92L40.07%2C5.67c.62-.62%2C.95-1.45%2C.92-2.32-.02-.87-.4-1.67-1.05-2.26Z%22%20fill%3D%22%231eaeb2%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .mc-c .anchor_inner {
    position: relative;
    padding-right: 20px;
    font-size: calc(13 / 16 * 1rem);
  }
  .mc-c .anchor_inner::after {
    right: 0;
    width: 10px;
    height: 5px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
}
@media only screen and (min-width: 1000px) {
  .mc-c .anchor_inner {
    padding-right: 35px;
    font-size: calc(16 / 16 * 1rem);
  }
  .mc-c .anchor_inner::after {
    width: 13px;
    height: 7px;
  }
}
@media (any-hover: hover), (-ms-high-contrast: none) {
  .mc-c .anchor_inner:hover::after {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.mc-c .cv-area-heading {
  text-align: center;
}
.mc-c .cv-area-heading > * {
  display: block;
}
.mc-c .cv-area {
  background-color: #1eaeb2;
}
.mc-c .cv-area-box {
  padding: 12.6666666667vw 8vw 10.6666666667vw;
  background-color: #fff;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .cv-area-box {
    padding: 40px 20px 45px;
    border-radius: 10px;
  }
}
.mc-c .cv-area-heading_english {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #0abdb2;
  letter-spacing: -0.02em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(130, 223, 216)), color-stop(50%, rgb(146, 229, 225)));
  background: -webkit-linear-gradient(top, rgb(130, 223, 216) 0%, rgb(146, 229, 225) 50%);
  background: linear-gradient(to bottom, rgb(130, 223, 216) 0%, rgb(146, 229, 225) 50%);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .cv-area-heading_english {
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-c .cv-area-heading_main-text {
  margin-top: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .cv-area-heading_main-text {
    margin-top: 5px;
    font-size: calc(34 / 16 * 1rem);
  }
}
.mc-c .cv-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 2.6666666667vw auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 2.6666666667vw;
  margin: 8vw auto 0;
}
.mc-c .cv-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mc-c .cv-list > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.mc-c .cv-list > * {
  height: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .cv-list {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 540px;
    margin-top: 30px;
  }
  .mc-c .cv-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-c .cv-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mc-c .cv-list > * {
    height: 75px;
  }
}
.mc-c .mc-c-problem {
  position: relative;
}
.mc-c .mc-c-problem::before {
  position: absolute;
  right: 0;
  bottom: -20.2666666667vw;
  left: 0;
  width: 32vw;
  height: 22.4vw;
  margin: 0 auto;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22164%22%20height%3D%22115%22%20viewBox%3D%220%200%20164%20115%22%3E%3Cpath%20d%3D%22M82%2C115C82%2C51.63%2C7.04%2C45.45%2C0%2C45.01V0H164V45.01c-7.04%2C.44-82%2C6.62-82%2C69.99%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: 100% 100%;
}
.mc-c .mc-c-problem::after {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 6.6666666667vw;
  content: "";
  background-color: #fff;
  border-radius: 0 0 8vw 8vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-problem::before {
    bottom: -130px;
    width: 164px;
    height: 115px;
  }
  .mc-c .mc-c-problem::after {
    bottom: -60px;
    left: 0;
    height: 70px;
    border-radius: 0 0 60px 60px;
  }
}
.mc-c .mc-c-problem-card-fig {
  width: 53.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-problem-card-fig {
    max-width: 225px;
  }
}
.mc-c .mc-c-problem-list {
  position: relative;
  z-index: 1;
  padding-bottom: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-problem-list {
    padding-bottom: 10px;
    --column-gap: calc(60 / var(--content-width) * 100%);
  }
}
.mc-c .mc-c-problem-card_heading {
  margin-top: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
  color: #1eaeb2;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-problem-card_heading {
    margin-top: 40px;
    letter-spacing: 0;
    font-size: calc(20 / 16 * 1rem);
  }
}
.mc-c .mc-c-problem-card_heading + .m-text-wrap {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-problem-card_heading + .m-text-wrap {
    margin-top: 20px;
  }
}
.mc-c .mc-c-solution {
  background: url("../img/solution_bg_sp.webp") 0 0 repeat-x;
  background-size: 13.3333333333vw auto;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution {
    background-image: url("../img/solution_bg_pc.webp");
  }
}
.mc-c .mc-c-solution_heading > * {
  display: block;
  text-align: center;
}
.mc-c .mc-c-solution_heading-english {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #0abdb2;
  letter-spacing: -0.02em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(130, 223, 216)), color-stop(50%, rgb(146, 229, 225)));
  background: -webkit-linear-gradient(top, rgb(130, 223, 216) 0%, rgb(146, 229, 225) 50%);
  background: linear-gradient(to bottom, rgb(130, 223, 216) 0%, rgb(146, 229, 225) 50%);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(26 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution_heading-english {
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-c .mc-c-solution_heading-logo {
  margin: 3.3333333333vw auto 0;
}
.mc-c .mc-c-solution_heading-logo img {
  width: 82.9333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution_heading-logo {
    margin-top: 25px;
  }
  .mc-c .mc-c-solution_heading-logo img {
    width: 578px;
  }
}
.mc-c .mc-c-solution_heading-japanese {
  margin-top: 2.6666666667vw;
  font-weight: 700;
  line-height: 1;
  font-size: calc(40 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution_heading-japanese {
    margin-top: 15px;
    font-size: calc(34 / 16 * 1rem);
  }
}
.mc-c .mc-c-solution-media {
  padding: 10.6666666667vw 6.6666666667vw 9.3333333333vw;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0 8px 15px 0 rgba(28, 128, 131, 0.15);
          box-shadow: 0 8px 15px 0 rgba(28, 128, 131, 0.15);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution-media {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto 10% 39%;
        grid-template: "item01 item03" auto "item02 item03" auto/auto 39%;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1100px;
    padding: 60px 8.3333333333%;
    border-radius: 10px;
  }
  .mc-c .mc-c-solution-media.is-align-right {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution-media.is-align-right {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 39% auto;
        grid-template: "item03 item01" auto "item03 item02" auto/39% auto;
  }
}
.mc-c .mc-c-solution-media_heading {
  text-align: center;
}
.mc-c .mc-c-solution-media_heading > * {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution-media_heading {
    grid-area: item01;
    text-align: left;
  }
}
.mc-c .mc-c-solution-media_heading-shoulder {
  font-weight: 700;
  line-height: 1;
  color: #1eaeb2;
  letter-spacing: 0;
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution-media_heading-shoulder {
    font-size: calc(20 / 16 * 1rem);
  }
}
.mc-c .mc-c-solution-media_heading-main-text {
  margin-top: 4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: calc(42 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution-media_heading-main-text {
    margin-top: 15px;
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-c .mc-c-solution-media .m-text-wrap {
  margin-top: 8.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution-media .m-text-wrap {
    grid-area: item02;
    margin-top: 20px;
  }
}
.mc-c .mc-c-solution-media_visual {
  margin: 8.6666666667vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution-media_visual {
    grid-area: item03;
    margin: 0;
  }
}
.mc-c .mc-c-solution_list-item:nth-child(1) .mc-c-solution-media_visual {
  width: 49.6vw;
}
.mc-c .mc-c-solution_list-item:nth-child(2) .mc-c-solution-media_visual {
  width: 57.3333333333vw;
}
.mc-c .mc-c-solution_list-item:nth-child(3) .mc-c-solution-media_visual {
  width: 55.4666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-solution_list-item:nth-child(1) .mc-c-solution-media_visual {
    width: 100%;
    max-width: 294px;
  }
  .mc-c .mc-c-solution_list-item:nth-child(2) .mc-c-solution-media_visual {
    width: 100%;
    max-width: 338px;
  }
  .mc-c .mc-c-solution_list-item:nth-child(3) .mc-c-solution-media {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mc-c .mc-c-solution_list-item:nth-child(3) .mc-c-solution-media_visual {
    width: 100%;
    max-width: 320px;
  }
}
.mc-c .mc-c-about {
  position: relative;
}
.mc-c .mc-c-about::after {
  position: absolute;
  top: 16vw;
  right: 0;
  left: 0;
  z-index: 0;
  width: calc(100% - 5.3333333333vw);
  height: calc(100% - 30.9333333333vw);
  margin: 0 auto;
  content: "";
  background: url("../img/about_bg_sp.webp") 0 0 repeat;
  background-size: 13.3333333333vw auto;
  border-radius: 2.6666666667vw;
}
.mc-c .mc-c-about .mc-c-l-content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-about::after {
    top: 100px;
    width: calc(100% - 60px);
    height: 775px;
    background-image: url("../img/about_bg_pc.webp");
    border-radius: 10px;
  }
}
.mc-c .mc-c-about-box_heading {
  width: 80vw;
  padding: 4vw 0;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  border: 0.5333333333vw solid #1eaeb2;
}
.mc-c .mc-c-about-box_heading > * {
  display: block;
  font-weight: 900;
  color: #1eaeb2;
  letter-spacing: 0;
  font-size: calc(42 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-about-box_heading {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 6px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 560px;
    grid-template-columns: 560px;
    row-gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .mc-c .mc-c-about-box_heading > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-about-box_heading > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-about-box_heading > * {
    padding: 2px 0;
    background-color: #fff;
    border: 2px solid currentcolor;
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-c .mc-c-about-box_body {
  width: 80vw;
  margin: 8vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-about-box_body {
    width: 100%;
    max-width: 860px;
    padding: 0 30px;
    margin-top: 30px;
  }
}
.mc-c .mc-c-about-illustration {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-about-illustration {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-media {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: auto 6.6666666667% 45%;
        grid-template: "item01 item03" auto "item02 item03" 1fr/auto 45%;
    -webkit-column-gap: 6.6666666667%;
       -moz-column-gap: 6.6666666667%;
            column-gap: 6.6666666667%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mc-c .mc-c-reason-media > .mc-c-solution-media_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-media > .m-text-wrap {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-media > .mc-c-solution-media_visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
}
.mc-c .mc-c-reason-media_heading {
  text-align: center;
}
.mc-c .mc-c-reason-media_heading > * {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-media_heading {
    grid-area: item01;
    text-align: left;
  }
}
.mc-c .mc-c-reason-media_heading-num {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 0 #5bbdb8, -1px 1px 0 #5bbdb8, 1px -1px 0 #5bbdb8, -1px -1px 0 #5bbdb8;
  letter-spacing: -0.01em;
  font-size: calc(80 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-media_heading-num {
    text-shadow: 2px 2px 0 #5bbdb8, -2px 2px 0 #5bbdb8, 2px -2px 0 #5bbdb8, -2px -2px 0 #5bbdb8;
    font-size: calc(90 / 16 * 1rem);
  }
}
.mc-c .mc-c-reason-media_heading-main-text {
  margin-top: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  font-size: calc(42 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-media_heading-main-text {
    margin-top: 10px;
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-c .mc-c-reason-media_text-area {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-media_text-area {
    grid-area: item02;
    margin-top: 20px;
  }
}
.mc-c .mc-c-reason-media .m-note-wrap {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-media .m-note-wrap {
    margin-top: 10px;
  }
}
.mc-c .mc-c-reason-visual {
  margin-top: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-visual {
    grid-area: item03;
    margin-top: 0;
  }
}
.mc-c .mc-c-reason-box {
  padding: 10.6666666667vw 0;
  background-color: #1eaeb2;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 53.0049261084% 6.4039408867% 1fr;
        grid-template: "item02 item01" auto "item02 item03" 1fr/53.0049261084% 1fr;
    -webkit-column-gap: 6.4039408867%;
       -moz-column-gap: 6.4039408867%;
            column-gap: 6.4039408867%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 75px 8.3333333333% 65px 7.0833333333%;
    border-radius: 10px;
  }
  .mc-c .mc-c-reason-box > .mc-c-solution-media_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mc-c .mc-c-reason-box > .m-text-wrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-box > .mc-c-solution-media_visual {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .mc-c .mc-c-reason-box > .mc-c-reason-media_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mc-c .mc-c-reason-box > .mc-c-reason-media_text-area {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-box > .mc-c-reason-visual {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-box_stack {
    grid-area: item01;
  }
}
.mc-c .mc-c-reason-box_heading {
  text-align: center;
}
.mc-c .mc-c-reason-box_heading > * {
  display: block;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-box_heading {
    text-align: left;
  }
}
.mc-c .mc-c-reason-box_heading-shoulder {
  font-size: calc(30 / 750 * 100vw);
}
.mc-c .mc-c-reason-box_heading-shoulder em {
  padding-top: 0.6em;
  background-image: -webkit-radial-gradient(#fff 10%, transparent 20%);
  background-image: radial-gradient(#fff 10%, transparent 20%);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 1em 1em;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-box_heading-shoulder {
    line-height: 1;
    font-size: calc(20 / 16 * 1rem);
  }
}
.mc-c .mc-c-reason-box_heading-main-text {
  line-height: 1.4;
  letter-spacing: 0;
  font-size: calc(42 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-box_heading-main-text {
    margin-top: 20px;
    line-height: 1.5;
    font-size: calc(34 / 16 * 1rem);
  }
}
.mc-c .mc-c-reason-box .m-text-wrap {
  padding: 0 8vw;
  margin-top: 6.6666666667vw;
}
.mc-c .mc-c-reason-box .m-text-wrap > * {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-box .m-text-wrap {
    padding: 0;
    margin-top: 20px;
  }
}
.mc-c .mc-c-reason-box_dl-button {
  width: 67.3333333333vw;
  margin: 8vw auto 0;
}
.mc-c .mc-c-reason-box_dl-button a {
  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: 100%;
  height: 13.3333333333vw;
  font-weight: 700;
  color: #313333;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-box_dl-button {
    grid-area: item03;
    width: 260px;
    margin: 35px 0 0;
  }
  .mc-c .mc-c-reason-box_dl-button a {
    height: 65px;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    font-size: calc(20 / 16 * 1rem);
  }
}
@media (any-hover: hover), (-ms-high-contrast: none) {
  .mc-c .mc-c-reason-box_dl-button a:hover {
    color: #fff;
    background-color: #313333;
  }
}
.mc-c .mc-c-reason-box_visual {
  margin-top: 7.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-reason-box_visual {
    grid-area: item02;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px){
  .mc-c .mc-c-solution-media_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-solution-media.is-align-right > .mc-c-solution-media_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .mc-c .mc-c-solution-media .m-text-wrap {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-solution-media.is-align-right > .m-text-wrap {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .mc-c .mc-c-solution-media_visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .mc-c .mc-c-solution-media.is-align-right > .mc-c-solution-media_visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-media_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-solution-media.is-align-right > .mc-c-reason-media_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .mc-c .mc-c-reason-media > .mc-c-reason-media_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-media_text-area {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-solution-media.is-align-right > .mc-c-reason-media_text-area {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .mc-c .mc-c-reason-media > .mc-c-reason-media_text-area {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .mc-c .mc-c-solution-media.is-align-right > .mc-c-reason-visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-media > .mc-c-reason-visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .mc-c .mc-c-reason-box_stack {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-solution-media.is-align-right > .mc-c-reason-box_stack {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .mc-c .mc-c-reason-media > .mc-c-reason-box_stack {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-box > .mc-c-reason-box_stack {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mc-c .mc-c-reason-box_dl-button {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .mc-c .mc-c-solution-media.is-align-right > .mc-c-reason-box_dl-button {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-media > .mc-c-reason-box_dl-button {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .mc-c .mc-c-reason-box > .mc-c-reason-box_dl-button {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .mc-c .mc-c-reason-box_visual {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-solution-media.is-align-right > .mc-c-reason-box_visual {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .mc-c .mc-c-reason-media > .mc-c-reason-box_visual {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-reason-box > .mc-c-reason-box_visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}
.mc-c .mc-c-price {
  background: url("../img/price_bg_sp.webp") 0 0 repeat;
  background-size: 13.3333333333vw auto;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price {
    background-image: url("../img/price_bg_pc.webp");
  }
}
.mc-c .mc-c-price-description {
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-description {
    width: 750px;
    margin-top: 40px;
  }
}
.mc-c .mc-c-price-box.is-option {
  padding-top: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-box.is-option {
    padding-top: 0;
  }
}
.mc-c .mc-c-price-box_heading {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-box_heading {
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-c .is-basic .mc-c-price-box_heading {
  color: #1eaeb2;
}
.mc-c .mc-c-price-box_heading + .m-text-wrap {
  margin: 5.3333333333vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-box_heading + .m-text-wrap {
    width: 750px;
    margin-top: 25px;
  }
}
.mc-c .mc-c-price-box_body {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-box_body {
    margin-top: 40px;
  }
}
.mc-c .mc-c-price-box_basic-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 7.3333333333vw auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 7.3333333333vw;
}
.mc-c .mc-c-price-box_basic-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mc-c .mc-c-price-box_basic-list > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.mc-c .mc-c-price-box_basic-list li:nth-child(2) .mc-c-price-basic-price-box_price {
  position: relative;
}
.mc-c .mc-c-price-box_basic-list li:nth-child(2) .mc-c-price-basic-price-box_price:not(:last-child)::after {
  position: absolute;
  right: 0;
  bottom: -6vw;
  left: 0;
  width: 4vw;
  height: 4vw;
  margin: 0 auto;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M14.5%2C0C6.49%2C0%2C0%2C6.49%2C0%2C14.5s6.49%2C14.5%2C14.5%2C14.5%2C14.5-6.49%2C14.5-14.5S22.51%2C0%2C14.5%2C0Zm4.46%2C15.62h-3.35v3.35h-2.23v-3.35h-3.35v-2.23h3.35v-3.35h2.23v3.35h3.35v2.23Z%22%20fill%3D%22%231eaeb2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-box_basic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0;
    width: 100%;
    margin-top: -20px;
  }
  .mc-c .mc-c-price-box_basic-list li {
    padding-top: 20px;
  }
  .mc-c .mc-c-price-box_basic-list li:first-child {
    -ms-flex-preferred-size: 295px;
        flex-basis: 295px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 500px;
  }
  .mc-c .mc-c-price-box_basic-list li:nth-child(2) {
    -ms-flex-preferred-size: 845px;
        flex-basis: 845px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 750px;
  }
  .mc-c .mc-c-price-box_basic-list li:nth-child(2) .mc-c-price-basic-price-box_price:not(:last-child) {
    margin-right: 70px;
  }
  .mc-c .mc-c-price-box_basic-list li:nth-child(2) .mc-c-price-basic-price-box_price:not(:last-child)::after {
    top: 50%;
    right: -50px;
    bottom: auto;
    left: auto;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1260px) {
  .mc-c .mc-c-price-box_basic-list li:first-child {
    min-width: auto;
    margin-right: 4.1666666667%;
  }
}
.mc-c .mc-c-price-basic-price-box {
  padding: 3.3333333333vw 0 4.6666666667vw;
  background-color: #fff;
  border: 2px solid #1eaeb2;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-basic-price-box {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 15px 20px 25px;
    border-width: 3px;
    border-radius: 10px;
  }
}
.mc-c .mc-c-price-basic-price-box_heading {
  font-weight: 700;
  color: #1eaeb2;
  text-align: center;
  font-size: calc(30 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-basic-price-box_heading {
    font-size: calc(20 / 16 * 1rem);
  }
}
.mc-c .mc-c-price-basic-price-box_body {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-basic-price-box_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}
.mc-c .mc-c-price-basic-price-box_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: calc(38 / 750 * 100vw);
}
.mc-c .mc-c-price-basic-price-box_price .small-text {
  margin-right: 1.3333333333vw;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
  font-size: calc(20 / 750 * 100vw);
}
.mc-c .mc-c-price-basic-price-box_price em {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: calc(50 / 750 * 100vw);
}
.mc-c .mc-c-price-basic-price-box_price + .mc-c-price-basic-price-box_price {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-basic-price-box_price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: calc(25 / 16 * 1rem);
  }
  .mc-c .mc-c-price-basic-price-box_price .small-text {
    margin-right: 3px;
    font-size: calc(15 / 16 * 1rem);
  }
  .mc-c .mc-c-price-basic-price-box_price em {
    margin-right: 3px;
    font-size: calc(40 / 16 * 1rem);
  }
  .mc-c .mc-c-price-basic-price-box_price + .mc-c-price-basic-price-box_price {
    margin-top: 0;
  }
}
.mc-c .mc-c-price-basic-price-box_price-yen {
  font-weight: 900;
  font-size: calc(35 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-basic-price-box_price-yen {
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-c .mc-c-price-box_option-list-caption {
  line-height: 1;
  text-align: center;
  font-size: calc(30 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-box_option-list-caption {
    font-size: calc(20 / 16 * 1rem);
  }
}
.mc-c .mc-c-price-box_option-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 4;
  grid-template-rows: 4;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 3.3333333333vw;
  margin-top: 6.6666666667vw;
}
.mc-c .mc-c-price-box_option-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-box_option-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
  }
  .mc-c .mc-c-price-box_option-list > * {
    width: 49%;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1260px) {
  .mc-c .mc-c-price-box_option-list > * {
    width: auto;
  }
}
.mc-c .mc-c-price-option-price-box {
  padding: 4vw;
  text-align: center;
  background-color: #fff;
  border-radius: 2.6666666667vw;
}
.mc-c .mc-c-price-option-price-box > * {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-option-price-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 256px;
    padding: 25px 30px;
    border-radius: 10px;
  }
}
.mc-c .mc-c-price-option-price-box_price {
  margin-top: 2vw;
  font-weight: 700;
  font-size: calc(28 / 750 * 100vw);
}
.mc-c .mc-c-price-option-price-box_price em {
  font-family: "Roboto", sans-serif;
  font-size: calc(42 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-option-price-box_price {
    margin-top: 10px;
    font-size: calc(16 / 16 * 1rem);
  }
  .mc-c .mc-c-price-option-price-box_price em {
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-c .mc-c-price-box_body-after-text {
  margin-top: 4vw;
  line-height: 1;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-price-box_body-after-text {
    margin-top: 20px;
  }
}
.mc-c .mc-c-example_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 13.3333333333vw auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 13.3333333333vw;
}
.mc-c .mc-c-example_list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mc-c .mc-c-example_list > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-example_list {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr calc(70 / var(--content-width) * 100%) 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: calc(70 / var(--content-width) * 100%);
       -moz-column-gap: calc(70 / var(--content-width) * 100%);
            column-gap: calc(70 / var(--content-width) * 100%);
  }
  .mc-c .mc-c-example_list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-c .mc-c-example_list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.mc-c .mc-c-example-card {
  padding: 15.3333333333vw 8vw 6.6666666667vw;
  background-color: #fdfdfd;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-example-card {
    height: 100%;
    padding: 75px 8.6021505376% 50px;
    border-radius: 5px;
  }
}
.mc-c .mc-c-example-card_heading {
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-example-card_heading {
    width: 100%;
    max-width: 361px;
  }
}
.mc-c .mc-c-example-card .m-text-wrap {
  margin-top: 8.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-example-card .m-text-wrap {
    margin-top: 55px;
  }
}
.mc-c .mc-c-example-card_retrofit {
  margin-top: 5.3333333333vw;
  font-weight: 700;
  text-align: right;
  font-size: calc(30 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-example-card_retrofit {
    margin-top: 25px;
    font-size: calc(20 / 16 * 1rem);
  }
}
.mc-c .mc-c-faq {
  background: url("../img/faq_bg_sp.webp") 0 0 repeat;
  background-size: 13.3333333333vw auto;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-faq {
    background-image: url("../img/faq_bg_pc.webp");
  }
}
.mc-c .mc-c-faq-list {
  overflow: hidden;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-faq-list {
    border-radius: 5px;
  }
}
.mc-c .mc-c-faq-list_item {
  padding-bottom: 1.3333333333vw;
  background-color: #fff;
}
.mc-c .mc-c-faq-list_item + .mc-c-faq-list_item {
  border-top: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-faq-list_item {
    padding-bottom: 0;
  }
}
.mc-c .mc-c-faq-list_item-q-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.6666666667vw 10.6666666667vw 6vw 4vw;
  font-weight: 700;
  line-height: 1.8;
  cursor: pointer;
}
.mc-c .mc-c-faq-list_item-q-area svg {
  position: absolute;
  top: 50%;
  right: 3.2vw;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.mc-c .mc-c-faq-list_item-q-area svg .circle {
  fill: #1eaeb2;
  -webkit-transition: fill 0.3s ease-out 0s;
  transition: fill 0.3s ease-out 0s;
}
.mc-c .mc-c-faq-list_item-q-area svg .line02 {
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-faq-list_item-q-area {
    padding: 30px 35px;
  }
  .mc-c .mc-c-faq-list_item-q-area svg {
    top: calc(30px + 0.5em);
    right: 35px;
    width: 26px;
    height: 26px;
  }
}
.mc-c .is-open svg .circle {
  fill: #b5b5b6;
}
.mc-c .is-open svg .line02 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mc-c .mc-c-faq-list_item-q {
  margin-right: 5.3333333333vw;
  font-family: "Roboto", sans-serif;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-faq-list_item-q {
    margin-right: 3.5%;
  }
}
.mc-c .mc-c-faq-list_item-a-area {
  position: relative;
  display: none;
  padding: 0 10.6666666667vw 0 4vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-faq-list_item-a-area {
    padding: 0 20% 0 35px;
  }
}
.mc-c .mc-c-faq-list_item:first-child .mc-c-faq-list_item-a-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mc-c .mc-c-faq-list_item-a {
  margin-right: 5.3333333333vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #1eaeb2;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-faq-list_item-a {
    margin-right: 3.5%;
  }
}
.mc-c .mc-c-faq-list_item-a-area-inner {
  padding-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-faq-list_item-a-area-inner {
    padding-bottom: 70px;
  }
}
.mc-c .mc-c-fixed-cv {
  opacity: 0;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-fixed-cv {
    -webkit-box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}
.mc-c .mc-c-fixed-cv.is-show {
  pointer-events: auto;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-fixed-cv_inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 27px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    row-gap: 15px;
  }
}
.mc-c .mc-c-fixed-cv_heading {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-fixed-cv_heading {
    text-align: center;
    display: block;
  }
  .mc-c .mc-c-fixed-cv_heading > * {
    line-height: 1;
    display: block;
    font-weight: bold;
  }
}
.mc-c .mc-c-fixed-cv_heading-main {
  margin-top: 8px;
  font-size: calc(20 / 16 * 1rem);
}
.mc-c .mc-c-fixed-cv_heading-shoulder {
  font-family: "Roboto", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(130, 223, 216)), color-stop(50%, rgb(146, 229, 225)));
  background: -webkit-linear-gradient(top, rgb(130, 223, 216) 0%, rgb(146, 229, 225) 50%);
  background: linear-gradient(to bottom, rgb(130, 223, 216) 0%, rgb(146, 229, 225) 50%);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(18 / 16 * 1rem);
}
.mc-c .mc-c-fixed-cv_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.mc-c .mc-c-fixed-cv_list a {
  font-weight: 700;
  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;
  color: #fff;
  text-align: center;
  height: 11.7333333333vw;
}
.mc-c .mc-c-fixed-cv_list li:first-child a {
  background-color: #00a3a8;
  border: 2px solid #00a3a8;
}
.mc-c .mc-c-fixed-cv_list li:last-child a {
  background-color: #ff6102;
  border: 2px solid #ff6102;
}
@media only screen and (min-width: 768px) {
  .mc-c .mc-c-fixed-cv_list {
    width: 540px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .mc-c .mc-c-fixed-cv_list a {
    font-size: calc(20 / 16 * 1rem);
    height: 65px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (any-hover: hover), (-ms-high-contrast: none) {
  .mc-c .mc-c-fixed-cv_list a {
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  }
  .mc-c .mc-c-fixed-cv_list a:hover {
    background-color: #fff !important;
  }
  .mc-c .mc-c-fixed-cv_list a:hover.is-dl {
    color: #1eaeb2;
  }
  .mc-c .mc-c-fixed-cv_list a:hover.is-cv {
    color: #f49d00;
  }
}

.no-webp .mc-c .mc-c-about::after {
  background: url("../img/about_bg_sp.png") 0 0 repeat;
  background-size: 13.3333333333vw auto;
}
@media only screen and (min-width: 768px) {
  .no-webp .mc-c .mc-c-about::after {
    background-image: url("../img/about_bg_pc.png");
  }
}
.no-webp .mc-c .mc-c-faq {
  background: url("../img/faq_bg_sp.png") 0 0 repeat;
  background-size: 13.3333333333vw auto;
}
@media only screen and (min-width: 768px) {
  .no-webp .mc-c .mc-c-faq {
    background-image: url("../img/faq_bg_pc.png");
  }
}
.no-webp .mc-c .mc-c-above-the-fold {
  background: url("../img/above-the-fold_bg_sp.png") 0 0 repeat-x;
}
@media only screen and (min-width: 768px) {
  .no-webp .mc-c .mc-c-above-the-fold {
    max-height: 628px;
    padding: 90px 20px 45px;
    background: url("../img/above-the-fold_bg_pc.png") 0 0 repeat-x;
  }
}
.no-webp .mc-c .mc-c-price {
  background: url("../img/price_bg_sp.png") 0 0 repeat;
  background-size: 13.3333333333vw auto;
}
@media only screen and (min-width: 768px) {
  .no-webp .mc-c .mc-c-price {
    background-image: url("../img/price_bg_pc.png");
  }
}
.no-webp .mc-c .mc-c-solution {
  background: url("../img/solution_bg_sp.png") 0 0 repeat-x;
  background-size: 13.3333333333vw auto;
}
@media only screen and (min-width: 768px) {
  .no-webp .mc-c .mc-c-solution {
    background-image: url("../img/solution_bg_pc.png");
  }
}

/******************************************************************************
 * utility
*******************************************************************************/
/* ---------------------------------------------------------
 * display
--------------------------------------------------------- */
.mc-c .u-d-block {
  display: block;
}
.mc-c .u-d-none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mc-c .u-d-block-md {
    display: block;
  }
  .mc-c .u-d-none-md {
    display: none;
  }
}

/* ---------------------------------------------------------
 * other
--------------------------------------------------------- */
/* ---------------------------------------------------------
 * spacing
--------------------------------------------------------- */
.mc-c {
  /* margin
  -------------------------------------------------- */
  /* padding
  -------------------------------------------------- */
}
.mc-c .u-margin-lr-auto:not(:root) {
  margin-right: auto;
  margin-left: auto;
}
.mc-c .u-margin-lr-0:not(:root) {
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .mc-c .u-margin-lr-auto-md:not(:root) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .mc-c .u-margin-lr-0-md:not(:root) {
    margin-right: 0;
    margin-left: 0;
  }
}
.mc-c [class*=u-mgt] {
  margin-top: var(--margin-top);
}
.mc-c [class*=u-mgt] [class*=mgt-0] {
  --margin-top: 0;
}
.mc-c [class*=u-mgt][class*=mgt-25-sm] {
  --margin-top: 6.6666666667vw;
}
.mc-c [class*=u-mgt][class*=mgt-30-sm] {
  --margin-top: 8vw;
}
.mc-c [class*=u-mgt][class*=mgt-35-sm] {
  --margin-top: 9.3333333333vw;
}
.mc-c [class*=u-mgt][class*=mgt-40-sm] {
  --margin-top: 10.6666666667vw;
}
.mc-c [class*=u-mgt][class*=mgt-45-sm] {
  --margin-top: 12vw;
}
.mc-c [class*=u-mgt][class*=mgt-50-sm] {
  --margin-top: 13.3333333333vw;
}
.mc-c [class*=u-mgt][class*=mgt-55-sm] {
  --margin-top: 14.6666666667vw;
}
.mc-c [class*=u-mgt][class*=mgt-60-sm] {
  --margin-top: 16vw;
}
.mc-c [class*=u-mgt][class*=mgt-65-sm] {
  --margin-top: 17.3333333333vw;
}
.mc-c [class*=u-mgt][class*=mgt-70-sm] {
  --margin-top: 18.6666666667vw;
}
.mc-c [class*=u-mgt][class*=mgt-75-sm] {
  --margin-top: 20vw;
}
.mc-c [class*=u-mgt][class*=mgt-80-sm] {
  --margin-top: 21.3333333333vw;
}
.mc-c [class*=u-mgt][class*=mgt-85-sm] {
  --margin-top: 22.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-c [class*=u-mgt] [class*=mgt-0-md] {
    --margin-top: 0;
  }
  .mc-c [class*=u-mgt][class*=mgt-50-md] {
    --margin-top: 50px;
  }
  .mc-c [class*=u-mgt][class*=mgt-55-md] {
    --margin-top: 55px;
  }
  .mc-c [class*=u-mgt][class*=mgt-60-md] {
    --margin-top: 60px;
  }
  .mc-c [class*=u-mgt][class*=mgt-65-md] {
    --margin-top: 65px;
  }
  .mc-c [class*=u-mgt][class*=mgt-70-md] {
    --margin-top: 70px;
  }
  .mc-c [class*=u-mgt][class*=mgt-75-md] {
    --margin-top: 75px;
  }
  .mc-c [class*=u-mgt][class*=mgt-80-md] {
    --margin-top: 80px;
  }
  .mc-c [class*=u-mgt][class*=mgt-85-md] {
    --margin-top: 85px;
  }
  .mc-c [class*=u-mgt][class*=mgt-90-md] {
    --margin-top: 90px;
  }
  .mc-c [class*=u-mgt][class*=mgt-95-md] {
    --margin-top: 95px;
  }
  .mc-c [class*=u-mgt][class*=mgt-100-md] {
    --margin-top: 100px;
  }
  .mc-c [class*=u-mgt][class*=mgt-105-md] {
    --margin-top: 105px;
  }
  .mc-c [class*=u-mgt][class*=mgt-110-md] {
    --margin-top: 110px;
  }
  .mc-c [class*=u-mgt][class*=mgt-115-md] {
    --margin-top: 115px;
  }
  .mc-c [class*=u-mgt][class*=mgt-120-md] {
    --margin-top: 120px;
  }
  .mc-c [class*=u-mgt][class*=mgt-125-md] {
    --margin-top: 125px;
  }
  .mc-c [class*=u-mgt][class*=mgt-130-md] {
    --margin-top: 130px;
  }
  .mc-c [class*=u-mgt][class*=mgt-135-md] {
    --margin-top: 135px;
  }
  .mc-c [class*=u-mgt][class*=mgt-140-md] {
    --margin-top: 140px;
  }
  .mc-c [class*=u-mgt][class*=mgt-145-md] {
    --margin-top: 145px;
  }
  .mc-c [class*=u-mgt][class*=mgt-150-md] {
    --margin-top: 150px;
  }
  .mc-c [class*=u-mgt][class*=mgt-155-md] {
    --margin-top: 155px;
  }
  .mc-c [class*=u-mgt][class*=mgt-160-md] {
    --margin-top: 160px;
  }
  .mc-c [class*=u-mgt][class*=mgt-165-md] {
    --margin-top: 165px;
  }
  .mc-c [class*=u-mgt][class*=mgt-170-md] {
    --margin-top: 170px;
  }
}
.mc-c [class*=u-pdt] {
  padding-top: var(--padding-top);
}
.mc-c [class*=u-pdt] [class*=pdt-0] {
  --padding-top: 0;
}
.mc-c [class*=u-pdt][class*=pdt-25-sm] {
  --padding-top: 6.6666666667vw;
}
.mc-c [class*=u-pdt][class*=pdt-30-sm] {
  --padding-top: 8vw;
}
.mc-c [class*=u-pdt][class*=pdt-35-sm] {
  --padding-top: 9.3333333333vw;
}
.mc-c [class*=u-pdt][class*=pdt-40-sm] {
  --padding-top: 10.6666666667vw;
}
.mc-c [class*=u-pdt][class*=pdt-45-sm] {
  --padding-top: 12vw;
}
.mc-c [class*=u-pdt][class*=pdt-50-sm] {
  --padding-top: 13.3333333333vw;
}
.mc-c [class*=u-pdt][class*=pdt-55-sm] {
  --padding-top: 14.6666666667vw;
}
.mc-c [class*=u-pdt][class*=pdt-60-sm] {
  --padding-top: 16vw;
}
.mc-c [class*=u-pdt][class*=pdt-65-sm] {
  --padding-top: 17.3333333333vw;
}
.mc-c [class*=u-pdt][class*=pdt-70-sm] {
  --padding-top: 18.6666666667vw;
}
.mc-c [class*=u-pdt][class*=pdt-75-sm] {
  --padding-top: 20vw;
}
.mc-c [class*=u-pdt][class*=pdt-80-sm] {
  --padding-top: 21.3333333333vw;
}
.mc-c [class*=u-pdt][class*=pdt-85-sm] {
  --padding-top: 22.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-c [class*=u-pdt][class*=pdt-50-md] {
    --padding-top: 50px;
  }
  .mc-c [class*=u-pdt][class*=pdt-55-md] {
    --padding-top: 55px;
  }
  .mc-c [class*=u-pdt][class*=pdt-60-md] {
    --padding-top: 60px;
  }
  .mc-c [class*=u-pdt][class*=pdt-65-md] {
    --padding-top: 65px;
  }
  .mc-c [class*=u-pdt][class*=pdt-70-md] {
    --padding-top: 70px;
  }
  .mc-c [class*=u-pdt][class*=pdt-75-md] {
    --padding-top: 75px;
  }
  .mc-c [class*=u-pdt][class*=pdt-80-md] {
    --padding-top: 80px;
  }
  .mc-c [class*=u-pdt][class*=pdt-85-md] {
    --padding-top: 85px;
  }
  .mc-c [class*=u-pdt][class*=pdt-90-md] {
    --padding-top: 90px;
  }
  .mc-c [class*=u-pdt][class*=pdt-95-md] {
    --padding-top: 95px;
  }
  .mc-c [class*=u-pdt][class*=pdt-100-md] {
    --padding-top: 100px;
  }
  .mc-c [class*=u-pdt][class*=pdt-105-md] {
    --padding-top: 105px;
  }
  .mc-c [class*=u-pdt][class*=pdt-110-md] {
    --padding-top: 110px;
  }
  .mc-c [class*=u-pdt][class*=pdt-115-md] {
    --padding-top: 115px;
  }
  .mc-c [class*=u-pdt][class*=pdt-120-md] {
    --padding-top: 120px;
  }
  .mc-c [class*=u-pdt][class*=pdt-125-md] {
    --padding-top: 125px;
  }
  .mc-c [class*=u-pdt][class*=pdt-130-md] {
    --padding-top: 130px;
  }
  .mc-c [class*=u-pdt][class*=pdt-135-md] {
    --padding-top: 135px;
  }
  .mc-c [class*=u-pdt][class*=pdt-140-md] {
    --padding-top: 140px;
  }
  .mc-c [class*=u-pdt][class*=pdt-145-md] {
    --padding-top: 145px;
  }
  .mc-c [class*=u-pdt][class*=pdt-150-md] {
    --padding-top: 150px;
  }
  .mc-c [class*=u-pdt][class*=pdt-155-md] {
    --padding-top: 155px;
  }
  .mc-c [class*=u-pdt][class*=pdt-160-md] {
    --padding-top: 160px;
  }
  .mc-c [class*=u-pdt][class*=pdt-165-md] {
    --padding-top: 165px;
  }
  .mc-c [class*=u-pdt][class*=pdt-170-md] {
    --padding-top: 170px;
  }
}
.mc-c [class*=u-pdb] {
  padding-bottom: var(--padding-bottom);
}
.mc-c [class*=u-pdb] [class*=pdb-0] {
  --padding-bottom: 0;
}
.mc-c [class*=u-pdb][class*=pdb-25-sm] {
  --padding-bottom: 6.6666666667vw;
}
.mc-c [class*=u-pdb][class*=pdb-30-sm] {
  --padding-bottom: 8vw;
}
.mc-c [class*=u-pdb][class*=pdb-35-sm] {
  --padding-bottom: 9.3333333333vw;
}
.mc-c [class*=u-pdb][class*=pdb-40-sm] {
  --padding-bottom: 10.6666666667vw;
}
.mc-c [class*=u-pdb][class*=pdb-45-sm] {
  --padding-bottom: 12vw;
}
.mc-c [class*=u-pdb][class*=pdb-50-sm] {
  --padding-bottom: 13.3333333333vw;
}
.mc-c [class*=u-pdb][class*=pdb-55-sm] {
  --padding-bottom: 14.6666666667vw;
}
.mc-c [class*=u-pdb][class*=pdb-60-sm] {
  --padding-bottom: 16vw;
}
.mc-c [class*=u-pdb][class*=pdb-65-sm] {
  --padding-bottom: 17.3333333333vw;
}
.mc-c [class*=u-pdb][class*=pdb-70-sm] {
  --padding-bottom: 18.6666666667vw;
}
.mc-c [class*=u-pdb][class*=pdb-75-sm] {
  --padding-bottom: 20vw;
}
.mc-c [class*=u-pdb][class*=pdb-80-sm] {
  --padding-bottom: 21.3333333333vw;
}
.mc-c [class*=u-pdb][class*=pdb-85-sm] {
  --padding-bottom: 22.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-c [class*=u-pdb][class*=pdb-50-md] {
    --padding-bottom: 50px;
  }
  .mc-c [class*=u-pdb][class*=pdb-55-md] {
    --padding-bottom: 55px;
  }
  .mc-c [class*=u-pdb][class*=pdb-60-md] {
    --padding-bottom: 60px;
  }
  .mc-c [class*=u-pdb][class*=pdb-65-md] {
    --padding-bottom: 65px;
  }
  .mc-c [class*=u-pdb][class*=pdb-70-md] {
    --padding-bottom: 70px;
  }
  .mc-c [class*=u-pdb][class*=pdb-75-md] {
    --padding-bottom: 75px;
  }
  .mc-c [class*=u-pdb][class*=pdb-80-md] {
    --padding-bottom: 80px;
  }
  .mc-c [class*=u-pdb][class*=pdb-85-md] {
    --padding-bottom: 85px;
  }
  .mc-c [class*=u-pdb][class*=pdb-90-md] {
    --padding-bottom: 90px;
  }
  .mc-c [class*=u-pdb][class*=pdb-95-md] {
    --padding-bottom: 95px;
  }
  .mc-c [class*=u-pdb][class*=pdb-100-md] {
    --padding-bottom: 100px;
  }
  .mc-c [class*=u-pdb][class*=pdb-105-md] {
    --padding-bottom: 105px;
  }
  .mc-c [class*=u-pdb][class*=pdb-110-md] {
    --padding-bottom: 110px;
  }
  .mc-c [class*=u-pdb][class*=pdb-115-md] {
    --padding-bottom: 115px;
  }
  .mc-c [class*=u-pdb][class*=pdb-120-md] {
    --padding-bottom: 120px;
  }
  .mc-c [class*=u-pdb][class*=pdb-125-md] {
    --padding-bottom: 125px;
  }
  .mc-c [class*=u-pdb][class*=pdb-130-md] {
    --padding-bottom: 130px;
  }
  .mc-c [class*=u-pdb][class*=pdb-135-md] {
    --padding-bottom: 135px;
  }
  .mc-c [class*=u-pdb][class*=pdb-140-md] {
    --padding-bottom: 140px;
  }
  .mc-c [class*=u-pdb][class*=pdb-145-md] {
    --padding-bottom: 145px;
  }
  .mc-c [class*=u-pdb][class*=pdb-150-md] {
    --padding-bottom: 150px;
  }
  .mc-c [class*=u-pdb][class*=pdb-155-md] {
    --padding-bottom: 155px;
  }
  .mc-c [class*=u-pdb][class*=pdb-160-md] {
    --padding-bottom: 160px;
  }
  .mc-c [class*=u-pdb][class*=pdb-165-md] {
    --padding-bottom: 165px;
  }
  .mc-c [class*=u-pdb][class*=pdb-170-md] {
    --padding-bottom: 170px;
  }
}

/* ---------------------------------------------------------
 * layout-grid
--------------------------------------------------------- */
.mc-c .u-d-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--column-width, 1fr);
  grid-template-columns: var(--column-width, 1fr);
  gap: var(--row-gap, 0) var(--column-gap, 0);
}
.mc-c [class*=is-col] {
  -ms-grid-columns: (var(--column-width, 1fr))[var(--column-number, 1)];
  grid-template-columns: repeat(var(--column-number, 1), var(--column-width, 1fr));
}
.mc-c [class*=is-col][class*=col-1-sm] {
  --column-number: 1;
  --column-width: 1fr;
}
.mc-c [class*=is-col][class*=col-2-sm] {
  --column-number: 2;
  --column-width: 1fr;
}
@media only screen and (min-width: 768px) {
  .mc-c [class*=is-col][class*=col-1-md] {
    --column-number: 1;
    --column-width: 1fr;
  }
  .mc-c [class*=is-col][class*=col-2-md] {
    --column-number: 2;
    --column-width: 1fr;
  }
  .mc-c [class*=is-col][class*=col-3-md] {
    --column-number: 3;
    --column-width: 1fr;
  }
}
.mc-c [class*=is-row-gap][class*=row-gap-10-sm] {
  --row-gap: 2.6666666667vw;
}
.mc-c [class*=is-row-gap][class*=row-gap-40-sm] {
  --row-gap: 10.6666666667vw;
}
.mc-c [class*=is-row-gap][class*=row-gap-45-sm] {
  --row-gap: 12vw;
}
.mc-c [class*=is-row-gap][class*=row-gap-50-sm] {
  --row-gap: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-c [class*=is-col-gap][class*=col-gap-20-md] {
    --column-gap: 20px;
  }
  .mc-c [class*=is-row-gap][class*=row-gap-10-md] {
    --row-gap: 10px;
  }
  .mc-c [class*=is-row-gap][class*=row-gap-60-md] {
    --row-gap: 60px;
  }
  .mc-c [class*=is-row-gap][class*=row-gap-90-md] {
    --row-gap: 90px;
  }
  .mc-c [class*=is-row-gap][class*=row-gap-100-md] {
    --row-gap: 100px;
  }
}

/* ---------------------------------------------------------
 * layout-width
--------------------------------------------------------- */
.mc-c [class*=u-w] {
  width: var(--content-width, 100%);
}
.mc-c [class*=u-w][class*=w-auto-sm] {
  --content-width: auto;
}
.mc-c [class*=u-w][class*=w-315-sm] {
  --content-width: 84vw;
}
.mc-c [class*=u-w][class*=w-335-sm] {
  --content-width: 89.3333333333vw;
}
.mc-c [class*=u-w][class*=w-355-sm] {
  --content-width: 94.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-c [class*=u-w] {
    width: 100%;
    max-width: calc(var(--content-width, none) * 1px);
  }
  .mc-c [class*=u-w][class*=w-auto-md] {
    width: auto;
  }
  .mc-c [class*=u-w][class*=w-1000-md] {
    --content-width: 1000;
  }
  .mc-c [class*=u-w][class*=w-1200-md] {
    --content-width: 1200;
  }
}

/* ---------------------------------------------------------
 * text
--------------------------------------------------------- */
.mc-c {
  /* text-color
  -------------------------------------------------- */
  /* font-size
  -------------------------------------------------- */
  /* text-align
  -------------------------------------------------- */
  /* line-height
  -------------------------------------------------- */
  /* letter-spacing
  -------------------------------------------------- */
}
.mc-c .u-color-white:not(:root) {
  color: #fff;
}
.mc-c .u-fz-10:not(:root) {
  font-size: 10;
}
@media only screen and (min-width: 768px) {
  .mc-c .u-fz-10-md:not(:root) {
    font-size: 10;
  }
}
.mc-c .u-text-left:not(:root) {
  text-align: left;
}
.mc-c .u-text-center:not(:root) {
  text-align: center;
}
.mc-c .u-text-right:not(:root) {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .mc-c .u-text-left-md:not(:root) {
    text-align: left;
  }
  .mc-c .u-text-center-md:not(:root) {
    text-align: center;
  }
  .mc-c .u-text-right-md:not(:root) {
    text-align: right;
  }
}
.mc-c .u-lh-1:not(:root) {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .mc-c .u-lh-1-md:not(:root) {
    line-height: 1;
  }
}
.mc-c .u-ls-base:not(:root) {
  letter-spacing: 0.02em;
}
.mc-c .u-ls-0:not(:root) {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .mc-c .u-ls-base-md:not(:root) {
    letter-spacing: 0.02em;
  }
  .mc-c .u-ls-0-md:not(:root) {
    letter-spacing: 0;
  }
}