@charset "UTF-8";
/******************************************************************************
 * reset
*******************************************************************************/
body.mc-w {
  -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-w {
    font-size: 100%;
  }
}

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

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

/*******************************************************************************
  site_setting
*******************************************************************************/
html, body.mc-w {
  width: 100%;
  height: auto;
}

body.mc-w {
  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);
}
@media only screen and (min-width: 768px) {
  body.mc-w {
    font-size: calc(16 / 16 * 1rem);
  }
}

.mc-w h1, .mc-w h2, .mc-w h3, .mc-w h4, .mc-w h5, .mc-w h6 {
  font-weight: normal;
}
.mc-w img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mc-w a {
  text-decoration: none;
}
.mc-w em {
  font-style: normal;
}
.mc-w figure {
  line-height: 0;
}
.mc-w button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mc-w .ff-english {
  font-family: "Montserrat", sans-serif;
}
.mc-w .mc-w-main {
  display: block;
}
.mc-w .mc-w-l-wrap {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-l-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mc-w .mc-w-l-wrap.is-full {
    padding-right: 0;
    padding-left: 0;
  }
}
.mc-w .mc-w-l-content {
  margin: 0 auto;
}
.mc-w .mc-w-l-inner {
  margin: 0 auto;
}
.mc-w .l-header-belt__logo {
  font-size: 10px;
  line-height: 1;
}
.mc-w .l-footer-main {
  margin-top: 0;
}
.mc-w .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-w .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-w .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-w .anime-show.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/******************************************************************************
* heading
*******************************************************************************/
.mc-w .a-section-heading {
  text-align: center;
}
.mc-w .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-w .a-section-heading_english.is-deep {
  color: #c1f1eb;
}
@media only screen and (min-width: 768px) {
  .mc-w .a-section-heading_english {
    font-size: calc(110 / 16 * 1rem);
  }
}
@supports (display: flex) {
  .mc-w .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-w .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-w .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-w .a-section-heading_main-text {
    margin-top: -40px;
    font-size: calc(34 / 16 * 1rem);
  }
}

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

/******************************************************************************
* button
*******************************************************************************/
.mc-w .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-w .a-link-button.is-dl {
  background-color: #00a3a8;
  border: 2px solid #00a3a8;
}
.mc-w .a-link-button.is-cv {
  background-color: #ff6102;
  border: 2px solid #ff6102;
}
@media only screen and (min-width: 768px) {
  .mc-w .a-link-button {
    border-radius: 5px;
    font-size: calc(20 / 16 * 1rem);
  }
}
@media (any-hover: hover), (-ms-high-contrast: none) {
  .mc-w .a-link-button:hover {
    background-color: #fff;
  }
  .mc-w .a-link-button:hover.is-dl {
    color: #1eaeb2;
  }
  .mc-w .a-link-button:hover.is-cv {
    color: #ff6102;
  }
}

.mc-w .a-text {
  text-align: justify;
  text-justify: inter-ideograph;
}
.mc-w .a-text em {
  font-weight: 900;
  color: #1eaeb2;
}
.mc-w .a-text a {
  color: #1eaeb2;
}
.mc-w .a-text a[target*=_blank] {
  position: relative;
  display: inline-block;
  margin-right: 6vw;
}
.mc-w .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-w .a-text a[target*=_blank] {
    margin-right: 25px;
  }
  .mc-w .a-text a[target*=_blank]::after {
    right: -20px;
    width: 14px;
    height: 14px;
  }
}

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

/******************************************************************************
* header
*******************************************************************************/
.mc-w .header-top {
  padding: 4vw 5.3333333333vw;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .mc-w .header-top {
    padding: 25px 45px;
  }
}
.mc-w .header_sony-logo {
  width: 19vw;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .mc-w .header_sony-logo {
    width: auto;
  }
}
.mc-w .header-bottom {
  padding: 4.8vw 5.3333333333vw;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .mc-w .header-bottom {
    padding: 25px 45px;
  }
}
.mc-w .header_nurobiz-logo {
  width: 31.25vw;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .mc-w .header_nurobiz-logo {
    width: auto;
  }
}

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

/* ---------------------------------------------------------
 * top
--------------------------------------------------------- */
.mc-w {
  /******************************************************************************
  * above-the-fold
  *******************************************************************************/
  /******************************************************************************
  * anchor
  *******************************************************************************/
  /******************************************************************************
  * problem
  *******************************************************************************/
  /******************************************************************************
  * anxiety
  *******************************************************************************/
  /******************************************************************************
  * entrust
  *******************************************************************************/
  /******************************************************************************
  * campaign
  *******************************************************************************/
  /******************************************************************************
  * solution
  *******************************************************************************/
}
.mc-w .mc-w-above-the-fold {
  position: relative;
  padding: 16vw 0 10.6666666667vw;
  background: url("../img/above-the-fold_bg_sp.webp") 0 0 repeat-x;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-above-the-fold {
    max-height: 628px;
    padding: 90px 20px 45px;
    background: url("../img/above-the-fold_bg_pc.webp") 0 0 repeat-x;
  }
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-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: 1200px;
    padding: 0 25px;
    margin: 0 auto;
  }
}
.mc-w .mc-w-above-the-fold_text-area {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-above-the-fold_text-area {
    margin-right: 6.8965517241%;
    text-align: left;
  }
}
.mc-w .mc-w-page-heading_shoulder {
  font-weight: 700;
  line-height: 1.6;
  font-size: calc(25 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-page-heading_shoulder {
    line-height: 1.5;
    font-size: calc(22 / 16 * 1rem);
  }
}
.mc-w .mc-w-page-heading {
  margin-top: 4vw;
  font-weight: 900;
  line-height: 1.3;
  font-size: calc(45 / 750 * 100vw);
}
.mc-w .mc-w-page-heading em em {
  display: inline-block;
  padding: 1.3333333333vw 1.6vw 1.6vw;
  margin: 1.6vw 1.0666666667vw 0 0;
  line-height: 1;
  color: #1eaeb2;
  background-color: #fff;
  border: 2px solid currentcolor;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-page-heading {
    margin-top: 10px;
    font-size: calc(50 / 16 * 1rem);
  }
  .mc-w .mc-w-page-heading em {
    font-weight: 700;
    font-size: calc(68 / 16 * 1rem);
  }
  .mc-w .mc-w-page-heading em em {
    padding: 8px 20px 12px;
    margin: 12px 5px 0 0;
  }
}
.mc-w .mc-w-above-the-fold_illustration {
  width: 76.5333333333vw;
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-above-the-fold_illustration {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}
.mc-w .mc-w-above-the-fold_logo-area {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  padding-left: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-above-the-fold_logo-area {
    padding-left: 45px;
  }
}
.mc-w .mc-w-above-the-fold_logo-aws {
  width: 44.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-above-the-fold_logo-aws {
    width: auto;
  }
}
.mc-w .mc-w-above-the-fold_logo-partner {
  width: 32vw;
  padding: 1.7333333333vw 2vw 1.6vw;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-above-the-fold_logo-partner {
    width: auto;
    padding: 13px 15px 12px;
  }
}
.mc-w .mc-w-above-the-fold_cv-area {
  width: 73.3333333333vw;
  margin: 11.3333333333vw auto 0;
}
.mc-w .mc-w-above-the-fold_cv-area > a {
  position: relative;
  width: 100%;
  height: 13.3333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-above-the-fold_cv-area {
    width: 468px;
    margin-top: 20px;
  }
  .mc-w .mc-w-above-the-fold_cv-area > a {
    height: 70px;
    font-size: calc(24 / 16 * 1rem);
  }
}
.mc-w .mc-w-above-the-fold_cv-area-balloon {
  position: absolute;
  top: -6.6666666667vw;
  right: 0;
  left: 0;
  width: 51.4666666667vw;
  margin: 0 auto;
  line-height: 6.6666666667vw;
  color: #313333;
  background-color: #fff;
  border: 0.5333333333vw solid #ff6102;
  border-radius: 100px;
  font-size: calc(24 / 750 * 100vw);
}
.mc-w .mc-w-above-the-fold_cv-area-balloon em {
  color: #ff6102;
}
.mc-w .mc-w-above-the-fold_cv-area-balloon::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 0.8vw;
  margin: 0 auto;
  content: "";
  background-color: #fff;
}
.mc-w .mc-w-above-the-fold_cv-area-balloon::after {
  position: absolute;
  right: 0;
  bottom: -2.9333333333vw;
  left: 0;
  z-index: 0;
  width: 3.8666666667vw;
  height: 3.7333333333vw;
  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%2232.27%22%20height%3D%2230.57%22%20viewBox%3D%220%200%2032.27%2030.57%22%3E%3Cpolygon%20points%3D%223.32%202%2028.95%202%2016.13%2026.28%203.32%202%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22m25.63%2C4l-9.5%2C18L6.63%2C4h19m6.63-4H0l3.1%2C5.87%2C9.5%2C18%2C3.54%2C6.7%2C3.54-6.7L29.17%2C5.87l3.1-5.87h0Z%22%20fill%3D%22%23ff6102%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-above-the-fold_cv-area-balloon {
    top: -30px;
    width: 260px;
    line-height: 34px;
    border-width: 4px;
    font-size: calc(16 / 16 * 1rem);
  }
  .mc-w .mc-w-above-the-fold_cv-area-balloon::before {
    width: 100px;
    height: 10px;
  }
  .mc-w .mc-w-above-the-fold_cv-area-balloon::after {
    bottom: -12px;
    width: 19px;
    height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .mc-w .anchor-nav {
    padding: 0 20px;
  }
}
.mc-w .anchor-list {
  display: -ms-grid;
  display: grid;
  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);
}
@media only screen and (min-width: 768px) {
  .mc-w .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-w .anchor-list > * {
    width: 20%;
  }
}
.mc-w .anchor-list_item {
  position: relative;
}
.mc-w .anchor-list_item:nth-child(n+3) {
  border-top: 1px solid #e9e9e9;
}
.mc-w .anchor-list_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.mc-w .anchor-list_item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.mc-w .anchor-list_item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.mc-w .anchor-list_item:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.mc-w .anchor-list_item:last-child {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-column-align: center;
      justify-self: center;
  padding-right: 13.3333333333vw;
}
.mc-w .anchor-list_item:last-child::after {
  content: none;
}
.mc-w .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-w .anchor-list_item:nth-child(even)::after {
  content: none;
}
.mc-w .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%;
  padding: 5.3333333333vw;
  color: #313333;
}
@media only screen and (min-width: 768px) {
  .mc-w .anchor-list_item:nth-child(n+3) {
    border-top: none;
  }
  .mc-w .anchor-list_item::after {
    height: 46px;
  }
  .mc-w .anchor-list_item:nth-child(even)::after {
    content: "";
  }
  .mc-w .anchor-list_item:last-child {
    padding-right: 0;
  }
  .mc-w .anchor-list_item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 22px 0;
  }
}
.mc-w .anchor_inner {
  line-height: 1;
}
.mc-w .anchor_inner::after {
  position: absolute;
  top: 45%;
  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-w .anchor_inner {
    position: relative;
    padding-right: 20px;
    font-size: calc(13 / 16 * 1rem);
  }
  .mc-w .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-w .anchor_inner {
    padding-right: 35px;
    font-size: calc(16 / 16 * 1rem);
  }
  .mc-w .anchor_inner::after {
    width: 13px;
    height: 7px;
  }
}
@media (any-hover: hover), (-ms-high-contrast: none) {
  .mc-w .anchor_inner:hover::after {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-problem-media {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: auto calc(70 / var(--content-width) * 100%) auto;
    grid-template-columns: auto auto;
    -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%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mc-w .mc-w-problem-media > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-w .mc-w-problem-media > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mc-w .mc-w-problem-media.is-align-right .mc-w-problem-media_illustration {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mc-w .mc-w-problem-media.is-align-right .mc-w-problem-media_unit {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mc-w .mc-w-problem-media_heading {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: calc(42 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-problem-media_heading {
    text-align: left;
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-w .mc-w-problem-media_heading + .m-text-wrap {
  margin-top: 6vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-problem-media_heading + .m-text-wrap {
    margin-top: 20px;
  }
}
.mc-w .mc-w-problem-media_illustration {
  margin-top: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-problem-media_illustration {
    max-width: 402px;
    margin-top: 0;
  }
}
.mc-w .mc-w-anxiety {
  position: relative;
  background: #f8fefe url("../img/anxiety_bg_sp.webp") 0 0 repeat-x;
  background-size: 13.3333333333vw auto;
  border-radius: 0 0 8vw 8vw;
}
.mc-w .mc-w-anxiety::before {
  position: absolute;
  right: 0;
  bottom: -13.3333333333vw;
  left: 0;
  width: 32vw;
  height: 22.4vw;
  margin: 0 auto;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%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.44-82%2C6.62-82%2C69.99%22%20fill%3D%22%23f8fefe%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety {
    background-image: url("../img/anxiety_bg_pc.webp");
    background-repeat: repeat;
    border-radius: 0 0 60px 60px;
  }
  .mc-w .mc-w-anxiety::before {
    bottom: -70px;
    width: 164px;
    height: 115px;
    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.44-82%2C6.62-82%2C69.99%22%20fill%3D%22%23e9fdfb%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  }
  .mc-w .mc-w-anxiety .mc-w-l-wrap {
    overflow: hidden;
  }
}
.mc-w .mc-w-anxiety-order-list {
  counter-reset: number 0;
}
.mc-w .mc-w-anxiety-order-list > * {
  position: relative;
  padding-top: 22.6666666667vw;
}
.mc-w .mc-w-anxiety-order-list > *::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: rgba(72, 222, 235, 0.15);
  text-align: center;
  letter-spacing: -0.05em;
  content: "0" counter(number);
  counter-increment: number 1;
  font-size: calc(250 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-order-list > * {
    padding-top: 0;
  }
  .mc-w .mc-w-anxiety-order-list > *:first-child::after {
    -webkit-transform: translate(60px, -50px);
            transform: translate(60px, -50px);
  }
  .mc-w .mc-w-anxiety-order-list > *::after {
    left: auto;
    text-align: left;
    -webkit-transform: translate(60px, -30px);
            transform: translate(60px, -30px);
    font-size: calc(300 / 16 * 1rem);
  }
}
.mc-w .mc-w-anxiety-container {
  position: relative;
  z-index: 1;
}
.mc-w .mc-w-anxiety-container_head {
  padding: 0 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-container_head {
    padding: 0;
  }
}
.mc-w .mc-w-anxiety-container_heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 3.3333333333vw auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  color: #1eaeb2;
  letter-spacing: 0.04em;
  font-size: calc(36 / 750 * 100vw);
}
.mc-w .mc-w-anxiety-container_heading > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mc-w .mc-w-anxiety-container_heading > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-container_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: calc(34 / 16 * 1rem);
  }
}
.mc-w .mc-w-anxiety-container_subheading-shoulder, .mc-w .mc-w-anxiety-container_heading-shoulder {
  display: block;
  width: 16vw;
  margin: 0 auto;
  line-height: 8vw;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  font-size: calc(28 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-container_subheading-shoulder, .mc-w .mc-w-anxiety-container_heading-shoulder {
    width: 70px;
    min-width: 70px;
    margin: 0;
    margin-right: 20px;
    line-height: 35px;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
    font-size: calc(18 / 16 * 1rem);
  }
}
.mc-w .mc-w-anxiety-container_heading-shoulder {
  background-color: #1eaeb2;
}
.mc-w .mc-w-anxiety-container_subheading {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 3.3333333333vw auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 3.3333333333vw;
  margin-top: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: calc(36 / 750 * 100vw);
}
.mc-w .mc-w-anxiety-container_subheading > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mc-w .mc-w-anxiety-container_subheading > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-container_subheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-w .mc-w-anxiety-container_subheading-shoulder {
  background-color: #ff6102;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-container_subheading-shoulder {
    -webkit-transform: translateY(0.3em);
            transform: translateY(0.3em);
  }
}
.mc-w .mc-w-anxiety-box {
  padding: 10.6666666667vw 0;
  background-color: #fff;
  border: 0.8vw solid #1eaeb2;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 1.113px 7.922px 14.88px 1.12px rgba(0, 0, 0, 0.09);
          box-shadow: 1.113px 7.922px 14.88px 1.12px rgba(0, 0, 0, 0.09);
}
.mc-w .mc-w-anxiety-box + .mc-w-anxiety-box {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-box {
    padding: 50px 30px 40px;
    border-width: 3px;
    border-radius: 10px;
  }
  .mc-w .mc-w-anxiety-box + .mc-w-anxiety-box {
    margin-top: 50px;
  }
}
.mc-w .mc-w-anxiety-box_heading {
  text-align: center;
}
.mc-w .mc-w-anxiety-box_heading > * {
  display: block;
}
.mc-w .mc-w-anxiety-box_heading-shoulder {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5.3333333333vw;
  margin: 0 auto;
  font-weight: 700;
  line-height: 8vw;
  color: #1eaeb2;
  background-color: #dbfcf8;
  border-radius: 100px;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-box_heading-shoulder {
    padding: 0 20px;
    line-height: 40px;
  }
}
.mc-w .mc-w-anxiety-box_heading-main-text {
  margin-top: 4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #1eaeb2;
  letter-spacing: 0.04em;
  font-size: calc(42 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-box_heading-main-text {
    margin-top: 20px;
    line-height: 1;
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-w .mc-w-anxiety-box_heading + .m-text-wrap {
  width: 73.3333333333vw;
  margin: 4vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-box_heading + .m-text-wrap {
    width: 100%;
    max-width: 800px;
    margin-top: 25px;
  }
}
.mc-w .mc-w-anxiety-box_media {
  width: 80vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-box_media {
    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%;
    max-width: 840px;
  }
}
@media only screen and (min-width: 768px) {
  .mc-w .is-seminar .mc-w-anxiety-box_media {
    max-width: 940px;
  }
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-box_unit {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 4.7619047619%;
  }
}
.mc-w .mc-w-anxiety-box_list {
  width: 74.6666666667vw;
  margin: 4vw auto 0;
}
.mc-w .mc-w-anxiety-box_list > * + * {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-box_list {
    width: auto;
    margin: 0;
  }
  .mc-w .mc-w-anxiety-box_list > * + * {
    margin-top: 5px;
  }
}
.mc-w .mc-w-anxiety-box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mc-w .mc-w-anxiety-box_item::before {
  display: block;
  width: 2.1333333333vw;
  min-width: 2.1333333333vw;
  height: 2.1333333333vw;
  margin-right: 3.3333333333vw;
  content: "";
  background-color: #1eaeb2;
  border-radius: 100%;
  -webkit-transform: translateY(0.7em);
          transform: translateY(0.7em);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-box_item::before {
    width: 8px;
    min-width: 8px;
    height: 8px;
    margin-right: 10px;
  }
}
.mc-w .mc-w-anxiety-box_button {
  width: 67.3333333333vw;
  margin: 5.3333333333vw auto 0;
  -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-w .mc-w-anxiety-box_button {
    width: 255px;
    margin: 25px 0 0;
  }
}
.mc-w .mc-w-anxiety-box_link {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 13.3333333333vw;
  color: #fff;
  text-align: center;
  background-color: #00a3a8;
  background-size: 100% 100%;
  border-radius: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-box_link {
    line-height: 60px;
    border: 3px solid #00a3a8;
    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);
  }
  .mc-w .mc-w-anxiety-box_link svg path {
    -webkit-transition: fill 0.3s ease 0s;
    transition: fill 0.3s ease 0s;
  }
}
@media (any-hover: hover), (-ms-high-contrast: none) {
  .mc-w .mc-w-anxiety-box_link:hover {
    color: #00a3a8;
    background-color: #fff;
  }
  .mc-w .mc-w-anxiety-box_link:hover svg path {
    fill: #00a3a8;
  }
}
.mc-w .mc-w-anxiety-box_link-inner {
  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;
}
.mc-w .mc-w-anxiety-box_link-inner svg {
  width: 4vw;
  height: 3.3333333333vw;
  margin-left: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-anxiety-box_link-inner svg {
    width: 26px;
    height: 21px;
    margin-left: 15px;
  }
}
.mc-w .is-seminar .mc-w-anxiety-box_link-inner svg {
  width: 4vw;
  height: 4vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .is-seminar .mc-w-anxiety-box_link-inner svg {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-entrust-media {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 25px 1fr;
    -ms-grid-columns: max(670 / var(--content-width) * 100%, 620px) 30px auto;
        grid-template: "heading illustration" auto "text-area illustration" 1fr/max(670 / var(--content-width) * 100%, 620px) auto;
    row-gap: 25px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mc-w .mc-w-entrust-media_heading {
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
  font-size: calc(42 / 750 * 100vw);
}
.mc-w .mc-w-entrust-media_heading em {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3.3333333333vw;
  margin: 0 auto;
  font-weight: 900;
  line-height: 1.5;
  color: #1eaeb2;
  letter-spacing: 0.06em;
  border: 0.5333333333vw solid currentcolor;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-entrust-media_heading {
    grid-area: heading;
    text-align: left;
    font-size: calc(25 / 16 * 1rem);
  }
  .mc-w .mc-w-entrust-media_heading em {
    display: inline-block;
    width: auto;
    padding: 5px 12px 8px 0;
    margin: 0;
    margin-right: 5px;
    letter-spacing: 0;
    border-width: 2px;
  }
}
.mc-w .mc-w-entrust-media .m-text-wrap {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-entrust-media .m-text-wrap {
    grid-area: text-area;
    margin-top: 0;
  }
}
.mc-w .mc-w-entrust-media_illustration {
  width: 67.4666666667vw;
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-entrust-media_illustration {
    grid-area: illustration;
    -ms-grid-row-align: center;
        align-self: center;
    width: auto;
    max-width: 438px;
    margin: 0;
  }
}
.mc-w .mc-w-entrust-list {
  display: -ms-grid;
  display: grid;
  grid-column: 1 1fr;
  row-gap: 8vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-entrust-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0;
    margin: -30px -10px 0;
  }
  .mc-w .mc-w-entrust-list::after {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 330px;
    content: "";
  }
}
.mc-w .mc-w-entrust-list_item:nth-child(4) .mc-w-entrust-card_icon {
  width: 23.2vw;
}
.mc-w .mc-w-entrust-list_item:nth-child(5) .mc-w-entrust-card_icon {
  width: 25.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-entrust-list_item {
    padding: 30px 10px 0;
  }
  .mc-w .mc-w-entrust-list_item:nth-child(1) {
    width: 50%;
  }
  .mc-w .mc-w-entrust-list_item:nth-child(1) .mc-w-entrust-card {
    padding-right: 10.1694915254%;
    padding-left: 10.1694915254%;
  }
  .mc-w .mc-w-entrust-list_item:nth-child(2) {
    width: 50%;
  }
  .mc-w .mc-w-entrust-list_item:nth-child(2) .mc-w-entrust-card {
    padding-right: 10.1694915254%;
    padding-left: 10.1694915254%;
  }
  .mc-w .mc-w-entrust-list_item:nth-child(3) {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 330px;
  }
  .mc-w .mc-w-entrust-list_item:nth-child(4) {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 330px;
  }
  .mc-w .mc-w-entrust-list_item:nth-child(4) .mc-w-entrust-card_icon {
    width: 108px;
  }
  .mc-w .mc-w-entrust-list_item:nth-child(5) {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 330px;
  }
  .mc-w .mc-w-entrust-list_item:nth-child(5) .mc-w-entrust-card_icon {
    width: 126px;
  }
}
.mc-w .mc-w-entrust-card {
  padding: 9.3333333333vw 10vw;
  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-w .mc-w-entrust-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto 1fr;
    -ms-grid-columns: 1fr;
        grid-template: "icon" auto "heading" auto "text" 1fr/1fr;
    height: 100%;
    padding: 60px 8.4745762712% 50px;
    border-radius: 10px;
    -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);
  }
  .mc-w .mc-w-entrust-card > .mc-w-entrust-media_heading {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.mc-w .mc-w-entrust-card_heading {
  grid-area: heading;
  font-weight: 700;
  line-height: 1.6;
  color: #1eaeb2;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-entrust-card_heading {
    margin-top: 40px;
    font-size: calc(20 / 16 * 1rem);
  }
}
.mc-w .mc-w-entrust-card_icon {
  grid-area: icon;
  width: 26.6666666667vw;
  margin: 8vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-entrust-card_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 126px;
    height: 126px;
    margin-top: 0;
  }
}
.mc-w .mc-w-entrust-card .m-text-wrap {
  grid-area: text;
  margin-top: 8vw;
}
@media only screen and (min-width: 768px){
  .mc-w .mc-w-entrust-media_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-w .mc-w-entrust-media .m-text-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .mc-w .mc-w-entrust-media_illustration {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .mc-w .mc-w-entrust-card_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-w .mc-w-entrust-card > .mc-w-entrust-card_heading {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mc-w .mc-w-entrust-card_icon {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mc-w .mc-w-entrust-card .m-text-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-entrust-card .m-text-wrap {
    margin-top: 20px;
  }
}
.mc-w .mc-w-entrust-link {
  width: 67.3333333333vw;
  height: 13.3333333333vw;
  margin: 13.3333333333vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-entrust-link {
    width: 310px;
    height: 75px;
    margin-top: 60px;
  }
}
.mc-w .mc-w-campaign {
  background: url("../img/campaign_bg_sp.webp") center 0 no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign {
    background: url("../img/campaign_bg_pc.webp") center 0 no-repeat;
    background-size: 1520px auto;
  }
}
@media only screen and (min-width: 1521px) {
  .mc-w .mc-w-campaign {
    background-size: cover;
  }
}
.mc-w .mc-w-campaign-heading {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-heading {
    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;
    max-width: 1064px;
    text-align: left;
  }
}
.mc-w .mc-w-campaign-heading_text {
  font-weight: 900;
  color: #fff;
}
.mc-w .mc-w-campaign-heading_text > * {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-heading_text {
    padding: 0 32px;
  }
}
.mc-w .mc-w-campaign-heading_shoulder {
  line-height: 1;
  font-size: calc(46 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-heading_shoulder {
    font-size: calc(46 / 16 * 1rem);
  }
}
.mc-w .mc-w-campaign-heading_main-text {
  margin-top: 2.6666666667vw;
  line-height: 1;
  font-size: calc(71 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-heading_main-text {
    margin-top: 15px;
    font-size: calc(71 / 16 * 1rem);
  }
}
.mc-w .mc-w-campaign-heading_text-img {
  display: block;
  margin-top: 6.6666666667vw;
}
.mc-w .mc-w-campaign-heading_text-img picture:first-child {
  margin-right: 2.6666666667vw;
}
.mc-w .mc-w-campaign-heading_text-img img {
  width: 30.4vw;
  height: 30.4vw;
  border-radius: 100%;
  -webkit-box-shadow: 0 2.5px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2.5px 4px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-heading_text-img {
    padding: 0 32px;
    margin-top: 0;
  }
  .mc-w .mc-w-campaign-heading_text-img picture:first-child {
    margin-right: 15px;
  }
  .mc-w .mc-w-campaign-heading_text-img img {
    width: 170px;
    height: 170px;
    -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);
  }
}
.mc-w .mc-w-campaign-box {
  padding: 10.6666666667vw 0;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0 5px 14px 0 rgba(27, 17, 0, 0.12);
          box-shadow: 0 5px 14px 0 rgba(27, 17, 0, 0.12);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box {
    padding: 60px 30px 70px;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 28px 0 rgba(27, 17, 0, 0.12);
            box-shadow: 0 10px 28px 0 rgba(27, 17, 0, 0.12);
  }
}
.mc-w .mc-w-campaign-box-head {
  text-align: center;
}
.mc-w .mc-w-campaign-box-heading {
  font-weight: 700;
  line-height: 1.5;
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-heading {
    font-weight: 900;
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-w .mc-w-campaign-box-subheading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2vw 0 2vw 2vw;
  margin: 6.6666666667vw auto 0;
  font-weight: 700;
  line-height: 1.8;
  color: #ff6102;
  text-align: center;
  border: 0.5333333333vw solid currentcolor;
  font-size: calc(36 / 750 * 100vw);
}
.mc-w .mc-w-campaign-box-subheading em {
  position: relative;
}
.mc-w .mc-w-campaign-box-subheading em::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 0.8vw;
  height: 0.8vw;
  margin: 0 auto;
  content: "";
  background-color: currentcolor;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-subheading {
    padding: 15px 50px;
    margin-top: 15px;
    font-weight: 900;
    line-height: 1;
    border-width: 2px;
    font-size: calc(25 / 16 * 1rem);
  }
  .mc-w .mc-w-campaign-box-subheading em::after {
    width: 4px;
    height: 4px;
  }
}
.mc-w .mc-w-campaign-box-body {
  width: 73.3333333333vw;
  margin: 0 auto;
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-body {
    width: 100%;
    max-width: 686px;
    margin-top: 40px;
  }
}
.mc-w .mc-w-campaign-box-body-heading {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-body-heading {
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-w .mc-w-campaign-box-body-description {
  margin-top: 4vw;
  font-weight: 700;
}
.mc-w .mc-w-campaign-box-body-description em {
  color: #ff6102;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-body-description {
    margin-top: 15px;
  }
}
.mc-w .mc-w-campaign-box-body-dl {
  padding: 5.3333333333vw 0;
  margin: 5.3333333333vw auto 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-body-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    margin-top: 20px;
  }
}
.mc-w .mc-w-campaign-box-body-dt {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-body-dt {
    margin-right: 35px;
    text-align: left;
  }
}
.mc-w .mc-w-campaign-box-body-dd {
  margin-top: 4vw;
}
.mc-w .mc-w-campaign-box-body-dd ul > *:not(:first-child) {
  margin-top: 2vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-body-dd {
    margin-top: 0;
  }
  .mc-w .mc-w-campaign-box-body-dd ul > *:not(:first-child) {
    margin-top: 0;
  }
}
.mc-w .mc-w-campaign-box-body-note-wrap {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-body-note-wrap {
    margin-top: 10px;
  }
}
.mc-w .mc-w-campaign-box-body-note {
  text-align: justify;
  font-size: calc(22 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-body-note {
    letter-spacing: 0;
    font-size: calc(12 / 16 * 1rem);
  }
}
.mc-w .mc-w-campaign-box-body-cv {
  width: 66.6666666667vw;
  height: 16vw;
  margin: 8vw auto 0;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .mc-w .mc-w-campaign-box-body-cv {
    width: 362px;
    height: 75px;
    margin-top: 30px;
  }
  .mc-w .mc-w-campaign-box-body-cv a {
    font-size: calc(24 / 16 * 1rem);
  }
}
.mc-w .p-solution .mc-w-l-content {
  background: url("../img/solution_bg_sp.webp") 0 0 repeat;
  background-size: 13.3333333333vw auto;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .p-solution .mc-w-l-content {
    padding-right: 30px;
    padding-left: 30px;
    background-image: url("../img/solution_bg_pc.webp");
    border-radius: 10px;
  }
}
.mc-w .p-solution_heading > * {
  display: block;
  text-align: center;
}
.mc-w .p-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-w .p-solution_heading-english {
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-w .p-solution_heading-shoulder {
  margin-top: 4vw;
  font-weight: 700;
  line-height: 1;
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .p-solution_heading-shoulder {
    margin-top: 25px;
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-w .p-solution_heading-logo {
  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;
  margin: 3.3333333333vw auto 0;
  font-weight: 700;
  font-size: calc(36 / 750 * 100vw);
}
.mc-w .p-solution_heading-logo img {
  width: 82.9333333333vw;
  margin-right: 0.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .p-solution_heading-logo {
    margin-top: 25px;
    font-size: calc(25 / 16 * 1rem);
  }
  .mc-w .p-solution_heading-logo img {
    width: 578px;
    margin-right: 5px;
  }
}
.mc-w .p-solution_heading-shoulder + .p-solution_heading-logo {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .p-solution_heading-shoulder + .p-solution_heading-logo {
    margin-top: 20px;
  }
}
.mc-w .p-solution_heading-japanese {
  margin-top: 1.3333333333vw;
  font-weight: 700;
  line-height: 1;
  font-size: calc(40 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .p-solution_heading-japanese {
    margin-top: 15px;
    font-size: calc(34 / 16 * 1rem);
  }
}
.mc-w .p-solution_heading + .m-text-wrap {
  width: 80vw;
  margin: 9.3333333333vw auto 0;
}
@media only screen and (min-width: 768px) {
  .mc-w .p-solution_heading + .m-text-wrap {
    max-width: 800px;
    margin-top: 40px;
  }
}
.mc-w .p-solution-list-caption {
  width: 80vw;
  padding: 2.6666666667vw 0;
  margin: 0 auto;
  font-weight: 900;
  line-height: 1.4;
  color: #1eaeb2;
  text-align: center;
  background-color: #fff;
  border: 0.5333333333vw solid currentColor;
  font-size: calc(40 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .mc-w .p-solution-list-caption {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 55px;
    border-width: 2px;
    font-size: calc(25 / 16 * 1rem);
  }
}
.mc-w .p-solution-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 9.3333333333vw;
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w .p-solution-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px -10px 0;
  }
  .mc-w .p-solution-list li {
    width: 33.3333%;
    padding: 0 10px;
  }
}
.mc-w .p-solution-stack_illustration {
  width: 49.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mc-w .p-solution-stack_illustration {
    width: 200px;
  }
}
.mc-w .p-solution-list .m-text-wrap {
  margin-top: 5.3333333333vw;
}
.mc-w .p-solution-list .m-text-wrap .a-text {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .mc-w .p-solution-list .m-text-wrap {
    margin-top: 30px;
  }
}

.no-webp .mc-w .mc-w-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-w .mc-w-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-w .mc-w-anxiety {
  background: url("../img/anxiety_bg_sp.png") 0 0 repeat-x;
  background-size: 13.3333333333vw auto;
}
@media only screen and (min-width: 768px) {
  .no-webp .mc-w .mc-w-anxiety {
    background-image: url("../img/anxiety_bg_pc.png");
  }
}
.no-webp .mc-w .p-solution .mc-w-l-content {
  background: url("../img/solution_bg_sp.png") 0 0 repeat;
  background-size: 13.3333333333vw auto;
}
@media only screen and (min-width: 768px) {
  .no-webp .mc-w .p-solution .mc-w-l-content {
    background-image: url("../img/solution_bg_pc.png");
  }
}
.no-webp .mc-w .mc-w-campaign {
  background: url("../img/campaign_bg_sp.png") center 0 no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .no-webp .mc-w .mc-w-campaign {
    background: url("../img/campaign_bg_pc.png") center 0 no-repeat;
    background-size: 1520px auto;
  }
}
@media only screen and (min-width: 1521px) {
  .no-webp .mc-w .mc-w-campaign {
    background-size: cover;
  }
}

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

/* ---------------------------------------------------------
 * other
--------------------------------------------------------- */
/* ---------------------------------------------------------
 * spacing
--------------------------------------------------------- */
.mc-w {
  /* margin
  -------------------------------------------------- */
  /* padding
  -------------------------------------------------- */
}
.mc-w .u-margin-lr-auto:not(:root) {
  margin-right: auto;
  margin-left: auto;
}
.mc-w .u-margin-lr-0:not(:root) {
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .mc-w .u-margin-lr-auto-md:not(:root) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .mc-w .u-margin-lr-0-md:not(:root) {
    margin-right: 0;
    margin-left: 0;
  }
}
.mc-w [class*=u-mgt] {
  margin-top: var(--margin-top);
}
.mc-w [class*=u-mgt] [class*=mgt-0] {
  --margin-top: 0;
}
.mc-w [class*=u-mgt][class*=mgt-15-sm] {
  --margin-top: 4vw;
}
.mc-w [class*=u-mgt][class*=mgt-20-sm] {
  --margin-top: 5.3333333333vw;
}
.mc-w [class*=u-mgt][class*=mgt-25-sm] {
  --margin-top: 6.6666666667vw;
}
.mc-w [class*=u-mgt][class*=mgt-30-sm] {
  --margin-top: 8vw;
}
.mc-w [class*=u-mgt][class*=mgt-35-sm] {
  --margin-top: 9.3333333333vw;
}
.mc-w [class*=u-mgt][class*=mgt-40-sm] {
  --margin-top: 10.6666666667vw;
}
.mc-w [class*=u-mgt][class*=mgt-45-sm] {
  --margin-top: 12vw;
}
.mc-w [class*=u-mgt][class*=mgt-50-sm] {
  --margin-top: 13.3333333333vw;
}
.mc-w [class*=u-mgt][class*=mgt-55-sm] {
  --margin-top: 14.6666666667vw;
}
.mc-w [class*=u-mgt][class*=mgt-60-sm] {
  --margin-top: 16vw;
}
.mc-w [class*=u-mgt][class*=mgt-65-sm] {
  --margin-top: 17.3333333333vw;
}
.mc-w [class*=u-mgt][class*=mgt-70-sm] {
  --margin-top: 18.6666666667vw;
}
.mc-w [class*=u-mgt][class*=mgt-75-sm] {
  --margin-top: 20vw;
}
.mc-w [class*=u-mgt][class*=mgt-80-sm] {
  --margin-top: 21.3333333333vw;
}
.mc-w [class*=u-mgt][class*=mgt-85-sm] {
  --margin-top: 22.6666666667vw;
}
.mc-w [class*=u-mgt][class*=mgt-90-sm] {
  --margin-top: 24vw;
}
.mc-w [class*=u-mgt][class*=mgt-95-sm] {
  --margin-top: 25.3333333333vw;
}
.mc-w [class*=u-mgt][class*=mgt-100-sm] {
  --margin-top: 26.6666666667vw;
}
.mc-w [class*=u-mgt][class*=mgt-105-sm] {
  --margin-top: 28vw;
}
.mc-w [class*=u-mgt][class*=mgt-110-sm] {
  --margin-top: 29.3333333333vw;
}
.mc-w [class*=u-mgt][class*=mgt-115-sm] {
  --margin-top: 30.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w [class*=u-mgt] [class*=mgt-0-md] {
    --margin-top: 0;
  }
  .mc-w [class*=u-mgt][class*=mgt-30-md] {
    --margin-top: 30px;
  }
  .mc-w [class*=u-mgt][class*=mgt-35-md] {
    --margin-top: 35px;
  }
  .mc-w [class*=u-mgt][class*=mgt-40-md] {
    --margin-top: 40px;
  }
  .mc-w [class*=u-mgt][class*=mgt-45-md] {
    --margin-top: 45px;
  }
  .mc-w [class*=u-mgt][class*=mgt-50-md] {
    --margin-top: 50px;
  }
  .mc-w [class*=u-mgt][class*=mgt-55-md] {
    --margin-top: 55px;
  }
  .mc-w [class*=u-mgt][class*=mgt-60-md] {
    --margin-top: 60px;
  }
  .mc-w [class*=u-mgt][class*=mgt-65-md] {
    --margin-top: 65px;
  }
  .mc-w [class*=u-mgt][class*=mgt-70-md] {
    --margin-top: 70px;
  }
  .mc-w [class*=u-mgt][class*=mgt-75-md] {
    --margin-top: 75px;
  }
  .mc-w [class*=u-mgt][class*=mgt-80-md] {
    --margin-top: 80px;
  }
  .mc-w [class*=u-mgt][class*=mgt-85-md] {
    --margin-top: 85px;
  }
  .mc-w [class*=u-mgt][class*=mgt-90-md] {
    --margin-top: 90px;
  }
  .mc-w [class*=u-mgt][class*=mgt-95-md] {
    --margin-top: 95px;
  }
  .mc-w [class*=u-mgt][class*=mgt-100-md] {
    --margin-top: 100px;
  }
  .mc-w [class*=u-mgt][class*=mgt-105-md] {
    --margin-top: 105px;
  }
  .mc-w [class*=u-mgt][class*=mgt-110-md] {
    --margin-top: 110px;
  }
  .mc-w [class*=u-mgt][class*=mgt-115-md] {
    --margin-top: 115px;
  }
  .mc-w [class*=u-mgt][class*=mgt-120-md] {
    --margin-top: 120px;
  }
  .mc-w [class*=u-mgt][class*=mgt-125-md] {
    --margin-top: 125px;
  }
  .mc-w [class*=u-mgt][class*=mgt-130-md] {
    --margin-top: 130px;
  }
  .mc-w [class*=u-mgt][class*=mgt-135-md] {
    --margin-top: 135px;
  }
  .mc-w [class*=u-mgt][class*=mgt-140-md] {
    --margin-top: 140px;
  }
  .mc-w [class*=u-mgt][class*=mgt-145-md] {
    --margin-top: 145px;
  }
  .mc-w [class*=u-mgt][class*=mgt-150-md] {
    --margin-top: 150px;
  }
  .mc-w [class*=u-mgt][class*=mgt-155-md] {
    --margin-top: 155px;
  }
  .mc-w [class*=u-mgt][class*=mgt-160-md] {
    --margin-top: 160px;
  }
  .mc-w [class*=u-mgt][class*=mgt-165-md] {
    --margin-top: 165px;
  }
  .mc-w [class*=u-mgt][class*=mgt-170-md] {
    --margin-top: 170px;
  }
  .mc-w [class*=u-mgt][class*=mgt-175-md] {
    --margin-top: 175px;
  }
  .mc-w [class*=u-mgt][class*=mgt-180-md] {
    --margin-top: 180px;
  }
  .mc-w [class*=u-mgt][class*=mgt-185-md] {
    --margin-top: 185px;
  }
  .mc-w [class*=u-mgt][class*=mgt-190-md] {
    --margin-top: 190px;
  }
  .mc-w [class*=u-mgt][class*=mgt-195-md] {
    --margin-top: 195px;
  }
  .mc-w [class*=u-mgt][class*=mgt-200-md] {
    --margin-top: 200px;
  }
  .mc-w [class*=u-mgt][class*=mgt-205-md] {
    --margin-top: 205px;
  }
  .mc-w [class*=u-mgt][class*=mgt-210-md] {
    --margin-top: 210px;
  }
  .mc-w [class*=u-mgt][class*=mgt-215-md] {
    --margin-top: 215px;
  }
  .mc-w [class*=u-mgt][class*=mgt-220-md] {
    --margin-top: 220px;
  }
  .mc-w [class*=u-mgt][class*=mgt-225-md] {
    --margin-top: 225px;
  }
  .mc-w [class*=u-mgt][class*=mgt-230-md] {
    --margin-top: 230px;
  }
}
.mc-w [class*=u-pdt] {
  padding-top: var(--padding-top);
}
.mc-w [class*=u-pdt] [class*=pdt-0] {
  --padding-top: 0;
}
.mc-w [class*=u-pdt][class*=pdt-15-sm] {
  --padding-top: 4vw;
}
.mc-w [class*=u-pdt][class*=pdt-20-sm] {
  --padding-top: 5.3333333333vw;
}
.mc-w [class*=u-pdt][class*=pdt-25-sm] {
  --padding-top: 6.6666666667vw;
}
.mc-w [class*=u-pdt][class*=pdt-30-sm] {
  --padding-top: 8vw;
}
.mc-w [class*=u-pdt][class*=pdt-35-sm] {
  --padding-top: 9.3333333333vw;
}
.mc-w [class*=u-pdt][class*=pdt-40-sm] {
  --padding-top: 10.6666666667vw;
}
.mc-w [class*=u-pdt][class*=pdt-45-sm] {
  --padding-top: 12vw;
}
.mc-w [class*=u-pdt][class*=pdt-50-sm] {
  --padding-top: 13.3333333333vw;
}
.mc-w [class*=u-pdt][class*=pdt-55-sm] {
  --padding-top: 14.6666666667vw;
}
.mc-w [class*=u-pdt][class*=pdt-60-sm] {
  --padding-top: 16vw;
}
.mc-w [class*=u-pdt][class*=pdt-65-sm] {
  --padding-top: 17.3333333333vw;
}
.mc-w [class*=u-pdt][class*=pdt-70-sm] {
  --padding-top: 18.6666666667vw;
}
.mc-w [class*=u-pdt][class*=pdt-75-sm] {
  --padding-top: 20vw;
}
.mc-w [class*=u-pdt][class*=pdt-80-sm] {
  --padding-top: 21.3333333333vw;
}
.mc-w [class*=u-pdt][class*=pdt-85-sm] {
  --padding-top: 22.6666666667vw;
}
.mc-w [class*=u-pdt][class*=pdt-90-sm] {
  --padding-top: 24vw;
}
.mc-w [class*=u-pdt][class*=pdt-95-sm] {
  --padding-top: 25.3333333333vw;
}
.mc-w [class*=u-pdt][class*=pdt-100-sm] {
  --padding-top: 26.6666666667vw;
}
.mc-w [class*=u-pdt][class*=pdt-105-sm] {
  --padding-top: 28vw;
}
.mc-w [class*=u-pdt][class*=pdt-110-sm] {
  --padding-top: 29.3333333333vw;
}
.mc-w [class*=u-pdt][class*=pdt-115-sm] {
  --padding-top: 30.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w [class*=u-pdt][class*=pdt-30-md] {
    --padding-top: 30px;
  }
  .mc-w [class*=u-pdt][class*=pdt-35-md] {
    --padding-top: 35px;
  }
  .mc-w [class*=u-pdt][class*=pdt-40-md] {
    --padding-top: 40px;
  }
  .mc-w [class*=u-pdt][class*=pdt-45-md] {
    --padding-top: 45px;
  }
  .mc-w [class*=u-pdt][class*=pdt-50-md] {
    --padding-top: 50px;
  }
  .mc-w [class*=u-pdt][class*=pdt-55-md] {
    --padding-top: 55px;
  }
  .mc-w [class*=u-pdt][class*=pdt-60-md] {
    --padding-top: 60px;
  }
  .mc-w [class*=u-pdt][class*=pdt-65-md] {
    --padding-top: 65px;
  }
  .mc-w [class*=u-pdt][class*=pdt-70-md] {
    --padding-top: 70px;
  }
  .mc-w [class*=u-pdt][class*=pdt-75-md] {
    --padding-top: 75px;
  }
  .mc-w [class*=u-pdt][class*=pdt-80-md] {
    --padding-top: 80px;
  }
  .mc-w [class*=u-pdt][class*=pdt-85-md] {
    --padding-top: 85px;
  }
  .mc-w [class*=u-pdt][class*=pdt-90-md] {
    --padding-top: 90px;
  }
  .mc-w [class*=u-pdt][class*=pdt-95-md] {
    --padding-top: 95px;
  }
  .mc-w [class*=u-pdt][class*=pdt-100-md] {
    --padding-top: 100px;
  }
  .mc-w [class*=u-pdt][class*=pdt-105-md] {
    --padding-top: 105px;
  }
  .mc-w [class*=u-pdt][class*=pdt-110-md] {
    --padding-top: 110px;
  }
  .mc-w [class*=u-pdt][class*=pdt-115-md] {
    --padding-top: 115px;
  }
  .mc-w [class*=u-pdt][class*=pdt-120-md] {
    --padding-top: 120px;
  }
  .mc-w [class*=u-pdt][class*=pdt-125-md] {
    --padding-top: 125px;
  }
  .mc-w [class*=u-pdt][class*=pdt-130-md] {
    --padding-top: 130px;
  }
  .mc-w [class*=u-pdt][class*=pdt-135-md] {
    --padding-top: 135px;
  }
  .mc-w [class*=u-pdt][class*=pdt-140-md] {
    --padding-top: 140px;
  }
  .mc-w [class*=u-pdt][class*=pdt-145-md] {
    --padding-top: 145px;
  }
  .mc-w [class*=u-pdt][class*=pdt-150-md] {
    --padding-top: 150px;
  }
  .mc-w [class*=u-pdt][class*=pdt-155-md] {
    --padding-top: 155px;
  }
  .mc-w [class*=u-pdt][class*=pdt-160-md] {
    --padding-top: 160px;
  }
  .mc-w [class*=u-pdt][class*=pdt-165-md] {
    --padding-top: 165px;
  }
  .mc-w [class*=u-pdt][class*=pdt-170-md] {
    --padding-top: 170px;
  }
  .mc-w [class*=u-pdt][class*=pdt-175-md] {
    --padding-top: 175px;
  }
  .mc-w [class*=u-pdt][class*=pdt-180-md] {
    --padding-top: 180px;
  }
  .mc-w [class*=u-pdt][class*=pdt-185-md] {
    --padding-top: 185px;
  }
  .mc-w [class*=u-pdt][class*=pdt-190-md] {
    --padding-top: 190px;
  }
  .mc-w [class*=u-pdt][class*=pdt-195-md] {
    --padding-top: 195px;
  }
  .mc-w [class*=u-pdt][class*=pdt-200-md] {
    --padding-top: 200px;
  }
  .mc-w [class*=u-pdt][class*=pdt-205-md] {
    --padding-top: 205px;
  }
  .mc-w [class*=u-pdt][class*=pdt-210-md] {
    --padding-top: 210px;
  }
  .mc-w [class*=u-pdt][class*=pdt-215-md] {
    --padding-top: 215px;
  }
  .mc-w [class*=u-pdt][class*=pdt-220-md] {
    --padding-top: 220px;
  }
  .mc-w [class*=u-pdt][class*=pdt-225-md] {
    --padding-top: 225px;
  }
  .mc-w [class*=u-pdt][class*=pdt-230-md] {
    --padding-top: 230px;
  }
}
.mc-w [class*=u-pdb] {
  padding-bottom: var(--padding-bottom);
}
.mc-w [class*=u-pdb] [class*=pdb-0] {
  --padding-bottom: 0;
}
.mc-w [class*=u-pdb][class*=pdb-15-sm] {
  --padding-bottom: 4vw;
}
.mc-w [class*=u-pdb][class*=pdb-20-sm] {
  --padding-bottom: 5.3333333333vw;
}
.mc-w [class*=u-pdb][class*=pdb-25-sm] {
  --padding-bottom: 6.6666666667vw;
}
.mc-w [class*=u-pdb][class*=pdb-30-sm] {
  --padding-bottom: 8vw;
}
.mc-w [class*=u-pdb][class*=pdb-35-sm] {
  --padding-bottom: 9.3333333333vw;
}
.mc-w [class*=u-pdb][class*=pdb-40-sm] {
  --padding-bottom: 10.6666666667vw;
}
.mc-w [class*=u-pdb][class*=pdb-45-sm] {
  --padding-bottom: 12vw;
}
.mc-w [class*=u-pdb][class*=pdb-50-sm] {
  --padding-bottom: 13.3333333333vw;
}
.mc-w [class*=u-pdb][class*=pdb-55-sm] {
  --padding-bottom: 14.6666666667vw;
}
.mc-w [class*=u-pdb][class*=pdb-60-sm] {
  --padding-bottom: 16vw;
}
.mc-w [class*=u-pdb][class*=pdb-65-sm] {
  --padding-bottom: 17.3333333333vw;
}
.mc-w [class*=u-pdb][class*=pdb-70-sm] {
  --padding-bottom: 18.6666666667vw;
}
.mc-w [class*=u-pdb][class*=pdb-75-sm] {
  --padding-bottom: 20vw;
}
.mc-w [class*=u-pdb][class*=pdb-80-sm] {
  --padding-bottom: 21.3333333333vw;
}
.mc-w [class*=u-pdb][class*=pdb-85-sm] {
  --padding-bottom: 22.6666666667vw;
}
.mc-w [class*=u-pdb][class*=pdb-90-sm] {
  --padding-bottom: 24vw;
}
.mc-w [class*=u-pdb][class*=pdb-95-sm] {
  --padding-bottom: 25.3333333333vw;
}
.mc-w [class*=u-pdb][class*=pdb-100-sm] {
  --padding-bottom: 26.6666666667vw;
}
.mc-w [class*=u-pdb][class*=pdb-105-sm] {
  --padding-bottom: 28vw;
}
.mc-w [class*=u-pdb][class*=pdb-110-sm] {
  --padding-bottom: 29.3333333333vw;
}
.mc-w [class*=u-pdb][class*=pdb-115-sm] {
  --padding-bottom: 30.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mc-w [class*=u-pdb][class*=pdb-30-md] {
    --padding-bottom: 30px;
  }
  .mc-w [class*=u-pdb][class*=pdb-35-md] {
    --padding-bottom: 35px;
  }
  .mc-w [class*=u-pdb][class*=pdb-40-md] {
    --padding-bottom: 40px;
  }
  .mc-w [class*=u-pdb][class*=pdb-45-md] {
    --padding-bottom: 45px;
  }
  .mc-w [class*=u-pdb][class*=pdb-50-md] {
    --padding-bottom: 50px;
  }
  .mc-w [class*=u-pdb][class*=pdb-55-md] {
    --padding-bottom: 55px;
  }
  .mc-w [class*=u-pdb][class*=pdb-60-md] {
    --padding-bottom: 60px;
  }
  .mc-w [class*=u-pdb][class*=pdb-65-md] {
    --padding-bottom: 65px;
  }
  .mc-w [class*=u-pdb][class*=pdb-70-md] {
    --padding-bottom: 70px;
  }
  .mc-w [class*=u-pdb][class*=pdb-75-md] {
    --padding-bottom: 75px;
  }
  .mc-w [class*=u-pdb][class*=pdb-80-md] {
    --padding-bottom: 80px;
  }
  .mc-w [class*=u-pdb][class*=pdb-85-md] {
    --padding-bottom: 85px;
  }
  .mc-w [class*=u-pdb][class*=pdb-90-md] {
    --padding-bottom: 90px;
  }
  .mc-w [class*=u-pdb][class*=pdb-95-md] {
    --padding-bottom: 95px;
  }
  .mc-w [class*=u-pdb][class*=pdb-100-md] {
    --padding-bottom: 100px;
  }
  .mc-w [class*=u-pdb][class*=pdb-105-md] {
    --padding-bottom: 105px;
  }
  .mc-w [class*=u-pdb][class*=pdb-110-md] {
    --padding-bottom: 110px;
  }
  .mc-w [class*=u-pdb][class*=pdb-115-md] {
    --padding-bottom: 115px;
  }
  .mc-w [class*=u-pdb][class*=pdb-120-md] {
    --padding-bottom: 120px;
  }
  .mc-w [class*=u-pdb][class*=pdb-125-md] {
    --padding-bottom: 125px;
  }
  .mc-w [class*=u-pdb][class*=pdb-130-md] {
    --padding-bottom: 130px;
  }
  .mc-w [class*=u-pdb][class*=pdb-135-md] {
    --padding-bottom: 135px;
  }
  .mc-w [class*=u-pdb][class*=pdb-140-md] {
    --padding-bottom: 140px;
  }
  .mc-w [class*=u-pdb][class*=pdb-145-md] {
    --padding-bottom: 145px;
  }
  .mc-w [class*=u-pdb][class*=pdb-150-md] {
    --padding-bottom: 150px;
  }
  .mc-w [class*=u-pdb][class*=pdb-155-md] {
    --padding-bottom: 155px;
  }
  .mc-w [class*=u-pdb][class*=pdb-160-md] {
    --padding-bottom: 160px;
  }
  .mc-w [class*=u-pdb][class*=pdb-165-md] {
    --padding-bottom: 165px;
  }
  .mc-w [class*=u-pdb][class*=pdb-170-md] {
    --padding-bottom: 170px;
  }
  .mc-w [class*=u-pdb][class*=pdb-175-md] {
    --padding-bottom: 175px;
  }
  .mc-w [class*=u-pdb][class*=pdb-180-md] {
    --padding-bottom: 180px;
  }
  .mc-w [class*=u-pdb][class*=pdb-185-md] {
    --padding-bottom: 185px;
  }
  .mc-w [class*=u-pdb][class*=pdb-190-md] {
    --padding-bottom: 190px;
  }
  .mc-w [class*=u-pdb][class*=pdb-195-md] {
    --padding-bottom: 195px;
  }
  .mc-w [class*=u-pdb][class*=pdb-200-md] {
    --padding-bottom: 200px;
  }
  .mc-w [class*=u-pdb][class*=pdb-205-md] {
    --padding-bottom: 205px;
  }
  .mc-w [class*=u-pdb][class*=pdb-210-md] {
    --padding-bottom: 210px;
  }
  .mc-w [class*=u-pdb][class*=pdb-215-md] {
    --padding-bottom: 215px;
  }
  .mc-w [class*=u-pdb][class*=pdb-220-md] {
    --padding-bottom: 220px;
  }
  .mc-w [class*=u-pdb][class*=pdb-225-md] {
    --padding-bottom: 225px;
  }
  .mc-w [class*=u-pdb][class*=pdb-230-md] {
    --padding-bottom: 230px;
  }
}

/* ---------------------------------------------------------
 * layout-grid
--------------------------------------------------------- */
.mc-w .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-w [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-w [class*=is-col][class*=col-1-sm] {
  --column-number: 1;
  --column-width: 1fr;
}
.mc-w [class*=is-col][class*=col-2-sm] {
  --column-number: 2;
  --column-width: 1fr;
}
@media only screen and (min-width: 768px) {
  .mc-w [class*=is-col][class*=col-1-md] {
    --column-number: 1;
    --column-width: 1fr;
  }
  .mc-w [class*=is-col][class*=col-2-md] {
    --column-number: 2;
    --column-width: 1fr;
  }
  .mc-w [class*=is-col][class*=col-3-md] {
    --column-number: 3;
    --column-width: 1fr;
  }
}
.mc-w [class*=is-row-gap][class*=row-gap-45-sm] {
  --row-gap: 12vw;
}
.mc-w [class*=is-row-gap][class*=row-gap-50-sm] {
  --row-gap: 13.3333333333vw;
}
.mc-w [class*=is-row-gap][class*=row-gap-65-sm] {
  --row-gap: 17.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .mc-w [class*=is-row-gap][class*=row-gap-90-md] {
    --row-gap: 90px;
  }
  .mc-w [class*=is-row-gap][class*=row-gap-120-md] {
    --row-gap: 120px;
  }
}

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

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