@font-face {
    font-family: 'HiraMaruW4';
    src: url('../fonts/hiramarupron-w4.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'HiraMaruW4', sans-serif;
    overflow-x: hidden; 
    display: flex;
}
#wrapper {
    width: 100%;
    height:auto;
    display: flex;
    margin:auto;
    
}

.left-panel {
    width: 22vw;
    height: 100vh;
    
    background-color: #fdf6c6;
    padding: 20px;
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.left-panel h1 {
    font-size: 42px;
    color: #ff6600;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'HiraMaruW4', sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.intro-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.left-panel p {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    align-items: center;
    color: #8c1af5;
    text-align: center;
    font-family:'HiraMaruW4', sans-serif;
    margin-top: 85px;
    letter-spacing: 2px;
}

.illustration {
    width: auto;
    max-width: 400px;
    height: auto;
    margin-top: -35px;
    border-radius: 8px;
}

.content {
    margin-left: 24vw;
    padding: 40px;
    width: 75vw;
    background-color: #ffffff;
    overflow-y: auto; 
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.1);
}

.nav-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.nav-bar a {
    margin-left: 15px;
    text-decoration: none;
    color: #555;
    font-size: 16px;
    font-family: 'HiraMaruW4', sans-serif;
    letter-spacing: 1.2px;
}

.nav-bar a:hover {
    color: #555;
}

.content-section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.content-text {
    flex: 1;
    padding-right: 20px;
}

.content h2 {
    color: #ff6600;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'HiraMaruW4', sans-serif;
    letter-spacing: 8px;
}

.content p {
    font-size: 14px;
    line-height: 1.4;
    color: #8c1af5;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'HiraMaruW4', sans-serif;
    letter-spacing: 2px;
}

.content a {
    font-size: 14px;
    color: #8c1af5;
    text-decoration: none;
    font-weight: bold;
    font-family: 'HiraMaruW4', sans-serif;
    letter-spacing: 2px;
}

.image2 {
    flex: 2;
    margin-left: 0;
    max-width: 100%;
    overflow: hidden;
    margin-top: 85px;
    position: relative;
}

.image2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.image3 img {
    width: auto;
    max-width: 820px;
    height: auto;
    border-radius: 8px;
    margin-top: 85px;
}

.image4 img {
    width: auto;
    max-width: 820px;
    height: auto;
    border-radius: 8px;
    margin-top: 65px;
}
.image-container {
    position: relative;
    margin-top: 20px; 
}

.image-line {
    width: 100%;
    height: 2px;
    background-color: #333; 
    margin-bottom: 10px; 
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}