<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*------------------------------------------------------------
PC
------------------------------------------------------------*/
@media all and (min-width: 769px) {
    .sp-disp{
        display: none;
    }
    .title{
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .title .titleinner{
        overflow: hidden;
        min-height: 220px;
        position: relative;
        z-index: 1;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .title .titleinner ul{
        /* background-color: rgba(17, 25, 7, 0.6); */
        min-height: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: .25rem 1rem;
    }

    .title .titleinner ul li h2{
        color: #fff;
        text-align: center;
        font-size: 2rem;
        letter-spacing: .15em;
        font-weight: bold;
        line-height: 1.2;
    }

    .title .titleinner ul li h3{
        color: #fff;
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.8em;
    }

    .title .titleinner::before{
        content: "";
        display: inline-block;
        width: 100%;
        height: 400px;
        position: fixed;
        top: 0;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
        background-size: 100%;
        background-repeat: no-repeat;
        background-image:url(/images/merit/main.jpg);
    }
    .title .titleinner:after{
        content: "";
        background:url(/images/merit/icon_unit.png);
        background-size:100%;
        background-repeat: no-repeat;
        width:90px;
        height:78px;
        position: absolute;
        bottom:0;
        right:0;
    }
    .breadcrumb-list ul{
        margin: 0 auto;
        max-width: 1200px;
    }
    
    .content_wrap{
        padding: 0;
        max-width: 1200px;
        width: 100%;
    }

    section a.link,section a.anchor{
        border-radius: 10px;
        display: block;
        color: #fff;
        text-align: center;
        margin: 3% auto 0;
        padding: 12px 6%;
        min-width: 400px;
        width: fit-content;
    }
    section a.link{
        background:#6fb92c;
    }
    section a.anchor{
        background:#ca050f;
    }

    .arrownext{
        margin: 0 auto 5%;
        padding: 0 0 60px;
        max-width:830px;
        width: 90%;
        position: relative;
    }
    .arrownext:after{
        content:"";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 72px solid transparent;
        border-left: 72px solid transparent;
        border-top: 50px solid #e66c73;
        border-bottom: 0;
        position: absolute;
        bottom:0;
        left:50%;
        transform:translate(-50%,0);
    }
    .arrownext h2{
        font-size:36px;
        text-align: center;
        margin: 0 auto;
        padding: 0 0 15px;
        width: 100%;
    }

    #catch{
        margin: 6% auto 6%;
    }

    #catch .catch_inner01{
        margin: 0 auto 4%;
        padding: 0;
        width: 100%;
    }
    #catch .catch_inner01 h2{
        font-size: 38px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto 2%;
    padding: 0 10%;
    width: 82%;
    position: relative;
    }
    #catch .catch_inner01 h2 b{
        font-size: 1.6em;
        color:#e66c73;
        padding: 0 10px;
    }
    #catch .catch_inner01 h2 i{
        font-size: 1.3em;
        font-style:normal;
        color:#6fb92c;
        padding: 0 10px;
    }
    #catch .catch_inner01 h2 span{
        font-weight:normal;
    }

    #catch .catch_inner01 h2:before{
        content: "";
        background: url(/images/merit/catch_l.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 7%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    #catch .catch_inner01 h2:after{
        content: "";
        background:url(/images/merit/catch_r.png);
        background-size:100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 7%;
        height: 100%;
        position: absolute;
        top:50%;
        right:0;
        transform: translate(0, -50%);
    }
    #catch .catch_inner01 h3{
        background: #e66c73;
        border-radius: 60px;
        color:#fff;      
        font-size:32px;
        text-align: center;
        margin: 0 auto;
        padding:10px 0;
        width: 100%;
    }
    #catch .catch_inner02{
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    #catch .catch_inner02 h2{
        background:#f1ffe3;
        margin: 0 auto;
        padding:15px 0;
        width: 100%;
    }
    #catch .catch_inner02 h2 span{
        display: block;
        color:#6fb92c;
        font-size:38px;
        text-align: center;
        margin: 0 auto;
        padding:10px 80px 10px 0;
        width: fit-content;
        position: relative;
    }
    #catch .catch_inner02 h2 span:after{
        content:"";
        background:url(/images/merit/icon_unit.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 78px;
        height: 70px;
        position: absolute;
        top:50%;
        right:0;
        transform:translate(0,-50%);
    }
    #catch .catch_inner02 h3{
        background: #6fb92c;
        color: #fff;
        padding: 15px 0 1px;
        width: 100%;
    }
    #catch .catch_inner02 h3 span{
        display: block;
        font-size:16px;
        margin: 0 auto 8px;
        padding: 0;
        max-width: 1080px;
        width: 90%;
    }
    #catch .catch_inner02 ul{
        background:#fff;
        border:6px solid #6fb92c;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 3% 0 0;
        width: 100%;
    }
    #catch .catch_inner02 ul li{
        color: #333;
        font-size: 21px;
        margin: 0 auto;
        padding: 0 0 3% 5%;
        max-width: 1080px;
        width: 100%;
        position: relative;
    }
    #catch .catch_inner02 ul li:before{
        content:"";
        background:url(/images/merit/icon_fukidashi.png);
        background-size:100%;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        top:0;
        left:0;
    }

    #input{
        margin: 0 auto 3%;
    }

    #input .input_title01 h2{
        border-bottom:2px solid #e66c73;
        color:#e66c73;
    }

    #input .input_title02{
        margin: 0 auto 0;
        padding: 0 0 0;
        width: 90%;
        position: relative;
    }
    #input .input_title02 h2{
        color: #333;
        font-size: 36px;
        text-align: center;
        margin: 0 auto 4%;
        padding: 30px 100px 30px 180px;
        position: relative;
        width: fit-content;
    }
    #input .input_title02 h2:before{
        content: "";
        background:url(/images/merit/input01.png);
        background-size:100%;
        background-repeat: no-repeat;
        width: 170px;
        height: 100px;
        position: absolute;
        top:0;
        left:0;
    }
    #input .input_title02 h2:after{
        content: "";
        background:url(/images/merit/input02.png);
        background-size:100%;
        background-repeat: no-repeat;
        width: 90px;
        height: 100px;
        position: absolute;
        top:0;
        right:0;
    }
    .merit_change #input .input_title02 h2{
        margin: 1rem auto;
    }
    
    #input .input_title02 h3{
        text-align: center;
        padding: 10px 0;
    }
    
    #contact{
        margin: 0 auto 5%;
        max-width: 1200px;
        width: 95%;
    }

    #contact .kiyaku_link{
        text-align: center;
        width: 100%;
    }
    #contact .kiyaku_link a{
        color:#2d4df9;
        text-decoration: underline;
    }
    #contact #formWrap td .bt_code {
        width: fit-content;
        margin: 1rem;
    }
    #contact #formWrap td .bt_code a {
        display: flex;
        grid-gap: .25rem;
        align-items: center;
        padding: .75rem 1.5rem;
        border-radius: 5px;
        background-color: #00B900;
        color: #fff;
    }
    #contact #formWrap td .bt_code a::before {
        content: "";
        display: inline-block;
        width: 1.25rem;
        aspect-ratio: 1/1;
        background: url(/images/common/ft_line.png) center/100% no-repeat;
    }

    .road {
        background:url(/images/merit/road_bg.png);
        background-size:cover;
        margin: 0 auto 5%;
        padding: 4% 0;
        width: 100%;
    }
    .road .road-slider{
        width:100%;
    }
    .road .road-slider img{
        width: 100%;
    }
    .road .road-slider .swiper-wrapper{
        transition-timing-function: linear;
    }
    .road h2{
        font-size: 1.1em;
        font-weight: bold;
        line-height: 2.4em;
        text-align: center;
        padding: 4% 0 0;
    }
    .road h2 b{
        color:#ca050f;
        font-size:1.4em;
        padding: 0 10px;
    }
    .info{
        margin: 0 auto 5%;
        padding: 4% 0 0;
        max-width: 1080px;
        width: 95%;
    }
    .info .info_inner{
        border:3px dotted #6fb92c;
        padding: 30px 30px;
        margin: 0 0 3%;
        width: 100%;
    }
    .info .info_inner h2{
        background:#6fb92c;
        color:#fff;
        margin: 0 0 30px;
        padding: 12px 12px 12px 80px;
        width: 100%;
        position: relative;
    }
    .info .info_inner h2:before{
        content:"";
        background:url(/images/merit/icon_fukidashi_w.png);
        background-size:100%;
        background-repeat: no-repeat;
        width: 33px;
        height: 32px;
        position: absolute;
        top:50%;
        left:30px;
        transform:translate(0,-50%);
    }
    .info .info_inner div{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
    }

    .info .info_inner div figure img{
        width: auto;
        height: 100%;
    }

    .info .info_inner div figure{
        text-align: center;
        width: 30%;
    }

    .info .info_inner div p{
        line-height: 2.2em;
        padding: 0 3%;
        width: 70%;
    }

    .info .info_inner div.bottom p{
        border: 2px solid #6fb92c;
        border-radius: 10px;
        background: #fffbf3;
        line-height: 2.8em;
        padding: 10px 20px 20px;
        position: relative;
    }
    
    .info .info_inner div.bottom p span{
        border-bottom:2px dashed #6fb92c;
        padding: 0 0 10px 60px;
    }
    
    .info .info_inner div.bottom p:before{
        content: "";
        background: url(/images/merit/icon_unit_round.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        top: 10px;
        left: 22px;
    }
    .infotext{
        margin: 8% auto 5%;
    }
    .infotext h2{
        border-bottom:2px solid #6fb92c;
        color:#6fb92c;
    }

    .infotext.arrownext:after{
        border-top: 50px solid #6fb92c;
    }
    
    .section_box {
        background:#f1ffe3;
        margin: 0 auto 5%;
        padding: 4% 0;
        width: 100%;
    }
    .section_box h2{
        color:#333;
        font-size: 30px;
        margin: 0 auto 30px;
        padding: 0 0 0 52px;
        max-width: 1080px;
        width: 100%;
        position: relative;
    }
    .section_box h2:before{
        content: "";
        background: url(/images/merit/icon_fukidashi.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

    .section_inner{
        border:3px dotted #6fb92c;
        background: #fff;
        margin: 0 auto 30px;
        padding: 30px 30px;
        max-width: 1080px;
        width: 95%;
    }
    .consulting .section_inner h3,
    .consulting .section_inner h4{
        margin: 0 0 30px;
        padding: 12px 12px 12px 70px;
        width: 100%;
        position: relative;
    }
    .consulting .section_inner h3:before,
    .consulting .section_inner h4:before{
        content:"";
        width: 48px;
        height: 34px;
        position: absolute;
        top:50%;
        left:10px;
        transform:translate(0,-50%);
    }
    .consulting .section_inner h3{
        background:#6fb92c;
        color:#fff;
        font-size:20px;
    }
    .consulting .section_inner h3:before{
        background:url(/images/merit/icon_q.png);
        background-size:100%;
        background-repeat: no-repeat;
    }
    .consulting .section_inner h4{
        font-size:1.1em;
        margin: 0;
        padding: 12px 12px 12px 50px;
    }
    .consulting .section_inner h4:before{
        background:url(/images/merit/icon_a.png);
        background-size:100%;
        background-repeat: no-repeat;
        left:0;
    }
    .consulting .section_inner p{
        margin: 0 0 30px;
    }
    .consulting .section_inner dl{
        background: #fffbf3;
        padding: 30px;
        width: 100%;
    }
    .consulting .section_inner dl dt{
        color:#ca050f;
        font-weight: bold;
        margin: 0 0 20px;
    }
    .consulting_info{
        background:#fff;
        margin: 0 auto;
        padding: 0 0 20px;
        max-width: 1080px;
        width: 100%;
    }
    .consulting_info h3{
        background:#e66c73;
        color:#fff;
        font-size:1.7em;
        text-align: center;
        padding: 15px 0;
        margin: 0 0 20px;
    }
    .consulting_info h4{
        font-size: 2.1em;
        margin: 0 auto 0;
        padding: 20px 0 20px 90px;
        width: fit-content;
        position: relative;
    }
    .consulting_info h4:before{
        content:"";
        background:url(/images/merit/icon_consulting.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 70px;
        height: 60px;
        position: absolute;
        top:0;
        left:0;
    }
    .consulting_info h4 b{
        color:#e66c73;
    }

    .section_wrap{
        background:#fffbf3;
        padding: 0 0 20px;
        width: 100%;
    }

    .special .section_wrap h3{
        background:#6fb92c;
        color:#fff;
        font-size:1.2em;
        padding: 15px 30px;
        margin: 0 0 20px;
    }
    .special .section_wrap h4{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 15px 30px;
        margin: 0 0 20px;
    }
    .special .section_wrap h4 b{
        color:#ca050f;
        font-size:1.6em;
        padding: 0 30px 0 0;
    }
    .special .special_flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        width: 96%;
    }
    .special .special_flex .special_title{
        margin: 0 0 10px;
        width: 100%;
    }
    .special .special_flex .special_flex_box{
        background:#fff;
        text-align: center;
        margin: 0 0 20px;
        width: 48%;
    }
    .special .special_flex .special_flex_l{
        border:2px solid #e66c73;
    }
    .special .special_flex .special_flex_r{
        border:2px solid #6fb92c;
    }
    .special .special_flex .special_flex_box dt{
        font-size:1.2em;
        text-align: center;
        margin: 0 0 10px;
        padding: 5px 0;
    }
    .special .special_flex .special_flex_l dt{
        background:#fcacb4;
    }
    .special .special_flex .special_flex_r dt{
        background:#cdeaad;
    }
    .special .special_flex .special_flex_box .flextext01{
        font-size:1.2em;
    }
    .special .special_flex .special_flex_box .flextext02{
        color:#ca050f;
        font-size: 1.4em;
        padding: 8px 0;
    }
    .special .special_flex .special_flex_box .flextext03,
    .special .special_flex .special_flex_box .flextext04{
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 10px;
        max-width: 310px;
        width: 90%;
    }
    .special .special_flex .special_flex_box .flextext04{
        max-width: 360px;
        padding: 6px 25px;
    }
    .special .special_flex .special_flex_l .flextext04{
        background: #fcacb4;
    }
    .special .special_flex .special_flex_r .flextext04{
        background:#cdeaad;
    }
    .special .special_flex .special_flex_box .flextext03 i,
    .special .special_flex .special_flex_box .flextext04 i{
        font-style:normal;
        width: 60%;
        z-index: 1;
        position: relative;
    }
    .special .special_flex .special_flex_box .flextext03 i:after,
    .special .special_flex .special_flex_box .flextext04 i:after{
        content: "";
        border-top: 2px dotted #333;
        width: 70%;
        height: 2px;
        position: absolute;
        top:50%;
        right: 0;
        transform: translate(0,-50%);
        z-index: -1;
    }
    .special .special_flex .special_flex_box .flextext03 span{
        width: auto;
    }
    .special .special_flex .special_flex_bottom{
        background:#fff;
        border:2px solid #ca050f;
        margin: 0 0 20px;
        padding: 20px;
        width: 100%;
        position: relative;
    }
    .special .special_flex .special_flex_bottom:after{
        content: "";
        background: url(/images/merit/icon_unit_special.png);
        background-size:100%;
        background-repeat: no-repeat;
        width: 210px;
        height: 100px;
        position: absolute;
        top:50%;
        right: 0;
        transform: translate(0,-50%);
    }
    .special .special_flex .special_flex_bottom dl{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
        width: 100%;
    }
    .special .special_flex .special_flex_bottom dl dt{
        background:#ca050f;
        color:#fff;
        font-size:1.3em;
        text-align: center;
        margin: 0 20px 0 0;
        padding: 6px 0;
        width: 15%;
    }
    .special .special_flex .special_flex_bottom dl .flextext02{
        color:#ca050f;
        font-size: 1.4em;
        font-weight: bold;
        padding: 0 10px;
    }
    .special .special_flex .special_flex_bottom dl .flextext02 b{
        font-size: 2.2em;
        padding: 0 10px;
    }
    .special .end_text{
        text-align: center;
        margin: 0 0 20px;
    }

    input[type="checkbox"],input[type="radio"] {
        display: none;
    }

    /* .merit_change #main_ph .bg_fx_merit {
        background-image: url(/images/merit/main.jpg);
        background-size: 100%;
      } */
}

/*------------------------------------------------------------
SP
------------------------------------------------------------*/
@media all and (max-width: 768px) {
    .pc-disp{
        display: none;
    }
    .title{
        /* background:url(/images/merit/main.jpg);
        background-size: cover;
        background-position: center;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        min-height: 60vw; */
    }
    
    .title .titleinner{
        overflow: hidden;
        min-height: 200px;
        position: relative;
        z-index: 1;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        display: flex;
        justify-content: center;
    }
    
    .title .titleinner ul{
        /* background-color: rgba(17, 25, 7, 0.6); */
        min-height: 200px;
        padding: 0 3%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: .25rem 1rem;
        width: 100%;
    }

    .title .titleinner ul li h2{
        color: #fff;
        text-align: center;
        font-size: clamp(1.25rem, -0.323rem + 4.84vw, 2rem);/*20~32px(520~768px)*/
        letter-spacing: .15em;
        font-weight: bold;
        line-height: 1.2;
    }

    .title .titleinner ul li h3{
        color: #fff;
        text-align: center;
        font-size: clamp(0.875rem, 0.482rem + 1.21vw, 1.063rem);/*14~17px(520~768px)*/
        line-height: 1.5em;
    }
    .title .titleinner::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100vw;
        min-height: 360px;
        position: fixed;
        top: 0;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
        background-image:url(/images/merit/main.jpg);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
      }
    .title .titleinner:after{
        content: "";
        background:url(/images/merit/icon_unit.png);
        background-size:100%;
        background-repeat: no-repeat;
        width:90px;
        height:78px;
        position: absolute;
        bottom:0;
        right:0;
    }
    .breadcrumb-list ul{
        margin: 0 auto;
    }
    
    .content_wrap{
        padding: 0;
        width: 100%;
    }

    section a.link,section a.anchor{
        border-radius: 10px;
        display: block;
        color: #fff;
        text-align: center;
        margin: 3% auto 0;
        padding: 12px 6%;
        width: 70%;
    }
    section a.link{
        background:#6fb92c;
    }
    section a.anchor{
        background:#ca050f;
    }

    .arrownext{
        margin: 0 auto 5%;
        padding: 0 0 45px;
        width: 90%;
        position: relative;
    }
    .arrownext:after{
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 52px solid transparent;
        border-left: 52px solid transparent;
        border-top: 35px solid #e66c73;
        border-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
    }
    .arrownext h2{
        font-size: 1.6em;
        line-height: 1.4em;
        text-align: center;
        margin: 0 auto;
        padding: 0 0 15px;
        width: 100%;
    }

    #catch{
        margin: 6% auto 10%;
    }

    #catch .catch_inner01{
        margin: 0 auto 4%;
        padding: 0;
        width: 100%;
    }
    #catch .catch_inner01 h2{
        font-size: 1.8em;
        line-height: 1.5em;
        text-align: center;
        margin: 0 auto 4%;
        padding: 0 10%;
        width: 95%;
        position: relative;
    }
    #catch .catch_inner01 h2 b{
        font-size: 1.4em;
        color:#e66c73;
        padding: 0 10px;
    }
    #catch .catch_inner01 h2 i{
        font-size: 1.1em;
        font-style:normal;
        color:#6fb92c;
        padding: 0 10px;
    }
    #catch .catch_inner01 h2 span{
        font-weight:normal;
    }

    #catch .catch_inner01 h2:before{
        content: "";
        background: url(/images/merit/catch_l.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 12%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    #catch .catch_inner01 h2:after{
        content: "";
        background:url(/images/merit/catch_r.png);
        background-size:100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 12%;
        height: 100%;
        position: absolute;
        top:50%;
        right:0;
        transform: translate(0, -50%);
    }
    #catch .catch_inner01 h3{
        background: #e66c73;
        border-radius: 60px;
        color: #fff;
        font-size: 1.6em;
        text-align: center;
        margin: 0 auto;
        padding: 10px 0;
        width: 95%;
    }
    #catch .catch_inner02{
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    #catch .catch_inner02 h2{
        background:#f1ffe3;
        margin: 0 auto;
        padding:15px 0;
        width: 100%;
    }
    #catch .catch_inner02 h2 span{
        display: block;
        color: #6fb92c;
        font-size: 1.8em;
        line-height: 1.4em;
        text-align: center;
        margin: 0 auto;
        padding: 10px 80px 10px 0;
        width: 90%;
        position: relative;
    }
    #catch .catch_inner02 h2 span:after{
        content:"";
        background:url(/images/merit/icon_unit.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 78px;
        height: 70px;
        position: absolute;
        top:50%;
        right:0;
        transform:translate(0,-50%);
    }
    #catch .catch_inner02 h3{
        background: #6fb92c;
        color: #fff;
        padding: 15px 0 1px;
        width: 100%;
    }
    #catch .catch_inner02 h3 span{
        display: block;
        font-size:16px;
        margin: 0 auto 8px;
        padding: 0;
        width: 82%;
    }
    #catch .catch_inner02 ul{
        background: #fff;
        border: 6px solid #6fb92c;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 6% 3% 3%;
        width: 100%;
    }
    #catch .catch_inner02 ul li{
        color: #333;
        font-size: 1.1em;
        margin: 0 auto;
        padding: 0 0 3% 40px;
        width: 100%;
        position: relative;
    }
    #catch .catch_inner02 ul li:before{
        content:"";
        background:url(/images/merit/icon_fukidashi.png);
        background-size:100%;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        top:0;
        left:0;
    }

    #input{
        margin: 0 auto 3%;
    }

    #input .input_title01 h2{
        border-bottom:2px solid #e66c73;
        color:#e66c73;
    }

    #input .input_title02{
        margin: 0 auto 0;
        padding: 0 0 0;
        width: 90%;
        position: relative;
    }
    #input .input_title02 h2{
        color: #333;
        font-size: 1.6em;
        line-height: 1.4em;
        text-align: center;
        margin: 0 auto 4%;
        padding: 30px 80px 30px 80px;
        position: relative;
        width: 100%;
    }
    #input .input_title02 h2:before{
        content: "";
        background:url(/images/merit/input01.png);
        background-size:100%;
        background-repeat: no-repeat;
        width: 80px;
        height: 55px;
        position: absolute;
        top:50%;
        left:0;
        transform: translate(0,-50%);
        z-index: -1;
    }
    #input .input_title02 h2:after{
        content: "";
        background:url(/images/merit/input02.png);
        background-size:100%;
        background-repeat: no-repeat;
        width: 45px;
        height: 54px;
        position: absolute;
        top:50%;
        right:0;
        transform: translate(0,-50%);
        z-index: -1;
    }
    .merit_change #input .input_title02 h2{
        margin: 1rem auto;
    }
    #input .input_title02 h3{
        text-align: center;
        padding: 10px 0;
    }
    
    #contact{
        margin: 0 auto 5%;
        width: 95%;
    }

    #contact .kiyaku_link{
        text-align: center;
        margin: 0 0 20px;
        width: 100%;
    }
    #contact .kiyaku_link a{
        color:#2d4df9;
        text-decoration: underline;
    }
    #contact #formWrap td .bt_code {
        width: 100%;
        margin: 1rem 0;
    }
    #contact #formWrap td .bt_code a {
        display: flex;
        grid-gap: .25rem;
        align-items: center;
        justify-content: center;
        padding: .75rem 1.5rem;
        border-radius: 5px;
        background-color: #00B900;
        color: #fff;
    }
    #contact #formWrap td .bt_code a::before {
        content: "";
        display: inline-block;
        width: 2rem;
        aspect-ratio: 1/1;
        background: url(/images/common/ft_line.png) center/100% no-repeat;
    }
    #submit{
        margin-bottom: unset!important;
    }

    .road {
        background:url(/images/merit/road_bg.png);
        background-size:cover;
        margin: 0 auto 5%;
        padding: 6% 0;
        width: 100%;
    }
    .road .road-slider{
        width:100%;
    }
    .road .road-slider img{
        width: 100%;
    }
    .road .road-slider .swiper-wrapper{
        transition-timing-function: linear;
    }
    .road h2{
        font-size: 1.1em;
        font-weight: bold;
        line-height: 2.4em;
        text-align: center;
        margin: 0 auto 4%;
        padding: 4% 0 0;
        width: 95%;
    }
    .road h2 b{
        color:#ca050f;
        font-size:1.4em;
        padding: 0 10px;
    }
    .info{
        margin: 0 auto 5%;
        padding: 4% 0 0;
        width: 95%;
    }
    .info .info_inner{
        border:3px dotted #6fb92c;
        padding: 30px 30px;
        margin: 0 auto 6%;
        width: 100%;
    }
    .info .info_inner h2{
        background:#6fb92c;
        color:#fff;
        margin: 0 auto;
        padding: 12px 12px 12px 80px;
        width: 100%;
        position: relative;
    }
    .info .info_inner h2:before{
        content:"";
        background:url(/images/merit/icon_fukidashi_w.png);
        background-size:100%;
        background-repeat: no-repeat;
        width: 33px;
        height: 32px;
        position: absolute;
        top:50%;
        left:30px;
        transform:translate(0,-50%);
    }
    .info .info_inner div{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
    }

    .info .info_inner div figure img{
        width: auto;
        height: 100%;
    }

    .info .info_inner div figure{
        text-align: center;
        margin: 0 auto;
        width: 60%;
        order:2;
    }

    .info .info_inner div p{
        line-height: 2.2em;
        margin: 30px auto;
        padding: 0 3%;
        width: 100%;
        order:1;
    }

    .info .info_inner div.bottom p{
        border: 2px solid #6fb92c;
        border-radius: 10px;
        background: #fffbf3;
        line-height: 2.8em;
        padding: 10px 20px 20px;
        position: relative;
    }
    
    .info .info_inner div.bottom p span{
        border-bottom:2px dashed #6fb92c;
        padding: 0 0 10px 60px;
    }
    
    .info .info_inner div.bottom p:before{
        content: "";
        background: url(/images/merit/icon_unit_round.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        top: 10px;
        left: 22px;
    }
    .infotext{
        margin: 8% auto 5%;
        padding: 0 0 60px;
    }
    .infotext h2{
        border-bottom:2px solid #6fb92c;
        color:#6fb92c;
    }

    .infotext.arrownext:after{
        border-top: 50px solid #6fb92c;
    }
    
    .section_box {
        background:#f1ffe3;
        margin: 0 auto 5%;
        padding: 8% 0;
        width: 100%;
    }
    .section_box h2{
        color:#333;
        font-size: 30px;
        margin: 0 auto 30px;
        padding: 0 0 0 52px;
        width: 94%;
        position: relative;
    }
    .section_box h2:before{
        content: "";
        background: url(/images/merit/icon_fukidashi.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

    .section_inner{
        border:3px dotted #6fb92c;
        background: #fff;
        margin: 0 auto 30px;
        padding: 30px 30px;
        width: 95%;
    }
    .consulting .section_inner h3,
    .consulting .section_inner h4{
        margin: 0 0 30px;
        padding: 12px 12px 12px 70px;
        width: 100%;
        position: relative;
    }
    .consulting .section_inner h3:before,
    .consulting .section_inner h4:before{
        content:"";
        width: 48px;
        height: 34px;
        position: absolute;
        top:50%;
        left:10px;
        transform:translate(0,-50%);
    }
    .consulting .section_inner h3{
        background:#6fb92c;
        color:#fff;
        font-size:20px;
    }
    .consulting .section_inner h3:before{
        background:url(/images/merit/icon_q.png);
        background-size:100%;
        background-repeat: no-repeat;
    }
    .consulting .section_inner h4{
        font-size:1.1em;
        margin: 0;
        padding: 12px 12px 12px 50px;
    }
    .consulting .section_inner h4:before{
        background:url(/images/merit/icon_a.png);
        background-size:100%;
        background-repeat: no-repeat;
        left:0;
    }
    .consulting .section_inner p{
        margin: 0 0 30px;
    }
    .consulting .section_inner dl{
        background: #fffbf3;
        padding: 30px 20px;
        width: 100%;
    }
    .consulting .section_inner dl dt{
        color:#ca050f;
        font-weight: bold;
        margin: 0 0 20px;
    }
    .consulting_info{
        background:#fff;
        margin: 0 auto;
        padding: 0 0 20px;
        width: 95%;
    }
    .consulting_info h3{
        background:#e66c73;
        color:#fff;
        font-size:1.3em;
        line-height: 1.4em;
        text-align: center;
        padding: 20px 15px;
        margin: 0 0 20px;
    }
    .consulting_info h4{
        font-size: 1.6em;
        margin: 0 auto 0;
        padding: 20px 0 20px 90px;
        width: fit-content;
        position: relative;
    }
    .consulting_info h4:before{
        content:"";
        background:url(/images/merit/icon_consulting.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 70px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translate(0, -50%);
    }
    .consulting_info h4 b{
        color:#e66c73;
    }

    .section_wrap{
        background:#fffbf3;
        padding: 0 0 20px;
        width: 100%;
    }

    .special .section_wrap h3{
        background:#6fb92c;
        color:#fff;
        font-size:1.2em;
        padding: 15px 30px;
        margin: 0 0 20px;
    }
    .special .section_wrap h4{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 15px 30px;
        margin: 0 0 20px;
    }
    .special .section_wrap h4 b{
        color:#ca050f;
        font-size:1.6em;
        margin: 0 0 10px;
        padding: 0 30px 0 0;
    }
    .special .special_flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        width: 96%;
    }
    .special .special_flex .special_title{
        margin: 0 0 10px;
        width: 100%;
    }
    .special .special_flex .special_flex_box{
        background:#fff;
        text-align: center;
        margin: 0 0 4%;
        width: 100%;
    }
    .special .special_flex .special_flex_l{
        border:2px solid #e66c73;
    }
    .special .special_flex .special_flex_r{
        border:2px solid #6fb92c;
    }
    .special .special_flex .special_flex_box dt{
        font-size:1.2em;
        text-align: center;
        margin: 0 0 10px;
        padding: 5px 0;
    }
    .special .special_flex .special_flex_l dt{
        background:#fcacb4;
    }
    .special .special_flex .special_flex_r dt{
        background:#cdeaad;
    }
    .special .special_flex .special_flex_box .flextext01{
        font-size:1.2em;
    }
    .special .special_flex .special_flex_box .flextext02{
        color:#ca050f;
        font-size: 1.4em;
        padding: 8px 0;
    }
    .special .special_flex .special_flex_box .flextext03,
    .special .special_flex .special_flex_box .flextext04{
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 10px;
        width: 90%;
    }
    .special .special_flex .special_flex_box .flextext03{
        width: 85%;
    }
    .special .special_flex .special_flex_box .flextext04{
        padding: 6px 25px;
    }
    .special .special_flex .special_flex_l .flextext04{
        background: #fcacb4;
    }
    .special .special_flex .special_flex_r .flextext04{
        background:#cdeaad;
    }
    .special .special_flex .special_flex_box .flextext03 i,
    .special .special_flex .special_flex_box .flextext04 i{
        font-style:normal;
        width: 60%;
        z-index: 1;
        position: relative;
    }
    .special .special_flex .special_flex_box .flextext04 i{
        width: 48%;
    }
    .special .special_flex .special_flex_box .flextext03 i:after,
    .special .special_flex .special_flex_box .flextext04 i:after{
        content: "";
        border-top: 2px dotted #333;
        width: 70%;
        height: 2px;
        position: absolute;
        top:50%;
        right: 0;
        transform: translate(0,-50%);
        z-index: -1;
    }
    .special .special_flex .special_flex_box .flextext03 span{
        width: auto;
    }
    .special .special_flex .special_flex_bottom{
        background:#fff;
        border:2px solid #ca050f;
        margin: 0 0 20px;
        padding: 20px;
        width: 100%;
        position: relative;
    }
    .special .special_flex .special_flex_bottom:after{
        content: "";
        background: url(/images/merit/icon_unit_special.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 120px;
        height: 100%;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .special .special_flex .special_flex_bottom dl{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
        width: 100%;
    }
    .special .special_flex .special_flex_bottom dl dt{
        background: #ca050f;
        color: #fff;
        font-size: 1.1em;
        margin: 0 0 20px;
        padding: 6px 15px;
        width: 100%;
    }
    .special .special_flex .special_flex_bottom dl .flextext01{
        margin: 0 0 10px;
    }
    .special .special_flex .special_flex_bottom dl .flextext02{
        color:#ca050f;
        font-size: 1.4em;
        font-weight: bold;
        padding: 0 10px;
    }
    .special .special_flex .special_flex_bottom dl .flextext02 b{
        font-size: 1.6em;
        padding: 0 10px;
    }
    .special .end_text{
        text-align: center;
        margin: 0 0 20px;
    }

    input[type="checkbox"],input[type="radio"] {
        display: none;
    }

    /* .merit_change #main_ph .bg_fx_merit {
        background-image: url(/images/merit/main.jpg);
        background-size: auto 70%;
      } */
}

@media all and (max-width: 400px) {
    #catch .catch_inner01 h2{
        font-size:1.5em;
    }
    #catch .catch_inner01 h2 b{
        font-size:1.2em;
    }
    .arrownext h2{
        font-size:1.4em;
    }
    .special .section_wrap h4 b{
        font-size: 1.2em;
    }
    .special .special_flex .special_flex_box .flextext03{
        width: 94%;
    }
    .special .special_flex .special_flex_bottom dl .flextext02{
        font-size: 1.1em;
    }
    .road h2{
        font-size: 1em;
    }
}</pre></body></html>