@charset "utf-8";
/* CSS Document */


#page_ttl::before {
    content: '';
    display: block;
    width: 70rem;
    height: 70rem;
    border-radius: 50%;
    background-color: #d1e8e6;
    position: absolute;
    top: 16rem;
    left: 56%;
    transform: translate(-50%,0);
    z-index: -2;
}

@media screen and (max-width: 768px) {
#page_ttl::before {
    width: 30rem;
    height: 30rem;
    top: -4rem;
    left: 62%;
}
    
}


/* #ceo_message
----------------------------------------- */
#ceo_message {
}
#ceo_message .inner {
    padding-top: 0;
}

#ceo_message .txt_wrap {
    font-size: 1.9rem;
    line-height: calc(34/19);
    letter-spacing: 0;
}

#ceo_message .layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}
#ceo_message .layout .img_wrap {
    width: calc(610 / 1200 * 100%);
    margin-left: -8rem;
}
#ceo_message .layout .txt_wrap {
    width: calc(555 / 1200 * 100%);
}

@media screen and (max-width: 768px) {
#ceo_message {
}
#ceo_message .inner {
    padding-top: 0;
}

#ceo_message .txt_wrap {
    font-size: 1.2rem;
}

#ceo_message .layout {
    margin-top: 2rem;
}
#ceo_message .layout .img_wrap {
    width: 100%;
    margin-left: 0;
}
#ceo_message .layout .txt_wrap {
    width: 100%;
    margin-top: 2rem;
}
}


/* #movie
----------------------------------------- */
#movie {
}
#movie .inner {
    max-width: 98rem;
    padding-top: 12rem;
}

#movie .movie_wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
}
#movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
#movie {
}
#movie .inner {
    padding-top: 6rem;
}

}



/* #sns
----------------------------------------- */
#sns {
}
#sns .inner {
    padding-top: 12rem;
}

#sns .layout {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: center;
    margin-top: 8rem;
}
#sns .layout .img_wrap {
    width: 26.5rem;
    margin-right: 10rem;
}
#sns .layout .txt_wrap {
    /*width: calc(100% - 37rem);*/
    width: auto;
    font-size: 2.4rem;
    line-height: calc(42/24);
    letter-spacing: 0;
}

#sns .sns_list {
    align-items: center;
    justify-content: flex-start;
    margin-top: 6rem;
}
#sns .sns_list > li:not(:first-child) {
    margin-left: 9rem;
}

@media screen and (max-width: 768px) {
#sns .inner {
    padding-top: 6rem;
}

#sns .layout {
    flex-flow: column;
    margin-top: 4rem;
}
#sns .layout .img_wrap {
    width: 20rem;
    margin: auto;
}
#sns .layout .txt_wrap {
    /*width: calc(100% - 37rem);*/
    width: auto;
    font-size: 1.6rem;
    line-height: calc(42/24);
    letter-spacing: 0;
    margin-top: 1rem;
}

#sns .sns_list {
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
#sns .sns_list > li:not(:first-child) {
    margin-left: 3rem;
}
#sns .sns_list > li a {
    display: flex;
    width: 5rem;
}
}
