/*
Theme Name: U_design
Description: 案件取得用オリジナルテーマです
Version: 1.0
*/

*{
    box-sizing: border-box;
}
body,
html{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    line-height: 1.8;
    color: #292828;
    background: #f7f3ec;
    scroll-behavior: smooth;
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

h3{
    font-weight: bold;
}
/* -------------ヘッダー------------------ */
.site_header{
    height: 65px;
    display: flex;
    align-items: center;
    background: #F7F3EC;
    position: sticky;
    top: 0;
    z-index: 1003;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
}

.header_logo{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
    flex-shrink: 0;
}


.header_logo a{
    display: block;
    flex-shrink: 0;
}

.header_logo img{
    width: 76px;
    display: block;
}

.site_title{
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    color: #292828;
    white-space: nowrap;
}

.header_nav_area{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0 16px;
}

.global_nav{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
}

.main_menu,
.sub_menu{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_menu{
    gap: 17px;
    line-height: 1;
}

.sub_menu{
    gap: 12px;
    line-height: 1;
    margin-top: 6px;
}

.main_menu a{
    font-size: 13px;
    font-weight: bold;
    color: #292828;
    line-height: 1;
    position: relative;
    padding-bottom: 5px;
}

.main_menu a::before{
    background: #ED9849;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0,1);
    transition: transform .3s;
}

.main_menu a:hover::before{
    transform-origin: left top;
    transform: scale(1,1);
}
.sub_menu a{
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    color: #333;
    margin-bottom: 5px;
}

.sub_menu li{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 3px;
}

.sub_menu li::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid #ccc;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.sub_menu a:hover{
    opacity: 0.7;
}

.header_btn{
    width: 116px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3AB3C3;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 2px 2px #247a86;
}

.header_btn:hover{
    transform: translateY(2px);
    box-shadow: none;
}

/* --------------ファーストビュー------------------- */
.first_view{
    width: 100%;
    background-image: #F7F3EC;
}

.first_view_inner{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.first_view_inner img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* --------------オープニング----------------------- */
.opening_section{
    padding: 60px 0;
    background: #F6F5EA;
    text-align: center;
}

.section_inner{
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.section_label{
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    letter-spacing: 0.12em;
    text-align: center;
}

.opening_section h2{
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.pink_marker{
    background: linear-gradient(#efb0c8);
    padding: 5px;
}

.strong{
    font-size: 45px;
    font-weight: bold;
}

.opening_section ul{
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.opening_section li{
    flex: 1;
    padding: 18px;
    border: 1px solid #292828;
    border-radius: 20px;
}


.opening_section li img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px;
    border-radius: 14px;
}

.opening_section li h3{
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.5;
}

.opening_section li p{
    margin-top: 0;
    font-size: 15px;
    line-height: 1.9;
}

/* ---------------BODY-------------------- */
.body_section{
    padding: 80px 0;
    background: url(images/plf_bg.jpeg) no-repeat center/cover;

}

.body_section .section_inner{
    border: 1px solid #292828;
    border-radius: 20px;
    background: #F6F5EA;
    padding: 80px 20px;
    margin: 0 auto;
}

.body_section .section_label{
    text-align: center;
}
.body_section .plf_flex{
    display: flex;
    align-items: stretch;
    gap: 56px;
    margin-top: 45px;
}

.body_section .plf_flex:nth-of-type(even){
    flex-direction: row-reverse;
}

.body_section .flex_img,
.body_section .flex_img02,
.body_section .flex_img03,
.body_section .plf_text{
    width: 50%;
    height: auto;
}

.body_section .flex_img{
    background: url(images/plf_img.png) no-repeat center/contain;
    border-radius: 40px;
}

.body_section .flex_img02{
    background: url(images/plf_img02.png) no-repeat center/contain;
}

.body_section .flex_img03{
    background: url(images/plf_img03.png) no-repeat center/contain;
}

.body_section .plf_flex .plf_text{
    flex: 1;
}

.body_section .flex_img img{
    width: auto;
    height: auto;
    object-fit: cover;
    border-bottom: 20px;
    display: block;
}

.body_section .section_label{
    margin: 0 auto;
}

.body_section h2{
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 1.5;
}

.body_section h3{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.body_section .section_inner > div > p{
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 2;
}

.body_section .section_inner > div > p:last-child{
    margin-bottom: 0;
}

/* -----------------サービス------------------ */
.service_section{
    padding: 80px 0;
    background: #F3FFF4;
    text-align: center;
}

.service_section h2{
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.service_section .section_lead{
    max-width: 780px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 2;
}

.service_section dl{
    display: grid;
    grid-template-columns: 240px 1fr;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.service_section dt,
.service_section dd{
    margin: 0;
    padding: 24px 28px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.service_section dt{
    font-weight: bold;
    background: #F6F5EA;
}

.service_section dd{
    background: #f4e7da;
    line-height: 2;
}

/* ----------------ワーク-------------------- */
.works_section{
    padding: 80px 0;
    background: #F6F5EA;
    text-align: center;
}

.works_section h2{
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.works_section .section_lead{
    max-width: 780px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 2;
}

.works_section ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.works_section li{
    border: 1px solid #292828;
    border-radius: 20px;
    overflow: hidden;
    padding: 18px;
}

.works_section li img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

.opening_section li img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px;
    border-radius: 14px;
}
.works_section li h3{
    margin: 24px 0;
    font-size: 20px;
    line-height: 1.5;
}

.works_section li p{
    /* margin: 0 24px 28px; */
    font-size: 15px;
    line-height: 1.9;
}

/* --------------flow--------------------- */
.flow_section{
    padding: 80px 0;
    background: #F3FFF4;
    text-align: center;
}

.flow_section h2{
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.flow_section .section_lead{
    max-width: 780px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 2;
}

.flow_section ol{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin: 0 ;
    padding: 0;
    list-style: none;
    counter-reset: flow-number;
    text-align: left;
}

.flow_section li{
    position: relative;
    padding: 32px 24px 28px;
    border: 1px solid #292828;
    border-radius: 20px;
    counter-increment: flow-number;
}

.flow_section li::before{
    content: counter(flow-number, decimal-leading-zero);
    display: block;
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #abdce2;
    text-align: center;
}

.flow_section li h3{
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.flow_section li p{
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
}

/* -----------------プライス-------------- */
.price_section{
    padding: 80px 0;
    background: #F7F3EC;
    text-align: center;
}

.price_section h2{
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.price_section .section_lead{
    max-width: 780px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 2;
}

.price_section ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.price_section li{
    padding: 36px 28px;
    border: 1px solid #292828;
    border-radius: 20px;
}

.price_section li h3{
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.price_section .price{
    margin: 0 0 10px;
    text-align: center;
    line-height: 1.2;
}

.price_section .price strong{
    font-size: 30px;
    line-height: 1;
}

.price_section .price span{
    font-size: 14px;
    font-weight: bold;
}

.price_section li small{
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    color: #666;
}

.price_section li p{
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.9;
}

.price_section li p:last-child{
    margin-bottom: 0;
}

.price_section .section_inner > p:last-child{
    margin: 0;
}

.price_section .section_inner > p:last-child small{
    font-size: 12px;
    line-height: 1.8;
    color: #666;
}

/* ---------------CTA----------------------- */
.cta_section{
    padding: 80px 0;
    background: #F3FFF4;
    text-align: center;
}

.cta_section h2{
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.cta_section .section_lead{
    max-width: 780px;
    margin: 0 auto 36px;
    font-size: 16px;
    line-height: 2;
}

.cta_section .cta_btn_area{
    display: flex;
    justify-content: center;
    gap: 35px;
}

.cta_btn_area .form_btn{
    display: inline-block;
    min-width: 260px;
    padding: 18px 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background: #ED9849;
    border-radius: 999px;
}

.cta_btn_area .line_btn{
    display: inline-block;
    min-width: 260px;
    padding: 18px 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background: #689F38;
    border-radius: 999px;
}

.cta_btn_area a:hover{
    opacity: 0.8;
}

.cta_section small{
    display: block;
    margin: 20px 0 0;
    font-size: 12px;
    color: #ccc;
}

/* -----------footer---------------------- */
.site_footer{
    padding: 24px;
    background: #3AB3C3;
    color: #fff;
    text-align: center;
}

/* ---------------全体仕上げ----------------- */
.opening_section,
.body_section,
.service_section,
.works_section,
.flow_section,
.price_section,
.cta_section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.opening_section h2,
.body_section h2,
.service_section h2,
.works_section h2,
.flow_section h2,
.price_section h2,
.cta_section h2{
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.opening_section li,
.works_section li,
.flow_section li,
.price_section li{
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
}

/* ==================トップページ仕上げ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

body{
    color: #222;
    font-family: sans-serif;
    line-height: 1.7;
}

img{
    max-width: 100%;
    height: auto;
}

.section_inner{
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.section_label{
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: bold;
    color: #777;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section_lead{
    max-width: 780px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 2;
}

.opening_section,
.service_section,
.works_section,
.flow_section,
.price_section,
.cta_section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.opening_section h2,
.service_section h2,
.works_section h2,
.flow_section h2,
.price_section h2,
.cta_section h2{
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.opening_section li,
.works_section li,
.flow_section li,
.price_section li{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.opening_section li,
.flow_section li,
.price_section li{
    border-radius: 20px;
    overflow: hidden;
}



/* ===============ハンバーガーメニュー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* --------pc---------- */
.menu_toggle{
    display: none;
}

.header_nav_area{
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 0;
}

.header_nav_area .global_nav{
    margin-right: 30px;
}

.header_nav_area .header_btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -----------sp------------- */
@media(max-width: 768px){
    .site_header{
        position: relative;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 65px;
        padding: 0 16px;
        box-sizing: border-box;
        position: sticky;
        top: 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
    }

    .header_logo{
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

    .header_logo a{
        display: block;
        line-height: 1;
    }

    .header_logo img{
        width: 70px;
        height: auto;
        display: block;
    }

    .site_title{
        margin: 0;
        font-size: 12px;
        line-height: 1.2;
    }

    .menu_toggle{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 0;
        margin-right: 10px;
        border: 1px solid #ccc;
        border-radius: 8px;
        background: #fff;
        cursor: pointer;
        flex-shrink: 0;
    }

    .menu_toggle span{
        display: block;
        width: 22px;
        height: 2px;
        margin: 0 auto;
        background: #333;
    }

    .header_nav_area{
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        padding: 0 16px 20px;
        box-sizing: border-box;
        background: #f7f7f7;
        z-index: 1001;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .header_nav_area.is-open{
        display: block;
    }

    .header_nav_area .global_nav{
        margin-right: 0;
    }

    .main_menu,
    .sub_menu{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .main_menu li,
    .sub_menu li{
        display: block;
        border-bottom: 1px solid #e3e3e3;
    }

    .main_menu a,
    .sub_menu a{
        display: block;
        padding: 22px 0;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
    }

    .sub_menu{
        margin-top: 0;
    }

    .sub_menu li{
        gap: 0;
    }

    .sub_menu li::before{
        display: none;
    }

    .header_nav_area .header_btn{
        width: 100%;
        max-width: none;
        height: 56px;
        margin-top: 20px;
        font-size: 14px;
    }
}

/* ==================固定ページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.page_main{
    padding-top: 60ps;
    padding-bottom: 60px;
}

.page_content{
    max-width: 800px;
    margin: 0 auto;
}

.page_title{
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
}

.page_body{
    font-size: 16px;
    line-height: 1.9;
}

.page_body h2{
    margin-top: 48px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

.page_body h3{
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.5;
}

.page_body p{
    margin-bottom: 20px;
}

.page_body ul,
.page_body ol{
    margin-bottom: 24px;
    padding-left: 1.5em;
}

.page_body li{
    margin-bottom: 8px;
}

.page_body table{
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    border-collapse: collapse;
}

.page_body th,
.page_body td{
    padding: 14px 16px;
    border: 1px solid#ddd;
    text-align: left;
    vertical-align: top;
}

.page_bodyth{
    width: 30%;
    background: #f7f7f7;
    font-weight: 700;
}

/* ＝＝＝＝＝＝＝＝＝＝ブログ一覧＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.blog_main,
.archive_main{
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog_heading,
.archive_heading{
    margin-bottom: 40px;
    text-align: center;
}

.blog_title,
.archive_title{
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.5;
}

.blog_lead{
    font-size: 16px;
    line-height: 1.8;
}

.blog_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog_card{
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
}

.blog_card_link{
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.blog_card_image{
    aspect-ratio: 3 / 2;
    background: #f7f7f7;
}

.blog_card_image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_card_body{
    padding: 24px;
}

.blog_date{
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    color: #777;
}

.blog_card_title{
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.5;
}

.bolg_excerpt{
    font-size: 15px;
    line-height: 1.8;
}

.blog_pagination{
    margin-top: 40px;
    text-align: center;
}

.blog_pagination .page_numbers{
    display: inline-block;
    margin: 0 4px;
    padding: 8px 12px;
    border: 1px solid #ddd;
}

.blog_pagination .current{
    background: #333;
    color: #fff;
}

/* --------記事詳細------- */
.single_main{
    padding-top: 60px;
    padding-bottom: 60px;
}

.single_content{
    max-width: 800px;
    margin: 0 auto;
}

.single_header{
    margin-bottom: 40px;
    text-align: center;
}

.single_date{
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #777;
}

.single_title{
    font-size: 32px;
    line-height: 1.5;
}

.single_eyecatch{
    margin-bottom: 40px;
}

.single_eyecatch img{
    display: block;
    width: 100%;
    height: auto;
}

.single_body{
    font-size: 16px;
    line-height: 1.9;
}

.single_body h2{
    margin-top: 48px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

.single_body h3{
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.5;
}

.single_body p{
    margin-bottom: 20px;
}

.single_body ul,
.single_body ol{
    margin-bottom: 24px;
    padding-left: 1.5em;
}

.single_body li{
    margin-bottom: 8px;
}

.single_nav{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 48px;
}

.single_nav a,
.back_to_blog a{
    text-decoration: underline;
}

.single_nav a:hover,
.back_to_blog a:hover{
    opacity: 0.8;
}

.back_to_blog{
    margin-top: 32px;
    text-align: center;
}

/* -----------contact---------------- */
.page_body .wpcf7-form{
    max-width: 640px;
    margin: 0 auto;
}

.page_body .wpcf7-form p{
    margin-bottom: 20px;
}

.page_body .wpcf7-form label{
    display: block;
    font-weight: 700;
}

.page_body .wpcf7-form input[type="text"],
.page_body .wpcf7-form input[type="email"],
.page_body .wpcf7-form input[type="tel"],
.page_body .wpcf7-form select,
.page_body .wpcf7-form textarea{
    width: 100%;
    margin-top: 8px;
    padding: 12px 14px;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.6;
}

.page_body .wpcf7-form textarea{
    min-height: 180px;
}

.page_body .wpcf7-form input[type="submit"]{
    display: block;
    width: 100%;
    padding: 14px 20px;
    border: none;
    background: #ED9849;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

.page_body .wpcf7-form input[type="submit"]:hover{
    opacity: 0.8;
}

.page_body .wpcf7-not-valid-trip{
    margin-top: 6px;
    font-size: 14px;
    color: #c00;
}

.page_body .wpcf7-response-output{
    margin: 24px 0 0;
    padding: 16px;
}
/* =========================レスポンシブ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media(max-width:780px){
    .section_inner{
        width: calc(100% - 32px);
        max-width: none;
        margin: 0 auto;
    }

    .opening_section,
    .service_section,
    .works_section,
    .flow_section,
    .price_section,
    .cta_section,
    .body_section{
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .opening_section h2,
    .service_section h2,
    .works_section h2,
    .flow_section h2,
    .price_section h2,
    .cta_section h2,
    .body_section h2{
        font-size: 28px;
        line-height: 1.5;
    }

    .opening_section .strong{
        font-size: 37px;
    }

    .section_lead{
        margin-bottom: 32px;
        font-size: 15px;
        line-height: 1.9;
    }
    /* -------------画像比率-------------- */
    .first_view{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .first_view_inner{
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .first_view_inner picture{
        display: block;
        width: 100%;
    }

    .first_view_inner img{
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
        display: block;
    }

    /* --------header---------- */
    .site_header{
        height: auto;
        padding: 14px 0;
    }

    .site_header .section_inner{
        display: block;
    }

    .site_title{
        margin: 0;
        text-align: center;
    }

    .site_title img{
        max-height: 36px;
    }

    /* -----------opening---------- */
    .opening_section ul{
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    .opening_section li{
        width: 100%;
        margin: 0 0 20px;
        padding: 24px;
    }

    .opening_section li:last-child{
        margin-bottom: 0;
    }

    .opening_section li img{
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 0 20px;
        border-radius: 20px;
    }

    .opening_section li h3{
        margin: 0 0 12px;
        font-size: 20px;
        line-height: 1.5;
    }

    .opening_section li p{
        margin: 0;
        font-size: 15px;
        line-height: 1.9;
    }

    /* -----------body----------- */
    .body_section .section_inner{
        display: block;
    }

    .body_section .plf_flex{
        display: block;
    }
    .body_section .plf_img img{
        display: block;
        width: 100%;
        height: 260px;
        margin-bottom: 28px;
    }

    .body_section .flex_img{
    background: url(images/plf_img.png) no-repeat center/contain;
    border-radius: 40px;
    }

    .body_section .flex_img02{
    background: url(images/plf_img02.png) no-repeat center/contain;
    }

    .body_section .flex_img03{
    background: url(images/plf_img03.png) no-repeat center/contain;
    }
    .body_section .flex_img,
    .body_section .flex_img02,
    .body_section .flex_img03,
    .body_section .plf_text{
        width: 100%;
        height: auto;
        min-height: 250px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 10px;
    }

    .body_section .section_inner > div > p{
        font-size: 15px;
        line-height: 1.9;
    }

    /* ---------service--------- */
    .service_section .section_inner{
        padding-left: 0;
        padding-right: 0;
    }

    .service_section dl{
        display: block;
        width: 100%;
    }

    .service_section dt,
    .service_section dd{
        width: 100%;
        margin: 0;
        padding: 18px 20px;
        border-right: 1px solid #ddd;
    }

    /* -------works--------- */
    .works_section ul{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

/* -----------flow----------- */
    .flow_section ol{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .flow_section li{
        padding: 28px 24px;
    }

    /* -----------price---------- */
    .price_section ul{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        margin: 0 0 24px;
        padding: 0;
    }

    .price_section li{
        padding: 32px 24px;
    }

    /* --------------cta----------- */
    .cta_section a{
        width: 100%;
        min-width: 0;
        padding: 18px 24px;
    }

    .cta_section .cta_btn_area{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* -------------固定ページ--------- */
    .page_main{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page_content{
        max-width: 100%;
    }

    .page_title{
        margin-bottom: 24px;
        font-size: 26px;
    }

    .page_body{
        font-size: 15px;
    }

    .page_body h2{
        margin-top: 40px;
        font-size: 22px;
    }

    .page_body h3{
        margin-top: 32px;
        font-size: 18px;
    }

    .page_body table{
        font-size: 14px;
    }

    .page_body th,
    .page_body td{
        display: block;
        width: 100%;
    }

    /* -------blog--------- */
    .blog_main,
    .archive_main,
    .single_main{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .blog_heading,
    .archive_heading{
        margin-bottom: 32px;
    }

    .blog_title,
    .archive_title,
    .single_title{
        font-size: 26px;
    }

    .blog_list{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog_card_body{
        padding: 20px;
    }

    .single_header{
        margin-bottom: 32px;
    }

    .single_eyecatch{
        margin-bottom: 32px;
    }

    .single_body{
        font-size: 15px;
    }

    .single_body h2{
        margin-top: 40px;
        font-size: 22px;
    }

    .single_body h3{
        margin-top: 32px;
        font-size: 18px;
    }

    .single_nav{
        display: block;
    }

    .single_nav_prev,
    .single_nav_next{
        margin-bottom: 16px;
        text-align: center;
    }
}