@charset "utf-8";

.intro .inner {
    padding: 80px 0 96px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.intro .catch {
    font-family: var(--sans);
    font-weight: 500;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    line-height: calc(32/24);
    text-align: center;
    color: #c90601;
}

.intro .catch br {
    display: none;
}

.intro .desc p {
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    text-align: center;
}

.slider-area {
    overflow: hidden;
    padding-bottom: 120px;
}

.slider-wrapper {

    display: flex;
    width: max-content;
    animation: loop-slider 100s linear infinite;

}

.slider {
    gap: 72px;
    display: flex;
    flex-shrink: 0;

}

.slide {

    flex-shrink: 0;

}

.slide img {

    display: block;
    width: auto;
    height: auto;
    max-width: none;

}

@keyframes loop-slider {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

.message {
    background: #fcf9f9;
}

.message .inner {
    padding: 80px 0 64px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.message .column {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 5%;
}

.message .column .sec-head {
    margin-top: 30px;
    padding-bottom: 13px;
}

.message .column .sec-head .line {
    left: 0;
    right: auto;
    width: 64px;
}

.message .column .sec-img {
    max-width: 1010px;
    width: 76%;
}

.message .sec-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.message .sec-text .tit-ja {
    font-weight: 500;
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    color: #c90601;
}

.message .sec-text .desc p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: calc(28/16);
    color: #000;
}

.message .name {
    margin-left: auto;
}

.message .name .sub-tit {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #c90601;
}

.message .name .main-tit {
    font-family: var(--sub);
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: right;
}

.information .inner {
    padding: 120px 0 160px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.information .sec-body {
    display: flex;
    flex-direction: column;
    gap: 74px;
}

.information .item .label {
    position: relative;
    font-weight: 500;
    font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
    color: #000;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 0 12px 25px;
    border-bottom: 1px solid #000;
}

.information .item .label::before {
    content: "";
    height: 100%;
    width: 7px;
    background-color: #C10600;
    position: absolute;
    left: 0;
    top: 0;
}

.information .item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.information .item .dot-list {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.information .item .dot-list p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.information .item .dot-list p::before,
.information .item .group .ttl::before {
    content: "";
    min-width: 11px;
    min-height: 11px;
    background: #c90601;
    display: inline-block;
}

.information .item .group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.information .item .group .ttl {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
    display: flex;
    align-items: center;
    gap: 12px;
}

.information .item .group .desc {
    margin-left: 1em;
}

.information .item .desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: calc(28/16);
    color: #000;
}

.company .inner {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
    padding-bottom: 160px;
}

.company .sec-body {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.company .c-prof {
    border: 1px solid #000;
}

.company .c-prof .group {
    display: grid;
    grid-template-columns: 30% 1fr;
    border-bottom: 1px solid #000;
}

.company .c-prof .group:last-child {
    border: none;
}

.company .c-prof .group .dt,
.company .c-prof .group .dd {
    font-weight: 700;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    padding: 24px;
    color: #000;
}

.company .c-prof .group .dd {
    padding: 24px 55px;
    line-height: calc(28/16);
}

.company .c-prof .group .dt {
    color: #FFF;
    background-color: #C90601;

}

.company .img-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company .map-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.company .map-wrap p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
}

.company .map-wrap iframe {
    width: 100%;
    height: 100%;
}

.company .map-wrap .map {
    height: 393px;
}

.history {
    background: #fcf9f9;
}

.history .inner {
    padding: 120px 0 160px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.history .sec-body {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.history .sec-body .item {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
    display: flex;
    align-items: center;
    gap: 12px;
}

.history .sec-body .item::before {
    content: "";
    min-width: 8px;
    min-height: 8px;
    background: #c10500;
    border-radius: 50px;
    display: inline-block;
}


@media (max-width: 1280px) {
    .company .c-prof .group .dd {
        padding: 24px 30px;
    }
}


@media (max-width: 1023px) {
    .information .inner {
        padding: 80px 0;
    }

    .message .inner {
        padding: 40px 0;
    }

    .company .sec-body {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .company .img-wrap {
        gap: 11px;
    }

    .company .inner {
        gap: 24px;
        padding-bottom: 120px;
    }

    .history .inner {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .intro .inner {
        padding: 24px 0 20px;
    }

    .intro .catch br {
        display: block;
    }

    .slide {
        height: 319px;
    }

    .slide img {
        height: 100%;
    }

    .message .column {
        flex-direction: column;
        gap: 16px;
    }

    .message .column .sec-head .line {
        right: 0;
    }

    .message .column .sec-img {
        width: 100%;
    }

    .message .inner {
        gap: 20px;
    }

    .information .sec-body {
        gap: 40px;
    }

    .company .c-prof .group .dt,
    .company .c-prof .group .dd {
        padding: 10px 9px;
    }
}