@charset "UTF-8";

ol, ul {
    list-style: none;
}

.mainContent {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.contentArea {
    width: 100%;
    min-width: 1100px;
    background-color: #fff;
}

.header .logo {
    padding: 10px 20px;
}

.header .logo img {
    width: 92px;
}

.mvArea {
    position: relative;
    margin: 0 auto;
    padding: 122px 0;
    color: #161616;
    text-align: center;
    background: #F7F7F7;
}
.mvArea {
    margin: 0 auto;
    padding: 122px 0;
    color: #161616;
    text-align: center;
    background: #F7F7F7;
}

.mvArea h1 {
    font-size: 40px;
}

.contentArea .tagTxt {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 142px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background: #333;
    border-radius: 3px;
}

.textArea {
    width: 640px;
    margin: 100px auto 56px;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.textArea .textArea__text {
    padding-top: 20px;
}
.contentArea .marker {
    background: linear-gradient(transparent 50%, #ffed90 50%);
}

.cardArea {
    width: 640px;
    margin: auto;
    padding: 44px 0 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    background: #F7F7F7;
    border-radius: 20px;
}

.cardArea .cardArea__list {
    margin-top: 26px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cardArea .cardArea__list .cardArea__list__item {
    margin-left: 26px;
}

.cardArea .cardArea__list .cardArea__list__item:fisrt-child {
    margin-left: 0;
}

.btnArea {
    margin: 80px auto 50px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.btnArea .btnArea__link {
    margin-top: 32px;
}

.btnArea .btnArea__link a {
    position: relative;
    display: block;
    width: 410px;
    padding: 24px 10px 24px 0;
    margin: auto;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #000;
    text-decoration: none;
    border-radius: 50px;
    transition: all .3s;
}

.btnArea .btnArea__link a:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 40px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s;
}

.btnArea .btnArea__textlink {
    margin-top: 32px;
    font-weight: 400;
}

.btnArea .btnArea__textlink a {
    color: #00BCD4;
}

.campaignArea {
    margin: auto;
    text-align: center;
}
.campaignArea a:hover {
    opacity: 0.7;
}

.footer {
    min-width: 1100px;
    margin: 176px auto 0;
    padding: 24px 0 28px;
    text-align: center;
    color: #fff;
    background: #000;
}

