body {
    font-family: gill-sans-nova, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    /*
    font-feature-settings: "palt";
    letter-spacing: 0.025em;
*/
    background-color: #fff;
}

body.ja {
    font-size: 14px;
    line-height: 2em;
}

body.en {
    font-size: 16px;
    line-height: 1.6em;
}

.center,
.has-text-align-center {
    text-align: center !important;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-vertical>.wp-block-group__inner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mtop-auto {
    margin-top: auto;
}

.mbtm-auto {
    margin-bottom: auto;
}

.disable {
    pointer-events: none;
}

.inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    padding: 40px 20px;
}

.entry {
    position: relative;
}

.entry .abox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media screen and (min-width:768px) {

    html,
    body {
        min-width: 980px;
        font-size: 16px;
    }

    .forSP,
    .forSPi,
    .forSP2,
    .forSP2i {
        display: none;
    }

    .forPC {
        display: block;
    }

    .forPCi {
        display: inline-block;
    }
}


/*--------------- header ---------------*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 99;
    opacity: 0;
    transform: translateY(-80px);
    transition: opacity 0.5s, transform 0.3s;
}

.header.on {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (min-width:768px) {
    .header {
        height: 70px;
    }
}

.hd-logo {
    width: min(250px, 25vw);
    margin-right: auto;
}

.hd-logo img {
    width: 100%;
    height: auto;
}


/*--------------- nav ---------------*/

.header-nav {
    align-items: center;
}

@media screen and (min-width:768px) {
    .header-nav .mainmenu>li {
        padding: 10px 0;
    }
}

.header-nav li a {
    display: block;
    padding: .85em min(1em, 1vw) .75em;
    /*     padding: .85em 1em .75em; */
    font-size: min(.96em, 2vw);
    /*     font-size: .96em; */
}

.header-nav li a.disable {
    cursor: default;
}

.header-nav li.lang {
    margin-top: .65em;
}

.header-nav li.lang-jp {
    padding-left: 1em;
}

.header-nav li.lang-jp a {
    border-right: 1px solid #ccc;
}

.header-nav li.lang a {
    padding: .25em min(1em, 1.5vw);
    /*     padding: .25em 1em; */
}

.header-nav li a:hover,
.header-nav li a.current {
    color: #0069b2;
}

.header-nav .submenu-wrp {
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: visible 0s, opacity 0.3s;
}

.header-nav li.has-submenu:hover .submenu-wrp {
    visibility: visible;
    opacity: 1;
}


/* .header-nav li.services .submenu-wrp {
    visibility: visible;
    opacity: 1;
} */

.header-nav .submenu-inner {
    width: 100%;
    padding: 30px max(30px, calc(50vw - 600px)) 40px;
    background-color: #f3f5f5;
    transform: translateY(-40px);
    transition: visible 0.5s, transform 0.3s;
    z-index: -1;
}

@media screen and (min-width:768px) {
    .header-nav .submenu-inner {
        display: flex;
        justify-content: space-between;
        /* gap: 2%; */
    }

    @media screen and (max-width:1000px) {
        .header-nav .submenu-inner {
            flex-wrap: wrap;
        }
    }
}

.header-nav li.has-submenu:hover .submenu-inner {
    transform: translateY(0);
}

.header-nav .submenu-title {
    width: min(14em, 18vw);
    margin-bottom: 20px;
    text-align: left;
}

.header-nav .submenu-title .en {
    font-size: 1.6em;
}

.header-nav .submenu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem 0;
}

.header-nav li.services .submenu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


/* .header-nav .submenu>li {
    width: 32%;
    padding: 0 1em;
} */

.header-nav .submenu a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #222;
    font-size: 0.96em;
    padding: .2em 0;
    text-align: left;
}

.header-nav .submenu a.disable {
    pointer-events: none;
    opacity: .7;
}

.header-nav .submenu a:hover,
.header-nav .submenu a.current,
.header-nav .submenu a:hover .en {
    /* color: #5bbde5; */
    color: #0069b2;
}

.header-nav .submenu a .en {
    width: 100%;
    color: #828282;
    font-size: 1.38em;
    font-weight: 300;
}

.header-nav .submenu a .arrow-right {
    width: 1.5em;
    height: 1em;
    display: inline-block;
    position: relative;
    font-size: .8rem;
}

@media screen and (min-width:768px) {
    .header-nav .submenu a .en {
        order: 1;
    }

    .header-nav .submenu a .jp {
        order: 3;
    }

    .header-nav .submenu a .arrow-right {
        order: 2;
    }
}

.header-nav .lowermenu {
    margin-top: .25em;
    font-size: .9em;
}

.header-nav .lowermenu li {
    /* width: fit-content; */
}

.header-nav .lowermenu a {
    padding: 0;
    line-height: 1.8;
}

.header-nav .lowermenu a .sml {
    font-size: .9em;
}


/*--------------- wp login menu ---------------*/


/* user menu */

.user-menu-wrp {
    position: relative;
    z-index: 3;
    transform: translateY(18%);
}

.userlogin-wrp {
    display: flex;
    cursor: pointer;
    margin-right: 1em;
}

.userlogin-wrp .usericon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #ccc;
}

.userlogin-wrp .usericon img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.user-menu-wrp .checkbox {
    display: none;
}

#loginmenu-list {
    position: absolute;
    top: 2.7em;
    right: 0;
    width: 220px;
    background-color: #f9f9f9;
    display: none;
}

#loginmenu-list li {
    height: 0;
    opacity: 0;
    text-align: left;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

#loginmenu:checked~#loginmenu-list {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
}

#loginmenu:checked~#loginmenu-list li {
    height: 2em;
    opacity: 1;
    position: relative;
}

#loginmenu:checked~#loginmenu-list li.usericon-wrp {
    height: auto;
    margin-bottom: .5em
}

#loginmenu:checked~#loginmenu-list li.usericon-wrp .usericon {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden
}

#loginmenu:checked~#loginmenu-list li.usericon-wrp .usericon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#loginmenu:checked~#loginmenu-list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 100%;
    font-size: .9em;
    line-height: 1.5;
    padding: .25em 1em;
}

@media screen and (max-width:767px) {
    .user-menu-wrp {
        position: absolute;
        transform: translateY(0);
    }
}


/*--------------- loading ---------------*/

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 98;
    opacity: 1;
    transition: opacity 1s 1s, visibility 0s 2s;
}

.on .loading {
    opacity: 0;
    visibility: hidden;
}

.logo {
    width: 480px;
    margin: 0 auto;
    padding-bottom: 1em;
    transform: scale(1.1);
    transition: transform 0.5s;
}

.on .loading .logo {
    transform: scale(1);
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

h1 {
    display: block;
    font-size: 2em;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    color: #222;
    font-weight: normal;
}

h2 {
    display: block;
    font-size: 1.2em;
    margin: 0;
    padding: 1em 0;
    margin-bottom: 1em;
    color: #222;
    font-weight: normal;
}

a {
    color: #222;
    text-decoration: none;
}

.new {
    display: inline-block;
    background-color: #c94646;
    color: #fff;
    font-size: .6em;
    padding: .5em 1em;
    margin-right: 1em;
    border-radius: 3px;
}


/*--------------- sitemap ---------------*/

.sitemap {
    background-color: #547d9d;
}

.sitemap .inner {
    justify-content: center;
}

.sitemap .sitemap-navi {
    margin: 1em 2em;
    font-size: .9em;
}

.sitemap .sitemap-navi .title {
    color: #fff;
    font-size: 1.4em;
}

.sitemap .sitemap-navi a {
    display: block;
    font-size: 1.1em;
    padding: .5em 1em;
    color: #fff;
    font-size: 1.1em;
    transition: color .3s ease;
}

.sitemap .sitemap-navi a:hover {
    color: #222;
}


/* ja */

.ja .sitemap .sitemap-navi {
    margin: 1em 0;
    font-size: .9em;
    text-align: left;
    width: 15%;
    border-left: 1px solid rgba(255, 255, 255, .7);
    padding-left: 2em;
}

.ja .sitemap .sitemap-navi {
    margin: 1em 0;
    font-size: .9em;
    text-align: left;
    width: 19%;
}

@media screen and (min-width:768px) {
    .ja .sitemap .sitemap-navi.services {
        width: 62%;
    }
}

.ja .sitemap .sitemap-navi .sitemap-title {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: min(1em, 2vw);
}

.ja .sitemap .sitemap-navi .sitemap-title::before {
    content: '';
    width: .3em;
    height: .3em;
    border: 3px solid;
    display: inline-block;
    border-radius: 100%;
    margin-right: .5em;
    margin-top: -.2em;
    vertical-align: middle;
}

.ja .sitemap .sitemap-navi ul {
    flex-wrap: wrap;
    flex-direction: column;
}

.ja .sitemap .sitemap-navi>ul {
    gap: .5em;
}

@media screen and (min-width:768px) {
    .ja .sitemap .sitemap-navi.services>ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        height: 20em;
    }

    .ja .sitemap .sitemap-navi.services>ul>li {
        /* width: 50%; */
    }
}

.ja .sitemap .sitemap-navi ul.lowermenu {
    padding-left: 1em;
    font-size: .9em;
}

.ja .sitemap .sitemap-navi a {
    display: block;
    font-size: 1.1em;
    padding: .25em 0;
    color: #fff;
    font-size: 1.1em;
    transition: color .3s ease;
    position: relative;
    line-height: 2;
}

.ja .sitemap .sitemap-navi a.disable {
    pointer-events: none;
    opacity: .7;
}

.ja .sitemap .sitemap-navi ul.lowermenu a {
    color: #ddd;
}

.ja .sitemap .sitemap-navi a::before {
    content: '';
    display: inline-block;
    margin-right: .75em;
    width: .4em;
    height: .4em;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}

@media screen and (max-width:767px) {
    .ja .sitemap .sitemap-navi {
        border-left: none;
        padding-left: 0;
        width: 100%;
    }

    .ja .sitemap .sitemap-navi ul {
        display: block;
    }

    .ja .sitemap .sitemap-navi li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #a8afb4;
    }

    .ja .sitemap .sitemap-navi ul.lowermenu {
        margin-bottom: .5em;
    }

    .ja .sitemap .sitemap-navi ul.lowermenu li {
        border-bottom: none;
    }
}


/*--------------- footer ---------------*/

.footer {
    padding: 4em 1em;
    text-align: center;
    background-color: #000;
}

.copyright {
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 1em;
    margin-top: 3em;
    color: #fff;
}

.footer .footer-navi {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 980px;
    margin: 4em auto 0;
}

.footer .footer-navi li {
    display: block;
}

.footer .footer-navi a {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    padding: .5em 1em;
}

.footer .footer-navi a:hover {
    color: #ddd;
}

.share-btn-wrp {
    text-align: center;
    margin-bottom: 2em;
}

.share-btn-wrp::before {
    content: 'Share “WORLD COMPASS”';
    display: block;
    width: 100%;
    margin: 0 auto .5em;
    color: #ccc;
    font-size: .8em;
}

.footer .member {
    color: #fff;
    font-size: 0.9em;
    margin: 2em auto;
}

.footer .member-icon::after {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-left: 0.5em;
    vertical-align: middle;
    background-image: url(/wc/wp-content/themes/wc/assets/img/otoa_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


/*--------------- pager ---------------*/

.navigation {
    width: 100%;
    display: block;
    text-align: center;
}

.nav-links {
    text-align: center;
}

.page-numbers {
    display: inline-block;
    padding: 1em;
    list-style: none;
}

.pager_list .pager_item {
    display: inline-block;
    margin: 0;
    text-align: center;
}

a.page-numbers {
    color: #222;
    padding: .5em;
    text-decoration: none;
    position: relative;
}

a.next.page-numbers,
a.prev.page-numbers {
    display: inline-block;
    padding: .5em 2em;
    text-align: center;
    color: #222;
    text-decoration: none;
}


/*--------------- single pagenation ---------------*/

.pagination {
    display: flex;
    justify-content: center;
    margin: 5em auto;
    width: 100%;
    max-width: 720px;
}

.pagination .pagenavi {
    display: inline-block;
    width: 48%;
    margin: .5%;
}

.pagination .pagenavi a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: .8em;
    text-decoration: none;
    padding: 1em;
    color: #222;
    position: relative;
    border: 1px solid #ccc;
}

.pagination .pagenavi a br {
    display: none;
}

.btn a {
    display: inline-block;
    max-width: 100%;
    padding: 1.5em 3em;
    margin: 2em auto 3em;
    background-color: #0069b2;
    color: #fff !important;
    line-height: 1.6;
    border-radius: 3px;
    position: relative;
    transition: all .3s ease;
}

.btn.arrow-right a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: .6em;
    height: .6em;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translateY(-50%) rotate(45deg);
}


/*--------------- common form ---------------*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #444;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
    border-color: #333;
}

select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 3em;
    max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

input+button,
input+input[type="button"],
input+input[type="submit"] {
    padding: 0.75em 2em;
}


/* wp css fix */

.wp-block-columns {
    margin-bottom: 0;
}

.wp-block-column:not(:first-child) {
    margin: 0;
}

.wp-block-image {
    margin: 0;
}

.wp-block-image img {
    width: 100%;
    height: auto;
}


/*----------------------------------------------
 SP
----------------------------------------------*/

@media screen and (max-width:767px) {

    html,
    body,
    body.en {
        font-size: 14px;
    }

    .forPC,
    .forPCi,
    .forSP2,
    .forSP2i {
        display: none;
    }

    .forSP {
        display: block;
    }

    .forSPi {
        display: inline-block;
    }

    .columns-3 li {
        width: 48%;
    }

    .columns-3::after {
        content: '';
        display: block;
        width: 48%;
    }

    .columns-4 li {
        width: 48%;
    }

    .columns-4::before {
        display: none;
    }

    .columns-4::after {
        display: none;
    }

    .columns-5 li {
        width: 48%;
    }

    .columns-5::before {
        display: none;
    }

    .columns-5::after {
        display: none;
    }

    .columns-6 li {
        width: 48%;
    }

    /*--------------- header ---------------*/
    .header {
        padding: 0;
        background-color: transparent;
        border-bottom: 0;
    }

    .header-nav {
        width: 100%;
        padding: 10px;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }

    .hd-logo {
        width: 55%;
        max-width: 300px;
        display: block;
        margin: 0 auto;
        position: relative;
        left: -5%;
    }

    .header-nav li.lang a.current {
        display: none;
    }

    .header-nav li.lang {
        position: absolute;
        top: min(16vw, 90px);
        right: 20px;
        text-align: right;
        display: block;
        width: 6em;
        font-size: .7em;
        text-align: center;
        margin-right: auto;
    }

    .header-nav li.lang a {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: .5em;
    }

    #menuBtn {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
    }

    #menuBtn::before,
    #menuBtn::after,
    #menuBtn span {
        width: 100%;
        height: 1px;
        background-color: #333;
        position: absolute;
        left: 0;
    }

    #menuBtn::before,
    #menuBtn::after {
        content: '';
        display: block;
    }

    #menuBtn span {
        top: calc(50% - 1px);
        opacity: 1;
        transition: opacity .3s 0s ease;
    }

    #menuBtn::before {
        top: 10%;
        transform: rotate(0);
        transform-origin: right top;
        transition: transform .3s 0s ease;
    }

    #menuBtn::after {
        bottom: 15%;
        transform: rotate(0);
        transform-origin: right bottom;
        transition: transform .3s 0s ease;
    }

    #menuBtn.menuOpen span {
        opacity: 0;
    }

    #menuBtn.menuOpen::before {
        transform: rotate(-45deg);
    }

    #menuBtn.menuOpen::after {
        transform: rotate(45deg);
    }

    html.menuFixed {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    /*--------------- nav ---------------*/
    .header-nav .menu-wrp {
        display: block;
        width: 100%;
        height: 100vh;
        z-index: -1;
        padding: min(28vw, 150px) 5vw min(20vw, 60px);
        position: fixed;
        left: 0;
        top: -100vh;
        background: rgba(255, 255, 255, .98);
        opacity: 0;
        overflow: hidden;
        transition: all .3s 0s ease;
    }

    .header-nav .menu-wrp.menuOpen {
        opacity: 1;
        top: 0;
        overflow: auto;
    }

    .header-nav ul.mainmenu {
        display: block;
        width: 90%;
        margin: 0 auto;
        overflow: scroll;
    }

    .header-nav li {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .header-nav li a {
        display: block;
        padding: 1.75rem 0 1rem;
        font-size: 1.05em;
        line-height: 1.2em;
        position: relative;
        /* border-bottom: 1px solid #5bbde5; */
        border-bottom: 1px solid #666;
    }

    /* submenu */
    .header-nav li.services .submenu-wrp,
    .header-nav li.about .submenu-wrp {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .header-nav li.services:hover .submenu-wrp,
    .header-nav li.about:hover .submenu-wrp {
        visibility: visible;
        opacity: 1;
    }

    .header-nav .submenu-wrp {
        visibility: visible;
        position: static;
        width: 100%;
        height: auto;
        overflow: visible;
        /*        transition: visible 0.5s, opacity 0.3s;*/
    }

    .header-nav .submenu-inner {
        width: 100%;
        padding: 0;
        background-color: transparent;
        z-index: 1;
        transform: translateY(0px);
        /* transition: visible 0.5s, transform 0.3s; */
    }

    .header-nav li.services:hover .submenu-inner,
    .header-nav li.about:hover .submenu-inner {
        transform: translateY(0);
    }

    .header-nav .submenu {
        display: block;
        width: 100%;
        margin: 0 auto;
        /*         padding-left: 1rem; */
    }

    .header-nav .submenu li {
        padding: 0;
    }

    .header-nav .submenu a {
        /* color: #222; */
        justify-content: space-between;
        padding: 1rem 0 .75rem;
        /*         padding-left: 1rem; */
        /*         font-size: 1em; */
        position: relative;
        border-bottom: solid 1px #ccc;
    }

    .header-nav .submenu a:hover,
    .header-nav .submenu a.current {
        /* color: #5bbde5; */
        color: #0069b2;
    }

    .inner {
        padding: 6vw 5vw;
    }

    .header-nav .lowermenu {
        /*         margin-bottom: 1rem; */
    }

    .header-nav .lowermenu a {
        padding: 0.75rem 0;
        padding-left: 1rem;
        /*         border-bottom:none; */
    }

    /*--------------- main ---------------*/
    .mainimg {
        height: 100vw;
        padding: 20vw 0 0;
    }

    .pagination {
        margin: 0 auto 3em;
    }

    /*--------------- footer ---------------*/
    .sitemap .inner {
        padding: 1em 15px;
    }

    .sitemap .sitemap-navi {
        padding: 0;
        margin: 0;
        font-size: 1em;
        width: 48%;
    }

    .sitemap .sitemap-navi .title {
        font-size: 1.3em;
        padding: .5em 0;
    }

    .sitemap .sitemap-navi li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .sitemap .sitemap-navi a {
        padding: 0.25em;
    }

    .footer-group .outline .inner,
    .footer-group .group .inner {
        padding: 10vw 5vw;
    }

    .footer-group .outline .inner li {
        width: 48%;
        margin-bottom: 4%;
        padding: 1em 10px;
    }

    .footer-group .outline .logo {
        width: 70%;
    }

    .footer-group .group .inner li {
        width: 48%;
    }

    .footer-group .group .inner li a {
        padding: 5px 10px;
    }

    .footer {
        padding: 10vw 0;
    }

    .footer .footer-navi a {
        font-size: 0.85em;
    }

    .footer .member {
        font-size: 0.85em;
    }

    .pagination .pagenavi {
        display: inline-block;
        width: 3em;
        margin: .5%;
        font-size: 1.3em;
    }

    .pagenavi .title {
        display: none;
    }
}

.grecaptcha-badge {
    transform: translateX(100%);
}