/*=== 共通 ===*/
/*=== ページタイトル ===*/
.underFV{
    position: relative;
    width: 100%;
    height: 33rem;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.newsFV{ background-image: url(../img/underlayer/newsBg.jpg); }
.blogFV{ background-image: url(../img/underlayer/blogBg.jpg); }
.workFV{ background-image: url(../img/underlayer/workBg.jpg); }
.businessFV{ background-image: url(../img/underlayer/businessBg.jpg); }
.voiceFV{ background-image: url(../img/underlayer/voiceBg.jpg); }
.companyFV{ background-image: url(../img/underlayer/companyBg.jpg); }
.aboutFV{ background-image: url(../img/underlayer/aboutBg.jpg); }
.contactFV{ background-image: url(../img/underlayer/contactBg.jpg); }
.insuranceFV{ background-image: url(../img/underlayer/insuranceBg.jpg); }
.recruitFV{ background-image: url(../img/underlayer/recruitBg.jpg); }
.entryFV{ background-image: url(../img/underlayer/entryBg.jpg); }
.faqFV{ background-image: url(../img/underlayer/faqBg.jpg); }
.orderFV{ background-image: url(../img/underlayer/orderBg.jpg); }
.underFV::before{
    content: "";
    top: 40%;
    width: 37.3rem;
    height: 28.2rem;
    background-image: url(../img/underlayer/pagename_textBg.png);
}
.underFV::before, .pageTitle{
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.pageTitle{
    top: 50%;
    width: 100%;
    line-height: 1;
    font-size: clamp(3.2rem, 5vw, 6rem);
    text-shadow: #fff .1rem 0 2rem;
    text-align: center;
}
/*=== コンテンツ幅 ===*/
.underBg_ivory, .sectionIvory{ background-color: #F6F3EA; }
.sectionGreen{ background-color: #c7e9c4; }
.underBg_white{ background-color: #fff; }
.underInn, .sec_inner{
    margin: 0 auto;
    max-width: 120rem;
    width: 90%;
}
.sec_inner{ padding: 7.2rem 0; }
.last_padding{ padding: 7.2rem 0 10.7%; }
.underInn_sidebarAvailable{
    display: flex;
    justify-content: space-between;
}
.underInn_sidebarAvailable_div{
    margin-left: 2.5rem;
    width: 74%;
}
/*=== パンくずリスト ===*/
.breadcrumbList{
    border-radius: 0 0 2rem 0;
    padding: 1.3rem 0;
    display: flex;
    min-width: 50rem;
    width: 31.3%;
    /* height: 5rem; */
    background-color: var(--dull-green);
    align-items: center;
}
.breadcrumbList_inner{
    margin: 0 auto;
    width: 71%;
    color: #fff;
}
.breadcrumbList_inner span{ color: #fff; }
/*=== FV下 テキスト ===*/
.underFV_btm{
    line-height: 2.222;
    font-size: var(--fontSize-18);
    text-align: center;
}
@media screen and ( max-width: 1200px ){
    /*=== ページタイトル ===*/
    .underFV{ height: 33rem; }
    .underFV::before{
        top: 12%;
        width: 37.3rem;
        height: 28.2rem;
        background-image: url(../img/underlayer/pagename_textBg.png);
    }
    .underFV::before, .pageTitle{
        position: absolute;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        -webkit-transform: translateY(0) translateX(-50%);
    }
    .pageTitle{ top: 55%; }
    /*=== コンテンツ幅 ===*/
    .underInn_sidebarAvailable_div{ width: calc(100% - 20rem); }
    .last_padding{ padding: 7.2rem 0 18%; }
}
@media screen and ( max-width: 780px ){
    /*=== コンテンツ幅 ===*/
    .last_padding{ padding: 7.2rem 0 clamp(8rem, 19.230769230769234vw, 15rem); }
    .underInn_sidebarAvailable{ flex-direction: column; }
    .underInn_sidebarAvailable_div{
        margin: 4.8rem auto 0;
        min-width: initial;
        width: 100%;
    }
    /*=== パンくずリスト ===*/
    .breadcrumbList{
        border-radius: 0;
        padding: .4rem 0;
        min-width: initial;
        width: 100%;
        height: fit-content;
    }
    .breadcrumbList_inner{ width: 95%; }
    /*=== FV下 テキスト ===*/
    .underFV_btm{ line-height: 1.875; }
}
@media screen and ( max-width: 500px ){
    /*=== FV下 テキスト ===*/
    .underFV_btm{
        text-align: start;
        word-break: auto-phrase;
    }
}





/*=== 当社について about ===*/
.abt_title{/*共通*/
    font-size: clamp(2.4rem, 2.083333333333333vw, 4rem);
    text-align: center;
}
.sec_abtCommitment{/*こだわり*/
    position: relative;
}
.sec_abtCommitment::before{
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 24.53125vw;
    background-image: url(../img/about/about_decoration3.png);
    background-position: left;
}
.sec_inner_abtCommitment{
    position: relative;
    /* padding: 7.2rem 0 23.55% !important; */
    max-width: 96rem;
}
.abtCommitment_title_span{
    position: relative;
    font-size: clamp(2.8rem, 2.604166666666667vw, 5rem);
    z-index: 2;
}
.abtCommitment_title_span::before{
    content: "";
    position: absolute;
    top: clamp(.4rem, 0.6666666666666667vw, .8rem);
    width: clamp(12rem, 10.208333333333334vw, 19.6rem);
    height: clamp(5.67rem, 4.823437500000001vw, 9.261rem);
    z-index: -1;
}
.abtCommitment_title_span1{ color: var(--dull-green); }
.abtCommitment_title_span2{ color: #e8ba00; }
.abtCommitment_title_span1::before{ background-image: url(../img/about/about_decoration1.png); }
.abtCommitment_title_span2::before{ background-image: url(../img/about/about_decoration2.png); }
.abtCommitment_text{
    margin-top: 3.2rem;
    line-height: 2.222;
    font-size: var(--fontSize-18);
    text-shadow: #fff .1rem 0 1rem;
}
.sec_abtPro{/*プロフェッショナル集団*/
    position: relative;
    background: linear-gradient(90deg, #fff6b1, #ffef85);
}
.sec_inner_abtPro{
    padding: 14.4rem 0 !important;
    display: flex;
    max-width: initial;
    width: 100%;
}
.abtPro_content{
    border-radius: 0 var(--borderRadius-50) var(--borderRadius-50) 0;
    padding: 6.05% 0 8.56%;
    width: 67.69%;
    max-height: 74.4rem;
    background-color: #fff;
}
.abtPro_content_inner{
    position: relative;
    margin-right: 19.77%;
    margin-left: auto;
    max-width: 66rem;
    width: 74%;
    z-index: 2;
}
.abtPro_headline{
    margin-bottom: clamp(2.4rem, 2.083333333333333vw, 4rem);
    font-size: clamp(2.4rem, 1.9270833333333335vw, 3.7rem);
    color: var(--dull-green);
}
.abtPro_text{
    line-height: 2;
    font-size: var(--fontSize-18);
}
.abtPro_img{
    position: absolute;
    top: 0;
    right: 0;
    width: 49.5%;
}
.sec_abtPoint{/*5つのこだわり*/
    position: relative;
}
.sec_abtPoint::before, .sec_abtPoint::after{
    content: "";
    position: absolute;
    width: clamp(70rem, 72.13541666666666vw, 138.5rem);
    z-index: 1;
}
.sec_abtPoint::before{
    top: 0;
    right: 0;
    height: clamp(42.708rem, 44.01041666666667vw, 84.5rem);
    background-image: url(../img/about/about_decoration5.jpg);
}
.sec_abtPoint::after{
    bottom: 0;
    left: 0;
    height: clamp(45.083rem, 46.458333333333336vw, 89.2rem);
    background-image: url(../img/about/about_decoration4.jpg);
}
.sec_inner_abtPoint{
    position: relative;
    padding: 7.2rem 0 !important;
    z-index: 2;
}
.abtPoint_title{
    font-size: clamp(2.4rem, 2.083333333333333vw, 4rem);
    text-align: center;
}
.abtPoint_title_img{
    margin: .8rem auto 0;
    display: block;
    width: clamp(21rem, 20.729166666666668vw, 39.8rem);
    height: clamp(3.799rem, 3.75vw, 7.2rem);
}
.abtPoint_ul{
    margin-top: 8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 2%;
    justify-content: center;
}
.abtPoint_li{
    border-radius: var(--borderRadius-50);
    width: 32%;
    background-color: #fff;
    overflow: hidden;
}
.abtPoint_img{ aspect-ratio: 1 / 0.6442307692307693; }
.abtPoint_img img{ height: 100%; }
.abtPoint_text_wrap{
    position: relative;
    padding: 5.6rem clamp(1.6rem, 1.6666666666666667vw, 3.2rem) 2.4rem;
}
.abtPoint_headline{
    position: absolute;
    top: -2.083333333333333vw;
    right: 0;
    border-radius: clamp(1.6rem, 1.5625vw, 3rem) 0 0 clamp(1.6rem, 1.5625vw, 3rem);
    padding: 1.6rem;
    width: 95%;
    font-size: clamp(1.6rem, 1.3541666666666667vw, 2.6rem);
    color: #fff;
    letter-spacing: initial;
    background-color: #80cd79;
}
.abtPoint_text{ font-size: var(--fontSize-18); }
.sec_inner_abtPromiise{/*お客様とのお約束*/
    padding: 12rem 0 10.7% !important;
}
.sec_inner_abtPromiise{
    position: relative;
    max-width: initial;
    width: 100%;
    z-index: 2;
}
.sec_inner_abtPromiise::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(28rem, 61.197916666666664vw, 117.5rem);
    height: clamp(5.743rem, 12.552083333333334vw, 24.1rem);
    background-image: url(../img/about/aboutTitle2.png);
    z-index: -1;
}
.abtPromiise_ul{ margin-top: clamp(5.6rem, 6.666666666666667vw, 12.8rem); }
.abtPromiise_li{
    position: relative;
    margin-bottom: clamp(4rem, 10.256410256410255vw, 8rem);
    display: flex;
    width: 97.4%;
    justify-content: space-between;
}
.abtPromiise_li:last-of-type{ margin-bottom: 1.6rem; }
.abtPromiise_li:nth-of-type(odd){ margin-left: auto; }
.abtPromiise_li:nth-of-type(even){ flex-direction: row-reverse; }
.abtPromiise_content{
    position: relative;
    margin-top: 9.6rem;
    border-radius: clamp(2rem, 3.125vw, 6rem);
    width: 56.86%;
}
.abtPromiise_content::before{
    content: "";
    position: absolute;
    top: 0;
    width: clamp(7rem, 5.833333333333333vw, 11.2rem);
    height: clamp(15.688rem, 13.072916666666668vw, 25.1rem);
}
.abtPromiise_li:nth-of-type(odd) .abtPromiise_content::before{ left: clamp(3rem, 2.5vw, 4.8rem); }
.abtPromiise_li:nth-of-type(even) .abtPromiise_content::before{ right: clamp(3rem, 2.5vw, 4.8rem); }
.abtPromiise_content1::before{ background-image: url(../img/about/about_decoration6.png); }
.abtPromiise_content2::before{ background-image: url(../img/about/about_decoration7.png); }
.abtPromiise_content3::before{ background-image: url(../img/about/about_decoration8.png); }
.abtPromiise_content4::before{ background-image: url(../img/about/about_decoration9.png); }
.abtPromiise_content5::before{ background-image: url(../img/about/about_decoration10.png); }
.abtPromiise_li:nth-of-type(odd) .abtPromiise_content{ background-color:rgba(255, 239, 119, .6); }
.abtPromiise_li:nth-of-type(even) .abtPromiise_content{ background-color:rgba(185, 232, 162, .6); }
.abtPromiise_content_inner{
    padding: 10.05% 0;
    max-width: 58rem;
    width: 62%;
}
.abtPromiise_li:nth-of-type(odd) .abtPromiise_content_inner{
    margin-right: 21.25%;
    margin-left: auto;
}
.abtPromiise_li:nth-of-type(even) .abtPromiise_content_inner{ margin-left: 21.25%; }
.abtPromiise_headline{
    margin-bottom: clamp(2.4rem, 2.9166666666666665vw, 5.6rem);
    font-size: clamp(1.8rem, 1.3020833333333335vw, 2.5rem);
}
.abtPromiise_text{
    line-height: 2;
    font-size: var(--fontSize-18);
}
.abtPromiise_img{
    position: absolute;
    width: 52.19%;
    max-height: 60rem;
    aspect-ratio: 1 / 0.625;
    overflow: hidden;
}
.abtPromiise_li:nth-of-type(odd) .abtPromiise_img{
    right: 0;
    border-radius: clamp(2rem, 3.125vw, 6rem) 0 0 clamp(2rem, 3.125vw, 6rem);
}
.abtPromiise_li:nth-of-type(even) .abtPromiise_img{
    left: 0;
    border-radius: 0 clamp(2rem, 3.125vw, 6rem) clamp(2rem, 3.125vw, 6rem) 0;
}
.abtPromiise_img img{ height: 100%; }
/*=== 事業案内 business ===*/
.biz_selectBtn_box{/*ボタン*/
    margin: 4.8rem auto 2.4rem;
    display: flex;
    min-width: 56rem;
    width: 37.5%;
    gap: 1.6rem 7%;
}
.biz_selectBtn{
    border-radius: 2rem;
    width: 46%;
    background-color: #fff;
    box-shadow: .8rem .8rem 0 0 var(--bright-yellow);
}
.biz_selectBtn:hover{
    background-color: #f6df58;
    box-shadow: .8rem .8rem 0 0 #dcc332;
}
.biz_selectBtn_a{
    padding: 1.6rem 3.2rem 1.6rem 8.8rem;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: clamp(1.6rem, 1.3020833333333335vw, 2.5rem);
    align-items: center;
    justify-content: space-between;
}
.biz_selectBtn_decoration{
    display: block;
    width: 2.1rem;
    height: 2rem;
    font-size: 0;
}
.biz_title_bg{/*タイトル*/
    position: relative;
    margin: 0 auto;
    padding: 1.6rem 2.4rem;
    display: flex;
    flex-direction: column;
    width: clamp(25.6rem, 22.708333333333332vw, 43.6rem);
    height: clamp(10.569rem, 9.375vw, 18rem);
    background-size: cover;
    align-items: center;
    justify-content: center;
}
.biz_title_bg1{ background-image: url(../img/business/titleBg1.png); }
.biz_title_bg2{ background-image: url(../img/business/titleBg2.png); }
.biz_title{
    margin-bottom: 4.25%;
    font-size: clamp(2rem, 2.083333333333333vw, 4rem);
}
.biz_title_text{
    font-size: var(--fontSize-18);
    color: #fff;
}
.biz_infoImg{/*テキスト + 画像*/
    margin-top: -4rem;
    display: flex;
    justify-content: space-between;
}
.biz_info{
    margin-top: 8rem;
    min-width: 38rem;
    width: 52%;
}
.biz_headline_span{
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    z-index: 2;
}
.biz_headline_span:last-of-type{ margin-bottom: 0; }
.biz_headline_span::before{
    content: "";
    position: absolute;
    width: 100%;
    /* height: 6rem; */
    height: 100%;
    background-size: 100% 100%;
    z-index: -1;
}
.biz_headline_span1::before{ background-image: url(../img/business/headlineBg1.png); }
.biz_headline_span2::before{ background-image: url(../img/business/headlineBg2.png); }
.biz_headline_span_inner{
    padding: .8rem 2.4rem;
    font-size: clamp(1.6rem, 1.25vw, 2.4rem);
}
.biz_text{
    margin-top: 6.4%;
    line-height: 1.875;
    font-size: var(--fontSize-18);
}
.biz_imgLarge{
    margin-left: 1.6rem;
    max-width: 54rem;
    width: 60%;
    border-radius: var(--borderRadius-50);
    overflow: hidden;
}
.biz_imgLarge img{ height: 100%; }
.biz_img_wrap{/*画像4枚*/
    margin-top: 6.66%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
}
.biz_imgLargeSmall{
    border-radius: clamp(2rem, 2.083333333333333vw, 5rem);
    width: 23.5%;
    aspect-ratio: 1 / 0.825;
    overflow: hidden;
}
.biz_imgLargeSmall:nth-of-type(odd){ margin-bottom: clamp(1.6rem, 6.4vw, 3.2rem); }
.biz_imgLargeSmall:nth-of-type(even){ margin-top: clamp(1.6rem, 6.4vw, 3.2rem); }
.biz_imgLargeSmall img{ height: 100%; }
/*=== 施工事例 works (一覧・詳細) ===*/
.catSelect{/*一覧 カテゴリー選択*/
    border-radius: 2rem;
    padding: 5.47% 3.65%;
    background-color: #fff;
}
.catSelect_ul{
    gap: 0 3%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
}
.catSelect_li{
    border-bottom: .1rem dashed #ABD4A6;
    display: flex;
}
.catSelect_a{
    position: relative;
    padding: .8rem clamp(1.6rem, 2.6923076923076925vw, 2.1rem) .8rem 0;
    display: flex;
    width: 100%;
    font-size: clamp(1.5rem, 1.0416666666666665vw, 2rem);
    align-items: center;
    justify-content: space-between;
}
.catSelect_a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: clamp(1.6rem, 2.6923076923076925vw, 2.1rem);
    height: clamp(1.5rem, 2.564102564102564vw, 2rem);
    background-image: url(../img/common/arrowR_green.png);
    background-repeat: no-repeat;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
.catSelect_decoration{
    display: block;
    width: clamp(1.6rem, 2.6923076923076925vw, 2.1rem);
    height: clamp(1.5rem, 2.564102564102564vw, 2rem);
    font-size: 0;
}
.case_section{/*一覧 記事*/
    margin-top: 11.85%;
    display: flex;
    flex-wrap: wrap;
    gap: 5.6rem 2.8%;
}
.case_article{ width: 31.4%; }
.case_thumbnail{
    border-radius: clamp(1.6rem, 1.5625vw, 3rem);
    width: 100%;
    aspect-ratio: 1;
    box-shadow: 0 .3rem 1.5rem 0 rgba(98, 82, 67, 0.11);
    overflow: hidden;
}
.case_thumbnail img{ height: 100%; }
.case_cat_box{
    margin: 1.6rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 2.6%;
}
.case_cat{
    border-radius: 3rem;
    padding: 0 5.8%;
    display: flex;
    width: fit-content;
    height: 3rem;
    font-size: clamp(1.2rem, 0.8333333333333334vw, 1.6rem);
    align-items: center;
    justify-content: center;
}
.case_cat_tosoGaiheki{ background-color: #b7e1b0; }
.case_cat_tosoYane{ background-color: #b0dde1; }
.case_cat_gaisouKoji{ background-color: #fff36b; }
.case_cat_yaneSyuri{ background-color: #f1b8bc; }
.case_cat_gaikoKoji{ background-color: #e1cdb0; }
.case_cat_gaikoToso{ background-color: #b0e1ce; }
.case_text{
    display: -webkit-box;
    width: 100%;
    font-size: var(--fontSize-20);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case_single_catTime{/*詳細*/
    margin: 2.5rem 0 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem 0;
    justify-content: space-between;
}
.single_cat_box{
    display: flex;
    flex-wrap: wrap;
    gap: .4rem .4rem;
}
.case_single_catTime .single_date_wrap{ font-size: var(--fontSize-18); }
.case_single_img_wrap{
    margin-bottom: 8.2%;
    display: flex;
    gap: 3.2rem 4%;
}
.case_single_img_box{ width: 48%; }
.case_single_BA{
    margin-bottom: clamp(1.6rem, 4.102564102564102vw, 3.2rem);
    border-radius: 1.5rem;
    padding: .8rem 0;
    display: block;
    width: 100%;
    font-size: clamp(1.8rem, 1.3020833333333335vw, 2.5rem);
    background-color: #fef16a;
    text-align: center;
    box-shadow: 0 .2rem 1.2rem 0 rgba(143, 132, 116, 0.13);
}
.case_single_img{
    margin-bottom: 1.6rem;
    border-radius: clamp(1.6rem, 1.5625vw, 3rem);
    box-shadow: 0 .3rem 1.5rem 0 rgba(98, 82, 67, 0.11);
    overflow: hidden;
}
.case_single_img:last-of-type{ margin-bottom: 0; }
.case_single_img img{ height: 100%; }
.singleWorks_detail_ul{ margin: 0 0 4.8rem !important; }
/*=== お客様の声 voice (一覧・詳細) ===*/
.voice_section{/*一覧*/
    margin-top: 7.33%;
    display: flex;
    flex-wrap: wrap;
    gap: 4.8rem 2.75%;
}
.voice_article{
    width: 31.5%;
}
.voice_thumbnail{
    border-radius: clamp(1.6rem, 1.5625vw, 3rem);
    width: 100%;
    aspect-ratio: 1 / 0.626984126984127;
    overflow: hidden;
}
.voice_thumbnail img{ height: 100%; }
.voice_info{
    position: relative;
    margin: -19% auto 0;
    border-radius: clamp(1.6rem, 1.5625vw, 3rem);
    padding: 2.4rem 6.35%;
    width: calc(100% - 10%);
    background-color: rgba(89, 171, 81, .9);
}
.voice_info::before{
    content: "";
    position: absolute;
    top: -2.4rem;
    left: 50%;
    width: 2.8rem;
    height: 2.4rem;
    background-color: rgba(89, 171, 81, .9);
    clip-path: polygon(0% 100%, 50% 0%, 50% 0%, 100% 100%);
    transform: translateY(0%) translateX(-50%);
}
.voice_addressName_box{
    display: flex;
    flex-wrap: wrap;
    gap: .8rem .8rem;
    justify-content: space-between;
}
.voice_addressName{
    border-radius: 3rem;
    padding: .2rem 1.6rem;
    font-size: clamp(1.2rem, 0.8333333333333334vw, 1.6rem);
    background-color: #fff;
}
.voice_text{
    margin-top: 1.6rem;
    font-size: clamp(1.6rem, 1.09375vw, 2.1rem);
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.singleVoice_title{/*詳細*/
    display: flex;
    justify-content: space-between;
}
.singleVoice_detail_ul{
    margin: 4.8rem 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 67rem;
    width: 100%;
    gap: 1.6rem 0;
}
.singleVoice_detail_li{
    display: flex;
    width: 100%;
    gap: 0 1.6rem;
}
.singleVoice_detail_text{
    padding: 2.85% 4.28%;
    display: block;
    font-size: var(--fontSize-18);
    background-color: #fff;
}
.singleVoice_detail_name{ width: 25rem; }
.singleVoice_detail_content{ width: calc(100% - 25rem); }
.singleVoice_content .case_single_img{ aspect-ratio: 1; }
.customerVoice{
    margin: 6.4rem auto 0;
    /* padding: 3.2rem 2.4rem; */
    max-width: 72rem;
    width: 100%;
    /* background-color: #fff; */
}
.customerVoice_initial{
    margin-bottom: 1.6rem;
    font-size: clamp(2rem, 1.3020833333333335vw, 2.5rem);
}
/*=== 会社概要 company ===*/
.coTitle_inner{/*共通箇所*/
    position: relative;
    font-size: clamp(2.4rem, 3.125vw, 6rem);
    z-index: 2;
}
.coTitle_StaffIntro{
    position: relative;
    margin-left: auto;
    padding-right: 15%;
    padding-left: 8%;
    display: flex;
    max-width: 120rem;
    text-align: end;
    width: clamp(55rem, 44.583333333333336vw, 85.6rem);
    height: clamp(5.8rem, 4.583333333333333vw, 8.8rem);
    background-image: url(../img/company/staffIntroBg.png);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    align-items: center;
    justify-content: end;
}
.coTitle_greeting_inner{
    color: var(--dull-green);
}
.coTitle_inner::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    z-index: -1;
}
.coTitle_greeting_inner::before{
    left: -95.5%;
    width: clamp(55rem, 42.760416666666664vw, 82.1rem);
    height: clamp(5.895rem, 4.583333333333333vw, 8.8rem);
    background-image: url(../img/company/greetingBg.png);
    background-size: 100% 100%;
}
.sec_coGreeting{/*代表挨拶*/
    position: relative;
}
.sec_coGreeting::before{
    content: "";
    position: absolute;
    top: 17rem;
    right: 0;
    border-radius: var(--borderRadius-50) 0 0 0;
    width: 40%;
    height: 60.5%;
    background: linear-gradient(55deg, #e6f7c5, #c7e9c4);
    z-index: 0;
}
.sec_inner_coGreeting{
    position: relative;
    padding: 10.4rem 0 11.2rem;
}
.greeting_infoImg{
    margin: 5.6rem 0 0;
    display: flex;
    justify-content: space-between;
}
.greeting_info{
    min-width: 38rem;
    width: 50%;
}
.greeting_headline{
    margin-bottom: 3.2rem;
    line-height: 1.7;
    font-size: clamp(1.9rem, 1.5625vw, 3rem);
    color: var(--dull-green);
}
.greeting_text, .greeting_presidentName{
    line-height: 1.667;
    font-size: var(--fontSize-18);
}
.greeting_text{ word-break: auto-phrase; }
.greeting_presidentName{
    margin-top: 1.6rem;
    text-align: end;
}
.greeting_img{
    margin-left: 1.6rem;
    border-radius: var(--borderRadius-50);
    max-width: 54rem;
    width: 60%;
    aspect-ratio: 1 / 0.6841505131128849;
    box-shadow: 0 .5rem 1.5rem 0 rgba(169, 142, 128, 0.15);
    overflow: hidden;
}
.greeting_img img{ height: 100%; }
.sec_coStaffIntro{/*スタッフ紹介*/
    position: relative;
    padding: 17.6rem 0 0;
}
.sec_coStaffIntro::before{
    content: "";
    position: absolute;
    top: -4rem;
    left: 0;
    border-radius: 0 var(--borderRadius-50) var(--borderRadius-50) 0;
    min-width: 70rem;
    width: 63.489583333333336vw;
    min-height: 35rem;
    height: 20.572916666666664vw;
    background-image: url(../img/company/staffIntro_decoration.jpg);
    background-position: top;
    background-size: cover;
}
.sec_inner_coStaffIntro{
    padding: 14.4rem 0 17.6rem;
}
.coStaffIntro_ul{/*スタッフ画像*/
    margin-top: 6.4rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 2.4rem 1.6rem;
}
.coStaffIntro_li{
    position: relative;
    aspect-ratio: 1 / 1.5;
    border-radius: clamp(1.6rem, 1.5625vw, 3rem) clamp(1.6rem, 1.5625vw, 3rem) clamp(1.6rem, 1.5625vw, 3rem) 0;
    overflow: hidden;
}
.coStaffIntro_li img{
    height: 100%;
}
.coStaffIntro_info{
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 clamp(1.6rem, 1.5625vw, 3rem) 0 0;
    padding: 1.6rem .8rem;
    width: 90%;
    background-color: #fff;
}
.coStaffIntro_name{
    font-size: clamp(1.8rem, 1.3020833333333335vw, 2.5rem);
    color: var(--dull-green);
}
.coStaffIntro_text{
    margin-top: .4rem;
    line-height: 1.333;
    font-size: var(--fontSize-18);
}
.sec_coOverview{/*会社概要*/
    position: relative;
}
.sec_coOverview::before, .sec_coOverview::after{
    content: "";
    position: absolute;
    background-size: cover;
    z-index: 1;
}
.sec_coOverview::before{
    top: 0;
    left: 0;
    width: clamp(55rem, 54.53125vw, 104.7rem);
    height: clamp(42.55rem, 42.1875vw, 81rem);
    background-image: url(../img/company/overview_decoration1.png);
}
.sec_coOverview::after{
    right: 0;
    bottom: 0;
    width: clamp(55rem, 55.15624999999999vw, 105.9rem);
    height: clamp(42.016rem, 42.135416666666664vw, 80.9rem);
    background-image: url(../img/company/overview_decoration2.png);
}
.sec_inner_coOverview{
    position: relative;
    padding: 10.7% 0;
    max-width: 90rem;
    z-index: 2;
}
.coTitle_Overview{
    font-size: clamp(2.4rem, 3.125vw, 6rem);
    color: var(--dull-green);
    text-shadow: #fff .1rem 0 1rem;
    text-align: center;
}
.coOverview_dl{
    margin-top: clamp(3.2rem, 4.166666666666666vw, 8rem);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.6rem .8rem;
    justify-content: space-between;
}
.notRecruiting{
    margin: clamp(3.2rem, 4.166666666666666vw, 8rem) auto 0 auto;
    font-size: var(--fontSize-18);
}
.coOverview_dt, .coOverview_dd{
    padding: clamp(1.6rem, 1.25vw, 2.4rem) 2.4rem;
    font-size: var(--fontSize-18);
    background-color: #fff;
}
.coOverview_dt{
    border-left: clamp(.6rem, 0.5208333333333333vw, 1rem) solid var(--dull-green);
    width: 27%;
}
.coOverview_dd{ width: calc(100% - ( 27% + .8rem)); }
.coOverview_dd_address_box{ display: flex; }
.coOverview_dd_address{ margin-left: 1.6rem; }
.coOverview_dd_address_inn .coOverview_dd_span:last-of-type{ margin-left: .8rem; }
.map{/*マップ*/
    margin-top: clamp(4.8rem, 2.9166666666666665vw, 5.6rem);
    width: 100%;
    border-radius: var(--borderRadius-50);
}
/*=== お問い合わせ contact ===*/
.contact_headline{
    margin-bottom: clamp(2.4rem, 1.6666666666666667vw, 3.2rem);
    line-height: 2;
    font-size: clamp(1.8rem, 1.3020833333333335vw, 2.5rem);
    text-align: center;
    word-break: auto-phrase;
}
.contact_text{
    line-height: 1.875;
    font-size: var(--fontSize-18);
    text-align: center;
}
.form_wrap{ margin-top: 8rem; }
.sectionContact .form_wrap{
    margin: 8rem auto 0;
    max-width: 100rem;
}
.form_box{
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1.6rem;
}
.form_label{
    padding: 2.7rem 2.4rem;
    width: 29%;
    line-height: 1;
    font-size: var(--fontSize-18);
    background-color: #fff;
}
.form_box_mail2 .form_label{ line-height: 1.2; }
.required{ position: relative; }
.required::before, .required::after{ position: absolute; }
.required::before{
    content: "";
    top: 0;
    left: 0;
    width: 1rem;
    height: 100%;
    background-color: var(--dull-green);
}
.form_box_message .form_label::before{ height: clamp(7rem, 3.75vw, 7.2rem); }
.required::after{
    content: "必須";
    top: 2.3rem;
    right: 7%;
    border-radius: .5rem;
    padding: .6rem .8rem;
    font-size: clamp(1.2rem, 0.7291666666666666vw, 1.4rem);
    color: #fff;
    background-color: var(--dull-green);
}
.input_wrap{
    padding: 1.6rem 1.6rem;
    width: calc(100% - (29% + 1.6rem));
    background-color: #fff;
}
.input_wrap_confirmation{
    display: flex;
    align-items: center;
}
.form_box_mail2 .input_wrap{ padding: 2.8rem 1.6rem; }
.input_wrap>span{ display: block; }
.form_input{
    border: .1rem solid #8f8474;
    padding: .8rem .5rem;
    width: calc(88% - 1.6rem);
    height: 100%;
    font-size: var(--fontSize-18);
}
.form_input_long{ width: calc(100% - 1.6rem); }
textarea{ height: 40rem !important; }
.submit_btn, .back_btn{/*確認・送信ボタン*/
    position: relative;
    margin: 13.6rem auto 0;
    width: clamp(20rem, 39.743589743589745vw, 31rem);
    text-align: center;
    overflow: hidden;
}
.submit_btn_confirmation{ margin: 2.4rem auto 0; }
.submit_btn::before{
    content: "";
    position: absolute;
    top: 28%;
    right: clamp(1.6rem, 4.102564102564102vw, 3.2rem);
    background-image: url(../img/common/arrowR.png);
    width: clamp(1.8rem, 1.25vw, 2.4rem);
    height: clamp(1.6rem, 1.0416666666666665vw, 2rem);
}
.wpcf7-submit, .form_back{
    border: none;
    border-radius: 5rem !important;
    padding: 2.4rem 3.2rem;
    width: 100%;
    font-size: clamp(1.6rem, 1.0416666666666665vw, 2rem);
    font-weight: 700;
    color: #5a4033;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: var(--bright-yellow);
}
.form_back{
    color: #2d2d2d;
    background-color: #999;
}
.wpcf7-submit:hover, .form_back:hover{ opacity: .7; }
.secCompletion_inner{/*送信完了メッセージ*/
    max-width: 90rem;
}
.contact_completion_sentence{ font-size: var(--fontSize-18); }
.contact_completion_sentence:nth-of-type(2){ margin: 1.6rem 0; }
/*=== お知らせ・ブログ news・blog (一覧・詳細) ===*/
.article_link{/*一覧*/
    margin-bottom: 4%;
    border-radius: clamp(1.6rem, 1.5625vw, 3rem);
    display: flex;
    box-shadow: 0 .5rem 1.5rem 0 rgba(173, 173, 173, 0.35);
    overflow: hidden;
}
.article:last-of-type .article_link{ margin-bottom: 0; }
.article_img{
    min-width: 15rem;
    width: 15.416%;
}
.article_img img{ height: 100%; }
.article_info{
    padding: 2.2% 2.5%;
    display: flex;
    flex-direction: column;
    width: calc(100% - 15.416%);
    background-color: #fff;
    justify-content: center;
    overflow: hidden;
}
.NB_catWrap{
    display: flex;
    flex-wrap: wrap;
    gap: .4rem .8rem;
}
.article_date, .article_text{ font-size: var(--fontSize-20); }
.article_date{
    width: fit-content;
    background: linear-gradient(transparent 50%, rgb(241 244 187 / 90%) 50%);
}
.article_text{
    margin-top: 2%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.NB_timeCat{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .4rem 0;
}
.NB_cat{
    border-radius: 3rem;
    padding: 0 1rem;
    background-color: #b0dde1;
}
.pagenation{/*ページネーション*/
    margin-top: 7.5rem;
}
.pagenation .nav-links{
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    justify-content: center;
    box-sizing: content-box;
}
.pagenation .page-numbers{
    margin-bottom: 1rem;
    border: .1rem solid var(--bright-yellowGreen);
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    background-color: var(--bright-yellowGreen);
    transition: .3s all;
}
.nav-links ul{
    margin-bottom: initial !important;
    border: initial !important;
    border-radius: initial !important;
    width: initial !important;
    height: initial !important;
    background-color: initial !important;
    transition: initial !important;
}
.pagenation .page-numbers.current{
    border: .1rem solid var(--dull-yellowGreen);
    background-color: var(--dull-yellowGreen);
    color: #fff;
}
.pagenation .page-numbers{
    margin-right: 0.6vw;
    margin-left: 0.6vw;
}
.next, .prev{
    border-radius: 2rem !important;
    width: 6rem !important;
    height: 4.5rem !important;
}
.pagenation_prev{ margin-right: 1rem; }
.pagenation_next{ margin-left: 1rem; }
.pagenation .page-numbers{
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    color: #4E3532;
    align-items: center;
    justify-content: center;
}
.pagenation_aDot{ padding: .5rem 1.2rem; }
.single_title{/*詳細*/
    position: relative;
    border-radius: clamp(1.2rem, 1.0416666666666665vw, 2rem);
    padding: 1.6rem 2%;
    font-size: clamp(1.8rem, 1.5625vw, 3rem);
    background-color: #fff;
    box-shadow: 0 .5rem 1.5rem 0 rgba(199, 199, 199, 0.35);
    overflow: hidden;
}
.single_title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    background-color: var(--light-yellow);
}
.single_tag_catTime{
    margin: 2.5rem 0 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .4rem 0;
}
.single_tag_wrap{
    display: flex;
    gap: .4rem .4rem;
}
.single_tag{
    display: block;
    width: fit-content;
    font-size: 1.5rem;
}
.NB_single_catTime{
    margin: 0 0 0 !important;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: .4rem 1.6rem;
}
.NB_single_cat_wrap{
    display: flex;
    gap: .4rem .4rem;
}
.single_cat{
    border-radius: 3rem;
    padding: .4rem 1.6rem;
    display: flex;
    font-size: clamp(1.5rem, 0.8333333333333334vw, 1.6rem);
    text-align: center;
    background-color: #b0dde1;
    align-items: center;
    justify-content: center;
}
.single_content{
    line-height: 2.222;
    font-size: var(--fontSize-18);
}
.singleVoice_content{ margin-top: 4rem; }
.single_img, .wp-block-image{
    margin: 5.83% 0 6.25%;
    border-radius: 4rem;
    width: 100%;
    overflow: hidden;
}
.articleAll_link_wrap{/*ボタン*/
    margin: 14.6% auto 0;
    width: clamp(24rem, 16.145833333333336vw, 31rem);
}
.articleAll_link{
    position: relative;
    border-radius: 5rem;
    padding: 8.8% 13.3%;
    display: flex;
    font-size: var(--fontSize-18);
    background-color: var(--bright-yellow);
    justify-content: space-between;
}
.articleAll_link::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 13.3%;
    display: block;
    width: clamp(1.8rem, 1.25vw, 2.4rem);
    height: clamp(1.6rem, 1.0416666666666665vw, 2rem);
    background-image: url(../img/common/arrowR.png);
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
/*=== 求人情報 recruit ===*/
.contact_text_box .contact_text{
    margin: 0 auto;
    max-width: 90rem;
}
.sectionRecruit .biz_selectBtn_box{
    width: 100%;
}
.sectionRecruit .biz_selectBtn{
    position: relative;
    padding: 1.6rem 1.6rem;
    font-size: clamp(1.6rem, 1.3020833333333335vw, 2.5rem);
    text-align: center;
    cursor: pointer;
    transition: .3s all;
}
.sectionRecruit .articleAll_link_wrap{ margin: 11.2rem auto 0; }
.sectionRecruit .articleAll_link{ position: relative; }
.sectionRecruit .biz_selectBtn::before,
.sectionRecruit .articleAll_link::before{
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(1.6rem, 4.102564102564102vw, 3.2rem);
    background-image: url(../img/common/arrowR.png);
    width: clamp(1.8rem, 1.25vw, 2.4rem);
    height: clamp(1.6rem, 1.0416666666666665vw, 2rem);
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
/*=== エントリー entry ===*/
.sectionEntry .sec_inner{ max-width: 90rem;}
.sectionEntry .form_wrap{ margin-top: 0; }
.form_input_short{ width: 11.2rem !important; }
.input_wrap_age{
    display: flex;
    align-items: center;
}
.age{
    margin-left: 1.6rem;
    width: fit-content;
}
/*=== リフォームかし保険 insurance ===*/
.insTitle{/*共通*/
    font-size: clamp(2.4rem, 2.083333333333333vw, 4rem);
    text-align: center;
}
.insText{
    line-height: 1.875;
    font-size: var(--fontSize-18);
    text-align: center;
}
.sec_inner_insInfo{/*FV下*/
    display: flex;
    max-width: 130rem;
    gap: 4.8rem 1.6rem;
    align-items: center;
    justify-content: space-between;
}
.insInfo_wrap{
    max-width: 74rem;
    width: 62%;
}
.insInfo_headline_SP, .insInfo_headline_SP500{ display: none; }
.insInfo_headline_span{
    padding-left: 2.5%;
    display: flex;
    font-size: clamp(2.2rem, 1.3541666666666667vw, 2.6rem);
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}
.insInfo_headline_span1, .insInfo_headline_span2{
    margin-bottom: 1.6rem;
    width: clamp(63rem, 39.0625vw, 75rem);
    height: clamp(3.673rem, 2.3916666666666666vw, 4.592rem);
    background-image: url(../img/insurance/insuranceTitle_decoration1.png);
}
.insInfo_headline_span3{
    width: clamp(38rem, 21.684374999999996vw, 41.634rem);
    height: clamp(4.191rem, 2.3916666666666666vw, 4.592rem);
    background-image: url(../img/insurance/insuranceTitle_decoration2.png);
}
.insInfo_text{
    line-height: 1.875;
    font-size: var(--fontSize-18);
}
.insInfo_text1{
    margin: 4rem 0 6.4rem;
}
.insInfo_textBg{
    border-radius: clamp(1.6rem, 2.083333333333333vw, 4rem);
    padding: 4rem 4rem;
    background-color: #fff;
}
.insInfo_headline2{
    margin-bottom: 1.6rem;
    font-size: clamp(1.8rem, 1.1458333333333333vw, 2.2rem);
    color: var(--dull-green);
}
.insInfo_img{
    max-width: 53rem;
    width: 46%;
}
.sec_inner_insAbout{/*リフォームかし保険とは？*/
    max-width: 90rem;
}
.insTitle_about{
    font-size: clamp(2.4rem, 3.125vw, 6rem);
    color: var(--dull-green);
}
.insAbout_text{ margin: 7.1% 0 5.34%; }
.insAbout_info{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.insAbout_info::before{
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: clamp(5rem, 4.6875vw, 9rem);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.insAbout_info_box{
    position: relative;
    z-index: 1;
}
.insAbout_info_box1 .insAbout_info_img{
    width: clamp(32rem, 21.25vw, 40.8rem);
    height: clamp(32.627rem, 21.666666666666668vw, 41.6rem);
}
.insAbout_info_box2 .insAbout_info_img{
    width: clamp(32rem, 21.666666666666668vw, 41.6rem);
    height: clamp(30.846rem, 20.885416666666668vw, 40.1rem);
}
.insAbout_text_box{
    position: absolute;
    text-align: center;
    z-index: 2;
}
.insAbout_info_box1 .insAbout_text_box{
    top: clamp(9rem, 4.947916666666666vw, 9.5rem);
    left: 4.5rem;
}
.insAbout_info_box2 .insAbout_text_box{
    top: clamp(7rem, 4.166666666666666vw, 8rem);
    left: 7rem;
}
.insAbout_headline{ font-size: clamp(2.4rem, 3.125vw, 6rem); }
.insAbout_info_box1 .insAbout_headline{ color: var(--dull-green); }
.insAbout_info_box2 .insAbout_headline{ color: #f36b20; }
.insAbout_info_text{ font-size: clamp(1.8rem, 1.5625vw, 3rem); }
.insAbout_info_price{ font-size: clamp(2.4rem, 2.083333333333333vw, 4rem); }
.insAbout_info_box2 .insAbout_info_text{ position: relative; }
.insAbout_info_box2 .insAbout_info_text::before{
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 1.5rem;
    width: clamp(15rem, 11.979166666666668vw, 23rem);
    height: clamp(2.478rem, 1.9791666666666665vw, 3.8rem);
    background-image: url(../img/insurance/insuranceTitle_decoration3.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.insInsp{/*プロの検査員が検査します*/
    padding: 12rem 0;
    background-image: url(../img/insurance/insuranceBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.sec_inner_insInsp{
    border-radius: var(--borderRadius-50);
    padding: 6.4rem 4.8rem !important;
    background-color: #fff;
}
.insTitle_insp{ color: var(--dull-green); }
.insInsp_text{
    margin: 4rem 0 4rem;
}
.insInsp_img_box{
    display: flex;
    gap: 0 3.8%;
}
.insInsp_twoSec_wrap{/*補修・料金*/
    padding: 7.2rem 0 10.7%;
    background-color: #cbeec8;
}
.twoSection_inner{ padding: 0 0 !important; }
.insTitle_twoSection{
    margin: 0 auto;
    display: flex;
    width: clamp(70.2rem, 62.5vw, 120rem);
    height: clamp(4.847rem, 4.315104166666666vw, 8.285rem);
    background-image: url(../img/insurance/insuranceTitle_decoration4.png);
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
}
.twoSection_text{/*補修*/
    margin: 4.8rem auto;
}
.insTitle_twoSection_SP{ display: none; }
.twoSection:last-of-type{/*料金*/
    margin-top: 8.8rem;
}
.twoSection_table{
    margin: 4rem 0;
    width: 100%;
    font-size: var(--fontSize-18);
}
.twoSection_table th, .twoSection_table td{
    border-right: solid 1rem #cbeec8;
    padding: 3.2rem 1.6rem;
}
.twoSection_table tr{ border-bottom: solid 1rem #cbeec8; }
.twoSection_table th:last-of-type, .twoSection_table td:last-of-type{ border-right: none; }
.twoSection_table tr:last-of-type{ border-bottom: none; }
.twoSection_table th{
    color: #fff;
    background-color: var(--dull-green);
}
.twoSection_table td{ text-align: center; }
.twoSection_table td:first-of-type{ text-align: start; }
.twoSection_tableLong{/*ボックスサイズ*/
    width: 22%;
}
.twoSection_tableMiddle{ width: 20%; }
.twoSection_tableShort{ width: 15%; }
.twoSection_table td{ background-color: #fff; }
.twoSection_br1200, .twoSection_brSP{ display: none; }
.twoSection_notes{
    position: relative;
    padding-left: 2rem;
    text-align: start;
}
.twoSection_notes::before{
    content: "※";
    position: absolute;
    left: 0;
}
.twoSection_link{
    margin: 6.4rem auto 0;
    border-radius: 5rem;
    max-width: 90rem;
    width: 90%;
    background-color: var(--bright-yellow);
    overflow: hidden;
}
.twoSection_link_a{
    position: relative;
    padding: 2.4rem 3.2rem;
    display: block;
    width: 100%;
    height: 100%;
    font-size: clamp(1.6rem, 1.0416666666666665vw, 2rem);
    text-align: center;
    z-index: 8;
}
.twoSection_link_a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 8vw;
    width: clamp(1.8rem, 1.25vw, 2.4rem);
    height: clamp(1.6rem, 1.1458333333333333vw, 2.2rem);
    background-image: url(../img/common/arrowR.png);
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
/*=== 画像ポップアップ用css ===*/
.popup{ cursor: pointer; }
#modal-container{
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
}
#modal-container>div{
    position: relative;
    display: block;
    width: 45%;
}
#modal-container>div::before{
    content: "";
    position: absolute;
    top: clamp(-3.7rem, -1.9270833333333335vw, -2.5rem);
    right: 0;
    background-image: url(../img/common/popup_close.svg);
    width: clamp(2rem, 1.6666666666666667vw, 3.2rem);
    height: clamp(2rem, 1.6666666666666667vw, 3.2rem);
}
#modal-container img{ width: 100%; }
/*=== よくあるご質問 faq ===*/
.sectionFaq{
    margin: 0 auto;
    max-width: 100rem;
}
.sec_inner_faq{ padding: 7.2rem 0 20%; }
.faq_title, .ewd-ufaq-faq-title-text h4, .ewd-ufaq-post-margin p{ font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
.faq_title{
    margin-bottom: clamp(3.2rem, 2.9166666666666665vw, 5.6rem);
    font-size: clamp(2.4rem, 2.083333333333333vw, 4rem);
    color: var(--dull-green);
    text-align: center;
}
.ewd-ufaq-faq-div{
    margin: 0 0 4rem 0 !important;
    padding: 0 0 !important;
    background-color: #fff;
    box-shadow: 0 .5rem 1.2rem 0 rgba(143, 132, 116, 0.13);
}
.ewd-ufaq-faq-title{
    border-left: clamp(.6rem, 0.5208333333333333vw, 1rem) solid var(--dull-green);
    padding: 2rem 3rem 1.6rem 2rem;
}
.ewd-ufaq-post-margin{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}
.ewd-ufaq-faq-title-text{ width: 95% !important; }
.ewd-ufaq-faq-div .ewd-ufaq-faq-title .ewd-ufaq-post-margin .ewd-ufaq-faq-title-text h4{
    margin: 0 0 0 0 !important;
}
.ewd-ufaq-faq-title-text h4{ font-size: clamp(1.8rem, 1.1458333333333333vw, 2.2rem); }
div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
    margin: 0 0 0 1rem !important;
    padding: 0 0 0 0 !important;
    float: initial !important;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{ font-size: clamp(2.6rem, 1.5625vw, 3rem) !important; }
.ewd-ufaq-faq-body{ padding: 3rem 3.7rem !important; }
.ewd-ufaq-post-margin p{
    position: relative;
    width: 100%;
    font-size: var(--fontSize-18);
    font-weight: 400;
}
.ewd-ufaq-post-margin p::before{
    content: "";
    position: absolute;
    top: -3rem;
    left: 0;
    border-top: .2rem dashed #e2f3e1;
    width: 100%;
}
@media screen and ( max-width: 1200px ){
    /*=== 当社について about ===*/
    .sec_inner_abtPro{/*プロフェッショナル集団*/
        padding: 0 0 7.2rem !important;
        flex-direction: column-reverse;
    }
    .abtPro_content{
        margin-top: -16rem;
        padding: 20rem 0 9.6rem;
        width: 95%;
        max-height: initial;
    }
    .abtPro_content_inner{
        margin: 0 auto;
        max-width: initial;
        width: 85%;
    }
    .abtPro_img{
        position: initial;
        margin-left: auto;
        width: 75%;
    }
    .sec_inner_abtPromiise::before{/*お客様とのお約束*/
        top: 3rem;
        left: 1rem;
    }
    .abt_title{ text-shadow: #fff .1rem 0 1rem; }
    .abtPromiise_li{ width: 100%; }
    .abtPromiise_li:nth-of-type(odd), .abtPromiise_li:nth-of-type(even){ flex-direction: column-reverse; }
    .abtPromiise_content{
        margin-top: -14.4rem;
        width: 95%;
    }
    .abtPromiise_li:nth-of-type(even) .abtPromiise_content{ margin-left: auto; }
    .abtPromiise_content::before{
        width: clamp(7rem, 7.5vw, 9rem);
        height: clamp(15.688rem, 16.808333333333334vw, 20.17rem);
    }
    .abtPromiise_content_inner{
        padding: 20rem 0 9.6rem;
        max-width: initial;
        width: 85%;
    }
    .abtPromiise_li:nth-of-type(odd) .abtPromiise_content_inner, .abtPromiise_li:nth-of-type(even) .abtPromiise_content_inner{ margin: 0 auto; }
    .abtPromiise_img{
        position: relative;
        width: 67.4%;
    }
    .abtPromiise_li:nth-of-type(odd) .abtPromiise_img{ margin-left: auto; }
    .abt_brPC{ display: none; }
    /*=== お問い合わせ ===*/
    .form_label{ width: 27rem; }
    .input_wrap{ width: calc(100% - (27rem + 1.6rem)); }
    .contact_headline, .contact_text{ text-align: start; }
    /*=== リフォームかし保険 insurance ===*/
    .sec_inner_insInfo{/*FV下*/
        flex-direction: column;
    }
    .insInfo_wrap{
        max-width: initial;
        width: 100%;
    }
    .insInfo_headline_span{ padding-left: 2.4rem; }
    .insInfo_headline_span1, .insInfo_headline_span2{
        margin-bottom: .8rem;
        width: 65rem;
        height: 3.98rem;
    }
    .insInfo_headline_span3{
        width: 40rem;
        height: 4.412rem;
    }
    .insInfo_text1{ margin: 3.2rem 0 4.8rem; }
    .insInfo_textBg{ padding: 4rem 3.2rem; }
    .insInfo_img{
        margin: 0 auto;
        min-width: 26rem;
        width: 67%;
    }
    .insAbout_info_box1 .insAbout_text_box{/*リフォームかし保険とは？*/
        top: 9rem;
        left: 5.5rem;
    }
    .insAbout_info_box2 .insAbout_text_box{
        top: 8rem;
        left: 7.5rem;
    }
    .insInsp_twoSec_wrap{/*補修・料金*/
        padding: 7.2rem 0 18%;
    }
    .insAbout_info_box2 .insAbout_info_text::before{ left: .8rem; }
    .twoSection_br1200{/*料金*/
        display: block;
    }
}
@media screen and ( max-width: 780px ){
    /*=== 当社について about ===*/
    .sec_abtCommitment::before{/*こだわり*/
        min-height: 10rem;
    }
    /* .sec_inner_abtCommitment{ padding: 7.2rem 0 29.75% !important; } */
    .abtCommitment_text{ text-shadow: initial; }
    .abtPro_content{/*プロフェッショナル集団*/
        padding: 20rem 0 7.2rem;
    }
    .abtPro_img{ width: 90%; }
    .abtPoint_ul{/*5つのこだわり*/
        margin-top: 6.4rem;
        gap: 2.4rem 4%;
    }
    .abtPoint_li{
        min-width: 28rem;
        width: 48%;
    }
    .abtPoint_text_wrap{ padding: 4.8rem clamp(1.6rem, 1.6666666666666667vw, 3.2rem) 2.4rem; }
    .abtPoint_headline{
        top: -3rem;
        width: 95%;
    }
    .sec_abtPoint::before, .sec_abtPoint::after{
        width: clamp(28rem, 89.74358974358975vw, 70rem);
    }
    .sec_abtPoint::before{
        height: clamp(18.033rem, 54.753846153846155vw, 42.708rem);
    }
    .sec_abtPoint::after{
        height: clamp(18.033rem, 57.79871794871795vw, 45.083rem);
    }
    .sec_inner_abtPromiise{/*お客様とのお約束*/
        padding: 7.2rem 0 clamp(8rem, 19.230769230769234vw, 15rem) !important;
    }
    .abtPromiise_li:last-of-type{ margin-bottom: 0; }
    .abtPromiise_content{
        position: initial;
        margin: -7.2rem auto 0;
    }
    .abtPromiise_content::before{ display: none; }
    .abtPromiise_content_inner{ padding: 10.4rem 0 5.6rem; }
    .abtPromiise_img{
        border-radius: initial;
        width: 90.5%;
        overflow: initial;
        z-index: 1;
    }
    .abtPromiise_li:nth-of-type(odd) .abtPromiise_img img{ border-radius: 2rem 0 0 2rem; }
    .abtPromiise_li:nth-of-type(even) .abtPromiise_img img{ border-radius: 0 2rem 2rem 0; }
    .abtPromiise_img::before{
        content: "";
        position: absolute;
        width: clamp(5rem, 11.538461538461538vw, 9rem);
        height: clamp(11.205rem, 25.858974358974358vw, 20.17rem);
        z-index: 2;
    }
    .abtPromiise_li:nth-of-type(even) .abtPromiise_img::before{ right: 0; }
    .abtPromiise_img1::before{ background-image: url(../img/about/about_decoration6.png); }
    .abtPromiise_img2::before{ background-image: url(../img/about/about_decoration7.png); }
    .abtPromiise_img3::before{ background-image: url(../img/about/about_decoration8.png); }
    .abtPromiise_img4::before{ background-image: url(../img/about/about_decoration9.png); }
    .abtPromiise_img5::before{ background-image: url(../img/about/about_decoration10.png); }
    /*=== 事業案内 business ===*/
    .biz_selectBtn_box{/*ボタン*/
        min-width: initial;
        width: 83.5%;
    }
    .biz_selectBtn, .biz_selectBtn:hover{
        background-color: #fff;
        box-shadow: .5rem .5rem 0 0 var(--bright-yellow);
    }
    .biz_selectBtn_a{ padding: 1.6rem 3.2rem 1.6rem 4.8rem; }
    .biz_infoImg{/*テキスト + 画像*/
        position: initial;
        margin-top: 3.2rem;
        flex-direction: column;
    }
    .biz_info{
        margin-top: 0;
        min-width: initial;
        width: 100%;
    }
    .biz_headline_span{ margin-bottom: 2.9%; }
    .biz_headline_span::before{ height: 5rem; }
    .biz_headline_span_inner{ margin: .5rem 0; }
    .biz_text{ margin-top: 3.2rem; }
    .biz_imgLarge{
        margin: 4rem auto 0;
        width: 100%;
    }
    /*=== 施工事例 works (一覧・詳細) ===*/
    .catSelect_ul{/*一覧 カテゴリー選択*/
        gap: 0 5%;
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    }
    .case_section{/*一覧 記事*/
        margin-top: 4rem;
        gap: 3.2rem 4%;
    }
    .case_article{ width: 48%; }
    .case_single_catTime{/*詳細*/
        margin: 2.4rem 0 2.4rem !important;
        flex-direction: column;
        align-items: initial;
    }
    .singleWorks_detail_ul{ margin: 0 0 3.2rem !important; }
    /*=== お客様の声 voice (一覧・詳細) ===*/
    .voice_section{/*一覧*/
        margin-top: 7.33%;
        gap: 4.8rem 4%;
    }
    .voice_article{ width: 48%; }
    .voice_info{ margin: -2.4rem auto 0; }
    .voice_text{
        display: -webkit-box;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
    }
    .voice_thumbnail{ aspect-ratio: 1 / .8; }
    .singleVoice_title{/*詳細*/
        flex-direction: column;
    }
    .singleVoice_detail_ul{ margin: 3.2rem 0; }
    .singleVoice_detail_name{ width: 40%; }
    .singleVoice_detail_content{ width: calc(100% - 40%); }
    .customerVoice{ margin: 4rem auto 0; }
    /*=== 会社概要 company ===*/
    .coTitle_inner::before{/*共通箇所*/
        width: clamp(42rem, 70.51282051282051vw, 55rem);
    }
    .coTitle_StaffIntro{ margin: 7.2rem 0 0 auto; }
    .sec_coGreeting::before{/*代表あいさつ*/
        top: auto;
        bottom: 14rem;
        width: 80%;
        height: clamp(21rem, 47.43589743589743vw, 37rem);
    }
    .sec_inner_coGreeting{ padding: 8rem 0 11.2rem; }
    .greeting_infoImg{
        margin: 3.2rem 0 0;
        flex-direction: column;
    }
    .greeting_info{
        min-width: initial;
        width: 100%;
    }
    .greeting_headline{ margin-bottom: 1.6rem; }
    .greeting_img{
        margin: 4rem auto 0;
        width: 100%;
    }
    .sec_inner_coStaffIntro{/*スタッフ紹介*/
        padding: 10.4rem 0 8rem;
    }
    .coTitle_StaffIntro{
        width: clamp(42rem, 70.51282051282051vw, 55rem);
        background-position: 10.2rem;
    }
    .sec_coStaffIntro::before{
        min-width: initial;
        width: 90vw;
        min-height: 38rem;
        height: 47vw;
    }
    .coStaffIntro_ul{ margin-top: 4rem; }
    .coStaffIntro_li{ aspect-ratio: 1 / 1.2; }
    .sec_coOverview{/*会社概要*/
        position: relative;
    }
    .sec_coOverview::before, .sec_coOverview::after{
        width: 100%;
        opacity: .6;
    }
    .sec_inner_coOverview{ padding: 10.7% 0 22%; }
    .coOverview_dl{ gap: .8rem 0; }
    .coOverview_dt, .coOverview_dd{ width: 100%; }
    .coOverview_dt{ padding: 1rem clamp(.8rem, 2.051282051282051vw, 1.6rem); }
    .coOverview_dd{
        margin-bottom: .8rem;
        padding: 1.6rem clamp(1.6rem, 3.076923076923077vw, 2.4rem);
    }
    .coOverview_dd:last-of-type{ margin-bottom: 0; }
    .coOverview_dd_address_box{ flex-direction: column; }
    .coOverview_dd_address{ margin-left: 0; }
    /*=== お問い合わせ contact ===*/
    .form_wrap{ margin-top: 5.6rem; }
    .form_box{
        margin-bottom: 2rem;
        flex-direction: column;
    }
    .form_label{
        padding: 2rem 2.4rem;
        width: 100%;
    }
    .form_box_mail2 .form_label{ line-height: 1; }
    .required::before, .form_box_mail2 .form_label::before{
        width: .8rem;
    }
    .form_box_message .form_label::before{ height: 100%; }
    .required::after{
        top: 1.6rem;
        right: auto;
        margin-left: .8rem;
    }
    .input_wrap, .form_box_mail2 .input_wrap{
        padding: 1.6rem 1.6rem;
        width: 100%;
    }
    .form_input{ width: calc(100% - 1.2rem); }
    textarea{ height: 30rem !important; }
    .contact_brSP{ display: none; }
    .submit_btn{/*確認・送信ボタン*/
        margin: 2.4rem auto 0;
    }
    .back_btn{ margin: 6.4rem auto 0; }
    .wpcf7-submit, .form_back{ padding: clamp(1.6rem, 3.076923076923077vw, 2.4rem) clamp(1.6rem, 4.102564102564102vw, 3.2rem); }
    /*=== お知らせ・ブログ news・blog (一覧・詳細) ===*/
    .article_link{/*一覧*/
        margin-bottom: 2.5rem;
        border-radius: 2rem;
    }
    .article_img{
        min-width: 11rem;
        width: 23%;
    }
    .article_info{ padding: 2.5rem 4%; }
    .article_text{
        display: -webkit-box;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
    }
    .NB_timeCat{
        flex-direction: column;
        align-items: start;
        gap: .6rem 0;
    }
    .single_title{/*詳細*/
        padding: 1rem 1.5rem;
    }
    .single_title::before{ height: .4rem; }
    .single_tag_catTime, .NB_single_catTime{
        flex-direction: column;
        align-items: start;
    }
    .NB_single_catTime{ align-items: start; }
    .single_tag_wrap, .NB_single_cat_wrap{ flex-wrap: wrap; }
    .single_img{ margin: 5.83% 0 6.25%; }
    .articleAll_link{/*ボタン*/
        padding: 7% 13.3%;
    }
    /*=== 求人情報 recruit ===*/
    .sectionRecruit .articleAll_link_wrap{ margin: 4.8rem auto 0; }
    .sectionRecruit .contact_text_box{ letter-spacing: initial; }
    .sectionRecruit .biz_selectBtn{ transition: initial; }
    /*=== エントリー entry ===*/
    /*=== リフォームかし保険 insurance ===*/
    .insText{/*共通*/
        text-align: start;
    }
    .insInfo_headline_PC{ display: none; }
    .insInfo_headline_SP{ display: block; }
    .insInfo_headline_span{
        margin-bottom: .8rem;
        padding-left: 3%;
        font-size: clamp(1.8rem, 2.8205128205128207vw, 2.2rem);
    }
    .insInfo_headline_span:last-of-type{ margin-bottom: 0; }
    .insInfo_headline_span1, .insInfo_headline_span2{
        width: clamp(28rem, 44.871794871794876vw, 35rem);
        height: clamp(3.088rem, 4.948717948717949vw, 3.86rem);
        background-image: url(../img/insurance/insuranceTitle_decoration2.png);
    }
    .insInfo_headline_span3, .insInfo_headline_span4{
        width: clamp(44rem, 67.94871794871796vw, 53rem);
        height: clamp(2.694rem, 4.160256410256411vw, 3.245rem);
        background-image: url(../img/insurance/insuranceTitle_decoration1.png);
    }
    .insInfo_text1{ margin: 3.2rem 0; }
    .insInfo_textBg{ padding: 2.4rem 2.4rem; }
    .insAbout_text{/*リフォームかし保険とは？*/
        margin: 3.2rem 0;
    }
    .insAbout_info::before{
        font-size: clamp(4rem, 6.41025641025641vw, 5rem);
        z-index: 2;
    }
    .insAbout_info_box1 .insAbout_info_img{
        width: clamp(22rem, 41.02564102564102vw, 32rem);
        height: clamp(22.431rem, 41.82948717948718vw, 32.627rem);
    }
    .insAbout_info_box2 .insAbout_info_img{
        width: clamp(22rem, 41.02564102564102vw, 32rem);
        height: clamp(21.207rem, 39.54615384615384vw, 30.846rem);
    }
    .insAbout_info_box1 .insAbout_text_box{
        top: clamp(6rem, 12.82051282051282vw, 10rem);
        left: clamp(3rem, 7.6923076923076925vw, 6rem);
    }
    .insAbout_info_box2 .insAbout_text_box{
        top: clamp(4rem, 11.41025641025641vw, 8.9rem);
        left: clamp(3rem, 9.615384615384617vw, 7.5rem);
    }
    .insAbout_info_box2 .insAbout_info_text::before{ left: .5rem; }
    .insAbout_info_text{ font-size: clamp(1.6rem, 2.307692307692308vw, 1.8rem); }
    .insInsp{/*プロの検査員が検査します*/
        padding: 7.2rem 0;
    }
    .sec_inner_insInsp{ padding: 4.8rem 4.1% !important; }
    .insInsp_text{ margin: 2.4rem 0 3.2rem; }
    .insInsp_img_box{
        flex-direction: column;
        gap: 2.4rem 0;
    }
    .insInsp_twoSec_wrap{/*補修・料金*/
        padding: 7.2rem 0 clamp(8rem, 19.230769230769234vw, 15rem) !important;
    }
    .insTitle_twoSection{
        margin: 0 auto;
        width: clamp(28rem, 71.7948717948718vw, 56rem);
        height: clamp(2.8rem, 7.179487179487179vw, 5.6rem);
        background-image: url(../img/insurance/insuranceTitle_decoration4_SP.png);
    }
    .insTitle_twoSection{ font-size: clamp(1.9rem, 3.076923076923077vw, 2.4rem); }
    .twoSection_text{/*補修*/
        margin: 3.2rem auto;
    }
    .insTitle_twoSection_PC{ display: none; }
    .insTitle_twoSection_SP{
        display: contents;
        background-image: none;
    }
    .insTitle_twoSection_span{
        margin: 0 auto .8rem;
        display: flex;
        width: clamp(28rem, 71.7948717948718vw, 56rem);
        height: clamp(2.8rem, 7.179487179487179vw, 5.6rem);
        background-image: url(../img/insurance/insuranceTitle_decoration4_SP.png);
        background-size: cover;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
    }
    .insTitle_twoSection_span:last-of-type{ margin-bottom: 0rem; }
    .twoSection:last-of-type{/*料金*/
        margin-top: 5.6rem;
    }
    .twoSection_table_wrap{ overflow-x: scroll; }
    .twoSection_table{ min-width: 70.2rem; }
    .twoSection_link_a{
        padding: 2.4rem 2.4rem;
        text-align: start;
    }
    .twoSection_link_a::before{
        right: 2.4rem;
        margin-left: 1.6rem;
    }
    .twoSection_link:hover{ background-color: var(--bright-yellow); }
    .twoSection_brSP{ display: block; }
    /*=== 画像ポップアップ用css ===*/
    #modal-container>div{ width: 90%; }
    /*=== よくあるご質問 faq ===*/
    .ewd-ufaq-faq-body{ padding: 3rem 2rem 3rem 3rem !important; }
    .ewd-ufaq-faq-title{ padding: 2rem 2rem 1.6rem 2rem; }
}
@media screen and ( max-width: 500px ){
    /*=== 当社について about ===*/
    .abtPoint_li{/*5つのこだわり*/
        width: 100%;
    }
    /*=== 事業案内 business ===*/
    .biz_selectBtn_box{/*ボタン*/
        flex-direction: column;
        width: 25rem;
    }
    .biz_selectBtn{ width: 100%; }
    .biz_img_wrap{
        margin-top: 2.4rem;
        gap: 0 6%;
    }
    .biz_imgLargeSmall{ width: 47%; }
    /*=== 施工事例 works (一覧・詳細) ===*/
    .case_single_img_wrap{
        flex-direction: column;
        gap: 4.8rem 0;
    }
    .case_single_img_box{ width: 100%; }
    /*=== お客様の声 voice (一覧・詳細) ===*/
    .singleVoice_detail_ul{/*詳細*/
        gap: 2.4rem 0;
    }
    .singleVoice_detail_li{
        flex-wrap: wrap;
        gap: .8rem 0;
    }
    .singleVoice_detail_text{ width: 100%; }
    .pagenationVoice{ margin-top: 10.4rem; }
    .voice_thumbnail{ aspect-ratio: 1 / .9; }
    .voice_section{ gap: 2.4rem 4%; }
    /*=== 会社概要 company ===*/
    .coOverview_dd_span{/*会社概要*/
        display: block;
    }
    .coTitle_inner::before{
        left: -3rem;
        width: clamp(28rem, 84vw, 42rem);
    }
    .coTitle_StaffIntro{
        padding-right: 5%;
        padding-left: 0;
        width: clamp(28rem, 84vw, 42rem);
        background-position: right;
    }
    .coOverview_dd_address_inn .coOverview_dd_span:last-of-type{ margin-left: 0; }
    /*=== お問い合わせ contact ===*/
    .submit_btn::before{ top: 23%; }
    /*=== お知らせ・ブログ news・blog (一覧・詳細) ===*/
    /*=== 求人情報 recruit ===*/
    .sectionRecruit .biz_selectBtn_box{ width: 25rem; }
    /*=== エントリー entry ===*/
    /*=== リフォームかし保険 insurance ===*/
    .sec_inner_insInfo{ gap: 3.2rem 0; }
    .insInfo_headline_SP{ display: none; }
    .insInfo_headline_SP500{ display: block; }
    .insInfo_headline_span{
        padding-left: 3%;
        width: clamp(27rem, 90vw, 45rem);
        height: clamp(1rem, 9.926vw, 4.963rem);
        background-image: url(../img/insurance/insuranceTitle_decoration2.png);
    }
    .insAbout_info{/*リフォームかし保険とは？*/
        flex-direction: column;
        gap: 4.8rem 0;
    }
    .insAbout_info_box1 .insAbout_text_box{
        top: 6rem;
        left: 2.5rem;
    }
    .insAbout_info_box2 .insAbout_text_box{
        top: 4.5rem;
        left: 3.7rem;
    }
    .insAbout_info_box2 .insAbout_info_text::before{ left: 0; }
    .twoSection_link_a{ font-size: 1.4rem; }
}