
@charset "UTF-8";

/* ========== 各項目　非表示スイッチ ========== */
/* ========== ①と②を両方消すと、その欄を非表示にできます ========== */

/* 設計士 */
#nbp3398187\ 3398187,
#nbp3398056\ 3398056{
    display: none;
}
#nbp107804\ 107804 .content_wrapper a:nth-of-type(1){
    display: none;
}

/* コーディネーター */
/* ==========①
#nbp3398286\ 3398286,
#nbp3398287\ 3398287{
    display: none;
}
#nbp107804\ 107804 .content_wrapper a:nth-of-type(2){
    display: none;
}
==========② */

/* 営業 */
/* ==========①
#nbp3398405\ 3398405,
#nbp3398404\ 3398404{
    display: none;
}
#nbp107804\ 107804 .content_wrapper a:nth-of-type(3){
    display: none;
}
==========② */

/* 施工管理 */
/* ==========①
#nbp3398516\ 3398516,
#nbp3398515\ 3398515{
    display: none;
}
#nbp107804\ 107804 .content_wrapper a:nth-of-type(4){
    display: none;
}
==========② */

/* 経理事務 */
#nbp3401479\ 3401479,
#nbp3401478\ 3401478{
    display: none;
}
#nbp107804\ 107804 .content_wrapper a:nth-of-type(5){
    display: none;
}

/* ========== メイン ========== */
#main{
    overflow: visible;
}
#pan{
    display: none;
}

/* entryボタン */
#nbp3382490\ 3382490{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
}
@media (max-width: 500px){
#nbp3382490\ 3382490{
    width: 100%;
}
#nbp3382490\ 3382490 .content_wrapper{
    width: 100%;
    padding: 0;
}
#nbp3382490\ 3382490 .content_wrapper a{
    width: 100% !important;
    padding: 0;
    box-sizing: border-box;
}
}

/* 夢を叶える */
#nbp3385370\ 3385370{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
}
#nbp3385370\ 3385370::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000055;
}
#nbp3385370\ 3385370::after{
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 50px;
    height: 50px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    animation: sDown 1.4s ease-in-out infinite;
    opacity: 0;
}
#nbp3385370\ 3385370 .inner_item_txt{
    max-width: 100%;
    white-space: nowrap;
    text-align: center;
}
#nbp3385370\ 3385370 .inner_item_txt p{
    font-size: 10vw;
    line-height: 1.1;
    font-weight: 1000;
    color: #bcd3ffdd;
}
@media (max-width:800px){
#nbp3385370\ 3385370 .inner_item_txt p{
    writing-mode: vertical-rl;
    margin: 0 auto;
    font-size: 10rem;
}
}

p.fade{
    animation-name: fadeIn;
    animation-fill-mode:backwards;
    animation-duration:3s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 1s;
    animation-direction:normal;
}
@keyframes fadeIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sDown{
  0%{
    opacity: 0;
  }
  40%{
    opacity: 1;
  }
  60%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

/* メッセージ */
#nbp3397780\ 3397780{
margin-top: 100vh;
}
#nbp3397780\ 3397780 .inner_item_txt p{
    margin-bottom: 50px;
    line-height: 3
    font-weight: 900;
}

/* ボタン */
#nbp107804\ 107804 .content_wrapper{
    display: flex;
    flex-direction: column;
    background-color: #f7b52c;
    padding: 30px;
    width: fit-content;
}
#nbp107804\ 107804 .content_wrapper h2.h{
    padding: 0;
    color: #fff !important;
}
#nbp107804\ 107804 .content_wrapper a{
    border: 0;
    background-color: #fff;
    color: #f7b52c !important;
    text-align: left;
    max-width: 300px;
}
#nbp107804\ 107804 .content_wrapper a:hover{
    transform: scale(1.05);
}
#nbp107804\ 107804 .content_wrapper a span{
    text-align: left;
    font-weight: 900;
    padding: 10px 40px;
}

/* テーブル */
.block_table_8{
    overflow: visible;
}
.block_table_8 .content_wrapper{
    display: flex;
    align-items: flex-start;
}
.block_table_8 .content_wrapper .heading{
    position: sticky;
    top: 300px;
    writing-mode: vertical-rl;
}
.block_table_8 .content_wrapper .heading h2.h{
    top: -200px;
    padding: 0 !important;
}
@media (max-width: 800px){
.block_table_8 .content_wrapper .heading h2.h{
    font-size: 4rem !important;
}
}
.block_table_8 .content_wrapper .outer{
    margin: 0 auto;
}
.block_table_8 .content_wrapper .outer table tr{
    border-bottom: 1px dotted #333333;
}
.block_table_8 .content_wrapper .outer table th{
    vertical-align: baseline;
    text-align: left;
    padding: 30px 0 !important;
}
.block_table_8 .content_wrapper .outer table td{
    padding: 30px 0 !important;
}