@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: "Noto Serif JP", serif;
    --mincho-Shippori: "Shippori Mincho", 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:#db824c;
    --blue:#66a8ae;
    --red:#970002;
    --gold:#9d8501;
    --yellow:#fff7b8;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--base-color);
    font-family: var(--base-font);
    font-style: normal;
}

a{
    transition: 0.3s;
}

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-saikenkaishu 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-saikenkaishu{
  color: #000000;
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-top: 65px;
}
footer .cv{
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
/*.lp-saikenkaishu p{
	color: #2e2e2e;
	margin-bottom: 0;
	line-height: 1.5;
}*/

.inner{
  width: 90%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.lp-saikenkaishu section{
  padding: 160px 0;
}
.lp-saikenkaishu section.lp_office{
  padding: 50px 0;
  background-color: #f1f1f1;
}
.lp-saikenkaishu h2{
  font-family: var(--mincho-Shippori);
  font-size: clamp(36px, 2.5vw, 40px);
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
}
.lp-saikenkaishu h2 .txt-big{
  font-size: clamp(48px, 2.8125vw, 54px);
  color: var(--red);
}
.lp-saikenkaishu h2.h2-line{
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.lp-saikenkaishu h2.h2-line::before{
    content: "";
    width: 60px;
    height: 2px;
    background-color: #970002;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}





.lp-saikenkaishu h3,.lp-saikenkaishu h4{
  font-family: var(--mincho);
  font-weight: 500;
}
.lp-saikenkaishu h3{
	font-weight: 600;
}
.lp-saikenkaishu h3 .txt-red,
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-gold{color: var(--gold);}
.txt-bold{font-weight: 600;}
.marker{
  background-color: #fddad7;
  padding: 0 3px;
  font-weight: 600;
}
.dot{
  position: relative;
}
.touten{
  width: 0.6em;
  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;
}

@media screen and (max-width: 1536px){
  .lp-saikenkaishu h2{
    font-size: clamp(36px, 3vw, 40px);
    margin-bottom: 60px;
  }
  .lp-saikenkaishu section{
    padding: 120px 0;
  }
}
@media screen and (max-width: 1336px){

}
@media screen and (max-width: 1280px){
  .lp-saikenkaishu section{
    padding: 100px 0;
  }
  .lp-saikenkaishu h2{
    font-size: clamp(32px, 3.5vw, 36px);
    margin-bottom: 50px;
  }
  .lp-saikenkaishu h2 .dot::before{
    width: 8px;
    height: 8px;
    top:-8px;
  }
    .lp-saikenkaishu h2.h2-line{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

}
@media screen and (max-width: 767px){
    .lp-saikenkaishu{
        padding-top: 0;
    }
  .lp-saikenkaishu section{
    padding: 80px 0;
  }
  .lp-saikenkaishu h2{
    font-size: clamp(28px, 4.6vw, 34px);
    margin-bottom: 40px;
  }
  .lp-saikenkaishu h2.h2-line{
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
  .txt-box p{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px){
  .lp-saikenkaishu section{
    padding: 60px 0;
  }
  .lp-saikenkaishu h2{
    font-size: clamp(24px, 6.2vw, 28px);
    margin-bottom: 40px;
  }
  .lp-saikenkaishu h2 .dot::before{
    width: 6px;
    height: 6px;
    top:-6px;
  }
}




/* mv */
.mv,.webp .mv{
    width: 100%;
    height: 36.458vw;
    background: url("../images/lp-saikenkaishu/mv-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: var(--mv-font-sans);
    display: flex;
    justify-content: center;
    align-items: center;
}
.webp .mv{
    background: url("../images/lp-saikenkaishu/mv-bg.jpg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv h1{
    text-align: center;
    font-family: var(--mv-font-serif);
    font-weight: 600;
    /*font-size: 48px;*/
    font-size: clamp(40px,2.5vw,48px);
    line-height: 1.4;
}
.mv-subtitle{
    text-align: center;
    font-family: var(--mv-font-serif);
    /*font-size: 24px;*/
    font-size: clamp(20px,1.25vw,24px);
    font-weight: 600;
    display: flex;
    align-items: center;
    max-width: 840px;
    width: 100%;
    gap: 0.1rem;
    margin: 20px auto 0;
}
.mv-subtitle::before,
.mv-subtitle::after{
  content: "";
  flex: 1;           /* 残り幅を埋める */
  height: 1px;       /* 線の太さ */
  background: #000;  /* 線の色 */
}
.mv-subtitle .box{
  padding: 0 .5rem;    /* 左右の余白（線との間隔） */
}
.mv-box{
    padding: 2.865vw;
    background: url("../images/lp-saikenkaishu/mv-dec-left.png"),url("../images/lp-saikenkaishu/mv-dec-right.png");
    background-position: top left, bottom right;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1536px){
    .mv{
        height: 45.573vw;
    }
    .mv h1{
        font-size: clamp(40px,3.125vw,48px);
    }
    .mv-subtitle{
        font-size: clamp(20px,1.5625vw,24px);
    }
    .mv-box{
        padding: 3.5vw;
    }
}
@media screen and (max-width: 1280px){
    .mv{
        height: 54.6875vw;
    }
    .mv h1{
        font-size: 3.75vw;
    }
    .mv-subtitle{
        font-size: 1.875vw;
    }
    .mv-box{
        padding: 6vw 4.5vw;
        background: url(../images/lp-saikenkaishu/mv-dec-left.png), url(../images/lp-saikenkaishu/mv-dec-right.png);
        background-size: 15% auto;
        background-position: top left, bottom right;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 767px){
    .mv,.webp .mv{
        width: 100%;
        height: 110vw;
        margin-top: 85px;
        background: url("../images/lp-saikenkaishu/mv-bg-sp.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: flex-start;
        padding-top: 7vw;
    }
    .webp .mv{
        background: url("../images/lp-saikenkaishu/mv-bg-sp.jpg.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mv h1 {
        font-size: 5.6vw;
    }
    .mv h1 .sp-ten{
        display: inline-block;
        margin-left: -0.3em;
        margin-right: -0.3em;
    }
    .mv-box{
        width: 92%;
        padding: 3.7vw 0;
        background: url(../images/lp-saikenkaishu/mv-dec-left.png), url(../images/lp-saikenkaishu/mv-dec-right.png);
        background-size: 12% auto;
        background-position: top left, bottom right;
        background-repeat: no-repeat;
    }
    .mv-subtitle{
        font-size: 3.2vw;
        width: 80%;
    }
    .mv-subtitle::before,
    .mv-subtitle::after{
        flex: unset;           /* 残り幅を埋める */
        height: 1px;
        width: 12vw;
        display: block;
    }
}
@media screen and (max-width: 600px){
    .mv,.webp .mv{
        margin-top: 70px;
    }
}
@media screen and (max-width: 500px){

}

/* CV */
.lp-saikenkaishu .cv,.webp .lp-saikenkaishu .cv{
    background: url("../images/lp-saikenkaishu/cv-bg.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 40px 0 50px;
}
.webp .lp-saikenkaishu .cv{
    background: url("../images/lp-saikenkaishu/cv-bg.jpg.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.lp-saikenkaishu .cv h2{
    font-family: var(--mincho-Shippori);
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 40px;
}
.lp-saikenkaishu .cv .cv__content-title{
    font-family: var(--mincho-Shippori);
    margin-bottom: 30px;
}
.lp-saikenkaishu .cv .inner{
    max-width: 1100px;
}
.lp-saikenkaishu .cv .cv__content-mail a{
    background: linear-gradient(to bottom, rgb(2, 1, 2) 0%, rgb(63, 63, 63) 100%);
}
@media screen and (max-width: 1536px){
    .lp-saikenkaishu .cv h2{
        font-size: 36px;
    }
}
@media screen and (max-width: 1280px){
    .lp-saikenkaishu .cv h2{
        font-size: 32px;
    }
    .cv__content-title{
        font-size: 20px;
    }


}
@media screen and (max-width: 1023px){
    .lp-saikenkaishu .cv .cv__content {
        padding: 30px 0;
    }
    .lp-saikenkaishu .cv .cv__content-tel {
        font-size: 6.5vw;
        margin-top: 0;
    }
    .lp-saikenkaishu .cv .cv__content-mail a span {
        font-size: 2.2vw;
    }
    .lp-saikenkaishu .cv .cv__content-mail {
        flex-basis: 38%;
    }
    .lp-saikenkaishu .cv .cv__content-flex{
        align-items: center;
    }
}
@media screen and (max-width: 767px){
    .lp-saikenkaishu .cv .top-section__title {
        font-size: clamp(24px, 3.645vw, 28px);
    }
    .lp-saikenkaishu .cv .cv__content-title {
        font-size: max(18px, 3.125vw);
    }
    .lp-saikenkaishu .cv .cv__content {
        padding: 5vw 7vw;
    }
    .lp-saikenkaishu .cv .cv__content-tel {
        /* font-size: max(36px, 9.1vw); */
        font-size: 9.1vw;
        letter-spacing: 0;
    }
    .lp-saikenkaishu .cv .cv__content-mail a span {
        font-size: 24px;
    }
}
@media screen and (max-width: 599px){
    .lp-saikenkaishu .cv .cv__content-mail a span {
        font-size: 18px;
    }
}
@media screen and (max-width: 499px){
    .lp-saikenkaishu .cv, .webp .lp-saikenkaishu .cv{
        padding: 20px 0 30px;
    }
    .lp-saikenkaishu .cv .cv__content-mail a span {
        font-size: 16px;
    }
    .lp-saikenkaishu .cv .cv__content-title{
        margin-bottom: 20px;
    }
}

/* タイ債権、売上金回収解決事例 */
.section-kaiketsujirei{
    overflow: hidden;
    background-color: #fff;
}

.slider-jirei {
  width: 100%;
  margin: 0 auto;
}
.slider-jirei-item {
  margin: 0 30px;
  max-width: 800px;
}

/*※センターを有効にした時に左右半分見切れを出すため*/
.slick-list {
  overflow: visible;
}
/*.slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.slick-center {
  opacity: 1;
}*/

.slider-jirei-item-box{
    background-color: #f6f6f6;
    padding-bottom: 70px;
    position: relative;
}
.slider-jirei-item-box-title{
    font-family: var(--mincho-Shippori);
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding: 15px 10px;
    margin-bottom: 40px;
}
.slider-jirei-item-box-inner{
    width: 90%;
    margin: 0 auto;
}
.slider-jirei-item-box-flex{
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 10px 25px;
}
.slider-jirei-item-box-flex-left{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px 10px 0;
    border-right: 1px solid #dbd9da;
}
.slider-jirei-item-box-flex-left-title{
    font-family: var(--mincho-Shippori);
    background-color: #0a1e4b;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px 7px;
}
.slider-jirei-item-box-flex-left-txt{
    font-size: 18px;
    font-weight: 300;
}
.slider-jirei-item-box-flex-right{
    padding: 10px 0 10px 15px;
}
.slider-jirei-item-box-flex-right-box{
    display: flex;
    align-items: center;
}
.slider-jirei-item-box-flex-right-box-box01{
    display: flex;
    align-items: center;
    gap: 10px;
}
.slider-jirei-item-box-flex-right-box-box02{
    display: flex;
    align-items: center;
    gap: 10px;
}
.slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-title{
    font-family: var(--mincho-Shippori);
    background-color: #0a1e4b;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px 7px;
}
.slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-txt{
    font-family: var(--mincho-Shippori);
    font-size: 20px;
}
.slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-title{
    font-family: var(--mincho-Shippori);
    background-color: #970002;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px 7px;
}
.slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt{
    font-family: var(--mincho-Shippori);
    font-size: 18px;
    color: var(--red);
}
.slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt .txt-big{
    font-size: 32px;
}
.slider-jirei-item-box-flex-arw{
    background: url("../images/lp-saikenkaishu/slider-jirei-arw.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 15px;
}
.slider-jirei-item-box .txt-box p{
    font-weight: 400;
}
button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: calc(50% - 430px);
    transform: translate(-50%, -50%);
    /* left: 21.5vw; */
    /* transform: translateY(-50%); */
    z-index: 1;
    background: url("../images/lp-saikenkaishu/slider-jirei-left.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    left: calc(50% + 430px);
    transform: translate(-50%, -50%);
    /* right: 21.5vw; */
    /* transform: translateY(-50%); */
    z-index: 1;
    background: url("../images/lp-saikenkaishu/slider-jirei-right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
@media screen and (min-width: 1921px){
    .section-kaiketsujirei .slick-list.draggable{
        max-width: 1920px;
        margin: 0 auto;
    }
    /* button.slick-prev.slick-arrow {
        left: calc(50vw - 550px);
    }
    button.slick-next.slick-arrow {
        right: calc(50vw - 550px);
    } */
}
/* @media screen and (max-width: 1850px){
    button.slick-prev.slick-arrow {
        left: 18.8vw;
    }
    button.slick-next.slick-arrow {
        right: 18.8vw;
    }
}
@media screen and (max-width: 1600px){
    button.slick-prev.slick-arrow {
        left: 15.8vw;
    }
    button.slick-next.slick-arrow {
        right: 15.8vw;
    }
} */
/* @media screen and (max-width: 1536px){
    .slider-jirei-item {
        margin: 0 1.5vw;
    }
    button.slick-prev.slick-arrow {
        left: 15.4vw;
    }
    button.slick-next.slick-arrow {
        right: 15.4vw;
    }
} */
/* @media screen and (max-width: 1450px){
    button.slick-prev.slick-arrow {
        left: 10.2vw;
    }
    button.slick-next.slick-arrow {
        right: 10.2vw;
    }
} */
@media screen and (max-width: 1280px){
    .slider-jirei-item-box {
        padding-bottom: 50px;
    }
    /* .slider-jirei-item {
        margin: 0 15px;
    } */
    /* button.slick-prev.slick-arrow {
        left: 68px;
    }
    button.slick-next.slick-arrow {
        right: 68px;
    } */
    .slider-jirei-item-box-inner {
        width: 92%;
    }
    .slider-jirei-item-box-flex-left{
        padding: 10px 10px 10px 0;
    }
    .slider-jirei-item-box-flex-right {
        padding: 10px 0 10px 10px;
    }
    .slider-jirei-item-box-title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .slider-jirei-item-box-flex {
        margin-bottom: 30px;
        padding: 10px 15px;
    }
    .slider-jirei-item-box-flex-left-title {
        font-size: 16px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-title {
        font-size: 16px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-title {
        font-size: 16px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-left-txt {
        font-size: 18px;
        letter-spacing: 0;
    }
    .slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-txt {
        font-size: 20px;
        letter-spacing: 0;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt {
        font-size: 18px;
        letter-spacing: 0;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt .txt-big {
        font-size: 32px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 1024px){
    .slider-jirei-item {
        max-width: 600px;
    }
    button.slick-prev.slick-arrow {
        left: calc(50% - 330px);
    }
    button.slick-next.slick-arrow {
        left: calc(50% + 330px);
    }
    .slider-jirei-item-box-title{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .slider-jirei-item-box-flex{
        flex-direction: column;
    }
    .slider-jirei-item-box-flex-left {
        padding: 10px 0 10px 0;
        border-right: none;
        border-bottom: 1px solid #dbd9da;
        justify-content: center;
    }
    .slider-jirei-item-box-flex-right-box{
        justify-content: center;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt{
        font-size: 16px;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt .txt-big{
        font-size: 28px;
    }

}
@media screen and (max-width: 767px){
    .slider-jirei-item-box {
        padding-bottom: 40px;
    }
    .slider-jirei-item {
        margin: 0 25px;
        max-width: none;
        width: max(310px, 80vw);
    }
    button.slick-prev.slick-arrow {
        transform: translateY(-50%);
        left: 32px;
    }
    button.slick-next.slick-arrow {
        transform: translateY(-50%);
        left: auto;
        right: 32px;
    }
    .slider-jirei-item-box-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .slider-jirei-item-box-flex-right-box{
        flex-direction: column;
    }
    .slider-jirei-item-box-flex-right {
        padding: 10px 0 0;
    }
    .slider-jirei-item-box-flex-arw{
        background: url("../images/lp-saikenkaishu/slider-jirei-arw-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        margin: 15px 0;
    }
    .slider-jirei-item-box-flex {
        margin-bottom: 25px;
        padding: 10px 15px;
    }
    .slider-jirei-item-box-flex-left-title,.slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-title{
        min-width: 104px;
        text-align: center;
    }
    .slider-jirei-item-box-flex-left-txt,.slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-txt{
        min-width: 110px;
    }
}
@media screen and (max-width: 499px){
    .slider-jirei-item-box {
        padding-bottom: 30px;
    }
    .slider-jirei-item {
        margin: 0 20px;
    }
    button.slick-prev.slick-arrow {
        left: 0px;
    }
    button.slick-next.slick-arrow {
        right: 0px;
    }
    .slider-jirei-item-box-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .slider-jirei-item-box-flex-left-title {
        font-size: 14px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-left-txt {
        font-size: 16px;
    }
    .slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-title {
        font-size: 14px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-txt {
        font-size: 18px;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-title {
        font-size: 14px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt {
        font-size: 14px;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt .txt-big {
        font-size: 24px;
    }
}

/* なぜ「訴訟判断」が遅れやすいのか */
.lp-saikenkaishu section.section-soshohandan{
    background-color: #fff;
    padding: 0;
}
.lp-saikenkaishu section.section-soshohandan .section-soshohandan-top,.webp .lp-saikenkaishu section.section-soshohandan .section-soshohandan-top{
    padding-top: 160px;
    padding-bottom: 180px;
    background: url("../images/lp-saikenkaishu/section-soshohandan-bg01.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.webp .lp-saikenkaishu section.section-soshohandan .section-soshohandan-top{
    background: url("../images/lp-saikenkaishu/section-soshohandan-bg01.jpg.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.lp-saikenkaishu section.section-soshohandan h2{
    color: #fff;
}
.lp-saikenkaishu section.section-soshohandan h2.h2-line::before{
    background-color: #fff;
}
.lp-saikenkaishu section.section-soshohandan .section-soshohandan-top .txt-box{
    text-align: center;
}
.lp-saikenkaishu section.section-soshohandan .section-soshohandan-top .txt-box p{
    color: #fff;
    font-weight: 400;
}
.section-soshohandan-box,.webp .section-soshohandan-box{
    max-width: 800px;
    background: url("../images/lp-saikenkaishu/section-soshohandan-box.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 10px 50px;
    margin: -150px auto 0;
}
.webp .section-soshohandan-box{
    background: url("../images/lp-saikenkaishu/section-soshohandan-box.jpg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-soshohandan-box-title{
    text-align: center;
    font-family: var(--mincho-Shippori);
    /*font-size: 28px;*/
    font-size: clamp(24px,1.45833vw,28px);
    color: var(--red);
    margin-bottom: 40px;
}
.section-soshohandan-box-list{
    width: fit-content;
    margin: 0 auto;
}
.section-soshohandan-box-list li{
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
}
.section-soshohandan-box-list li + li{
    margin-top: 20px;
}
.section-soshohandan-box-list li::before{
    content: "";
    background: url("../images/lp-saikenkaishu/section-soshohandan-icon.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top:1px;
    left: 0;
}
.section-soshohandan-bottom,.webp .section-soshohandan-bottom{
    margin-top: 100px;
    background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0 160px;
}
.webp .section-soshohandan-bottom{
    background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura.png.webp");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-soshohandan-bottom h3{
    font-family: var(--mincho-Shippori);
    /*font-size: 34px;*/
    font-size: clamp(30px,1.77083vw,34px);
    margin-bottom: 30px;
}
.section-soshohandan-bottom h3 .txt-bg{
    background: linear-gradient(to right, rgb(142, 0, 11) 0%, rgb(100, 0, 0) 100%);
    color: #fff;
    display: inline-block;
    padding: 2px 5px 4px;
}
.section-soshohandan-bottom h3 .txt-bg .maru{
    display: inline-block;
    width: 0.5em;
}
.section-soshohandan-bottom .txt-box{
    max-width: 680px;
}
.section-soshohandan-bottom .txt-box p{
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 2;
    text-shadow: 0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff,0 0 8px #fff,0 0 9px #fff;
}
@media screen and (max-width: 1536px){
    .section-soshohandan-bottom,.webp .section-soshohandan-bottom{
        background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura.png");
        background-position: center right -100px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .webp .section-soshohandan-bottom{
        background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura.png.webp");
        background-position: center right -100px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 1280px){
    .lp-saikenkaishu section.section-soshohandan .section-soshohandan-top,.webp .lp-saikenkaishu section.section-soshohandan .section-soshohandan-top{
        padding-top: 140px;
        padding-bottom: 160px;
    }
    .section-soshohandan-box,.webp .section-soshohandan-box{
        padding: 30px 10px 40px;
        margin: -130px auto 0;
    }
    .section-soshohandan-bottom,.webp .section-soshohandan-bottom{
        margin-top: 80px;
        padding: 50px 0 140px;
        background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura.png");
        background-position: center right -150px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .webp .section-soshohandan-bottom{
        background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura.png.webp");
        background-position: center right -150px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .section-soshohandan-box-title{
        font-size: clamp(22px,1.8vw,26px);
        margin-bottom: 35px;
    }
    .section-soshohandan-bottom h3{
        font-size: clamp(26px,2.4vw,30px);
        margin-bottom: 25px;
    }
    .section-soshohandan-bottom h3{
        width: 70%;
    }
    .section-soshohandan-bottom .txt-box{
        width: 70%;
    }
}
@media screen and (max-width: 1024px){
    .section-soshohandan-bottom,.webp .section-soshohandan-bottom{
        margin-top: 80px;
        padding: 50px 0 120px;
        background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura.png");
        background-position: center right -200px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .webp .section-soshohandan-bottom{
        background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura.png.webp");
        background-position: center right -200px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 767px){
    .lp-saikenkaishu section.section-soshohandan .section-soshohandan-top,.webp .lp-saikenkaishu section.section-soshohandan .section-soshohandan-top{
        padding-top: 100px;
        padding-bottom: 160px;
    }
    .section-soshohandan-box,.webp .section-soshohandan-box{
        padding: 25px 3% 30px;
        margin: -130px auto 0;
    }
    .section-soshohandan-box-title{
        font-size: clamp(20px,2.4vw,24px);
        margin-bottom: 30px;
    }
    .section-soshohandan-box-list li{
        font-size: 16px;
        padding-left: 30px;
    }
    .section-soshohandan-box-list li::before{
        width: 22px;
        height: 22px;
        top:1px;
        left: 0;
    }
    .section-soshohandan-bottom,.webp .section-soshohandan-bottom{
        margin-top: 60px;
        padding: 0px 0 35vw;
        background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura-sp.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .webp .section-soshohandan-bottom{
        background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura-sp.png.webp");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .section-soshohandan-bottom h3{
        width: 100%;
        text-align: center;
        font-size: clamp(24px,3vw,28px);
    }
    .section-soshohandan-bottom .txt-box{
        width: 100%;
    }
}
@media screen and (max-width: 499px){
    .lp-saikenkaishu section.section-soshohandan .section-soshohandan-top,.webp .lp-saikenkaishu section.section-soshohandan .section-soshohandan-top{
        padding-top: 60px;
        padding-bottom: 160px;
    }
    .section-soshohandan-box-title{
        font-size: clamp(20px,3.2vw,22px);
        margin-bottom: 25px;
    }
    .section-soshohandan-bottom h3{
        font-size: clamp(22px,4vw,26px);
    }
    .section-soshohandan-bottom,.webp .section-soshohandan-bottom{
        margin-top: 50px;
        padding: 0px 0 45vw;
        background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura-sp.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .webp .section-soshohandan-bottom{
        background: url("../images/lp-saikenkaishu/section-soshohandan-bg02-tsutomu_kawamura-sp.png.webp");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

/* のような場合、訴訟を視野に入れる必要があります */
.lp-saikenkaishu section.section-kento,.webp .lp-saikenkaishu section.section-kento{
    padding-bottom: 0;
    background: url("../images/lp-saikenkaishu/section-kento-bg.jpg"),#f6f6f6;
    background-position: top left;
    background-repeat: no-repeat;
}
.webp .lp-saikenkaishu section.section-kento{
    background: url("../images/lp-saikenkaishu/section-kento-bg.jpg.webp"),#f6f6f6;
    background-position: top left;
    background-repeat: no-repeat;
}
.section-kento-top{
    padding-bottom: 180px;
}
.section-kento-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 10px;
    margin-top: 100px;
}
.section-kento-list li{
    max-width: 320px;
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-kento-list li.box01 {
    margin-left: auto;
}
.section-kento-list li.box02 {
    margin-right: calc(100% / 6);
}
.section-kento-list li .img{
    width: 100%;
    height: 120px;
}
.section-kento-list li.box01 .img{
    background: url("../images/lp-saikenkaishu/section-kento-list01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-kento-list li.box02 .img{
    background: url("../images/lp-saikenkaishu/section-kento-list02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-kento-list li.box03 .img{
    background: url("../images/lp-saikenkaishu/section-kento-list03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-kento-list li.box04 .img{
    background: url("../images/lp-saikenkaishu/section-kento-list04.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-kento-list li.box05 .img{
    background: url("../images/lp-saikenkaishu/section-kento-list05.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-kento-list li.box01 .img{
    background: url("../images/lp-saikenkaishu/section-kento-list01.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-kento-list li.box02 .img{
    background: url("../images/lp-saikenkaishu/section-kento-list02.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-kento-list li.box03 .img{
    background: url("../images/lp-saikenkaishu/section-kento-list03.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-kento-list li.box04 .img{
    background: url("../images/lp-saikenkaishu/section-kento-list04.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp.section-kento-list li.box05 .img{
    background: url("../images/lp-saikenkaishu/section-kento-list05.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-kento-list li .txt{
    background: linear-gradient(-145deg, rgb(30, 30, 30) 0%, rgb(30, 30, 30) 50%, rgb(69, 69, 69) 80%, rgb(69, 69, 69) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    font-family: var(--mincho-Shippori);
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.section-kento-bottom,.webp .section-kento-bottom{
    background: url("../images/lp-saikenkaishu/section-kento-img.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0 160px;
}
.webp .section-kento-bottom{
    background: url("../images/lp-saikenkaishu/section-kento-img.png.webp");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-kento-bottom h3{
    max-width: 680px;
    margin-left: auto;
    font-family: var(--mincho-Shippori);
    font-size: clamp(30px,1.77083vw,34px);
    margin-bottom: 40px;
}
.section-kento-bottom h3 .txt-bg{
    background: linear-gradient(to right, rgb(142, 0, 11) 0%, rgb(100, 0, 0) 100%);
    color: #fff;
    display: inline-block;
    padding: 2px 5px 4px;
}
.section-kento-bottom .txt-box{
    max-width: 680px;
    margin-left: auto;
}
.section-kento-bottom .txt-box p{
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 2;
    text-shadow: 0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff,0 0 8px #fff,0 0 9px #fff;
}
@media screen and (max-width: 1699px){
    .section-kento-bottom,.webp .section-kento-bottom{
        background: url("../images/lp-saikenkaishu/section-kento-img.png");
        background-position: center left -100px;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 60px 0 160px;
    }
    .webp .section-kento-bottom{
        background: url("../images/lp-saikenkaishu/section-kento-img.png.webp");
        background-position: center left -100px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 1536px){
    .section-kento-bottom,.webp .section-kento-bottom{
        background: url("../images/lp-saikenkaishu/section-kento-img.png");
        background-position: center left -200px;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 60px 0 140px;
    }
    .webp .section-kento-bottom{
        background: url("../images/lp-saikenkaishu/section-kento-img.png.webp");
        background-position: center left -200px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 1280px){
    .section-kento-top{
        padding-bottom: 120px;
    }
    .section-kento-list{
        gap: 40px 10px;
        margin-top: 80px;
    }
    .section-kento-list li{
        width: calc(100% / 3 - 10px);
    }
    .section-kento-list li .txt{
        min-height: 90px;
        font-size: 18px;
        padding: 0 5px;
    }
    .section-kento-bottom h3{
        font-size: clamp(26px,2.4vw,30px);
        margin-bottom: 25px;
    }
    .section-kento-bottom h3{
        width: 65%;
        margin-left: auto;
    }
    .section-kento-bottom .txt-box{
        width: 65%;
        margin-left: auto;
    }
    .section-kento-bottom,.webp .section-kento-bottom{
        padding: 40px 0 100px;
        background: url("../images/lp-saikenkaishu/section-kento-img.png");
        background-position: center left -150px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .webp .section-kento-bottom{
        background: url("../images/lp-saikenkaishu/section-kento-img.png.webp");
        background-position: center left -150px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 1024px){
    .section-kento-bottom h3 {
        width: fit-content;
        text-shadow: 0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff,0 0 8px #fff,0 0 9px #fff;
    }
    .section-kento-bottom h3 .txt-bg{
        text-shadow: none;
    }
}
@media screen and (max-width: 767px){
    .section-kento-top{
        padding-bottom: 80px;
    }
    .section-kento-list {
        gap: 20px 10px;
        margin-top: 60px;
    }
    .section-kento-list li {
        width: calc(100% / 2 - 10px);
    }
    .section-kento-list li.box01 {
        margin-left: unset;
    }
    .section-kento-list li.box02 {
        margin-right: unset;
    }
    .section-kento-bottom,.webp .section-kento-bottom{
        margin-top: 0px;
        padding: 0px 0 35vw;
        background: url("../images/lp-saikenkaishu/section-kento-img-sp.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .webp .section-kento-bottom{
        background: url("../images/lp-saikenkaishu/section-kento-img-sp.png.webp");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .section-kento-bottom h3 {
        width: 100%;
        text-align: center;
        font-size: clamp(24px,3vw,28px);
    }
    .section-kento-bottom .txt-box{
        width: 100%;
    }
}
@media screen and (max-width: 499px){
    .section-kento-list {
        gap: 20px 10px;
        margin-top: 40px;
    }
    /*.section-kento-list li {
        width: 100%;
    }*/
    .section-kento-list li .txt {
        min-height: 80px;
        font-size: 14px;
        padding: 0 5px;
    }
    .section-kento-list li .img {
        width: 100%;
        height: 100px;
    }
    .section-kento-top {
        padding-bottom: 60px;
    }
    .section-kento-bottom h3{
        font-size: clamp(22px,4vw,26px);
    }
    .section-kento-bottom,.webp .section-kento-bottom{
        padding: 0px 0 45vw;
        background: url("../images/lp-saikenkaishu/section-kento-img-sp.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .webp .section-kento-bottom{
        background: url("../images/lp-saikenkaishu/section-kento-img-sp.png.webp");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .section-kento-bottom h3 .txt-bg {
        letter-spacing: 0;
    }
    .section-qanda-box-title .sp-inline{
        display: inline;
    }
}
@media screen and (max-width: 379px){
    .section-kento-list li .txt {
        font-size: 12px;
    }
}
@media screen and (max-width: 359px){
    .section-kento-bottom h3 {
        font-size: calc(22/360*100vw);
    }
    .section-soshohandan-box-title{
        font-size: calc(20/360*100vw);
    }
    .lp-saikenkaishu h2{
        font-size: calc(24/360*100vw);
    }
}

/* 弁護士に依頼する訴訟対応のメリット */
.section-meritto{
    background: url("../images/lp-saikenkaishu/section-meritto-bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-meritto{
    background: url("../images/lp-saikenkaishu/section-meritto-bg.jpg.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-meritto h2{
    color: #fff;
}
.lp-saikenkaishu .section-meritto h2.h2-line::before{
    background-color: #fff;
}
.section-meritto-list{

}
.section-meritto-list-box{
    background-color: #f6f6f6;
    margin-bottom: 40px;
    padding: 45px 50px;
}
.section-meritto-list-box.box03{
    margin-bottom: 0;
}
.section-meritto-list-box-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.section-meritto-list-box-flex .img-box{
    width: 220px;
    height: 160px;
}
.section-meritto-list-box.box01 .img-box{
    background: url("../images/lp-saikenkaishu/section-meritto-img01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-meritto-list-box.box02 .img-box{
    background: url("../images/lp-saikenkaishu/section-meritto-img02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-meritto-list-box.box03 .img-box{
    background: url("../images/lp-saikenkaishu/section-meritto-img03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-meritto-list-box.box01 .img-box{
    background: url("../images/lp-saikenkaishu/section-meritto-img01.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-meritto-list-box.box02 .img-box{
    background: url("../images/lp-saikenkaishu/section-meritto-img02.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-meritto-list-box.box03 .img-box{
    background: url("../images/lp-saikenkaishu/section-meritto-img03.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-meritto-list-box-flex h3{
    width: calc(100% - 240px);
    position: relative;
    display: flex;
    align-items: center;
    font-family: var(--mincho-Shippori);
    /*font-size: 34px;*/
    font-size: clamp(30px,1.77083vw,34px);
}
.section-meritto-list-box-flex h3::before{
    content: "";
    /*font-size: 70px;*/
    font-size: clamp(58px,3.64583vw,70px);
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top:-0.2em;
    left: -0.1em;
    opacity: 0.1;
}
.section-meritto-list-box.box01 h3::before{
    content: "01";
}
.section-meritto-list-box.box02 h3::before{
    content: "02";
}
.section-meritto-list-box.box03 h3::before{
    content: "03";
}
.section-meritto-list-box-flex h3 .box{
    position: relative;
}
.section-meritto-list-box .txt-box p{
    font-weight: 400;
    line-height: 2;
}
@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
    .section-meritto-list-box-flex .img-box{
        width: 165px;
        height: 120px;
    }
    .section-meritto-list-box-flex h3{
        width: calc(100% - 180px);
    }
    .section-meritto-list-box-flex h3{
        font-size: clamp(26px,2.65625vw,30px);
    }
    .section-meritto-list-box-flex h3::before{
        font-size: clamp(46px,5.46875vw,50px);
    }
    .section-meritto-list-box {
        margin-bottom: 35px;
        padding: 40px 45px;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px){
    .section-meritto-list-box-flex .img-box{
        width: 110px;
        height: 80px;
    }
    .section-meritto-list-box-flex h3{
        width: calc(100% - 120px);
    }
    .section-meritto-list-box {
        margin-bottom: 30px;
        padding: 30px 5%;
    }
    .section-meritto-list-box-flex h3{
        font-size: clamp(22px,3.2vw,26px);
    }
    .section-meritto-list-box-flex h3::before{
        font-size: clamp(42px,7.5vw,46px);
    }
}
@media screen and (max-width: 499px){
    .section-meritto-list-box-flex{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .section-meritto-list-box-flex .img-box{
        width: 220px;
        height: 160px;
    }
    .section-meritto-list-box-flex h3{
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: clamp(20px,4.2vw,24px);
    }
    .section-meritto-list-box-flex h3::before{
        font-size: clamp(40px,8.5vw,42px);
        top:-0.5em;
    }
}

/* わたしたちが選ばれる理由 */
.section-reason{
    background-color: #fff;
}
.section-reason-list{
    margin-top: 100px;
}
.section-reason-list-box{
    margin-bottom: 80px;
    padding-top: 170px;
}
.section-reason-list-box.box01{
    background: url("../images/lp-saikenkaishu/section-reason-img01.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.section-reason-list-box.box02{
    background: url("../images/lp-saikenkaishu/section-reason-img02.jpg");
    background-position: right top;
    background-repeat: no-repeat;
}
.section-reason-list-box.box03{
    background: url("../images/lp-saikenkaishu/section-reason-img03-tsutomu_kawamura.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
.webp .section-reason-list-box.box01{
    background: url("../images/lp-saikenkaishu/section-reason-img01.jpg.webp");
    background-position: left top;
    background-repeat: no-repeat;
}
.webp .section-reason-list-box.box02{
    background: url("../images/lp-saikenkaishu/section-reason-img02.jpg.webp");
    background-position: right top;
    background-repeat: no-repeat;
}
.webp .section-reason-list-box.box03{
    background: url("../images/lp-saikenkaishu/section-reason-img03-tsutomu_kawamura.jpg.webp");
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
.section-reason-list-box-content,.webp .section-reason-list-box-content{
    background: url("../images/lp-saikenkaishu/section-reason-boxbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 45px 45px;
    max-width: 860px;
    margin-left:auto;
}
.webp .section-reason-list-box-content{
    background: url("../images/lp-saikenkaishu/section-reason-boxbg.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-reason-list-box.box02 .section-reason-list-box-content{
    margin-left:unset;
    margin-right:auto;
}
.section-reason-list-box-content .txt-reason{
    font-size: 12px;
    font-family: var(--mincho-Shippori);
    color: var(--red);
    margin-bottom: 5px;
}
.section-reason-list-box-content .txt-reason .txt-big{
    font-size: 18px;
}
.section-reason-list-box-content h3{
    font-family: var(--mincho-Shippori);
    font-size: clamp(30px,1.77083vw,34px);
    margin-bottom: 10px;
}
.section-reason-list-box-content .txt-box p{
    font-weight: 400;
    line-height: 2;
}
@media screen and (max-width: 1600px){
    .section-reason-list-box.box01{
        background: url("../images/lp-saikenkaishu/section-reason-img01.jpg");
        background-position: left -12vw top;
        background-repeat: no-repeat;
    }
    .section-reason-list-box.box02{
        background: url("../images/lp-saikenkaishu/section-reason-img02.jpg");
        background-position: right -12vw top;
        background-repeat: no-repeat;
    }
    .section-reason-list-box.box03{
        background: url("../images/lp-saikenkaishu/section-reason-img03-tsutomu_kawamura.jpg");
        background-position: left -12vw top;
        background-repeat: no-repeat;
        margin-bottom: 0;
    }
    .webp .section-reason-list-box.box01{
        background: url("../images/lp-saikenkaishu/section-reason-img01.jpg.webp");
        background-position: left -12vw top;
        background-repeat: no-repeat;
    }
    .webp .section-reason-list-box.box02{
        background: url("../images/lp-saikenkaishu/section-reason-img02.jpg.webp");
        background-position: right -12vw top;
        background-repeat: no-repeat;
    }
    .webp .section-reason-list-box.box03{
        background: url("../images/lp-saikenkaishu/section-reason-img03-tsutomu_kawamura.jpg.webp");
        background-position: left -12vw top;
        background-repeat: no-repeat;
    }

}
@media screen and (max-width: 1280px){
    .section-reason-list{
        margin-top: 80px;
    }
    .section-reason-list-box{
        margin-bottom: 60px;
        padding-top: 140px;
    }
    .section-reason-list-box-content,.webp .section-reason-list-box-content{
        width: 70%;
        padding: 35px 40px 40px;
    }
    .section-reason-list-box-content h3{
        font-size: clamp(26px,2.65625vw,30px);
        margin-bottom: 10px;
    }
    .section-reason-list-box.box01{
        background: url("../images/lp-saikenkaishu/section-reason-img01.jpg");
        background-position: left -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .section-reason-list-box.box02{
        background: url("../images/lp-saikenkaishu/section-reason-img02.jpg");
        background-position: right -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .section-reason-list-box.box03{
        background: url("../images/lp-saikenkaishu/section-reason-img03-tsutomu_kawamura.jpg");
        background-position: left -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .webp .section-reason-list-box.box01{
        background: url("../images/lp-saikenkaishu/section-reason-img01.jpg.webp");
        background-position: left -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .webp .section-reason-list-box.box02{
        background: url("../images/lp-saikenkaishu/section-reason-img02.jpg.webp");
        background-position: right -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .webp .section-reason-list-box.box03{
        background: url("../images/lp-saikenkaishu/section-reason-img03-tsutomu_kawamura.jpg.webp");
        background-position: left -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px){
    .section-reason-list{
        margin-top: 60px;
    }
    .section-reason-list-box{
        margin-bottom: 40px;
        padding-top: 32vw;
    }
    .section-reason-list-box-content,.webp .section-reason-list-box-content{
        width: 100%;
        padding: 25px 5% 30px;
    }
    .section-reason-list-box.box01{
        background: url("../images/lp-saikenkaishu/section-reason-img01.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .section-reason-list-box.box02{
        background: url("../images/lp-saikenkaishu/section-reason-img02.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .section-reason-list-box.box03{
        background: url("../images/lp-saikenkaishu/section-reason-img03-tsutomu_kawamura.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .webp .section-reason-list-box.box01{
        background: url("../images/lp-saikenkaishu/section-reason-img01.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .webp .section-reason-list-box.box02{
        background: url("../images/lp-saikenkaishu/section-reason-img02.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .webp .section-reason-list-box.box03{
        background: url("../images/lp-saikenkaishu/section-reason-img03-tsutomu_kawamura.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .section-reason-list-box-content h3{
        font-size: clamp(22px,3.2vw,26px);
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 499px){
    .section-reason-list{
        margin-top: 40px;
    }
    .section-reason-list-box{
        margin-bottom: 30px;
        padding-top: 40vw;
    }
    .section-reason-list-box-content,.webp .section-reason-list-box-content{
        width: 100%;
        padding: 15px 5% 25px;
    }
    .section-reason-list-box.box01{
        background: url("../images/lp-saikenkaishu/section-reason-img01.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .section-reason-list-box.box02{
        background: url("../images/lp-saikenkaishu/section-reason-img02.jpg");
        background-position: left -4vw top;
        background-repeat: no-repeat;
        background-size: 104% auto;
    }
    .section-reason-list-box.box03{
        background: url("../images/lp-saikenkaishu/section-reason-img03-tsutomu_kawamura.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .webp .section-reason-list-box.box01{
        background: url("../images/lp-saikenkaishu/section-reason-img01.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .webp .section-reason-list-box.box02{
        background: url("../images/lp-saikenkaishu/section-reason-img02.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .webp .section-reason-list-box.box03{
        background: url("../images/lp-saikenkaishu/section-reason-img03-tsutomu_kawamura.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .section-reason-list-box-content h3{
        font-size: clamp(20px,4.2vw,24px);
        margin-bottom: 10px;
    }

}

/* よくある質問 */
.section-qanda{
    background: url("../images/lp-saikenkaishu/section-qanda-bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-qanda{
    background: url("../images/lp-saikenkaishu/section-qanda-bg.jpg.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-qanda-box{
    margin-bottom: 40px;
    background: linear-gradient(-145deg, rgb(30, 30, 30) 0%, rgb(30, 30, 30) 50%, rgb(69, 69, 69) 80%, rgb(69, 69, 69) 100%);
    padding: 30px 20px 30px;
    color: #fff;
}
.section-qanda-box:last-of-type{
    margin-bottom: 0;
}
.section-qanda-box-title{
    font-family: var(--mincho-Shippori);
    font-size: 24px;
    padding: 0 30px 0 70px;
    position: relative;
    cursor: pointer;
}
.section-qanda-box-title::before{
    content: "Q";
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    top:-0.15em;
    left: 0;
    line-height: 1;
}
.section-qanda-box-title::after{
    content: "";
    background: url("../images/lp-saikenkaishu/arw-down.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 12px;
    position: absolute;
    top:15px;
    right: 10px;
    transition: 0.5s;
}
.section-qanda-box-title.active::after{
    background: url("../images/lp-saikenkaishu/arw-up.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}
.section-qanda-box-txt{
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    padding: 0 120px 0 70px;
    margin-top: 40px;
    display: none;
}
@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
    .section-qanda-box {
        margin-bottom: 35px;
        padding: 25px 20px 25px;
    }
    .section-qanda-box-title{
        font-size: 22px;
        padding: 0 20px 0 60px;
    }
    .section-qanda-box-title::before{
        font-size: 36px;
        top:-0.15em;
    }
    .section-qanda-box-txt {
        font-size: 18px;
        padding: 0 80px 0 60px;
        margin-top: 35px;
    }

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px){
    .section-qanda-box {
        margin-bottom: 30px;
        padding: 20px 5% 20px;
    }
    .section-qanda-box-title{
        font-size: 20px;
        padding: 0 25px 0 35px;
    }
    .section-qanda-box-title::before{
        font-size: 30px;
        top:-0.1em;
    }
    .section-qanda-box-txt {
        font-size: 16px;
        padding: 0 20px 0 35px;
        margin-top: 30px;
    }
    .section-qanda-box-title::after{
        width: 18px;
        height: 12px;
        top:10px;
        right: 0;
    }
}
@media screen and (max-width: 499px){
    .section-qanda-box-title{
        font-size: 18px;
        padding: 0 25px 0 30px;
    }
    .section-qanda-box-title::before{
        font-size: 26px;
        top:-0.08em;
    }
    .section-qanda-box-txt {
        font-size: 16px;
        padding: 0 20px 0 30px;
        margin-top: 30px;
    }
}

/* ASEAN・海外拠点 */
.section-asean_office{
    background: url("../images/lp-saikenkaishu/section-asean_office-bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.slider-office{
    margin-top: 100px;
}
.slider-office .slick-list {
  overflow: visible;
}

.slider-office .slick-slide {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.slider-office .slick-center {
  opacity: 1;
}
.slider-office-item{
    margin: 0 25px;
    background-color: rgba(246, 246, 246, 0.8);
    padding: 15px 20px;
    height: unset;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px;
}
.slider-office-item-flex{
    display: flex;
    justify-content: space-between;
}
.slider-office .slick-track{
    display: flex;
}
.slider-office-item-img{
    width: 300px;
    height: 320px;
}
.slider-office-item-content{
    width: calc(100% - 330px);
}

.slider-office .office-map{
    font-family: var(--mincho-Shippori);
    color: var(--red);
    font-size: 20px;
    border-bottom: 1px solid var(--red);
    max-width: 350px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.slider-office .office-name{
    font-family: var(--mincho-Shippori);
    font-size: 16px;
    margin-bottom: 30px;
}
.slider-office .office-zip{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
.slider-office button.slick-prev.slick-arrow {
    left: calc(50vw - 392px);
}
.slider-office button.slick-next.slick-arrow {
    right: calc(50vw - 392px);
}



@media screen and (max-width: 1280px){
    .slider-office{
        margin-top: 80px;
    }
}
@media screen and (max-width: 1024px){
    .slider-office-item{
        margin: 0 20px;
    }
    .slider-office-item-img{
        width: 225px;
        height: 240px;
    }
    .slider-office-item-content{
        width: calc(100% - 250px);
    }
    .slider-office .office-map{
        font-size: 20px;
        max-width: 90%;
        padding: 0px 0 10px;
        margin-bottom: 10px;
    }
    .slider-office .office-name{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .slider-office button.slick-prev.slick-arrow {
        left: 100px;
    }
    .slider-office button.slick-next.slick-arrow {
        right: 100px;
    }
}
@media screen and (max-width: 767px){
    .section-asean_office{
        background: url("../images/lp-saikenkaishu/section-asean_office-bg.jpg");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .slider-office{
        margin-top: 60px;
    }
    .slider-office-item{
        margin: 0 15px;
        padding: 12px 15px;
    }
    .slider-office-item-img{
        width: 150px;
        height: 160px
    }
    .slider-office-item-content{
        width: calc(100% - 170px);
    }
    .slider-office .office-map{
        font-size: 18px;
    }
    .slider-office .office-name{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .slider-office .office-zip{
        font-size: 14px;
    }
    .slider-office button.slick-prev.slick-arrow {
        left: 32px;
    }
    .slider-office button.slick-next.slick-arrow {
        right: 32px;
    }
}
@media screen and (max-width: 499px){
    .slider-office{
        margin-top: 50px;
    }
    .slider-office-item{
        margin: 0 30px;
        padding: 12px 15px;
    }
    .slider-office-item-flex{
        flex-direction: column;
        gap: 20px;
    }
    .slider-office-item-img {
        width: 100%;
        height: 160px;
    }
    .slider-office-item-img img{
        aspect-ratio: 5 / 3;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .slider-office-item-content{
        width: 100%;
    }
    .slider-office .office-map{
        font-size: 18px;
        max-width: 100%;
    }
    .slider-office button.slick-prev.slick-arrow {
        left: 0px;
    }
    .slider-office button.slick-next.slick-arrow {
        right: 0px;
    }


}

/* 国内拠点 */
.section-japan_office{
    background: url("../images/lp-saikenkaishu/section-japan_office.jpg"),#868686;
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.section-japan_office h2{
    color: #fff;
}
.lp-saikenkaishu .section-japan_office h2.h2-line::before{
    background-color: #fff;
}
.section-japan_office .slider-office .office-map{
    font-size: 24px;
}
.section-japan_office .slider-office .office-map .txt-small{
    font-size: 16px;
    display: inline-block;
    line-height: 1.3;
}
.slider-office .office-zip .txt-small{
    font-size: 14px;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 0;
}



@media screen and (max-width: 767px){
    .section-japan_office{
        background: url("../images/lp-saikenkaishu/section-japan_office.jpg"),#868686;
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .section-japan_office .slider-office .office-map{
        font-size: 22px;
    }
    .section-japan_office .slider-office .office-map .txt-small{
        font-size: 14px;
    }
    .slider-office .office-zip .txt-small{
        font-size: 12px;
    }
}
@media screen and (max-width: 499px){
    .section-japan_office .slider-office-item-flex {
        flex-direction: column;
        gap: 10px;
    }
    .section-japan_office .slider-office .office-map{
        font-size: 20px;
    }
}























