* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    background-color: var(--back);
}

h2,h3,a,p {
    display: block;
}

.FV hgroup {
    color: white;
}

img {
    width: 100%;
}

.text {
    font-weight: 500;
    letter-spacing: 0.1em;
}

ul li {
    list-style: none;
}

.FV {
    background: linear-gradient(90deg, rgba(23, 56, 151, 0.5) 0%, rgba(63, 93, 179, 0.5) 100%), url(interview-fv.jpg) no-repeat center center;
    background-blend-mode: multiply;
    background-size: cover;
}

@media (max-width: 650px) {
    .FV {
        background: linear-gradient(90deg, rgba(23, 56, 151, 0.5) 0%, rgba(63, 93, 179, 0.5) 100%), url(interview-spfv.jpg) no-repeat center center;
        background-blend-mode: multiply;
        background-size: cover;
    }
}

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

　　吉見で働く社員に密着取材

********************************/
.interview {
    margin: 0 auto 100px;
    padding: 40vh 8px 0;
    max-width: 1100px;
}

.interview hgroup {
    margin: 50px auto;
    padding: 0 8px;
    text-align: center;
    font-weight: bold;
}

.interview hgroup p {
    margin: 32px auto;
    color: var(--main);
    letter-spacing: 0.1em;
}

.interview hgroup h2 {
    font-size: x-large;
}

.interview ul {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
    gap: 32px;
}

.interview ul li a {
    display: grid;
    height: 450px;
}

.interview ul li img {
    grid-area: 1 / 1 / 2/ 2;
    margin: 0 auto;
    max-width: fit-content;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.interview ul li .content {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.interview .catchphrase {
    font-size: 20px;
    font-weight: bold;
    margin-top: 254px;
}

.interview .catchphrase p {
    margin: 6px 0;
    padding: 6px 8px;
    width: fit-content;
    background-color: white;
}

.interview .person_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8px;
}

.interview .person p {
    font-weight: bold;
}

.interview .person .affiliation {
    padding: 6px 8px;
    width: fit-content;
    color: white;
    background: linear-gradient(274.2deg, #173897 0%, #3F5DB3 100%), #d9d9d9;
    box-shadow: 0 0 6px rgba(6, 53, 183, 0.8);
}

.interview .person .employment_tenure {
    margin: 16px auto;
    color: #fff;
}

.interview .person .name {
    font-size: xx-large;
    color: #fff;
}

.interview .person_box button {
    width: 43px;
    height: 43px;
    background-color: #3F5DB3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.interview .person_box button::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid white;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}

@media (min-width: 600px) {
    .interview ul li a {
        height: 500px;
    }
}

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

　　社長×社員対談

********************************/
.dialog {
    margin: 100px auto;
    max-width: 1100px;
}

.dialog .content {
    padding: 32px 8px;
}

.dialog hgroup {
    margin: 32px auto;
    font-weight: bold;
}

.dialog hgroup p {
    margin: 32px auto;
    color: var(--main);
    letter-spacing: 0.1em;
}

.dialog hgroup h2 {
    font-size: xx-large;
}

.dialog img {
    height: 330px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 650px) {
    .dialog {
        display: flex;
        column-gap: 32px;
        justify-content: space-between;
    }

    .dialog .content {
        flex-basis: 40%;
    }

    .dialog img {
        flex-basis: 60%;
        width: 0;
    }
}

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

　　OHTER PAGE

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

.other {
    margin: 100px auto;
    padding: 60px 8px;
    max-width: 1150px;
}

.other > p {
    display: none;
    width: fit-content;
    font-size: clamp(100px, 10vw, 150px);
    font-weight: bold;
    font-family: 'Space Grotesk';
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
    background: linear-gradient(90deg, #173897 0%, #3F5DB3 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.other .repeat {
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-inline: calc(50% - 50vw);
}

.other .repeat p {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 150px;
    font-weight: bold;
    font-family: 'Space Grotesk';
    letter-spacing: 0.05em;
    padding: 0 30px;
    width: fit-content;
    text-align: center;
    background: linear-gradient(90deg, #173897 0%, #3F5DB3 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.other .repeat p:first-child {
    animation: MoveLeft 20s -10s infinite linear;
}

.other .repeat p:last-child {
    animation: MoveLeft2 20s infinite linear;
}

.other .pages li {
    padding: 32px 0;
}

.other .pages li img {
    padding-left: 8px;
    width: calc(100% - 8px);
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.other .pages li h3 {
    position: relative;
    z-index: 2;
    margin-top: -32px;
    padding: 16px 24px;
    width: fit-content;
    color: white;
    letter-spacing: 0.02em;
    background: url(../back-paint.svg) no-repeat center;
    background-size: cover;
    min-width: 250px;
    text-align: center;
}


@media (min-width: 600px) {
    .other {
        display: flex;
        column-gap: 32px;
    }

    .other > p {
        display: block;
    }

    .other .repeat {
        display: none;
    }
}

@media (min-width: 700px) {
    .other .pages {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .other .pages li img {
        padding-left: 32px;
        width: calc(100% - 32px);
    }

    .other .pages li h3 {
        margin-top: -60px;
    }

    .other .pages li p {
        padding-left: 32px;
    }
}

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

　　各取材ページ

********************************/
section.first {
    margin: 0 auto 100px;
    padding-top: 40vh;
}

.content_type1,
.content_type3 {
    background-color: #F2F2F2;
}

.content_type2 {
    margin: 50px auto;
    padding: 0 8px;
    max-width: 730px;
}

.content_type1 .section,
.content_type3 .section {
    margin: 50px auto;
    padding: 8px;
    max-width: 1000px;
}

.content_type1 img {
    margin: 0 auto;
    max-width: fit-content;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.content_type3 img {
    margin: 0 auto;
    max-width: fit-content;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.content_type1 .content,
.content_type3 .content {
    margin: 32px auto;
    padding: 32px 0;
}

.content_type1 h2,
.content_type2 h2,
.content_type3 h2 {
    position: relative;
    margin: 32px 0;
    padding: 16px;
    width: fit-content;
    font-size: 26px;
    background-color: white;
    color: var(--main);
    line-height: 2.2rem;
}

.content_type1 h2::before,
.content_type2 h2::before,
.content_type3 h2::before {
    position: absolute;
    top: -40px;
    left: 0;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../normal_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 800px) {
    .content_type1 .section,
    .content_type3 .section {
        display: flex;
        column-gap: 10%;
        align-items: center;
    }

    .content_type1 img {
        flex-basis: 40%;
        width: 0;
        height: 500px;
    }

    .content_type1 .content {
        flex-basis: 60%;
    }

    .content_type3 img {
        flex-basis: 50%;
        width: 0;
        height: 330px;
    }

    .content_type3 .content {
        flex-basis: 50%;
    }
}

/* 設計 */
.sekkei .FV {
    background: linear-gradient(90deg, rgba(23, 56, 151, 0.5) 0%, rgba(63, 93, 179, 0.5) 100%), url(sekkei/sekkei_fv.jpg),   no-repeat center;
    background-blend-mode: multiply;
    background-size: cover;
}

.sekkei .item5 img {
    object-position: 80% 50%;
}

/* 営業 */
.eigyou  .FV {
    background: linear-gradient(90deg, rgba(23, 56, 151, 0.5) 0%, rgba(63, 93, 179, 0.5) 100%), url(eigyou/eigyou_fv.jpg),   no-repeat center;
    background-blend-mode: multiply;
    background-size: cover;
}

/* 管理 */
.kanri .FV {
    background: linear-gradient(90deg, rgba(23, 56, 151, 0.5) 0%, rgba(63, 93, 179, 0.5) 100%), url(kanri/kanri_fv.jpg),   no-repeat center;
    background-blend-mode: multiply;
    background-size: cover;
}