@charset "utf-8";
* {
    box-sizing: border-box;
    margin-left: 0px;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 220px;
    overflow-x: hidden;
}
body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.8em;
    background:
        linear-gradient(45deg, rgba(200, 200, 200, 0.3) 25%, transparent 25%, transparent 75%, rgba(200, 200, 200, 0.3) 75%), linear-gradient(-45deg, rgba(200, 200, 200, 0.3) 25%, transparent 25%, transparent 75%, rgba(200, 200, 200, 0.3) 75%);
    background-size: 2px 2px; /* メッシュの細かさを調整 */
    background-color: #EAE9E9; /* ベースの薄いグレー */
    margin: 0;
    overflow-x: hidden;
}
/* 商標登録マークを小さく表示する */
sup.tm {
    font-size: 0.6em; /* 通常文字の約60%に */
    vertical-align: super; /* 上付き配置 */
    line-height: 0; /* 余分な行間をなくす */
}
/*ヘッダー*/
.header {
    position: fixed;
    inset: 0;
    height: 180px;
    z-index: 1000;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #E7ECFE;
}
.logo {
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.logo a img {
    width: 70%;
    height: auto;
    display: block;
}
.title {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title img {
    width: 80%;
    height: auto;
}
.company {
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center
}
.company img {
    width: 90%;
    position: relative;
    top: -30px; /* 少し上へ */
}
/*メニュー*/
.g-nav {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}
li {
    list-style: none;
}
#h-menu {
    display: none;
}
/*メニューレスポンシブ*/
#h-menu {
    background-color: #005BAC;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    line-height: 48px;
    padding-left: 20px;
    display: block;
}
.menu {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
}
.menu_list {
    display: flex;
    justify-content: center;
    line-height: 40px;
    background-color: #005bac;
    width: 100%;
    height: 40px;
    position: relative;
    padding-left: 0; /* 左側の余白をなくす */
    margin: 0;
    overflow: visible;
}
/*#members_list {
  background-color: #F05E20;
}*/
/*#members_list a:hover {
  background-color: #842B1C;
  transition: 0.3s ease-in-out;
}
#members-children {
  background-color: #F05E20;
}*/
.menu_link {
    width: 100%;
    height: 100%;
    display: block;
}
.menu_list a {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
}
.menu_list a:hover {
    background-color: #3F414E;
    transition: 0.3s ease-in-out;
}
.menu-children {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0;
    background-color: #005bac;
}
.menu-child {
    text-align: center;
    border-top: 0.5px dashed #FFFFFF;
}
.menu-child a {
    display: block;
    white-space: nowrap;
    max-width: 100%;
    text-align: center;
}
.menu_list:hover .menu-children {
    display: block;
}
/* タイトルボックス */
.privacy_box {
    margin-top: 170px; /* 固定ヘッダーの高さ分 */
    width: 100%;
    height: 255px;
    background-color: #FFFFFF; /* 薄グレー */
    display: flex;
    align-items: center;
    padding-left: 200px;
}
/* タイトル全体のラップ */
.title_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}
/* タイトルのスタイル */
.page_title {
    font-size: 48px;
    font-weight: bold;
    color: #005bac;
}
.title_wrapper img {
    margin-left: 55%;
    max-width: 15%;
    height: auto;
}
/* 縦線を作るエリア */
.vertical_lines {
    width: 10px; /* 線の幅 */
    height: 100px; /* 線の高さ */
    display: flex;
    flex-direction: column;
    gap: 4px; /* 縦線の間隔 */
    margin-right: 50px; /* タイトルとの間隔 */
}
/* 縦線1 */
.vertical_lines::before {
    content: "";
    width: 4px; /* 線の幅 */
    height: 100%;
    background-color: #000000;
    display: block;
}
/* 縦線2 */
.vertical_lines::after {
    content: "";
    width: 4px; /* 線の幅 */
    height: 100%;
    background-color: #005bac;
    display: block;
}
/*項目センタリング*/
.item_inner {
    background-color: #FFF;
    max-width: 1280px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    z-index: -100;
    padding-top: 70px;
    padding-bottom: 100px;
}
.main_img {
    text-align: center;
}
.main_img img {
    width: 85%;
}
.question_mobile {
    display: none;
}
.price {
    background-color: #E5E9F3;
    font-size: 24px;
    max-width: 70%;
    margin-top: 90px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bolder;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.price_text {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*本文強調*/
.essential_h {
    font-weight: bold;
    margin-top: 20px;
    color: #005BAC;
}

/*このような方に*/
.summary_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
.summary_wrapper img {
    width: 16%;
}
.summary2_copy {
    background: #005bac;
    color: #fff;
    padding: 0.75rem 2rem;
    font-size: 16px;
    text-align: center;
}
.summary2_item {
    font-size: 16px;
}
/*項目*/
.model, .construction-tablewrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1280px;
    margin-top: 60px;
    gap: 50px;
}
.item_copy_BIM_addiction {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}
.item_copy_BIM_addiction img {
    max-width: 95%;
    width: 90%;
    height: auto;
    margin-left: 20px;
}
video {
    display: block;
    width: 95%;
    height: auto;
    max-width: 1080px; /* 大きくなりすぎないよう制限 */
    margin: 0 auto;
}
.finishmobile {
    display: none;
}
.finish, .tool {
    justify-content: center;
    text-align: center;
}
.finish img {
    width: 70%;
    height: auto;
    justify-content: center;
    max-width: 1080px; /* 大きくなりすぎないよう制限 */
}
.tool img {
    width: 100%;
    max-width: 680px;
}
/*注意書き*/
.attention {
    font-size: 12px;
    margin-top: 20px;
}
#cadattention {
    text-align: center;
}
/*見出し*/
.summary1 {
    margin-bottom: 0.2rem;
    padding: 1rem;
    color: #353535;
    box-shadow: 0 0 10px #efefef, 0 0 15px #efefef, 0 0 20px #dedede;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    width: 95%;
    margin-left: 12px;
    margin-right: auto;
}
/*大見出し*/
.copy-wrapper {
    position: relative;
    width: 1280px;
    padding-bottom: 20px; /* ライン分の余白 */
    margin-top: 150px;
    margin-bottom: 80px;
}
.copy-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 880px;
    height: 50px;
    background-color: #E4E1FE; /* 薄紫 */
    z-index: 0;
}
.copy-line_2 {
    position: absolute;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 1200px;
    height: 10px;
    background-color: #E4E1FE; /* 薄紫 */
    z-index: 0;
}
.copy-text {
    position: relative;
    z-index: 1;
    display: flex;
    margin-left: 50px;
    gap: 10px;
    flex-wrap: wrap;
}
.copy-title {
    font-size: 64px;
    font-weight: bold;
    color: #005bac;
    margin: 0;
    line-height: 1;
}
/*小見出し*/
.copy-wrapper_small {
    position: relative;
    width: 600px;
    margin-top: 10px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.copy-title_small {
    font-size: 40px;
    margin-top: 100px;
    color: #005bac;
    border-bottom: 15px solid #E4E1FE;
    padding-bottom: 8px;
    text-align: center;
}
/*項目内概要説明*/
.intro_detail {
    display: flex; /* 横並び */
    align-items: center; /* 縦中央揃え */
    justify-content: center; /* 横方向も中央に寄せたいなら */
    gap: 20px; /* テキストと画像の間隔 */
}
.intro_detail.item_copy_BIM_intro {
    flex: 1;
    text-align: right;
}
.intro_detail img {
    margin-left: 70%;
    max-width: 200px; /* アイコンサイズを調整 */
    width: 60%;
    text-align: right;
    display: block;
}
/*上部へ戻る*/
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 2rem;
    background-color: #005bac;
    color: #E7ECFE;
    padding: 10px 15px;
    border-radius: 10%;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 1000;
}
.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
}
/* スライダー共通設定 */
.slider {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}
.slides img {
    width: 100%;
    height: auto;
    display: none;
    object-fit: cover;
    transition: opacity 0.6s ease-in-out;
}
.slides img.active {
    display: block;
}
/* 注釈（キャプション） */
.caption {
    text-align: center;
    padding: 10px 0;
    background: #fff;
    font-size: 1rem;
    color: #333;
}
/* ナビボタン */
button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    font-size: 28px;
    cursor: pointer;
    padding: 8px 14px;
    transition: background 0.3s ease;
    z-index: 10;
}
button.prev {
    left: 8px;
    font-weight: bold;
}
button.next {
    right: 8px;
    font-weight: bold;
}
button:hover {
    background: rgba(0, 0, 0, 0.7);
}
.question_A {
    align-items: center;
    background-color: #E9ECFF;
    width: 90%;
    border-radius: 10px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product .model img {
    height: auto;
    width: 100%;
    max-width: 800px;
    margin-right: 30px;
}
.product .dousa img {
    height: auto;
    width: 100%;
    max-width: 900px;
}
.dousa {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*テーブル*/
.cad-table, .cad-table th, .cad-table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: center;
}
.cad-table {
    border-collapse: collapse;
    width: 70%;
    margin: 1rem 0;
    font-size: 14px;
}
.cad-head, .suryo-head {
    background-color: #005bac;
    color: #fff;
    font-weight: bold;
    width: 30%;
    text-align: center;
}
.cad-title {
    background-color: #005bac;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.col-wrap {
    width: 80%;
    display: grid;
    gap: 2px 1px; /* 行間・列間の余白 */
    text-align: left;
}
.suryo-table, .suryo-table th, .suryo-table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.suryo-table {
    border-collapse: collapse;
    width: 60%;
    margin: 1rem 0;
    font-size: 14px;
}
.scaffold-table {
    border-collapse: collapse;
    width: 70%;
    margin: 1rem 0;
    font-size: 14px;
}
.scaffold-table caption {
    caption-side: top;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 12px;
    color: #fff;
    background-color: #005bac;
}
.scaffold-table th, .scaffold-table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: center;
}
.scaffold-head {
    background-color: #005bac;
    color: #fff;
    font-weight: bold;
}
.scaffold-title {
    text-align: left;
    background-color: #E9ECFF;
    font-weight: bold;
    width: 50%;
}
.operation-table {
    border-collapse: collapse;
    width: 70%;
    margin: 1rem 0;
    font-size: 14px;
}
.operation-title {
    background-color: #E9ECFF;
    font-weight: bold;
    width: 10%;
}
.product-table {
    border-collapse: collapse;
    width: 75%;
    margin: 1rem 0;
    font-size: 14px;
}
.product-table caption {
    caption-side: top;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}
.product-table th, .product-table td, .operation-table th, .operation-table td {
    border: 1px solid #ccc;
    padding: 10px 12px;
    vertical-align: top;
}
.product-head {
    background-color: #005bac;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.product-title {
    background-color: #E9ECFF;
    font-weight: bold;
    width: 30%;
}
.product-detail {
    background-color: #fff;
    width: 25%;
}
.product-price {
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    width: 15%;
}
@media screen and (max-width:1024px) {
    html {
        scroll-padding-top: 180px;
    }
    /*ヘッダー*/
    .logo {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo a img {
        width: 100%;
    }
    .title {
        width: 100%;
    }
    .company {
        display: none;
    }
    /*メニュー*/
    #h-menu {
        background-color: #E7ECFE;
        color: #005bac;
        font-weight: bold;
        font-size: 32px;
        margin-right: 20px;
        display: block;
    }
    .menu {
        display: none;
        flex-direction: column;
    }
    .menu_list {
        flex-direction: column;
        position: static;
        height: auto;
    }
    .menu-children {
        display: none;
        background-color: #005bac;
        width: 100%;
        position: static;
        z-index: auto;
    }
    .menu_list.active .menu-children {
        display: block;
        position: static;
    }
    .menu-child a {
        display: block;
        padding: 10px;
        white-space: normal;
        color: #fff;
        text-decoration: none;
    }
    .menu-child a:hover {
        background-color: #003f7f;
    }
    .menu_list:hover .menu-children {
        display: block;
    }
    .button_wrapper {
        justify-content: center;
        flex-wrap: nowrap;
    }
	 /* タイトル*/
    .title_wrapper {
        display: flex;
        justify-content: center;
        gap: 0px;
        margin-top: 50px;
    }
    .page_title {
        width: 100%;
        font-size: 32px;
        white-space: normal;
        word-break: break-word;
        text-align: center;
        margin-right: 2px;
        padding: 0, 0, 0, 0;
    }
    .info_title::before, .info_title::after {
        content: "";
        position: static;
        top: 50%;
        width: 60px;
        margin-left: 0;
    }
    .vertical_lines {
        margin-left: 10px;
        margin-right: 0px;
    }
    /*大見出し*/
    .copy-wrapper {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .copy-text {
        flex-direction: row; /* 横並び → 縦並びに */
        justify-content: left;
        padding-top: 15px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .copy-line { /*紫の太い線*/
        width: 40%;
        height: 50px;
    }
    .copy-line_2 { /*紫の細い線*/
        display: none;
    }
    .copy-title {
        font-size: 2.5rem; /* スマホ向けに少し小さめに */
    }
    .copy-title_2 {
        font-size: 1.0rem;
        margin-top: 10px;
        padding: 0 0px;
        margin-left: 0;
    }
	/*小見出し*/
    .copy-wrapper_small {
        width: 100%;
        margin-top: 50px;
		margin-bottom: 40px;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }
    .copy-title_small {
        font-size: 40px;
        text-align: center;
    }
	    /*概要説明*/
    .title_wrapper img {
        display: none;
    }
    #summary_copy {
        background-image: none;
        font-size: 2.0em;
    }
    #summary_copy1 {
        width: 100%;
        font-size: 2.0rem;
    }
    #summary_copy {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .summary_wrapper {
        width: 95%;
        flex-direction: column;
    }
    .summary_wrapper img {
        display: none;
    }
    .summary1 {
        font-size: 16px;
        white-space: normal;
        word-break: break-word;
        margin-left: 5px;
        margin-right: auto;
        width: 90%;
    }
    .summary2 p {
        font-size: 16px;
    }
		/*概要説明*/
    .intro_detail {
        flex-direction: column;
        flex-direction: column-reverse;
        font-size: 0.9rem;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .intro_detail img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    /* レイアウト全体*/
    .privacy_box, .main {
        align-items: center;
        width: 95%;
        height: auto;
    }
    .main {
        margin-top: 30px;
    }
    .privacy_box {
        height: 200px;
        padding-left: 20px;
        margin-top: 30px; /* 固定ヘッダーの高さ分 */
        width: 100%;
        justify-content: center;
    }
    .privacy_policy_list {
        align-items: center;
        width: 90%;
        padding-left: 0px;
    } 
    .price {
        font-size: 1.0rem;
    }
	/*slide*/
	.slider {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}
    /*項目*/
    .price_text {
        width: 90%;
    }
    .item_inner {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        margin-top: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .finishmobile {
        display: block;
        align-items: center;
    }
    .finishmobile img {
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 1024px;
        width: 95%
    }
    .finish {
        display: none;
    }
    .model {
        flex-direction: column;
        align-items: center; /* 中央寄せしたい場合 */
        gap: 2px; /* モバイル時の間隔を調整 */
        margin-bottom: 30px;
    }
    .item_copy_BIM_addiction {
        align-items: center;
        width: 95%;
        margin-left: 20px;
        margin-right: auto;
    }
    .video {
        width: 95%;
        height: auto;
        margin-top: 60px;
        margin-left: 0px;
        margin-right: auto;
    }
    .item_copy_BIM_addiction img {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    #buhin, #brease {
        flex-direction: column-reverse;
    }
    #direct {
        flex-direction: column-reverse;
    }
	.attention {
    width: 90%;
    min-width: 400px;
	}
	#cadattention {
	width: 90%;
    min-width: 400px;
	margin-left: auto;
	margin-right: auto;
	}
   
    .question_A {
        display: none;
    }
    .question_mobile {
        display: block;
        width: 100%;
        background-color: #E9ECFF;
        border-radius: 10px;
        font-size: 1.1rem;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
	 /*テーブルの縮小*/
    .construction-tablewrapper {
        overflow-x: auto; /* 横スクロールを許可 */
        -webkit-overflow-scrolling: touch; /* スマホでスムーズスクロール */
    }
    .cad-table td {
        font-size: 13px;
        padding: 6px;
    }
	.cad-title{
		width: 100px;
	}
     .scaffold-title {
        width: 60px;
    }
    .scaffold-head {
        width: 40px;
    }
    .product-table, .operation-table{
        min-width: 400px; /* スマホでもレイアウトが崩れない */
		margin-left: auto;
        margin-right: auto;
    }
	.suryo-table{
		min-width: 350px;
		margin-right: 20px;
	}
	
    .cad-table, .scaffold-table, .product-table {
        min-width: 600px;
		margin-left: auto;
        margin-right: auto;	
    }
    /*フッター*/
    .sitemap {
        flex-direction: column;
    }
    .footer-children {
        display: flex;
        gap: 10px;
    }
    .footer_menu {
        flex-direction: column;
    }
}
@media only screen and (min-width:1024px) {
    #h-menu {
        display: none;
    }
    nav ul.menu {
        display: flex !important;
        justify-content: space-around;
    }
    .menu_list {
        position: relative;
    }
    .menu-children {
        top: 100%;
        left: 0;
        z-index: 10;
    }
}
/*フッター*/
.sitemap {
    display: flex;
    justify-content: space-around;
    background-color: #E7ECFE;
    color: #3264DD;
    list-style: none;
    height: auto;
    font-style: oblique;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 20px;
}
.footer-children {
    padding-left: 0;
    list-style: none;
}
.footer-child {
    margin-top: 10px;
}
.footer-child a {
    text-decoration: none;
    color: #6578BB;
    font-weight: 300;
}
.footer_menu {
    text-decoration: none;
    margin-top: 20px;
}
.footer_menu a {
    text-decoration: none;
}
.footer_copy {
    background-color: #005BAC;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.footer_copy a {
    color: #FCFCFC;
    font-size: 16px;
    text-align: center;
}