@charset "utf-8";

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
}


#area-0 {
    height: auto;
}

#area-1 {
    text-align: left;
}

#area-2 .bg_area {
    background-color: #a8d3e8;
    border-radius: 120px 120px 0 0;    
}

#area-2 {
    padding-top: 0;
}

#area-4 .bg_area{
    background-color: #E5ECF5;
}

.section .contents_section {
    padding-top: 100px;
}

.bg_area {
    margin-top: 100px;
    padding-bottom: 100px;
}

.bg_area.blue_bg_section {
    background: #004898;
    margin-top: 0;
    padding-top: 100px;
}

#physical_model_hub .product_box {
    width: 1200px;
    margin-top: 48px;
}

.product_visual_Box {
    height: 400px;
    position: relative;
    background-color: #F8F8F8;
    overflow: hidden;
}

.product_visual_Img {
    position: absolute;
    width: 1000px;
    height: 510px;
    top: -20px;
    right: -7%;
    background-image: url(../images/product/pmh/pmh_page_title.webp);
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.product_visual_Box .breadcrumb_Box {
    position: relative;
    z-index: 2;
    background: none;
}

.product_visual_Box .product_title {
    position: relative;
    z-index: 2;
    margin: 85px 8%;
}

.product_visual_Box .product_title p {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
}

.product_visual_Box .product_title h2 {
    font-size: 72px;
    color: #004898;
    font-weight: 800;
    line-height: normal;
}

.page_nav {
    position: relative;
    top: -40px;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 60px;
}

.nav_btn {
    box-sizing: border-box;
    display: flex;
    padding: 25px 32px;
    width: 300px;
    height: 80px;
    color: #ffffff;
    background: #004898;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    scroll-behavior: smooth;
}

.nav_btn::after {
    content: '';
    display: inline-block;
    width: 30px;
    aspect-ratio: 1 / 1;
    background-image: url('../images/product/pmh/icon_down_arrowmenu_btn.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.worries {
    position: relative;
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, .12));
    background-color: #FFFFFF;
}

.worries::before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 122px;
    background-color: #ffffff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.worries h3{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 36px;
    font-weight: bold;
}

.worries_card_container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.worries_card {
    position: relative;
    display: flex;
    width: 460px;
    height: 160px;
    background-color: #E2E7EA;
    border-radius: 40px;
    vertical-align: middle;
}

.worries_card:last-child::after {
    content: '';
    position: absolute;
    left: 90%;
    bottom: 0%;
    width: 180px;
    height: 201.2px;
    background-image: url(../images/product/pmh/worker.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.worries_card::before {
    content: '';
    width: 48px;
    height: 36px;
    bottom: 85%;
    left: 5%;
    position: absolute;
    background-image: url('../images/product/pmh/double_quotes.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.solve_worries {
    margin-top: 176px;
}

.solve_worries_text {
    font-family: 'M PLUS 1p', sans-serif;
    padding-bottom: 64px;
}

.solve_worries_text p {
    font-weight: 500;
    font-size: 36px;
}

.solve_worries_text h3 {
    font-size: 48px;
    margin-top: 12px;
}

.solve_worries_text .product_name {
    color: #004898;
}

.worries_card p {
    font-weight: 500;
    font-size: 20px;
    margin: auto;
    text-align: left;
    line-height: 30px;
}

h3.section_title {
    font-family: 'M PLUS 1p', sans-serif;
    text-align: center;
    font-size: 36px;
}

.blue_bg_section h3.section_title {
    color: #ffffff;
}

h3.section_title::after {
    display: block;
    margin: 24px auto 0;
    text-align: center;
    width: 32px;
    height: 4px;
    content: '';
    background-color: #004898;
}

.blue_bg_section h3.section_title::after {
    background-color: #ffffff;
}

.box_container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.box_container .box_content {
    width: 50%;
}

.box_container .box_content p {
    font-weight: 600;
    font-size: 1.25rem;
}

.box_container .box_content .catalog_btn {
    margin-top: 40px;
}

.box_title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 64px;
}

.box_title span {
    color: #004898;
}

.box_intro_container {
    margin-top: 24px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.box_intro_text {
    flex: 1;
    line-height: 28px;
    font-weight: 600;
}

.box_table {
    width: 100%;
    text-align: left;
    font-size: 18px;
    margin-top: 24px;
}

.box_table .table_group .table_title {
    font-weight: 500;
    background: #004898;
    color: #FFFFFF;
}

.box_table .table_group th,
.box_table .table_group td {
    padding: 9px 16px;
    border: none;
    border-bottom: 1px solid #004898;
}

.box_table .table_group th {
    font-weight: 500;
    background-color: #C3DFFF;
    color: #004898;
    width: 25%;
}

.blue_dot_list li{
    margin-left: 1.4em;
    text-indent: -1.4em;
    line-height: 24px;
}

.blue_dot_list li::before{
    content: '●';
    margin-right: 8px;
    color: #004898;

}

.box_card {
    position: relative;
    margin-top: 32px;
    border-radius: 24px;
    background-color: #FFFFFF;
    padding: 40px;
    box-shadow: 2px 2px 16px 0 #00489829;
}

.box_card::before {
    content: '';
    top: 0;
    display: block;
    width: 110px;
    height: 4px;
    background-color: #004898;
    position: absolute;
}

.box_card .card_content {
    position: relative;
}

.point_container {
    position: absolute;
    top: -20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.point_container .point_text {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1.92px;
    color: #004898;
    opacity: 0.6;
}

.point_container .point_num {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 88px;
    color: #004898;
    line-height: 100%;
}

.card_content .card_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card_main .card_text {
    margin-top: 40px;
    width: 45%;
}

.card_main .card_img {
    width: 55%;
}

.card_img .img_trim {
    position: relative;
    overflow: hidden;
    padding-top: 68%;
}

.img_trim img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
    object-fit: cover;
}
.card_main .card_overview {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: #004898;
}

.card_main .card_itemize {
    margin-top: 16px;
}

.card_main .card_itemize li {
    margin-left: 1.4em;
    text-indent: -1.4em;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.card_main .card_itemize li::before {
    content: '・';
    font-size: 24px;
    line-height: 24px;
}

.plan_list {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    text-align: center;
    margin-top: 52px;
}

.plan_list .row_head {
    width: 20%;
}

.plan_list .row_head ul {
    padding: 10px;
    
}

.list_col {
    position: relative;
}

.free_plan,
.paid_plan {
    width: 40%;
}

.list_col .selling_point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -28px;
    left: -12px;
    width: 124px;
    aspect-ratio: 1 / 1;
    background-color: #EC6D45;
    border-radius: 100%;
}

.selling_point p {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.selling_point p .capital {
    font-size: 20px;
}

.free_plan ul {
    border: 10px solid #46A9DA;
    border-top: none;
}

.free_plan ul .col_head {
    background-color: #46A9DA;
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    height: 80px;
    border-bottom: none;
}

.list_col ul .col_head p {
    font-size: 26px;
    letter-spacing: 1.92px;
}

.paid_plan ul {
    border: 10px solid #004898;
    border-top: none;
}

.paid_plan ul .col_head {
    background-color: #004898;
    color: #ffffff;
    margin: 0;
    height: 80px;
    border-bottom: none;
}

.grey_underline_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    margin: 0 20px;
    border-bottom: 2px solid #A1A1A1;
    font-size: 16px;
    line-height: normal;
}

.grey_underline_list li p{
    font-size: 20px;
}

.grey_underline_list li .capital {
    font-size: 26px;
}

.row_head .grey_underline_list li {
    margin: 0;
    font-weight: 500;
}

.grey_underline_list li .text_bold{
    font-weight: bold;
}

.grey_underline_list li:last-child{
    border-bottom: none;
}

.bg_container {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #0048981F;
}

.bg_container .blue_dot_list li {
    line-height: 32px;
}

.footnote p{
    margin-top: 12px;
    font-size: 15px;
    color: #666666;
    line-height: normal;
}

.flow_container {
    display: flex;
    gap: 40px;
}

.flow_content {
    width: 50%;
}

.flow_content .flow_title {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    padding: 5.5px 0;
    letter-spacing: 1.92px;
    line-height: normal;
}

.free_flow .flow_title,
.free_flow .step_icon .icon_field {
    background: #46A9DA;
}

.paid_flow .flow_title,
.paid_flow .step_icon .icon_field {
    background: #004898;
}

.flow_content .step_container {
    margin-top: 32px;
    position: relative;
}

.flow_content .step_container::before {
    position: absolute;
    content: '';
    border-left: 4px dotted #505050;
    height: 80%;
    left: 50px;
    transform: translate(-50%);
}

.flow_content .flow_step {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.flow_content .flow_step:first-child {
    margin-top: 0;
}

.flow_step .step_icon .icon_field {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    z-index: 1;
}

.icon_field p {
    font-family: 'M PLUS 1p', sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.icon_field p.step_num {
    font-size: 44px;
}

.flow_step .step_text {
    width: 80%;
}

.free_flow .step_text a {
    font-weight: 500;
}

.paid_flow .step_text a {
    font-weight: 500;
}

.flow_step .step_text h5 {
    font-size: 24px;
    font-weight: bold;
}

.free_flow .step_text h5,
.free_flow .step_text a {
    color: #1C83B6;
    cursor: pointer;
}

.paid_flow .step_text h5,
.paid_flow .step_text a {
    color: #004898;
    cursor: pointer;
}

.flow_step .step_text p {
    margin-top: 20.5px;
    line-height: 24px;
}

.flow_step .step_text a {
    text-decoration: underline;
}

.concluding_lead {
    margin-top: 48px;
    text-align: center;
}

.concluding_lead p {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
}

.border_decoration_wrapper {
    display: flex;
    justify-content: center;
}

.border_decoration_wrapper .border_decoration {
    position: relative;
}

.border_decoration::before {
    content: '';
    position: absolute;
    border-left: 4px solid #ffffff;
    height: 96px;
    left: 0;
    bottom: -15%;
    transform: translateX(-50px) rotate(-30deg);
}

.border_decoration::after {
    content: '';
    position: absolute;
    border-left: 4px solid #ffffff;
    height: 96px;
    right: 0;
    bottom: -15%;
    transform: translateX(50px) rotate(30deg);
}

.blue_bg_section .concluding_lead {
    font-weight: 600;
    color: #ffffff;
}

.btn_row {
    margin-top: 40px;
    text-align: center;
}

.fixed_contents {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: fixed;
    bottom: 15%;
    right: 0;
    transition: 0.2s;
    z-index: 2;
}

.res_break,
.res2_break,
.sp_break {
    display: none;
}

.sp_scroll_container {
    overflow-x: auto;
}

/*-----------------------------

ボタン類
-----------------------------*/
.rounded_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 320px;
    padding: 28px 0;
    border-radius: 40px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 24px;      
}

.fixed_contents .edge_btn {
    display: flex;
    width: 260px;
    height: 88px;
    justify-content: center;
    gap: 70px;
    align-items: center;
    border-radius: 24px 0 0 24px;
    font-weight: bold;
    font-size: 18px;
}

.rounded_btn.large_btn {
    display: inline-block;
    width: 560px;
    padding: 29.5px 0;
    border-radius: 50px;
    cursor: pointer;
}

.blue_bg_section .rounded_btn {
    background-color: #ffffff;
    color: #004898;
}
.catalog_btn {
    background-color: #D1610E;
    color: #fff;
}

.catalog_btn svg {
    width: 28px;
    height: 24px;
}

.catalog_btn svg path {
    fill: #fff;
}

.model_download_btn {
    background-image: linear-gradient(90deg, #1A99F4, #001F7E 75%);
    color: #fff;
}

.sample_model_btn {
    background-color: #004898;
    color: #FFFFFF;
}

.pmh_contact_btn {
    position: static;
    border: none;
    height: auto;
}

.fixed_contents .model_download_btn::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/product/pmh/icon_arrow_floating_btn_white.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.fixed_contents .pmh_contact_btn::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/product/pmh/icon_arrow_floating_btn_blue.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.fixed_contents .pmh_contact_btn {
    box-sizing: border-box;
    border: 3px solid #004898;
    border-right: none;
    background-color: #ffffff;
    color: #004898;
}


/* モデル一覧・ダウンロード */
#model_list .products_title {
    position: relative;
    width: 100%;
}
#model_list .products_title_container{
    width: 100%;
    margin-bottom: 40px;
    background: #004898;
    height: 160px;
}
#model_list .breadcrumb ul{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    overflow: auto;
}
#model_list .upperTitle-wh {
    color: #fff;
    padding: 13px 0px;
    width: 100%;
    text-align: center;
    font-size: 45px;
}

.attention{
    display: flex;
    padding: 16px 5%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
    border: 1px solid #D00;
    background: rgba(221, 0, 0, 0.08);
    color: #D00;
    font-size: 20px;
}
#model_list .model_download_btn{
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    gap: 10px;
    border-radius: 40px;
    color: #fff;
    background: #EB422E;
    font-weight: bold;
}

.box_table.accordion *{
    display: block;
    box-sizing: border-box;
}

.box_table.accordion tbody.table_group{
    margin-bottom: 20px;
}

.box_table.accordion tbody.table_group:last-child{
    margin-bottom: 0;
}

.box_table.accordion .table_group .table_title {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 24px;
    cursor: pointer;
}

.box_table.accordion .table_group .table_title::before {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.box_table.accordion .table_group tr{
    display: flex;
}

.box_table.accordion .table_group th,
.box_table.accordion .table_group td{
    margin-bottom: 8px;
    border: none;
}

.box_table.accordion .table_group td{
    padding: 0 0 0 20px;
    width: 100%;
    margin-top: auto;
}

.box_table.accordion tbody.table_group tr:last-child th,
.box_table.accordion tbody.table_group tr:last-child td{
    margin-bottom: 0;
}

.box_table.accordion .table_group th:not(.table_title){
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    line-height: 28px;
    padding: 4px 16px;
}

.box_table.accordion .blue_dot_list li{
    border-bottom: 1px solid #A1A1A1;
    padding: 4px 4px 4px 2em;
    margin-left: 0;
    text-indent: -2em;
    min-height: 36px;
}

.box_table.accordion .blue_dot_list li::before{
    font-size: 12px;
    vertical-align: text-bottom;
    padding-left: 16px;
}

.box_table.accordion .blue_dot_list li.anker{
    transition: 0.2s;
    cursor: pointer;
}

.box_table.accordion .blue_dot_list li.anker::before{
    transition: 0.2s;
    cursor: pointer;
}

.box_table.accordion .blue_dot_list li.anker:hover {
    color: #D1610E;
}

.box_table.accordion .blue_dot_list li.anker:hover::before {
    color: #D1610E;
}

.contents_model_list .product_box{
    margin-top: 40px;
}

.model_contact-box{
    margin-top: 64px;
    padding: 24px 32px;
    border: 1px solid #004898;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}
.model_contact_btn{
    display: flex;
    width: 320px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #004898;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.model_list{
    line-height: normal;
}

.model_list .model_item{
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding-top: 20px;
    margin-top: 32px;
    border-top: 1px solid #A1A1A1;
}
.model_list .model_item:first-child{
    margin-top: 0;
}
.model_list .mosel_img{
    width: 25%;
}
.model_list .model-cat{
    width: fit-content;
    padding: 4px 16px;
    border-radius: 8px;
    background: #C3DFFF;
    color: #004898;
    font-size: 15px;
    font-weight: 500;
}
.model_list .model_date{
    color: #666;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 500;
}
.model_list .model_date.new_icon::after{
    content: "";
    display: inline-block;
    background-image: url(../images/new_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    margin-left: 12px;
    vertical-align: sub;
}

.model_list .model_name{
    color: #004898;
    font-size: 24px;
    font-weight: bold;
    margin-top: 4px;
}
.model_list .model_overview{
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}
.model_list .model_pdf_btn{
    display: inline-block;
    margin-top: 16px;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #004898;
    color: #004898;
    padding: 5px 8px;
}
.model_list .model_pdf_btn::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #004898;
    border-right: 0;
    margin-right: 8px;
}

.contents_model_list .model_contact-box{
    margin-top: 40px;
    margin-bottom: 80px;
}


#physical_model_hub[data-page="model_list"] .fixed_contents .edge_btn.model_download_btn{
    background: #EB422E;
}

#physical_model_hub[data-page="model_list"] .fixed_contents .model_download_btn::after{
    content: none;
}

@media screen and (max-width: 1590px) {
    .product_visual_Img {
        width: 800px;
        height: 408px;
        top: 0px;
        right: -10%;
    }
}

@media screen and (max-width: 1348px) {
    #area-2,
    #area-5 {
        margin: 0 -9vw;
    }

    .page_nav {
        gap: 12px;
    }

    .nav_btn {
        width: 230px;
        height: 60px;
        padding: 18px 20px;
        font-size: 18px;
    }

    .product_visual_Box {
        height: 360px;
    }
    .product_visual_Img {
        width: 700px;
        height: 357px;
        top: 0px;
        right: -7%;
    }

    .product_visual_Box .product_title {
        margin: 85px 6%;
    }
    .product_visual_Box .product_title p {
        font-size: 20px;
    }

    .product_visual_Box .product_title h2 {
        font-size: 60px;
    }

    .nav_btn::after {
        width: 18px;
    }

    #physical_model_hub .product_box {
        width: 90%;
    }

    .point_container .point_text {
        font-size: 20px;
    }

    .point_container .point_num {
        font-size: 80px;
    }

    .card_main .card_overview {
        font-size: 20px;
        line-height: 32px;
    }

    .card_main .card_itemize {
        margin-top: 12px;
    }
    .card_main .card_itemize li {
        margin-left: 1em;
        text-indent: -1em;
        font-size: 15px;
        line-height: 22px;
    }

    .card_main .card_itemize li::before {
        font-size: 14px;
        line-height: 20px;
    }

    .card_main .card_text {
        margin-right: 20px;
    }

    .list_col .selling_point {
        width: 90px;
    }

    .selling_point p{
        font-size: 14px;
        line-height: 20px;
    }

    .selling_point p .capital{
        font-size: 17px;
    }

    /* .fixed_contents .edge_btn {
        width: 180px;
        gap: 30px;
    } */

    .res_break {
        display: inline;
    }

    /*-----------------------------

    モデル一覧・ダウンロード

    -----------------------------*/
    #model_list .products_title_container {
		width:100%;
		height: 120px;
	}
    #model_list .breadcrumb ul{
		font-size: 0.9rem;
	}
    #model_list .upperTitle-wh{
		font-size: 2.25rem;
	}
    .attention{
        flex-direction: column;
        line-height: normal;
    }
}


@media screen and (max-width: 1228px) {
    .product_visual_Img {
        width: 600px;
        height: 306px;
        top: 10px;
        right: -8%;
    }
}


@media screen and (max-width: 1024px) {

    body p {
        font-size: 1rem;
    }
    .product_visual_Box {
        position: relative;
        height: 360px;
    }

    .product_visual_Box .breadcrumb_Box,
    .product_visual_Box .product_title {
        position: relative;
        z-index: 3;
    }

    .product_visual_Img {
        width: 600px;
        height: 306px;
        top: 30px;
        right: -8%;
        opacity: 0.4;
    }

    .product_visual_Box .product_title p {
        font-size: 18px;
    }

    .product_visual_Box .product_title h2 {
        font-size: 52px;
    }
    .page_nav {
        position: static;
        flex-wrap: wrap;
        width: 600px;
        gap: 16px;
        margin: 0 auto 80px;
    }

    .nav_btn {
        width: 250px;
        height: 64px;
        padding: 25px 24px;
        font-size: 18px;
    }

    .nav_btn::after {
        width: 30px;
    }

    .worries h3 {
        font-size: 32px;
    }

    .worries_card{
        width: 400px;
        height: 150px;
    }

    .worries_card::before {
        width: 40px;
        height: 30px;
    }
    
    .worries_card p {
        font-size: 18px;
        line-height: 26px;
    }

    .solve_worries_text p {
        font-weight: 500;
        font-size: 32px;
    }

    .solve_worries_text h3 {
        font-size: 42px;
        margin-top: 8px;
    }

    h3.section_title {
        font-size: 32px;
    }

    h3.section_title::after {
        display: block;
        margin: 24px auto 0;
        text-align: center;
        width: 28px;
        height: 4px;
        content: '';
        background-color: #004898;
    }

    .box_container {
        flex-direction: column;
    }

    .box_container .box_content {
        width: 100%;
    }

    .box_container .box_content p {
        font-size: 1.125rem;
    }

    .box_container .box_content .rounded_btn {
        margin: 40px auto 0;

    }

    
    .box_intro_container {
        flex-direction: column;
    }

    .box_table {
        font-size: 15px;
    }
    
    .box_card {
        top: -15px;
        padding: 30px;
    }

    .box_card::before {
        width: 170px;
    }

    .point_container {
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }

    .point_container .point_text {
        font-size: 24px;
        letter-spacing: 1.2px;
    }

    .point_container .point_num {
        font-size: 64px;
    }

    .plan_list .row_head {
        width: 165px;
        min-width: 165px;
    }

    .free_plan, 
    .paid_plan {
        width: 260px;
        min-width: 260px;
    }

    .list_col .selling_point {
        width: 85px;
        left: -16px;
    }

    .list_col ul .col_head p {
        font-size: 22px;
        letter-spacing: 1.6px;
    }

    .list_col ul .col_head {
        height: 64px;
    }

    .selling_point p {
        font-size: 12px;
        line-height: 14px;
    }

    .selling_point p .capital {
        font-size: 15px;
        line-height: 20px;
    }

    .selling_point p.capital {
        font-size: 15px;
    }

    .bg_container {
        flex-direction: column;
        gap: 20px;
    }

    .grey_underline_list li {
        height: 72px;
        margin: 0;
    }

    .grey_underline_list li p {
        font-size: 18px;
    }
    .flow_content .flow_title {
        font-size: 20px;
        letter-spacing: 1.44px;
    }

    .grey_underline_list li .capital {
        font-size: 22px;
    }

    .flow_content .step_container::before {
        height: 74%;
    }

    .flow_step .step_text h5  {
        font-size: 20px;
    }

    .flow_step .step_text p {
        margin-top: 15px;
    }

    .flow_content .flow_step {
        margin-top: 42px;
    }

    .concluding_lead p {
        font-weight: 600;
        font-size: 20px;
        line-height: normal;
    }

    .border_decoration::before {
        content: '';
        position: absolute;
        border-left: 3px solid #ffffff;
        height: 80px;
        left: 0;
        bottom: -15%;
        transform: translateX(-30px) rotate(-25deg);
    }

    .border_decoration::after {
        content: '';
        position: absolute;
        border-left: 3px solid #ffffff;
        height: 80px;
        right: 0;
        bottom: -15%;
        transform: translateX(30px) rotate(25deg);
    }

    .res2_break {
        display: inline;
    }

    .pc_res_break {
        display: none;
    }

    .rounded_btn {
        width: 280px;
        padding: 18px 0;
        font-size: 1.125rem;
    }

    /*-----------------------------

    モデル一覧・ダウンロード

    -----------------------------*/

    .box_table.accordion .blue_dot_list li {
        padding-left: 2.4em;
        text-indent: -2.4em;
    }
    #model_list .products_title {
		position: relative;
		width: 100%;
	}
    #model_list .breadcrumb ul{
		font-size: 0.75rem;
		padding: 8px 0px;
	}

    #model_list .upperTitle-wh {
		padding: 6px 0px;
		font-size: 2rem;
		font-weight: bold;
		text-align:center;
	}

    #model_list .model_download_btn{
        font-size: 16px;
    }
    .box_table.accordion .table_group td{
        padding-left: 10px;
    }
}


@media screen and (max-width: 830px) {
    .worries_card:last-child::after {
        left: 0;
        right: 0;
        bottom: -125%;
        margin: auto;
    }

    .worries_card_container {
        padding-bottom: 140px;
    }
}


@media screen and (max-width: 599px) {

    body p {
        font-size: 0.9375rem;
    }

    th,
    td {
        font-size: 0.9375rem;
    }

    .breadcrumb ul {
        background-color: #ffffff;
    }

    #area-1 {
        padding-top: 48px;
    }

    #area-2,
    #area-5 {
        margin: 0;
    }

    .section .contents_section {
        padding-top: 48px;
    }

    .bg_area {
        margin-top: 48px;
        padding-bottom: 48px;
    }

    #area-2 .bg_area {
        border-radius: 40px 40px 0 0;
    }

    .bg_area.blue_bg_section {
        padding-top: 48px;
    }

    .product_visual_Box {
        height: 220px;
    }

    .product_visual_Img {
        width: 400px;
        height: 204px;
        right: -25%;
        top: 60px;
    }

    .product_visual_Box .product_title p {
        font-size: 16px;
        line-height: 24px;
    }

    .product_visual_Box .product_title h2 {
        font-size: 32px;
        margin-top: 4px;
    }

    .product_visual_Box .product_title {
        margin: 32px 0 0 16px;
    }

    .page_nav {
        max-width: 352px;
        gap: 8px;
        margin:16px auto 48px;
    }

    .nav_btn {
        width: 172px;
        height: 48px;
        padding: 14px 12px;
        font-size: 14px;
    }

    .nav_btn::after {
        width: 20px;
    }

    .worries {
        filter: none;
    }

    .worries::before {
        height: 24px;
    }

    .worries h3 {
        font-size: 20px;
    }

    .worries_card_container {
        margin-top: 28px;
        padding-bottom: 140px;
    }

    .worries_card {
        width: 351px;
        height: 110px;
        border-radius: 24px;
    }

    .worries_card::before {
        width: 36px;
        height: 27px;
    }

    .worries_card:last-child::after {
        width: 144px;
        height: 160.96px;
    }
    .worries_card p {
        font-size: 15px;
        line-height: 24px;
    }
    .solve_worries {
        margin-top: 59px;
    }

    .solve_worries_text {
        padding-bottom: 32px;
    }

    .solve_worries_text p {
        font-size: 16px;
    }

    .solve_worries_text h3 {
        margin-top: 8px;
        font-size: 24px;
    }

    #physical_model_hub .product_box {
        width: 93.5%;
        margin-top: 24px;
    }

    h3.section_title {
        font-size: 20px;
    }

    h3.section_title::after {
        margin-top: 12px;
        width: 24px;
        height: 3px;
    }

    .box_container {
        gap: 24px;
    }

    .box_container .box_content p {
        font-size: 16px;
        line-height: 24px;
    }

    .box_container .box_content .catalog_btn {
        margin-top: 20px;
    }
    #area-3 .box_title {
        margin-top: 20px;
    }
    .box_title {
        margin-top: 32px;
        font-size: 18px;
    }
    .box_intro_text {
        line-height: 20px;
    }
    .box_intro_container {
        margin-top: 12px;
        flex-direction: column;
        gap: 20px;
    }

    .box_table {
        margin-top: 20px;
    }

    .box_table .table_group th {
        width: auto;
    }
    .box_table .table_group th,
    .box_table .table_group td {
        padding: 4px 8px;
        border: none;
    }

    .blue_dot_list li {
        margin-left: 1.2em;
        text-indent: -1.2em;
        line-height: 20px;
    }

    .blue_dot_list li::before {
        margin-right: 4px;
    }

    .box_card {
        padding: 16px;
        padding-top: 8px;
    }

    .box_card::before {
        width: 135px;
    }

    .point_container {
        position: relative;
        top: 0;
        height: 71px;
        align-items: center;
    }

    .point_container .point_text {
        font-size: 20px;
    }

    .point_container .point_num {
        font-size: 48px;
    }
    .card_main {
        margin-top: 12px;
    }
    .card_main .card_overview {
        font-size: 18px;
        line-height: 28px;
        margin-top: 0;
    }

    .bg_container {
        flex-direction: column;
        margin-top: 12px;
        gap: 20px;
        padding: 12px 10px;
    }

    .bg_container .blue_dot_list li {
        line-height: 20px;
    }

    .card_content .card_main {
        flex-direction: column;
        gap: 24px;
    }

    .card_main .card_text,
    .card_main .card_img {
        width: 100%;
        margin: 0;
    }

    .plan_list {
        margin-top: 28px;
        gap: 12px;
        flex-wrap: nowrap;
        justify-content: normal;
    }

    .plan_list .row_head ul {
        padding: 10px 0;
    }

    .list_col .selling_point {
        width: 80px;
        top: -20px;
        left: -10px;
    }
    .plan_list .row_head {
        width: 150px;
        min-width: 150px;
    }

    .free_plan, 
    .paid_plan {
        width: 260px;
        min-width: 260px;
    }

    .list_col ul .col_head {
        height: 64px;
    }

    .list_col ul .col_head p {
        font-size: 22px;
    }

    .selling_point p {
        font-size: 12px;
        line-height: 14px;
    }

    .selling_point p .capital {
        font-size: 15px;
        line-height: 20px;
    }

    .selling_point p.capital {
        font-size: 15px;
    }

    .grey_underline_list li {
        height: 72px;
        margin: 0;
    }

    .footnote p {
        font-size: 13px;
        margin-top: 8px;
    }

    .flow_container {
        flex-direction: column;
    }

    .flow_content {
        width: 100%;
    }

    .flow_content .flow_title {
        font-size: 18px;
        padding: 7px;
    }

    .flow_content .step_container {
        margin-top: 20px;
    }

    .flow_content .step_container::before {
        content: none;
    }

    .flow_content .flow_step {
        margin-top: 24px;
        gap: 16px;
    }

    .flow_step .step_text h5 {
        font-size: 18px;
    }

    .flow_step .step_text p {
        line-height: normal;
        margin-top: 12px;
    }

    .flow_step .step_icon .icon_field {
        width: 68px;
    }

    .icon_field  p {
        font-size: 14px;
    }

    .icon_field  p.step_num {
        font-size: 28px;
    }

    .concluding_lead {
        margin-top: 24px;
    }

    .concluding_lead p {
        font-size: 16px;
        line-height: normal;
    }

    .border_decoration::before {
        height: 72px;
        border-width: 2px;
        transform: translateX(-25px) rotate(-15deg);
        bottom: 0%;
    }

    .border_decoration::after {
        height: 72px;
        border-width: 2px;
        transform: translateX(25px) rotate(15deg);
        bottom: 0%;
    }

    .btn_row {
        margin-top: 20px;
    }
    
    .fixed_contents {
        flex-direction: row;
        gap: 0;
        left: 0;
        right: auto;
        bottom: 0;
    }

    .fixed_contents.hide {
        opacity: 0;
        transition: 0.3s;
        pointer-events: none;
    }

    .sp_break {
        display: inline;
    }

    .sp_scroll_container {
        overflow-x: auto;
    }


    /*-----------------------------

    ボタン類

    -----------------------------*/
    .rounded_btn {
        width: 100%;    
        padding: 22.5px 0;
        gap: 8px;
    }

    .fixed_contents .edge_btn {
        display: flex;
        width: 150px;
        height: 64px;
        justify-content: center;
        gap: 10px;
        align-items: center;
        border-radius: 12px 12px 0 0;
        font-size: 15px;
    }

    .rounded_btn.large_btn {
        width: 100%;
        padding: 22.5px 0;
    }

    .fixed_contents .pmh_contact_btn {
        border: 3px solid #004898;
        border-bottom: none;
    }


    /*-----------------------------

    モデル一覧・ダウンロード

    -----------------------------*/
    #model_list .products_title_container {
        width:100%;
    }
    #physical_model_hub[data-page="model_list"] .fixed_contents .edge_btn.model_download_btn{
        width: 200px;
        justify-content: space-around;
    }
    #model_list .breadcrumb ul{
		width: 94%;
        font-size: 0.85rem;
        padding: 8px 10px;
        margin: 0;
        white-space: nowrap;
        background-color: unset;
	}
    #model_list .upperTitle-wh {
        font-size: 1.75rem;
		padding: 10px 0px;
    }

    .attention{
        gap: 16px;
        padding: 12px;
    }
    .box_table.accordion{
        margin-top: 16px;
    }
    .box_table.accordion .table_group tr{
        flex-direction: column;
    }
    .box_table.accordion .table_group .table_title{
        margin-bottom: 0;
        line-height: 28px;
    }
    .box_table.accordion .table_group th:not(.table_title){
        border-radius: 0;
        line-height: 28px;
        justify-content: flex-start;
        margin-bottom: 0;
    }
    .box_table.accordion .table_group td{
        padding: 0;
    }
    .box_table.accordion .blue_dot_list li{
        padding-left: calc(8px + 1em);
        text-indent: -1em;
        min-height: 0;
        
    }
    .box_table.accordion .blue_dot_list li::before{
        padding-left: 0;
    }
    .box_table.accordion .table_group th,
    .box_table.accordion .table_group td{
        margin-bottom: 14px;
    }
    .box_table.accordion tbody.table_group{
        margin-bottom: 10px;
    }

    .box_table.accordion .table_group .table_title{
        margin-top: 10px;
    }
    .box_table.accordion .table_group:first-of-type .table_title{
        margin-top: 0;
    }

    .model_contact-box{
        margin-top: 32px;
        padding: 16px;
        line-height: normal;
        gap: 16px;
        width: 100%;
        box-sizing: border-box;
    }
    .model_contact_btn{
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
    }

    #physical_model_hub .contents_model_list .product_box{
        margin-top: 32px;
    }
    .model_list .model_item{
        padding: 12px;
        margin-top: 20px;
        gap: 10px;
    }
    .model_list .mosel_img{
        width: 20%;
    }
    .model_list .model-cat{
        font-size: 14px;
        padding: 2px 12px;
        border-radius: 6px;
    }
    .model_list .model_date{
        margin-top: 6px;
        font-size: 13px;
    }
    .model_list .model_date.new_icon::after{
        margin-left: 8px;
        width: 40px;
        height: 15px;
    }
    .model_list .model_name{
        font-size: 18px;
        margin-top: 2px;
    }
    .model_list .model_overview{
        margin-top: 10px;
        line-height: 22px;
    }
    .model_list .model_pdf_btn{
        margin-top: 12px;
        font-size: 15px;
    }
    .contents_model_list .model_contact-box{
        margin-top: 32px;
        margin-bottom: 48px;
    }

}