
.bg-mv {
    background-image: url(../images/company/mv-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .bg-mv {
        background-image: url(../images/company/mv-bg_sp.jpg);
    }
}

/* message */

.message {
    margin-bottom: 9vw;
}

.message h3 {
    color: var(--l-blue);
    margin-bottom: 60px;
}

.message h3 .jp-h2 {
    margin-left: 25px;
    color: #000;
}

.message .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.message .wrap .inner {
    width: 60%;
    margin-right: 9%;
}

.message .wrap .inner .text p {
    font-size: 1.8rem;
    letter-spacing: var(--lsp-2);
    line-height: 2.6;
    margin-bottom: 2.4vw;
    font-weight: var(--fw-bold);
}

.message .wrap .inner .ceo-name {
    font-size: 1.8rem;
    /* font-weight: 500; */
    font-weight: var(--fw-bold);
    text-align: right;
}

.message .wrap .inner .ceo-name span {
    font-weight: var(--fw-bold);
    font-size: 2.5rem;
    margin-left: 15px;
}

.message .wrap .ceo-img {
    width: 33%;
}

.message .wrap .ceo-img img {
    width: 100%;
}

@media screen and (max-width:1600px) {

    .message .wrap .inner {
        margin-right: 7vw;
    }

}

@media screen and (max-width:768px) {

    .message {
        margin-bottom: 30vw;
    }

    .message h3 .jp-h2 {
        margin-left: 10px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro","Hiragino kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
        
    }

    .message .wrap {
        flex-direction: column;
    }

    .message .wrap .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15vw;
    }

    .message .wrap .inner .text p {
        font-size: 1.6rem;
        margin-bottom: 8vw;
    }

    .message .wrap .inner .text p:last-child {
        margin-bottom: 6vw;
    }

    .message .wrap .inner .ceo-name {
        font-size: 1.4rem;
    }

    .message .wrap .inner .ceo-name span {
        font-size: 1.8rem;
    }

    .message .wrap .ceo-img {
        width: 84%;
        margin: 0 auto;
    }

}

/* profile */

.profile {
    background-color: var(--l-blue);
    padding-top: 7vw;
    padding-bottom: 9vw;
}

.profile h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 4vw;
}

.profile h3 .jp-h2 {
    display: block;
    margin-top: 15px;
}

.profile .wrap {
    background-color: #fff;
    width: 84vw;
    margin-left: auto;
    border-radius: 30px 0 0 30px;
    padding: 7vw 16vw 7vw 8vw;
}

.profile .wrap .inner dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: var(--fw-bold);
    padding-left: 10px;
    padding-bottom: 32px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--m-gray);
    position: relative;
}

.profile .wrap .inner dl:last-child {
    margin-bottom: 0;
}

.profile .wrap .inner dl::before {
    content: "";
    display: block;
    width: 13%;
    height: 1px;
    background: var(--l-blue);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.profile .wrap .inner dt {
    color: var(--l-blue);
    font-size: 1.8rem;
    font-family: var(--ff-noto);
    font-weight: var(--fw-800);
    letter-spacing: 0.08em;
    width: 10%;
    margin-right: 4%;
    line-height: 2.2;
}

.profile .wrap .inner dd {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 2.2;
    width: 88%;
}

.profile .wrap .inner dd .address {
    margin-bottom: 40px;
}

.profile .wrap .inner dd .map {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.profile .wrap .inner dd .map div,
.profile .wrap .inner dd .map p {
    max-width: 470px;
    width: 48%;
}

.profile .wrap .inner dd .map div img {
    width: 100%;
}

/* googlemap */

.profile .wrap .inner dd .map p {
    aspect-ratio: 1/1.02;
}

.profile .wrap .inner dd .map p iframe {
    max-width: 470px;
    width: 100%;
    height: 100%;
}

/* 事業内容 */

.job-content dd ul {
    margin-bottom: 40px;
}

.job-content dd ul:last-child {
    margin-bottom: 0;
}

.job-content dd ul .ttl {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.job-content dd ul .ttl:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--l-green);
    position: absolute;
    left: 0;
    top: 28%;
}

.job-content dd ul .content {
    font-weight: 500;
    padding-left: 30px;
}

@media screen and (max-width:1600px) {
    .profile .wrap .inner dt {
        width: 13%;
        margin-right: 3%;
        min-width: 90px;
    }
}

@media screen and (max-width:1200px) {

    .profile .wrap {
        padding: 7vw 8vw 7vw 8vw;
    }

    .job-content dd ul .content .pc-view {
        display: none;
    }

}

@media screen and (max-width:768px) {

    .profile {
        padding-top: 20vw;
        padding-bottom: 30vw;
    }

    .profile h3 {
        margin-bottom: 13vw;
    }

    .profile .wrap {
        width: 94vw;
        border-radius: 15px 0 0 15px;
        padding: 12vw 6vw 15vw 6vw;
    }

    .profile .wrap .inner dl {
        border-bottom: none;
        flex-direction: column;
        margin-bottom: 35px;
        padding-bottom: 0;
        padding-left: 0;
    }

    .profile .wrap .inner dl::before {
        display: none;
    }

    .profile .wrap .inner dt {
        font-size: 1.6rem;
        border-bottom: 1px solid var(--m-gray);
        padding-bottom: 10px;
        margin-bottom: 20px;
        width: 100%;
        position: relative;
    }

    .profile .wrap .inner dt::before {
        content: "";
        display: block;
        width: 16%;
        height: 1px;
        background: var(--l-blue);
        position: absolute;
        left: 0;
        bottom: -1px;
    }

    .profile .wrap .inner dd {
        font-size: 1.6rem;
        width: 100%;
    }

    .profile .wrap .inner dd .address {
        margin-bottom: 24px;
    }

    .profile .wrap .inner dd .map {
        flex-direction: column;
    }

    .profile .wrap .inner dd .map div,
    .profile .wrap .inner dd .map p {
        width: 100%;
        max-width: none;
    }

    .profile .wrap .inner dd .map div {
        margin-bottom: 20px;
    }

    .profile .wrap .inner dd .map p iframe {
        max-width: none;
    }

    .job-content dd ul {
        margin-bottom: 20px;
    }

    .job-content dd ul .ttl {
        margin-bottom: 0;
    }

}


/* maker */

.maker {
    margin-top: 7vw;
}

.maker h4 {
    font-family: var(--ff-noto);
    font-weight: var(--fw-800);
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    border-left: 5px solid var(--l-blue);
    padding-left: 20px;
    margin-bottom: 60px;
}

/* 国内・海外共通 */

.maker .wrap h5 {
    color: var(--l-blue);
    font-family: var(--ff-noto);
    font-weight: var(--fw-800);
    font-size: 2.2rem;
    border-bottom: 1px solid var(--m-gray);
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 60px;
}

.maker .wrap h5::before {
    content: "";
    display: block;
    width: 4%;
    height: 1px;
    background: var(--l-blue);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.maker .wrap .lists ul li {
    padding-left: 30px;
    font-size: 1.8rem;
    letter-spacing: var(--lsp-3);
    font-weight: var(--fw-bold);
    line-height: 1.6;
}

.maker .wrap .lists ul li a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    transition: 0.3s;
}

.maker .wrap .lists ul li a:hover {
    transition: 0.3s;
    opacity: 0.7;
}

.maker .wrap .lists ul li a img {
    position: absolute;
    left: -30px;
    top: 25%;
}

/* 取扱メーカーアイコン */

.maker .wrap .lists ul .to-manu::before {
    content: "";
    display: block;
    position: absolute;
    border-left: 13px solid var(--l-blue);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:768px) {

    .maker .wrap .lists ul .to-manu::before {
        top: 48%;
    }

}


/* 国内メーカー */

.maker-jp {
    margin-bottom: 6vw;
}

.maker-jp .lists ul {
    display: grid;
    grid-template-columns: 1fr 1.2fr 0.8fr;
    gap: 20px 5vw;
}

/* 海外メーカー */

.maker-fr .lists {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    gap: 3vw 5.5vw;
}

.maker-fr .lists ul .country-ttl {
    color: var(--l-blue);
    margin-bottom: 25px;
    font-family: var(--ff-lato);
    font-weight: var(--fw-900)!important;
    padding-left: 0!important;
}

.maker-fr .lists ul li:not(first-child) {
    margin-bottom: 25px;
}

@media screen and (max-width:768px) {

    .maker {
        margin-top: 20vw;
    }

    .maker h4 {
        font-size: 2.2rem;
        margin-bottom: 50px;
    }

    .maker .wrap h5 {
        font-size: 1.8rem;
        padding-bottom: 15px;
        margin-bottom: 35px;
    }

    .maker .wrap h5::before {
        width: 15%;
    }

    .maker-jp .lists ul {
        display: block;
    }

    .maker .wrap .lists ul li {
        margin-bottom: 35px;
        font-size: 1.6rem;
    }

    .maker .wrap .lists ul li a {
        display: inline-block;
    }

    .maker-jp {
        margin-bottom: 20vw;
    }

    .maker-fr .lists {
        display: block;
    }

    .maker-fr .lists ul {
        margin-bottom: 50px;
    }

    .maker-fr .lists ul .country-ttl {
        margin-bottom: 20px!important;
    }

    .maker-fr .lists ul li:last-child {
        margin-bottom: 0;
    }

}
