@charset "shift_jis";
/*************************************************/
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* この下にあるコメントアウトを活用してください！ */
/* 「assessment」は売却査定フォームのデフォルトデザイン用cssです */
/*************************************************/

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
}

a {
    text-decoration: none;
    color: 0;
}

h2 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

:root {
    --font-style-c: "Cormorant Infant", serif;
    --font-style-z: "Zen Old Mincho", serif;
}

/* リニューアル */

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #fff;
}

.h_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
}

.h_left {
    margin-left: 55px;
}

.h_right {
    display: flex;
    margin-right: 175px;
    font-family: var(--font-style-z);
}

.rotate {
    perspective: 300px;
    text-decoration: none;
    display: inline-block;
}

.rotate>span {
    backface-visibility: hidden;
    transition: transform .5s;
    display: block;
    height: 20px;
}

.rotate>span:first-child {

    transform: translateY(10px) rotateX(0deg);
}

.rotate>span:last-child {

    transform: rotateX(-90deg);
}


.rotate:hover>span:first-child {

    transform: rotateX(90deg);
}

.rotate:hover>span:last-child {

    transform: translateY(-10px) rotateX(0deg);
}

.h_right a {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    display: grid;
    place-content: center;
    margin-left: 25px;
}

.inside_toggle_btn_c {
    width: 110px;
    height: 95px;
    transition: .5s;
    z-index: 1500;
    background: #333;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    cursor: pointer;
    display: block;
    right: 0px;
}

.inside_toggle_btn_c span {
    display: block;
    left: 32.5px;
    height: 1px;
    background-color: #fff;
    width: 45px;
    transition: .5s;
    position: absolute;
}

.inside_toggle_btn_c span:nth-of-type(1) {
    top: 33px;
}

.inside_toggle_btn_c span:nth-of-type(2) {
    top: 50px;
}

.inside_toggle_btn_c span:nth-of-type(3) {
    bottom: 28px;
}

.fix_navi {
    position: fixed;
    top: 95px;
    right: 0px;
    z-index: 1050;
}

.fix_navi ul li a {
    width: 110px;
    height: 90px;
    background-color: #fff;
    border: solid 1px #333;
    border-top: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    font-family: var(--font-style-z);
}

.fix_navi ul li a img {
    display: block;
    margin: 0px auto;
    width: 30px;
}

/*--navi--*/
nav {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1
}

nav::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1
}

nav::-webkit-scrollbar {
    width: 0
}

nav::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: none
}

nav::-webkit-scrollbar-thumb {
    background-color: #fff;
    box-shadow: none
}

.open nav {
    right: 0;
    opacity: 1;
    z-index: 1050;
}

nav .inner {
    padding: 50px 25px 20px
}

nav .inner ul {
    list-style: none;
    margin: -10px 0 30px;
    padding: 0
}

nav .inner ul li {
    position: relative;
    margin: 0
}

nav .inner ul li a {
    color: #333;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: .03em;
    text-decoration: none;
    transition-duration: .2s;
    text-align: left;
    position: relative;
    text-indent: 50px
}

nav .inner ul li a::before {
    content: "";
    background: #aaa;
    display: block;
    width: 10px;
    height: 3px;
    position: absolute;
    top: 17px;
    left: 20px
}

nav .inner ul li a:hover {
    background: #e4e4e4
}

.nav_top {
    width: auto;
    text-align: left
}

.nav_btn,
.nav_btn a {
    letter-spacing: .03em;
    margin-bottom: 20px;
    color: #000;
    text-align: left;
    line-height: 30px;
    font-size: 30px
}

.nav_top ul {
    margin-top: 30px
}

.h_con ul li a,
.inside_h_btn a,
.nav_btn span,
.nav_satei span,
.nav_satei ul li a {
    letter-spacing: .05em
}

.nav_btn span {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px
}

.nav_btn a:hover,
.nav_btn a:hover span {
    letter-spacing: .2em;
    transition: .2s
}

.nav_satei {
    width: 510px;
    box-sizing: border-box;
    background: #eee;
    height: 150px;
    padding: 20px;
    text-align: center
}

.nav_satei span {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    position: relative
}

.nav_satei span::before {
    background: #000;
    left: 0
}

.nav_satei span::after {
    background: #000;
    right: 0
}

.nav_satei ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.nav_satei ul li a {
    display: block;
    width: 230px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #65b820;
    font-size: 15px;
    font-weight: 700;
    line-height: 60px;
    box-sizing: border-box;
    padding-right: 10px;
    position: relative;
    transition: .3s;
    border: 2px solid #65b820
}

.nav_satei ul li:nth-child(2) a {
    background: #265300;
    border: 2px solid #265300
}

.nav_satei ul li a:hover {
    border: 2px solid #265300;
    letter-spacing: .2em;
    transition: .3s
}

.nav_satei ul li:nth-child(2) a:hover {
    border: 2px solid #65b820;
    letter-spacing: .2em;
    transition: .3s
}



.nav_satei ul li a::before {
    content: "";
    background: url(../img/nav_arrow.png);
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 24px
}

.toggle_btn {
    display: block;
    position: absolute;
    top: 3px;
    right: 15px;
    width: 30px;
    height: 30px;
    transition: .5s;
    cursor: pointer
}

.inside_toggle_btn_c,
.open #inside_mask {
    position: fixed;
    top: 0;
    cursor: pointer;
    display: block;
    right: 0px;
}

.toggle_btn span {
    display: block;
    left: 0;
    height: 2px;
    background-color: #fff
}

.toggle_btn span:first-child {
    top: 4px
}

.toggle_btn span:nth-child(2) {
    top: 14px
}

.toggle_btn span:nth-child(3) {
    bottom: 4px
}

.open .toggle_btn span {
    background-color: #000
}

.open .inside_toggle_btn_c span:nth-of-type(1),
.open .toggle_btn span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg)
}

.open .inside_toggle_btn_c span:nth-of-type(3),
.open .toggle_btn span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg)
}

.open .inside_toggle_btn_c span:nth-of-type(1) {
    top: 38px;
}

.open .inside_toggle_btn_c span:nth-of-type(3) {
    bottom: 35px;
}


#inside_mask {
    transition: .8s;
    opacity: 0;
    z-index: -1
}

.open #inside_mask {
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 98;
    transition: .8s
}

.h_con {
    display: flex;
    align-items: center
}

.h_con ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.h_con ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 35px;
    position: relative;
    transition: .3s
}

.h_con ul li a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #2b4156;
    transition: .3s
}

.h_con ul li a:hover {
    color: #2b4156;
    transition: .3s
}

.inside_h_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 86px;
    background: #2b4156;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    box-sizing: border-box;
    transition: .3s
}

.inside_h_btn a:hover {
    background: #719dc6;
    transition: .3s
}

.side_nav_wrap ul {
    list-style: none
}

.side_nav_wrap ul li a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    color: #fff;
    transition: .3s
}

.inside_h_nav_btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}

.side_nav_wrap {
    min-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding-top: 200px;
    position: relative;
    box-sizing: border-box;
}

.side_top_link {
    position: absolute;
    right: 130px;
    top: 30px;
}

.inside_f_logo {
    position: absolute;
    left: 30px;
    top: 35px;
    line-height: 25px;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
}

.inside_f_logo a {
    color: #fff;
}

.side_sub_link ul,
.side_top_link ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.side_top_link ul li a {
    display: block;
    margin-right: 20px;
    font-weight: 500;
    padding: 0;
    font-size: 13px
}

.side_sub_link {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.side_sub_link ul li a {
    display: flex;
    align-items: center;
    font-weight: 100;
    font-size: 13px
}

.side_sub_link ul li a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #fff;
    margin: 0 20px
}

.side_sub_link ul li:first-child a::before {
    content: none
}

.side_main_link {
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0;
    align-items: center;
}

.side_main_link_in {
    display: flex;
    justify-content: space-between;
}

.side_main_link ul li {
    width: 100%;
}

.side_main_link ul li a {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .1em;
    transition: .3s;
    margin-left: 50px;
}

.side_nav_wrap ul li a:hover {
    text-decoration: underline;
    transition: .3s
}

.side_main_link span {
    display: block;
    font-size: 11px;
    line-height: 11px;
    font-weight: 100;
    letter-spacing: .3em;
    margin-bottom: 10px
}

.h_nav_small {}

.h_nav_small a {
    font-size: 16px !important;
    padding-left: 30px;
    position: relative;
    margin-top: -20px !important;
}

.h_nav_small a::before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 18px;
    left: 10px;
}

.h_nav_small a::after {
    content: "";
    height: 10px;
    width: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 10px;
}

.side_com_link {
    position: absolute;
    left: 30px;
    bottom: 30px
}

.side_com_link p {
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: .1em;
    margin: 0
}

.side_com_link p span {
    display: block;
    font-size: 15px;
    margin-bottom: 10px
}

.side_com_link ul li a i {
    font-size: 30px;
    font-weight: 100
}

.inside_h,
nav {
    position: fixed;
    box-sizing: border-box;
}

.open .inside_toggle_btn_c span:nth-of-type(2),
.open .toggle_btn span:nth-of-type(2),
nav {
    opacity: 0;
}

.nav_shop_box {
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0px;
}

.nav_shop_box ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.nav_shop_box ul li {
    width: 220px;
}

.nav_shop_ti {
    color: #fff;
    padding: 8px 15px;
    border: solid 1px #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.nav_shop_info {
    display: flex;
    gap: 10px;
    color: #fff;
    margin-bottom: 10px;
    align-items: flex-start;
}

.nav_shop_info span {
    display: inline-block;
    padding: 1px 3px;
    border: solid 1px #fff;
}

.nav_shop_info p {
    font-size: 14px;
    line-height: 19px;
}

.nav_shop_info:nth-of-type(1) {
    height: 57px;
}

.nav_shop_info:nth-of-type(2) {
    align-items: center;
}

.nav_shop_info:nth-of-type(2) span {
    padding: 3px;
}

/*--/navi--*/

/*--main--*/

.main_wrap {
    margin-bottom: 30px;
}

#main_splide .splide__slide a img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.main_bottom ul {
    display: flex;
    width: 100%;
}

.main_bottom li {
    width: 25%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    /* ここで比率を指定 */
    position: relative;
}

.main_bottom li a {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
}

.main_bottom li a img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/*--/main--*/

/*--group--*/

.group_wrap {
    background-color: #333;
}

.group_inner {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;

    & h2 {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        font-family: var(--font-style-z);
        display: flex;
        align-items: baseline;
        gap: 10px;
        margin-bottom: 20px;

        & span {
            font-size: 40px;
            color: #fff;
            font-weight: 400;
            font-family: var(--font-style-c);
        }
    }

}

.group_txt {
    font-size: 18px;
    color: #fff;
    line-height: 2;
}

.group_flex {
    display: flex;
    justify-content: space-between;
}

.group_left {
    position: relative;
    width: 500px;
    height: 500px;
    margin-top: 60px;

    &::after {
        width: 365px;
        height: 365px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        content: "";
        background: url(../img/renewal/group_bg.webp)no-repeat;
        top: 70px;
    }

    & li {
        width: 151px;
        height: 151px;
        border-radius: 100%;
        border: 1px solid #fff;
        box-sizing: border-box;
        display: grid;
        place-content: center;
        background-color: #333;
        z-index: 5;

        & .en {
            font-family: var(--font-style-c);
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            position: relative;
            display: block;
            margin-bottom: 20px;
            text-align: center;

            &::after {
                width: 10px;
                height: 1px;
                background-color: #fff;
                bottom: -10px;
                content: "";
                left: 0;
                right: 0;
                margin: 0 auto;
                position: absolute;
            }
        }

        & .title {
            font-family: var(--font-style-z);
            font-weight: 500;
            font-size: 16px;
            text-align: center;
            color: #fff;
            line-height: 1.5;
        }

    }

    & .is-tab-active {
        background-color: #fff;

        & .en {
            color: #333;

            &::after {
                background-color: #333;
            }
        }

        & .title {
            color: #333;
        }

    }

    & li:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    & li:nth-child(2) {
        position: absolute;
        top: 80px;
        right: 0;
    }

    & li:nth-child(3) {
        position: absolute;
        top: 270px;
        right: 0;
    }

    & li:nth-child(4) {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    & li:nth-child(5) {
        position: absolute;
        top: 270px;
        left: 0;
    }

    & li:nth-child(6) {
        position: absolute;
        top: 80px;
        left: 0;
    }

}

.group_right {
    width: 500px;
    margin-top: -30px;

    & a {

        color: #fff;

        & .title {
            display: flex;
            align-items: baseline;
            color: #fff;
            gap: 15px;
            font-size: 18px;
            font-family: var(--font-style-z);

            & span {
                font-size: 40px;
                font-family: var(--font-style-c);
                font-weight: bold;
            }

        }

        & .img {
            width: 100%;
            margin: 30px 0 28px;

            & img {
                width: 100%;
                aspect-ratio: 16/9;
                object-fit: cover;
            }
        }

        & .txt {
            font-size: 16px;
            line-height: 2;
            margin-bottom: 20px;
            display: block;
        }

        & .btn {
            display: flex;
            justify-content: right;
            align-items: center;
            color: #fff;
            font-family: var(--font-style-c);
            font-size: 16px;
            gap: 20px;

            & img {
                filter: invert(100%) sepia(1%) saturate(7500%) hue-rotate(281deg) brightness(102%) contrast(102%);
            }
        }

    }
}

/*--tab--*/
.tab {
    cursor: pointer;
}

.tab-group .is-tab-active {}

.panel-tab {
    display: none;
}

.panel-tab.is-tab-show {
    display: block;
}

/*--/tab--*/

/*--/group--*/

/*--recommend--*/

.recommend_wrap {
    position: relative;
    width: 1200px;
    margin: 100px auto;

    & h2 {
        color: #e04d0f;
        font-size: 18px;
        font-weight: 400;
        font-family: var(--font-style-z);
        display: flex;
        gap: 15px;
        align-items: baseline;
        margin-bottom: 40px;

        & span {
            font-family: var(--font-style-z);
            font-size: 40px;
            font-weight: bold;
            color: #333;
        }
    }

    & .tab_group02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;

        & li {
            width: 226px;
            height: 62px;
            display: grid;
            place-content: center;
            font-size: 16px;
            border: 1px solid #333;
            background-color: #fff;
            color: #333;
        }

        & .is-tab-active02 {
            background-color: #333;
            color: #fff;
        }

    }

    & .panel-tab02 {

        & li {
            width: 290px;
            height: 310px;
            position: relative;
            margin: 0 13px 50px 0;

            &:hover .b_point_wrap {
                opacity: 1;
            }

        }

        & li:nth-child(4),
        & li:last-child {
            margin-right: 0;
        }
    }

}

.b_img {
    width: 290px;
    aspect-ratio: 16/9;

    & img {
        width: 100%;
        object-fit: contain;
    }
}

.b_tag {
    width: 82px;
    height: 29px;
    background: #3b6895;
    display: grid;
    place-content: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.b_flex {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 10px 0;
}

.b_syubetu {
    font-size: 14px;
    width: 110px;
    height: 29px;
    border: 1px solid #333;
    display: grid;
    place-content: center;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
}

.b_price {
    font-size: 18px;
    color: #e04d0f;
    font-weight: 500;
}

.b_about {
    font-size: 15px;
    color: #000000;
    line-height: 2;
    text-align: left;
}

.b_point {
    font-size: 15px;
    color: #000000;
    line-height: 2;
    text-align: left;
}

.b_point_wrap {
    width: 100%;
    height: 200px;
    margin: auto;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    transition: 0.4s all ease 0s;
    opacity: 0;

    & .b_point_inner {
        border: 1px solid #fff;
        height: 100%;
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        display: grid;
        place-content: center;

        & .txt {
            font-size: 16px;
            font-family: var(--font-style-z);
            display: block;
            line-height: 2;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
    }
}

/*--tab--*/
.tab02 {
    cursor: pointer;
}

.tab-group02 .is-tab-active02 {}

.panel-tab02 {
    display: none;
}

.panel-tab02.is-tab-show02 {
    display: flex;
    flex-wrap: wrap;
}

/*--/tab--*/

/*--/recommend--*/

/*--member--*/

.member {
    width: 100%;
    background: url(../img/renewal/touroku_bg.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.member_inner {
    max-width: 1430px;
    margin: auto;
    display: flex;
    justify-content: left;
    gap: 50px;
    padding: 80px 0;
    position: relative;
}

.member_right {
    text-align: left;
    padding-top: 15px;
}

.member_phone {
    width: 345px;
}

.member_top {
    font-family: "Shippori Mincho", serif;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    padding: 20px 55px;
    background: #333;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}

.member_merit_container {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin: 30px 0 0 65px;
}

.member_merit {
    width: 249px;
    height: 249px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 249px;
    display: grid;
    place-content: center;
    text-align: center;
}

.member_merit_top {
    font-family: "Cormorant Infant", serif;
    font-size: 24px;
    font-weight: 300;
    color: #333;
}

.merit_border {
    width: 33px;
    height: 1px;
    background: #000000;
    margin: 10px auto;
}

.member_merit_about {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    margin-top: 10px;
}

.member_merit_about span {
    color: #e04d0f;
    font-size: 24px;
    font-weight: bold;
    background: none;
}

.member_btn {
    display: flex;
    justify-content: left;
    gap: 25px;
    margin: 45px 0 0 193px;
}

.member_tokuten {
    width: 256px;
    height: 65px;
    background: #fff;
    border: 1px solid #333;
    display: grid;
    place-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
}

.member_tokuten:hover {
    background: #333;
    color: #fff;
}

.member_login {
    width: 256px;
    height: 65px;
    background: #333;
    border: 1px solid #333;
    display: grid;
    place-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.member_login:hover {
    background: #fff;
    color: #333;
}

.member_cha01 {
    position: absolute;
    bottom: 0;
    left: 287px;
}

.member_cha02 {
    position: absolute;
    top: 95px;
    right: 93px;
}

/*--/member--*/

/*--search--*/

.search {
    width: 100%;
    background: #333;
    padding: 95px 0;
}

.search_inner {
    width: 1200px;
    margin: auto;

    & h2 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        font-family: var(--font-style-z);
        display: flex;
        gap: 15px;
        align-items: baseline;
        margin-bottom: 40px;

        & span {
            font-family: var(--font-style-z);
            font-size: 40px;
            font-weight: 400;
            color: #fff;
        }
    }
}

.search_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    margin-top: 30px;
}

.search_inner a {
    display: block;
}

.search_top {
    position: relative;
    width: 283.24px;
}

.search_top:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease-in-out;
}

.search_top p,
.search_bottom p {
    position: absolute;
    bottom: 22px;
    left: 10px;
    color: #fff;
}

.search_top p {
    font-size: 18px;
    font-weight: bold;
}

.search_bottom {
    position: relative;
    width: 589px;
}

.search_bottom:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease-in-out;
}

.search_bottom p {
    font-size: 20px;
    left: 20px;
    font-weight: bold;
}

.search_bottom p span {
    display: block;
    font-size: 16px;
    text-align: left;
    margin-bottom: 13px;
}

.search_arrow {
    position: absolute;
    bottom: 13px;
    right: 13px;
    filter: invert(99%) sepia(42%) saturate(0%) hue-rotate(41deg) brightness(110%) contrast(100%);
}

/*--/search--*/

/*--new_topic--*/

.topic_new {
    background-color: #FAFAFA;
}

.topic_new_inner {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    padding: 100px 0 85px;

    & h2 {
        color: #e04d0f;
        font-size: 18px;
        font-weight: 400;
        font-family: var(--font-style-z);
        display: flex;
        gap: 15px;
        align-items: baseline;
        margin-bottom: 40px;

        & span {
            font-family: var(--font-style-z);
            font-size: 40px;
            font-weight: 300;
            color: #333;
        }
    }
}

.topic,
.new {
    width: 490px;
}

.topic_new_box {
    background-color: #FAFAFA;
}

.topic_new_box li:last-child a {
    margin-bottom: 0;
}

.topic_new_box a {
    color: #333;
    height: 101px;
    display: block;
    position: relative;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;

    &::after {
        width: 37px;
        height: 1px;
        background-color: #e04d0f;
        content: "";
        bottom: -1px;
        left: 0;
        position: absolute;
    }
}


.new a {
    color: #333;
    height: 101px;
    display: block;
    position: relative;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;

    &::after {
        width: 37px;
        height: 1px;
        background-color: #e04d0f;
        content: "";
        bottom: -1px;
        left: 0;
        position: absolute;
    }
}

.topic_new_inner .h1_red {
    margin-bottom: 0;
}


.topic_date {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 14px;
    height: 25px;
}

.topic_new_about {
    font-size: 18px;
    font-weight: 500;
}



.new_tag {
    background: #e04d0f;
    display: inline-block;
    color: #fff;
    font-family: var(--font-style-c);
    font-size: 14px;
    margin-bottom: 14px;
    box-sizing: border-box;
    height: 25px;
    padding: 4px 15px;
}


.topic_img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.topic iframe {
    width: 100%;
    height: 346px;
}

.topic_new_box a .topic_new_about,
.new a .topic_new_about {
    &:hover {
        color: #e04d0f;
    }
}


/*--/new_topic--*/

/*--builder--*/

.builder {
    width: 100%;
    background: #f6f6f6;
    padding: 75px 0 115px 0;
}

.builder_inner {
    width: 1200px;
    margin: auto;

    & h2 {
        color: #333;
        font-size: 18px;
        font-weight: 400;
        font-family: var(--font-style-z);
        display: flex;
        gap: 15px;
        align-items: baseline;
        margin-bottom: 35px;

        & span {
            font-family: var(--font-style-z);
            font-size: 40px;
            font-weight: 300;
            color: #333;
        }
    }
}


.builder_container {
    display: flex;
    justify-content: space-between;
    padding: 0px 0 48px 0;
}

.reform_bnr {
    position: relative;
}

.reform_bnr p {
    width: 250px;
    height: 55px;
    background: #333;
    color: #fff;
    display: grid;
    place-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    position: absolute;
    bottom: 25px;
    left: 65px;
    text-decoration: none;
}

.reform_bnr a:hover p {
    color: #333;
    background: #fff;
    border: 1px solid #333;
    box-sizing: border-box;
}

/*--/builder--*/

/*--works--*/

.works_ifrmame {
    width: 100%;
    background-color: #333;
    padding: 15px 0;

    & iframe {
        width: 100%;
        height: 610px;
    }
}

.works_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 610px;
    background-color: #333;

}

.div1,
.div2,
.div3,
.div4,
.div5,
.div6,
.div7 {
    position: relative;
    overflow: hidden;

    & a {
        color: #fff;
    }

    & a img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        height: 100%;
    }
}

.div2,
.div3,
.div4,
.div5,
.div7 {
    & .remove_wrap {
        width: 100%;
        height: 100%;
        margin: auto;
        box-sizing: border-box;
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        inset: 0;
        transition: 0.4s all ease 0s;
        opacity: 0;
    }

    & .remove_inner {
        border: 1px solid #fff;
        height: 100%;
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        display: grid;
        place-content: center;

        & .title {
            font-size: 18px;
            font-family: var(--font-style-z);
            display: block;
            margin-bottom: 20px;
            line-height: 1;
        }

        & .txt {
            font-size: 16px;
            font-family: var(--font-style-z);
            display: block;
            line-height: 2;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
    }

    &:hover .remove_wrap {
        opacity: 1;
    }
}

.div1 {
    grid-area: 1 / 1 / 3 / 3;

    & .remove_wrap {
        width: 100%;
        height: 100%;
        margin: auto;
        box-sizing: border-box;
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        inset: 0;
        transition: 0.4s all ease 0s;
        opacity: 0;
    }

    & .remove_inner {
        border: 1px solid #fff;
        height: 100%;
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        display: grid;
        place-content: center;

        & .title {
            font-size: 24px;
            font-family: var(--font-style-z);
            display: block;
            margin-bottom: 20px;
            line-height: 1;
        }

        & .txt {
            font-size: 18px;
            font-family: var(--font-style-z);
            display: block;
            line-height: 2;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
    }

    &:hover .remove_wrap {
        opacity: 1;
    }

}

.div2 {
    grid-area: 1 / 3 / 2 / 4;
}

.div3 {
    grid-area: 2 / 3 / 3 / 4;
}

.div4 {
    grid-area: 1 / 4 / 2 / 5;
}

.div5 {
    grid-area: 2 / 4 / 3 / 5;
}

.div6 {
    grid-area: 1 / 5 / 2 / 6;
    display: grid;
    place-content: center;

    & .en {
        font-size: 40px;
        font-family: var(--font-style-c);
        font-weight: 500;
        text-align: center;
        margin-bottom: 10px;
        color: #fff;
        line-height: 1;
    }


    & .title {
        font-size: 18px;
        text-align: center;
        font-weight: 300;
        margin-bottom: 44px;
        color: #fff;
        line-height: 1;
        font-family: var(--font-style-z);
    }

    & .txt {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        line-height: 1;
        color: #fff;
    }

}

.div7 {
    grid-area: 2 / 5 / 3 / 6;
}

/*--/works--*/

/*--insta--*/

.insta {
    width: 100%;
    background: #383635;
    padding: 75px 0;
}

.insta_inner {
    width: 1200px;
    background: #fff;
    padding: 30px 50px;
    margin: auto;
    position: relative;
    box-sizing: border-box;

    & a {
        color: #333;
    }
}

.insta_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 30px auto;

    & .btn {
        display: flex;
        align-items: center;
        gap: 20px;
        font-family: var(--font-style-c);
        font-size: 16px;
        font-weight: 400;
    }
}

.insta_left {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #3333;
}

.insta_left01 {
    padding: 0 30px 0 10px;
    font-size: 24px;
    color: #333;
}

.insta_left span {
    display: block;
    width: 1px;
    height: 32px;
    background: #969594;
}

.insta_left02 {
    font-size: 18px;
    padding-left: 23px;
    font-weight: 500;
    color: #333;
}


.insta_frame {
    width: 100%;
    height: 380px;

    & iframe {
        width: 100%;
        height: 100%;
    }
}

.insta_img {
    position: absolute;
    bottom: -60px;
    left: -90px;
}

/*--/insta--*/

/*--voice--*/

.voices {
    width: 100%;
    position: relative;
    padding: 22px 0px;
    margin: 31px auto 52px auto;
    min-width: 1200px;
    overflow: hidden;

    & iframe {
        width: 100%;
        height: 270px;
    }
}

.voices_title {
    left: 365px;
    width: 350px;
    margin: auto;
    height: 290px;
    background-color: #fff;
    top: 0px;
    position: absolute;
    box-sizing: border-box;
    z-index: 10;
    text-align: center;

    & .en {
        font-family: "Cormorant Infant", serif;
        font-weight: bold;
        font-size: 56px;
        color: #383635;
        padding: 55px 0 20px;
        line-height: 1;
    }

    & h2 {
        font-family: "Shippori Mincho", serif;
        font-size: 18px;
        color: #e04d0f;
        font-weight: bold;
    }

}

.voices_title_about {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #383635;
    padding: 30px 0 38px 0;
}

.voices_title a {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-family: "Cormorant Infant", serif;
    font-size: 16px;
    font-weight: bold;
}

#voice_splide a {
    position: relative;

    & .syubetu {
        position: absolute;
        background-color: #333;
        color: #fff;
        font-size: 12px;
        bottom: 70px;
        font-weight: bold;
        padding: 5px 20px;
        left: 20px;
    }

    & .txt {
        position: absolute;
        background-color: #fff;
        bottom: 16px;
        color: #333;
        padding: 5px 20px;
        left: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 250px;
        font-weight: bold;
        font-size: 14px;
        font-weight: 500;
    }

    & img {
        width: 100%;
        aspect-ratio: 16/12;
        object-fit: cover;
    }


}

/*--/voice--*/

/*--staff--*/

.staff {
    width: 98%;
    background: #f6f6f6;
    display: flex;
    justify-content: left;
    gap: 115px;
    margin: 0 1%;
    overflow: hidden;
}

.staff_left {
    width: 778px;
    height: 803px;
    display: flex;
    flex-direction: column-reverse;
    animation: slideShow 55s infinite linear;
}

.staff_right {
    text-align: left;
    padding: 87px 0 130px 0;
}

.staff_title {
    font-family: "Cormorant Infant", serif;
    font-weight: bold;
    font-size: 56px;
    color: #383635;
    line-height: 1;
}

.staff_title span {
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    color: #e04d0f;
    font-weight: bold;
}

.staff_sub {
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
    padding: 30px 0;
}

.staff_about {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-bottom: 95px;
    line-height: 2;
}

.staff_right a {
    display: flex;
    justify-content: left;
    gap: 15px;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-family: "Cormorant Infant", serif;
    font-size: 16px;
    font-weight: bold;
}

@keyframes slideShow {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(100%);
    }

}

/*--/staff--*/

.company {
    padding: 100px 0 105px 0;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.company_left {
    padding-left: 70px;
}

.company_title {
    font-family: "Cormorant Infant", serif;
    font-weight: bold;
    font-size: 56px;
    color: #383635;
    line-height: 1;
}

.company_title span {
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: bold;
}

.company_sub {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 2;
    padding: 24px 0 50px 0;
}

.company_sub span {
    color: #e04d0f;
}

.company_about {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}

.company_left {
    text-align: left;
}

.company_left ul {
    display: flex;
    flex-wrap: wrap;
    width: 495px;
    gap: 15px;
    padding-top: 40px;
}

.company_left a {
    width: 240px;
    height: 52px;
    border: 1px solid #333;
    display: grid;
    place-content: center;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.company_left a:hover {
    background: #333;
    color: #fff;
}

.company_left img {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
}

.company_left a:hover img {
    filter: invert(99%) sepia(83%) saturate(2%) hue-rotate(27deg) brightness(109%) contrast(100%);
}

.company_right {
    padding: 73px 0 0 0;
    position: relative;
}

.company_img {
    position: relative;
}

.cb-slideshow {
    width: 539px;
    position: absolute;
    height: 445px;
    top: 0;
    right: 0px;
    z-index: -1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cb-slideshow::after {
    background: url(../img/renewal/company_bg.webp)no-repeat;
    position: absolute;
    inset: 0;
    content: "";
    width: 539px;
    height: 445px;
    z-index: -1;

}

.cb-slideshow li span {
    width: 500px;
    height: 411px;
    position: absolute;
    top: 16px;
    left: 13px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 12s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(../img/renewal/company01.webp);
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(../img/renewal/company02.webp);
    animation-delay: 4s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(../img/renewal/company03.webp);
    animation-delay: 8s;
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    25% {
        opacity: 1
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

.company_cha {
    position: absolute;
    bottom: -95px;
    right: -23px;
}

.footer_wrap {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
}

.f_box {
    display: flex;
    padding-top: 50px;
}

@media screen and (min-width: 1170px) and (max-width: 1310px) {
    .f_left {
        flex: 0 0 330px;
        padding: 20px 0px 30px;
    }
}

.f_left::before {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 0 50px 0 0;
    background-color: #d9d9d9;
    content: "";
    z-index: 5;
}

.f_left {
    position: relative;
    flex: 0 0 440px;
    padding: 63px 25px 0px;
    background-color: #d9d9d9;
    color: #000
}

.f_left::before {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 0 50px 0 0;
    background-color: #d9d9d9;
    content: "";
    z-index: 5;
}

.f_left p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 25px 0 55px 0;
}

.f_right {
    position: relative;
    flex-grow: 1;
    width: 100%;
    padding: 55px 55px 55px;
    background-color: #333;
}

.f_r_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    min-width: 660px;
}

.f_left_bottom {
    font-size: 12px;
    font-weight: 500;
    padding: 65px 0 15px 0;
}

.f_left small {
    display: block;
    font-size: 16px;
}

.f_cate {
    flex: 0 0 53%;
    max-width: 53%;
}

.f_cate_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 305px;
}

.f_cate2 {
    flex: 0 0 17%;
    max-width: 17%;
}

.f_cate3 {
    flex: 0 0 27%;
    max-width: 27%;
}

.f_cate ul,
.f_cate2 ul,
.f_cate3 ul {
    text-decoration: none;
    padding: 0;
}

.f_title {
    font-size: clamp(1rem, 0.804rem + 0.29vw, 1.125rem);
    color: #fff;
    margin: 0 0 25px 0;
    font-size: 18px;

}

.f_cate li,
.f_cate2 li,
.f_cate3 li {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

.f_cate a,
.f_cate2 a,
.f_cate3 a {
    font-size: clamp(0.875rem, 0.679rem + 0.29vw, 1rem);
    color: #fff;
    text-decoration: none;
    padding: 0 0 20px 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
}

.f_cate a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 17px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.f_cate a:hover::after {
    transform: scale(1, 1);
}

.f_cate2 a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 17px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.f_cate2 a:hover::after {
    transform: scale(1, 1);
}

.f_cate3 a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 17px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.f_cate3 a:hover::after {
    transform: scale(1, 1);
}

.f_cate2 div {
    display: flex;
    gap: 35%;
}

.f_r_bottom {
    border-top: 1px solid #929292;
    padding-top: 25px;
}

.f_r_bottom ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.f_r_bottom li {
    list-style: none;
}

.f_r_bottom a {
    padding: 15px 25px;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    align-items: center;
}

.f_r_bottom p {
    margin: 0;
}

.f_r_bottom img {
    filter: invert(0%) sepia(99%) saturate(0%) hue-rotate(150deg) brightness(95%) contrast(101%);
}

.f_r_bottom a:hover {
    color: #fff;
    background: #333;
}

.f_r_bottom a:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(105%) contrast(101%);
}