@charset "utf-8";
.main_page::after { background: rgba(169,137,75,0.3); }
#container { background: url(../imgs/bg.png) no-repeat left top / auto; }
.w970 { margin:0 auto; max-width:970px; width: 100%; }
.gold { color: #a9894b; }
sup { font-size: 1rem; }
@media screen and (max-width: 1024px) {
    #container { background-size: contain; }
}

.sec_access { overflow: hidden; padding: 60px 0; }
.base-copy { font-size: 1.6rem; line-height:2.2; }
.delay { transition-delay: 0.2s; }
.delay01 { transition-delay: 0.4s; }
.delay02 { transition-delay: 0.6s; }
.list_train {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.list_train li {
    position: relative;
    width: 28.5%;
}
.list_train .ttl {
    color: #a9894b;
    font-size: 5rem;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    right: -30px;
    top: -30px;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    z-index: 9;
    overflow: hidden;
}
.list_train .ttl span {
    opacity: 0;
    transform: translateX(60px);
    display: block;
    line-height: 1;
}
.list_train .on .ttl span {
    opacity: 1;
    transform: translateX(0);
    transition: 0.7s all 1.0s ease-in;
}
.list_train li:first-child {
    margin: 70px 0 0;
}
.list_train li:nth-child(2) {
    margin: 140px 0 0;
}
.wrap-ttl {
    display: flex;
    width: 100%;
}
.wrap-ttl {
    display: flex;
    position: relative;
}
.wrap-ttl:before {
    background: #a9894b;
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    position: absolute;
    top: 50%;
    transition: width 1.5s linear;
}
.wrap-ttl.on:before {
    width: 150%;
}
.access-ttl {
    background: #fff;
    display: flex;
    align-items: center;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.access-ttl .icon {
    margin-right: 20px;
    width: 50px;
}
.access-sub-ttl {
    border-bottom: 1px solid #a9894b;
    font-size: 1.8rem;
}
.access-sub-ttl .large { font-size: 120%; }

.access-txt {
    font-size: 2.8rem;
}
.access-txt {
    font-size: 2.5rem;
}
.access-txt .big { font-size: 150%; }
.access-txt .medium { font-size: 80%;}
.access-txt .small { font-size: 60%;}

.box-copy {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
}
.box-copy p:nth-child(1) {
    border-bottom: 1px solid #fff;
    font-size: 120%;
    padding-bottom: 5px;
}
.box-copy p:nth-child(2) {
    font-size: 160%;
}
@media screen and (max-width: 1024px) {
    .list_train {
        justify-content: space-around;
    }
    .access-txt {
        font-size: 2rem;
    }
    .box-copy {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 767px) {
    .sec_access {
        padding: 30px 0;
    }
    .base-copy {
        font-size: 1.4rem;
    }
    .list_train {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .list_train li {
        margin: 0 !important;
        width: 32%;
    }
    .list_train .ttl {
        font-size: 2.2rem;
        letter-spacing: 0;
        position: static;
        padding: 0 0 5px;
        text-align: center;
        writing-mode: inherit;
    }
    .list_train .ttl span {
        transform: translatey(60px);
    }
    .list_train .on .ttl span {
        transform: translatey(0);
        transition: 0.7s all 1s ease-in;
    }
    .access-ttl {
        font-size: 2.5rem;
    }
    .access-txt {
        font-size: 1.8rem;
    }
}