@charset "UTF-8";
html,
body,
section,
div,
p,
span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  margin: 0;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none;
}

.sp-only {
  display: none;
}

p.text {
  line-height: 1.8;
}

img {
  width: 100%;
}

/* -------------------------------------
 * wrap
------------------------------------- */
.section-block__wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

/* -------------------------------------
 * padding
------------------------------------- */
.section-block {
  padding-bottom: 80px;
}
@media screen and (max-width: 375px) {
  .section-block {
    padding-bottom: 40px;
  }
}

/* -------------------------------------
 * heading
------------------------------------- */
.heading-area {
  padding: 112px 0 40px 0;
  line-height: 1.4;
  text-align: center;
}
.page-material .heading-area{
  padding-top: 0px;
}
.heading-area h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0a1464;
}
.heading-area h2 + * {
  margin-top: 34px;
}
.heading-area__caption {
  font-size: 28px;
  font-weight: 500;
}
.heading-area__caption + p {
  font-size: 16px;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .heading-area {
    padding: 70px 0 20px 0;
  }
  .heading-area h2 {
    font-size: max(6.4vw, 12px);
  }
  .heading-area h2 + * {
    margin-top: 15px;
  }
  .heading-area__caption + p {
    font-size: max(3.2vw, 12px);
  }
  .heading-area__caption {
    font-size: max(5.3333333333vw, 12px);
  }
}
/* -------------------------------------
 * contents
------------------------------------- */
.start-meviy__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}

.start-meviy__step--block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 60px) / 3);
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  border-radius: 10px;
  padding: 2em 30px 7em 30px;
  font-size: 16px;
}

.start-meviy__step--content {
  height: auto;
  padding-bottom: 0px;
  flex: 2;
}


.start-meviy__step--block h3 {
  position: relative;
  padding-top: 100px;
  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;
  font-size: 22px;
  color: #0a1464;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 1em;
}

.start-meviy__step--block h3 .icon {
  max-width: 50px;
  max-height: 50px;
  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;
  margin-right: 0.5em;
}

.start-meviy__step--block h3 .icon img {
  max-width: 100%;
  max-height: 100%;
}

.start-meviy__step--block h3 .step {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1e218b;
  color: #fff;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.start-meviy__step--block h3 .step span {
  margin: 4px 0 3px 0;
  font-size: 13px;
}

.start-meviy__step--image {
  margin-top: 1em;
  min-height: 185px;
}

.start-meviy__step--button {
  width: 90%;
  max-width: 250px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.start-meviy__step--button a {
  display: block;
  position: relative;
  padding: 0.5em;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #0a1464;
  color: #0a1464;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}

.start-meviy__step--button a::after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://meviy.misumi-ec.com/ja-jp/assets/img/icon_arrow_b_r.svg") no-repeat center center;
  background-size: cover;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.start-meviy__step::after {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: #1e218b;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .start-meviy__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
    font-size: max(3.7333333333vw, 12px);
  }
  .start-meviy__step--block {
    width: 100%;
    padding: 20px 20px;
  }
  .start-meviy__step--block h3 {
    padding-top: 2em;
  }
  .start-meviy__step--block h3 .step {
    top: -55px;
  }
  .start-meviy__step--image {
    margin-top: 1em;
  }
  .start-meviy__step--button {
    position: static;
    -webkit-transform: initial;
    transform: initial;
    max-width: initial;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .start-meviy__step--button a {
    max-width: 68%;
    font-size: max(3.2vw, 12px);
  }
  .start-meviy__step::after {
    display: none;
  }
}
/* -------------------------------------
 CTA
------------------------------------- */
.wcl-cta {
  background: url("../images/kw-aluminum/common/bg_cta.png") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.wcl-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  gap: 20px;
}
.wcl-cta__wrap--cv {
  border-radius: 100px;
  padding: 5px 44px 5px 5px;
  width: 100%;
  min-width: 73%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffcd00;
  border: 2px solid #ffcd00;
  position: relative;
  overflow: hidden;
  color: #0a1464 !important;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.wcl-cta__wrap--cv::after {
  content: "";
  background: url("https://meviy.misumi-ec.com/ja-jp/assets/img/icon_arrow_bw_r.svg") no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.wcl-cta__wrap--cv:last-child {
  display: none;
}

@media screen and (max-width: 767px) {
  .wcl-cta__wrap a.wcl-cta__wrap--cv {
    display: none;
    height: 3em;
  }
  .wcl-cta__wrap a.wcl-cta__wrap--cv:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .wcl-cta__wrap a.wcl-cta__wrap--cv {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .wcl-cta__wrap a.wcl-cta__wrap--cv {
    font-size: max(4.2666666667vw, 12px);
  }
}
.wcl-cta__wrap a.wcl-cta__wrap--entry {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  min-width: 25%;
  min-height: 50px;
  color: #fff;
  position: relative;
  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;
}

.wcl-cta__wrap a.wcl-cta__wrap--entry::after {
  content: "";
  position: absolute;
  background: url("https://meviy.misumi-ec.com/ja-jp/assets/img/icon_arrow_w_r.svg") no-repeat center;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 767px) {
  .wcl-cta__wrap a.wcl-cta__wrap--entry {
    display: none;
  }
}
.wcl-cta__wrap--caption {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .wcl-cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wcl-cta {
    padding: 25px 0;
  }
}
.kw_bnr {
  background-color: #0a1464;
  text-align: center;
  font-size: 15px;
  padding: 40px 0;
}
.kw_bnr > a {
  display: inline-block;
  width: 90%;
  max-width: 700px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background: #ffc600;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: none;
  clear: both;
}
.kw_bnr div a {
  color: #fff;
}

._3d_cta_header {
  background: #d4ebf7;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  color: #0a1464;
  height: 132px;
}
@media screen and (max-width: 1024px) {
  ._3d_cta_header {
    gap: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_header {
    height: 66px;
  }
}
._3d_cta_header_logo {
  width: 389px;
}
@media screen and (max-width: 1024px) {
  ._3d_cta_header_logo {
    width: 300px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_header_logo {
    width: 143px;
  }
}
._3d_cta_header p {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_header p {
    font-size: 12px;
  }
}
/* -------------------------------------
ボタン
------------------------------------- */
.wcl-firstview__nav a.wcl-firstview__nav--button {
  border-radius: 100px;
  padding: 5px 44px 5px 5px;
  width: 100%;
  height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffcd00;
  border: 1px solid #ffcd00;
  position: relative;
  overflow: hidden;
  color: #0a1464;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.wcl-firstview__nav a.wcl-firstview__nav--button.white {
  background: #fff;
  border: 1px solid #0a1464;
}

.wcl-firstview__nav a.wcl-firstview__nav--button::after {
  content: "";
  background: url("https://meviy.misumi-ec.com/ja-jp/assets/img/icon_arrow_bw_r.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wcl-firstview__nav--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  max-width: 500px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .wcl-firstview__nav a.wcl-firstview__nav--button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wcl-firstview__nav a.wcl-firstview__nav--button {
    height: 3em;
  }
}
@media only screen and (max-width: 375px) {
  .wcl-firstview__nav a.wcl-firstview__nav--button {
    font-size: max(4.2666666667vw, 12px);
  }
}
/* -------------------------------------
カード
------------------------------------- */
/*共通カード　4列　*/
.suggest-meviy__reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.suggest-meviy__reason--block {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  border-radius: 10px;
  overflow: hidden;
  width: calc((100% - 84px) / 4);
}

.suggest-meviy__reason--label {
  background-color: #0a1464;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 0.5em;
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suggest-meviy__reason--content {
  padding: 1.5em;
  font-size: 16px;
  line-height: 1.4;
}

.suggest-meviy__reason img {
  margin-bottom: 8px;
}

.suggest-meviy__reason--content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0a1464;
  text-align: center;
  padding-bottom: 1em;
}

.suggest-meviy__reason--content ul {
  padding-left: 1.5em;
}

.suggest-meviy__reason--content ul li {
  list-style-type: disc;
}

.suggest-meviy__reason--content ul li + li {
  margin-top: 0.5em;
}

.suggest-meviy__reason--content small {
  font-size: 14px;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .suggest-meviy__reason {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .suggest-meviy__reason--block {
    width: 100%;
  }
  .suggest-meviy__reason--label {
    font-size: max(4.8vw, 12px);
  }
  .suggest-meviy__reason--content {
    padding: 20px 20px;
    font-size: max(3.7333333333vw, 12px);
  }
  .suggest-meviy__reason--content h4 {
    font-size: max(4.8vw, 12px);
  }
}
@media screen and (max-width: 375px) {
  .suggest-meviy__reason--label {
    min-height: auto;
    font-size: max(4.8vw, 12px);
  }
}
/*見出し帯あり　3列*/
.about-meviy__features--blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
}

.about-meviy__features--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  width: calc((100% - 60px) / 3);
  overflow: hidden;
}
.about-meviy__features--block h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0a1464;
  text-align: center;
  color: #fff;
  height: 4.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.about-meviy__features--content {
  padding: 2em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
}
.about-meviy__features--content .img {
  padding: 1em 0;
  text-align: center;
}
.about-meviy__features--content .img img {
  margin: 0 auto;
  max-height: 230px;
  max-width: 100%;
  width: auto;
}
.about-meviy__features--content .note {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .about-meviy__features--blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-meviy__features--block {
    width: 100%;
  }
  .about-meviy__features--block h3 {
    height: auto;
    padding: 0.5em 0;
    font-size: max(4.8vw, 12px);
  }
  .about-meviy__features--content {
    font-size: max(3.7333333333vw, 12px);
    padding: 20px 20px;
  }
  .about-meviy__features--content .note {
    font-size: max(3.2vw, 12px);
  }
}
/*共通カード　4列　*/
.example-meviy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin: 0 auto;
}

.example-meviy__item {
  width: calc((100% - 100px) / 5);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  border-radius: 10px;
}
.example-meviy__item a {
  display: block;
  position: relative;
}
.example-meviy__item a::after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://meviy.misumi-ec.com/ja-jp/assets/img/icon_arrow_b_r.svg") no-repeat center center;
  background-size: cover;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.example-meviy__item--title {
  font-size: 22px;
  font-weight: 700;
  color: #0a1464;
  text-align: center;
  padding: 1em 1em 0 1em;
  line-height: 1.4;
}

.example-meviy__item--thumb {
  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;
  width: 68%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.example-meviy__item--thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.example-meviy__item--info h4 {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px;
  background-color: #f7f7f7;
  color: #000;
}
.example-meviy__item--info p {
  font-size: 16px;
  padding: 5px 20px 10px 20px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .example-meviy__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13px;
  }
  .example-meviy__item {
    width: calc((100% - 13px) / 2);
  }
  .example-meviy__item--title {
    font-size: max(4vw, 12px);
  }
  .example-meviy__item--info h4 {
    font-size: max(3.2vw, 12px);
    padding: 3px 10px;
  }
  .example-meviy__item--info p {
    font-size: max(3.2vw, 12px);
    padding: 3px 10px 8px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .example-meviy__wrap {
    gap: 28px;
  }
  .example-meviy__item {
    width: calc((100% - 84px) / 4);
  }
}
/* -------------------------------------
table
------------------------------------- */
/*basic*/
.basic-table table tr {
  width: 250px;
  height: 40px;
}
.basic-table table tr th {
  background: #0f218b;
  border: 1px solid #0f218b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
  color: #fff;
  width: 250px;
  text-align: center;
}
.basic-table table tr th:first-child {
  border-right: 1px solid #fff;
}
.basic-table table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
  color: #000;
  width: 260px;
  background: #fff;
  border: 1px solid #0f218b;
  text-align: center;
}
.basic-table table tr td .title {
  background: #d4ebf7;
}
.basic-table table tr td.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
  color: #000;
  width: 260px;
  background: #d4ebf7;
  border: 1px solid #0f218b;
  text-align: center;
}

/* -------------------------------------
slick
------------------------------------- */
.case-meviy__voice {
  position: relative;
  margin-top: 40px;
}

.case-meviy__voice .slide-arrow {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  top: 20%;
}

.case-meviy__voice .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-meviy__voice .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  border-radius: 10px;
  overflow: hidden;
  width: 580px;
  height: auto !important;
}

.case-meviy__voice .slick-slide > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.case-meviy__voice .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  gap: 10px !important;
}

.case-meviy__voice .slick-dots {
  bottom: -45px !important;
}

.case-meviy__voice .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.case-meviy__voice .slick-dots li.slick-active button:before {
  display: none;
}

.case-meviy__voice .slick-dots li button:before {
  display: none;
}

.case-meviy__voice .slick-dots button {
  background: #d6d6d6;
  border: none;
  font-size: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
}

.case-meviy__voice .slick-dots .slick-active button {
  background: #0a1464;
}

.case-meviy__voice--content {
  height: 100%;
}

.case-meviy__voice--content a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.case-meviy__voice--content a::after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://meviy.misumi-ec.com/ja-jp/assets/img/icon_arrow_b_r.svg") no-repeat center center;
  background-size: cover;
  width: 10px;
  height: 10px;
  right: 10px;
  bottom: 10px;
}

.case-meviy__voice--thumb {
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.case-meviy__voice--thumb .img {
  aspect-ratio: 29/14;
}

.case-meviy__voice--thumb .img img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-meviy__voice--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  aspect-ratio: 12/5;
  border-radius: 10px;
  background: #ffffff;
}

.case-meviy__voice--logo img {
  max-width: 90%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-meviy__voice--text {
  padding: 20px 25px 20px 25px;
}

.case-meviy__voice--title {
  font-size: 22px;
  font-weight: 700;
  color: #0a1464;
}

.case-meviy__voice--detail {
  color: #000;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .case-meviy__achieve h3 {
    font-size: max(4.2666666667vw, 12px);
  }
  .case-meviy__achieve--content {
    gap: 9px;
  }
  .case-meviy__achieve--content li {
    width: calc((100% - 18px) / 3);
  }
  .case-meviy__achieve--detail {
    padding: 10px;
    font-size: max(2.9333333333vw, 10px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .case-meviy__achieve--detail img {
    position: static;
    width: 50px;
    height: 50px;
    left: initial;
    top: initial;
    -webkit-transform: initial;
    transform: initial;
    margin-bottom: 5px;
  }
  .case-meviy__achieve--result {
    font-size: max(7.7333333333vw, 10px);
    font-weight: 700;
  }
  .case-meviy__achieve--result span {
    font-size: max(5.0666666667vw, 10px);
    font-weight: 500;
  }
  .case-meviy__voice .slide-arrow {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  }
  .case-meviy__voice .slide-arrow img {
    width: 10px;
    height: 10px;
  }
  .case-meviy__voice .slide-arrow:focus {
    opacity: 1;
  }
  .case-meviy__voice .slide-arrow.prev-arrow {
    left: -40px;
  }
  .case-meviy__voice .slide-arrow.prev-arrow img {
    -webkit-transform: rotate(180deg) translateX(-20px);
    transform: rotate(180deg) translateX(-20px);
  }
  .case-meviy__voice .slide-arrow.next-arrow {
    right: -40px;
  }
  .case-meviy__voice .slide-arrow.next-arrow img {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .case-meviy__voice--thumb {
    padding-bottom: 9.375vw;
  }
  .case-meviy__voice--logo {
    width: 50%;
  }
  .case-meviy__voice--title {
    font-size: max(4.8vw, 10px);
  }
  .case-meviy__voice--detail {
    font-size: max(3.7333333333vw, 10px);
  }
}
/* -------------------------------------
FAQ
------------------------------------- */
/*FAQ*/
.faq-meviy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.faq-meviy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.faq-meviy__item--q {
  position: relative;
  background: #0a1464;
  color: #fff;
  padding: 20px 30px 20px 100px;
  font-size: 22px;
  font-weight: 700;
}
.faq-meviy__item--q::before {
  position: absolute;
  content: "Q";
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  left: 40px;
  top: 10px;
}

.faq-meviy__item--a {
  position: relative;
  padding: 30px 30px 30px 100px;
  font-size: 16px;
}
.faq-meviy__item--a::before {
  position: absolute;
  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;
  content: "A";
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #0a1464;
  border-radius: 50%;
  left: 33px;
  top: 25px;
}
.faq-meviy__item--a ul {
  padding-left: 1em;
}
.faq-meviy__item--a ul li {
  list-style-type: disc;
}

.faq-meviy__item--table {
  width: 100%;
}
.faq-meviy__item--table h4 {
  font-size: 12px;
  font-weight: 700;
  color: #0a1464;
}

* + .faq-meviy__item--table h4 {
  margin-top: 20px;
}

.faq-meviy__item--table table {
  width: 100%;
  border-left: 1px solid #0a1464;
  border-bottom: 1px solid #0a1464;
  font-size: 12px;
}

* + .faq-meviy__item--table table {
  margin-top: 10px;
}

.faq-meviy__item--table thead {
  background-color: #0a1464;
  color: #fff;
}
.faq-meviy__item--table thead th {
  border-top: 1px solid #0a1464;
  border-right: 1px solid #fff;
  padding: 1em 2em;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.faq-meviy__item--table thead th:last-child {
  border-right: 1px solid #0a1464;
}
.faq-meviy__item--table tbody td {
  border-top: 1px solid #0a1464;
  border-right: 1px solid #0a1464;
  padding: 1em 2em;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq-meviy__item--notes {
  font-size: 12px;
}

* + .faq-meviy__item--notes {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .faq-meviy__content {
    gap: 15px;
  }
  .faq-meviy__item--q {
    font-size: max(4.2666666667vw, 12px);
    padding: 10px 20px 10px 40px;
  }
  .faq-meviy__item--q::before {
    font-size: max(5.3333333333vw, 12px);
    left: 20px;
    top: 5px;
  }
  .faq-meviy__item--a {
    padding: 20px 20px 20px 55px;
    font-size: max(4.2666666667vw, 12px);
  }
  .faq-meviy__item--a::before {
    font-size: max(4.8vw, 12px);
    width: 30px;
    height: 30px;
    left: 13px;
    top: 18px;
  }
  .faq-meviy__item--a ul {
    padding-left: 1em;
  }
  .faq-meviy__item--a ul li {
    list-style-type: disc;
  }
  .faq-meviy__item--table h4 {
    font-size: max(3.2vw, 12px);
  }
  * + .faq-meviy__item--table h4 {
    margin-top: 10px;
  }
  .faq-meviy__item--table table {
    font-size: max(3.2vw, 12px);
  }
  .faq-meviy__item--table thead th,
  .faq-meviy__item--table tbody td {
    padding: 1em;
  }
}/*# sourceMappingURL=lp-parts.css.map */

.material_note {
  padding: 15px 0 30px 0;
}
.material_note ul li,
.material_note ol li {
  font-size: 14px;
  margin: 0 0 5px 0px;
}
.material_note ul li {
  list-style-type: none;
}
.material_note ol {
  counter-reset: count 0;
}
.material_note ol li {
  list-style-type: none;
}
.material_note ol li:before {
  content: "※" counter(count) "";
  counter-increment: count 1;
  margin-right: 0.5em;
}