@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  color: #000 !important;
}

.page-3d {
  color: #000;
  font-size: 18px;
  background: #f7f7f7;
  margin-top: 50px;
  min-height: calc(100vh - 209px);
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
.page-3d .sec_wrap {
  padding: 0 0 80px 0;
  max-width: 90%;
  width: 1030px;
  margin: 0 auto;
}
.page-3d p,
.page-3d h1,
.page-3d h2,
.page-3d h3,
.page-3d h4,
.page-3d li,
.page-3d td {
  font-family: "Noto Sans JP", sans-serif;
}
.page-3d p {
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .page-3d {
    margin-top: 16.6vw;
  }
}

._3d_section_title {
  font-size: 35px;
  font-weight: bold;
  color: #0a1464;
  text-align: center;
  line-height: 1.44;
  padding-bottom: 15px;
  margin-bottom: 2.57em;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  ._3d_section_title {
    font-size: 19px;
    padding-bottom: 10px;
  }
}
._3d_section_title::after {
  content: "";
  width: 112px;
  height: 5px;
  background: #0a1464;
  position: absolute;
  bottom: 0;
  left: calc(50% - 56px);
}
@media screen and (max-width: 767.9px) {
  ._3d_section_title::after {
    width: 56px;
    height: 3px;
    left: calc(50% - 28px);
  }
}
._3d_cl_img_slider .swiper-slide {
  width: 180px;
}
._3d_cta {
  background: #0a0068;
  padding-top: 40px;
}
@media screen and (max-width: 767.9px) {
  ._3d_cta {
    padding-top: 20px;
  }
}
._3d_cta_buttons {
  display: flex;
  justify-content: center;
  gap: 86px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  ._3d_cta_buttons {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
}
._3d_cta_button {
  font-size: 25px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_button {
    font-size: 13px;
  }
}
._3d_cta_button a {
  display: grid;
  place-content: center;
  width: 487px;
  height: 88px;
  background: white;
  border-radius: 14px;
  font-size: 35px;
  font-weight: bold;
  color: black;
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_button a {
    width: 287px;
    max-width: 100%;
    height: 44px;
    font-size: 18px;
    border-radius: 7px;
  }
}
._3d_cta_button a.yellow {
  background: #ffc600;
}
._3d_cta_desc {
  font-size: 35px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_desc {
    font-size: 15px;
  }
}
._3d_cta_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  color: white;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  ._3d_cta_logo {
    gap: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_logo {
    flex-direction: column;
  }
}
._3d_cta_logo img {
  width: 375px;
}
@media screen and (max-width: 1024px) {
  ._3d_cta_logo img {
    width: 300px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_logo img {
    width: 143px;
  }
}
._3d_cta_logo p {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_logo p {
    font-size: 12px;
  }
}
._3d_cta_title {
  font-size: 45px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_title {
    font-size: 27px;
  }
}
._3d_cta_image {
  display: block;
  width: 100%;
  max-width: 566px !important;
  margin: 0 auto 30px;
}
._3d_cta_lg {
  padding-top: 0;
  background: url("image/bg_cta.jpeg") center center no-repeat;
  background-size: cover;
}
._3d_cta_lg ._3d_cta_desc {
  font-size: 25px;
}
@media screen and (max-width: 767.9px) {
  ._3d_cta_lg ._3d_cta_desc {
    font-size: 12px;
  }
}
._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;
  }
}
._3d_intro {
  padding-top: 112px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  ._3d_intro {
    padding-top: 36px;
    margin-bottom: 60px;
  }
}
._3d_intro_title {
  font-size: 45px;
  font-weight: bold;
  color: #0a1464;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  ._3d_intro_title {
    font-size: 19px;
  }
}
._3d_intro_title .note {
  font-size: 15px;
  font-weight: normal;
  color: black;
  position: absolute;
  top: 36px;
  margin-left: 1.6em;
}
@media screen and (max-width: 767.9px) {
  ._3d_intro_title .note {
    font-size: 8px;
    position: relative;
    top: 0;
    display: block;
    text-align: center;
  }
}
._3d_logo_slider {
  margin-bottom: 40px;
}
._3d_logo_slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear; /* 線形で滑らかな移動 */
}
._3d_logo_slider .swiper-slide {
  width: 280px;
}

/*加工事例*/
.example-meviy__item a::after {
  display: none !important;
}

.example-meviy__item--title {
  min-height: 83.59px;
}

.example-meviy__item {
  width: calc((100% - 125px) / 6) !important;
}

.example-meviy__wrap {
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .example-meviy__wrap {
    gap: 28px !important;
  }
  .example-meviy__item {
    width: calc((100% - 84px) / 4) !important;
  }
}
@media screen and (max-width: 767px) {
  .example-meviy__wrap {
    gap: 9px !important;
  }
  .example-meviy__item {
    width: calc((100% - 9px) / 2) !important;
  }
}
@media screen and (max-width: 375px) {
  .example-meviy__item--title {
    min-height: 30px;
    margin-bottom: 20px;
  }
}

._3d_case {
  border-radius: 10px;
  background: #d4ebf7;
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  ._3d_case {
    padding-top: 36px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  ._3d_case {
    margin-bottom: 0;
    padding-top: 19px;
  }
}

._3d_case_title {
  position: absolute;
  left: calc(50% - 225px);
  top: -35px;
  display: grid;
  place-content: center;
  width: 450px;
  height: 75px;
  background: #0a0068;
  border-radius: 10px !important;
  font-size: 45px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 767.9px) {
  ._3d_case_title {
    width: 224px;
    height: 38px;
    border-radius: 10px !;
    font-size: 20px;
    left: calc(50% - 112px);
    top: -18px;
  }
}
._3d_case_list_container {
  display: flex;
  place-content: center;
  padding: 0;
  flex-wrap: wrap;
}
._3d_case_list_inner {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  ._3d_case_list_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  ._3d_case_list_inner {
    gap: 9px;
  }
}
._3d_case_list_title {
  font-size: 23px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  ._3d_case_list_title {
    font-size: 16px;
    gap: 5px;
  }
}
@media screen and (max-width: 500px) {
  ._3d_case_list_title {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 25px;
    white-space: wrap;
  }
}
._3d_case_list_title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2d2d2d;
  display: block;
}
@media screen and (max-width: 767.9px) {
  ._3d_case_list_title::after {
    height: 1px;
    position: absolute;
    right: 0;
    width: 60%;
  }
}
._3d_case_list_title--2r {
  min-height: 113.59px;
}
@media screen and (max-width: 500px) {
  ._3d_case_list_title--2r {
    min-height: auto;
  }
}
._3d_case_list_row {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  ._3d_case_list_row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px) {
  ._3d_case_list_row {
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  ._3d_case_list_row {
    gap: 0;
    margin-bottom: 0;
  }
}
._3d_case_item {
  width: 170px;
}
/* @media screen and (max-width: 1250px) {
  ._3d_case_item {
    width: calc((100% - 120px) / 6);
  }
} */
@media screen and (max-width: 820px) {
  ._3d_case_item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 530px) {
  ._3d_case_item {
    width: calc((100% - 18px) / 3);
  }
}
._3d_case_item_image {
  aspect-ratio: 1;
  margin-bottom: 10px;
  padding: 18px;
  background: white;
}
@media screen and (max-width: 767.9px) {
  ._3d_case_item_image {
    padding: 10px;
  }
}
._3d_case_item_image.p0 {
  padding: 0;
}
._3d_case_item_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._3d_case_item_name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  ._3d_case_item_name {
    font-size: 12px;
  }
}
._3d_case_discount {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  ._3d_case_discount {
    gap: 19px;
    margin-bottom: 20px;
    margin-top: 25px;
  }
}
._3d_case_discount img {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  ._3d_case_discount img {
    height: 26px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_case_desc {
    font-size: 14px;
  }
}
._3d_metal_processing .inner {
  padding-top: 35px;
}
._3d_metal_processing ._3d_case:nth-of-type(1) {
  margin-bottom: 115px;
}
@media screen and (max-width: 767.9px) {
  ._3d_metal_processing ._3d_case:nth-of-type(1) {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 500px) {
  ._3d_metal_processing ._3d_case:nth-of-type(1) {
    margin-bottom: 49px;
  }
}
._3d_metal_processing ._3d_case:nth-of-type(4) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  ._3d_metal_processing ._3d_case:nth-of-type(4) {
    margin-bottom: 40px;
  }
}
._3d_cutting_processing {
  margin-top: 138px;
}
@media screen and (max-width: 767.9px) {
  ._3d_cutting_processing {
    margin-top: 68px;
    margin-bottom: 0;
  }
}
._3d_cutting_processing ._3d_case:nth-of-type(1) {
  margin-bottom: 115px;
}
@media screen and (max-width: 767.9px) {
  ._3d_cutting_processing ._3d_case:nth-of-type(1) {
    margin-bottom: 58px;
  }
}
._3d_cutting_processing .inner {
  padding-top: 35px;
}
._3d_discount {
  display: grid;
  place-content: center;
  gap: 30px;
  border: 2px solid #cc0c39;
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 40px auto 0;
  padding: 35px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  ._3d_discount {
    gap: 10px;
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  ._3d_discount {
    margin: 20px auto 0;
  }
}
._3d_discount_row {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  ._3d_discount_row {
    flex-direction: column;
    gap: 10px;
  }
}
._3d_discount_row_title {
  width: 375px;
  max-width: 100%;
  flex-shrink: 0;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  ._3d_discount_row_title {
    text-align: center;
  }
}
._3d_discount_row_title img {
  width: auto;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  ._3d_discount_row_title img {
    height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  ._3d_discount_row_title + p {
    display: none;
  }
}
._3d_discount_row p {
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767.9px) {
  ._3d_discount_row p {
    font-size: 12px;
  }
}
._3d_surface_treatment ._3d_section_title {
  font-size: 45px;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 767.9px) {
  ._3d_surface_treatment ._3d_section_title {
    font-size: 20px;
  }
}
._3d_surface_treatment_table table {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  ._3d_surface_treatment_table table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_surface_treatment_table table {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  ._3d_surface_treatment_table table {
    margin-bottom: 10px;
  }
}
._3d_surface_treatment_table table th,
._3d_surface_treatment_table table td {
  font-weight: normal;
  border: 1px solid #0f218b;
}
._3d_surface_treatment_table table thead th {
  background: #0f218b;
  color: #fff;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  ._3d_surface_treatment_table table thead th {
    padding: 10px
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_surface_treatment_table table thead th {
    padding: 10px;
  }
}
._3d_surface_treatment_table table thead th:first-child {
  border-right: 1px solid #fff;
}
._3d_surface_treatment_table table tbody th {
  background: #d4ebf7;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  ._3d_surface_treatment_table table tbody th {
    padding: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_surface_treatment_table table tbody th {
    padding: 10px;
  }
}
._3d_surface_treatment_table table td {
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  ._3d_surface_treatment_table table td {
    padding: 10px
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_surface_treatment_table table td {
    padding: 10px
  }
}
._3d_surface_treatment_table table tbody th {
  width: 214px;
  text-align: left;
  font-weight: 600;
}
._3d_surface_treatment_table table tbody td {
  width: 494px;
}
._3d_surface_treatment_table table tbody td span {
  display: inline-block;
  width: 48%;
  float: left;
}
@media screen and (max-width: 500px) {
  ._3d_surface_treatment_table table tbody td span {
    width: 100%;
  }
}
._3d_surface_treatment_table table + p {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  ._3d_surface_treatment_table table + p {
    font-size: 10px;
  }
}
._3d_accordion {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  ._3d_accordion {
    margin-bottom: 30px;
  }
}
._3d_accordion:last-child {
  margin-bottom: 0;
}
._3d_accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  height: 82px;
  background: #d4ebf7;
  padding: 0 20px 0 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  ._3d_accordion_header {
    font-size: 22px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_accordion_header {
    font-size: 13px;
    height: 42px;
    padding: 0 10px;
    border-radius: 5px;
  }
}
._3d_accordion_header--button {
  display: grid;
  background: white;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  position: relative;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  ._3d_accordion_header--button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_accordion_header--button {
    width: 26px;
    height: 26px;
  }
}
._3d_accordion_header--button::before, ._3d_accordion_header--button::after {
  content: "";
  position: absolute;
  display: block;
  background: #0a1464;
}
._3d_accordion_header--button::before {
  width: 30px;
  height: 4px;
  top: 24px;
  left: 11px;
}
@media screen and (max-width: 1024px) {
  ._3d_accordion_header--button::before {
    width: 20px;
    height: 2px;
    top: 20px;
    left: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767.9px) {
  ._3d_accordion_header--button::before {
    width: 16px;
    top: 12.5px;
    left: 5px;
  }
}
._3d_accordion_header--button::after {
  display: none;
  width: 4px;
  height: 30px;
  left: 24px;
  top: 11px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  ._3d_accordion_header--button::after {
    width: 2px;
    height: 20px;
    left: 20px;
    top: 11px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767.9px) {
  ._3d_accordion_header--button::after {
    height: 16px;
    left: 12px;
    top: 6px;
  }
}
._3d_accordion_header--button.closed::after {
  display: block;
}
._3d_accordion_body {
  padding-top: 30px;
  display: none;
  max-height: 0; /* 初期状態の高さを0に設定 */
  overflow: hidden; /* 内容がはみ出さないように */
  transition: max-height 0.3s ease-out; /* max-heightのアニメーション */
}
@media screen and (max-width: 767.9px) {
  ._3d_accordion_body {
    padding-top: 10px;
  }
}
._3d_points-icon {
  position: absolute;
  top: -26px;
}
@media screen and (max-width: 767.9px) {
  ._3d_points-icon {
    top: -12px;
  }
}
._3d_points-icon img {
  width: 104px;
  transform: rotate(30deg);
}
@media screen and (max-width: 767.9px) {
  ._3d_points-icon img {
    width: 52px;
  }
}
._3d_points_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 88px 78px;
}
@media screen and (max-width: 820px) {
  ._3d_points_container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
._3d_points_article_title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.428;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  ._3d_points_article_title {
    font-size: 24px;
    padding-left: 10px;
    gap: 16px;
  }
}
@media screen and (max-width: 820px) {
  ._3d_points_article_title {
    font-size: 18px;
  }
}
._3d_points_article_title--num {
  display: grid;
  place-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgb(1, 92, 176);
  background: linear-gradient(90deg, rgb(1, 92, 176) 0%, rgb(6, 27, 145) 100%);
  font-size: 30px;
  font-weight: normal;
  color: white;
}
@media screen and (max-width: 820px) {
  ._3d_points_article_title--num {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
}
._3d_points_article_image {
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  ._3d_points_article p {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  ._3d_points_article p {
    font-size: 12px;
  }
}
._3d_faq {
  margin-bottom: 108px;
}
@media screen and (max-width: 767.9px) {
  ._3d_faq {
    margin-bottom: 54px;
  }
}
._3d_faq_block {
  border: 1px solid #9eabff;
}
._3d_faq_block:nth-child(n+2) {
  border-top: none;
}
._3d_faq_title {
  display: flex;
  align-items: center;
  gap: 19px;
  background: #ebf2ff;
  height: 74px;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  color: #0a1464;
  padding: 0 26px;
  border-bottom: 1px solid #9eabff;
}
@media screen and (max-width: 767.9px) {
  ._3d_faq_title {
    gap: 10px;
    font-size: 13px;
    height: 37px;
    padding: 0 13px;
  }
}
._3d_faq_title::before {
  content: "?";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #0a1464;
  font-size: 20px;
  font-weight: bold;
  color: #0a1464;
  line-height: 1;
  padding-left: 2px;
  display: grid;
  place-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  ._3d_faq_title::before {
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-width: 2px;
  }
}
._3d_faq_body {
  padding: 24px 76px;
}
@media screen and (max-width: 767.9px) {
  ._3d_faq_body {
    font-size: 12px;
    padding: 15px;
  }
}
._3d_faq_body table {
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  ._3d_faq_body table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_faq_body table {
    font-size: 12px;
  }
}
._3d_faq_body table th,
._3d_faq_body table td {
  font-weight: normal;
  border: 1px solid #0f218b;
  padding: 15px 20px;
}
@media screen and (max-width: 1024px) {
  ._3d_faq_body table th,
  ._3d_faq_body table td {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767.9px) {
  ._3d_faq_body table th,
  ._3d_faq_body table td {
    padding: 10px;
  }
}
._3d_faq_body table th {
  background: #0f218b;
  color: #fff;
  text-align: left;
}
._3d_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  ._3d_sp {
    display: block;
  }
}
._3d_sp_sm {
  display: none;
}
@media screen and (max-width: 767.9px) {
  ._3d_sp_sm {
    display: block;
  }
}
._3d .wcl-firstview__product--items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.table-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0a1464;
}

h4._3d_case_list_title.short_line::after {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  h4._3d_case_list_title.short_line::after {
    width: 68%;
  }
}
@media screen and (max-width: 500px) {
  h4._3d_case_list_title.short_line::after {
    width: 32%;
  }
}

h4._3d_case_list_title.middle_line::after {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  h4._3d_case_list_title.middle_line::after {
    width: 68%;
  }
}
@media screen and (max-width: 500px) {
  h4._3d_case_list_title.middle_line::after {
    width: 46%;
  }
}

/* TITLE -----------------------------------*/
#kw_title .sec_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px 0 15px;
  clear: both;
}

.kw_intro_title {
  width: calc(100% - 450px);
  font-size: 16px;
  color: #0a1464;
}

.kw_intro_img {
  width: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.kw_intro_img_pc {
  position: relative;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kw_intro_img_pc {
    display: none;
  }
}
.kw_intro_img_pc img {
  position: absolute;
  right: 0;
  top: 48%;
  width: 110%;
  max-width: 126% !important;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .kw_intro_img_pc img {
    width: 100%;
    max-width: 100% !important;
  }
}
.kw_intro_img_sp {
  position: initial;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .kw_intro_img_sp {
    display: block;
  }
}
.kw_intro_img_sp img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.kw_intro_title h1 {
  font-size: 66px;
  font-weight: 860;
  margin-bottom: 20px;
  padding-bottom: 3px;
  line-height: 120%;
  /* border-left: 10px solid #000;
  padding-left: 15px; */
}
.kw_intro_title h1 small {
  font-size: 28px;
}
.kw_intro_title p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.kw_intro_title ul {
  padding-left: 10px;
}
.kw_intro_title ul li {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0px;
  list-style-type: none;
}

/* INTRO -----------------------------------*/
.page-3d #kw_intro .sec_wrap {
  padding: 0 15px;
}
@media screen and (max-width: 500px) {
  .page-3d #kw_intro .sec_wrap {
    padding: 0 0;
  }
}

.kw_intro_2 {
  display: flex;
  justify-content: space-between;
}

.kw_intro_award {
  width: 460px;
}

.kw_intro_btns {
  width: calc(100% - 500px);
}

.kw_intro_left,
.kw_intro_logo {
  width: 450px;
}

@media screen and (max-width: 767.9px) {
  .kw_intro_left,
  .kw_intro_logo {
    max-width: 100%;
  }
}
.kw_intro_award > ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 10px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 375px) {
  .kw_intro_award > ul {
    padding: 10px 0 10px 0;
  }
}
.kw_intro_award > ul li {
  padding: 0 2px;
}

.kw_intro_award_text ul {
  list-style: disc;
  margin: 0;
  padding: 0;
}
.kw_intro_award_text ul li {
  font-size: 10px !important;
  margin-left: 15px;
  margin-bottom: 2px;
  list-style-type: none;
}
@media screen and (max-width: 375px) {
  .kw_intro_award_text ul li {
    margin-left: 0;
  }
}

.kw_intro_btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.intro_btn_1,
.intro_btn_2 {
  font-size: 14px;
  margin: 15px 0;
  font-weight: 600;
}

.intro_btn_1 a,
.intro_btn_2 a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 15px 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.intro_btn_1 a {
  background: #ffc600;
  color: #000;
}

.intro_btn_2 a {
  background: #fff;
  color: #0a1464;
  border: 3px solid #0a1464;
}

.kw_intro_points {
  display: block;
  width: 100%;
}
.kw_intro_points ul {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.kw_intro_points ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(33% - 15px);
  margin: 15px 0;
  padding: 10px;
  box-sizing: border-box;
  background: #0a1464;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.kw_intro_points ul li small {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .kw_intro_title {
    width: calc(100% - 350px);
  }
  .kw_intro_img {
    width: 300px;
    max-width: 100%;
  }
  .kw_intro_title h1 {
    font-size: 35px;
  }
  .kw_intro_title h1 small {
    font-size: 20px;
  }
  .kw_intro_title ul li {
    font-size: 15px;
  }
  .kw_intro_award {
    width: 400px;
  }
  /* width: 450px */
  .kw_intro_btns {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 900px) {
  .kw_intro_title {
    width: calc(100% - 300px);
  }
  .kw_intro_img {
    width: 250px;
  }
  .kw_intro_title h1 {
    font-size: 30px;
  }
  .kw_intro_title h1 small {
    font-size: 17px;
  }
  .kw_intro_title ul li {
    font-size: 14px;
  }
  .kw_intro_points ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  #kw_title .sec_wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  .kw_intro_title {
    width: 100%;
  }
  .kw_intro_img {
    width: 400px;
    margin: 20px auto;
  }
  .kw_intro_title h1 {
    font-size: 35px;
  }
  .kw_intro_title h1 small {
    font-size: 20px;
  }
  .kw_intro_title ul li {
    font-size: 15px;
  }
  .kw_intro_2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .kw_intro_award {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .kw_intro_btns {
    width: 90%;
    max-width: 450px;
    margin: 10px auto 0;
  }
  .kw_intro_points ul li {
    font-size: 18px;
    width: calc(33% - 4.5px);
  }
  .kw_intro_points ul li small {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .kw_intro_points ul li {
    font-size: 16px;
  }
  .kw_intro_points ul {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 375px) {
  #kw_title .sec_wrap {
    padding: auto;
  }
  .kw_intro_btns {
    width: 100%;
  }
  .kw_intro_points ul {
    gap: 9px;
  }
  .kw_intro_points ul li {
    margin: 0;
    width: 33.33%;
  }
}
/* -------------------------------------
 * メビーの便利な6つのポイント
------------------------------------- */
.point__card {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
}

.point__card--block {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
  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: 40px 30px 30px;
  font-size: 16px;
}

.point__card--content {
  height: auto;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  .point__card--content {
    height: 180px;
  }
}
@media screen and (max-width: 940px) {
  .point__card--content {
    height: 190px;
  }
}
@media screen and (max-width: 920px) {
  .point__card--content {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .point__card--content {
    height: auto;
  }
}

.point__card--block h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #0a1464;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 32px;
}

.point__card--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;
}

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

.point__card--block h3 .number {
  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;
  min-width: 80px;
  height: 80px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  position: relative;
  left: 40px;
  margin-right: 16px;
}

.point__card--block h3 .card span {
  margin: 4px 0 3px 0;
  font-size: 13px;
}

.point__card--image {
  margin-bottom: 1em;
}

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

.point__card--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;
}

@media screen and (max-width: 767px) {
  .point__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
    font-size: max(3.7333333333vw, 12px);
  }
  .point__card--block {
    width: 100%;
    padding: 20px 20px;
  }
  .point__card--block h3 {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .point__card--block h3 .card {
    top: -55px;
  }
  .point__card--image {
    margin-top: 1em;
  }
  .point__card--button {
    position: static;
    -webkit-transform: initial;
    transform: initial;
    max-width: initial;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .point__card--button a {
    max-width: 68%;
    font-size: max(3.2vw, 12px);
  }
  .point__card::after {
    display: none;
  }
}
/* FAQ */
@media screen and (max-width: 767px) {
  .faq-meviy__item--a {
    padding: 20px 20px 20px 55px;
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .faq-meviy__content {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .example-meviy__item--title {
    min-height: 30.64px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=3d.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;
}