html {
    font-size: 15px;
    font-family: sans-serif;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    background-color: #f0f0f0;
}

header img {
    height: 90px;
    margin: 10px;
}

header img:hover {
    opacity: 0.6;
}

.header-contents ul {
    display: flex;
    list-style: none;
    align-items: center;
    font-weight: bold;
    color: #222;
}

.header-contents ul li {
    padding-right: 30px;
}
.header-contents ul li:hover {
    opacity: 0.6;
}

.header-contents-line {
    background-color: #06C654;
    padding: 10px 30px;
    border-radius: 100px;
    border: 2px solid #000000;
}

.mv {
    line-height: 0;
}
.mv img {
    width: 100%;
}

.mv .mv_inner .mv_inner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
}
.about {
    background-color: #fff7f0;
}

.about-image-title {
    text-align: center;
    font-size: 25px;
    text-decoration: underline;
    padding-top: 10vh;
}

.about-sentence {
    display: flex; 
    justify-content: center;
    padding-top: 5vh;
}

.about-image img {
    width: 20vw;
}

.about-image p {
    text-align: left;
    background-color: white;
    padding: 10px;
}

.about-image-contents {
    width: 28vw;
    text-align: center;
}

.sound-app {
    display: flex;
    justify-content: flex-end;
    text-decoration: underline;
    color: #84B79A;
    background-color: white;
}

.sound-app:hover {
    opacity: 0.6;
}

.about-image {
    display: flex;
    justify-content: space-between;
    padding: 50px 5vw;
}

.about-message {
    display: flex;
    justify-content: space-between;
    padding: 20px 5vw;
    align-items: flex-start;
}

.about-message-title {
   text-align: center;
   background-color: #84B79A;
   padding: 10px;
   border-radius: 10px;
   color: white;
   font-size: 30px;
}
.about-message-contents {
    width: 50vw;
}

.about-message-contents-list {
    text-align: center;
    margin: 15vh 5vw 7vh 5vw;
    background-color: white;
}

.about-message-contents-list ul {
    text-align: left;
    padding: 30px 70px;
    list-style: disc;
    font-size: 18px;
}

.about-message-image {
    width: 35vw;
}

.director-message {
    background-color: #d6e7c1;

}

.director-message-title {
    text-align: center;
    font-size: 25px;
    text-decoration: underline;
    padding-top: 10vh;
}

.director-profile-image {
    width: 35vw;
}

.director-message-pack {
    display: flex;
    justify-content: space-around;
    padding: 50px;
    align-items: center;
    margin-bottom: 100px;
}

.director-text {
    width: 40vw;
    line-height: 2.5;
    letter-spacing: 2px;
}

.director-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.director-message-image {
    position: relative;
    z-index: 1;
    bottom: 160px;
    right: 40px;
}

.logos {
    height: 120px;
    display: flex;
    flex-direction: row-reverse;
}

.director-thought-text {
    margin: -300px 20px 0;;
    background-color: white;
    padding: 20px 50px;
    font-size: 13px;
    position: relative;
}

.thought-text {
    line-height: 2;
    letter-spacing: 2px;
}

.line-icon {
    margin-right: 20px;
}

.sc {
    font-size: 13px;
    padding: 100px 20px;
    background-color: #fff7f0;
    border-top: 100px solid #d6e7c1;
    line-height: 25px;
}

.sc-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.sc-pack {
    background-color: white;
    padding: 20px 50px
}

.sc-contents h2 {
    font-weight: bold;
}


.fixed-line {
    color: white;
    writing-mode: vertical-rl; 
    background-color: #06C654;
    font-weight: bold;
    padding: 20px;
    font-size: 20px;
    position: fixed;
    top: 100px;
    right: 0;
    border-radius: 5px;
}
.fixed-line:hover {
    opacity: 0.6;
}

.fixed-line img {
    height: 40px;
    padding-top: 5px;
}

.logo2 {
    height: 130px;
}

.logo-icon-pack {
    height: 40px;
    margin: 50px;
}

.line-icon:hover {
    opacity: 0.6;
}
.x-icon:hover {
    opacity: 0.6;
}

footer {
    padding: 15px;
    background-color: #ccc;
    text-align: center;
}

.terms {
    text-decoration: underline;
}

.terms:hover {
    opacity: 0.6;
}

.last {
    padding-top: 30px;
}

.top-image-2 {
    display: none;
}

.hamburger-menu {
    display: none;
}
@media screen and (max-width: 480px) {
    .fixed-line {
        padding: 20px 10px;
        font-size: 15px;
    }
   .hamburger-menu {
    display: block;
   }
    .header-contents {
        display: none;
    }
    .header-contents li {
        font-size: 9px;
    }
    .top-image-2 {
        display: block;
    }
    .top-image {
        display: none;
    }
    .about-image {
        display: block;
    }
    .about-sentence {
        font-size: 12.5px;
    }
    .about-image-contents {
        display: flex;
        width: inherit;
    }
    .about-image-contents p {
        margin: 10px;
    }
    .sound-app {
        display: flex;
        writing-mode: vertical-lr;
        text-decoration: none;
    }
    .about-message {
        display: block;
    }
    .about-message-title {
        font-size: 15px;
    }
    .about-message-contents {
        width: inherit;
    }
    .about-message-image {
        width: inherit;
        padding: 10px 50px;
    }
    .director-message-pack {
        display: block;
        padding: 20px;
    }
    .director-text {
        width: inherit;
    }
    .director-profile-image {
        width: inherit;
    }
    .director-text p {
        font-size: 10px;
    }
    .logo-icon-pack {
        height: 35px;
        margin: 10px;

    }
    .director-message-image {
        width: 80%;
    }
    .director-thought-text {
        font-size: 10px;
        padding: 10px 15px;
    }
    .director-message-image {
        bottom: 191px;
        right: 50px;
    }
    .sc-pack {
        padding: 30px 30px;
    }
   .sc-contents {
    margin: 10px;
   }
   
}

