@charset "utf-8";

/* common */


h2 {
    margin: 0;
    text-align: unset;
    font-size: unset;
}



.official__heading {
    margin-top: 65px;
}


.container {
    max-width: 1140px;
    margin-inline: auto;
    width: 96%;
}


@media(min-width:769px) {
    .about-tab-appea {
        display: none !important;
    }

}

@media(max-width:768px) {
    .about-tab-none {
        display: none !important;
    }

    .official__heading {
        margin-top: 30px;
    }


}

@media(min-width:481px) {
    .about-sp-appea {
        display: none !important;
    }

}

@media(max-width:480px) {
    .about-sp-none {
        display: none !important;
    }

}

/* index */

.about-breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.aboutMv {
    position: relative;
    background-color: #fbfbfb;
}

.aboutMv__obj::before {
    content: "";
    position: absolute;
    background: #00a196;
    opacity: 0.8;
    width: 300px;
    height: 100%;
    left: -260px;
    top: 0;
    transform: skew(-35deg);
    z-index: 1;
}

.aboutMv__obj::after {
    content: "";
    position: absolute;
    background: #EBEBEB;
    width: 190px;
    height: 100%;
    left: -100px;
    top: 0;
    transform: skew(35deg);
    z-index: 0;
}

.about-links {
    position: relative;
}

.about-links:nth-of-type(odd) {
    background-color: #fbfbfb;
}

.about-links:nth-of-type(even) {
    background-color: #ececeb;
}

.about-links__inner {
    position: relative;
    z-index: 1;
    max-width: 990px;
    margin-inline: auto;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    gap: 80px;
    justify-content: space-between;
    align-items: center;
    padding-top: 115px;
    padding-bottom: 115px;
}

.about-links__txts {
    max-width: 400px;
    width: 50%;
}

.about-links__heading {
    font-size: 26px;
    margin-bottom: 35px;
    letter-spacing:0.1em
}

.about-links__txt {
    margin-bottom: 35px;
    line-height: 30px;
    font-size: 16px;
}
.about-links__link {
    position: relative;
}


.about-links__img {
    max-width: 480px;
    width: 50%;
}

@media screen and (min-width: 769px) {

    .about-links__link:hover {
        background-color: #69C2BB;
    }

    .about-links:nth-of-type(3) .about-links__obj::before {
        content: "";
        position: absolute;
        background: #EBEBEB;
        width: 320px;
        height: 100%;
        right: -176px;
        top: 0;
        transform: skew(35deg);
        z-index: 0;
    }

    .about-links:nth-of-type(3) .about-links__obj::after {
        content: "";
        position: absolute;
        background: #00a196;
        opacity: 0.8;
        width: 430px;
        height: 100%;
        right: -200px;
        top: 0;
        transform: skew(-35deg);
        z-index: 0;

    }

    .about-links:nth-of-type(5) .about-links__obj::before {
        content: "";
        position: absolute;
        background: #EBEBEB;
        width: 150px;
        height: 100%;
        right: 130px;
        top: 0;
        transform: skew(-35deg);
        z-index: 0;
    }

    .about-links:nth-of-type(5) .about-links__obj::after {
        content: "";
        position: absolute;
        background: #00a196;
        opacity: 0.8;
        width: 350px;
        height: 100%;
        right: 0;
        top: 0;
        transform: skew(35deg);
        z-index: 0;
    }
}


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

    .aboutMv__obj::before {
        left: -340px;
    }

    .about-links__inner {
        flex-direction: column;
        padding-top: 95px;
        padding-bottom: 80px;
    }

    .about-links__txts,
    .about-links__img {
        max-width: 100%;
        width: 100%;
    }

    .about-links__txt{
        font-size: clamp(0.875rem, 0.04rem + 3.562vw, 1.75rem);
        line-height: calc(46/28);
        letter-spacing: 2px;
    }

    .about-links__img img {
        width: 100%;
    }


    .about-links__heading {
        font-size: clamp(1.125rem, 0.052rem + 4.58vw, 2.25rem);
    }

}

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

    .aboutMv__obj::before {
        left: -313px;
    }

    .aboutMv__mainHeading {
        padding-bottom: 40px;
    }

    .about-links__inner {
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 35px;
    }

    .about-links__txts,
    .about-links__img {
        font-size: 24px;
    }

    .about-links__txt {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .about-links__heading {
        margin-bottom: 15px
    }
}


/* message */

.message-pd {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.aboutabout-message__heading {
    font-size: 30px;
    margin-top: 50px;
}

.about-message__img {
    margin-bottom: 1rem;
}

.about-message__paragraph {
    margin-bottom: 1rem;
    line-height: 2;
}

.about-message__other {
    margin-top: 3rem;
    padding-bottom: 115px;
}

.about-message__paragraph--right {
    text-align: right;
}

@media(min-width:769px) {
    .about-message__img {
        float: left;
        margin-right: calc(40px);
        margin-bottom: 1rem;
        width: calc((600% - 6 * 32px)/12);
    }

}

@media(max-width:768px) {
    .aboutabout-message__heading {
        font-size: 24px;
    }
}

@media(max-width:480px) {
    .about-message__other {
        padding-bottom: 75px;
    }
}

/* about-common */


.about-common {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 115px;
}

.about-common__definition {
    border-top: 1px solid #adadad;
    font-weight: 600;
}

.common-bb {
    border-bottom: 1px solid #adadad;
}

.about-common__link{
    margin: 30px auto;
}

.about-common__link p img{
    width: 7px;
    margin-right: 6px;
}

.about-common__link a{
    color: #00a196;
    text-decoration: underline;
}

@media(min-width:769px) {

    .about-common__list {
        display: grid;
        gap: 0 40px;
        grid-auto-rows: auto;
        grid-template-columns: 1fr 3fr;
    }

    .about-common__definition,
    .about-common__child {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .about-common__child {
        border-top: 1px solid #adadad;
    }
}

@media(max-width:768px) {

    .about-common__definition {
        padding: 15px 0 7px 0;
    }

    .about-common__child {
        padding-bottom: 15px;
    }

    .about-common__definition.common-bb {
        border-bottom: none;
    }

}

@media(max-width:480px) {
    .about-common {
        padding-bottom: 75px;
    }
}

/* modal */

.modal-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
}

.modal-border {
    border-bottom: 1px solid #000;
}

/* profile */


/* office */

.office-caution-detail {
    margin-top: 30px;
}