@charset "utf-8";
/*---------------------------------------------------------------------
PC Style
pc.css
-----------------------------------------------------------------------
Copyright 2025 (c) linkpath Allrights Reserved.
Coding: Hinako Hayashi
Last Update: 2025.06.12
---------------------------------------------------------------------*/
/*===========================================================
    font-size
===========================================================*/
.brand-title h2 {
    font-size: 300%;
}
.brand-title span {
    font-size: 120%;
}

/*===========================================================

===========================================================*/

/*===========================================================
    article-brand
===========================================================*/
.article-brand {
    display: flex;
    flex-direction: column;
    padding: 7.5em 0;
    padding-top: 0;
}

/* article-brand__section */
.article-brand__section {
    justify-content: flex-start;
    gap: 3em 5em;
    padding-top: 7.5em;
}
.brand-title {
    width: 50%;
    min-width: 500px;
}
.brand-title span,
.brand-title h2,
.brand-title__img {
    position: relative;
    z-index: 2;
}

.brand-title span,
.brand-title h2 {
    padding-left: clamp(15%, calc((100% - 1350px) / 2), 9999px);
}

.brand-title span {
    letter-spacing: 0.1em;
}
.brand-title h2 {
    border-bottom: solid 1px var(--color-accent);
    padding-bottom: 0.5em;
}
.brand-title__decoration {
    width: auto;
    height: 10em;
    position: absolute;
    top: 0;
    left: 5%;
    opacity: 0.3;
}
.brand-title__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-top: 2em;
}

.brand-content {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 3em;
    padding-top: 7.5em;
    margin-right: clamp(5%, calc((100% - 1350px) / 2), 9999px);
}
.brand-content dt {
    width: fit-content;
    border-radius: 200px;
    padding: 0.25em 2em;
    padding-top: 0.15em;
}
.brand-content dd {
    line-height: 2em;
    padding-top: 1em;
}
.brand-content .brand-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.brand-content .brand-img img {
    width: calc(50% - 0.5em);
    aspect-ratio: 4 / 3;
    object-fit: cover;
}