@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

img {
    max-width: 100%;
    height: auto;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/* ================================================
BASE：基本設定
================================================ */
html {
    font-size: 10px;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
}

#wrapper {
    position: relative;
    min-width: 1020px;
    margin: auto;
}

.spOnly {
    display: none !important;
}

.pcOnly {
    display: block !important;
}

#loading {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #D3F5E7;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    opacity: 1;
    z-index: 999999
}

#loading.off {
    opacity: 0;
    z-index: -1
}

#loadingTextG {
    display: table-cell;
    margin: auto;
    color: #D3F5E7;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle
}

#loadingText01 {
    animation: f_textG 1500ms normal 1 forwards
}

#loadingText02 {
    padding-left: .75em;
    animation: f_textG 1500ms normal 750ms 1 forwards
}

#loadingText03 {
    animation: f_textdodG 1000ms normal 1500ms infinite
}

#loadingText04 {
    animation: f_textdodG 1000ms normal 1750ms infinite
}

#loadingText05 {
    animation: f_textdodG 1000ms normal 2000ms infinite
}

@keyframes f_textG {
    0% {
        color: #f3edd3
    }

    100% {
        color: #473b2f
    }
}

@keyframes f_textdodG {
    0% {
    }

    50% {
        color: #473b2f
    }

    100% {
    }
}

#loadingani {
    width: 112px;
    height: 176px;
    margin: 30px auto 0;
    overflow: hidden
}

#loadingani img {
    -webkit-animation: scroll02 750ms steps(6) infinite;
    animation: scroll02 750ms steps(6) infinite
}

@-webkit-keyframes scroll02 {
    from {
        margin-top: 0
    }

    to {
        margin-top: -1056px
    }
}

@keyframes scroll02 {
    from {
        margin-top: 0
    }

    to {
        margin-top: -1056px
    }
}

.floating_btn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 0 23px;
    z-index: 1000;
}

.floating_btn .btn_area_txt {
    margin-bottom: 12px;
}

.floating_btn .btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.wrap-block {
    background: url(../images/content_bg.jpg) top center no-repeat;
    background-size: 100% 100%;
    padding-top: 160px;
    padding-bottom: 260px;
}

@media screen and (max-width: 767px) {
    .spOnly {
        display: block !important;
    }

    .pcOnly {
        display: none !important;
    }

    #wrapper {
        min-width: unset;
    }

    .wrap-block {
        background: url(../images/content_bg_sp.jpg) top center no-repeat;
        background-size: 100%;
        padding: 42.665vw 3.334vw 14.933vw;
    }

    .floating_btn {
        padding: 1.0667vw 0 1.333vw;
    }

    .floating_btn .btn_area_txt {
        margin-bottom: 2.133vw;
    }

    .floating_btn .btn_area_txt img {
        width: 79.73%;
    }

    .floating_btn .btn_group {
        gap: 3.2vw;
        padding: 0 5.333vw;
    }
}

h1 {
    display: none;
}

.mv {
    height: 575px;
    background: url(../images/mv_bg_pc.png) top center no-repeat;
    position: relative;
}

.mv .mv_textbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    position: relative;
}

.mv .logo {
    position: relative;
    left: 11px;
    top: -3px;
}

.mv .txt01 {
    position: relative;
    top: -50px;
    left: 9px;
}

.mv .character01 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 900px;
    text-align: center;
}

.mv .character01 img {
    max-width: 442px;
}

.mv .character02 {
    position: absolute;
    bottom: 0;
    left: 764px;
    right: 0;
    text-align: center;
}


.mv .character02 img {
    max-width: 438px;
}

.mv .cloud {
    position: absolute;
    bottom: -3px;
    left: 0;
}

.mv .txt02 {
    position: absolute;
    left: 49.7%;
    bottom: -12px;
    transform: translateX(-50%);
    z-index: 1;
}

#mv_video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#mv_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    display: block;
    width: 100%;
}

#mv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mv_bg_overlay.png) left top repeat;
}


@media screen and (max-width: 767px) {
    .mv {
        height: 144vw;
        background: url(../images/mv_bg_sp.png) top no-repeat;
        background-size: 100%;
    }

    .mv .mv_textbox {
        padding-top: 1.866vw;
        position: relative;
    }

    .mv .logo {
        width: 26vw;
        left: -0.533vw;
        top: 0.266vw;
    }

    .mv .logo_gungho {
        position: relative;
        width: 24.4vw;
        top: 0.533vw;
        left: -2.666vw;
    }

    .mv h2 {
        margin-top: -0.533vw;
        position: relative;
    }

    .mv .character01 {
        position: absolute;
        left: 0;
        bottom: 2.133vw;
        width: 40.267%;
    }
    
    .mv .character01 img {
        width: 100%;
    }

    .mv .character02 {
        position: absolute;
        left: unset;
        right: 0;
        bottom: 0;
        width: 52%;
    }

        
    .mv .character02 img {
        width: 100%;
    }

    .mv .txt {
        position: absolute;
        width: 100%;
        bottom: -2.4vw;
        z-index: 1;
    }

    .mv .cloud {
        position: absolute;
        bottom: -5.333vw;
        left: 0;
    }

    #mv_video video {
        min-width: 1920px;
        min-height: 100vw;
    }

    #mv:before {
        background-size: 4px 4px;
    }
}

.btn_area {
    position: relative;
    top: 0;
    width: 100%;
    padding: 20px 0 23px;
    background-color: #fff;
    z-index: 100;
}

.btn_area .btn_area_txt {
    margin-bottom: 12px;
}

.btn_area .btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .btn_area {
        padding: 1.0667vw 0 1.333vw;
    }

    .btn_area .btn_area_txt {
        margin-bottom: 2.133vw;
    }

    .btn_area .btn_area_txt img {
        width: 79.73%;
    }

    .btn_area .btn_group {
        gap: 3.2vw;
        padding: 0 5.333vw;
    }
}

.block01 {
    max-width: 1110px;
    margin: 0 auto;
    background-color: rgba(212,246,231,0.8);
    border-radius: 24px;
    padding: 0 50px 60px 60px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
}

.block01 .img01 {
    position: relative;
}

.block01 .img01 .img {
    margin-top: -125px;
}

.block01 .img01 .gif {
    position: absolute;
}

.block01 .img01 .gif .gif-ttl {
    position: relative;
    bottom: -19px;
}

.block01 .img01 .gif .gif-img {
    box-sizing: border-box;
    border: 3px solid #99cc99;
}

.block01 .img01 .gif.gif01 {
    bottom: 39.72%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25.8%;
}

.block01 .img01 .gif.gif01::before {
    content: '';
    position: absolute;
    left: -105px;
    top: 24px;
    background: url(../images/block01_gif01_arr_left.png) no-repeat;
    background-size: 100%;
    width: 132px;
    height: 115px;
}

.block01 .img01 .gif.gif01::after {
    content: '';
    position: absolute;
    right: -105px;
    top: 24px;
    background: url(../images/block01_gif01_arr_right.png) no-repeat;
    background-size: 100%;
    width: 132px;
    height: 115px;
}

.block01 .img01 .gif.gif02 {
    width: 27%;
    bottom: 14.6%;
    left: 4.8%;
}

.block01 .img01 .gif.gif03 {
    width: 27%;
    bottom: 14.6%;
    right: 4.8%;
}

.block01 .img01 .gif.gif02 .gif-img, .block01 .img01 .gif.gif03 .gif-img {
    width: 95.55%;
}

.block01 .img02 {
    margin-top: 40px;
    position: relative;
    left: -13px;
}

.block01 .inner {
    background: url(../images/block01_content_border.png) no-repeat, #fff;
    background-position: 15px 18px;
    border: 3px solid #d9d9d9;
    margin-top: 41px;
    padding-top: 44px;
    padding-bottom: 93px;
}

.block01 .inner .ttl {
    margin-bottom: 39px;
}

@media screen and (min-width: 768px) and (max-width: 1110px) {

}

@media screen and (max-width: 767px) {
    .block01 {
        background-color: rgba(222,243,228,0.8);
        padding: 0 3.334vw 6vw;
        border-radius: 16px;
    }

    .block01 .img01 {
        margin: 0 -6.667vw;
    }

    .block01 .img01 .img {
        margin-top: -35.734vw;
    }

    .block01 .img02 {
        margin-top: 6.667vw;
        left: 0;
    }

    .block01 .img02 img {
        width: 99.23%;
    }

    .block01 .inner {
        background: url(../images/block01_content_border_sp.png) no-repeat, #fff;
        background-position: 1.866vw 2.133vw;
        background-size: 96% 97%;
        border: 2px solid #d9d9d9;
        margin-top: 7.4667vw;
        padding-top: 5.866vw;
        padding-bottom: 8.266vw;
    }

    .block01 .inner .ttl {
        margin-bottom: 1.867vw;
    }

    .block01 .inner .ttl img {
        width: 55.76%;
    }

    .block01 .inner .content img {
        width: 78.35%;
        margin-left: 1.067vw;
    }

    .block01 .img01 .gif .gif-ttl {
        bottom: -3.2vw;
    }

    .block01 .img01 .gif.gif01 {
        bottom: 62.96%;
        width: 50.8%;
    }

    .block01 .img01 .gif.gif01 .gif-ttl {
        width: 81.1%;
    }

    .block01 .img01 .gif.gif01::before {
        left: -21.066vw;
        top: 39.2vw;
        background: url(../images/block01_gif01_arr_left_sp.png) no-repeat;
        background-size: 100%;
        width: 28.267vw;
        height: 41.733vw;
    }

    .block01 .img01 .gif.gif01::after {
        right: -20.266vw;
        top: 39.2vw;
        background: url(../images/block01_gif01_arr_right_sp.png) no-repeat;
        background-size: 100%;
        width: 28.267vw;
        height: 41.733vw;
    }

    .block01 .img01 .gif.gif02 {
        width: 45.33%;
        bottom: 29%;
        left: 4%;
    }

    .block01 .img01 .gif.gif03 {
        width: 45.33%;
        bottom: 29%;
        right: 4.8%;
    }
}

.block02 {
    max-width: 1000px;
    margin: 100px auto 110px;
    background: url(../images/block02_border_pc.png) no-repeat #dcf2e4;
    background-size: 96.2%;
    background-position: 20px 20px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
    position: relative;
    padding-top: 73px;
    padding-bottom: 54px;
}

.block02 .ttl {
    position: absolute;
    top: -12%;
    left: 50.5%;
    transform: translateX(-50%);
    width: 100%;
}

.block02 .image {
    position: relative;
    left: -32px;
    top: -7px;
}

@media screen and (max-width: 767px) {
    .block02 {
        background: url(../images/block02_border_sp.png) no-repeat rgba(222,243,228,0.8);
        background-size: 95.7%;
        background-position: 1.867vw 2.133vw;
        padding-top: 13.867vw;
        padding-bottom: 10.667vw;
        margin: 14.667vw auto 15.733vw;
    }

    .block02 .ttl {
        position: absolute;
        top: -2.8%;
        left: 50%;
        transform: translateX(-50%);
        width: 107.145%;
    }

    .block02 .txt img {
        width: 89.29%;
    }

    .block02 .image01 {
        width: 96.85%;
        position: relative;
        top: 2.933vw;
        left: -2.933vw;
    }

    .block02 .image02 {
        width: 91.57%;
        margin-left: 5.333vw;
        margin-top: 12.267vw;
    }

    .block02 .image03 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13.6vw;
    }

    .block02 .image03 img {
        width: 73.14%;
        margin-left: 2.133vw;
    }
}

.block03 {
    max-width: 1000px;
    margin: 0 auto;
    background: url(../images/block03_border_pc.png) no-repeat #e7f3e1;
    background-size: 96.2%;
    background-position: 20px 20px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
    position: relative;
    padding: 80px 41px 60px;
}

.block03 .ttl {
    position: absolute;
    top: -11.2%;
    left: 50.5%;
    transform: translateX(-50%);
    width: 100%;
}

.block03 .slick-slider .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    cursor: pointer;
    width: 108px;
    height: 108px;
}

.block03 .slick-slider .slick-arrow.slick-prev {
    left: -70px;
    background: url(../images/slide_arr_left.png) no-repeat;
    background-size: contain;
}

.block03 .slick-slider .slick-arrow.slick-next {
    right: -75px;
    background: url(../images/slide_arr_right.png) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .block03 {
        background: url(../images/block03_border_sp.png) no-repeat rgba(222,243,228,0.8);
        background-size: 95.7%;
        background-position: 1.867vw 2.133vw;
        padding: 12.533vw 10.933vw 8vw;
    }

    .block03 .ttl {
        position: absolute;
        top: -7.5%;
        left: 50%;
        transform: translateX(-50%);
        width: 107.145%;
    }

    .block03 .slick-slider .slick-arrow {
        width: 18vw;
        height: 18vw;
    }

    .block03 .slick-slider .slick-item-image {
        width: 98.694%;
    }

    .block03 .slick-slider .slick-arrow.slick-prev {
        left: -11.2vw;
        background: url(../images/slide_arr_left.png) no-repeat;
        background-size: contain;
    }

    .block03 .slick-slider .slick-arrow.slick-next {
        right: -11.2vw;
        background: url(../images/slide_arr_right.png) no-repeat;
        background-size: contain;
    }
}

.block04 {
    max-width: 1000px;
    margin: 110px auto 0;
    background: url(../images/block04_border_pc.png) no-repeat #e8f4e1;
    background-size: 96.2%;
    background-position: 20px 20px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
    position: relative;
    padding: 76px 70px 56px;
}

.block04 .ttl {
    position: absolute;
    top: -3.9%;
    left: 50.5%;
    transform: translateX(-50%);
    width: 103.3%;
}

.block04 .step-list {
    margin-top: 25px;
}

.block04 .step {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 50px;
    position: relative;
}

.block04 .step::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -43px;
    transform: translateX(-50%);
    background: url(../images/block04_arrow.png) center no-repeat;
    background-size: 100% 100%;
    width: 95px;
    height: 31px;
}

.block04 .step:last-child::after {
    display: none;
}

.block04 .step.step01 {
    gap: 87px;
}

.block04 .step.step02 {
    gap: 35px;
}

.block04 .step.step03 {
    padding: 15px 20px 25px;
}

.block04 .step.step04 {
    padding: 15px 20px 23px;
    margin-bottom: 40px;
}

.block04 .step .step-btn {
    margin-top: 5px;
}

.block04 .txt02 {
    margin-bottom: 14px;
}

.block04 .character01 {
    position: absolute;
    right: -109px;
    top: 97px;
    z-index: 1;
}

.block04 .character02 {
    position: absolute;
    left: -112px;
    bottom: 47px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .block04 {
        background: url(../images/block04_border_sp.png) no-repeat rgba(222,243,228,0.8);
        background-size: 95.7% 99.32%;
        background-position: 1.867vw 1.6vw;
        padding: 18.933vw 8.933vw 10.4vw;
        margin: 16vw auto 0;
    }

    .block04 .ttl {
        top: -2%;
        left: 50%;
        transform: translateX(-50%);
        width: 107.145%;
    }

    .block04 .step {
        background-color: #fff;
        border-radius: 6px;
        flex-direction: column;
        padding: 6.4vw 5.333vw 4.267vw;
        margin-bottom: 11.733vw;
        position: relative;
    }

    .block04 .step::after {
        bottom: -7.467vw;
        width: 12.666vw;
        height: 4.133vw;
    }

    .block04 .step.step01 {
        gap: 4.866vw;
    }

    .block04 .step.step02 {
        padding: 3.733vw 5.333vw 4.267vw;
        gap: 2.666vw;
        margin-bottom: 10.933vw;
    }

    .block04 .step.step03 {
        padding: 5.066vw 2.666vw 44px;
        gap: 5.333vw;
        margin-bottom: 12.8vw;
    }

    .block04 .step.step04 {
        padding: 3.733vw 2.666vw 6.4vw;
        gap: 4vw;
        margin-bottom: 6.4vw;
    }

    .block04 .step .step-number {
        position: absolute;
        width: 19.332vw;
        left: -3.733vw;
        top: -3.2vw;
    }

    .block04 .step .step-txt {
        margin-left: 1.333vw;
    }

    .block04 .step.step01 .step-txt {
        width: 30.658%;
    }

    .block04 .step.step02 .step-txt {
        width: 61.11%;
    }

    .block04 .step.step03 .step-txt {
        width: 32.7%;
    }

    .block04 .step.step04 .step-txt {
        width: 54.37%;
    }

    .block04 .step .step-btn {
        margin-top: 0;
        width: 95.88%;
    }

    .block04 .step.step02 .step-btn {
        width: 93.41%;
    }

    .block04 .step.step03 .step-content {
        width: 97.53%;
    }

    .block04 .step.step04 .step-content {
        width: 107.6%;
        position: relative;
        left: 2.933vw;
    }

    .block04 .txt02 {
        margin-bottom: 2.665vw;
    }

    .block04 .txt02 img {
        width: 90.28%;
    }
}

.cvArea {
    padding: 20px 0 23px;
    background-color: #fff;
}

.cvArea .cvArea_ttl {
    margin-top: -52px;
    margin-bottom: 7px;
}

.cvArea .btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .cvArea {
        padding: 1.0667vw 0 1.333vw;
    }

    .cvArea .cvArea_ttl {
        margin-top: -8.533vw;
        margin-bottom: 1.866vw;
    }

    .cvArea .cvArea_ttl img {
        width: 70.8%;
    }

    .cvArea .cvArea_txt {
        margin-bottom: 1.866vw;
    }

    .cvArea .cvArea_txt img {
        width: 79.73%;
    }

    .cvArea .btn_group {
        gap: 3.2vw;
        padding: 0 5.333vw;
    }
}

#footer {
    min-width: 1020px;
    overflow: hidden;
    padding: 50px 0 15px;
    background-color: #fff;
}

#footer * {
    box-sizing: border-box;
}

#footer .inner {
    position: relative;
    max-width: 960px;
    margin: auto;
}

#footer .openidArea {
    margin: 0 auto;
    width: 464px;
    height: 40px;
    padding-top: 8px;
    padding-left: 243px;
    background: url(../images/sns_bg.png) center top no-repeat;
}

#footer .openidArea li {
    float: left;
    padding-right: 12px;
}

#footer .openidArea li.sns4 {
    padding-right: 6px;
}

#footer .openidArea li a {
    display: block;
}

#footer .footLogo {
    margin-top: 50px;
    text-align: center;
}

#footer .copyright {
    font-size: 11px;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #footer {
        min-width: unset;
        padding: 7.2vw 0 4vw;
    }

    #footer .openidArea {
        margin: 0 auto;
        width: 80.13%;
        height: 20.533vw;
        padding-top: 6.133vw;
        padding-left: 0;
        background: url(../images/sns_bg_sp.png) center top no-repeat;
        background-size: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footer .openidArea li {
        float: left;
        padding-right: 0;
        width: 8.8vw;
        margin-right: 2.666vw;
    }

    #footer .openidArea li.sns4 {
        width: 11.466vw;
        padding-right: 0;
        margin-right: 0;
    }

    #footer .openidArea li.sns5 {
        width: 13.2vw;
        padding-right: 0;
        margin-right: 0;
        position: relative;
        top: -1.066vw;
        left: 0.8vw;
    }

    #footer .openidArea li a {
        display: block;
    }

    #footer .footLogo {
        margin-top: 6.133vw;
        text-align: center;
    }

    #footer .footLogo img {
        width: 14.933vw;
    }

    #footer .copyright {
        font-size: 2.133vw;
        margin-top: 3.2vw;
        text-align: center;
    }
}