@font-face {
    font-family: 'DIN Condensed';
    src: url('../fonts/DIN-Condensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.pc {
    max-width: 1200px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 15px;
    padding-top: 15px;
}

.logo {
    width: 180px;
    position: sticky;
    top: 15px;
    margin-bottom: 15px;
}

.main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.periods {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 65px;
}

.period {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #000;
    padding: 5px 15px;
    border-radius: 20px;
}

.period span {
    color: #00A0FF;
    font-size: 14px;
    white-space: nowrap;
}

.period p {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    font-family: 'DIN Condensed';
    margin-top: 3px;
}

.period img {
    width: 10px;
}

.item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    margin-bottom: 50px;
    padding-top: 65px;
}

.item:first-of-type {
    margin-top: -65px;
}

.item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.item:last-of-type::after {
    display: none;
}

.item .year {
    font-size: 60px;
    font-weight: 500;
    line-height: 0.65;
    font-family: 'DIN Condensed';
    margin-top: 4px;
    position: sticky;
    top: 66px;
}

.item .text1 {
    text-align: center;
    background-color: #00A0FF;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding-block: 15px;
    margin-bottom: 20px;
}

/* .item .box {} */

.item .box .image {
    max-width: 240px;
    width: 100%;
    float: left;
    margin-right: 10px;
}

.box .texts {
    width: 100%;
	min-height: 330px;
}

.content {
    width: 100%;
}

.content .text2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.content .text2 span {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}

/* .content .text3 {
    font-size: 22px;
    font-weight: 600;
    color: #00A0FF;
    margin-bottom: 10px;
} */

.content .text4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #00A0FF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
}

.content .text4 p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.content .more {
    text-align: center;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    border: 1px solid #000;
    margin: 10px auto;
    border-radius: 20px;
}

.content .text5 {
    text-align: center;
    padding-block: 10px;
    background-color: #00A0FF;
    color: #FFF;
    margin-bottom: 10px;
}

.content .text6,
.content .text7 {
    font-size: 16px;
}