/*--------------------------------
共通スタイル
--------------------------------*/
:root{
    --color-red: #c11e1f;
    --color-brown: #a27d22;
    --color-green: #2e5c29;
    --color-ivory: #f4f6f5;
}

/* html {
    scroll-margin-top: -100px;
    scroll-behavior: auto;
} */
:target{
    scroll-behavior: smooth !important;
    scroll-margin-top:0 !important;
}
body{
    position: relative;
}
body::before{
    content: "";
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    margin: -1px;
}

h3{
    margin-bottom: 0;
    padding-bottom: 0;
}

h3::after,h2::after{
    content: none;
}

.text-gra{
    background: linear-gradient(0deg, #dd9026 0%, #967f1f 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.pc-none{
    display: none;
}

.inbl{
    display: inline-block;
}

.text-block{
    display: block;
}

.text-yellow{
    color: #dcef84;
}

.text-red{
    color: var(--color-red);
}

.section{
    padding-top: 130px;
    padding-bottom: 120px;
}

.section-title {
    font-family: var(--mincho);
    font-size: 45px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 0.05em;
}

.section-title.--white{
    color: #fff;
}

@media screen and (max-width: 1194px){
    .section{
        padding-top: max(80px, 10.8vw);
        padding-bottom: max(80px, 1vw);
    }
}

@media screen and (max-width: 1023px){
    .section-title {
        font-size: 4.39vw;
    }
}

@media screen and (max-width: 767px){
    .pc-none{
        display: block;
    }

    .section-title {
        font-size: max(26px, 5vw);
    }
}


@media screen and (max-width: 599px){
    .section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/*--------------------------------
cv-area
--------------------------------*/
.cv-area{
    padding-top: 50px;
}

.cv-area-title{
    font-family: var(--mincho);
    margin-bottom: 5px
}

/*--------------------------------
FV
--------------------------------*/
.fv{
    font-family: var(--mincho);
    aspect-ratio: 1980/700;
    background-image: url(../images/houjin/fv-bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.webp .fv{
    background-image: url(../images/houjin/fv-bg_pc.jpg.webp);
}

.fv__text{
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fv__text-top {
    background: linear-gradient(90deg, #b93d46 0%, #88301e 100%);
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.05em;
    width: fit-content;
    margin-inline: auto;
    padding: 0.25em 1.8em 0.3em;
    clip-path: polygon(0.9em 0%, 100% 0%, calc(100% - 0.9em) 100%, 0% 100%);
}

.fv__text-main {
    font-size: 66px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 0.45em;
    line-height: 1.4;
}

.fv__text-main-top{
    display: block;
}

.fv__text-main-top .text-splits span{
    position: relative;
}

.fv__text-main-top .text-splits span::before{
    content: "";
    display: block;
    background-color: #a28221;
    width: 8px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fv__text-main-top .--large{
    font-size: 1.25em;
    font-weight: 800;
}

.fv__text-main-bottom{
    display: block;
}

.fv__bottom{
    font-family: var(--mincho);
    aspect-ratio: 1980/250;
    background-image: url(../images/houjin/fv-bottom_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.webp .fv__bottom{
    background-image: url(../images/houjin/fv-bottom_pc.jpg.webp);
}

.fv__bottom-text{
    color: #fff;
    font-family: var(--mincho);
    font-size: 1.515vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fv__bottom-text .sp-block{
    display: none;
}

@media screen and (min-width: 1981px){
    .fv {
        height: 700px;
        aspect-ratio: auto;
        background-position: center;
    }
}

@media screen and (max-width: 1799px){
    .fv__text-top {
        font-size: 1.9vw;
    }

    .fv__text-main {
        font-size: 3.7vw;
    }
}

@media screen and (max-width: 1194px){
    .fv {
        background-size: 115%;
        background-position: center;
    }

    .fv__text-top {
        font-size: 2.1vw;
    }

    .fv__text-main {
        font-size: 4.1vw;
    }
}

@media screen and (max-width: 767px){
    .fv {
        aspect-ratio: 1242/1461;
        background-image: url(../images/houjin/fv-bg_sp.jpg);
        background-size: cover;
    }

    .webp .fv {
        background-image: url(../images/houjin/fv-bg_sp.jpg.webp);
    }

    .fv__text-top {
        font-size: 4.2vw;
        padding: 0.25em 3em 0.3em;
        clip-path: polygon(0.7em 0%, 100% 0%, calc(100% - 0.7em) 100%, 0% 100%);
    }

    .fv__text-main {
        font-size: 7.7vw;
        margin-top: 0.4em;
    }

    .fv__text-main-top {
        padding-right: 0.3em;
    }

    .fv__text-main-top .text-splits{
        position: relative;
    }

    .fv__text-main-bottom {
        margin-top: 0.2em;
        text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 20px #fff;
    }

    .fv__text-main-top .text-splits span::before {
        width: 0.8vw;
        top: 0.05em;
        filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
    }

    .fv__text-main-top .text-splits::before{
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        color: transparent;
        text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 20px #fff;
        z-index: -1;
    }

    .fv__bottom{
        aspect-ratio: auto;
        background-image: url(../images/houjin/fv-bottom_sp.jpg);
    }

    .webp .fv__bottom{
        background-image: url(../images/houjin/fv-bottom_sp.jpg.webp);
    }

    .fv__bottom-text{
        font-size: 4.5vw;
        padding-block: 1.5em;
        position: static;
        transform: none;
    }
}

@media screen and (max-width: 499px){
    .fv__bottom-text {
        font-size: 5.5vw;
        padding-block: 1em;
    }

    .fv__bottom-text .sp-block{
        display: block;
    }
}

/*--------------------------------
worries
--------------------------------*/
.worries{
    font-family: var(--mincho);
    background-image: url(../images/houjin/worries-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 120px;
    padding-bottom: 160px;
    letter-spacing: 0.05em;
}

.webp .worries{
    background-image: url(../images/houjin/worries-bg.jpg.webp);
}

.worries__title{
    line-height: 1.5;
}

.worries__title-top{
    display: block;
    font-size: 0.8em;
}

.worries__item-wrap{
    background-color: #fff;
    padding: 65px 50px;
    max-width: 900px;;
    margin-inline: auto;
    margin-top: 60px;
    position: relative;
}

.worries__item-wrap::before{
    content: "";
    display: block;
    background-color: #362c2c;
    width: 139px;
    aspect-ratio: 139/55;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -110px;
}

.worries__items{
    max-width: 700px;
    margin-inline: auto;
}

.worries__items > *+*{
    margin-top: 1em;
}

.worries__item{
    font-size: 24px;
    font-weight: 600;
    padding-left: 2.2em;
    position: relative;
}

.worries__item::before{
    content: "";
    display: block;
    background-image: url(../images/houjin/icon-chack.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.166em;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0.2em;
    top: 0.2lh;
}

.webp .worries__item::before{
    background-image: url(../images/houjin/icon-chack.png.webp);
}

@media screen and (max-width: 1194px){
    .worries {
        padding-top: max(80px, 10vw);
        padding-bottom: max(100px, 13.4vw);
    }
}

@media screen and (max-width: 1023px){
    .worries__item {
        font-size: 22px;
    }

    .worries__item-wrap::before {
        width: max(80px, 13.67vw);
        bottom: -10.7vw;
    }
}

@media screen and (max-width: 767px){
    .worries__item-wrap {
        padding: 50px 5vw;
        margin-top: 50px;
    }

    .worries__item {
        font-size: 20px;
    }
}

@media screen and (max-width: 599px){
    .worries {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .worries__item-wrap {
        padding: 30px 5vw;
        margin-top: 40px;
    }

    .worries__item {
        font-size: 18px;
    }
}

@media screen and (max-width: 499px){
    .worries__item {
        font-size: 16px;
    }

    .worries__item-wrap::before {
        bottom: -55px;
    }
}

/*--------------------------------
suggestion
--------------------------------*/
.suggestion{
    background: linear-gradient(90deg, #9a1a23 0%, #661f11 100%);
    padding-top: 35px;
    padding-bottom: 40px;
    letter-spacing: 0.08em;
}

.suggestion__text{
    color: #fff;
}

.suggestion__text-top{
    font-size: 0.8em;
}

.suggestion__text-bottom {
    margin-top: 0.5em;
    line-height: 1.35;
}

/*--------------------------------
link-area
--------------------------------*/
.link-area{
    background-color: var(--color-ivory);
    padding-block: 128px;
}

.link-area__items{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.link-area__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 20px rgb(42 41 41 / 20%));
    aspect-ratio: 490/250;
    border-radius: 16px;
    color: #fff;
    font-family: var(--mincho);
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    padding: 1em;
    position: relative;
}

.link-area__item::before{
    content: "";
    display: block;
    background-image: url(../images/houjin/icon-arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.9em;
    aspect-ratio: 25/20;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.webp .link-area__item::before{
    background-image: url(../images/houjin/icon-arrow-down.png.webp);
}

.link-area__item:nth-of-type(1){
    background-image: url(../images/houjin/page-link-bankruptcy.jpg);
}

.webp .link-area__item:nth-of-type(1){
    background-image: url(../images/houjin/page-link-bankruptcy.jpg.webp);
}

.link-area__item:nth-of-type(2){
    background-image: url(../images/houjin/page-link-reproduction.jpg);
}

.webp .link-area__item:nth-of-type(2){
    background-image: url(../images/houjin/page-link-reproduction.jpg.webp);
}

@media screen and (max-width: 1194px){
    .link-area{
        padding-block: max(80px, 10.7vw);
    }

    .link-area__item{
        font-size: max(20px, 2.35vw);
    }
}

@media screen and (max-width: 1023px){
    .link-area__item::before {
        bottom: 15px;
    }
}

@media screen and (max-width: 767px){
    .link-area__items {
        max-width: 500px;
        margin-inline: auto;
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .link-area__item {
        font-size: clamp(20px, 4vw, 24px);
    }
}

@media screen and (max-width: 599px){
    .link-area{
        padding-block: 50px;
    }
}

/*--------------------------------
ページ内リンク調整
--------------------------------*/
/* bankruptcy/reproduction */
/* .bankruptcy{

}

.reproduction{

}

.manager .section-title{

} */


/*--------------------------------
manager
--------------------------------*/
.manager {
    background-color: #f0efe6;
    overflow: hidden;
    padding-bottom: 140px;
}
.manager__about {
    background-color: #fff;
    margin-top: 50px;
    padding: 40px;
    text-align: justify;
}

.manager__about-title {
    color: #fff;
    font-family: var(--mincho);
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 0;
    padding: 0.45em 1em 0.6em 1em;
}

.bankruptcy .manager__about-title {
    background-color: var(--color-brown);
}

.reproduction .manager__about-title {
    background-color: var(--color-green);
}

.manager__about-text {
    margin-top: 1.8em;
}

.manager__about-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.66;
    letter-spacing: 0;
}

.manager__about-text .text-red {
    font-weight: 600;
}

.manager__evaluation {
    margin-top: 130px;
}

.manager__evaluation > *+*{
    margin-top: 140px;
}

.manager__item {
    padding-top: 40px;
    position: relative;
    z-index: 0;
}

.manager__item-body {
    background-color: #fff;
    border-radius: 20px;
    width: calc(837px + calc((100vw - 1000px) / 2));
    filter: drop-shadow(0 0 15px rgb(42 41 41 / 19%));
}

.manager__item:nth-of-type(odd) .manager__item-body {
    margin-left: calc(50% - 50vw);
}

.manager__item:nth-of-type(even) .manager__item-body {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
}

.manager__item-text{
    width: 840px;
    padding: 30px 40px;
}

.manager__item:nth-of-type(odd) .manager__item-text{
    margin-left: auto;
}

.manager__item:nth-of-type(even) .manager__item-text{
    margin-right: auto;
}

.manager__item-title {
    font-family: var(--mincho);
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 0.5em;
    text-align: left;
}

.bankruptcy .manager__item-title {
    border-bottom: 3px solid var(--color-brown);
    color: var(--color-brown);
}

.reproduction .manager__item-title {
    border-bottom: 3px solid var(--color-green);
    color: var(--color-green);
}

.manager__evaluation-items {
    margin-top: 30px;
}

.manager__evaluation-item span.br {
	display: block;
	margin-left: 1em;
}

.manager__evaluation-item {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.66;
    letter-spacing: 0;
    text-indent: -1em;
    padding-left: 1em;
}

.manager__evaluation-item::before {
    content: "・";
}

.manager__evaluation-img {
    width: calc(440px + calc((100vw - 1000px) / 2));
    position: absolute;
    top: 0;
    z-index: -1;
}

.manager__item:nth-of-type(odd) .manager__evaluation-img {
    margin-right: calc(50% - 50vw);
    right: 0;
}

.manager__item:nth-of-type(odd) .manager__evaluation-img img {
    object-position: left;
}

.manager__item:nth-of-type(even) .manager__evaluation-img {
    margin-left: calc(50% - 50vw);
    left: 0;
}

.manager__item:nth-of-type(even) .manager__evaluation-img img {
    object-position: right;
}

@media screen and (max-width: 1979px){
    .manager__evaluation-img img{
        height: 300px;
        object-fit: cover;
    }
}

@media screen and (max-width: 1499px){
    .manager__evaluation {
        margin-top: 100px;
    }

    .manager__evaluation > *+* {
        margin-top: 110px;
    }

    .manager__item {
        padding-top: 100px;
    }

    .manager__evaluation-img{
        width: 690px;
    }
}

@media screen and (max-width: 1194px){
    .manager {
        padding-bottom: max(80px, 11.7vw);
    }
}

@media screen and (max-width: 1023px){
    .manager__about-title {
        font-size: 26px;
    }

    .manager__about {
        padding: 35px;
    }

    .manager__item {
        padding-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .manager__evaluation-img {
        position: static;
        width: 100%;
    }

    .manager__item:nth-of-type(even) .manager__evaluation-img {
        margin-left: auto;
    }

    .manager__item:nth-of-type(odd) .manager__item-body {
        margin-left: auto;
    }

    .manager__item-body {
        width: 90%;
        margin-inline: auto;
        margin-top: -100px;
    }

    .manager__item:nth-of-type(even) .manager__item-body {
        margin-right: auto;
    }

    .manager__item-text {
        width: 100%;
    }

    .manager__evaluation-img img {
        object-position: center !important;
        height: auto;
    }

    .manager__item-title {
        font-size: 26px;
    }

    .manager__evaluation {
        margin-top: 80px;
    }

    .manager__evaluation > *+* {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px){
    .manager__about {
        padding: 30px 5vw;
        margin-top: 40px;
    }

    .manager__about-title {
        font-size: 22px;
        padding: 0.45em 1em 0.5em 1em;
    }

    .manager__about-text p {
        font-size: 16px;
        line-height: 1.8;
    }

    .manager__item-body {
        margin-top: -50px;
        width: 95%;
    }

    .manager__item-title {
        font-size: 24px;
    }

    .manager__item-text {
        padding: 30px 5vw;
    }

    .manager__evaluation-item {
        font-size: 16px;
        line-height: 1.8;
    }

    .manager__evaluation {
        margin-top: 60px;
    }

    .manager__evaluation > *+* {
        margin-top: 60px;
    }
}

@media screen and (max-width: 599px){
    .manager {
        padding-bottom: 60px;
    }

    .manager__item-body {
        margin-top: 0;
        width: 100%;
        border-radius: 0;
    }

    .manager__item-title {
        font-size: 20px;
    }

    .manager__evaluation-items {
        margin-top: 20px;
    }
}

/*--------------------------------
manager__merit
--------------------------------*/
.manager__merit{
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 85px;
    padding-bottom: 110px;
}

.bankruptcy .manager__merit{
    background-image: url(../images/houjin/bankruptcy-merit-bg.jpg);
    background-position: right;
}

.webp .bankruptcy .manager__merit{
    background-image: url(../images/houjin/bankruptcy-merit-bg.jpg.webp);
}

.reproduction .manager__merit{
    background-image: url(../images/houjin/reproduction-merit-bg.jpg);
}

.webp .reproduction .manager__merit{
    background-image: url(../images/houjin/reproduction-merit-bg.jpg.webp);
}

.manager__merit-text{
    background-color: #fff;
    margin-top: 85px;
    padding: 32px 75px;
}

.manager__merit-text p{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.66;
    text-align: justify;
}

@media screen and (max-width: 1194px){
    .manager__merit {
        padding-top: max(50px, 6.1vw);
        padding-bottom: max(60px, 9.2vw);
    }

    .manager__merit-text {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1023px){
    .manager__merit-text {
        margin-top: 60px;
        padding: 32px 75px;
        padding-inline: 50px;
    }
}

@media screen and (max-width: 767px){
    .manager__merit-text {
        margin-top: 40px;
        padding-inline: 5vw;
    }

    .manager__merit-text p {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 599px){
    .manager__merit {
        padding-top: 40px;
        padding-bottom: 50px
    }
}

/*--------------------------------
manager__reason
--------------------------------*/
.manager__reason{
    background-color: var(--color-ivory);
    padding-bottom: 140px;
}

.manager__reason-items {
    margin-top: 55px;
}

.manager__reason-items > *+* {
    margin-top: 60px;
}

.manager__reason-item {
    display: flex;
    background-color: #fff;
}

.manager__reason-item:nth-of-type(even) {
    flex-direction: row-reverse ;
}

.manager__reason-item-body {
    flex: 1;
    padding: 45px 46px 45px 50px;
}

.manager__reason-item-title {
    font-family: var(--mincho);
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: left;
    padding-left: 0.8em;
    position: relative;
}

.manager__reason-item-title::before {
    content: "";
    display: block;
    width: 3px;
    height: 1em;
    position: absolute;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
}

.bankruptcy .manager__reason-item-title::before {
    background-color: var(--color-brown);
}

.reproduction .manager__reason-item-title::before {
    background-color: var(--color-green);
}

.manager__reason-item-text {
    margin-top: 1.4em;
}

.manager__reason-item:first-of-type .manager__reason-item-text >*+* {
    margin-top: 1.6em;
}

.manager__reason-item-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.66;
    letter-spacing: 0;
    text-align: justify;
}

.manager__reason-item-text .text-red {
    font-weight: 600;
}

.manager__reason-item-img {
    flex-basis: 31.5%;
}

.manager__reason-item-img img {
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1194px){
    .manager__reason {
        padding-bottom: max(80px, 11.7vw);
    }
}

@media screen and (max-width: 1023px){
    .manager__reason-item-title {
        font-size: max(24px, 2.93vw);
    }
}

@media screen and (max-width: 767px){
    .manager__reason-items {
        margin-top: 40px;
    }

    .manager__reason-items > *+* {
        margin-top: 50px;
    }

    .manager__reason-item,
    .manager__reason-item:nth-of-type(even) {
        flex-direction: column-reverse;
    }

    .manager__reason-item-body {
        padding: 40px 5vw;
    }

    .manager__reason-item-text p {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 599px){
    .manager__reason {
        padding-bottom: 60px;
    }

    .manager__reason-items > *+* {
        margin-top: 40px;
    }

    .manager__reason-item-body {
        padding-block: 30px;
    }

    .manager__reason-item-title {
        font-size: 22px;
    }

    .manager__reason-item-text {
        margin-top: 1.2em;
    }

    .manager__reason-item:first-of-type .manager__reason-item-text >*+* {
        margin-top: 0.8em;
    }
}

@media screen and (max-width: 499px){
    .manager__reason-item-title {
        font-size: 20px;
    }
}