@charset "utf-8";



main {
    padding: 0 0 120px;
}

@media screen and (max-width: 767px) {
    main {
        padding: 0 0 100px;
    }

}

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


header


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

.header-link>ul li:nth-of-type(1) a::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #E60001;
    border-radius: 50%;
}



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


sec01


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



h1 {
    margin-bottom: 50px;
}

.h1-main {
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
}

.h1-sub {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 15px;
}

.copy {
    max-width: 680px;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
}

.copy .bold {
    font-weight: bold;
}

.copy .kome {
    font-size: 12px;
}


h1 img {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .h1-main {
        font-size: clamp(16px, 6.9vw, 26px);
    }

    .h1-sub {
        font-size: clamp(10px, 4.3vw, 16px);
        margin-top: 10px;
    }

    .copy {
        max-width: inherit;
        width: 90%;
        font-size: clamp(10px, 4.3vw, 16px);
        line-height: 1.8;
    }

    h1 img {
        margin-top: 25px;
    }
}


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


sec02


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

.eve-sec02 .inner__ {
    padding: 80px 0 0;
}

table,
td,
th {
    border: 1px solid #000;
    border-collapse: collapse;
}

th,
td {
    height: 65px;
    font-size: 16px;
}

table {
    width: 100%;
    margin-bottom: 35px;
}

th {
    width: clamp(200px, 20.2vw, 275px);
    background-color: #E0D9D6;
    line-height: 1;
}

td {
    padding: 10px 30px;
    line-height: 1.6;
}

table a {
    color: #000;
}

@media screen and (max-width: 767px) {
    .eve-sec02 .inner__ {
        padding: 60px 0 0;
    }


    th,
    td {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-bottom: 1px solid #000;
        padding: 0 5%;
        font-size: clamp(10px, 4.3vw, 16px);
    }

    th {
        height: 50px;
    }

    td {
        min-height: 70px;
        height: auto;
        padding: 15px 5%;
    }

    tr:nth-last-of-type(1) td {
        border-bottom: none;
    }

}

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


sec03


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

.eve-sec03 .inner__ {
    padding-top: 100px;
}

.eve-sec03-ctr {
    display: flex;
    gap: 40px;
}

.eve-sec03-ctr__img {
    max-width: 180px;
}


.eve-sec03-ctr__txt-name {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1;
}

.eve-sec03-ctr__txt-prof {
    line-height: 1.6;
}

.eve-sec03-ctr__txt ul {
    margin-top: 15px;
}

.eve-sec03-ctr__txt ul li {
    font-size: 16px;
    padding-left: 1.4em;
    text-indent: -1.4em;
    position: relative;
    margin-bottom: 10px;
}


.eve-sec03-ctr__txt ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.eve-sec03-ctr__txt ul li::before {
    content: "▼";
    margin-right: .4em;
}

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

    .eve-sec03 .inner__ {
        padding-top: 80px;
    }

    .eve-sec03-ctr {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .eve-sec03-ctr__img {
        max-width: 200px;
        width: 60%;
    }


    .eve-sec03-ctr__txt-name {
        font-size: clamp(12px, 5.3vw, 20px);
        margin-bottom: 15px;
    }

    .eve-sec03-ctr__txt ul {
        margin-top: 15px;
    }

    .eve-sec03-ctr__txt ul li {
        margin-bottom: 10px;

    }




}