@charset "utf-8";
/* CSS Document */

.aozora_back{
    background-image: url("../images/aozora_back.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #ebf7ff;
}
@media only screen and (max-width: 768px) {
    .aozora_back{background-size: 200% auto;}
}

/* floating-banner */
.floating-banner{
    width: 100%;
    padding: 16px 0;
    background-color: #fff;
    box-shadow: 0 -16px 24px rgba(24, 9, 11, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.floating-banner.show {
    opacity: 1;
    visibility: visible;
}
.floating-banner-content,
.floating-banner-cta-group,
.floating-banner-cta-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floating-banner-cta-group{
    width: 60%;
}
.floating-banner-cta-item,
.floating-banner-cta-link-s{
    width: calc((100% - 8px) / 2);
}
.floating-banner-cta-link{
    display: block;
}
@media only screen and (max-width: 1280px) {
    .floating-banner-text{
        display: none;
    }
    .floating-banner-cta-group{
        width: 100%;
    }
}
@media only screen and (min-width: 769px) {
    .floating-banner-btn-line-sp{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .floating-banner{
        padding: 24px 0;
    }
    .floating-banner-cta-item{
        justify-content: flex-end;
    }
    .floating-banner-cta-item-l{
        width: 64%;
    }
    .floating-banner-cta-item-s{
        width: calc(36% - 16px);
    }
    .floating-banner-cta-link{
        width: 100%;
    }
    .floating-banner-btn-line-pc,
    .floating-banner-cta-link-s{
        display: none;
    }
    .floating-banner-btn-line-sp{
        position: relative;
        z-index: 999;
    }
    /* .floating-wrap{
        position: relative;
    }
    .floating-banner-photo{
        position: absolute;
        bottom: -32px;
        right: 0;
        width: 28%;
        height: auto;
    } */
}
@media only screen and (max-width: 475px) {
    .floating-banner{
        padding: 8px 0;
    }
}


/* cta */
.cta{background-color: var(--neutral-color-3);}
.cta_tilte,.cta_tilte_01,.cta_tilte_02{text-align: center;}
.cta_tilte,.cta_tilte_01{margin-bottom: 16px;}
.cta_tilte_02{margin-top: 32px;}
.cta_tilte_02 h1{line-height: 1.6;}
.cta_subtitle{width: 308px;height: auto;}
.cta_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(137, 69, 77, 0.1);
}
.cta_link {width: calc((100% - 16px) / 2);}
.cta_item_box {display: flex;gap: 16px;}
.cta_item {width: calc((100% - 16px) / 2);display: block;}
.cta_link img {width: 100%;height: auto;display: block;}
.cta_link_line{filter: drop-shadow(0 6px 0 rgba(31, 137, 78, 1));}
.cta_btn_tel{filter: drop-shadow(0 6px 0 rgba(153, 115, 10, 1));}
.cta_btn_mail{filter: drop-shadow(0 6px 0 rgba(100, 12, 47, 1));}
@media only screen and (max-width: 1024px) {
    .cta_inner{width: 100%;flex-direction: column;gap: 16px;}
    .cta_link {width: 100%;}
}
@media only screen and (max-width: 768px) {
    .cta_container {
        padding-left: calc((24 / 750) * 100vw);
        padding-right: calc((24 / 750) * 100vw);
    }
    .cta_tilte,
    .cta_tilte_01{
        margin-bottom: calc((32 / 750) * 100vw);
    }
    .cta_tilte_02{
        margin-top: calc((32 / 750) * 100vw);
    }
    .cta_subtitle{
        width: calc((480 / 750) * 100vw);
        margin-bottom: calc((24 / 750) * 100vw);
    }
    .cta_inner{
        padding: calc((24 / 750) * 100vw);
        padding-bottom: calc((24 / 750) * 100vw);
    }
}
.cta_tilte h1{font-size: 44px;}
.cta_tilte_01 h1{font-size: 44px;}
.cta_tilte_02 h1{font-size: 40px;}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .cta_tilte h1{
        font-size: calc(30px + (34 * ((100vw - 320px) / (448)))); 
        line-height: 1.2;
    }
    .cta_tilte_01 h1{
        font-size: calc(28px + (36 * ((100vw - 320px) / (448)))); 
    }
    .cta_tilte_02 h1{
        font-size: calc(24px + (36 * ((100vw - 320px) / (448)))); 
        line-height: 1.8;
    }
}


/* 伪元素，用于创建光束效果 */
.light-beam{
    cursor: pointer; /* 鼠标悬停样式为手型 */
	position: relative;
	overflow: hidden; /* 溢出内容隐藏，用于裁剪伪元素 */
}
.light-beam::before{
	content: ""; /* 伪元素内容为空 */
	position: absolute; /* 绝对定位，相对于包含块定位 */
	top: 50%; /* 伪元素垂直居中 */
	left: -100%; /* 初始位置在按钮左侧，使光束起始点在左侧 */
	z-index: 2;
	display: block;
	transform: translate(-50%, -50%) rotate(45deg); /* 位移和旋转，创建斜角效果 */
	width: 50%; /* 光束宽度 */
	height: 600%; /* 光束高度 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%); /* 线性渐变，创建光束效果  */
	opacity: 0; /* 初始不可见 */
	animation: lightBeam 2s ease-out infinite; /* 光束动画，1.5秒，渐出，无限循环 */
}
/* 光束动画关键帧 */
@keyframes lightBeam{
    0% {opacity: 0;left: -50%;}
    50% {opacity: 1;left: 100%;}
    100% {opacity: 0;left: 100%;}
}



/* 文字上方添加圆点 */
.text_with_dot {
    position: relative;
    display: inline-block;   
}
.char_with_dot {
    position: relative;
    display: inline-block;
}
.char_with_dot::before {
    content: '•';
    position: absolute;
    top: 0.3em; /* 调整这个值让圆点更接近文字 */
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.5em; /* 可以调整圆点的大小 */
    line-height: 0;
    color: var(--neutral-color-1);
}


/* worry */
.worry{
    padding: 0;
    position: relative;
}
.worry_02{
    padding-top: 200px;
    margin-top: -88px;
}
.worry_wrap_clip-path{
    padding-top: 64px;
    padding-bottom: 128px;
    position: relative;
    /* 使用 clip-path 创建矩形+三角形的形状 */
    clip-path: polygon(
        0 0,          /* 1. 左上角 */
        100% 0,      /* 2. 右上角 */
        100% 94%,    /* 3. 右边矩形底部 */
        calc(50% + 128px) 94%,  /* 4. 三角形右上角（可调整宽度） */
        50% 100%,    /* 5. 三角形底部中点 */
        calc(50% - 128px) 94%,  /* 6. 三角形左上角（可调整宽度） */
        0 94%        /* 7. 左边矩形底部 */
    );
    background-image: url("../images/worry_back_pc.webp");
    background-size: cover;
    background-position: center top;
    z-index: 98;
}
.worry_title h1{
    color: #fff;
}
.worry_icon{
    width: 168px;
    height: auto;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.worry_wrap{
    position: relative;
}
.worry_wrap_img{
    width: 228px;
    height: auto;
    position: absolute;
    bottom: -128px;
    left: 22%;
    z-index: 99;
}
.worry_item,
.worry_photo{
    width: 670px;
    margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
    .worry_wrap_img{
        left: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .worry_title h1 {font-size: calc(26px + (38 * ((100vw - 320px) / (448))));}
}
@media only screen and (max-width: 1024px) {
    .worry_wrap_clip-path{
        clip-path: polygon(
            0 0,  
            100% 0,
            100% 90%,
            50% 100%,
            0 90%
        );
    }
}
@media only screen and (min-width: 769px) {
    .worry_item_sp{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .worry_02{
        padding-top: calc((200 / 750) * 100vw);
        margin-top: calc((-88 / 750) * 100vw);
    }
    .worry_wrap_clip-path{
        padding-top: calc((128 / 750) * 100vw);
        padding-bottom: calc((240 / 750) * 100vw);
        background-image: url("../images/worry_back_sp.webp");
        clip-path: polygon(
            0 0,  
            100% 0,
            100% 90%,
            50% 100%,
            0 90%
        );
    }
    .worry_icon{
        width: calc((240 / 750 ) * 100vw);
        bottom: calc((-36 / 750) * 100vw);
    }
    .worry_wrap_img{
        width: calc((312 / 750 ) * 100vw);
        left: 0;
        bottom: calc((-188 / 750) * 100vw);
    }
    .worry_item_pc{
        display: none;
    }
    .worry_item,
    .worry_photo{
        width: calc((670 / 750 ) * 100vw);
    }
}


/* case */
.case_link{
    margin-bottom: 40px;
    padding: 0;
    background-color: transparent;
}
.case_item{
    align-items: flex-end;
    margin-bottom: 0;
    padding: 24px;
    background-color: #fffce7;
}
.case_title{
    width: calc((375 / 702 ) * 100%);
    height: auto;
    margin-left: -40px;
}
.case_subtitle{
    width: calc((346 / 702 ) * 100%);
    height: auto;
}
.case_text{
    padding: 24px;
    background-color: #fff;
}
@media only screen and (max-width: 1280px) {
    .case_item{
        flex-direction: row;
    }
    .case_title{
        margin-left: -32px;
    }
}
@media only screen and (max-width: 768px) {
    .case_link{
        margin-bottom: calc((80 / 750 ) * 100%);
    }
    .case_item{
        flex-direction: column;
        padding: calc((40 / 750 ) * 100%);
        background: linear-gradient(to bottom, transparent 30%, #fffce7 30%);
    }
    .case_title{
        width: calc(((64 / 750 ) * 100vw) + 100%);
        margin-bottom: calc((32 / 750 ) * 100%);
    }
    .case_subtitle{
        width: 100%;
    }
    .case_text{
        padding: calc((40 / 750 ) * 100%);
    }
}


/* loan-sharks */
.loan-sharks {
    padding-top: 128px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.loan-sharks_link_group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}
.loan-sharks_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--neutral-color-1);
    padding: 16px;
    transition: all 0.3s ease;
}
.loan-sharks_link:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.loan-sharks_link .item p {
    text-align: center;
    color: #fff;
}
.loan-sharks_title h1{
    color: #fff;
    line-height: 1.6
}
.loan-sharks_medium{
    font-size: 138%;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .loan-sharks {
        padding-top: calc(80px + (80 * ((100vw - 320px) / (448))));
    }
    .loan-sharks_title h1 {font-size: calc(20px + (28 * ((100vw - 320px) / (448))));}
}


/* 后面的浅黄色背景 */
.yellow-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -99;  /* 确保在黄色背景之上 */
}
.yellow-background::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: #FFF8DC;
    transform: skewY(5deg);
    transform-origin: top left;
}
/* 前面的红色背景 */
.red-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -98;  /* 确保在黄色背景之上 */
}
.red-background::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-image: url('../images/loan-sharks_back.webp'),
                     linear-gradient(to bottom, rgb(145, 0, 31), rgb(27, 0, 0));
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    transform: skewY(-5deg);
    transform-origin: top right;
}
@media (max-width: 768px) {
    .loan-sharks_link_group {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: calc((64 / 750) * 100vw);
    }
    .loan-sharks_link {
        padding: 12px;
    }
    .yellow-background::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        background: #FFF8DC;
        transform: skewY(10deg);
        transform-origin: top left;
    }
    .red-background::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        background-image: url('../images/loan-sharks_back.webp'),
                         linear-gradient(to bottom, rgb(145, 0, 31), rgb(27, 0, 0));
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        transform: skewY(-10deg);
        transform-origin: top right;
    }
}


/* review */
.review {
    background-image: url('../images/review_back_pc.webp'),
                     linear-gradient(to bottom, rgba(255, 244, 222, 1), rgba(255, 230, 178, 1));
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
    .review {
        background-image: url('../images/review_back_sp.webp'),
        linear-gradient(to bottom, rgba(255, 244, 222, 1), rgba(255, 230, 178, 1));
    }
}
.google{
    width: calc((670 / 750) * 100%);
    margin: 0 auto 24px;
}
.review_link_group {
    column-gap: 20px;
    margin: 0 auto;
    column-count: 1;
}
/* 769px-1280px 每行两个 */
@media (min-width: 769px) and (max-width: 1280px) {
    .review_link_group {
        column-count: 2;
    }
}

.review_link{
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 40px;
    break-inside: avoid;
}
.review_link:last-child{
    margin-bottom: 0;
}
.review_item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.review_icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
}
.review_icon,
.review_item h6{
    margin-right: 16px;
}
.star{
    height: 16px;
    width: auto;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .review_link{
        padding: calc(24px + (18 * ((100vw - 320px) / (448))));
    }
    .review_item h6{
        font-size: calc(16px + (8 * ((100vw - 320px) / (768 - 320))));
    }
}


/* 显示/隐藏相关样式 */
.hidden {
    display: none;
}
.show-more-container {
    width: 240px;
    margin: 0 auto;
    text-align: center;
    margin-top: 32px;
}
.show-more-btn {
    width: 100%;
    background-color: var(--accent-color-1);
    color: white;
    border: none;
    padding: 12px 32px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}
.show-more-btn:hover {
    background-color: var(--accent-color-2);
    box-shadow: 0 8px 24px rgba(128, 121, 111, 0.6);
    transform: translateY(-2px);
}


/* check */
.check{
    padding-bottom: 128px;
    text-align: center;
    background-color: var(--accent-color-1);
    /* 使用 clip-path 创建矩形+三角形的形状 */
    clip-path: polygon(
        0 0,          /* 1. 左上角 */
        100% 0,      /* 2. 右上角 */
        100% 97%,    /* 3. 右边矩形底部 */
        calc(50% + 128px) 97%,  /* 4. 三角形右上角（可调整宽度） */
        50% 100%,    /* 5. 三角形底部中点 */
        calc(50% - 128px) 97%,  /* 6. 三角形左上角（可调整宽度） */
        0 97%        /* 7. 左边矩形底部 */
    );
}

.check p{text-align: left;}
.check_summary{text-align: center;}
.check_title,
.check_subtitle,
.check_summary{color: #fff;}
.check_subtitle{
    background-color: var(--primary-color-1);
    padding: 16px 0;
}
.check_text_emphasis{margin-bottom: 16px;}
.check_summary h1{margin-bottom: 24px;}
.check_summary h6{line-height: 2;}
.check_inner{margin-bottom: 40px;}
.check_link{border: 4px solid var(--accent-color-3);}
.check_img{
    max-width: 470px;
    text-align: center;
    margin: 0 auto;
}
.check_img{
    margin-bottom: 16px;
}
.check_item_group{
    background-color: var(--neutral-color-3);
    padding: 16px;
}
.check_item{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.check_item:last-child{margin-bottom: 0;}
.check_icon{
    width: 16px;
    height: auto;
    margin-right: 8px;
}
@media only screen and (min-width: 769px) {
    .check::after {
        bottom: 5%;
    }
    .check_summary .medium{font-size: 100%;}
}
@media only screen and (max-width: 768px) {
    .check_icon{width: 26px;margin-right: 16px;}
    .check_summary h6{text-align: left;}
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
    .check_title h1,
    .check_summary h1{
        font-size: calc(36px + (28 * ((100vw - 375px) / (393))));
    }
    .check_inner{
        margin-bottom: calc(24px + (16 * ((100vw - 375px) / (393))));
    }
    .check_link,
    .check_item_group{
        padding: calc(8px + (8 * ((100vw - 375px) / (393))));
    }
    .check_item{
        margin-bottom: calc(8px + (8 * ((100vw - 375px) / (393))));
    }
    .check_item:last-child{margin-bottom: 0;}
}
@media only screen and (max-width: 375px) {
    .check_title h1,
    .check_summary h1{
        font-size: 32px !important;
    }
    .check_link,
    .check_item_group{padding: 8px;}
    .check_item{margin-bottom: 8px;}
    .check_item:last-child{margin-bottom: 0;}
}


/* pick */
.pick{
    margin-top: -80px;
    padding-top: 128px;
}
.pick .stacked-image-text{
    margin-bottom: 0;
    padding: 0 16px !important;
    background-color: transparent;
}
@media only screen and (min-width: 1281px) {
    .pick{
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1280px) {
    .pick_photo{
        max-width: 470px;
        margin: 0 auto;
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 768px) {
    .check{
        padding-bottom: calc((200 / 750 ) * 100vw);
        clip-path: polygon(
            0 0,          /* 1. 左上角 */
            100% 0,      /* 2. 右上角 */
            100% 98%,    /* 3. 右边矩形底部 */
            calc(50% + 80px) 98%,  /* 4. 三角形右上角（可调整宽度） */
            50% 100%,    /* 5. 三角形底部中点 */
            calc(50% - 80px) 98%,  /* 6. 三角形左上角（可调整宽度） */
            0 98%        /* 7. 左边矩形底部 */
        );
    }
    .pick{
        margin-top: calc((-160 / 750 ) * 100vw);
        padding-top: calc((240 / 750 ) * 100vw);
    }
    .pick_photo{
        max-width: 100%;
    }
}


/* reason */
.reason{
    background-color: var(--accent-color-1);
}
.reason .title,
.reason .subtitle{
    color: #fff;
}
.reason .title_line{
    background-color: #fff;
}
.reason .title{
    margin-bottom: 96px;
}


.line{
    width: 100%;
    height: 1px;
    margin: 24px auto;
    background-color: var(--neutral-color-2);
}

.reason_link{
    margin-bottom: 96px;
    padding: 40px;
    position: relative;
}
.reason_link:last-child{margin-bottom: 0;}
.reason_title,
.reason_title_02{
    width: auto;
    height: 136px;
    position: absolute;
    top: -56px;
}
.reason_title{
    left: -24px;
}
.reason_title_02{
    right: -24px;
}
@media only screen and (min-width: 1281px) {
    .line{
        display: none;
    }
}
@media only screen and (max-width: 1280px) {
    .reason .title{
        margin-bottom: 128px;
    }
    .reason_link{
        margin-bottom: 128px;
        /* padding: 80px; */
    }
    .reason_photo{
        width: 100%;
    }
    .reason_link:last-child{margin-bottom: 0;}
    .reason_title,
    .reason_title_02{
        height: 144px;
        top: -80px;
    }
}
@media only screen and (max-width: 768px) {
    .reason .title{
        margin-bottom: calc((160 / 750 ) * 100vw);
    }
    .line{
        margin-top: calc((40 / 750 ) * 100vw);
        margin-bottom: calc((40 / 750 ) * 100vw);
    }
    .reason_link{
        margin-bottom: calc((160 / 750 ) * 100vw);
        padding: calc((40 / 750 ) * 100vw);
    }
    .reason_link:last-child{margin-bottom: 0;}
    .reason_title,
    .reason_title_02{
        height: calc((216 / 750 ) * 100vw);
        top: calc((-80 / 750 ) * 100vw);
    }
    .reason_title{
        left: -12px;
    }
    .reason_title_02{
        right: -12px;
    }
}


/* profile */
.profile_link{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    background-color: transparent;
}
.profile_photo{
    width: 232px;
    height: auto;
    margin-right: 24px;
}
.profile_name,
.profile_career{
    margin-bottom: 24px;
}
.profile_text li{
    margin-bottom: 16px;
    line-height: 1.6;
}
.profile_text li:last-child{
    margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
    .profile_link{
        justify-content: center;
        flex-direction: row;
        flex: 0 1 calc(50% - 12px);
    }
}
@media only screen and (max-width: 768px) {
    .profile_link{
        align-items: center;
        flex-direction: column;
    }
    .profile_photo{
        margin-right: 0;
        margin-bottom: 24px;
    }
}


/* access */
table{
    width: 100%;
    border-collapse: collapse; /* 设置边框合并为折叠 */
}
/* thead {
    background-color: #00a0b0;
    color: #fff;
}
tbody tr:nth-child(odd) {
    background-color: #e0f4f1;
}
tbody tr:nth-child(even) {
    background-color: #f4ffdf;
}
th{
    color: #fff !important;
} */
th, td {
    text-align: center;
    vertical-align: middle;
    padding: 16px;
    border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
    th, td {
        padding: calc((32 / 750 ) * 100vw);
    }
}
td{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background-color: var(--primary-color-1);
}
td:last-child{
    color: var(--neutral-color-1);
    background-color: #fff;
    text-align: left;
}
iframe{
    width: 100%;
    height: 320px;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    iframe{
        margin-top: calc((64 / 750 ) * 100vw);
        height: max(calc((400 / 750) * 100vw), 160px);
    }
}


/* expense */
.expense_tilte,
.expense_text,
.expense td{
    text-align: center;
}

.expense_tilte{
    margin-bottom: 56px;
}
.expense td{
    font-size: 18px;
    line-height: 32px;
}
.expense_text{
    line-height: 1.8;
    margin-bottom: 40px;
}
.expense_td_01{
    font-weight: 600 !important;
    color: var(--accent-color-1) !important;
}
.expense_td_03{
    font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
    .expense_text{
        margin-bottom: calc((80 / 750 ) * 100vw);
    }
    .expense td{
        font-size: max(calc((28 / 750) * 100vw), 16px);
        line-height: max(calc((28 * 1.5 / 750) * 100vw), 28px);
    }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .expense_tilte h1{font-size: calc(28px + (40 * ((100vw - 320px) / (768 - 320))));}
    .expense_text {font-size: calc(15px + (22 * ((100vw - 320px) / (768 - 320))));}
}

/* step */
.step_link_box{
    filter: drop-shadow(0 4px 0 rgba(197, 0, 78, 1));
    margin-bottom: -12px;
    position: relative;
}
.step_link_box_01{z-index: 99;}
.step_link_box_02{z-index: 98;}
.step_link_box_03{z-index: 97;}
.step_link_box_04{z-index: 96;}
.step_link {
    padding: 32px;
    padding-bottom: 64px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    clip-path: polygon(
        0 0,          
        100% 0,      
        100% 88%,    
        calc(50% + 64px) 88%,  
        50% 100%,    
        calc(50% - 64px) 88%,  
        0 88%        
    );
    position: relative;
}
.step_link:last-child{
    margin-bottom: 0;
}
.step_link_01{
    background-image: url("../images/step_photo_01_pc.webp");
}
.step_link_02{
    background-image: url("../images/step_photo_02_pc.webp");
}
.step_link_03{
    background-image: url("../images/step_photo_03_pc.webp");
}
.step_link_04{
    background-image: url("../images/step_photo_04_pc.webp");
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.step_icon{
    width: auto;
    height: 24px;
    margin-left: 8px;
    margin-bottom: 8px;
}
.step_title{
    margin-bottom: 16px;
    color: var(--accent-color-1);
}
@media screen and (min-width: 769px) {
    .step_text{
        width: calc((468 / 718) * 100%);
    }
}
@media screen and (max-width: 768px){
    .step_link_box{
        filter: drop-shadow(0 8px 0 rgba(197, 0, 78, 1));
        margin-bottom: -8px;
    }
    .step_link{
        padding: 16px;
        padding-top: calc((64 / 750) * 100vw);
        padding-bottom: calc((128 / 750) * 100vw);
        background-position: top right;
        background-size: 100% auto;
        clip-path: polygon(
            0 0,          
            100% 0,      
            100% 88%,    
            100% 88%,  
            50% 100%,    
            0 88%,  
            0 88%        
        );
    }
    .step_link_01{
        background-image: url("../images/step_photo_01_sp.webp");
    }
    .step_link_02{
        background-image: url("../images/step_photo_02_sp.webp");
    }
    .step_link_03{
        background-image: url("../images/step_photo_03_sp.webp");
    }
    .step_link_04{
        background-image: url("../images/step_photo_04_sp.webp");
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        padding-bottom: calc((64 / 750) * 100vw);
    }
    .step_title{
        margin-bottom: calc((24 / 750) * 100vw);
    }
}    
@media screen and (max-width: 768px) and (min-width: 376px) {
    .step_icon{
        height: 44px;
        height: calc((44 / 750) * 100vw);
    }
}






/* faq */
.faq_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 8px;
}
.faq_icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    background-color: #424242;
}
.faq_question {
    position: relative;
    background: var(--accent-color-1);
    color: #fff;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}
.faq_question:hover {
    background-color: var(--accent-color-2);
}
.faq_question:after {
    content: '+';
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
}
.faq_question.open:after {
    content: '-';
    font-size: 24px; 
}
.faq_answer {
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease, padding 0.5s ease;
    margin-bottom: 8px;
}
.faq_answer.open {
    margin-bottom: 24px;
}
.faq_question_text{
    font-weight: 600;
    width: 100%;
    margin-left: 32px;
    padding: 10px 16px;
}
.faq_answer_text{
    padding: 20px 0;
}
@media only screen and (max-width: 768px) {
    .faq_question_text {
        margin-left: max(calc((40 / 750) * 100vw), 40px);
        padding: calc((21 / 750 ) * 100vw);
    }
    .faq_answer_text{
        padding-top: calc((28 / 750 ) * 100vw);
        padding-bottom: calc((28 / 750 ) * 100vw);
    }
    .faq_answer.open {
        margin-bottom: calc((48 / 750 ) * 100vw);
    }
}


/* form */
.form_group {
    margin-bottom: 12px;
}
label {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
    color: var(--primary-color-1);
}
select, 
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
textarea {
    min-height: 100px;
    resize: vertical;
}
.input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}
.input-group input {
    flex: 1;
}
.birth-group input,
.phone-group input {
    width: calc((100% - 16px) / 3px);
}
.submit_btnBox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit-btn {
    cursor: pointer;
    width: 510px;
    margin: 0 auto;
    padding: 24px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: var(--accent-color-1);
    transition: transform 0.5s ease;
    box-shadow: 0 4px 0 rgba(100, 12, 47, 1);
}
.submit-btn:hover {
    transform: translateY(8px);
    background-color: var(--accent-color-2);
    box-shadow: none;
}
@media screen and (max-width: 1200px) {
    .submit-btn {
        width: calc((510 / 670 ) * 100%);
    }
}

.form_item_title{
    width: 100%;
    margin-bottom: 32px;
    padding: 12px 24px;
    text-align: center;
    background-color: var(--primary-color-1) !important;
    color: #fff;
}
.form_item_title_02{
    margin-top: 40px;
}
.form_item_subtitle{
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
}
.form_text{
    width: 100%;
    margin: 40px auto;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .form_item_title{
        margin-bottom: calc((48 / 750 ) * 100vw);
        font-size: max(calc((32 / 750) * 100vw), 18px);
        line-height: max(calc((40 * 1.5 / 750) * 100vw), 32px);
    }
    .form_item_title_02{
        margin-top: calc((80 / 750 ) * 100vw);
    }
    .form_item_subtitle{
        margin-bottom: calc((48 / 750 ) * 100vw);
        font-size: max(calc((26 / 750) * 100vw), 16px);
        line-height: max(calc((26 * 1.5 / 750) * 100vw), 28px);
    }
    .submit-btn {
        font-size: max(calc((26 / 750) * 100vw), 16px);
        line-height: max(calc((26 * 1.5 / 750) * 100vw), 28px);
    }
}
@media only screen and (max-width: 425px) {
    .form_item_title{
        font-size: max(calc((26 / 750) * 100vw), 16px);
        line-height: max(calc((26 * 1.5 / 750) * 100vw), 28px);
    }
    .form_item_subtitle{
        font-size: max(calc((24 / 750) * 100vw), 14px);
        line-height: max(calc((28 * 1.5 / 750) * 100vw), 24px);
    }
}
@media only screen and (max-width: 375px) {
    .form_text{
        font-size: max(calc((20 / 750) * 100vw), 12px);
        line-height: max(calc((24 * 1.5 / 750) * 100vw), 20px);
    }
}