@charset "UTF-8";
/* CSS Document */

/* reset.css */
caption,td,th{text-align:left}dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,table,th,tr,ul{margin:0;padding:0;font-size:100%}blockquote,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,span,td,th,ul{margin:0;padding:0}code,kbd,pre,samp,tt{font-family:monospace;line-height:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ol,ul{list-style-type:none}q:after,q:before{content:''}button,fieldset,form,input,label,legend,select,textarea{margin:0;padding:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0;font-size:100%}td,th{vertical-align:top}input[type=submit]::-moz-focus-inner{border:0}

/*-----------------------------
共通スタイル
-----------------------------*/
:root{
    --base-color: #151515;
    --base-font: "Noto Sans JP", sans-serif;
    --mincho: "Noto Serif JP", serif;
    --cormorant:"Cormorant", serif;
    --garamond:"Garamond", serif;
    --mv-font-serif: "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", "Times New Roman", Georgia, serif;
    --mv-font-sans: "Yu Gothic", "YuGothic", "Meiryo", "Helvetica Neue", Arial, sans-serif;
    --orange:#cb5b00;
    --blue:#66a8ae;
    --red:#6f1f27;
    --gold:#9d8501;
    --yellow:#f4f5b4;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--base-color);
    font-family: var(--base-font);
    font-style: normal;
}

a{
    transition: 0.3s;
    color: #000;
}

a:hover,a:focus{
    opacity: 0.7;
    transition: 0.3s;
}

a[href^="tel:"] {
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.lp-rikon-kyodoshinken img{
  /*width: 100%;*/
  height: auto;
  vertical-align: bottom;
}

.inbl,.br{
    display: inline-block;
}

.block{
    display: block;
}

.sp-none{
    display: none;
}




@media screen and (max-width: 767px){
    a[href^="tel:"] {
        pointer-events:all;
    }

    .pc-none{
        display: none;
    }

    .sp-none{
        display: block;
    }
}


  /*** 共通 ***/
.lp-rikon-kyodoshinken{
  color: #000;
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
footer .cv{
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
/*.lp-rikon-kyodoshinken p{
	color: #2e2e2e;
	margin-bottom: 0;
	line-height: 1.5;
}*/

div.main_container .lp-rikon-kyodoshinken p{
    line-height: 1.5;
    margin-bottom: 0;
}

.inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
div.main_container .lp-rikon-kyodoshinken section{
  padding: 120px 0;
}
.lp-rikon-kyodoshinken section.lp_office{
  padding: 50px 0;
  background-color: #f1f1f1;
}
div.main_container .lp-rikon-kyodoshinken h2{
  font-family: var(--mincho);
  color: #151515;
  font-size: clamp(42px, 2.5vw, 48px);
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 600;
  background-color: unset;
}
div.main_container .lp-rikon-kyodoshinken h2::before{
    display: none;
}
div.main_container .lp-rikon-kyodoshinken h2 span{
    display: inline-block;
    padding: 0;
}

div.main_container .lp-rikon-kyodoshinken h2 .txt-big{
  font-size: clamp(48px, 2.8125vw, 54px);
}

div.main_container .lp-rikon-kyodoshinken h3{
    font-weight: 600;
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin:0;
}
div.main_container .lp-rikon-kyodoshinken h3 > span{
    padding-top: 0;
    margin-top: 0;
}

div.main_container .lp-rikon-kyodoshinken h3,div.main_container .lp-rikon-kyodoshinken h4{
  font-family: var(--mincho);
  font-weight: 500;
}
div.main_container .lp-rikon-kyodoshinken h3 .txt-red,
div.main_container p.section-omakase-infobox-title .txt-red{
	font-weight: 700;
}
.txt-orange{color: var(--orange);}
.txt-blue{color: var(--blue);}
.txt-red{color: var(--red);}
.txt-yellow{color: var(--yellow);}
.marker{
  background-color: #fddad7;
  padding: 0 3px;
  font-weight: 600;
}
.dot{
  position: relative;
}
.touten{
  width: 0.6em;
  display: inline-block;
}
.maru{
  width: 0.4em;
  display: inline-block;
}
.txt-box{
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
}
.txt-box p{
	font-size: 18px;
  color: #151515;
}
.txt-box p + p{
  margin-top: 1.5em;
}
.lp-rikon-kyodoshinken .txt-box p{
    line-height: 1.8;
}
.lp-rikon-kyodoshinken .txt-box p .txt-red{
    font-weight: 800;
}


@media screen and (max-width: 1536px){
  div.main_container .lp-rikon-kyodoshinken h2{
    font-size: clamp(40px, 3.125vw, 44px);
    margin-bottom: 60px;
  }
   div.main_container .lp-rikon-kyodoshinken h2 .txt-big{
    font-size: clamp(44px, 3.5vw, 54px);
    }

}
@media screen and (max-width: 1336px){

}
@media screen and (max-width: 1280px){
  div.main_container .lp-rikon-kyodoshinken section{
    padding: 100px 0;
  }
  div.main_container .lp-rikon-kyodoshinken h2{
    font-size: clamp(36px, 3.75vw, 40px);
    margin-bottom: 50px;
  }
  div.main_container .lp-rikon-kyodoshinken h2 .dot::before{
    width: 8px;
    height: 8px;
    top:-8px;
  }
    div.main_container .lp-rikon-kyodoshinken h2 .txt-big{
    font-size: clamp(40px, 4.2vw, 48px);
    }

}
@media screen and (max-width: 767px){
  div.main_container .lp-rikon-kyodoshinken section{
    padding: 80px 0;
  }
  div.main_container .lp-rikon-kyodoshinken  h2{
    font-size: clamp(30px, 5vw, 36px);
    margin-bottom: 40px;
  }
div.main_container .lp-rikon-kyodoshinken h2 .txt-big{
    font-size: clamp(36px, 5.5vw, 42px);
    }
  div.main_container .txt-box p{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px){
  div.main_container .lp-rikon-kyodoshinken section{
    padding: 60px 0;
  }
  div.main_container .lp-rikon-kyodoshinken h2{
    font-size: clamp(24px, 6.5vw, 30px);
    margin-bottom: 40px;
  }
div.main_container .lp-rikon-kyodoshinken h2 .txt-big{
    font-size: clamp(28px, 7vw, 36px);
    }
  div.main_container .lp-rikon-kyodoshinken h2 .dot::before{
    width: 6px;
    height: 6px;
    top:-6px;
  }



}



#main_big_wrap {
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
}
div.main_container {
    width: 100% !important;
    font-size: unset !important;
    line-height: 1.5 !important;
}



.lp_office {
  margin-top: 0 !important;
  background-color: #f5f1e5;
  margin-bottom: 0 !important;
}
.lp_office > div {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  width: 90%;
}



/* MV */
.mv,.webp .mv{
    width: 100%;
    height: 34vw;
    background: url("../../images/lp/lp-rikon-kyodoshinken/mv-bg.jpg");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: var(--mv-font-sans);
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.webp .mv{
    background: url("../../images/lp/lp-rikon-kyodoshinken/mv-bg.jpg.webp");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}
.mv-bg,.webp .mv-bg{
    background: url("../../images/lp/lp-rikon-kyodoshinken/mv-img_shukiko-okamoto_akihiko_sakuma_marina-kawakami_masahiro-tsuji.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-height: 421px;
    height: 100%;
    display: flex;
    align-items: center;
}
.webp .mv-bg{
    background: url("../../images/lp/lp-rikon-kyodoshinken/mv-img_shukiko-okamoto_akihiko_sakuma_marina-kawakami_masahiro-tsuji.png.webp");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.mv-inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
div.main_container .mv h1{
    font-family: var(--mv-font-serif);
    font-weight: 600;
    /*font-size: 62px;*/
    font-size: clamp(56px,3.22917vw,62px);
    margin-top: 10px;
    margin-bottom: 35px;
    border-left: none;
    padding:0;
}
div.main_container .mv h1 .txt-bg{
    background-color: #fff;
    color: var(--orange);
    line-height: 1.3;
    display: inline-block;
    padding: 5px 10px 0;
}
.mv h1 .sp-txt{
    display: none;
}
div.main_container .mv-info{
    font-family: var(--mv-font-serif);
    font-weight: 600;
    /*font-size: 32px;*/
    font-size: clamp(28px,1.666667vw,32px);
}
div.main_container .mv-info .txt-bg{
    background-color: #fff;
    line-height: 1.3;
    display: inline-block;
    padding: 5px 10px 0;
}
div.main_container .mv-sub{
    font-family: var(--mv-font-serif);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #2d2d2d;
    text-shadow: 0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 4px #fff,0 0 5px #fff,0 0 5px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
}
@media screen and (min-width: 1921px){
    .mv,.webp .mv{
        height: 650px;
    }
    div.main_container .mv h1{
        font-size: 62px;
    }
    div.main_container .mv-info{
        font-size: 32px;
    }
    div.main_container .mv-sub{
        font-size: 20px;
    }
}
@media screen and (max-width: 1536px){
    .mv,.webp .mv{
        height: 37vw;
    }
    div.main_container .mv h1{
        font-size: clamp(54px,4.036458vw,62px);
    }
    div.main_container .mv-info{
        font-size: clamp(28px,2.08333vw,32px);
    }
}
@media screen and (max-width: 1280px){
    .mv-bg,.webp .mv-bg{
        background: url("../../images/lp/lp-rikon-kyodoshinken/mv-img_shukiko-okamoto_akihiko_sakuma_marina-kawakami_masahiro-tsuji.png");
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 40%;
        height: 39vw;
    }
    .webp .mv-bg{
        background: url("../../images/lp/lp-rikon-kyodoshinken/mv-img_shukiko-okamoto_akihiko_sakuma_marina-kawakami_masahiro-tsuji.png.webp");
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 40%;
    }
    .mv,.webp .mv{
        height: 41vw;
    }
    div.main_container .mv h1{
        font-size: 4.5vw;
    }
    div.main_container .mv-info{
        font-size: 2.5vw;
    }
    div.main_container .mv-sub{
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px){
    .mv,.webp .mv{
        height: 44vw;
    }
}
@media screen and (max-width: 768px){
    .mv,.webp .mv{
        width: 100%;
        height: 110vw;
        background: url("../../images/lp/lp-rikon-kyodoshinken/mv-bg-sp_shukiko-okamoto_akihiko_sakuma_marina-kawakami_masahiro-tsuji.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: flex-start;
        padding-top: 6vw;
    }
    .mv-bg,.webp .mv-bg{
        background: none;
        align-items: flex-start;
    }
    .mv-inner{
        text-align: center;
    }
    div.main_container .mv-info{
        font-size: 4vw;
    }
    .mv h1 .pc-txt{
        display: none;
    }
    .mv h1 .sp-txt{
        display: block;
    }
    div.main_container .mv h1{
        font-size: 8vw;
        margin-top: 1vw;
        margin-bottom: 3vw;
    }
	div.main_container .mv h1 .txt-bg:nth-of-type(2),
    div.main_container .mv h1 .txt-bg:last-of-type{
        margin-top: 1.5vw;
    }
    div.main_container .mv-sub{
        font-size: 3vw;
    }
}
@media screen and (max-width: 500px){
    .mv, .webp .mv{
        padding-top: 4vw;
    }
    div.main_container .mv-sub {
        font-size: 3.6vw;
    }
    div.main_container .mv h1{
        margin-bottom: 2vw;
    }
    div.main_container .mv-info{
        letter-spacing: 0;
    }
}

/* CV */
.cv,.webp .cv{
    background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png");
    background-size: contain,cover;
    background-position: right,left center;
    background-repeat: no-repeat;
    padding: 35px 0;
}
.webp .cv{
    background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png.webp");
    background-size: contain,cover;
    background-position: right,left center;
    background-repeat: no-repeat;
}
.cv .cv-info{
    text-align: center;
    font-family: var(--mincho);
    font-size: 22px;
    color: #fff;
}
p.cv-title{
    display: flex;
    align-items: center;
    max-width: 440px;
    margin: 0 auto;
    width: 100%;       /* 横幅100% */
    gap: 1rem;         /* テキストと線の間隔（好みで調整） */
    font-family: var(--mincho);
    font-size: 32px;
    color: #fff;
    margin-top: 0.1em;
}
.cv-title::before,
.cv-title::after{
  content: "";
  flex: 1;           /* 残り幅を埋める */
  height: 1px;       /* 線の太さ */
  background: #fff;  /* 線の色 */
}
/* テキスト部分 */
.cv-title .box{
  padding: 0 .1rem;    /* 左右の余白（線との間隔） */
}
.cv-box{
    background-color: #fff;
    padding: 25px 0;
    position: relative;
    margin: 20px 0 20px;
}
.cv-box-title{
    text-align: center;
    font-family: var(--mincho);
    font-size: 18px;
}
.cv-flex{
  display: flex;
  justify-content: space-between;
  max-width: 830px;
  width: 90%;
  margin: 15px auto 10px;
}
.cv-flex-tel{
    padding-left: 0.75em;
    font-size: 80px;
    line-height: 1;
}
.cv-flex-tel a{
  font-family: var(--mincho);
  position: relative;
  /*font-size: clamp(60px,3.8541667vw,74px);*/
  font-size: 80px;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  color: #000;
}
.cv-flex-tel a::before{
  content: "";
  background: url("../../images/lp/lp-rikon-kyodoshinken/cv_tel.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 0.75em;
  height: 0.75em;
  /*display: inline-block;
  margin-right: 0.08em;*/
  position: absolute;
  top:0.23em;
  left: -0.75em;
}
.line-btn.sp-btn{
  display: none;
}
.cv-flex-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
.cv-flex-btn a{
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 36px;
  text-decoration: underline;
}
.cv-flex-btn a.mail-btn::before{
  content: "";
  background: url("../../images/lp/lp-rikon-kyodoshinken/cv_mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  position: absolute;
  top:0px;
  left: 0;
}
.cv-flex-btn a.line-btn::before{
  content: "";
  background: url("../../images/lp/lp-rikon-kyodoshinken/cv_line.svg"),#06c755;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  position: absolute;
  top:1px;
  left: 0px;
}
.cv-box-list{
    display: flex;
    justify-content: center;
    background-color: #f5f2e4;
    padding: 5px 5px 7px;
    margin-top: 15px;
    gap: 30px;
}
.cv-box-list li{
    font-size: 16px;
    font-family: var(--mincho);
    position: relative;
    padding-left: 20px;
    font-weight: 600;
}
.cv-box-list li::before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b37232;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}
div.main_container .cv-note{
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.cv-note a{
    color: #fff;
}
.cv-pr{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #b30808;
    position: absolute;
    top:-50px;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}
.cv-pr .txt{
    font-family: var(--mincho);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2 !important;
}
.cv-pr .txt .txt-small{
    font-size: 18px;
}
.cv-pr .txt .txt-big{
    font-size: 36px;
    display: inline-block;
    line-height: 1;
}
.cv-pr .txt .txt-yellow{
    position: relative;
    font-size: 24px;
}
.cv-pr .txt .txt-yellow .kome{
    font-size: 12px;
    position: absolute;
    right: 0;
    top:-6px;
    color: #fff;
}
.cv-pr .txt .cv-pr-maru{
    display: none;
}

@media screen and (min-width: 1921px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png");
        background-size: 40.5% 100%, cover;
        background-position: right, left center;
        background-repeat: no-repeat;
    }
    .webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 40.5% 100%, cover;
        background-position: right, left center;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1720px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png");
        background-size: 43.5% 100%, cover;
        background-position: right, left center;
        background-repeat: no-repeat;
    }
    .webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 43.5% 100%, cover;
        background-position: right, left center;
        background-repeat: no-repeat;
    }
    .cv,.webp .cv{
        padding: 30px 0;
    }
    .cv-flex-tel{
        font-size: clamp(68px,4.6512vw,80px);
    }
    .cv-flex-tel a{
        font-size: clamp(68px,4.6512vw,80px);
    }
    .cv-flex{
        justify-content: center;
        gap: 50px;
    }

}
@media screen and (max-width: 1536px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png");
        background-size: contain,cover;
        background-position: right -10.5vw center, left center;
        background-repeat: no-repeat;
    }
    .webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png.webp");
        background-size: contain,cover;
        background-position: right -10.5vw center, left center;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1400px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png");
        background-size: 39% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
    }
    .webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 39% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1280px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png");
        background-size: 41% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
        padding: 25px 0;
    }
    .webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 41% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
    }
    .cv .cv-info{
        font-size: 20px;
    }
    p.cv-title{
        font-size: clamp(24px,2.5vw,30px);
        max-width: 400px;
    }
    .cv-box {
        padding: 20px 0;
        margin: 15px 0;
    }
    .cv-box-title{
        font-size: 16px;
        width: 70%;
        margin: 0 auto;
    }
    .cv-flex {
        max-width: 830px;
        width: 90%;
        margin: 10px auto 0;
        gap: 40px;
    }
    .cv-flex-tel {
        font-size: clamp(54px, 6.25vw, 68px);
    }
    .cv-flex-btn a{
        font-size: 16px;
    }
    .cv-pr {
        width: 120px;
        height: 120px;
        top: -60px;
        left: -30px;
    }
    .cv-pr .txt {
        font-size: 18px;
    }
    .cv-pr .txt .txt-small{
        font-size: 16px;
    }
    .cv-pr .txt .txt-big{
        font-size: 30px;
    }
    .cv-pr .txt .txt-yellow{
        font-size: 20px;
    }
    .cv-pr .txt .txt-yellow .kome{
        font-size: 10px;
        top:-6px;
    }
}
@media screen and (max-width: 1024px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png");
        background-size: 42% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
        padding: 25px 0;
    }
    .webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 42% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
    }
    .cv-flex {
        gap: 30px;
    }
    .cv-flex-tel {
        font-size: clamp(56px, 6.5vw, 60px);
    }
    .cv-flex-tel a {
        font-size: clamp(56px, 6.5vw, 60px);
    }
    .cv-box-list{
        gap: 20px;
    }
    .cv-box-list li{
        font-size: 14px;
    }

}
@media screen and (max-width: 768px){
    .cv,.webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png");
        background-size: 55% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
        padding: 20px 0;
    }
    .webp .cv{
        background: url("../../images/lp/lp-rikon-kyodoshinken/cv-bg-right.png"),url("../../images/lp/lp-rikon-kyodoshinken/cv_bg_balance.png.webp");
        background-size: 55% 100%, cover;
        background-position: right center, left center;
        background-repeat: no-repeat;
    }
    .cv .cv-info{
        font-size: 18px;
    }
    p.cv-title{
        font-size: clamp(20px,3.2vw,26px);
        max-width: 360px;
    }
    .cv-box {
        padding: 35px 0 20px;
        margin: 40px 0 15px;
    }
    .cv-pr {
        width: 80%;
        max-width: 400px;
        height: auto;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10px;
        padding: 7px 0 9px;
    }
    .cv-pr br{
        display: none;
    }
    .cv-box-title{
        width: 90%;
    }
    .cv-flex{
        flex-direction: column;
        gap: 20px;
    }
    .cv-flex-tel {
        font-size: 10vw;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        width: fit-content;
        margin: 0 auto;
    }
    .cv-flex-tel a {
        font-size: 10vw;
        text-align: center;
    }
    .cv-flex-tel a::before{
        display: inline-block;
        position: unset;
    }
    .cv-box-list{
        margin-top: 10px;
    }
    .cv-flex-btn{
        flex-direction: row;
    }
    div.main_container p.cv-note{
        font-size: 10px;
    }
    .line-btn.sp-btn{
        display: block;
    }
    .line-btn.pc-btn{
        display: none;
    }
    .cv-pr .txt .cv-pr-maru{
        display: inline-block;
    }   
}
@media screen and (max-width: 500px){
    .cv .cv-info {
        font-size: 16px;
    }
    .cv-pr .txt {
        font-size: 16px;
    }
    .cv-pr .txt .txt-small {
        font-size: 14px;
    }
    .cv-pr .txt .txt-big {
        font-size: 24px;
    }
    .cv-pr .txt .txt-yellow {
        font-size: 18px;
    }
    .cv-pr .txt .txt-yellow .kome {
        font-size: 8px;
        top: -5px;
    }
    .cv-pr {
        max-width: 340px;
        width: 90%;
        top: -22px;
    }
    .cv-flex {
        flex-direction: column;
        gap: 10px;
    }
    p.cv-box-title{
        font-size: 16px;
        line-height: 1.3;
    }
    .cv-flex-tel a {
        font-size: 11vw;
    }
    .cv-box-list {
        gap: 8px;
    }
    .cv-box-list li {
        font-size: 12px;
        padding-left: 8px;
        letter-spacing: 0;
    }
    .cv-box-list li::before {
        width: 6px;
        height: 6px;
        left: 0;
        top: 54%;
    }
    .cv-flex-btn{
        gap: 10px;
    }
    .cv-flex-btn a {
        font-size: 12px;
        padding-left: 15px;
        letter-spacing: 0;
    }
    .cv-flex-btn a.mail-btn::before {
        width: 16px;
        height: 16px;
        top: 2px;
        left: -2px;
    }
    .cv-flex-btn a.line-btn::before{
        width: 16px;
        height: 16px;
        top: 2px;
        left: -2px;
    }
    div.main_container p.cv-note {
        font-size: 9px;
    }

}
@media screen and (max-width: 370px){
    .cv-pr {
        top: -20px;
    }
    .cv-pr .txt {
        font-size: 14px;
    }
    .cv-pr .txt .txt-small {
        font-size: 12px;
    }
    .cv-pr .txt .txt-big {
        font-size: 20px;
    }
    .cv-pr .txt .txt-yellow {
        font-size: 16px;
    }
}

/* 共同親権について、こんな不安はありませんか？ */
.lp-rikon-kyodoshinken section.section-fuan{
    background: url("../../images/lp/lp-rikon-kyodoshinken/fuan-bg.jpg"),#fff9f1;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -2px;
    overflow: hidden;
	    padding: 0!important;
    padding-top: 100px;

}
.webp .lp-rikon-kyodoshinken section.section-fuan{
    background: url("../../images/lp/lp-rikon-kyodoshinken/fuan-bg.jpg.webp"),#fff9f1;
    background-position: top center;
    background-repeat: no-repeat;
}
div.main_container .section-fuan h2{
    color: #fff;
    margin-bottom: 40px;
}
.section-fuan-whbox{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}
.section-fuan-whbox ul{
    max-width: 880px;
    width: 90%;
    margin: 0 auto;
}
.section-fuan-whbox ul li{
    font-family: var(--mincho);
    /*font-size: 24px;*/
    font-size: clamp(20px,1.25vw,24px);
    font-weight: 600;
    padding-left: 50px;
    position: relative;
}
.section-fuan-whbox ul li + li{
    margin-top: 30px;
}
.section-fuan-whbox ul li::before{
    content: "";
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec1_check.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0.25em;
    left: 0;
}
.section-fuan-whbox ul li .txt-red{
    font-weight: 700;
}
.section-fuan-flex{
    width: 100%;
    position: relative;
    padding: 120px 0;
}
.section-fuan-flex::before{
    content: "";
    background: url("../../images/lp/lp-rikon-kyodoshinken/fuan-img_shukiko-okamoto.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 600px;
    height: 450px;
    position: absolute;
    bottom: 0;
    right: -100px;
}
.webp .section-fuan-flex::before{
    background: url("../../images/lp/lp-rikon-kyodoshinken/fuan-img_shukiko-okamoto.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
}
div.main_container .section-fuan-flex h3{
    /*font-size: 36px;*/
    /*font-size: clamp(30px,1.875vw,36px);*/
    font-size: clamp(24px,1.4vw,28px);
    font-weight: 600;
    position: relative;
    text-shadow: 0 0 1px #fff9f1,0 0 2px #fff9f1,0 0 3px #fff9f1,0 0 4px #fff9f1,0 0 5px #fff9f1,0 0 7px #fff9f1,0 0 9px #fff9f1;
}
div.main_container .section-fuan-flex h3 .txt-bg{
    background: linear-gradient(to right, rgb(137, 36, 22) 0%, rgb(208, 118, 25) 100%);
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    padding-bottom: 2px;
    margin-top: 0.2em;
    /*font-size: 40px;*/
    /*font-size: clamp(34px,2.083333vw,40px);*/
    font-size: clamp(30px,1.7vw,34px);
    text-shadow: none;
}
div.main_container .section-fuan-flex h3 .txt-bg:last-of-type{
    padding-right: 0.25em;
}

@media screen and (max-width: 1536px){
    .section-fuan-whbox ul li{
        font-size: clamp(20px,1.5625vw,24px);
    }
    div.main_container .section-fuan-flex h3{
        /*font-size: clamp(30px,2.34375vw,36px);*/
        font-size: clamp(24px,2vw,28px);
    }
    div.main_container .section-fuan-flex h3 .txt-bg{
        /*font-size: clamp(34px,2.60417vw,40px);*/
        font-size: clamp(30px,2.2vw,34px);
    }
}
@media screen and (max-width: 1280px){
    .lp-rikon-kyodoshinken section.section-fuan{
        padding-top: 80px;
    }
    .section-fuan-whbox ul li{
        font-size: clamp(18px,1.875vw,22px);
    }
    div.main_container .section-fuan-flex h3{
        /*font-size: clamp(28px,2.8125vw,32px);*/
        font-size: clamp(24px,2.4vw,28px);
    }
    div.main_container .section-fuan-flex h3 .txt-bg{
        /*font-size: clamp(30px,3.125vw,36px);*/
        font-size: clamp(28px,2.8vw,32px);
    }
    .section-fuan-whbox{
        padding: 40px 0;
    }
    .section-fuan-whbox ul li + li {
        margin-top: 20px;
    }
    .section-fuan-flex{
        padding: 120px 0 100px;
    }
}
@media screen and (max-width: 1024px){
    div.main_container .section-fuan-flex h3{
        text-shadow: 0 0 1px #fff9f1,0 0 2px #fff9f1,0 0 3px #fff9f1,0 0 4px #fff9f1,0 0 5px #fff9f1,0 0 7px #fff9f1,0 0 9px #fff9f1;
    }
    div.main_container .section-fuan-flex h3 .txt-bg{
        text-shadow: none;
    }
    .section-fuan-flex{
        padding: 120px 0 80px;
    }
}
@media screen and (max-width: 768px){
    .lp-rikon-kyodoshinken section.section-fuan{
        padding-top: 60px;
    }
    div.main_container .section-fuan h2{
        margin-bottom: 30px;
    }
    .section-fuan-whbox{
        padding: 30px 0;
    }
    .section-fuan-whbox ul li{
        font-size: clamp(16px,3vw,20px);
        padding-left: 30px;
    }
    .section-fuan-whbox ul li + li {
        margin-top: 15px;
    }
    .section-fuan-flex{
		padding: 0;
        padding-top: 60px;
    }
    .section-fuan-flex::before,.webp .section-fuan-flex::before{
        display: none;
    }
    .section-fuan-flex-img,.webp .section-fuan-flex-img{
        background: url("../../images/lp/lp-rikon-kyodoshinken/fuan-img_shukiko-okamoto-sp.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 32vw;
    }
    .webp .section-fuan-flex-img{
        background: url("../../images/lp/lp-rikon-kyodoshinken/fuan-img_shukiko-okamoto-sp.jpg.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    div.main_container .section-fuan-flex h3{
        /*font-size: clamp(24px,4vw,28px);*/
        font-size: clamp(22px,3.8vw,26px);
        text-align: center;
        margin-bottom: 20px;
    }
    div.main_container .section-fuan-flex h3 .txt-bg{
        /*font-size: clamp(26px,4.5vw,30px);*/
        font-size: clamp(24px,4.3vw,28px);
    }
}
@media screen and (max-width: 500px){
    div.main_container .section-fuan-flex h3{
        font-size: clamp(18px,5vw,24px);
        margin-bottom: 20px;
    }
    div.main_container .section-fuan-flex h3 .txt-bg{
        font-size: clamp(20px,5.5vw,26px);
        letter-spacing: 0;
        padding: 4px 0 6px;
    }
    div.main_container .section-fuan-flex h3 .txt-bg:last-of-type{
        padding-right: 0;
    }
	.section-fuan-flex {
        padding-top: 40px;
    }
    .section-fuan-flex-img,.webp .section-fuan-flex-img{
        height: 40vw;
    }
}
@media screen and (max-width: 360px){
    div.main_container .section-fuan-flex h3 .txt-bg:nth-child(3){
        display: inline-grid;
        padding: 4px 20px 6px;
    }
}

/* 2026年4月、離婚後の親権ルールが変わりました */
.section-rule{
    background: url("../../images/lp/lp-rikon-kyodoshinken/section-rule-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-rule-whbox{
    background-color: #fff;
    padding: 60px 0;
}
.section-rule-inner{
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}
.section-rule-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.section-rule-list li{
    /*max-width: 200px;
    width: calc(100% / 4 - 40px);*/
    max-width: 280px;
    width: calc(100% / 3 - 35px);
    height: 110px;
    background-color: #e0f4f7;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-rule-list li .list-no{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #215b8d;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:-15px;
    left: 50%;
    transform: translateX(-50%);
}
.section-rule-list li .txt{
    text-align: center;
    font-family: var(--mincho);
    color: #215b8d;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
}
.section-rule-list li::before{
    content: "";
    background: url("../../images/lp/lp-rikon-kyodoshinken/section-rule-arw.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 19px;
    position: absolute;
    top:50%;
    right: -35px;
    transform: translateY(-50%);
}
.section-rule-list li:last-of-type::before{
    display: none;
}
div.main_container .lp-rikon-kyodoshinken p.section-rule-list-title{
    text-align: center;
    margin: 30px auto;
    font-size: 24px;
    font-weight: 600;
    color: #215b8d;
}

@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
    .section-rule-whbox{
        padding: 50px 0;
    }
    .section-rule-list{
        margin-bottom: 40px;
    }
    .section-rule-list li{
        height: 100px;
    }
    .section-rule-list li .txt{
        font-size: 22px;
    }
    div.main_container .lp-rikon-kyodoshinken p.section-rule-list-title{
        margin: 30px auto;
        font-size: 22px;
    }
}
@media screen and (max-width: 1024px){
    .section-rule-list li{
        /*width: calc(100% / 4 - 26px);*/
        width: calc(100% / 3 - 24px);
        height: 90px;
    }
    .section-rule-list li .txt{
        font-size: 18px;
    }
    .section-rule-list li::before{
        right: -27px;
    }

}
@media screen and (max-width: 768px){
    .section-rule-whbox {
        padding: 40px 0;
    }
    .section-rule-list {
        flex-direction: column;
        align-items: center;
        gap: 60px;
        margin-bottom: 30px;
    }
    .section-rule-list li{
        width: 100%;
        height: 80px;
    }
    .section-rule-list li::before{
        background: url("../../images/lp/lp-rikon-kyodoshinken/section-rule-arw-sp.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 19px;
        height: 18px;
        top:unset;
        right: unset;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%) translateY(0);
    }
    div.main_container .lp-rikon-kyodoshinken p.section-rule-list-title{
        margin: 30px auto;
        font-size: 20px;
    }
}
@media screen and (max-width: 500px){

}

/* 離婚済みでも、共同親権への変更を申し立てることは可能です */
.section-handan{
    background-color: #fff9f1;
}
div.main_container .section-handan h2{
    letter-spacing: -0.01em;
    margin-bottom: 50px;
}
div.main_container .section-handan h3{
    margin: 80px 0 50px;
    /*font-size: 32px;*/
    font-size: clamp(28px,1.666667vw,32px);
    font-weight: 600;
    color: #971e1e;
    display: flex;
    align-items: center;
    width: 100%;       /* 横幅100% */
    gap: 2rem;         /* テキストと線の間隔（好みで調整） */
}
div.main_container .section-handan h3::before,
div.main_container .section-handan h3::after{
  content: "";
  flex: 1;           /* 残り幅を埋める */
  height: 1px;       /* 線の太さ */
  background: #971e1e;  /* 線の色 */
}
div.main_container .section-handan h3 .h3-line{
  padding: 0 .5rem;    /* 左右の余白（線との間隔） */
}

.slider-handan{
    padding-bottom: 60px;
}
.slider-handan .slick-track{
    display: flex;
}
.slider-handan-item{
    margin: 0 15px;
    background-color: #fff;
    position: relative;
    height: unset;
    padding-bottom: 60px;
}
.slider-handan-item .slider-handan-item-box-img{
    position: absolute;
    bottom: 0;
    left: 20px;
}
div.main_container p.slider-handan-item-box-title{
    width: 100%;
    position: relative;
    font-family: var(--mincho);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fffca1;
    background-color: #971e1e;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.slider-handan-item .txt-box{
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.slider-handan .slick-dots{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}
.slider-handan .slick-dots button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #cb5c02;
    font-size: 0;
    background-color: #fff9f1;
    cursor: pointer;
}
.slider-handan .slick-dots .slick-active button{
    background-color: #cb5c02;
}
button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    left: calc(50vw - 50px);
    z-index: 1;
    background: url(../../images/lp/lp-rikon-kyodoshinken/section-handan-arw-left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
button.slick-next.slick-arrow {
    position: absolute;
    bottom: 0;
    right: calc(50vw - 50px);
    z-index: 1;
    background: url(../../images/lp/lp-rikon-kyodoshinken/section-handan-arw-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:40px;
    height: 40px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

@media screen and (max-width: 1536px){
    div.main_container .section-handan h3{
        font-size: clamp(28px,2.083333vw,32px);
    }
}
@media screen and (max-width: 1280px){
    div.main_container .section-handan h2{
        margin-bottom: 40px;
    }
    div.main_container .section-handan h3{
        margin: 60px 0 40px;
        font-size: clamp(26px,2.5vw,30px);
    }
    .slider-handan-item{
        padding-bottom: 50px;
    }
    div.main_container p.slider-handan-item-box-title{
        font-size: 22px;
        padding: 15px 10px;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    div.main_container .section-handan h2{
        margin-bottom: 30px;
    }
    div.main_container .section-handan h3{
        margin: 50px 0 30px;
        font-size: clamp(24px,3.5vw,28px);
        text-align: center;
        gap: 0.5rem;
    }
    .slider-handan-item{
        padding-bottom: 40px;
    }
    div.main_container p.slider-handan-item-box-title{
        font-size: 20px;
        padding: 12px 10px;
    }
}
@media screen and (max-width: 500px){
    div.main_container .section-handan h3{
        margin: 40px 0 30px;
        line-height: 1.4;
        font-size: clamp(22px,5vw,26px);
    }
    div.main_container .section-handan h3 .h3-line{
        display: grid;
        padding: 0;
    }
    .slider-handan-item{
        padding-bottom: 30px;
    }
    div.main_container p.slider-handan-item-box-title{
        font-size: 18px;
        padding: 12px 10px;
    }
}

/* 弁護士に相談するメリット */
.section-merit{
    background: url(../../images/lp/lp-rikon-kyodoshinken/section-merit-bg.jpg);
    background-position: center;
}
.webp .section-merit{
    background: url(../../images/lp/lp-rikon-kyodoshinken/section-merit-bg.jpg.webp);
    background-position: center;
}
.section-merit h2 .txt-big{
    /*font-size: 56px;*/
    font-size: clamp(48px,2.916667vw,56px);
}
.section-merit-flex{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.section-merit-box{
    background-color: #fff;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}
.section-merit-box-img{
    width: 170px;
    height: auto;
}
.section-merit-box.box01 .section-merit-box-img{
    background: url(../../images/lp/lp-rikon-kyodoshinken/section-merit-img01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-merit-box.box02 .section-merit-box-img{
    background: url(../../images/lp/lp-rikon-kyodoshinken/section-merit-img02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-merit-box.box03 .section-merit-box-img{
    background: url(../../images/lp/lp-rikon-kyodoshinken/section-merit-img03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-merit-box-content{
    width: calc(100% - 170px);
    padding: 35px 30px 40px;
}
div.main_container .section-merit-box h3{
    display: flex;
    gap: 20px;
    /*font-size: 28px;*/
    font-size: clamp(24px,1.458333vw,28px);
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c7c7c7;
}
div.main_container .section-merit-box h3 .h3-no{
    font-family: var(--mv-font-sans);
    /*font-size: 36px;*/
    font-size: clamp(32px,1.875vw,36px);
    color: var(--orange);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 1536px){
    .section-merit h2 .txt-big{
        font-size: clamp(48px,3.6458333vw,56px);
    }
}
@media screen and (max-width: 1280px){
    .section-merit h2 .txt-big{
        font-size: clamp(42px,4.375vw,48px);
    }
    .section-merit-box-content {
        width: calc(100% - 170px);
        padding: 30px 25px 35px;
    }
    div.main_container .section-merit-box h3{
        font-size: clamp(22px,2.1875vw,26px);
        gap: 15px;
        line-height: 1.3;
    }
    div.main_container .section-merit-box h3 .h3-no{
        font-size: clamp(28px,2.8125vw,32px);
        line-height: 1.1;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    .section-merit h2 .txt-big{
        font-size: clamp(38px,6vw,42px);
    }
    .section-merit-flex{
        gap: 40px;
    }
    .section-merit-box{
        flex-direction: column;
    }
    .section-merit-box-img{
        width: 100%;
        height: 30vw;
    }
    .section-merit-box.box01 .section-merit-box-img{
        background: url(../../images/lp/lp-rikon-kyodoshinken/section-merit-img01-sp.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section-merit-box.box02 .section-merit-box-img{
        background: url(../../images/lp/lp-rikon-kyodoshinken/section-merit-img02-sp.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section-merit-box.box03 .section-merit-box-img{
        background: url(../../images/lp/lp-rikon-kyodoshinken/section-merit-img03-sp.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section-merit-box-content {
        width: 100%;
        padding: 30px 5% 30px;
    }
    div.main_container .section-merit-box h3{
        font-size: clamp(20px,3.5vw,24px);
        gap: 10px;
    }
    div.main_container .section-merit-box h3 .h3-no{
        font-size: clamp(24px,4.5vw,28px);
    }

}
@media screen and (max-width: 500px){
    .section-merit h2 .txt-big{
        font-size: clamp(34px,6.5vw,38px);
    }
    .section-merit-box-img{
        width: 100%;
        height: 35vw;
    }
    .section-merit-box-content {
        padding: 25px 5%;
    }
    div.main_container .section-merit-box h3{
        font-size: clamp(18px,4.5vw,22px);
        gap: 10px;
    }
    div.main_container .section-merit-box h3 .h3-no{
        font-size: clamp(22px,5.5vw,24px);
        line-height: 1.3;
    }
}

/* わたしたちが選ばれる理由 */
.section-riyu{
    background-color: #fff;
    overflow: hidden;
}
.section-riyu-title{
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.section-riyu-title::before,.webp .section-riyu-title::before{
    content: "";
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_h2_badge.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 225px;
    height: 224px;
    position: absolute;
    top:45%;
    transform: translateY(-50%);
    right: -160px;
}
.webp .section-riyu-title::before{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_h2_badge.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lp-rikon-kyodoshinken .section-riyu h2{
    border-top: 1px solid #bbbbbb;
    padding: 0 10px;
    position: relative;
    margin-bottom: 100px;
}
.section-riyu-logo{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_alglogo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 285px;
    height: 30px;
    margin-left: 10px;
    margin-bottom: 8px;
    position: relative;
}
.section-riyu-list-box{
    padding: 80px 0;
}
.section-riyu-list-box.box01{
    padding-top: 0;
}
.section-riyu-list-box.box05{
    padding-bottom: 0;
}
.section-riyu-list .flex-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-riyu-list .flex-box .img-box{
    width: 470px;
    height: 400px;
    margin-right: -75px;
}
.section-riyu-list-box.box01 .flex-box .img-box{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_tsuji-masahiro.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-riyu-list-box.box02 .flex-box .img-box{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_imanishi-makoto.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-riyu-list-box.box03 .flex-box .img-box{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_kawakami-marina.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-riyu-list-box.box04 .flex-box .img-box{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_sakuma-akihiko.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-riyu-list-box.box05 .flex-box .img-box{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_ito-kaori.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-riyu-list-box.box01 .flex-box .img-box{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_tsuji-masahiro.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-riyu-list-box.box02 .flex-box .img-box{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_imanishi-makoto.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-riyu-list-box.box03 .flex-box .img-box{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_kawakami-marina.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-riyu-list-box.box04 .flex-box .img-box{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_sakuma-akihiko.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-riyu-list-box.box05 .flex-box .img-box{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_ito-kaori.png.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-riyu-list .flex-box .content-box{
    width: calc(100% - 430px);
    margin-bottom: auto;
}
div.main_container .lp-rikon-kyodoshinken .section-riyu-list h3{
    font-size: clamp(24px, 1.45833vw, 28px);
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 5px solid #b37232;
    letter-spacing: 0;
}
div.main_container .lp-rikon-kyodoshinken .section-riyu-list h3 .reason{
    display: block;
    font-size: 16px;
    color: #bbbbbb;
    font-weight: 700;
    line-height: 1;
    padding-top: 0;
    margin: 0;
    margin-bottom: 0.3em;
}
div.main_container .lp-rikon-kyodoshinken .section-riyu-list h3 .reason .count{
    font-size: 20px;
}
div.main_container .lp-rikon-kyodoshinken .section-riyu-list h3 .txt-orange{
    font-weight: 700;
}
div.main_container .lp-rikon-kyodoshinken .section-riyu-list h3 .kome{
    font-size: 14px;
    position: relative;
    top:-0.7em;
}
.lp-rikon-kyodoshinken .section-riyu-list .txt-box p{
    letter-spacing: 0.02em;
    line-height: 1.6;
}
.lp-rikon-kyodoshinken .section-riyu-list .txt-box p .txt-note{
    font-size: 12px;
    line-height: 1.4;
    display: inline-block;
    margin-top: 15px;
}
.lp-rikon-kyodoshinken .section-riyu-list h4{
    padding: 0;
    margin: 0 0 30px;
    font-size: 20px;
    color: #6f1f27;
    border-left: none;
    font-weight: 600;
    font-style: italic;
}
.section-riyu-list-box.box02,
.section-riyu-list-box.box04{
    background: linear-gradient(to left, #f5f1e5 68%, #ffffff 32%);
}
.section-riyu-list-box.box02 .flex-box,
.section-riyu-list-box.box04 .flex-box{
    flex-direction: row-reverse;
}
.section-riyu-list-box.box02 .flex-box .img-box,
.section-riyu-list-box.box04 .flex-box .img-box{
    margin-right: 0;
    margin-left: -75px;
}
@media screen and (max-width: 1536px){
    div.main_container .lp-rikon-kyodoshinken .section-riyu-list h3 {
        font-size: clamp(24px, 1.8vw, 26px);
    }
}
@media screen and (max-width: 1280px){
    .lp-rikon-kyodoshinken .section-riyu h2{
        margin-bottom: 80px;
    }
    .section-riyu-list .flex-box .img-box {
        width: 353px;
        height: 300px;
        margin-right: -75px;
    }
    .section-riyu-list .flex-box .content-box {
        width: calc(100% - 310px);
    }
    div.main_container .lp-rikon-kyodoshinken .section-riyu-list h3 {
        font-size: clamp(22px, 2.6vw, 24px);
    }
    .section-riyu-list-box {
        padding: 60px 0;
    }

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    .section-riyu-logo{
        width: 215px;
        height: 22px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
    }
    .section-riyu-title::before ,.webp .section-riyu-title::before{
        width: 160px;
        height: 160px;
        top: 45%;
        right: -60px;
    }
    .lp-rikon-kyodoshinken .section-riyu h2 {
        margin-bottom: 60px;
    }
    .section-riyu-list-box {
        padding: 40px 0;
    }
    .section-riyu-list .flex-box,
    .section-riyu-list-box.box02 .flex-box,
    .section-riyu-list-box.box04 .flex-box{
        flex-direction: column;
        gap: 30px;
    }
    .section-riyu-list .flex-box .content-box{
        width: 100%;
    }
    .section-riyu-list .flex-box .img-box {
        width: 100%;
        height: 32vw;
        margin-right: 0;
    }
    .section-riyu-list-box.box02 .flex-box .img-box,
    .section-riyu-list-box.box04 .flex-box .img-box{
        margin-left: 0;
    }
    .section-riyu-list-box.box01 .flex-box .img-box{
        background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_tsuji-masahiro-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-riyu-list-box.box02 .flex-box .img-box{
        background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_imanishi-makoto-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-riyu-list-box.box03 .flex-box .img-box{
        background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_kawakami-marina-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-riyu-list-box.box04 .flex-box .img-box{
        background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_sakuma-akihiko-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-riyu-list-box.box05 .flex-box .img-box{
        background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_ito-kaori-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .section-riyu-list-box.box01 .flex-box .img-box{
        background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_tsuji-masahiro-sp.png.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .section-riyu-list-box.box02 .flex-box .img-box{
        background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_imanishi-makoto-sp.png.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .section-riyu-list-box.box03 .flex-box .img-box{
        background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_kawakami-marina-sp.png.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .section-riyu-list-box.box04 .flex-box .img-box{
        background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_sakuma-akihiko-sp.png.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .section-riyu-list-box.box05 .flex-box .img-box{
        background: url("../../images/lp/lp-rikon-kyodoshinken/sec5_lawyer_ito-kaori-sp.png.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    div.main_container .lp-rikon-kyodoshinken .section-riyu-list h3 {
        font-size: clamp(20px, 3.5vw, 22px);
        margin-bottom: 25px;
        padding-left: 15px;
        border-left: 4px solid #b37232;
    }
    .section-riyu-list-box.box02,
    .section-riyu-list-box.box04{
        background: #f5f1e5;
    }
}
@media screen and (max-width: 500px){
    .section-riyu-logo{
        width: 143px;
        height: 15px;
    }
    .lp-rikon-kyodoshinken .section-riyu h2 {
        margin-bottom: 50px;
    }
    .section-riyu-list-box {
        padding: 30px 0;
    }
    div.main_container .lp-rikon-kyodoshinken .section-riyu-list h3 {
        font-size: clamp(20px, 4.2vw, 22px);
        line-height: 1.4;
    }
    .lp-rikon-kyodoshinken .section-riyu-list h4 {
        padding: 0;
        margin: 0 0 25px;
        font-size: 18px;
        line-height: 1.4;
    }
    div.main_container .lp-rikon-kyodoshinken .section-riyu-list h3 .kome {
        font-size: 12px;
    }
}

/* よくあるご質問 */
.section-qanda{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec6_texture_top.png"),url("../../images/lp/lp-rikon-kyodoshinken/sec6_texture_bottom.png"),#e3eeed;
    background-position: top right,bottom left;
    background-repeat: no-repeat;
}
.webp .section-qanda{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec6_texture_top.png.webp"),url("../../images/lp/lp-rikon-kyodoshinken/sec6_texture_bottom.png.webp"),#e3eeed;
    background-position: top right,bottom left;
    background-repeat: no-repeat;
}
.section-qanda-box{
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 20px 0;
    border-radius: 6px;
}
.section-qanda .section-qanda-box:last-of-type{
    margin-bottom: 0;
}
.lp-rikon-kyodoshinken p.section-qanda-box-title{
    padding: 0 70px;
    position: relative;
    font-family: var(--mincho);
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}
.lp-rikon-kyodoshinken p.section-qanda-box-title::before{
    content: "";
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec6_question.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 36px;
    position: absolute;
    top:0;
    left: 30px;
}
.lp-rikon-kyodoshinken p.section-qanda-box-title::after{
    content: "";
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec6_arrow_down.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 0.8em;
    height: 0.6em;
    position: absolute;
    top:0.5em;
    right: 40px;
    transition: 0.5s;
}
.lp-rikon-kyodoshinken p.section-qanda-box-title.active::after{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec6_arrow_up.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.lp-rikon-kyodoshinken p.section-qanda-box-txt{
    padding: 0 70px;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.8;
    display: none;
}


@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
    .lp-rikon-kyodoshinken p.section-qanda-box-title{
        font-size: 22px;
        padding: 0 60px;
    }
    .lp-rikon-kyodoshinken p.section-qanda-box-title::before {
        width: 21px;
        height: 27px;
        top: 4px;
        left: 30px;
    }
    .lp-rikon-kyodoshinken p.section-qanda-box-txt{
        padding: 0 60px;
        font-size: 18px;
        margin-top: 30px;
    }

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    .section-qanda-box {
        margin: 0 auto 15px;
        padding: 15px 0;
    }
    .lp-rikon-kyodoshinken p.section-qanda-box-title{
        font-size: 20px;
        padding: 0 50px;
    }
    .lp-rikon-kyodoshinken p.section-qanda-box-txt{
        padding: 0 50px;
        font-size: 16px;
        margin-top: 25px;
    }
    .lp-rikon-kyodoshinken p.section-qanda-box-title::before {
        width: 21px;
        height: 27px;
        top: 4px;
        left: 20px;
    }
    .lp-rikon-kyodoshinken p.section-qanda-box-title::after{
        top:0.5em;
        right: 30px;
    }
}
@media screen and (max-width: 500px){
    .lp-rikon-kyodoshinken p.section-qanda-box-title{
        font-size: 18px;
        padding: 0 25px 0 40px;
        letter-spacing: 0;
    }
    .lp-rikon-kyodoshinken p.section-qanda-box-txt{
        padding: 0 25px 0 40px;
        font-size: 16px;
        margin-top: 25px;
    }
    .lp-rikon-kyodoshinken p.section-qanda-box-title::before {
        width: 21px;
        height: 27px;
        top: 2px;
        left: 14px;
    }
    .lp-rikon-kyodoshinken p.section-qanda-box-title::after{
        top:0.5em;
        right: 15px;
    }

}

/* 弁護士費用 */
.section-fee{
    background: url("../../images/lp/lp-rikon-kyodoshinken/sec7_bg_texture.png"),#f8f8f8;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.lp-rikon-kyodoshinken .section-fee .txt-box{
  text-align: center;
  margin-bottom: 60px;
}
.lp-rikon-kyodoshinken .section-fee .txt-box p{
    font-family: var(--mincho);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.section-fee-flex{
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
  margin-bottom: 30px;
    gap: 2%;
}
.section-fee-flex-box{
    max-width: 475px;
    /*max-width: 500px;*/
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.lp-rikon-kyodoshinken p.section-fee-flex-title{
  min-height: 100px;
  background: linear-gradient(to right, #c05762 0%, #6f1f27 100%);
  color: #fff;
  font-family: var(--mincho);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1%;
  font-size:24px;
  font-weight: 500;
  text-align: center;
}
.section-fee-flex-title .maru{
  margin-left: -0.2em;
  margin-right: -0.2em;
  width: 1em;
  display: inline-block;
}
.lp-rikon-kyodoshinken .section-fee-flex-box.box02 p.section-fee-flex-title{
  background: linear-gradient(to right, #c08c50 0%, #8e551e 100%);
}
.lp-rikon-kyodoshinken .section-fee-flex-box.box03 p.section-fee-flex-title{
  background: linear-gradient(to right, #41668c 0%, #103a63 100%);
}
.lp-rikon-kyodoshinken .section-fee-flex-box.box04 p.section-fee-flex-title{
  background: linear-gradient(to right, #3d8074 0%, #09473d 100%);
}
.section-fee-flex-table{
  display: flex;
  font-size: 18px;
  /*border-left:1px solid #d4d2d2;
  border-right:1px solid #d4d2d2;*/
  border-bottom:1px solid #bbbbbb;
}
.section-fee-flex-table.last-box{
  /*flex:1;*/
  border-bottom:none;
}
.section-fee-flex-th{
  width: 150px;
  font-weight: 600;
  background-color: #f5eae5;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
    text-align: center;
    padding: 0 2%;
}
.section-fee-flex-box.box02 .section-fee-flex-th{
    background-color: #f8f5ed;
}
.section-fee-flex-box.box03 .section-fee-flex-th{
    background-color: #ebf1f7;
}
.section-fee-flex-box.box04 .section-fee-flex-th{
    background-color: #edf7f6;
}
.section-fee-flex-th.shinken-th{
    flex-direction: column;
}
.section-fee-flex-td{
  width: calc(100% - 150px);
  background-color: #fff;
  display: flex;
    flex-direction: column;
    justify-content: center;
  /*align-items: center;*/
  padding: 20px;
    position: relative;
}
/*.section-fee-flex-td .td-center{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}*/
.lp-rikon-kyodoshinken p.section-fee-flex-note{
  background-color: #fff;
  font-size: 14px;
  /*border-left:1px solid #d4d2d2;
  border-right:1px solid #d4d2d2;
  border-bottom:1px solid #d4d2d2;*/
  padding: 16px 15px;
  letter-spacing: 0;
  line-height: 1.4;
  flex:1;
}
.section-fee-flex-note .maru{
  display: inline-block;
  width: 0.5em;
}
.lp-rikon-kyodoshinken p.section-fee-note{
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.section-fee-note .txt{
  width: fit-content;
  /*margin: 0 auto;*/
}
.section-fee-flex-td-note{
    font-size: 14px;
    margin-top: 10px;
}

@media screen and (max-width: 1280px){
  .lp-rikon-kyodoshinken p.section-fee-flex-title{
    font-size: 22px;
    min-height: 114px;
  }
  .section-fee .txt-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px){
  .section-fee-flex-title .txt{
    display: flex;
    flex-direction: column;
  }
  .section-fee-flex-title .txt .maru{
    display: none;
  }
  .section-fee-flex-th{
    width: 120px;
  }
  .section-fee-flex-td{
    width: calc(100% - 120px);
    padding: 20px 10px 20px 20px;
  }

}
@media screen and (max-width: 767px){
  .section-fee .txt-box {
    margin-bottom: 40px;
  }
  .section-fee-flex{
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .section-fee-flex-box{
    width: 100%;
  }
  .section-fee-flex-title .txt{
    flex-direction: row;
  }
  .section-fee-flex-title .txt .maru{
    display: block;
  }
  .section-fee-flex-th{
    width: 140px;
  }
  .section-fee-flex-td{
    width: calc(100% - 140px);
    padding: 20px 10px 20px 30px;
  }
  .lp-rikon-kyodoshinken .section-fee .txt-box{
    margin-bottom: 40px;
  }
  .lp-rikon-kyodoshinken .section-fee .txt-box p{
    font-size: 18px;
  }
}
@media screen and (max-width: 499px){
  .section-fee-flex{
    gap: 30px;
  }
  .lp-rikon-kyodoshinken p.section-fee-flex-title{
    font-size: 20px;
    min-height: 80px;
  }
  .section-fee-flex-title .txt{
    flex-direction: column;
  }
  .section-fee-flex-title .txt .maru{
    display: none;
  }
  .section-fee-flex-table{
    font-size: 16px;
  }
  .section-fee-flex-th{
    width: 110px;
    min-height: 100px;
  }
  .section-fee-flex-td{
    width: calc(100% - 110px);
    padding: 15px 10px 15px 15px;
  }
  .section-fee-flex-note{
    font-size: 14px;
  }
  .section-fee-note {
    font-size: 12px;
  }
  .lp-rikon-kyodoshinken .section-fee .txt-box p{
    font-size: 16px;
  }
}





body div.main_container img {margin-bottom: 0!important;}

























