/* 
style.css上書き用ファイルです。
style.cssは編集禁止です。
style.cssを変更する場合はこちらのファイルから上書きしてください。
*/

body.is-navi-active {
    overflow: hidden;
}

.c-sp {
    display: none;
}

.c-card01-2-para-1 {
    font-size: 2.4rem;
}

.c-card01-2-para-2 {
    position: relative;
    font-weight: bold;
    font-size: 2.4rem;
    margin-top: 20px;
    line-height: 1.7;
}

.c-card01-2-para-2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100px;
    margin: auto;
    height: 5px;
    background-image: linear-gradient(to right, #FCCB90, #D57EEB);
}

.c-card01-2-para-3 {
    font-size: 2.5rem;
    line-height: 2;
    margin-top: 30px;
}

.c-card01-2 {
    padding: 80px 15px;
}

.c-card01-3 {
    padding: 50px 15px 200px;
    ;
}

.c-card01-div {
    margin-top: 40px;
    width: 100%;
    /* min-height: 440px; */
    box-shadow: 1px 4px 10px #bdbcbc;
    position: relative;
}

.c-card01-div-1-date {
    padding: 7px 15px;
    background-color: #282828;
    color: #fff;
    font-size: 1.5rem;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.c-card01-div-2 {
    padding: 20px 15px 50px;
}

.c-card01-div-1 {
    padding-bottom: 20px;
}

.c-card01-div-2-para {
    font-size: 1.6rem;
    font-weight: bold;
}

.c-card01-div-2-span {
    border: 2px solid #707070;
    padding: 3px 10px;
    display: inline-block;
    font-size: 1.3rem;
    border-radius: 20px;
}

.c-card01-div-2-span-block {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 30px;
}

.c-card01-div img {
    width: 100%;
}

.c-navi-toggler {
    display: none;
}

.nav-link-customer {
    font-weight: bold;
}

.navbar-nav .is-tablet {
    display: none;
}

.top-article-btn {
    font-weight: bold;
}


@media (max-width: 991px) {

    .c-navi-toggler {
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 1;
        transition: opacity .3s ease;
    }

    .c-navi-toggler:hover {
        opacity: .7;
    }

    .c-navi-toggler-icon {
        display: block;
        position: absolute;
        width: 28px;
        height: 2px;
        background: #fff;
        transition: .3s ease;
    }

    .c-navi-toggler-icon:nth-child(1) {
        left: 50%;
        top: 21px;
        transform: translateX(-50%);
    }

    .c-navi-toggler-icon:nth-child(2) {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .c-navi-toggler-icon:nth-child(3) {
        left: 50%;
        bottom: 21px;
        transform: translateX(-50%);
    }

    .c-navi-toggler.is-active .c-navi-toggler-icon:nth-child(1) {
        transform: translate(-50%, 7px) rotate(-45deg);
    }

    .c-navi-toggler.is-active .c-navi-toggler-icon:nth-child(2) {
        opacity: 0;
        left: calc(50% + 30px);
    }

    .c-navi-toggler.is-active .c-navi-toggler-icon:nth-child(3) {
        transform: translate(-50%, -9px) rotate(45deg);
    }

    .c-card01-div {
        width: 445px;
        margin: auto;
        margin-top: 40px;
    }

    .c-card01-div-1-date {
        font-size: 1.3rem;
    }

    .container-nav {
        padding: 0;
    }

    .container-nav-inner {
        display: flex;
        justify-content: space-between;
        padding: 0 10px 0 15px;
        width: 100%;
    }

    .navbar-collapse {
        margin: 15px 0 0;
    }

    .navbar-nav .is-pc {
        display: none;
    }

    .navbar-nav .is-tablet {
        display: inline-block;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        position: relative;
        height: calc(100vh - 90px);
        overflow-y: auto;
        border-top: solid 1px #fff;
    }

    .nav-item {
        display: block;
        padding: 0;
        width: 100%;
        border-bottom: solid 1px #fff;
    }

    .nav-item.is-button {
        padding: 20px 0;
    }

    .nav-item:last-child {
        margin: 0 0 100px;
    }

    .nav-link-customer {
        margin: 0 26px;
        padding: 20px 0;
        text-align: left;
    }

    .nav-link-customer.is-button {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 72px;
        padding: 10px;
        border-radius: 20px;
        background: rgb(253, 143, 62);
        background: linear-gradient(90deg, rgba(253, 143, 62, 1) 0%, rgba(217, 98, 184, 1) 70%, rgba(199, 100, 229, 1) 100%);
    }

    .nav-link-customer.is-button .nav-img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) {

    .c-sp {
        display: block;
    }

    .hum-overlay {
        display: none;
        position: fixed;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
    }

    .c-card01-2 {
        background-image: url(../images/bg-1.png);
        background-size: 100% 100%;
    }

    .c-card01-div {
        width: 270px;
        min-height: auto;
        margin-top: 40px;
    }

    .c-card01-2-para-1 {
        font-size: 1.4rem;
    }

    .c-card01-2-para-2 {
        font-size: 1.4rem;
    }

    .c-card01-2-para-1 {
        font-size: 1.4rem;
    }

    .c-card01-2-para-3 {
        font-size: 1.5rem;
    }

    .c-navi-toggler {
        width: 44px;
        height: 44px;
    }

    .navbar-nav {
        height: calc(100vh - 77px);
    }

    .c-navi-toggler-icon:nth-child(1) {
        top: 13px;
    }

    .c-navi-toggler-icon:nth-child(3) {
        bottom: 13px;
    }
}

@media (max-width: 400px) {

    .c-card01-3 {
        padding: 50px 15px 40px;
    }

    .c-card01-2-para-1 {
        font-size: 0.5rem;
    }

    .c-card01-2-para-2 {
        font-size: 0.7rem;
    }

    .c-card01-2-para-1 {
        font-size: 0.7rem;
    }

    .c-card01-2-para-3 {
        font-size: 0.75rem;
    }
}

/* 2023/02/20 add */
@media (max-width: 600px) {
    .main-section {
        padding: 0;
    }
}

.nav-link-customer.is-button {
    background: #bf39e3;
    font-weight: 700;
}

@media (min-width: 992px) {

    .nav-link-customer.is-button {
        padding: 10px 16px;
        border-radius: 15px;
    }

}

.container-nav-right {
    display: flex;
    align-items: center;
}

.nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 50px;
    margin: 0 10px 0 0;
    padding: 3px 0 0 0;
    border-radius: 18px;
    background: #bf39e3;
    line-height: 1.3;
    font-weight: 700;
    font-size: 15px;
}

@media (min-width: 992px) {

    .container-nav-right {
        display: none;
    }

    .nav-button {
        display: none;
    }

}

.top-hero-1 .blue-logo-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 305px;
    max-width: 100%;
    height: 60px;
    margin: 15px 0 50px 0;
    background: linear-gradient(#58c9b9 0%, #84ddd0 55.02%, #8afaeb 100%);
    box-shadow: 5px 4px 4px rgba(40, 40, 40, 0.5);
    border-radius: 15px;
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 1.3rem;
    color: #343434;
    transition: .2s;
}

@media (max-width: 767px) {
    .top-hero-1 .blue-logo-button {
        margin: 10px 0 16px 0;
    }
}

.top-hero-1 .blue-logo-button .is-large {
    font-size: 1.7rem;
}

.top-hero-1 .blue-logo-button .is-small {
    font-size: 1.2rem;
}

.top-hero-1 .blue-span-button-1 {
    margin: 0 10px 0 0;
}

.top-hero-1 .blue-logo-button-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 30px;
    height: 10px;
    transition: .2s;
}

@media (min-width: 992px) {

    .top-hero-1 .blue-logo-button:hover {
        margin: 17px 0 48px 2px;
        box-shadow: 3px 2px 2px rgba(40, 40, 40, 0.5);
        color: #343434;
    }

    .top-hero-1 .blue-logo-button:hover .blue-logo-button-2 {
        right: 12px;
    }
}


@media (max-width: 767px) {
    .top-door-sp .col-sm-12 {
        margin: -36px 0 0 0;
    }
}

@media (max-width: 420px) {
    .hero-new-logo {
        width: 120px;
    }
}

.top-sec-2 {
    margin: -50px 0 0 0;
}

@media (min-width: 768px) {

    .top-sec-2 {
        padding: 0 15px 80px;
    }

}

@media (min-width: 992px) {
    .top-sec-2 {
        margin: 0 0 0 0;
    }
}

@media (min-width: 1200px) {
    .top-sec-2 {
        margin: 60px 0 0 0;
    }
}

@media (min-width: 1601px) {
    .top-sec-2 {
        margin: -150px 0 0 0;
    }
}

.top-sec-2 .col-12 {
    padding: 0;
}

.top-sec-2-para-1 {
    margin: 0 0 30px;
    font-size: 1.8rem;
    font-weight: 700;
}

.top-sec-2-para-2 {
    padding: 0 0 25px 0;
    margin: 0 0 40px;
    letter-spacing: .1em;
    font-size: 2.3rem;
    font-weight: 700;
}


@media (max-width: 767px) {
    .top-sec-2-para-2 {
        margin: 0 0 20px;
        font-size: 1.6rem !important;
    }
}

.top-sec-2-para-2::after {
    bottom: 0;
}

.top-sec-2-para-3 {
    letter-spacing: .1em;
    font-size: 1.9rem;
}


/* 資料請求・見学予約 */

.campaign-body .section-2 {
    padding: 10px 5px 0;
}

.campaign-body .section-2 .h1-hr {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

@media (min-width: 992px) {
    .campaign-body .section-2 .h1-hr {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 767px) {
    .campaign-body .section-2 .h1-hr::after {
        display: none;
    }
}

.campaign-body .section-2 .h1-hr>span {
    position: relative;
    padding: 0 30px 5px;
    letter-spacing: .05em;
    font-size: 1.4rem;
    font-weight: 500;
}

@media (min-width: 992px) {
    .campaign-body .section-2 .h1-hr>span {
        padding: 0 50px 5px;
        font-size: 2.7rem;
    }
}

@media (max-width: 429px) {
    .campaign-body .section-2 .h1-hr>span {
        display: block;
    }
}

.campaign-body .section-2 .h1-hr>span::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 28px;
    background: url(../images/deco-1.svg) no-repeat center / contain;
}

.campaign-body .section-2 .h1-hr>span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 28px;
    background: url(../images/deco-1.svg) no-repeat center / contain;
    transform: scale(-1, 1);
}

@media (min-width: 992px) {
    .campaign-body .section-2 .h1-hr>span::before {
        width: 26.4px;
        height: 38px;
    }

    .campaign-body .section-2 .h1-hr>span::after {
        width: 26.4px;
        height: 38px;
    }
}

.campaign-body .section-2 p {
    margin: 0;
    letter-spacing: .06em;
    font-size: 1.8rem !important;
}

@media (min-width: 992px) {
    .campaign-body .section-2 p {
        font-size: 3.1rem !important;
    }
}

@media (max-width: 429px) {
    .campaign-body .section-2 p {
        font-size: 1.5rem !important;
    }
}

.campaign-body .section-2 p .sp {
    display: none;
}

@media (max-width: 767px) {
    .campaign-body .section-2 p .sp {
        display: block;
    }
}

.campaign-body .hr-1 {
    width: calc(100% - 20px);
    max-width: 1240px;
}

@media (max-width: 767px) {
    .campaign-body .hr-1 {
        display: block;
    }
}

/* 利用者情報の外部送信について 2023/07/27 add */
.external-table {
    width: 100%;
    border: 1px solid #595959;
    border-collapse: collapse;
    word-break: break-all;
}

.external-table th,
.external-table td {
    border: 1px solid #595959;
    border-collapse: collapse;
    padding: 10px;
}

.external-table th {
    background: #EFEFEF;
}

.external-table td ul li {
    position: relative;
    padding-left: 1.2em;
}

.external-table td ul li::before {
    content: '・';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
}

@media (max-width: 767px) {
    .external-table {
        font-size: 14px;
    }
}

.external-text-right {
    width: 100%;
    text-align: right;
}

.external-pc560 {
    display: inline-block;
}

.external-sp560 {
    display: none;
}

@media (max-width: 559px) {
    .external-pc560 {
        display: none;
    }

    .external-sp560 {
        display: block;
    }
}


/* reCAPTHA 2024/04/25 add */
.g-recaptcha{
    display: flex;
    justify-content: center;
    align-items: center;
}



/* デザイン改修 2025/01/20 追加 */

/* 一覧ページ */

.house-maker-sec-1 .sec-7-block {
    margin-top: 0;
}

@media (min-width: 768px) {
    .house-maker-sec-area-select .nav-pills{
        padding: 0 30px;
    }
}

.house-maker-sec-area-select .nav-pills .nav-link{
    border: 1px solid #343434;
    border-radius: 1rem;
}

.house-maker-sec-area-select .nav-pills .nav-link.active {
    background-color: #343434;
    color: #fff;
}

.house-maker-sec-area-select .btn.active {
    background-color: #666;
    color: #fff;
    border-color: #666;
}

.house-maker-sec-area-select .nav-item:last-child{
    margin-bottom: 0;
}

.house-maker-sec-area-select #search-button{
    /* display: none; */
    color: #FFF;
    background: #bf39e3;
    border: none;
}

.house-maker-sec-area-select .modal-content{
    border-radius: 2rem;
}

.house-maker-sec-1 .sec-7-div a:not([href]):hover{
    cursor: pointer;
}

.house-maker-sec-1 .sec-7-div{
    border: 1px solid #ebebeb;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 0.2);
}

/* 詳細ページ */

.tab-pane-div-4{
    padding: 0;
    border: none;
}

.tab-pane-div-4-1 h2{
    color: #FFF;
}
.tab-pane-div-4-2{
    /* width: 100%; */
}

.section-detail-sec-tab .nav-tabs .nav-link{
    margin: 0;
    border-radius: 10px;
    color: #003552;
}
.section-detail-sec-tab .nav-tabs .nav-link.active{
    margin: 0;
    color: #FFF;
    background-color: #343434;
    border: none;
    border-radius: 10px;
}
.section-detail-sec-tab .nav-tabs .nav-link.active:after{
    display: none;
}

.list-area-accordion .accordion-item .accordion-button{
    background: #FFF;
}

.list-area-accordion .accordion-item .accordion-button:not(.collapsed){
    background: #343434;
    color: #FFF;
}
.list-area-accordion .accordion-item .accordion-button:not(.collapsed)::after{
    filter: brightness(30);
}

.list-area-accordion .accordion-item .accordion-body > div:not(:last-of-type){
    border-bottom: 1px solid #bdbcbc;
}

.list-area-park-tab .nav-item .nav-link{
    width: 130px;
    border: 1px solid #c9c9c9;
    margin: 0;
    border-radius: 10px;
    font-size: 1.3rem;
    padding: 12px 5px;
    color: #003552;
}
.list-area-park-tab .nav-item .nav-link.active{
    margin: 0;
    color: #FFF;
    background-color: #343434;
    border: none;
    border-radius: 10px;
}

.section-detail-construction .list-sp-construction-area,
.section-detail-construction .list-pc-construction-area{
    row-gap: 1rem;
}

.section-detail-construction .list-pc-construction-area .section-detail-sec-tab-span{
    /* margin: 0; */
}

.section-detail-construction a.section-detail-sec-tab-span{
    position: relative;
    padding: 0.3em 1.5em 0.2em 1em;
    border: 1px solid #003552;
    border-radius: 50px;
    color: #003552;
    transition: background-color 0.2s ease;
}
.section-detail-construction a.section-detail-sec-tab-span:hover{
    background: #D57EEB;
    border: none;
    color: #FFF;
    border: 1px solid #D57EEB;
}

.section-detail-construction a.section-detail-sec-tab-span img{
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    width: 8px;
}
.section-detail-construction a.section-detail-sec-tab-span:hover img{
    filter: brightness(20);
}

.section-detail-construction span.section-detail-sec-tab-span{
    position: relative;
    padding: 0.3em 1em 0.2em 1em;
    border: 1px solid #003552;
    border-radius: 50px;
    color: #003552;
}

.section-detail-parklist .list-pc-park,
.section-detail-parklist .list-pc-park-default,
.section-detail-construction .list-pc-park-construction-default{
    padding: 10px;
    border: 1px solid #c9c9c9;
}

.list-pc-park-default.is-hidden,
.list-pc-park-construction-default.is-hidden
{
    display: none;
}
.list-pc-park.is-show,
.list-pc-park-construction.is-show
{
    display: block;
}

.tab-pane-div-4{
    margin-top: 200px;
}

.tab-pane-div-header h2{
    text-align: center;
    font-size: 2.3rem;
    margin-top: 30px;
    position: relative;
    display: inline-block;
}
.tab-pane-div-header h2::after{
    content: "";
    position: absolute;
    width: 120%;
    height: 3px;
    margin: auto;
    display: inline-block;
    background-image: linear-gradient(to right, #FCCB90, #D57EEB);
    left: -10%;
    right: -10%;
    bottom: -5px;
}

.nav-casestudy{
    background: #ed7d31 !important;
    font-weight: 700;
    flex-direction: column;
  }
  .nav-casestudy span{
    font-size: 90%;
    display: block;
  }


/* PCのみナビゲーションのアイコン位置変える */
.nav-solution{
  position: relative;
  margin-left: 25px;
}
.nav-solution .nav-img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 15px;
}
@media (max-width: 991px) {
  .nav-solution .nav-img{
    position: static;
    margin-right: 10px;
  }
}

/* laravelのナビゲーションにフォント合わせる */
.nav-link-customer{
    font-family: GenJyuuGothic-Regular;
}


/* メーカー一覧の見出しサイズ調整 */
.house-maker-h1{
  font-size: 2.8rem;
}