:root {
    --rcs-vis-fig-size: 60%;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.rcs-s1-contents-wrapper {
    margin: 5px 10px 5px;
    max-width: 98vw;
    padding-right: 0px;
    padding-left: 0px;
    background-color: var(--rcs-bgc-contents);
}

@media screen and (max-width: 480px) {
    .rcs-s1-contents-wrapper {
        margin: 0px 0px;
    }
}
.rcs-s1-myinfo {
    clear: both;
    width: 100%;
    text-align: left;
    margin: auto;
    font-size: calc(10px + 4 * (100vw - 380px) / 820);
    font-family: "Zen Kaku Gothic Ant Regular", "Hiragino Kaku Gothic ProN",
        "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
}
.rcs-s1-myinfo div dt {
    float: left;
}
.rcs-s1-myinfo div dd {
    padding-left: 5em;
}
.rcs-s1-aspmap {
    width: 40%;
    position: relative;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
    .rcs-s1-aspmap {
        width: 80%;
    }
}
@media screen and (max-width: 915px) {
    .rcs-s1-aspmap {
        width: 80%;
    }
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    .rcs-s1-aspmap {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    .rcs-s1-aspmap {
        width: 80%;
    }
}
.rcs-s1-aspmap__image {
    width: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
    .rcs-s1-aspmap__image {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: relative;
    }
}
@media screen and (max-width: 915px) {
    .rcs-s1-aspmap__image {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: relative;
    }
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    .rcs-s1-aspmap__image {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: relative;
    }
}
@media screen and (max-width: 480px) {
    .rcs-s1-aspmap__image {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: relative;
    }
}
/*
 * rcs components
 */
/*
 * rcs-visual component
 */
rcs-visual.visual {
    --x-nop: nop;
    --top-margin: var(--rcs-s0-head-size);
}
rcs-visual.visual::part(figure) {
    --x-nop: nop;
}
rcs-visual.visual::part(catch) {
    /* figureブロックの下に表示したいのでabsoluteから変更 */
    position: relative;
    top: 10px;
    left: 0px;
    margin: 0 0 0 50px;
}
.rcs-s1-vis-image {
    width: 100%;
    aspect-ratio: 1.77;
}
.rcs-s1-vis-span {
    display: block;
    margin: 30px 0;
}
.rcs-s1-vis-span span {
    --x-top: 40px;
    font-size: var(--rcs-s2);
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    .rcs-s1-vis-span span {
        font-size: var(--rcs-s1);
        display: inline-block;
    }
    rcs-visual.visual::part(catch) {
        top: 10px;
        left: 0;
        margin: 0 0 0 50px;
    }
}
@media screen and (max-width: 480px) {
    rcs-visual.visual {
        --top-margin: var(--rcs-s0-head-size-sm);
    }
    .rcs-s1-vis-span span {
        display: inline-block;
        font-size: var(--rcs-s1);
    }
    rcs-visual.visual::part(catch) {
        top: 0px;
        left: 0px;
        margin: 0;
    }
}
/*
 * About Us
 */
rcs-article.aboutus {
    background-color: var(--rcs-bgc-normal);
    height: 300px;
}
rcs-article.aboutus::part(left) {
    flex-basis: 30%;
}
.rcs-s1-aboutus-image {
    width: 90%;
}
rcs-article.aboutus::part(right) {
    flex-basis: 70%;
}
.rcs-s1-aboutus-ul li {
    list-style-type: square;
    font-size: var(--rcs-s1);
    width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    rcs-article.aboutus::part(right) {
        flex-basis: 65%;
        margin-left: 20px;
    }
    .rcs-s1-aboutus-ul li {
        font-size: var(--rcs-s0);
    }
}
@media screen and (max-width: 480px) {
    rcs-article.aboutus {
        width: 100%;
        margin-bottom: 150px;
    }
    rcs-article.aboutus::part(toprow) {
        flex-flow: column nowrap;
    }
    rcs-article.aboutus::part(right) {
        width: 90%;
        margin-left: 20px;
    }
    rcs-article.aboutus::part(left) {
        width: 80%;
        top: 5px;
        left: 30px;
    }
    .rcs-s1-aboutus-ul li {
        font-size: var(--rcs-s0);
    }
}

/*
 * Access and Link list
 */
rcs-flex.flex1 {
    margin: 10px 0 0 0;
}
@media screen and (max-width: 480px) {
    rcs-flex.flex1 {
        flex-direction: column;
    }
}

/*
 * rcs-card for Acces map
 */
rcs-card.access {
    flex-basis: 45%;
    margin: 0 0.8rem;
    width: 100%;
    color: var(--rcs-fc-title);
    background-color: var(--rcs-bgc-normal);
}
rcs-card.access::part(title) {
    display: block;
}
rcs-card.access::part(figure) {
    width: 100%;
}
rcs-card.access::part(contents) {
    background-color: var(--rcs-bgc-normal);
    color: var(--rcs-fc-body);
    width: 90%;
    margin: 1px 1rem;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    rcs-card.access {
        flex-flow: column nowrap;
    }
    rcs-card.access::part(toprow) {
        flex-flow: column nowrap;
    }
}

@media screen and (max-width: 480px) {
    rcs-card.access {
        margin: 0;
    }
    rcs-card.access::part(toprow) {
        flex-flow: column nowrap;
    }
    rcs-card.access::part(figure) {
        width: 100%;
        margin: 0px;
    }
    rcs-card.access::part(contents) {
        margin: 10px 0 0 45px;
    }
    .rcs-s1-access__image {
        width: 100%;
        height: 100%;
    }
}
/*
 * rcs-card for link list
 */
.rcs-s1-link {
    font-size: var(--rcs-s0);
}
.rcs-s1-linklist {
    flex-basis: 50%;
}
/*
 * rcs-desc component
 */
rcs-desc.link {
    font-size: var(--rcs-s0);
}
rcs-desc.link::part(title) {
    color: var(--rcs-fc-title);
    font-size: var(--rcs-s1);
    flex-basis: 100%;
}
rcs-desc.link::part(trail) {
    display: none;
}
rcs-desc.link::part(contents) {
    display: none;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    rcs-desc.link::part(title),
    rcs-desc.link::part(trail) {
        background-color: var(--rcs-bgc-normal);
        color: var(--rcs-fc-title);
        font-size: var(--rcs-s1);
    }
}
@media screen and (max-width: 480px) {
    rcs-desc.link::part(title),
    rcs-desc.link::part(trail) {
        color: var(--rcs-fc-title);
        font-size: var(--rcs-s-2);
    }
}
/*
 * rcs-card for History
 */
rcs-card.hist-col1 {
    margin: 0 0.8rem;
    --width: 80%;
    color: var(--rcs-fc-title);
    --border: 9px dotted gray;
    background-color: var(--rcs-bgc-contents);
}
.rcs-card div.hist-contents {
    background-color: var(--rcs-bgc-contents);
    color: var(--rcs-fc-body);
    width: 90%;
    margin: 1px 1rem;
}
/*
 * goo blog style
 */
#rcs-blog {
    display: flex;
    flex-flow: row wrap;
}
.rcs-s1-blog-item1 {
    background-color: var(--rcs-bgc-normal);
    margin: 10px 10px 10px 10px;
    width: 30%;
    color: var(--rcs-fc-body);
    border-bottom: dotted 1px black;
}
.rcs-s1-blog-title {
    font-size: var(--rcs-s1);
}
.rcs-s1-blog-image1 {
    width: 100%;
    --margin: 0 0 0 20vw;
    flex-basis: 30%;
}
.rcs-s1-blog-info-text {
    font-size: var(--rcs-s0);
    max-width: 90ch;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
    .rcs-s1-blog-title {
        font-size: var(--rcs-s0);
    }
}

@media screen and (max-width: 480px) {
    #rcs-blog {
        flex-direction: column;
    }
    .rcs-s1-blog-item1 {
        width: 100%;
        margin: 10px 0 10px 0;
        border-bottom: 3px dotted gray;
    }
    .rcs-s1-blog-title {
        font-size: var(--rcs-s0);
    }
    .rcs-s1-blog-info-text {
        font-size: var(--rcs-s0);
    }
}
