<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
    position: relative;
    background: url(../img/shared/hd_bg_sp.png) no-repeat center top/100% auto;
    padding: 9vw 0 0;
}
#header .logo {
    text-align: center;
    position: relative;
    left: -1.5vw;
}
#header .logo img {
    width: 46%;
}
#header h1 {
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 20px;
    margin: 7vw 3.33vw 6vw;
}
#header #key {
    margin: 0 3%;
}
#header #belt {
    color: #fff;
}
#header #belt .navi-sp .nav {
    --f-columns: 2;
    --f-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
}
#header #belt .navi-sp .nav li {
    margin-left: var(--f-gap);
    width: calc(100% / var(--f-columns) - var(--f-gap));
    border-bottom: 1px solid #b1b69f;
    text-align: center;
    padding: 9px 0;
}
#header #belt .navi-sp .nav li a {
    font-size: 15px;
    letter-spacing: 0.24em;
    display: block;
    text-align: center;
    background: none;
    padding: 4px;
    margin: 0 5px;
}
#header #belt .navi-sp .nav li a.active {
    background: url(../img/shared/bg2.jpg);
}
#header #belt .navi-sp .nav-sub {
    display: flex;
    justify-content: center;
    margin: 23px 0 31px;
}
#header #belt .navi-sp .nav-sub li:not(:last-child) {
    padding-right: 15px;
    margin-right: 17px;
    position: relative;
}
#header #belt .navi-sp .nav-sub li:not(:last-child)::before {
    content: "";
    border-left: 1px solid #fff;
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    transform: rotate(24deg);
}
#header #belt .navi-sp .nav-sub li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
#header #belt .navi-sp .nav-sub li a img {
    width: 12px;
    margin-right: 14px;
    position: relative;
    top: -2px;
}
#header #belt .navi-sp .gr-btn {
    display: flex;
    justify-content: space-between;
}
#header #belt .navi-sp .gr-btn li a {
    font-size: 13px;
    letter-spacing: 0.1em;
    display: block;
    border: 1px solid #fff;
    padding: 5px 21px 7px;
    position: relative;
}
#header #belt .navi-sp .gr-btn li a::after {
    content: "";
    background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
    width: 5px;
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
}
#header #belt .navi-sp .gr-btn .btn-lang {
    width: 38.5%;
    margin-right: 7px;
}
#header #belt .navi-sp .gr-btn .btn-lang a {
    background: url(../img/shared/bg2.jpg);
}
#header #belt .navi-sp .gr-btn .btn-link {
    flex: 1;
}
#header #belt .navi-sp .bnr {
    margin: 14px -15px 0;
}
#header #belt .navi-sp .box {
    margin: 22px -5% 0;
    padding: 9vw 5% 11.5vw;
    background: url(../img/shared/bg5.jpg);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    color: #333;
    text-align: center;
}
#header #belt .navi-sp .box .txt-sub {
    line-height: 20px;
}
#header #belt .navi-sp .box .btn-web {
    max-width: 88%;
    margin: 9vw auto 5vw;
    padding-bottom: 8vw;
    position: relative;
}
#header #belt .navi-sp .box .btn-web::before {
    content: "";
    border-top: 1px dashed #c0b7ac;
    position: absolute;
    right: 5%;
    bottom: 0;
    left: 5%;
}
#header #belt .navi-sp .ins {
    margin-top: 33px;
    text-align: center;
}
#header #belt .navi-sp .ins img {
    width: 46px;
    height: auto;
}
#header .hd-bnr {
    max-width: 75%;
    margin: 10vw auto 0;
}
#header #rss {
    background: #fff;
    border: 1px solid #90954e;
    border-left: 0;
    position: relative;
    z-index: 2;
    margin: -5vw 13% 0 0;
    padding: 6vw 10% 6.5vw;
    height: 50vw;
}
#header #rss h2 {
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #d4d0cc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
#header #rss .feed .rss-item dt {
    font-family: "Forum";
    letter-spacing: 0.05em;
}
#header #rss .feed .rss-item dd {
    margin-top: -5px;
}
#header #rss .feed .rss-item dd a {
    font-weight: 500;
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 23px;
}
#header #rss .btn-more {
    margin-top: 10px;
    width: 30%;
}
#header #rss .btn-more a {
    font-size: 4.6vw;
    display: block;
    border: 1px solid #beb8b2;
    border-radius: 99px;
    padding: 0px 5%;
    text-align: center;
    line-height: 1.2;
}
#footer {
    background: url(../img/shared/bg2.jpg);
    color: #fff;
}
#footer .set2 {
    padding: 20vw 0 0;
}
#footer .set2 .content .col-l .logo {
    width: 55%;
    margin: 0 auto 10vw;
}
#footer .set2 .content .col-l .txt {
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.12em;
}
#footer .set2 .content .col-l .box {
    margin: 10vw 3% 0;
    padding: 13vw 5% 11.5vw;
    position: relative;
    color: #333;
    background: url(../img/shared/bg5.jpg);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    text-align: center;
}
#footer .set2 .content .col-l .box .txt-sub {
    line-height: 20px;
}
#footer .set2 .content .col-l .box .btn-web {
    max-width: 88%;
    margin: 9vw auto 5vw;
    padding-bottom: 8vw;
    position: relative;
}
#footer .set2 .content .col-l .box .btn-web::before {
    content: "";
    border-top: 1px dashed #b7aea3;
    position: absolute;
    right: 5%;
    bottom: 0;
    left: 5%;
}
#footer .set2 .content .col-r {
    border-top: 1px dashed #625c58;
    margin-top: 11vw;
}
#footer .set2 .content .col-r dl {
    line-height: 23px;
    letter-spacing: 0.05em;
    padding: 13px 5px;
    border-bottom: 1px dashed #625c58;
}
#footer .set3 {
    padding: 12vw 0 30vw;
    text-align: center;
    letter-spacing: 0.2em;
}
#footer .set3 .col-r {
    color: #e0e0e0;
}
#footer .set3 .col-r a {
    display: inline-block;
    position: relative;
    padding: 0 0 4px 23px;
}
#footer .set3 .col-r a::before {
    content: "";
    background: url(../img/shared/icon_copy.png) no-repeat 0 0/100% auto;
    width: 13px;
    height: 32px;
    position: absolute;
    top: 2px;
    left: 0;
}
#footer .set3 .col-r a::after {
    content: "";
    border-top: 1px solid #8d8c8c;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
#footer .set3 .col-r .btn-copy {
    margin-bottom: 17px;
}
#footer .set3 .col-r .btn-copy a {
    opacity: 0.9;
}
#footer .set3 .col-r .cookies_link a::before {
    background: url(../img/shared/icon_cookie.png) no-repeat 0 0/100% auto;
    top: 7px;
}
#footer .set3 .col-l {
    margin-top: 35px;
}
#footer .set3 .col-l address {
    font-family: "Zen Old Mincho";
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #c5c3bb;
    margin-top: 10px;
}
.popup-content {
    background:
        url(../img/course/sec6_popup_deco.png) no-repeat center top/180% auto,
        url(../img/shared/popup_bg.jpg);
    color: #1c1300;
    position: relative;
}
.popup-content::before {
    content: "";
    border: 1px solid #6d7139;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
}
.popup-content h2 .ttl-eng {
    margin-bottom: 4vw;
}
.popup-content h2 .ttl-jp {
    color: #1c1300;
}
.popup-content .note {
    margin: 7vw 0 10vw;
}
.popup-content .content .col .item {
    margin-bottom: 12vw;
}
.popup-content .content .col .item h3 {
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #fff;
    background: url(../img/shared/bg10.jpg);
    padding: 2.5vw 5%;
    text-align: center;
}
.popup-content .content .col .item .list dl {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #aba282;
}
.popup-content .content .col .item .list dl dt {
    text-align: left;
}
.popup-content .content .col .item .list dl dd {
    text-align: right;
    white-space: nowrap;
    margin-left: 10px;
}
.popup-content .content .col .item .taj {
    text-align: justify;
}
.popup-content .content .col .item .txt-sub {
    margin: 10px 0 20px;
}
@media screen and (min-width: 768px) {
    #header {
        background: url(../img/shared/hd_bg.png) no-repeat center top/100% auto;
        padding: 65px 0 0;
    }
    #header .logo {
        text-align: left;
        left: 0;
        margin-left: -128px;
    }
    #header .logo img {
        width: 237px;
        height: auto;
    }
    #header .hd-container {
        max-width: 1176px;
        padding: 0 20px;
        margin: 0 auto;
        color: #fff;
    }
    #header .hd-container .container {
        display: flex;
    }
    #header .hd-container .hd-info {
        flex: 1;
        margin-left: 65px;
    }
    #header .hd-container .hd-info .item1 {
        display: flex;
        justify-content: space-between;
    }
    #header .hd-container .hd-info .item1 .tel {
        display: flex;
    }
    #header .hd-container .hd-info .item1 .tel dt {
        font-size: 13px;
        letter-spacing: 0.05em;
    }
    #header .hd-container .hd-info .item1 .tel dd {
        margin: -2px 0 0 17px;
    }
    #header .hd-container .hd-info .item1 .tel dd img {
        position: relative;
        top: -5px;
        margin-right: 8px;
    }
    #header .hd-container .hd-info .item1 .tel dd span {
        font-size: 30px;
        letter-spacing: 0.05em;
    }
    #header .hd-container .hd-info .item1 .nav-sub {
        display: flex;
        justify-content: flex-end;
    }
    #header .hd-container .hd-info .item1 .nav-sub li:not(:last-child) {
        padding-right: 22px;
        margin-right: 17px;
        position: relative;
    }
    #header .hd-container .hd-info .item1 .nav-sub li:not(:last-child)::before {
        content: "";
        border-left: 1px solid #fff;
        position: absolute;
        top: 9px;
        right: 0;
        bottom: 9px;
        transform: rotate(22deg);
    }
    #header .hd-container .hd-info .item1 .nav-sub li a {
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.15em;
    }
    #header .hd-container .hd-info .item1 .nav-sub li a:hover {
        opacity: 0.7;
    }
    #header .hd-container .hd-info .item1 .nav-sub li a img {
        width: 13px;
        height: auto;
        margin-right: 14px;
        position: relative;
        top: -2px;
    }
    #header .hd-container .hd-info .item2 {
        display: flex;
        margin: 10px 0 0;
        justify-content: space-between;
    }
    #header .hd-container .hd-info .item2 .nav {
        display: flex;
    }
    #header .hd-container .hd-info .item2 .nav li:not(:last-child) {
        margin-right: 41px;
    }
    #header .hd-container .hd-info .item2 .nav li a {
        text-align: center;
        display: block;
        line-height: 30px;
        padding-bottom: 12px;
        position: relative;
    }
    #header .hd-container .hd-info .item2 .nav li a.active::before,
    #header .hd-container .hd-info .item2 .nav li a:hover::before {
        opacity: 1;
        visibility: visible;
    }
    #header .hd-container .hd-info .item2 .nav li a::before {
        content: "";
        border-top: 2px solid #b9bda7;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }
    #header .hd-container .hd-info .item2 .nav li a .ttl-jp {
        display: block;
        font-size: 18px;
        letter-spacing: 0.1em;
    }
    #header .hd-container .hd-info .item2 .nav li a .ttl-eng {
        font-family: "Cormorant Garamond";
        display: block;
        font-size: 14px;
        letter-spacing: 0.1em;
        color: #dddcd0;
        text-transform: uppercase;
    }
    #header .hd-container .hd-info .item2 .gr-btn {
        display: flex;
        justify-content: space-between;
        width: 370px;
        margin: 5px 3px 0 0;
    }
    #header .hd-container .hd-info .item2 .gr-btn li a {
        font-size: 16px;
        letter-spacing: 0.1em;
        display: block;
        border: 1px solid #fff;
        padding: 4px 32px;
        position: relative;
        transition-duration: 0.3s;
    }
    #header .hd-container .hd-info .item2 .gr-btn li a:hover {
        opacity: 0.8;
    }
    #header .hd-container .hd-info .item2 .gr-btn li a::after {
        content: "";
        background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
        width: 5px;
        position: absolute;
        top: 0;
        right: 12px;
        bottom: 0;
    }
    #header .hd-container .hd-info .item2 .gr-btn .btn-lang {
        width: 142px;
        margin-right: 9px;
    }
    #header .hd-container .hd-info .item2 .gr-btn .btn-lang a {
        background: url(../img/shared/bg2.jpg);
        padding: 4px 25px;
    }
    #header .hd-container .hd-info .item2 .gr-btn .btn-link {
        flex: 1;
    }
    #header h1 {
        font-size: 15px;
        line-height: 37px;
        text-align: left;
        margin: 0;
        position: absolute;
        top: 233px;
        right: 93px;
        color: #333;
        white-space: nowrap;
    }
    #header #key {
        margin: 46px 150px 0;
        height: 620px !important;
    }
    #header #belt .navi-pc {
        display: flex;
        justify-content: space-between;
        padding: 16px 21px 9px 18px;
    }
    #header #belt .navi-pc .col-l {
        display: flex;
        align-items: flex-start;
    }
    #header #belt .navi-pc .col-l .fix-logo {
        width: 139px;
    }
    #header #belt .navi-pc .col-l .fix-logo img {
        width: 100%;
        height: auto;
    }
    #header #belt .navi-pc .col-l .tel {
        margin: -11px 0 0 22px;
    }
    #header #belt .navi-pc .col-l .tel dt {
        font-size: 13px;
        letter-spacing: 0.05em;
    }
    #header #belt .navi-pc .col-l .tel dd {
        margin: -9px 0 0 4px;
    }
    #header #belt .navi-pc .col-l .tel dd img {
        width: 15px;
        height: auto;
        margin-right: 8px;
        position: relative;
        top: -3px;
    }
    #header #belt .navi-pc .col-l .tel dd span {
        font-size: 30px;
        letter-spacing: 0.05em;
    }
    #header #belt .navi-pc .col-r {
        display: flex;
        margin-top: 5px;
    }
    #header #belt .navi-pc .col-r .nav {
        display: flex;
        margin: 2px 21px 0 0;
    }
    #header #belt .navi-pc .col-r .nav li:not(:last-child) {
        margin-right: 43px;
    }
    #header #belt .navi-pc .col-r .nav li a {
        font-size: 18px;
        letter-spacing: 0.1em;
        display: inline-block;
        position: relative;
        padding-bottom: 3px;
    }
    #header #belt .navi-pc .col-r .nav li a::before {
        content: "";
        border-top: 1px solid #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }
    #header #belt .navi-pc .col-r .nav li a.active::before,
    #header #belt .navi-pc .col-r .nav li a:hover::before {
        opacity: 1;
        visibility: visible;
    }
    #header #belt .navi-pc .col-r .btn-link {
        width: 219px;
    }
    #header #belt .navi-pc .col-r .btn-link a {
        font-size: 16px;
        letter-spacing: 0.1em;
        display: block;
        border: 1px solid #fff;
        padding: 3px 31px 4px;
        position: relative;
        transition-duration: 0.3s;
    }
    #header #belt .navi-pc .col-r .btn-link a::after {
        content: "";
        background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
        position: absolute;
        top: 0;
        right: 12px;
        bottom: 0;
        width: 5px;
    }
    #header #belt .navi-pc .col-r .btn-link a:hover {
        opacity: 0.8;
    }
    #header .hd-bnr {
        max-width: 100%;
        margin: 0;
        position: absolute;
        left: 54px;
        bottom: -22px;
        z-index: 2;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    }
    #header #rss {
        position: absolute;
        left: 0;
        bottom: -78px;
        margin: 0;
        padding: 28px 46px 37px 55px;
        height: 117px;
        width: 542px;
        z-index: 2;
    }
    #header #rss h2 {
        font-size: 16px;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        width: 100px;
    }
    #header #rss .gr {
        display: flex;
        align-items: flex-start;
    }
    #header #rss .feed {
        flex: 1;
        padding: 9px 0 16px 32px;
        position: relative;
    }
    #header #rss .feed::before {
        content: "";
        border-left: 1px solid #beb8b2;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }
    #header #rss .feed .rss-item {
        font-size: 14px;
        line-height: 20px;
    }
    #header #rss .feed .rss-item dd {
        margin-top: 0;
        display: inline-block;
        position: relative;
    }
    #header #rss .feed .rss-item dd::after {
        content: "";
        background: url(../img/shared/rss_arr.png) no-repeat;
        width: 10px;
        height: 9px;
        position: absolute;
        top: 5px;
        right: -16px;
    }
    #header #rss .feed .rss-item dd a {
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    #header #rss .feed .rss-item dd a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    #header #rss .btn-more {
        margin-top: 0;
        width: 63px;
        position: absolute;
        top: 64px;
        left: 59px;
    }
    #header #rss .btn-more a {
        font-size: 14px;
        padding: 0px 5px;
        line-height: 17px;
        transition-duration: 0.3s;
    }
    #header #rss .btn-more a:hover {
        opacity: 0.7;
    }
    #footer .set1 {
        background: rgba(0, 0, 0, 0.5);
        padding: 39px 0 47px;
    }
    #footer .set1 .nav {
        display: flex;
        justify-content: center;
    }
    #footer .set1 .nav li:not(:last-child) {
        padding-right: 22px;
        margin-right: 22px;
        position: relative;
    }
    #footer .set1 .nav li:not(:last-child)::before {
        content: "";
        border-left: 1px solid #fff;
        position: absolute;
        top: 11px;
        right: 0;
        bottom: 10px;
    }
    #footer .set1 .nav li a {
        font-size: 16px;
        letter-spacing: 0.1em;
        display: inline-block;
        position: relative;
    }
    #footer .set1 .nav li a::before {
        content: "";
        background: #667041;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -13px;
        opacity: 0;
        visibility: hidden;
    }
    #footer .set1 .nav li a.active::before,
    #footer .set1 .nav li a:hover::before {
        opacity: 1;
        visibility: visible;
    }
    #footer .set2 {
        padding: 86px 0 57px;
        position: relative;
    }
    #footer .set2::before {
        content: "";
        border-top: 1px solid #515151;
        position: absolute;
        right: calc(50% - 600px);
        bottom: 0;
        left: calc(50% - 600px);
    }
    #footer .set2 .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #footer .set2 .content .col-l {
        width: 402px;
        margin: 4px 0 0 49px;
    }
    #footer .set2 .content .col-l .logo {
        width: 237px;
        margin: 0 auto 53px;
        position: relative;
        left: -9px;
    }
    #footer .set2 .content .col-l .logo img {
        width: 100%;
        height: auto;
    }
    #footer .set2 .content .col-l .txt {
        font-size: 16px;
        line-height: 25px;
    }
    #footer .set2 .content .col-l .box {
        margin: 67px 0 0;
        padding: 52px 30px 54px;
    }
    #footer .set2 .content .col-l .box .txt-sub {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.12em;
    }
    #footer .set2 .content .col-l .box .btn-web {
        max-width: 100%;
        margin: 33px auto 34px;
        padding-bottom: 46px;
    }
    #footer .set2 .content .col-l .box .btn-web::before {
        right: -24px;
        left: -24px;
    }
    #footer .set2 .content .col-l .box .tel dd img {
        width: 19px;
        margin-right: 11px;
        top: -4px;
    }
    #footer .set2 .content .col-l .box .tel dd span {
        font-size: 36.6px;
    }
    #footer .set2 .content .col-l .box .tel dd small {
        margin-top: 3px;
    }
    #footer .set2 .content .col-r {
        margin-top: 0;
        width: 500px;
    }
    #footer .set2 .content .col-r dl {
        line-height: 28px;
        letter-spacing: 0.12em;
        padding: 13.5px 15px;
        font-size: 16px;
    }
    #footer .set2 .content .col-r dl dd {
        margin-right: -12px;
    }
    #footer .set3 {
        padding: 54px 0 52px;
        text-align: left;
    }
    #footer .set3 .wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #footer .set3 .col-r {
        display: flex;
        align-items: flex-start;
        font-size: 11px;
        margin-top: -11px;
    }
    #footer .set3 .col-r a {
        padding: 0 0 0 20px;
        letter-spacing: 0.2em;
    }
    #footer .set3 .col-r a::before {
        width: 11px;
        top: 10px;
    }
    #footer .set3 .col-r a::after {
        bottom: 4px;
    }
    #footer .set3 .col-r a:hover::after {
        content: none;
    }
    #footer .set3 .col-r .btn-copy {
        margin: 0 25px 0 0;
    }
    #footer .set3 .col-r .cookies_link a::before {
        top: 14px;
    }
    #footer .set3 .col-l {
        margin-top: 0;
    }
    #footer .set3 .col-l #socialbuttons {
        margin: 0;
        text-align: left;
    }
    #footer .set3 .col-l address {
        font-size: 13px;
        margin-top: 2px;
    }
    .popup-content {
        background:
            url(../img/course/sec6_popup_deco.png) repeat-x,
            url(../img/shared/popup_bg.jpg);
        max-width: 1200px;
        font-size: 16px;
    }
    .popup-content::before {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .popup-content h2 .ttl-eng {
        margin-bottom: 22px;
    }
    .popup-content .note {
        margin: 37px 0 43px;
        line-height: 40px;
    }
    .popup-content .content {
        display: flex;
        justify-content: space-between;
    }
    .popup-content .content .col {
        width: 410px;
    }
    .popup-content .content .col .item {
        margin-bottom: 67px;
    }
    .popup-content .content .col .item h3 {
        font-size: 25px;
        line-height: 40px;
        padding: 8px 10px;
    }
    .popup-content .content .col .item .list dl {
        padding: 15px 4px 15px 0;
        line-height: 30px;
        letter-spacing: 0.05em;
    }
    .popup-content .content .col .item .list dl dd {
        margin-left: 0;
    }
    .popup-content .content .col .item .taj {
        text-align: justify;
    }
    .popup-content .content .col .item .txt-sub {
        margin: 21px 0 38px;
        line-height: 21px;
        letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 1450px) and (min-width: 768px) {
    #header {
        background: url(../img/shared/hd_bg.png) no-repeat center top/105% auto;
    }
    #header .logo {
        margin-left: calc(-50vw + 50% + 20px);
    }
    #header .hd-container {
        max-width: 100%;
    }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
    #header {
        background: url(../img/shared/hd_bg.png) no-repeat center top/110% auto;
    }
    #header .hd-container .hd-info {
        margin-left: 30px;
    }
    #header .hd-container .hd-info .item2 .nav li:not(:last-child) {
        margin-right: 30px;
    }
    #header .logo img {
        width: 220px;
    }
    #header #belt .navi-pc .col-r .nav li:not(:last-child) {
        margin-right: 25px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    #header .hd-container {
        zoom: 0.9;
    }
    #header .logo {
        margin-left: 0;
    }
    #header #belt .navi-pc {
        zoom: 0.9;
    }
}
</pre></body></html>