@charset "UTF-8";
/*
Theme Name: simple-note
Description: simplenoteのテンプレートです
Version: 1.0
Author: T.Yamada
*/


/* 全体 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;

}

img {
    width: 100%;
    vertical-align: bottom;
    -webkit-user-drag: none;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

body {
    font-family: "Noto Sans JP";

}

:root {
    --main: #333;
    --sub: #004EA2;
    --bgcolor: #EFF5F2;
}

p {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
}

/* safari対策 */
dd a {
    color: #333;

}

.phone_area02 a {
    color: #fff;
}

.address a {
    color: #222;
}





.sec_ttl {
    color: #333;
    font-family: Inter;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sub_ttl {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ttl_area {
    text-align: center;
}

.br_sp {
    display: none;
}


.btn a {
    color: #333;
    transition: background 800ms;
    padding: 0.5rem 1.5rem;
    border: 1px solid #333;
}

.btn_w a {
    color: #fff;
    border: 1px solid #fff;
}


.btn a:hover {
    background-color: #333;
    color: #fff;
}


.btn_area {
    text-align: center;
    padding-top: 3rem;
}


.under_line {
    box-shadow: 0px -6px 5px -5px #ff0 inset, 0px 8px 4px -8px #FF0;
}

.m_color {
    color: var(--main);
}

.s_color {
    color: var(--sub);
}

/* ＝＝ヘッダー＝＝ */

header {
    background: #fff;
}

.h_logo {
    width: 18rem;
}

.h_main_frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem 2rem;
}

.h_right_area {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.g-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.g-nav a {
    transition: 700ms;
}

.g-nav strong {
    color: #333;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.g-nav a:hover {
    opacity: 0.5;
}

.h_sp_box {
    display: none;
}

.h_right_box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.insta_logo {
    width: 24px;
}

.h_btn_b a {
    background: #333;
    padding: 0.5rem 1.25rem;
    border: 1px solid #333;
    transition: 700ms;
}

.h_btn_b span {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
}

.h_btn_b a:hover {
    background: #fff;

    span {
        color: #333;
    }
}


.h_btn_w a {
    padding: 0.5rem 1.25rem;
    border: 1px solid #333;
    transition: 700ms;
}


.h_btn_w span {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
}

.h_btn_w a:hover {
    background: #333;

    span {
        color: #fff;
    }
}

.insta_btn a {
    transition: 700ms;
}

.insta_btn a:hover {
    opacity: 0.7;
}

/* ＝＝メインビジュアル＝＝ */


.mainvisual {
    position: relative;
}

.mainvisual_sp {
    display: none;
}





.slider-item01 {
    background: url(img/mainvisual_01.jpg);
}

.slider-item02 {
    background: url(img/mainvisual_02.jpg);
}

.slider-item03 {
    background: url(img/mainvisual_03.jpg);
}

.slider-item04 {
    background: url(img/mainvisual_04.jpg);
}



.slider-item {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* コンセプトムービー */


.movie_btn {
    width: 148px;
    position: absolute;
    right: 7%;
    bottom: 6%;
}


.movie_btn .concept_movie {
    animation: rotation 10s linear infinite;
    height: auto;
    width: 100%;
}

.cm_box {
    position: relative;
}

.movie_icon {
    width: 32px;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}





/* アニメーション */
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* コンセプトムービーここまで */



/* ＝＝イベントリスト＝＝ */



.event_area {
    padding: 5rem 0;
    background: #fff;
}

.event_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 2rem 0;
}

.event_list a {
    transition: 700ms;
}

.event_list a:hover {
    opacity: 0.7;
}

.event_list li {
    width: 27%;
    padding: 2rem 0;

}

.event_ttl {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.5rem 0;
}

.el_text_box p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    padding: 0.15rem 0;
}


.el_text_box strong {
    font-weight: 350;
}


/* ＝＝コンセプトエリア＝＝ */

.concept_area {
    background-image: url(img/concept_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 5rem 0;
}

.concept_ttl {
    color: #FFF;
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 400;
}

.c_sub_ttl {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    padding-top: 1rem;
}

.concept_p {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    padding-top: 5rem;
}


/* ＝＝施工事例エリア＝＝ */

.works_area {
    padding: 5rem 0;
    background: #fff;
}

.works_list {
    padding: 5rem 0 2rem;
    
}

.works_list li {
    margin: 2rem;
}

.works_list a img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.works_list a {
    display: block;
    transition: 700ms;
}

.works_list a:hover {
    opacity: 0.7;
}


.works_line {
    background: #EFEFEF;
    width: 100%;
    height: 118px;
    margin-top: -8rem;
}



/* ＝＝５つの共存＝＝ */

.point_area {
    background: linear-gradient(180deg, #FFF 0%, #EFEFEF 100%);
}

.point_box {
    background-image: url(img/point_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0 10rem;
    position: relative;
}

.point_ttl_area {
    text-align: center;
}

.point_ttl_textbox {
    max-width: 960px;
    width: 65%;
    background: #FFF;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.10);
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);

}

.point_ttl_textbox p {
    display: flex;
    justify-content: center;
    padding: 1.25rem 0;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
}

.point_container {
    padding: 5rem 0;
}

.point_warrper {
    display: flex;
    gap: 4rem;
}

.p_rev {
    flex-direction: row-reverse;
}


.point_img {
    width: 50%;
}

.point_text {
    width: 35%;
    padding-top: 4rem;
}

.pw_ttl_box {
    display: flex;
    align-items: center;
}

.pw_ttl_box span {
    color: #999;
    font-family: "Open Sans";
    font-size: 4rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    position: relative;
    top: -0.5rem;
}

.pw_ttl_box h3 {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
    padding-bottom: 0.5rem;
    flex: 1;
}

.pw_ttl_box h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #999;
}

.point_text p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    padding-left: 1rem;
}

.point_under_area {
    text-align: center;
    padding: 3rem 0;
}

.under_icon {
    width: 96px;
}

.point_under_area p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding: 2rem 0;
}

.point_under_area strong {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
}

/* ＝設計について＝ */

.design_area {
    background-image: url(img/design_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0 5rem;
}

.design_box {
    text-align: center;
}

.design_box p {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.25rem;
    padding: 3rem 0;
}

/* ＝＝背景エリア＝＝ */

.bg_area {
    height: 800px;
    background-image: url(img/bg_area.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}



/* ＝＝お知らせエリア＝＝ */

.blog_area {
    padding: 3rem 0;
}


.news_box {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
}

.news_left {
    width: 26%;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}





.news_list {
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    /* background-color: #146B43; */
}

.news_list li {
    width: 100%;

    border-bottom: 1px dashed #222;
}

.news_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    transition: 700ms;
}

.news_list a::after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(img/sl_right_icon.svg) no-repeat;
    background-size: contain;
}





.thumbnail {
    width: 22%;
    border: 1px solid #ccc;

}

.thumbnail img {
    aspect-ratio: 4 / 3;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.news_title_day {
    width: 68%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-around;
}

.blog_title {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
}

time {
    color: #333;
    font-family: "Noto Serif";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.news_sp_btn {
    display: none;
}


/* 記事のホバー */
.news_list a:hover {
    background: #555;

    time,
    .blog_title {
        color: #fff;
    }
}

.news_list a:hover::after {
    background: url(img/sl_right_icon_w.svg) no-repeat;
}


/* ＝＝資料請求＝＝ */

.info_area {
    background-image: url(img/info_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0;
}

.info_box {
    text-align: center;
}

.info_box p {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    padding: 2rem 0 5rem;
}

/* ＝＝フッター＝＝ */

.footer_area {
    background: #333;
}

.footer_area_top {
    padding: 5rem 0;
    max-width: 63%;
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.footer_logo {
    width: 20rem;
}


.company_name {
    padding: 1rem 0;
}

.company_name span {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 1rem;
    font-weight: 500;
}

.addres span {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.f_right_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.footer_tel_box span {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 1rem;
    font-weight: 400;
}

.footer_tel_box strong {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-weight: 400;
}

.footer_tel_box p {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 1rem;
    font-weight: 400;
}

.contact_icon {
    width: 2rem;
}

.footer_contact_box span {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 1.25rem;
    font-weight: 400;
}

.footer_contact_box a {
    display: inline-flex;
    gap: 0.25rem;
    align-items: center;
    border: 1px solid #fff;
    padding: 0.5rem 1.5rem;
}

.footer_area_bottom {
    padding: 0 0 5rem;
}

.f_nav {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    /* gap: 3rem; */

}

.f_nav strong {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 0.9rem;
    font-weight: 500;
}

small {
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif JP";
    font-size: 12px;
    background-color: #333;
}



/* ＝タブレット＝ */
@media screen and (max-width: 1200px) {


    .h_logo {
        width: 15rem;
    }

    .h_right_area {
        gap: 1.5rem;
    }

    .g-nav {
        gap: 1rem;
    }

    .event_ttl {
        font-size: 1rem;
    }

    .el_text_box p {
        font-size: 0.925rem;
    }

    .point_text {
        width: 38%;
        padding-top: 2rem;
    }

    .pw_ttl_box span {
        font-size: 3rem;
    }

    .pw_ttl_box h3 {
        font-size: 1.115rem;
        padding-left: 0.25rem;
    }

    .point_text p {
        line-height: 1.75rem;
    }

    .f_nav {
        max-width: 90%;
    }

    .f_nav strong {
        font-size: 0.825rem;
    }

}

@media screen and (max-width: 1060px) {

    .h_logo {
        width: 11rem;
    }


    .h_main_frame {
        padding: 1rem 1.25rem;
    }

    .g-nav strong {
        font-size: 0.75rem;
    }

    .h_btn_b span,
    .h_btn_w span {
        font-size: 0.75rem;
    }

    .h_btn_b a,
    .h_btn_w a {
        padding: 0.25rem 1rem;
    }

    .insta_logo {
        width: 20px;
    }

    .g-nav {
        gap: 1rem;
    }

    .point_ttl_textbox {
        width: 85%;
    }

    .point_text p {
        font-size: 0.825rem;
    }

    .f_nav {
        gap: 1.5rem;
    }

}

/* タブレットここまで！！ */

/* TOPページのメディアクエリ */
@media screen and (max-width: 830px) {

    /* 全体 */

    .br_sp {
        display: block;
    }

    .sec_ttl {
        font-size: 1.25rem;
    }

    .sub_ttl {
        font-size: 1rem;
    }

    .btn a {
        font-size: 0.825rem;
    }

    /* ヘッダー */

    .h_logo {
        width: 13rem;
    }

    .h_main_frame {
        padding: 0.75rem;
    }

    .h_right_box {
        display: none;
    }

    .g-nav strong {
        font-size: 1rem;
    }

    .h_btn_b span,
    .h_btn_w span {
        font-size: 1rem;
    }

    .h_btn_b a,
    .h_btn_w a {
        padding: 0.5rem 1.25rem;
    }

    .insta_logo {
        width: 24px;
    }




    .h_sp_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 2rem;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }



    /* ハンバーガーメニュー */
    header nav {
        box-sizing: border-box;
        position: fixed;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        background: #fff;
        opacity: 0.9;
        /* 3. スライドメニューの場合 */
        /* display: block; */
        right: -100%;
        transition: right .7s;
        z-index: 1;
        /* ここまで */
    }

    header nav.sp_open {
        right: 0;
    }

    .g-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    #openbtn {
        z-index: 200;
        cursor: pointer;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 60px;
        height: 60px
    }

    #openbtn span {
        position: absolute;
        top: 24px;
        left: 16px;
        display: inline-block;
        width: 30px;
        height: 3px;
        border-radius: 2px;
        background-color: #555;
        vertical-align: top;
    }

    #openbtn span:nth-child(2) {
        margin-top: 10px;
    }

    #openbtn span:last-child {
        margin-top: 20px;
    }

    #openbtn.open span {
        top: 36px;
        left: 14px;
        width: 35px;
        margin: 0;
    }

    #openbtn.open span:first-child {
        transform: rotate(45deg);
    }

    #openbtn.open span:nth-child(2) {
        display: none;
    }

    #openbtn.open span:last-child {
        transform: rotate(-45deg);
    }

    /* メインビジュアル */

    .mainvisual_pc {
        display: none;
    }

    .mainvisual_sp {
        display: block;
    }


    .slider-item01 {
        background: url(img/mainvisual_sp_01.jpg);
    }

    .slider-item02 {
        background: url(img/mainvisual_sp_02.jpg);
    }

    .slider-item03 {
        background: url(img/mainvisual_sp_03.jpg);
    }

    .slider-item04 {
        background: url(img/mainvisual_sp_04.jpg);
    }



    .slider-item {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .movie_btn {
        width: 96px;
        position: absolute;
        right: auto;
        left: 5%;
    }

    .movie_icon {
        width: 24px;
    }

    /* イベント */

    .event_list {
        gap: 2rem;
    }

    .event_list li {
        width: 95%;

    }

    /* コンセプト */

    .c_sub_ttl {
        font-size: 1.25rem;
    }

    .concept_p {
        font-size: 0.825rem;
        line-height: 1.75rem;
        padding-top: 3rem;
    }


    /* 施工事例 */

    works_area {
        padding: 3rem 0;
    }

    .works_list {
        padding: 3rem 0 2rem;
    }

    /* 5つの共存 */

    .point_ttl_textbox {
        width: 95%;
        bottom: -10rem;
        padding: 0 1rem;
    }

    .point_ttl_textbox p {
        font-size: 0.825rem;
        line-height: 1.5rem;
    }

    .point_container {
        padding: 10rem 0 5rem;
        width: 95%;
        margin: 0 auto;
    }

    .point_warrper {
        flex-direction: column-reverse;
        gap: 1rem;
        padding: 1rem 0;
    }

    .point_img {
        width: 100%;
    }

    .point_text {
        width: 100%;
    }

    .point_text p {
        padding-left: 0;
    }

    .point_under_area strong {
        font-size: 1.15rem;
    }

    /* ＝設計について＝ */

    .design_box p {
        font-size: 0.825rem;
    }

    /* 背景エリア */
    .bg_area {
        height: 400px;
        background-position: 45%;
        background-size: auto;
        background-image: none;
    }

    .bg_area::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -10;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-image: url(img/bg_area.jpg);
        background-size: cover;
    }



    /* お知らせ */

    .blog_area {
        background: #fff;
    }

    .news_box {
        width: 95%;
        flex-direction: column;
    }

    .news_left {
        width: 100%;
    }

    .news_list {
        width: 100%;
        padding: 5rem 0 3rem;
    }

    .news_pc_btn {
        display: none;
    }

    .news_sp_btn {
        display: block;
    }

    .news_list a {
        gap: 1rem;
    }

    .thumbnail {
        width: 30%;
    }

    .news_title_day {
        gap: 1rem;
    }

    time {
        font-size: 0.825rem;
    }

    .blog_title {
        font-size: 0.9rem;
    }

    /* 資料請求 */

    .info_box p {
        font-size: 0.825rem;
    }

    /* フッター */


    .footer_logo {
        width: 15rem;
    }

    .footer_area_top {
        max-width: 95%;
        flex-direction: column;
        gap: 2rem;
    }


    .f_left_area {
        width: 70%;
        margin: 0 auto;
    }

    .f_nav {
        max-width: 95%;
        flex-wrap: wrap;
    }

    .f_nav li {
        width: 25%;
    }



}




/* ＝＝以下固定ページ＝＝ */
/* ＝＝共通＝＝ */

.k_header {
    width: 100%;
    position: fixed;
    z-index: 10;
}


.page-title {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Tnter";
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 15rem;
}

.page_sub_title {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    top: -3rem;
    padding-bottom: 1rem;
}

.page_title_area {
    width: 90%;
    margin: auto;
}

.s_header-img {
    background-image: url(img/s_header_img.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

/* ぱんくず */

.c-breadcrumbs_bg {
    background-color: #fff;
}

.c-breadcrumbs {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #555;
    background-color: #fff;
    line-height: 3.2;
}

.c-breadcrumbs>li {
    display: inline-block;
    position: relative;
}

.c-breadcrumbs>li:not(:last-of-type)::after {
    content: ">";
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.c-breadcrumbs a {
    color: #222;
}

/* 見出し */
.ttl_line {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    display: inline-block;
}


.ttl_line:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    /*線の上下位置*/
    display: inline-block;
    width: 64px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: var(--main);
    /*線の色*/
}

.ttl_line_2 {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #999;
}


/* ページナビ */
.page-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-top: 28px;
    border-top: 1px dashed #666666;
    border-bottom: 1px dashed #666666;
    font-size: 0.875rem;
    font-weight: 500;
    color: #666666;
    list-style: none;
}

.page-nav a {
    text-decoration: none;
    color: #777;
    padding: 5px 8px;
    transition: background 1000ms;
}


.page-nav a:hover {
    background: var(--main);
    color: #fff;
}

.page-nav a.to-archive {
    padding: 5px 0;
}

/* ＝固定ページ共通のメディアクエリ＝ */
@media screen and (max-width: 796px) {
    .ttl_line {
        font-size: 1.5rem;
    }

    .ttl_line_2 {
        font-size: 1.115rem;
    }



    .page-title {
        font-size: 3rem;
    }

    .page_sub_title {
        font-size: 1.25rem;
        top: -1.75rem;
    }

    .c-breadcrumbs {
        font-size: 0.5rem;
    }


}

/* ＝＝設計についてページ＝＝ */

.d_header-img {
    background-image: url(img/d_header_img.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}


.design_about_area {
    text-align: center;
    padding: 5rem 0;
}

.design_about_area p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    padding-top: 3rem;
}

.design_main_box {
    width: 1200px;
    max-width: 80%;
    margin: 0 auto;
}

.design_container {
    padding: 1rem 0;
}

.design_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
}

.dw_rev {
    flex-direction: row-reverse;
}

.design_text {
    width: 53%;
}

.design_text p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
}

.design_img {
    width: 42%;
}

/* レイズデザイン様概要 */

.design_overview {
    padding: 3rem 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    width: 30%;
    background-color: #EFEFEF;
    color: var(--main);
    font-size: 1rem;
    font-weight: 600;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

td {
    width: 70%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 1rem;
}

table th,
table td {
    padding: 1rem 0.25rem;
}

.design_strong {
    color: #333;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.25rem;
    padding: 3rem 0;
}

/* 設計についてのメディアクエリ */
@media screen and (max-width: 796px) {

    .design_about_area p {
        font-size: 0.825rem;
    }

    .design_main_box {
        max-width: 95%;
    }

    .design_wrapper {
        flex-direction: column;
    }

    .design_text {
        width: 100%;
    }

    .design_text p {
        font-size: 0.825rem;
    }

    .design_img {
        width: 100%;
    }


    table th,
    table td {
        font-size: 0.8rem;
    }

    .design_strong {
        font-size: 1rem;
    }

}

/* ＝会社概要＝ */

.overview_box {
    width: 1200px;
    max-width: 80%;
    margin: 0 auto;
}


.access_box {
    width: 80%;
    margin: 0 auto;
    padding: 3rem 0;

}

.access_ttl {

    width: 23%;
}


.access_addres {
    font-weight: 500;
    color: #333;
    padding-top: 1rem;
}

.g_map {
    padding: 3rem 0;
}

iframe {
    width: 100%;
}


/* 会社概要のメディアクエリ */
@media screen and (max-width: 796px) {

    .overview_box {
        max-width: 95%;
    }

    .access_box {
        width: 95%;
    }
}



/* ＝お知らせ一覧詳細とイベント情報＝ */




.blog-wrapper {
    width: 70%;
    margin: 0 auto;
    padding: 5rem 0;
}

.day-cat {
    display: flex;
    gap: 1.5rem;
}

.day-cat time {
    color: var(--sub);
}


.post-title {
    color: #333;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 3rem;
}

.post-text p {
    line-height: 2.5rem;
    color: #444;
}

.post-text img {
    width: auto;
}

.event_single_box {
    padding-bottom: 3rem;
}

@media screen and (max-width: 796px) {
    .blog-wrapper {
        width: 98%;
    }

    .post-title {
        font-size: 1.115rem;

    }

    .post-text p {
        font-size: 0.825rem;
    }
}

/* ＝施工事例ページ＝ */

.k_works_list {
    display: flex;
    flex-wrap: wrap;
}

.k_works_list li {
    width: 40%;
}

.k_works_box {
    width: 85%;
    margin: 0 auto;
}



.w_single_p_area {
    padding: 3rem 0;
}

.w_single_p_box {
    width: 80%;
    margin: 0 auto;

}

.single_ttl_area {
    border-bottom: 1px solid#999;

}

.single_ttl {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.5rem 0;
}

.w_single_p_box_in {
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;

}

.w_single_main_img {
    width: 70%;

}

.w_single_main_img img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 1px solid #999;
}

.w_single_list {
    width: 29%;
    text-align: right;
}

.w_single_list li {
    width: 48%;
    display: inline-block;
}

.w_single_list img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin: 0 0.25rem 0.25rem;
    border: 1px solid #EFEFEF;
}

.w_single_p_textbox {
    width: 100%;
    padding: 1rem 0;
}

.w_single_list img {
    cursor: pointer;
    transition: 500ms;
}

.w_single_list img:hover {
    opacity: 0.7;
}

.w_single_p_textbox p {
    color: #333;
    line-height: 2rem;
}

.works_home {
    background: #fff;
}


/* 実績紹介【詳細】ページのメディアクエリ */
@media screen and (max-width: 796px) {

    .k_works_list li {
        width: 100%;
    }

    .k_works_box {
        width: 95%;
    }


    .w_single_p_box {
        width: 98%;
    }

    .single_ttl {
        font-size: 1rem;
    }

    .w_single_p_box_in {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .w_single_list li {
        width: 100%;
    }

    .w_single_main_img {
        width: 100%;
    }

    .w_single_list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .w_single_list li {
        width: 23%;

    }

    .w_single_list img {
        margin: 0;
    }






}





/* ＝＝ワードプレスのページネーション＝＝ */
/* 前へ次へ */

.wp-pagenavi {
    display: flex;
    justify-content: flex-end;
    margin-top: 42px;
    padding: 16px;
}

.wp-pagenavi a {
    text-decoration: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main);
    font-size: 0.9375rem;
    font-weight: 500;
    transition: 0.3s ease-in;
}

.wp-pagenavi span:not(:last-child),
.wp-pagenavi a:not(:last-child) {
    margin-right: 2.622%;
}

@media screen and (max-width: 768px) {

    .wp-pagenavi span,
    .wp-pagenavi a {
        font-size: 0.875rem;
    }
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
    background-color: var(--main);
    color: #FFFFFF;
}

.wp-pagenavi span.current {
    background-color: var(--main);
    color: #FFFFFF;
}

.wp-pagenavi a {
    color: #666666;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    width: auto;
    padding: 5px 1.2em;
}


/* お問い合わせページ */

.box-white {
    background-color: #efefef;
    padding: 48px;
}

.catalog_img {
    padding-bottom: 3rem;
}

.contact_text {
    padding-bottom: 3rem;

}

.contact_text h2 {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.contact_text p {
    color: #333;
    font-size: 1rem;
    padding-top: 2rem;
    line-height: 1.75rem;
}

.form-wrapper {
    max-width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5rem 8rem;
    border-radius: 2px;
}

/* .form-wrapper p {
    line-height: 32px;
    font-size: 1.2rem;
    color: #555;
} */

.text-red {
    color: #DA1725;
}

form {
    margin: 32px 0;
}

.form-box {
    width: 100%;
    font-size: 1.1rem !important;
}

/* .form-box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
} */

.form-box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /* 伸ばさずに上揃えにする */
    border-bottom: 1px solid #eee;
    /* 項目ごとに線を入れると見やすくなります（任意） */
    padding-top: 20px;
}

.form-box dt,
.form-box dd {
    padding-bottom: 20px;
}

/* .form-box dt {
    font-weight: 400;
    text-align: left;
} */


/* .form-box dt {
    font-weight: 400;
    text-align: left;
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 20px;
    box-sizing: border-box;
} */

.form-box dt {
    width: 30%;
    display: flex;
    justify-content: space-between;
    /* 文字と必須ラベルを左右に分ける */
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
    white-space: nowrap;
    /* 項目名の途中で改行させない */
}

/* ★ポイント：label自体もFlexにして中身を広げる */
.form-box dt label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.form-box dt.message {
    padding-top: 10px;
}

.form-box dd {
    width: 63.993%;
}

/* 必須ラベルの設定をシンプルに */
.required {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.required::after {
    content: "※";
    /* background-color: #ff4d4d; */
    color: #ff4d4d;
    font-size: 16px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
    flex-shrink: 0;
    /* ラベルが潰れないように固定 */
}

.form-style {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    box-shadow: 0 0 0 1px #ccc inset;
    border-radius: 4px;
    /* font-size: 1.1rem !important; */
}

/* --- 以下、メディアクエリ（スマホ用） --- */
@media (max-width: 796px) {
    .form-box dt {
        width: 100%;
        /* スマホでは幅いっぱいに */
        justify-content: flex-start;
        /* 左寄せに戻す */
    }

    .form-box dt label {
        justify-content: flex-start;
        /* ラベルも左寄せ */
    }

    /* 既存のスマホ用設定を継続... */
}

.form-style:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.btn-wrapper {
    margin-top: 30px;
    text-align: center;
}

.btn-submit {
    display: inline-block;
    min-width: 220px;
    padding: 10px;
    background-image: linear-gradient(to right, #333 0%, #333 50%, #FFFFFF 50%, #FFFFFF 100%);
    background-size: 200%;
    background-position-x: 0;
    border: 1px solid #333;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    transition: 0.3s ease-in;
}

.btn-submit:hover {
    background-position-x: 100%;
    color: #333;
}

    /* .reserve_message {
        text-align: center;
    } */


/* お問い合わせページメディアクエリ */
@media (max-width: 796px) {
    .box-white {
        padding: 16px;
    }

    .contact_text h2 {
        font-size: 1rem;
    }

    .form-wrapper {
        max-width: 97%;
        margin: 0 auto;
        padding: 16px;
    }

    .contact_text p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .form-box dl {
        display: flex;
        flex-direction: column;
    }

    .form-box dd {
        width: 100%;
    }

    .form-style {
        width: 100%;
    }

    .form-box dt {
        display: flex;
        /* 文字と必須ラベルを横並びにする */
        justify-content: flex-start;
        /* 左寄せ */
        align-items: center;
        /* 上下中央揃え */
        flex-wrap: nowrap;
        /* 絶対に改行させない */
        padding-bottom: 10px;
        /* 下の入力欄との隙間 */
    }

    .form-box dt label {
        white-space: nowrap;
        /* 項目名の途中で改行させない */
        font-size: 0.9rem;
        /* 少しだけ文字を小さくして収まりを良くする */
    }

    .required::after {
        margin-left: 10px;
        /* 項目名と必須ラベルの距離を固定 */
        flex-shrink: 0;
        /* 必須ラベルが潰れないようにする */
    }

    .reserve_message p {
        font-size: 0.9rem;
    }
}




/* ＝＝404ページ＝＝ */
.page-404 {
    background: #eee;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    color: #777;

}

.page-404 h2 {
    font-size: 2rem;
    padding: 64px;
}





/* ＝＝J-Query＝＝ */
/* ギャラリーフェードイン */
.gallery_area .gall {
    opacity: 0;
    transition: all 2s;
}


.gallery_area .active {
    opacity: 1;
}


#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main);
    border: 1px solid var(--main);
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
}

#page-top a:hover {
    background: #999;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 101;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove {
    animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*　右の動き　*/

#page-top.RightMove {
    animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(100px);
    }
}

/* フェード */
.fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン */
.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/* dots */
.slick-dots {
    bottom: -25px;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button::before {
    width: 6px;
    height: 6px;
}

.slick-dots li {
    margin: 0 7px;
}

.slick-dots li button {
    background-color: #999;
    /* opacity: 0.3; */
    border-radius: 100%;
}

.slick-dots li.slick-active button {
    /* opacity: 1; */
    background-color: var(--sub);
}

.slick-dots li button::before {
    content: '';
}



/*スライダーアロー */

.prev_icon,
.next_icon {
    width: 1.5rem;
    cursor: pointer;
}

.prev_icon {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0, -50%);
    z-index: 1;
}

.next_icon {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(0, -50%);
    z-index: 1;
}

@media screen and (max-width: 796px) {

    .prev_icon,
    .next_icon {
        width: 1rem;
    }

    .prev_icon {
        left: 3%;
    }

    .next_icon {
        right: 3%;
    }

}




/* loading */
/* オープニングアニメーションのスタイル */
/* オープニング */
#opening-animation {
    position: fixed;
    inset: 0;
    background-image: url(img/op_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
}

/* オープニングをフェードアウト */
#opening-animation.fade-out {
    animation: openingFadeOut 1.2s ease forwards;
}

@keyframes openingFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* ロゴ：左→右ふわっ（transformはロゴだけなのでOK） */
#logo {
    width: 350px;
    opacity: 0;
    transform: translateX(-50px);
    animation: slideFadeIn 1.5s ease-out forwards;
}

@keyframes slideFadeIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* メイン：opacityだけ */
#main-content {
    opacity: 0;
    transition: opacity 1s ease;
}

#main-content.show {
    opacity: 1;
}


/* フェードインのアニメーション */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}