@charset "UTF-8";

.totalNumber {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.totalNumber dl {
    width: 50%;
    text-align: center;
}

.totalNumber dt {
    color: #eee;
    font-size: 28px;
    font-size: 2.8rem;
}

.totalNumber dd {
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
}

.japanMarket {
    width: calc(100% - 410px);
    float: right;
}

.companyInfo {
    max-width: 1040px;
    margin: 40px auto 0;
    background: url(../images/logo-fan.svg) left no-repeat;
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
    padding-left: 230px;
}

.companyInfo dl {
    display: table;
    margin: 15px 0;
}

.companyInfo dt,
.companyInfo dd {
    display: table-cell;
}

.companyInfo dt {
    font-size: 18px;
    font-size: 1.8rem;
    width: 200px;
}

.companyInfo dd {
    color: #666;
}

.serviceIntroduction ul {
    display: flex;
    text-align: center;
}

.serviceIntroduction ul li {
    width: 350px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    box-sizing: border-box;
}

.serviceIntroduction ul li:nth-child(2) {
    margin: 0 20px;
}

.serviceIntroduction ul li img {
    height: 70px;
    width: auto;
}

.highSatisfaction {
    width: calc(100% - 440px);
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.highSatisfaction li {
    color: #666;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
}

.timelineAffiliate {
    display: -webkit-flex;
    display: flex;
}

.timelineAffiliate li:first-child {
    width: 170px;
    margin-right: 10px;
}

.timelineAffiliate li:nth-child(2) {
    width: 190px;
    margin-right: 10px;
}

.timelineAffiliate li:nth-child(3) {
    width: 250px;
    margin-right: 10px;
}

.timelineAffiliate li:nth-child(4) {
    width: 245px;
    margin-right: 10px;
}

.timelineAffiliate li:last-child {
    width: 205px;
}

.timelineImage {
    display: block;
}

.hearing,
.register,
.programSettings,
.conversionTest,
.launch {
    display: none;
}

/*map*/
.gmap {
    position: relative;
    padding-bottom: 40vh;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 50px;
}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--スマホ切り替え--*/
@media screen and (max-width:740px) {

    .totalNumber {
        display: block;
    }

    .totalNumber dl {
        width: 90%;
        margin: 10px auto;
    }

    .totalNumber dt {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .totalNumber dd {
        font-size: 30px;
        font-size: 3rem;
    }

    .japanMarket {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .companyInfo {
        max-width: 100%;
        background: none;
        padding-left: 0;
    }

    .companyInfo h2 {
        display: block;
        background: url(../images/logo-fan.svg) no-repeat bottom;
        -webkit-background-size: 100px 100px;
        background-size: 100px 100px;
        padding-bottom: 120px;
    }

    .companyInfo dl,
    .companyInfo dt,
    .companyInfo dd {
        display: block;
    }

    .companyInfo dd {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .highSatisfaction {
        width: 100%;
    }

    .serviceIntroduction ul {
        display: block;
    }

    .serviceIntroduction ul li,
    .serviceIntroduction ul li:nth-child(2) {
        width: 100%;
        margin: 15px auto;
    }

    .timelineAffiliate {
        display: block;
    }

    .timelineAffiliate li,
    .timelineAffiliate li:first-child,
    .timelineAffiliate li:nth-child(2),
    .timelineAffiliate li:nth-child(3),
    .timelineAffiliate li:nth-child(4),
    .timelineAffiliate li:last-child {
        display: table;
        width: 100%;
        margin: 10px 0 15px;
    }

    .timelineImage {
        display: none;
    }

    .hearing,
    .register,
    .programSettings,
    .conversionTest,
    .launch {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
        text-align: center;
        box-sizing: border-box;
        position: relative;
        color: #FFF;
        font-weight: bold;
        padding: 10px 0;
        line-height: 1.3;
    }

    .hearing {
        background: #e8919a;
    }

    .register {
        background: #e2707c;
    }

    .programSettings {
        background: #d44c5b;
    }

    .conversionTest {
        background: #ca2033;
    }

    .launch {
        background: #b30000;
    }

    .hearing:after,
    .register:after,
    .programSettings:after,
    .conversionTest:after {
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        border-top-width: 10px;
        border-bottom-width: 5px;
        border-left-width: 15px;
        border-right-width: 15px;
        margin-left: -15px;
        top: 100%;
        left: 50%;
    }

    .hearing:after {
        border-color: #fff;
        border-top-color: #e8919a;
    }

    .register:after {
        border-color: #fff;
        border-top-color: #e2707c;
    }

    .programSettings:after {
        border-color: #fff;
        border-top-color: #d44c5b;
    }

    .conversionTest:after {
        border-color: #fff;
        border-top-color: #ca2033;
    }

    .timelineAffiliate li div {
        width: 60%;
        display: table-cell;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .gmap {
        margin-top: 20px;
    }

}