@charset "UTF-8";
#header.header_kw{height: 50px; }
#header.header_kw .logo {
  top: 10px;
  left: 15px;
}
#header.header_kw .logoSub {
  right: 12px;
  top: 15px;
}
.header_kw .header_info_title{display: none;}
.header_kw .info_menu_area{display: none;}

.page-3d{
    margin-top: 50px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #header.header_kw .logo{
    left: 3.6vw;
    top: 50%;
  }
	.page-3d{margin-top: 17vw;}
    .header_kw .info_menu_area{display: block;}
}

.page-3d {
    position: relative;
    font-size: 18px;
    color: black;
    background: #fff;
}
.page-3d,
.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;
}
#footer{height: auto;}


.page-3d p {
    line-height: 1.94;
}

._3d_hero {
    width: 100%;
    height: 708px;
    background: url("../images/_3d/bg_hero.jpeg") center center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}


._3d_hero_title {
    position: absolute;
    color: #0A1464;
    background: rgba(255, 255, 255, 0.8);
    padding: 42px 42px 30px;
    top: 35px;
    z-index: 1;
}
._3d_hero_image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    bottom: -22px;
    height: 496px;
}
._3d_hero_image img {
    max-width: 1578px !important;
    max-height: 100%;
}

._3d_hero_title h1 {
    font-weight: bold;
}

._3d_hero_title--main {
    display: block;
    width: 100%;
    font-size: 45px;
    text-align: center;
}
._3d_hero_title--sub {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 35px;
    margin-bottom: 14px;
}
._3d_hero_title--sub .has-bg {
    background: #0A1464;
    font-size: 30px;
    color: white;
    white-space: nowrap;
    padding: 6px 20px;
}
@media screen and (max-width: 1500px) {
     ._3d_hero {
    height: 680px;
    }
    ._3d_hero_image {
        bottom: -22px;
        height: 420px;
    }
}
@media screen and (max-width: 1400px) {
     ._3d_hero {
    height: 650px;
    }
    ._3d_hero_image {
        bottom: -22px;
        height: 400px;
    }
}
@media screen and (max-width: 1300px) {
     ._3d_hero {
    height: 580px;
    }
    ._3d_hero_image {
        bottom: -22px;
        height: 350px;
    }
}
@media screen and (max-width: 1200px) {
     ._3d_hero {
    height: 560px;
    }
    ._3d_hero_image {
        bottom: -22px;
        height: 330px;
    }
}
@media screen and (max-width: 1024px) {
    ._3d_hero {
        height: 310px;
    }
    ._3d_hero_title {
        padding: 16px 10px 10px;
        top: 17px;
        max-width: calc(100% - 30px);
    }
    ._3d_hero_title--main {
        font-size: 27px;
        line-height: 1.3;
    }
    ._3d_hero_title--sub {
        font-size: 16px;
        gap: 10px;
    }
    ._3d_hero_title--sub .has-bg {
        font-size: 14px;
        padding: 6px 10px;
    }
    ._3d_hero_image {
        height: 154px;
        bottom: -10px;
    }
}





._3d_container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

._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: 750px) {
    ._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: 750px) {
    ._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;
    padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
    ._3d_cta {
        padding-top: 20px;
        padding-bottom: 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: 750px) {
    ._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: 600;
    color: black;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    ._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: 750px) {
    ._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: 750px) {
    ._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: 750px) {
    ._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: 750px) {
    ._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: 750px) {
    ._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("../images/_3d/bg_cta.jpeg") center center no-repeat;
    background-size: cover;
}

._3d_cta_lg ._3d_cta_desc {
    font-size: 25px;
}

@media screen and (max-width: 750px) {
    ._3d_cta_lg ._3d_cta_desc {
        font-size: 12px;
    }
}

._3d_cta_header {
    background: #F1F3FF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    color: #0A1464;
    height: 132px;
    margin-bottom: 42px;
}

@media screen and (max-width: 1024px) {
    ._3d_cta_header {
        gap: 10px;
    }
}

@media screen and (max-width: 750px) {
    ._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: 750px) {
    ._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: 750px) {
    ._3d_cta_header p {
        font-size: 12px;
    }
}

._3d_intro {
    padding-top: 112px;
    margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
    ._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: 750px) {
    ._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: 750px) {
    ._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;
}

._3d_case {
    background: #ECF1FF;
    max-width: 1344px;
    width: calc(100% - 30px);
    margin: 0 auto 60px;
    padding-top: 72px;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 750px) {
    ._3d_case {
        padding-top: 36px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

._3d_case_title {
    position: absolute;
    left: calc(50% - 225px);
    top: -35px;
    display: grid;
    place-content: center;
    width: 450px;
    height: 75px;
    background: #0A0068;
    border-radius: 30px;
    font-size: 45px;
    font-weight: bold;
    color: white;
}

@media screen and (max-width: 750px) {
    ._3d_case_title {
        width: 224px;
        height: 38px;
        border-radius: 16px;
        font-size: 20px;
        left: calc(50% - 112px);
        top: -18px;
    }
}

._3d_case_list_container {
    display: grid;
    place-content: center;
}

._3d_case_list_inner {
    display: flex;
    gap: 22px;
}

@media screen and (max-width: 1024px) {
    ._3d_case_list_inner {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 820px) {
    ._3d_case_list_inner {
        gap: 10px;
    }
}

._3d_case_list_title {
    font-size: 23px;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
    ._3d_case_list_title {
        font-size: 12px;
        gap: 5px;
    }
}

._3d_case_list_title::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #2D2D2D;
    display: block;
}

@media screen and (max-width: 750px) {
    ._3d_case_list_title::after {
        height: 1px;
    }
}

._3d_case_list_row {
    display: flex;
    gap: 22px;
    margin-bottom: 44px;
}

@media screen and (max-width: 1024px) {
    ._3d_case_list_row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 820px) {
    ._3d_case_list_row {
        gap: 10px;
        margin-bottom: 20px;
    }
}

._3d_case_item {
    width: 180px;
}

@media screen and (max-width: 1250px) {
    ._3d_case_item {
        width: calc((100vw - 110px - 60px) / 6);
    }
}

@media screen and (max-width: 820px) {
    ._3d_case_item {
        width: calc((100% - 20px) / 3);
    }
}

._3d_case_item_image {
    aspect-ratio: 1;
    margin-bottom: 10px;
    padding: 18px;
    background: white;
}

@media screen and (max-width: 750px) {
    ._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.1;
}

@media screen and (max-width: 750px) {
    ._3d_case_item_name {
        font-size: 10px;
    }
}

._3d_case_discount {
    display: flex;
    justify-content: center;
    gap: 38px;
    margin-top: 15px;
    margin-bottom: 54px;
}

@media screen and (max-width: 750px) {
    ._3d_case_discount {
        gap: 19px;
        margin-bottom: 20px;
    }
}

._3d_case_discount img {
    display: block;
}

@media screen and (max-width: 750px) {
    ._3d_case_discount img {
        height: 26px;
    }
}

@media screen and (max-width: 750px) {
    ._3d_case_desc {
        font-size: 12px;
    }
}

._3d_metal_processing {
    margin-bottom: 88px;
}

@media screen and (max-width: 750px) {
    ._3d_metal_processing {
        margin-bottom: 30px;
    }
}

._3d_metal_processing ._3d_case:nth-of-type(1) {
    margin-bottom: 114px;
}

@media screen and (max-width: 750px) {
    ._3d_metal_processing ._3d_case:nth-of-type(1) {
        margin-bottom: 58px;
    }
}

._3d_cutting_processing {
    margin-top: 138px;
    margin-bottom: 108px;
}

@media screen and (max-width: 750px) {
    ._3d_cutting_processing {
        margin-top: 68px;
        margin-bottom: 48px;
    }
}

._3d_cutting_processing ._3d_case:nth-of-type(1) {
    margin-bottom: 114px;
}

@media screen and (max-width: 750px) {
    ._3d_cutting_processing ._3d_case:nth-of-type(1) {
        margin-bottom: 58px;
    }
}

._3d_discount {
    display: grid;
    place-content: center;
    gap: 30px;
    border: 2px solid #CC0C39;
    max-width: 1344px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 35px 20px;
}

@media screen and (max-width: 750px) {
    ._3d_discount {
        gap: 10px;
        padding: 15px;
    }
}

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

@media screen and (max-width: 750px) {
    ._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: 750px) {
    ._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: 750px) {
    ._3d_surface_treatment ._3d_section_title {
        font-size: 20px;
    }
}

._3d_surface_treatment_table table {
    width: 100%;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    ._3d_surface_treatment_table table {
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    ._3d_surface_treatment_table table {
        font-size: 12px;
    }
}

._3d_surface_treatment_table table th, ._3d_surface_treatment_table table td {
    font-weight: normal;
    border: 1px solid #707070;
}

._3d_surface_treatment_table table th {
    background: #ECECEC;
    padding: 12px 42px;
}

@media screen and (max-width: 1024px) {
    ._3d_surface_treatment_table table th {
        padding: 12px 20px;
    }
}

@media screen and (max-width: 750px) {
    ._3d_surface_treatment_table table th {
        padding: 10px;
    }
}

._3d_surface_treatment_table table td {
    padding: 8px 42px;
}

@media screen and (max-width: 1024px) {
    ._3d_surface_treatment_table table td {
        padding: 8px 20px;
    }
}

@media screen and (max-width: 750px) {
    ._3d_surface_treatment_table table td {
        padding: 8px 10px;
    }
}

._3d_surface_treatment_table table tbody th {
    width: 214px;
}

._3d_surface_treatment_table table tbody td {
    width: 494px;
}

._3d_surface_treatment_table table tbody td span {
    display: inline-block;
    width: 48%;
}

._3d_surface_treatment_table table + p {
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    ._3d_surface_treatment_table table + p {
        font-size: 10px;
    }
}

._3d_accordion {
    margin-bottom: 26px;
}

@media screen and (max-width: 750px) {
    ._3d_accordion {
        margin-bottom: 14px;
    }
}

._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: #C6E1FF;
    padding: 0 20px 0 30px;
}

@media screen and (max-width: 1024px) {
    ._3d_accordion_header {
        font-size: 22px;
    }
}

@media screen and (max-width: 750px) {
    ._3d_accordion_header {
        font-size: 14px;
        height: 42px;
        padding: 0 12px;
    }
}

._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: 750px) {
    ._3d_accordion_header--button {
        width: 26px;
        height: 26px;
    }
}

._3d_accordion_header--button::before, ._3d_accordion_header--button::after {
    content: "";
    position: absolute;
    display: block;
    background: black;
}

._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: 750px) {
    ._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: 750px) {
    ._3d_accordion_header--button::after {
        height: 16px;
        left: 12px;
        top: 6px;
    }
}

._3d_accordion_header--button.closed::after {
    display: block;
}

._3d_accordion_body {
    padding-top: 12px;
    display: none;
    max-height: 0; /* 初期状態の高さを0に設定 */
    overflow: hidden; /* 内容がはみ出さないように */
    transition: max-height 0.3s ease-out; /* max-heightのアニメーション */
}

@media screen and (max-width: 750px) {
    ._3d_accordion_body {
        padding-top: 10px;
    }
}

._3d_points {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
    ._3d_points {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

._3d_points-icon {
    position: absolute;
    top: -26px;
}

@media screen and (max-width: 750px) {
    ._3d_points-icon {
        top: -12px;
    }
}

._3d_points-icon img {
    width: 104px;
    transform: rotate(30deg);
}

@media screen and (max-width: 750px) {
    ._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: 600;
    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: 750px) {
    ._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: 750px) {
    ._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: 750px) {
    ._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: 750px) {
    ._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: 750px) {
    ._3d_faq_body table {
        font-size: 12px;
    }
}

._3d_faq_body table th, ._3d_faq_body table td {
    font-weight: normal;
    border: 1px solid #707070;
    padding: 8px 30px;
}

@media screen and (max-width: 1024px) {
    ._3d_faq_body table th, ._3d_faq_body table td {
        padding: 12px 20px;
    }
}

@media screen and (max-width: 750px) {
    ._3d_faq_body table th, ._3d_faq_body table td {
        padding: 10px;
    }
}

._3d_faq_body table th {
    background: #ECECEC;
    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: 750px) {
    ._3d_sp_sm {
        display: block;
    }
}

