@charset "UTF-8";
/*!
Theme Name: covotheme English
Theme URI: http://underscores.me/
Author: 株式会社ワード
Author URI: https://word-tt.jp/
Description: COVOのWordPressテーマです。（英語版）
Template: covotheme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: covotheme-en
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

covotheme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* Common Style */
.page-template-tmp-top .fix-cv,
.m-link06__ja::before,
.m-link07__ja::after {
    display: none;
}

.m-link07--thin,
.m-link07 {
    letter-spacing: 0.08em;
}

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

    .m-link03--navy.is-rows,
    .m-link03--blue.is-rows,
    .m-link03--white.is-rows {
        height: 60px;
        padding-top: 7px;
        line-height: 20px;
    }

    .table-wrap {
        overflow-x: scroll;
    }

    .table-wrap::after {
        content: "→ scroll right";
        display: block;
        padding: .2em 0;
    }
    
    .table-wrap table {
        width: 600px;
    }

}

/* Header */
.toggle-mainNav__en {
    position: static;
    width: auto;
    padding-top: 0;
    margin-left: 0;
}

.toggle-mainNav__en .sub {
    display: inline-block;
    margin-top: .5em;
    font-size: .813em;
    letter-spacing: 0.1em;
}

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

    .toggle-mainNav__item {
        width: 40%;
    }

    .toggle-mainNav__en {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    .toggle-mainNav__en img {
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
    }

    .toggle-mainNav__item.is-long .toggle-mainNav__en img {
        -webkit-transform: scale(1.16);
                transform: scale(1.16);
    }

}

/* Footer */
.footer-nav__item {
    position: relative;
}

.footer-nav__item .sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: -.3em;
    font-size: .714em;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

/* TOP Page */
.kv__img {
    height: calc(100dvh - 67px);
}

.header-box3 {
    height: 67px;
    background-color: #4f5984;
}

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

    .meritList li:not(.is-wide) {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .meritList li:not(.is-wide) .meritList__txt {
        margin-bottom: auto;
    }

    .meritList li:not(.is-wide) .meritList__img {
        margin-top: 18px;
    }

    .meritList li:not(.is-wide) .meritList__lb__txt {
        display: flex;
        align-items: center;
        height: 2.833em;
    }

}

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

    .kv__img {
        height: calc(100dvh - 26px);
    }

    .header-box3 {
        height: 26px;
    }

}

/* feature */
.opp-list__enLb {
    display: none;
}