/*---------- タイトル ----------*/
.business-section {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3)),url(../images/guideline_top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 80px;
    color: #fff;
}
.business-title{
    max-width: 1360px;
    padding: 90px 40px;
    margin: 0 auto;
}
span.section-en_title {
    color: #fff;
}
span.section-en_title::after{
    background: #fff;
}
p.business-section__text {
    padding: 0 20px;
    font-size: 18px;
}
@media screen and (max-width: 1260px) {
    .business-section {
        margin-top: 75px;
    }
    p.business-section__text {
        padding: 0 15px;
    }
}
@media screen and (max-width: 760px) {
    p.business-section__text {
        font-size: 16px;
    }
    .business-title {
        padding: 45px 30px;
    }
}
@media screen and (max-width: 450px) {
    .business-title {
        padding: 30px 20px;
    }
    h2.section-title {
        padding-bottom: 10px;
    }
    p.business-section__text {
        padding: 0 5px;
    }
}

/*---------- セクションタイトル ----------*/
h4.a-section-title {
    font-size: 28px;
    border-left: 4px solid var(--main-color);
    padding-left: 10px;
    margin-bottom: 45px;
    position: relative;
}
h4.a-section-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    border-bottom: 2px dotted #9BA0AC;
    width: 100%;
    left: 0;
}
@media screen and (max-width: 1260px) {
    h4.a-section-title {
        font-size: 24px;
    }
}
@media screen and (max-width: 760px) {
    h4.a-section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    h4.a-section-title::after {
        bottom: -10px;
    }
}
@media screen and (max-width: 475px) {
    h3.section-sub_title {
        font-size: 24px !important;
    }
    h3.section-sub_title::after {
        height: 3px !important;
    }
}

/*---------- ナビ ----------*/
section.business-menu {
    margin-top: 100px;
}
ul.business-menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
li.business-menu__item {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
}
li.business-menu__item::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1260px) {
    section.business-menu {
        margin-top: 70px;
    }
    ul.business-menu__list {
        gap: 20px;
    }
    li.business-menu__item {
        font-size: 18px;
    }
    li.business-menu__item::after {
        width: 7px;
        height: 7px;
        top: 45%;
    }
}
@media screen and (max-width: 760px) {
    ul.business-menu__list {
        gap: 10px 30px;
        flex-wrap: wrap;
    }   
    li.business-menu__item a {
        font-size: 16px;
        white-space: nowrap;
    }
}

/*---------- 商社事業 ----------*/
p.business-detail__text {
    font-weight: 500;
    padding: 0 20px;
}
ul.business-detail__items {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 30px 20px;
}
li.business-detail__item {
    width: 100%;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px 15px 25px;
}
img.business-detail__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 15px;
}
p.business-detail__label {
    font-weight: 500;
    color: var(--main-color);
}
@media screen and (max-width: 1260px) {
    li.business-detail__item {
        gap: 5px;
        padding: 15px 10px 20px;
    }
    ul.business-detail__items {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
        gap: 10px;
    }
}

/*---------- メーカー事業 ----------*/
.maker-section__intro {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 20px;
}
p.maker-section__intro-text {
    font-weight: 500;
    line-height: 1.8;
}
.maker-section__intro img {
    max-width: 600px;
    width: 100%;
    min-width: 450px;
}
p.maker-section__brands-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
}
p.maker-section__brands-title::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 50%;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.brand__list {
    display: flex;
    align-items: center;
    margin: 30px auto;
    justify-content: center;
    gap: 30px;
}
.brand__item {
    width: 100%;
}
.brand-card {
    background: #fff;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}
.brand-card__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
}
.brand-card__content {
    padding: 15px;
}
.brand-card__name {
    font-size: 20px;
    font-weight: 600;
}
.brand-card__url a {
    font-size: 14px;
    color: #999;
    text-decoration: underline;
}
.brand-card__url a:hover {
    color: var(--main-color);
}
.brand-card__description {
    padding: 20px 0;
    font-size: 15px;
    line-height: 1.6;
    height: 90px;
}

.brand-card__logo {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.brand-card__logo img {
    width: 100px;
}
@media screen and (max-width: 1260px) {
    p.maker-section__brands-title {
        font-size: 18px;
        padding-left: 15px;
    }
    p.maker-section__brands-title::after {
        width: 6px;
        height: 6px;
        top: 45%;
    }
    .brand__list {
        margin: 20px auto;
        gap: 20px;
    }
}
@media screen and (max-width: 960px) {
    .maker-section__intro {
        flex-wrap: wrap;
    }
    .maker-section__intro img {
        max-width: 100%;
        min-width: 450px;
    }
    .brand__list {
        flex-direction: column;
    }
    .brand-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .brand-card__image {
        flex: 1;
    }
    .brand-card__content {
        padding: 10px 15px 10px 0;
        flex: 1;
    }
    .brand-card__image img {
        height: 100%;
        display: block;
    }
    .brand-card__name {
        font-size: 18px;
    }
    .brand-card__url a {
        font-size: 12px;
    }
    .brand-card__description {
        padding: 15px 15px 0 0;
        line-height: 1.5;
        height: auto;
    }
}
@media screen and (max-width: 760px) {
    .brand-card {
        flex-direction: column;
    }
    .brand-card__content {
        padding: 20px;
    }
    .maker-section__intro img {
        min-width: 100%;
    }
    .maker-section__intro {
        padding: 0 10px;
    }
}

/*---------- サービス事業 ----------*/
section#service {
    margin-bottom: 100px;
}
/*詳細ボタン*/
a.more-link {
    margin-right: calc((100vw - 1300px) / 2);
    width: 220px;
}
/*スライダー*/
.loop-slider {
    margin: 30px auto;
    overflow: hidden;
    width: 100%;
}
.location-images {
    display: flex;
    gap: 15px;
    width: max-content;
    margin-left: 15px;
}
.loop-slider-inner {
    display: flex;
    width: max-content;
}
.location-image img {
    width: 415px;
    height: 100%;
    display: block;
}
@media screen and (max-width: 1260px) {
    a.more-link {
        margin-right: 30px;
    }
}

/*---------- OEM事業 ----------*/
.oem-section__intro {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 20px;
}
p.oem-section__intro-text {
    font-weight: 500;
    line-height: 1.8;
}
.oem-section__intro img {
    max-width: 600px;
    width: 100%;
    min-width: 450px;
    border-radius: 10px;
}
@media screen and (max-width: 960px) {
    .oem-section__intro {
        flex-wrap: wrap;
    }
    .oem-section__intro img {
        max-width: 100%;
        min-width: 450px;
    }
}
@media screen and (max-width: 760px) {
    .oem-section__intro img {
        min-width: 100%;
    }
    .oem-section__intro {
        gap: 25px;
        margin-bottom: 0;
        padding: 0 10px;
    }
}