﻿/** ===========================================================================
    Last edited: 2017-07-13, editor: 
=============================================================================== **/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/**
*
* show / hide
*
**/
.pc-show {
    display: block;
}

.mb-show {
    display: none;
}

@media only screen and (max-width : 767px) {
    .pc-show {
        display: none;
    }

    .mb-show {
        display: block;
    }
}

/* wrapper
*----------------------------------------------------------------------------*/
.main {
    position: relative;
    margin: 0 auto;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

[class^="ht"] {
    clear: both;
}

/* content
*----------------------------------------------------------------------------*/
.certificationUnit {
    font-family: 'Noto Sans', sans-serif;
}

@media only screen and (max-width : 767px) {
    .certificationUnit {
        border-bottom: 1px solid #d0d0d0;
    }
}

/**
*
* cut1Unit
*
**/
.cut1Unit {
    position: relative;
    width: 100%;
    padding-bottom: 36%;
    margin-top: -91px;
}

.cut1Unit .banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cut1Unit .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cut1Unit .title {
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    right: 0;
    z-index: 1;
    width: 920px;
    margin: auto;
    transform: translateY(-50%);
}

.cut1Unit .title .en {
    font-size: 16px;
    line-height: 1.2;
    color: #00A6E2;
    margin-bottom: 10px;
}

.cut1Unit .title h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.cut1Unit .title p {
    width: 360px;
    font-size: 16px;
    line-height: 1.6;
}

@media only screen and (max-width : 1024px) {
    .cut1Unit {
        padding-bottom: 46%;
    }
}

@media only screen and (max-width : 960px) {
    .cut1Unit {
        padding-bottom: 56%;
    }

    .cut1Unit .title {
        width: 680px;
    }
}

@media only screen and (max-width : 767px) {
    .cut1Unit {
        margin-top: 0;
        padding-bottom: 158%;
    }

    .cut1Unit .title {
        top: 12vw;
        left: 6vw;
        right: 6vw;
        z-index: 1;
        width: auto;
        margin: auto;
        transform: translateY(0);
    }

    .cut1Unit .title .en {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .cut1Unit .title h1 {
        font-size: 12.5vw;
        margin-bottom: 2vw;
    }

    .cut1Unit .title p {
        font-size: 3.5vw;
        width: auto;
    }
}

/**
*
* cut2Unit
*
**/
.cut2Unit {
    position: relative;
    padding: 100px 0 0 0;
    text-align: center;
}

.cut2Unit .wrap {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.cut2Unit h2 {
    margin-bottom: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    background: url(../Content/images/certification/bg_title.gif) repeat center;
}

.cut2Unit img {
    width: 100%;
    max-width: 730px;
}

@media only screen and (max-width : 1024px) {
    .cut2Unit {
        padding: 40px 0 0 0;
    }
}

@media only screen and (max-width : 960px) {
    .cut2Unit img {
        max-width: 630px;
    }
}

@media only screen and (max-width : 767px) {
    .cut2Unit {
        padding: 0 0 0 0;
    }

    .cut2Unit h2 {
        margin-bottom: 6vw;
        height: 14vw;
        line-height: 14vw;
        font-size: 6vw;
    }

    .cut2Unit img {
        width: 90%;
        max-width: 90%;
    }
}

/**
*
* cut3Unit
*
**/
.cut3Unit {
    position: relative;
    padding: 60px 0 100px 0;
    text-align: center;
}

.cut3Unit .wrap {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.cut3Unit .item {
    width: 48%;
}

.cut3Unit h2 {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 60px auto;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    /* text-align: center; */
    background: url(../Content/images/certification/bg_title.gif) repeat center;
}

.cut3Unit img {
    max-width: 312px;
}

@media only screen and (max-width : 960px) {
    .cut3Unit img {
        max-width: 300px;
    }
}

@media only screen and (max-width : 767px) {
    .cut3Unit {
        padding: 6vw 0 0 0;
    }

    .cut3Unit .wrap {
        flex-direction: column;
    }

    .cut3Unit .item {
        width: 100%;
    }

    .cut3Unit h2 {
        margin-bottom: 6vw;
        height: 14vw;
        line-height: 14vw;
        font-size: 6vw;
    }

    .cut3Unit img {
        max-height: 60vw;
        margin-bottom: 6vw;
    }
}

/**
*
* cut4Unit
*
**/
.cut4Unit {
    position: relative;
    padding: 60px 0 60px 0;
    text-align: center;
}

.cut4Unit .wrap {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.cut4Unit h2 {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 60px auto;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    /* text-align: center; */
    background: url(../Content/images/certification/bg_title.gif) repeat center;
}

.cut4Unit .table {
    width: 100%;
}

.cut4Unit .table th,
.cut4Unit .table td {
    padding: 10px 10px;
    border: 1px #C4C4C4 solid;
}

.cut4Unit .table tr:nth-child(odd) {
    background-color: #F3F3F3;
}

.cut4Unit .table th {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #00A6E2;
}

.cut4Unit .table td {
    color: #000;
    font-size: 16px;
}

.cut4Unit .table .textLeft {
    text-align: left;
}

.cut4Unit .table tr.home td span {
    color: #62C1B4;
    font-weight: bold;
}

.cut4Unit .table tr.business td span {
    color: #00A6E2;
    font-weight: bold;
}

@media only screen and (max-width : 960px) {
    .cut4Unit .table {
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width : 767px) {
    .cut4Unit {
        padding: 6vw 0 10vw 0;
    }

    .cut4Unit h2 {
        margin-bottom: 0;
        height: 14vw;
        line-height: 14vw;
        font-size: 6vw;
    }

    .cut4Unit .table {
        width: 90%;
        margin: 0 auto;
        border-collapse: separate;
        border-spacing: 6vw;
    }

    .cut4Unit .table th,
    .cut4Unit .table td {
        padding: 3vw 4vw;
        text-align: left;
    }

    .cut4Unit .table th {
        display: none;
    }

    .cut4Unit .table td {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        font-size: 3.5vw;
        margin-top: -1px;
    }

    .cut4Unit .table td:before {
        content: attr(data-th)"";
        display: inline-block;
        width: 18vw;
        min-width: 18vw;
        text-align: center;
        color: #fff;
        font-size: 3.5vw;
        font-weight: bold;
        margin: -3vw 4vw -3vw -4vw;
        padding: 3vw 2vw;
    }

    .cut4Unit .table tr.home td:before {
        background-color: #62C1B4;
    }

    .cut4Unit .table tr.business td:before {
        background-color: #00A6E2;
    }
}