/********************************

	FV見出し

********************************/
.edit {
color: black;
}

.fv {
    background: linear-gradient(90deg,var(--main0), var(--main100));
    height: 420px;
}

.fv-box {
    background-image: url(fv.jpg);
    background-repeat: no-repeat;
    height: 450px;
    max-width: 340px;
    position: relative;
    margin: auto;
}

.text p {
    font-family: "Sawarabi Mincho", serif;
    text-shadow:2px 2px 5px black;
}

.company {
    color: white;
    font-size: 18px;
    position: absolute;
    margin: 0;
}

.com1 {
    top: 110px;
    right: 15px;
}

.com2 {
    bottom: 95px;
    left: 10px;
}

.name {
    font-size: 52px;
    color: white;
    position: absolute;
    margin: 0;
}

.nam1 {
    position: absolute;
    top: 130px;
    right: 10px;
}

.nam2 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    margin: 0;
}

.batu {
    color: white;
    font-size: 150px;
    position: absolute;
    top: 111px;
    left: -30px;
    margin: 0;
}

@media(min-width:600px) {
    .fv-box {
        background-image: url(fv-pc.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 460px;
        max-width: 1300px;
        position: relative;
    }

    .company {
        position: static;
    }

    .name {
        position: static;
    }
    
    .batu {
        position: static;
    }

    .text-box {
        display: flex;
        align-items: center;
        margin:  0 auto;
        width:fit-content;
        padding-top: 17em;
    }

    .com2 br {
        display: none;
    }
}

@media(min-width:1080px) {
    .fv {
        background: none;
    }

    .name {
        font-size: 100px;
    }

    .company {
        font-size: 25px;
    }
}

/********************************

	対談関係の共通パーツ

********************************/
.g {
    margin: 5em 0.5em;
}

.h2-chance {
    color: var(--main100);
    width: fit-content;
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.h2-chance span {
    display: inline-block;
}

.cmn-dl {
    max-width: 1000px;
}

.cmn-dl div {
    display: flex;
    margin: 2em 0;
}

.cmn-dl div dd {
    margin: 0;
}

.cmn-dl div dt {
    font-weight: bold;
    min-width: 55px;
}

.cmn-dl div dd span {
    display: inline-block;
    margin-bottom: 0.5em;
}

.talk-box img {
    width: 100%;
    max-width: 460px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    max-height: 500px;
}

.talk-img {
    width: 100%;
}

@media(min-width:768px) {
    .talk-box {
        display: flex;
        gap: 1em;
        max-width: 1000px;
    }

    .talk-box .mediadl {
        margin: 0;
    }
}

@media(min-width:1000px) {
    .talk-box {
        margin: 0 auto;
    }
    .cmn-dl {
        margin: 4em auto;
    }
}


/********************************

	事業を継承したきっかけ

********************************/

.dash {
    margin: 2em auto;
    width:fit-content;
}

.longdash {
    margin: 0 auto;
    writing-mode: vertical-rl;
    display: inline-block;
    background-color: var(--main100);
    inline-size: 8em;
    block-size: 1.75px;
    vertical-align: unset;
}

.talk-img {
    display: block;
    max-width: 1100px;
    max-height: 420px;
    margin: 1em auto;
    object-fit: cover;
}

/********************************

	継承して感じた課題

********************************/

