@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Rg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Bd.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Eb.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Th.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800; }

body {
    font-family: YakuHanJP, 'LINE Seed JP','Yu Gothic', 'メイリオ', sans-serif;
    line-height: 1.7;
    color: #333!important;
}

a {
    text-decoration: none!important;
}

p {
    font-family: YakuHanJP,"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    color: #333;
    line-height: 1.7;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lh-03 {line-height: 0.3;}
.lh-04 {line-height: 0.4;}
.lh-05 {line-height: 0.5;}
.lh-06 {line-height: 0.6;}
.lh-07 {line-height: 0.7;}
.lh-08 {line-height: 0.8;}
.lh-09 {line-height: 0.9;}
.lh-10 {line-height: 1;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}


/*ヘッダー*/
.header-innerbox {
    padding: 10px;
}
.header-innerbox .logo {
    width: 200px;
    display: block;
    margin: 0 auto;
}
.header-innerbox .header-btn {
    display: none;
}

@media (min-width: 992px) {
    header {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    main {
        margin-top: 88px;
    }
    .header-innerbox {
        padding: 15px;
    }
    .header-innerbox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .header-btn-innerbox {
        display: flex;
        gap: 10px;
    }
    .header-innerbox .logo {
        width: 200px;
        margin: 0;
    }
    .header-innerbox .header-btn {
        display: block;
    }
    .header-btn-inner01 img {
        width: 200px;
        border-radius: 10px;
        border: 4px solid #6b0e00;
    }
    .header-btn-inner01 a {
        display: block;
        border-radius: 10px;
        box-shadow: 2px 8px 2px #6b0e00;      
    }
    .header-btn-inner01 a:hover {
      transform: translateX(2px) translateY(8px);
      box-shadow: none;
    }

    .header-btn-inner02 img {
        width: 200px;
        border-radius: 10px;
        border: 4px solid #dd4c18;
    }
    .header-btn-inner02 a {
        display: block;
        border-radius: 10px;
        box-shadow: 2px 8px 2px #dd4c18;      
    }
    .header-btn-inner02 a:hover {
      transform: translateX(2px) translateY(8px);
      box-shadow: none;
    }

    .header-btn-inner03 img {
        width: 200px;
        border-radius: 10px;
        border: 4px solid #04541e;
    }
    .header-btn-inner03 a {
        display: block;
        border-radius: 10px;
        box-shadow: 2px 8px 2px #04541e;      
    }
    .header-btn-inner03 a:hover {
      transform: translateX(2px) translateY(8px);
      box-shadow: none;
    }
}

@media (min-width: 1200px) {
    main {
        margin-top: 99px;
    }
    .header-innerbox .logo {
        width: 250px;
    }
    .header-btn-innerbox {
        gap: 15px;
    }
    .header-btn-inner01 img,.header-btn-inner02 img,.header-btn-inner03 img {
        width: 230px;
    }
}


/*　色　*/
.bg-gray {
    background-color: #e6e6e6;
}
.text-maincolor {
    color: #ff8053!important;
}
.bg-maincolor {
    background-color: #ff8053;
}

.bg-base {
    background-color: #fef7e5;
}

.text-yellow {
    color: #fff67f;
}
.bg-yellow {
    background-color: #fff67f; 
}

.bg-lightblue {
    background-color: #e6fafa;
}

.bg-lightbajyu {
    background-color: #fef6e5;
}

.text-gray {
    color: #6c6b6b;
}

.bg-bajyu {
    background-color: #ffe6dc;
}

.bg-green {
    background-color: #63b7b3;
}

.bg-brown {
    background-color: #9c4d36;
}

/* 角丸 */
.rounded20 {
    border-radius: 20px;
}
.rounded20-bottom {
    border-radius: 0 0 20px 20px;
}


/* 高さ設定 */
.py-40-80 {
    padding: 40px 0;
}
@media (min-width: 992px) {
    .py-40-80  {
        padding: 80px 0;
    }
}

.py-60-120 {
    padding: 60px 0;
}
@media (min-width: 992px) {
    .py-60-120  {
        padding: 120px 0;
    }
}

.pt-40-80 {
    padding: 40px 0 0 0;
}
@media (min-width: 992px) {
    .pt-40-80  {
        padding: 80px 0 0 0;
    }
}

.pt-100-150 {
    padding: 100px 0 0 0;
}
@media (min-width: 992px) {
    .pt-100-150  {
        padding: 150px 0 0 0;
    }
}

.pb-40-100 {
    padding: 0 0 40px 0;
}
@media (min-width: 992px) {
    .pb-40-100  {
        padding: 0 0 100px 0;
    }
}

.mt-10 {
    margin-top: 10px!important;
}
.mt-20 {
    margin-top: 20px!important;
}
.mt-30 {
    margin-top: 30px!important;
}
.mt-40 {
    margin-top: 40px!important;
}
.mt-50 {
    margin-top: 50px!important;
}
.mt-60 {
    margin-top: 60px!important;
}
.mt-70 {
    margin-top: 70px!important;
}
.mt-80 {
    margin-top: 80px!important;
}
.mt-90 {
    margin-top: 90px!important;
}
.mt-100 {
    margin-top: 100px!important;
}

.mb-0 {
    margin-bottom: 0px!important;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.mb-40 {
    margin-bottom: 40px!important;
}
.mb-50 {
    margin-bottom: 50px!important;
}
.mb-60 {
    margin-bottom: 60px!important;
}
.mb-70 {
    margin-bottom: 70px!important;
}
.mb-80 {
    margin-bottom: 80px!important;
}
.mb-90 {
    margin-bottom: 90px!important;
}
.mb-100 {
    margin-bottom: 100px!important;
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0px!important;
    }
}
@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0px!important;
    }
}
@media (min-width: 1200px) {
    .mt-xl-0 {
        margin-top: 0px!important;
    }
}

.mt-70-50 {
    margin-top: 70px!important;
}
@media (min-width: 992px) {
    .mt-70-50  {
        margin-top: 50px!important;
    }
}

.pt-10 {
    padding-top: 10px!important;
}
.pt-20 {
    padding-top: 20px!important;
}
.pt-30 {
    padding-top: 30px!important;
}
.pt-40 {
    padding-top: 40px!important;
}
.pt-50 {
    padding-top: 50px!important;
}
.pt-60 {
    padding-top: 60px!important;
}
.pt-70 {
    padding-top: 70px!important;
}
.pt-80 {
    padding-top: 80px!important;
}
.pt-90 {
    padding-top: 90px!important;
}
.pt-100 {
    padding-top: 100px!important;
}

.pb-0 {
    padding-bottom: 0px!important;
}
.pb-10 {
    padding-bottom: 10px!important;
}
.pb-20 {
    padding-bottom: 20px!important;
}
.pb-30 {
    padding-bottom: 30px!important;
}
.pb-40 {
    padding-bottom: 40px!important;
}
.pb-50 {
    padding-bottom: 50px!important;
}
.pb-60 {
    padding-bottom: 60px!important;
}
.pb-70 {
    padding-bottom: 70px!important;
}
.pb-80 {
    padding-bottom: 80px!important;
}
.pb-90 {
    padding-bottom: 90px!important;
}
.pb-100 {
    padding-bottom: 100px!important;
}

@media (min-width: 768px) {
    .pt-md-0 {
        padding-top: 0px;
    }
}
@media (min-width: 992px) {
    .pt-lg-0 {
        padding-top: 0px;
    }
}
@media (min-width: 1200px) {
    .pt-xl-0 {
        padding-top: 0px;
    }
}

.p-10 {
    padding: 10px!important;
}
.p-20 {
    padding: 20px!important;
}
.p-30 {
    padding: 30px!important;
}
.p-40 {
    padding: 40px!important;
}
.p-50 {
    padding: 50px!important;
}
.p-60 {
    padding: 60px!important;
}
.p-70 {
    padding: 70px!important;
}
.p-80 {
    padding: 80px!important;
}
.p-90 {
    padding: 90px!important;
}
.p-100 {
    padding: 100px!important;
}


.px-10 {
    padding: 0 10px! 0important;
}
.px-20 {
    padding: 0 20px! 0important;
}
.px-30 {
    padding: 0 30px! 0important;
}
.px-40 {
    padding: 0 40px! 0important;
}
.px-50 {
    padding: 0 50px! 0important;
}
.px-60 {
    padding: 0 60px! 0important;
}
.px-70 {
    padding: 0 70px! 0important;
}
.px-80 {
    padding: 0 80px! 0important;
}
.px-90 {
    padding: 0 90px! 0important;
}
.px-100 {
    padding: 0 100px 0!important;
}


/*　見出し、文字設定　*/
h1,h2,h3,h4,h5 {
    font-family: YakuHanJP,'LINE Seed JP';
}

h1.h1 span {
    font-family: YakuHanJP,'LINE Seed JP';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.worries h1.h1 span {
    line-height: clamp(3.438rem, 4.006rem + -2.84vw, 1.875rem);
}

h2.h2 {
    font-family: YakuHanJP,'LINE Seed JP';
    font-weight: 700;
    font-style: normal;
    font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
    line-height: 1.5;
}

h3.h3 {
    font-family: YakuHanJP,'LINE Seed JP';
    font-weight: 600;
    font-style: normal;
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    line-height: 1.5;
}

.index-1 {
    text-indent: -1em;
    padding-left: 1em;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.fz-30 {
    font-size: 30px;
}

.fz-18-24 {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}

.fz-16-20 {
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}

.fz-24-34 {
    font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2.125rem)!important;
}

.fz-30-44 {
    font-size: clamp(2.5rem, 1.818rem + 3.41vw, 4.375rem)!important;
}

@media (min-width: 768px) {
    .fz-md-18 {
        font-size: 18px;
    }
    
    .fz-md-20 {
        font-size: 20px;
    }
    
    .fz-md-22 {
        font-size: 22px;
    }
    
    .fz-md-24 {
        font-size: 24px;
    }
    .fz-md-28 {
        font-size: 28px;
    }
    
    .fz-md-30 {
        font-size: 30px;
    }
}
@media (min-width: 992px) {
    .fz-lg-18 {
        font-size: 18px;
    }
    
    .fz-lg-20 {
        font-size: 20px;
    }
    
    .fz-lg-22 {
        font-size: 22px;
    }
    
    .fz-lg-24 {
        font-size: 24px;
    }
    .fz-lg-28 {
        font-size: 28px;
    }
    
    .fz-lg-30 {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .fz-xl-18 {
        font-size: 18px;
    }
    
    .fz-xl-20 {
        font-size: 20px;
    }
    
    .fz-xl-22 {
        font-size: 22px;
    }
    
    .fz-xl-24 {
        font-size: 24px;
    }
    .fz-xl-28 {
        font-size: 28px;
    }
    
    .fz-xl-30 {
        font-size: 30px;
    }
}
@media (min-width: 1420px) {
    .fz-xxl-18 {
        font-size: 18px;
    }
    
    .fz-xxl-20 {
        font-size: 20px;
    }
    
    .fz-xxl-22 {
        font-size: 22px;
    }
    
    .fz-xxl-24 {
        font-size: 24px;
    }
    .fz-xxl-28 {
        font-size: 28px;
    }
    
    .fz-xxl-30 {
        font-size: 30px;
    }
}

/* メインイメージ */
.main-pc {
    display: none;
}
@media (min-width: 650px) {
    .main-pc {
        display: block;
    }
    .main-sp {
        display: none;
    }
}

/* こんなお悩み抱えていませんか？ */
.worries .question {
    width: 30px;
}
@media (min-width: 992px) {
    .worries .question {
        width: 57px;
    }
}
.namisen {
    text-decoration: #ff8053 wavy underline;
    text-underline-offset: 5px;
}
@media (min-width: 992px) {
    .namisen {
        text-underline-offset: 15px;
    }
}
.checkbox {
    width: 40px;
}
.worriesimg {
    width: 250px;
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .worriesimg {
        width: 300px;
    }
}
@media (min-width: 1200px) {
    .worriesimg {
        width: 100%;
    }
}

.yorokobuimg {
    width: 250px;
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .yorokobuimg {
        width: 300px;
    }
}
@media (min-width: 1200px) {
    .yorokobuimg {
        width: 90%;
    }
}

/* 私たちについて */
.arrow-bottom {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 180px;
    z-index: 0;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}
@media (min-width: 992px) {
    .arrow-bottom {
        width: 250px;
        top: 0px;
    }
}

.z-2 {
    position: relative;
    z-index: 10;
}

.kasen {
    border-bottom: 5px solid #ff8053;
    text-underline-offset: 5px;
}
.kasen2 {
    border-bottom: 3px solid #ff8053;
    text-underline-offset: 5px;
}
.kasen-white {
    border-bottom: 5px solid #fff;
    text-underline-offset: 5px;
}
.kasen-yellow {
    border-bottom: 5px solid #fff67f;
    text-underline-offset: 5px;
}


.logomark {
    width: 70px;
}
@media (min-width: 992px) {
    .logomark {
        width: 115px;
    }
}
.shimei span {
    padding: 20px 30px;
}

.shimei span:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 100%;;
    background-image: url(../img/SVG/kagikakko-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}
.shimei span:after {
    content: '';
    display: inline-block;
    width: 10%;
    height: 100%;;
    background-image: url(../img/SVG/kagikakko-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
@media (min-width: 576px) {
    .shimei span:after {
        width: 5.6%;
    }
}

.about-img01 {
    min-height: 400px;
    background-image: url(../img/service01.jpg);
    background-size: cover;
    background-position: center center;
}

.about-img02 {
    min-height: 400px;
    background-image: url(../img/service02.jpg);
    background-size: cover;
    background-position: center center;
}

.about-img03 {
    min-height: 400px;
    background-image: url(../img/service03.jpg);
    background-size: cover;
    background-position: center center;
}

.about-img04 {
    min-height: 400px;
    background-image: url(../img/service04.jpg);
    background-size: cover;
    background-position: center center;
}

/* 特徴 */
.container2 {
    margin-left: 15px;
    margin-right: 15px;
}
@media (min-width: 576px) {
    .container2 {
        margin-left: 5%;
        margin-right: 5%;
    }
}

.icon-tokutyou {
    width: 20%;
    position: absolute;
    top: -25px;
    left: -10px;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.tokutyou h1.h1 {
    font-size: 36px!important;
}
@media (min-width: 1200px) {
    .tokutyou h1.h1 {
        font-size: 44px!important;
    }
}

/* 債務整理5つの方法 */
/*.saimuseiri {
    background-image: url(../img/bg-saimuseiri.jpg);
    background-size: cover;
    background-position: center center;
}*/

.icon-saimuseiri {
    width: 100px;
}
@media (max-width: 576px) {
    .icon-saimuseiri,.icon-office,.icon-question {
        display: block;
        margin: 0 auto 15px;
    }
}

.five {
    font-size: clamp(1.563rem, 0.653rem + 4.55vw, 4.063rem)!important;
    color: #b42d19;
}
.tsu {
    color: #b42d19;    
}
.saimuseiribox {
    background-color: #fff;
    border: 2px solid #f98053;
    border-radius: 10px;
}

.saimuseiriboxinner {
    padding: 20px;
}
@media (min-width: 1200px) {
    .saimuseiriboxinner {
        padding: 30px;
    }
}

.saimuseiriboxtitle {
    margin-top: -5%;
    position: relative;
}
.saimuseiriboxtitle .title {
    font-size: clamp(1.2rem, 1.0rem + 1.0vw, 1.8rem);
    font-family: YakuHanJP,'LINE Seed JP';
    font-weight: 600;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}
.saimuseiri-title {
    width: 100%;
}

/*.saimuseiriboxtitle .title span:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 70px;
    background-image: url(../img/saimu01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-right: 5px;
}
@media (min-width: 576px) {
    .saimuseiriboxtitle .title span:before {
        width: 70px;
        height: 80px;
    }
}*/

.saimuseiriboxtitle .title.second span:before {
    background-image: url(../img/saimu02.png);
}
.saimuseiriboxtitle .title.third span:before {
    background-image: url(../img/saimu03.png);
}
.saimuseiriboxtitle .title.fow span:before {
    background-image: url(../img/saimu04.png);
}
.saimuseiriboxtitle .title.gobanme span:before {
    background-image: url(../img/saimu05.png);
}

.osusumesbox {
    border-radius: 10px 10px 0 0;
}
.osusumesbox2 {
    border-radius: 0 0 10px 10px;
}
.konnakataniosusume {
    width: 250px;
    margin: 0 auto;
    display: block;
}

.konnakataniosusumepc {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.osusumepcbox2 {
    background-color: #ffe6dc;
    border-radius: 0 10px 10px 0;
}

.yajirushi-kabuse {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 100%;
}


/* 解決までの流れ */
.kaiketsu-illustration {
    width: 80px;
}
@media (min-width: 992px) {
    .kaiketsu-illustration {
        width: 115px;
    }
}

.step01 {
    width: 140px;
}
@media (min-width: 576px) {
    .step01 {
        width: 190px;
    }
}

.solutionsen {
    position: absolute;
    height: 100%;
    width: 15px;
    z-index: 0;
    background-color: #fff67f;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

.solution-flow .bg-white {
    position: relative;
    z-index: 2;
}


/*　事例　*/
.slider-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.case-slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}
@media (min-width: 1200px) {
    .case-slide {
        gap: 40px;
    }
}

.case-box {
    width: 40%;
    border: 2px solid #ff8053;
    border-radius: 15px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.case-title {
    background-color: #ff8053;
    color: white;
    border-radius: 10px 10px 0 0;
    padding: 15px;
    font-family: 'LINE Seed JP';
    font-weight: 700;
    font-size: clamp(1.5rem, 1.409rem + 0.45vw, 1.75rem);
    letter-spacing: 2px;
    text-align: center;
}

.case-content {
    padding: 15px;
    background-color: #fff;
    border: 4px solid #ff8053;
    border-radius: 15px;
}

.case-info {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.person-info {
    width: 30%;
    font-size: 16px;
    padding-top: 15px;
    font-weight: bold;
}

.loan-details {
    width: 70%;
}

.loan-row {
    display: flex;
    margin-bottom: 5px;
}

.loan-label {
    background-color: #666;
    color: white;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    border-radius: 5px 0 0 5px;
}

.loan-value {
    background-color: #cc8389;
    color: white;
    padding: 5px 10px;
    width: 100%;
    text-align: right;
    border-radius: 0 5px 5px 0;
}

.before-after {
    margin-top: 15px;
}

.before-after .before {
    background-color: #646464;
    color: white;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.before-after .after {
    color: white;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
}

.before-content,
.after-content {
    padding: 20px;
    line-height: 1.5;
}

.before-content {
    background-color: #646464;
    color: white;
}

.after-content {
    background-color: #63b7b3;
    color: white;
    position: relative;
    border-radius: 0 0 10px 10px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #666;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.slider-arrow {
    width: 50px;
    height: 50px;
    background-color: #9c4d36;
    border-radius: 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    border: none;
    outline: none;
    transition: background-color 0.3s;
}

.slider-arrow:hover {
    background-color: #0e2964;
}

.slider-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slider-dot.active {
    background-color: #1a3a8f;
}

.mobile-indicator {
    display: none;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    color: #1a3a8f;
}

/* タブレット対応 */
@media (max-width: 1024px) {
    .case-box {
        width: 31%;
    }

    .person-info {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .loan-details {
        width: 100%;
    }
}

/* モバイル対応 */
@media (max-width: 992px) {
    .case-slide {
        flex-direction: column;
        align-items: center;
    }

    .case-box {
        width: 100%;
        margin-bottom: 20px;
        display: none;
    }

    .case-box.active {
        display: block;
    }

    .mobile-indicator {
        display: block;
        font-size: 16px;
        margin: 15px 0;
    }

    .loan-row {
        width: 100%;
    }

    .loan-label {
        width: 50%;
    }

    .loan-value {
        width: 60%;
    }
}

.jirei-people01 {
    width: 100px;
}
@media (min-width: 1200px) {
    .jirei-people01 {
        width: 120px;
    }
}

/*　無料診断　*/
.shindan-title {
    display: block;
    margin: -100px auto 0;
    max-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 992px) {
    .shindan-title {
        margin: -180px auto 0;
    }
}

.muryoushindan .question-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.muryoushindan .question {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    padding-left:2em;
    text-indent:-2em;
}

.muryoushindan .options button {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 10px;
    border: 0;
    background-color: #fff67f;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.muryoushindan .options button.selected {
    background-color: #b42d19;
    color: white;
}

.muryoushindan #result {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.2em;
    color: #c00;
}


/* よくある質問 */
.faq .icon-question {
    width: 100px;
}
.faq .faq-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.faq .faq-icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.faq .faq-title {
    color: #2B4C9B;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 2px solid #2B4C9B;
    padding-bottom: 5px;
}
.faq .faq-item {
    margin-bottom: 20px;
}
.faq .question {
    background-color: #ff8053;
    width: 100%;
    padding: 20px;
}
.faq .question p {
    color: white;
    font-weight: bold;
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    margin-bottom: 0;
}
.faq .answer {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border: 3px solid #ff8053;
}
.faq .answer p {
    font-weight: bold;
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    margin-bottom: 0;
 }
.indent-15 {
    padding-left:1.5em;
    text-indent:-1.5em;
}

/* 事務所情報 */
.icon-office {
    width: 100px;
}
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-family: 'LINE Seed JP';
    letter-spacing:1.5px;
}
.info-table tr {
    border-bottom: 1px dashed rgba(255, 255, 255, 1);
}
.info-table tr:first-child {
    border-top: 1px solid #ffffff;
}
.info-table tr:last-child {
    border-bottom: 1px solid #ffffff;
}
.info-table th {
    width: 25%;
    padding: 30px;
    line-height: 1.7;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    border-right: 1px solid #ffffff;
}
.info-table td {
    width: 75%;
    padding: 30px;
    line-height: 1.7;
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .info-table th,
    .info-table td {
        display: block;
        width: 100%;
    }
    .info-table th {
        background-color: #fef6e5;
        color: #f98053;
        padding: 10px;
        text-align: left;
        border-bottom: none;
        border-right: none;
    }
    .info-table td {
        padding: 20px;
    }
    .info-table tr {
        border-bottom: 0;
    }
}

.map-container {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.map-container .access-map {
    width: 100%;
    height: 400px;
}
@media (min-width: 992px) {
   .map-container .access-map {
        height: 600px;
    } 
}

/* フッター */
.footer-logo {
    display: block;
    margin: 0 auto;
    width: 70%;
}
@media (min-width: 992px) {
    .footer-logo {
        width: 350px;
    }
}

a.link-btn {
    color: #6c6b6b;
}

/* スマホフッターボタン */
.fkb-03 #sp-fixed-menu {
   position: fixed;
   width: 100%;
   max-width: 500px;
   bottom: -6px;
   left: 50%;
   font-size: 0;
   z-index: 99;
   /*border-top: 2px solid #fff;*/
   -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%, 0%);
}
@media (min-width: 992px) {
    .fkb-03 #sp-fixed-menu {
        display: none;
    }
}

.fkb-03 #sp-fixed-menu img {
    border: 3px solid #fff;
    border-radius: 10px;
    width: 98%;
}

.fkb-03 #sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

.fkb-03 #sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   font-size: 16px;
   font-weight: bold;
   /*border-right: 2px solid #fff;*/
}

.fkb-03 .link-btn1 {
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: ease .2s;
}

.pb-80-0 {
    padding-bottom: 80px;
}
@media (min-width: 992px) {
    .pb-80-0 {
        padding-bottom: 0px;
    }
}

/* トップへ戻るボタン */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 12px 16px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
@media (max-width: 992px) {
    .back-to-top {
        bottom: 12%;
        right: 10px;
    }
}

.back-to-top.visible {
  transform: translateY(0);
  opacity: 1;
}

.back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateY(-3px);
}

.back-to-top .arrow-icon {
  width: 20px;
  height: 20px;
  position: relative;
}

.back-to-top .arrow-icon:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid white;
  border-left: 3px solid white;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn_back {
    display: inline-block;
    background-color: #9c4d36;
    border: 4px solid #9c4d36;
    color: #fff;
    font-size: 24px;
    padding: 15px 30px;
    border-radius: 40px;
    width: 50%;
    max-width: 300px;
    position: relative;
}
.btn_back:before {
    content: '◀︎';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.btn_back:hover {
    color: #9c4d36;
    background-color: #fff;
}
.btnWr:hover .btn_back:before {
    color: #9c4d36;
}

.split-paymenttable {
    /*color: #375e82;*/
    width: 100%;
    border: 2px solid #555;
    font-weight: bold;
}
.split-paymenttable th,.split-paymenttable td {
    padding: 15px;
}

.split-paymenttable tr td:first-child {
    border-top: 1px solid #555;
}

.split-paymenttable tr:first-child td:first-child {
    border-top: 0;
}

.split-paymenttable th {
  background: #eee;
  border-right: 1px solid #375e82;
  text-align: center;
}
.split-paymenttable td {
  border-right: 1px solid #375e82;
}
.split-paymenttable td:first-child {
  background: #faf8d8;
}
@media (min-width: 768px) {
    .split-paymenttable tr td:first-child {
        width: 30%;
    }
    .split-paymenttable td:nth-child(2) {
        border-top: 1px solid #555;
    }
}

@media (min-width: 992px) {
    .split-paymenttable tr td:first-child {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
  .split-paymenttable .thead {
    display: none;
  }
  .split-paymenttable tr {
    width: 100%;
  }
  .split-paymenttable th {
    border-right: 0;
  }
  .split-paymenttable td {
    display: block;
    width: 100%;
    border-right: 0;
  }
  .split-paymenttable td:first-child {
    background: #faf8d8;
    font-weight: bold;
    text-align: center;
  }
  .split-paymenttable td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .split-paymenttable td:last-child {
    border-bottom: 0;
  }
}

.c-marker--stripe {
    padding: 0;
    background-image: repeating-linear-gradient(-35deg, rgba(255,246,127,1.0), rgba(255,246,127,1.0) 5px, transparent 5px, transparent 9px);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto .5em;
}

@media (min-width: 992px) {
    .mt-lg-20 {
        margin-top: 20px!important;
    }
    .mt-lg-40 {
        margin-top: 40px!important;
    }
    .pt-lg-3 {
        paddint-top: 30px!important;
    }
}

.staffsyugou {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media (min-width: 992px) {
    .mt-lg-50 {
        margin-top: 50px!important;
    }
}

.btn-mailform {
    display: block;
    background-color: #ff8053;
    border: 2px solid #ff8053;
    color: #fff;
    font-size: 20px;
    margin: 40px auto 0;
    padding: 15px 30px;
    border: 0;
    width: 30%;
}
.btn-mailform:hover {
    background-color: #fff;
    border: 2px solid #ff8053;
    color: #ff8053;
}