@charset "UTF-8";

/******************************************************************************
*
* [共通]ヘッダー
*
******************************************************************************/

.hero_area {
    position: relative;
    background-image: url(../images/hero/ha_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0 150px;
    z-index: 10;
}

.hero_area .ha_scroll {
    width: 30px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

/*---------------------
* 配置
---------------------*/

.hero_area .ha_logo {
    width: 40%;
    margin: auto;
}

.hero_area .ha_start {
    width: 60%;
    margin: 40px auto 50px;
}

.hero_area .ha_btn {
    width: 45%;
    margin: auto;
}

/******************************************************************************
*
* [共通]概要
*
******************************************************************************/

#about {
    background-image: url(../images/c/about_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

#about .about_lead {
    width: 320px;
    margin: 0 auto 60px;
}

#about p {
    text-align: center;
    line-height: 2;
    font-weight: bold;
    font-size: 17px;
}

#about .about_img {
    margin-top: 80px;
}



/******************************************************************************
*
* [共通]理由
*
******************************************************************************/

#reason {
    background-image: url(../images/c/reason_bg.jpg);
    background-color: #000;
}

#reason .wrap {
    width: 1100px;
}

#reason .reason_lead {
    width: 60%;
    margin: 0 auto 80px;
}

/*---------------------
* リスト
---------------------*/

#reason .reason_list {
    display: flex;
    flex-wrap: wrap;
}

#reason .reason_list dl {
    width: 48%;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    background: #fff;
}

#reason .reason_list dl:nth-child(even) {
    margin-left: 30px;
}

#reason .reason_list dl:nth-child(n+3) {
    margin-top: 30px;
}

#reason .reason_list dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
}

/*番号*/

#reason .reason_list dl dt .num {
    width: 70px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    /*背景*/
    background: -moz-linear-gradient(0% 50% 0deg, rgba(254, 111, 0, 1) 0%, rgba(254, 98, 9, 1) 3.47%, rgba(254, 68, 29, 1) 12.96%, rgba(254, 43, 45, 1) 23.47%, rgba(254, 24, 58, 1) 35.23%, rgba(254, 11, 67, 1) 48.93%, rgba(254, 3, 72, 1) 66.34%, rgba(254, 1, 74, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(254, 111, 0, 1) 0%, rgba(254, 98, 9, 1) 3.47%, rgba(254, 68, 29, 1) 12.96%, rgba(254, 43, 45, 1) 23.47%, rgba(254, 24, 58, 1) 35.23%, rgba(254, 11, 67, 1) 48.93%, rgba(254, 3, 72, 1) 66.34%, rgba(254, 1, 74, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(254, 111, 0, 1)), color-stop(0.0347, rgba(254, 98, 9, 1)), color-stop(0.1296, rgba(254, 68, 29, 1)), color-stop(0.2347, rgba(254, 43, 45, 1)), color-stop(0.3523, rgba(254, 24, 58, 1)), color-stop(0.4893, rgba(254, 11, 67, 1)), color-stop(0.6634, rgba(254, 3, 72, 1)), color-stop(1, rgba(254, 1, 74, 1)));
    background: -o-linear-gradient(0deg, rgba(254, 111, 0, 1) 0%, rgba(254, 98, 9, 1) 3.47%, rgba(254, 68, 29, 1) 12.96%, rgba(254, 43, 45, 1) 23.47%, rgba(254, 24, 58, 1) 35.23%, rgba(254, 11, 67, 1) 48.93%, rgba(254, 3, 72, 1) 66.34%, rgba(254, 1, 74, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(254, 111, 0, 1) 0%, rgba(254, 98, 9, 1) 3.47%, rgba(254, 68, 29, 1) 12.96%, rgba(254, 43, 45, 1) 23.47%, rgba(254, 24, 58, 1) 35.23%, rgba(254, 11, 67, 1) 48.93%, rgba(254, 3, 72, 1) 66.34%, rgba(254, 1, 74, 1) 100%);
    background: linear-gradient(90deg, rgba(254, 111, 0, 1) 0%, rgba(254, 98, 9, 1) 3.47%, rgba(254, 68, 29, 1) 12.96%, rgba(254, 43, 45, 1) 23.47%, rgba(254, 24, 58, 1) 35.23%, rgba(254, 11, 67, 1) 48.93%, rgba(254, 3, 72, 1) 66.34%, rgba(254, 1, 74, 1) 100%);
}

#reason .reason_list dl dt .num .sub {
    font-size: 12px;
    line-height: 1;
}

#reason .reason_list dl dt .num .main {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}

/*見出し*/

#reason .reason_list dl dt h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    width: 85%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding: 0 12px;
}

/*テキスト*/

#reason .reason_list dl dd p {
    font-size: 15px;
    line-height: 1.5;
    padding: 1.5em;
}


/******************************************************************************
*
* [共通]ピース
*
******************************************************************************/

#piece {
    background-image: url(../images/c/piece_bg.jpg);
    background-size: cover;
    background-position: center right;
}


/******************************************************************************
*
* [共通]提供環境
*
******************************************************************************/

#oe {
    background-image: url(../images/c/oe_bg.jpg);
    background-position: center top;
    background-size: 100%;
}

#oe .sec_txt {
    opacity: 0.4;
}

/*---------------------
* コンテンツ
---------------------*/

#oe .oe_content .oec_box {
    margin-bottom: 80px;
}

#oe .oe_content .oec_box:last-child {
    margin-bottom: 0;
}

#oe .oe_content .oec_box .txt {
    width: 90%;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: -60px auto 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding: 50px;
}

#oe .oe_content .oec_box .txt .oe_inner_img {
    width: 80%;
    margin: auto;
    box-sizing: border-box;
    border: solid 1px #ccc;
}

/*動画*/

#oe .oe_content .oec_box .txt .oe_ex .box {
    background: #f5f7fa;
    margin-top: 50px;
}

#oe .oe_content .oec_box .txt .oe_ex h4 {
    background: #d10e0c;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 20px;
    letter-spacing: 0.1em;
    text-align: center;
}

#oe .oe_content .oec_box .txt .oe_ex aside {
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    padding-right: 30px;
}

#oe .oe_content .oec_box .txt .oe_ex p {
    margin-top: 10px;
    font-size: 15px;
    padding: 0 30px 30px;
}

/******************************************************************************
*
* [共通]ロードマップ
*
******************************************************************************/

#loadmap {
    background-image: url(../images/c/lm_bg.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #0b1319;
}

#loadmap .sec_txt {
    opacity: 0.4;
}

/*---------------------
* 流れ
---------------------*/

#loadmap .lm_flow .lmf_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
}

#loadmap .lm_flow .lmf_box::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 14px;
    top: 50px;
    background: #777;
}

#loadmap .lm_flow .lmf_box:last-child {
    padding-bottom: 0;
}

#loadmap .lm_flow .lmf_box:last-child::before {
    content: none;
}

/*アイコン*/

#loadmap .lm_flow .lmf_box .icon {
    width: 30px;
}

#loadmap .lm_flow .lmf_box .icon i {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/c/lm_icon.png);
    background-size: cover;
    position: relative;
    top: 30px;
}

/*テキスト*/

#loadmap .lm_flow .lmf_box .txt {
    width: 90%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

#loadmap .lm_flow .lmf_box .txt:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 35px;
    left: -14px;
}

#loadmap .lm_flow .lmf_box .txt .title {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: dotted 2px #ccc;
}

#loadmap .lm_flow .lmf_box .txt .title .num {
    width: 120px;
    box-sizing: border-box;
    text-align: center;
    background: #d10e0c;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 0;
}

#loadmap .lm_flow .lmf_box .txt .title h3 {
    width: 70%;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    box-sizing: border-box;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 900;
    padding-left: 20px;
}

#loadmap .lm_flow .lmf_box .txt .title h3 span {
    display: inline-block;
    border: solid 1px #d10e0c;
    font-size: 90%;
    padding: 0 6px;
    margin-left: 7px;
    font-weight: 600;
}

#loadmap .lm_flow .lmf_box .txt p {
    line-height: 1.5;
    padding: 0 1em;
}


/******************************************************************************
*
* [共通]声
*
******************************************************************************/

.slick-track {
    display: flex;
}

.slick-slide {
    height: auto !important;
}

/*---------------------
* リスト
---------------------*/

#voice .voice_list {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}

#voice .voice_list ul li {
    padding: 0 15px;
}

#voice .voice_list dl {
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

/*情報*/

#voice .voice_list dl dt {
    margin-bottom: 15px;
}

#voice .voice_list dl dt .ava {
    width: 100px;
    margin: 0 auto 20px;
}

#voice .voice_list dl dt .name {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #999;
}

#voice .voice_list dl dt .job {
    text-align: center;
    font-size: 12px;
    color: #ccc;
    line-height: 1.5;
    margin-top: 5px;
}

#voice .voice_list dl dt .copy {
    text-align: center;
}

#voice .voice_list dl dt .copy .sub {
    font-size: 14px;
    font-weight: 500;
}

#voice .voice_list dl dt .copy h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
    font-style: italic;
    color: #d10e0c;
    margin: 0 0 8px;
}

/*本文*/

#voice .voice_list dl dd .icon {
    width: 20px;
}

#voice .voice_list dl dd p {
    font-size: 14px;
    margin-top: 15px;
}

/******************************************************************************
*
* [共通]実績
*
******************************************************************************/

#achievement {
    background: #f5f7fa;
}

/*リード*/

#achievement .achi_lead {
    margin-bottom: 40px;
}

#achievement .achi_lead .icon {
    width: 28px;
    margin: 0 auto 10px;
}

#achievement .achi_lead h3 {
    text-align: center;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.4em;
}

/*---------------------
* リスト
---------------------*/

#achievement .achi_list {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}

#achievement .achi_list ul .slick-track li {
    padding: 0 15px
}

#achievement .achi_list .inner {
    background: #fff;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 8px;
}

#achievement .achi_list .inner .box {
    width: 32%;
}

#achievement .achi_list .inner .box h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

#achievement .achi_list .inner .box h4 small {
    font-size: 12px;
    margin-left: 10px;
    color: #888;
}

#achievement .achi_list .inner .lp_img {
    border: solid 1px #ccc;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
}

/******************************************************************************
*
* [共通]流れ
*
******************************************************************************/

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

#flow .flow_lead {
    width: 200px;
}

#flow .flow_lead h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
}

#flow .flow_list {
    width: 80%;
    width: -webkit-calc(100% -270px);
    width: calc(100% - 270px);
}

/*---------------------
* リスト
---------------------*/

#flow .flow_list dl {
    margin-bottom: 80px;
    position: relative;
}

#flow .flow_list dl::before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #e1e1e1;
    position: absolute;
    bottom: -65px;
    left: 10px;
}

#flow .flow_list dl:last-child {
    margin-bottom: 0;
}

#flow .flow_list dl:last-child::before {
    content: none;
}

#flow .flow_list dl dt .num {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}

#flow .flow_list dl dt h3 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}

#flow .flow_list dl dd {
    font-size: 15px;
}

#flow .flow_list dl dd small {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    color: #666;
}

/******************************************************************************
*
* [共通]プレゼント
*
******************************************************************************/

#gift {
    background-color: #000;
    background-image: url(../images/c/gift_bg2.jpg);
    background-size: 100%;
    position: relative;
}

#gift .sec_txt {
    opacity: 0.4;
}

#gift::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/c/gift_bg1.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

#gift .wrap {
    position: relative;
}

#gift .gift_lead {
    width: 70%;
    margin: 0 auto 50px;
}

#gift p.tc {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

#gift aside.last {
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

/*---------------------
* リスト
---------------------*/

#gift .gift_list dl {
    background: #fff;
    box-sizing: border-box;
    padding: 50px 50px 60px;
    position: relative;
    margin-bottom: 50px;
}

#gift .gift_list dl:last-child {
    margin-bottom: 0;
}

#gift .gift_list dl::before {
    content: "";
    display: block;
    width: 90%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 90%;
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    box-sizing: border-box;
    border: solid 1px #bd8e33;
}

#gift .gift_list dl dd {
    margin-top: 50px;
}

#gift .gift_list dl dd::before,
#gift .gift_list dl dd::after {
    content: "";
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

#gift .gift_list dl dd::before {
    background-image: url(../images/c/gift_p1.png);
    top: 0;
    right: 0;
    background-position: top right;
}

#gift .gift_list dl dd::after {
    background-image: url(../images/c/gift_p2.png);
    bottom: 0;
    left: 0;
    background-position: top left;
}

#gift .gift_list dl dd small {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    color: #888;
}

#gift .gift_list dl dd aside {
    background: #f5f7fa;
    padding: 15px;
    margin-top: 30px;
    border-radius: 8px;
}

#gift .gift_list dl dd aside h4 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
}

#gift .gift_list dl dd aside ul {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

#gift .gift_list dl dd aside ul li {
    width: 24%;
}

/******************************************************************************
*
* [共通]返金
*
******************************************************************************/

#refund {
    background-image: url(../images/c/refund_bg.jpg);
    background-size: cover;
    background-position: center;
}

#refund .box {
    width: 80%;
    box-sizing: border-box;
    margin: auto;
    background-image: url(../images/c/message_bg.jpg);
    padding: 50px;
}

#refund .box p {
    text-align: center;
    margin: 30px 0;
}

/*---------------------
* 注意書き
---------------------*/

#refund .attention {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
}

#refund .attention table {
    width: 100%;
    box-sizing: border-box;
}

#refund .attention table th {
    width: 100px;
    box-sizing: border-box;
    font-size: 13px;
}

#refund .attention table th span {
    display: block;
    background: #686868;
    color: #fff;
    font-weight: 600;
    padding: 3px;
}

#refund .attention table td {
    width: 70%;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
}

#refund .attention table td.full {
    padding-left: 0;
}

#refund .attention table td aside {
    font-size: 12px;
}

/******************************************************************************
*
* [共通]CTA
*
******************************************************************************/

#cta {
    background-image: url(../images/cta/cta_bg2.jpg);
    background-size: 100%;
    background-position: center top;
    position: relative;
    z-index: 10;
}

/*---------------------
* トップバー
---------------------*/

#cta .topbar {
    background: #000;
}

#cta .topbar h4 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    padding: 10px 0;
}

/*---------------------
* メイン
---------------------*/

#cta .main {
    background-image: url(../images/cta/cta_bg1.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 80px 0;
}

#cta .main .cta_logo {
    width: 60%;
    margin: 0 auto 50px;
}

#cta .main .cta_lead {
    width: 40%;
    margin: 0 auto 50px;
}

/*表*/

#cta .main .cta_info {
    width: 80%;
    margin: auto;
}

#cta .main .cta_info table {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin-top: 5px;
}

#cta .main .cta_info table th,
#cta .main .cta_info table td {
    box-sizing: border-box;
    padding: 15px;
    line-height: 1.5;
    font-weight: bold;
}

#cta .main .cta_info table th {
    width: 200px;
    vertical-align: middle;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(254, 111, 0, 1) 0%, rgba(254, 98, 9, 1) 3.47%, rgba(254, 68, 29, 1) 12.96%, rgba(254, 43, 45, 1) 23.47%, rgba(254, 24, 58, 1) 35.23%, rgba(254, 11, 67, 1) 48.93%, rgba(254, 3, 72, 1) 66.34%, rgba(254, 1, 74, 1) 100%);
    color: #fff;
    font-size: 18px;
}

#cta .main .cta_info table td {
    width: 60%;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    font-size: 16px;
}

#cta .main .cta_info table td aside {
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    background: #f5f7fa;
    margin-top: 10px;
}

#cta .main .cta_info table td aside ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}

#cta .main .cta_info table td aside ul li:last-child {
    margin-bottom: 0;
}

#cta .main .cta_info table td aside ul li i {
    color: #d10e0c;
}

/*特典*/

#cta .gift {
    margin-top: 50px;
}

/*重要*/

#cta .impossible {
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    width: 70%;
    margin: 50px auto 0;
    padding: 30px;
}

#cta .impossible .i_lead {
    width: 60%;
    margin: 0 auto 20px;
}

#cta .impossible p.tc {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}

/*プラポリ*/

#cta .impossible .tokusho {
    height: 140px;
    box-sizing: border-box;
    padding: 15px;
    overflow: scroll;
    background: #444;
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}

#cta .impossible .tokusho article {
    margin-top: 30px;
}

#cta .impossible .tokusho section {
    margin-top: 15px;
}

#cta .impossible .tokusho h2 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ccc;
}

#cta .impossible .tokusho h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    color: #ccc;
}

#cta .impossible .tokusho h4 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
    color: #ccc;
    text-align: center;
}

#cta .impossible .tokusho .box dl {
    padding-left: 14px;
    margin-bottom: 15px;
}

#cta .impossible .tokusho .box dl dt {
    font-weight: bold;
    font-size: 13px;
    color: #ccc;
}

#cta .impossible .tokusho .box dl dd ol {
    counter-reset: item;
    list-style-type: none;
    margin-top: 7px;
}

#cta .impossible .tokusho .box dl dd ol li {
    text-indent: -1em;
    padding-left: 1em;
}

#cta .impossible .tokusho .box dl dd ol li::before {
    counter-increment: item;
    content: '（'counter(item)'）';
    font-weight: bold;
    color: #ccc;
}

#cta .impossible .tokusho .box dl dd ol li ol li::before {
    counter-increment: item;
    content: counter(item)'.';
}

#cta .impossible .tokusho .box dl dd ol li ol li ol li::before {
    counter-increment: item;
    content: counter(item)'-';
}

#cta .impossible .tokusho .box dl.p21,
#cta .impossible .tokusho .box dl.p21 dt,
#cta .impossible .tokusho .box dl.p21 dd ol li::before {
    color: #bd8e33 !important;
}

#cta .impossible .tokusho .attention {
    padding: 0.7em;
    border: solid 1px #bd8e33;
    color: #bd8e33;
    margin-bottom: 15px;
}

#cta .impossible .tokusho .attention ul li {
    padding-left: 1em;
    text-indent: -1em;
}

#cta .impossible .tokusho p {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

#cta .impossible .tokusho table {
    width: 100%;
    box-sizing: border-box;
}

#cta .impossible .tokusho table th,
#cta .impossible .tokusho table td {
    border: solid 1px #999;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.5;
}

#cta .impossible .tokusho table th {
    width: 120px;
    font-weight: bold;
}

#cta .impossible .tokusho table td {
    width: 75%;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}

/*チェック*/

#cta .impossible .cta_check {
    width: 90%;
    margin: 30px auto 0;
    cursor: pointer;
}

#cta .impossible .cta_check #open {
    cursor: pointer;
}

#cta .impossible .cta_check_aside {
    width: 90%;
    margin: 10px auto 0;
}

/*---------------------
* 決済
---------------------*/

#cta .sell {
    padding-bottom: 80px;
    display: none;
}

#cta .sell .sell_area dl:first-child {
    margin-bottom: 30px;
}

#cta .sell .sell_area dl dd {
    background: #fff;
    padding: 50px;
}

#cta .sell .sell_area dl dd .btn {
    width: 80%;
    margin: auto;
}

#cta .sell .sell_area dl dd aside {
    background: #f5f7fa;
    padding: 30px 15px;
    margin-top: 30px;
    font-size: 13px;
    border-radius: 5px;
    color: #333;
}

/*補足*/

#cta .sell .s_aside {
    background: rgba(0, 0, 0, 0.8);
    margin-top: 50px;
    padding: 30px;
}

#cta .sell .s_aside p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#cta .sell .s_aside .aside_table table {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin-top: 5px;
}

#cta .sell .s_aside .aside_table table th,
#cta .sell .s_aside .aside_table table td {
    box-sizing: border-box;
    padding: 10px 8px;
    line-height: 1.5;
}

#cta .sell .s_aside .aside_table table th {
    width: 230px;
    vertical-align: middle;
    font-weight: bold;
    background: #333;
    color: #fff;
    font-size: 13px;
}

#cta .sell .s_aside .aside_table table td {
    width: 60%;
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    font-size: 14px;
    padding: 10px 12px;
}

#cta .sell .s_aside .aside_table table td aside {
    font-size: 11px;
    text-indent: -1em;
    padding-left: 1em;
    color: #888;
}



/******************************************************************************
*
* [共通]よくある質問
*
******************************************************************************/

#faq .faq_lead {
    width: 120px;
    margin: 0 auto 50px;
}

/*---------------------
* FAQリスト
---------------------*/

/*リストコンテナ*/

.faq_list ul li {
    padding: 30px;
    background: #f5f7fa;
    margin-bottom: 20px;
    border-radius: 10px;
}

.faq_list ul li:last-child {
    margin-bottom: 0;
}

/*リスト内部*/

.faq_list dl dt,
.faq_list dl dd {
    display: flex;
    justify-content: space-between;
}

.faq_list dl dt {
    margin-bottom: 15px;
}

.faq_list dl dt .txt {
    font-size: 18px;
    font-weight: bold;
}

.faq_list dl i {
    font-family: 'Arial', sans-serif;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.faq_list dl i.q::before {
    content: "Q";
}

.faq_list dl i.a::before {
    content: "A";
}

.faq_list dl i.q {
    background: #000;
}

.faq_list dl i.a {
    background: #d10e0c;
}

.faq_list dl .txt {
    width: 92%;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    font-size: 14px;
}

.faq_list dl dd .txt {
    padding-top: 5px
}



/******************************************************************************
*
* [共通]講師紹介
*
******************************************************************************/

#profile {
    background: #a50902;
    position: relative;
}

#profile .p_lead {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}


/******************************************************************************
*
* [共通]メッセージ
*
******************************************************************************/

#message {
    background-image: url(../images/c/message_bg.jpg);
}

#message .m_lead {
    width: 50%;
    margin: 0 auto 80px;
}

#message .m_name {
    width: 200px;
    margin-left: auto;
    margin-top: 80px
}

#message p {
    text-align: center;
    font-weight: bold;
}

#message p a {
    color: #d10e0c;
    text-decoration: underline;
}

/******************************************************************************
*
* [共通]ブラウザ別対応
*
******************************************************************************/

/*Firefox*/

@-moz-document url-prefix() {}

/*Safari*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome,
    .selector {}
}

/*IE10*/

@media all and (-ms-high-contrast:none) {}

/*IE11*/

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .selector {}
}

/*Edge*/

@supports (-ms-ime-align:auto) {}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*1400px以下*/

@media only screen and (max-width: 1400px) {
    #profile .middle_wrap {
        width: 100%;
    }
}

/*1150px以下*/

@media only screen and (max-width: 1150px) {
    #reason .wrap {
        width: 94%;
    }
}

/*960px以下*/

@media only screen and (max-width: 960px) {}

/*644px以下*/

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

    /*---------------------
    * [共通]ヘッダー
    ---------------------*/

    .hero_area {
        background-image: url(../images/hero/ha_bg_sp.jpg);
        background-position: center top;
        padding: 0;
    }

    .hero_area::before {
        content: "";
        display: block;
        padding-top: 167.4%;
    }

    .hero_area .wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        width: 94%;
    }

    .hero_area .ha_scroll {
        width: 26px;
        bottom: 18px;
    }

    /*配置*/

    .hero_area .ha_logo {
        width: 70%;
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
        transform: translateZ(0);
    }

    .hero_area .ha_start {
        width: 90%;
        margin: 40px auto 50px;
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
        transform: translateZ(0);
    }

    .hero_area .ha_btn {
        width: 80%;
    }

    /*ショートCTA*/

    .hero_area.short_cta {
        background-image: url(../images/hero/ha_shortbg_sp.jpg);
        padding: 50px 0;
    }

    .hero_area.short_cta::before {
        display: none;

    }

    .hero_area.short_cta .wrap {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        -webkit- transform: none;
    }

    /*---------------------
    * [共通]概要
    ---------------------*/

    #about {
        background-size: 300%;
        background-position: top right 30%;
    }

    #about .about_lead {
        width: 200px;
        margin: 0 auto 30px;
    }

    #about p {
        font-size: 13px;
        line-height: 1.5;
    }

    #about .about_img {
        margin-top: 30px;
    }

    /*---------------------
    * [共通]理由
    ---------------------*/

    #reason {
        background-image: url(../images/c/reason_bg.jpg);
        background-size: 150%;
    }

    #reason .reason_lead {
        width: 90%;
        margin: 0 auto 40px;
    }

    /*リスト*/

    #reason .reason_list {
        display: block;
    }

    #reason .reason_list dl {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }

    #reason .reason_list dl:nth-child(even) {
        margin-left: 0;
    }

    #reason .reason_list dl:nth-child(n+2) {
        margin-top: 20px;
    }

    #reason .reason_list dl dt .num {
        width: 60px;
        min-height: 100px;
    }

    #reason .reason_list dl dt .num .sub {
        font-size: 11px;
    }

    #reason .reason_list dl dt .num .main {
        font-size: 30px;
    }

    #reason .reason_list dl dt h3 {
        font-size: 15px;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        box-sizing: border-box;
        padding: 0 0.6em;
    }

    #reason .reason_list dl dd p {
        font-size: 14px;
        padding: 1.2em;
    }

    /*---------------------
    * [共通]ピース
    ---------------------*/

    #piece {
        background-image: url(../images/c/piece_bg_sp.jpg);
    }

    /*---------------------
    * [共通]提供環境
    ---------------------*/

    #oe {
        background-size: 200%;
    }

    /*コンテンツ*/

    #oe .oe_content .oec_box {
        margin-bottom: 30px;
    }

    #oe .oe_content .oec_box .txt {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: -30px auto 0;
        padding: 20px 15px;
    }

    #oe .oe_content .oec_box .txt .oe_inner_img {
        width: 100%;
    }

    /*動画*/

    #oe .oe_content .oec_box .txt .oe_ex .box {
        margin-top: 20px;
    }

    #oe .oe_content .oec_box .txt .oe_ex h4 {
        font-size: 16px;
        padding: 6px 10px;
        letter-spacing: 0;
    }

    #oe .oe_content .oec_box .txt .oe_ex aside {
        font-size: 10px;
        margin-top: 5px;
        padding-right: 10px;
    }

    #oe .oe_content .oec_box .txt .oe_ex p {
        margin-top: 10px;
        font-size: 13px;
        padding: 0 10px 10px;
    }

    /*---------------------
    * [共通]ロードマップ
    ---------------------*/

    #loadmap {
        background-size: 200%;
    }

    /*流れ*/

    #loadmap .lm_flow .lmf_box {
        padding-bottom: 50px;
    }

    #loadmap .lm_flow .lmf_box::before {
        width: 1px;
        left: 10px;
        top: 40px;
    }

    /*アイコン*/

    #loadmap .lm_flow .lmf_box .icon {
        width: 20px;
    }

    #loadmap .lm_flow .lmf_box .icon i {
        width: 20px;
        height: 20px;
        top: 25px;
    }

    /*テキスト*/

    #loadmap .lm_flow .lmf_box .txt {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        padding: 12px;
    }

    #loadmap .lm_flow .lmf_box .txt:before {
        border-width: 7px 10px 7px 0;
        top: 30px;
        left: -9px;
    }

    #loadmap .lm_flow .lmf_box .txt .title {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom-width: 1px;
    }

    #loadmap .lm_flow .lmf_box .txt .title .num {
        width: 80px;
        font-size: 12px;
    }

    #loadmap .lm_flow .lmf_box .txt .title h3 {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
        font-size: 18px;
        padding-left: 0;
        margin-top: 10px;
    }

    #loadmap .lm_flow .lmf_box .txt .title h3 span {
        padding: 1px 6px 3px;
        margin-left: 0;
        margin-top: 5px;
    }

    #loadmap .lm_flow .lmf_box .txt p {
        padding: 0;
        font-size: 13px;
    }

    /*---------------------
    * [共通]声
    ---------------------*/

    #voice .voice_list ul li {
        padding: 0 6px;
    }

    #voice .voice_list dl {
        padding: 20px 18px;
    }

    /*情報*/

    #voice .voice_list dl dt {
        margin-bottom: 10px;
    }

    #voice .voice_list dl dt .ava {
        width: 80px;
    }

    #voice .voice_list dl dt .name {
        font-size: 12px;
    }

    #voice .voice_list dl dt .copy .sub {
        font-size: 12px;
    }

    #voice .voice_list dl dt .copy h3 {
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 8px;
    }

    /*本文*/

    #voice .voice_list dl dd .icon {
        width: 14px;
    }

    #voice .voice_list dl dd p {
        font-size: 12px;
        margin-top: 10px;
    }

    /*---------------------
    * [共通]実績
    ---------------------*/

    #achievement .achi_lead {
        margin-bottom: 30px;
    }

    #achievement .achi_lead .icon {
        width: 20px;
        margin: 0 auto 7px;
    }

    #achievement .achi_lead h3 {
        font-size: 20px;
    }

    /*リスト*/

    #achievement .achi_list ul .slick-track li {
        padding: 0 6px;
    }

    #achievement .achi_list .inner {
        display: block;
        padding: 20px;
    }

    #achievement .achi_list .inner .box {
        width: 100%;
        margin-bottom: 15px;
    }

    #achievement .achi_list .inner .box:last-child {
        margin-bottom: 0;
    }

    #achievement .achi_list .inner .box h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    #achievement .achi_list .inner .box h4 small {
        font-size: 10px;
        margin-left: 5px;
    }

    /*---------------------
    * [共通]流れ
    ---------------------*/

    #flow .wrap {
        display: block;
    }

    #flow .flow_lead {
        width: 100%;
        margin-bottom: 40px;
    }

    #flow .flow_lead .f_txt {
        width: 200px;
        margin: auto;
    }

    #flow .flow_lead h2 {
        font-size: 16px;
        margin-top: 15px;
        text-align: center;
    }

    #flow .flow_list {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }

    /*リスト*/

    #flow .flow_list dl {
        margin-bottom: 60px;
    }

    #flow .flow_list dl::before {
        height: 30px;
        bottom: -45px;
    }

    #flow .flow_list dl dt .num {
        font-size: 26px;
    }

    #flow .flow_list dl dt h3 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    #flow .flow_list dl dd {
        font-size: 14px;
        line-height: 1.7;
    }

    /*---------------------
    * [共通]プレゼント
    ---------------------*/

    #gift {
        background-color: #000;
        background-size: cover;
    }

    #gift::before {
        background-size: 400%;
        background-position: top left;
    }

    #gift .gift_lead {
        width: 100%;
    }

    #gift p.tc {
        margin-bottom: 40px;
        letter-spacing: 0.2em;
    }

    /*リスト*/

    #gift .gift_list dl {
        padding: 15px 15px 50px;
        margin-bottom: 30px;
    }

    #gift .gift_list dl::before {
        width: -webkit-calc(100% - 9px);
        width: calc(100% - 9px);
        height: -webkit-calc(100% - 9px);
        height: calc(100% - 9px);
    }

    #gift .gift_list dl dd {
        margin-top: 20px;
    }

    #gift .gift_list dl dd::before,
    #gift .gift_list dl dd::after {
        width: 50px;
        height: 50px;
    }

    #gift .gift_list dl dd aside {
        padding: 10px;
        margin-top: 15px;
        border-radius: 4px;
    }

    #gift .gift_list dl dd aside h4 {
        font-size: 15px;
    }

    #gift .gift_list dl dd aside ul {
        display: block;
        font-size: 13px;
        line-height: 1.8;
    }

    #gift .gift_list dl dd aside ul li {
        width: 100%;
    }

    /*---------------------
    * [共通]返金
    ---------------------*/

    #refund {
        background-image: url(../images/c/refund_bg_sp.jpg);
    }

    #refund .box {
        width: 100%;
        padding: 20px 18px;
    }

    #refund .box p {
        text-align: left;
        margin: 30px 0 20px;
        font-size: 13px;
    }

    /*注意書き*/

    #refund .attention {
        padding: 3px 10px;
        font-size: 12px;
    }

    #refund .attention table th {
        width: 80px;
        font-size: 11px;
    }

    #refund .attention table td {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        padding: 10px 0 10px 7px;
    }

    #refund .attention table td aside {
        font-size: 11px;
        margin-top: 5px;
    }

    /*---------------------
    * [共通]CTA
    ---------------------*/

    /*トップバー*/

    #cta .topbar h4 {
        font-size: 14px;
    }

    /*メイン*/

    #cta .main {
        background-image: url(../images/cta/cta_bg1_sp.png);
        padding: 40px 0;
    }

    #cta .main .cta_logo {
        width: 60%;
        margin: 0 auto 30px;
    }

    #cta .main .cta_lead {
        width: 60%;
        margin: 0 auto 30px;
    }

    /*表*/

    #cta .main .cta_info {
        width: 100%;
    }

    #cta .main .cta_info table th,
    #cta .main .cta_info table td {
        padding: 10px;
    }

    #cta .main .cta_info table th {
        width: 100px;
        font-size: 13px;
    }

    #cta .main .cta_info table td {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        font-size: 14px;
    }

    #cta .main .cta_info table td aside {
        font-size: 11px;
        padding: 8px;
    }

    /*特典*/

    #cta .gift {
        margin-top: 30px;
    }

    /*重要*/

    #cta .impossible {
        width: 100%;
        margin: 30px auto 0;
        padding: 20px 12px;
    }

    #cta .impossible .i_lead {
        width: 80%;
    }

    #cta .impossible p.tc {
        text-align: center;
        font-size: 13px;
    }

    #cta .impossible .tokusho {
        height: 100px;
        padding: 10px;
    }

    #cta .impossible .tokusho p {
        font-size: 12px;
    }

    #cta .impossible .cta_check {
        width: 100%;
        margin: 20px auto 0;
    }

    #cta .impossible .cta_check_aside {
        width: 100%;
        margin: 10px auto 0;
    }

    /*決済*/

    #cta .sell {
        padding-bottom: 40px;
    }

    #cta .sell .sell_area dl dd {
        padding: 20px 20px;
    }

    #cta .sell .sell_area dl dd .btn {
        width: 100%;
    }

    #cta .sell .sell_area dl dd aside {
        padding: 15px 10px;
        margin-top: 10px;
        font-size: 12px;
        border-radius: 5px;
    }

    #cta .sell .s_aside {
        margin-top: 30px;
        padding: 20px;
    }

    #cta .sell .s_aside p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    #cta .sell .s_aside .aside_table table th,
    #cta .sell .s_aside .aside_table table td {
        padding: 10px 5px;
    }

    #cta .sell .s_aside .aside_table table th {
        width: 100px;
        text-align: left;
        font-size: 12px;
    }

    #cta .sell .s_aside .aside_table table td {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        font-size: 12px;
        padding: 10px 8px;
    }

    /*---------------------
    * [共通]よくある質問
    ---------------------*/

    #faq .faq_lead {
        width: 80px;
        margin: 0 auto 40px;
    }

    /*FAQリスト*/

    .faq_list ul li {
        padding: 15px 15px;
    }

    .faq_list dl dt .txt {
        font-size: 14px;
    }

    .faq_list dl i {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }

    .faq_list dl .txt {
        width: -webkit-calc(100% - 34px);
        width: calc(100% - 34px);
        font-size: 12px;
    }

    /*---------------------
    * [共通]講師紹介
    ---------------------*/

    #profile .wrap {
        width: 100%;
        padding: 30px 0 10px
    }

    #profile .p_lead {
        display: none;
    }

    /*---------------------
    * [共通]メッセージ
    ---------------------*/

    #message .m_lead {
        width: 70%;
        margin: 0 auto 40px;
    }

    #message .m_name {
        width: 140px;
        margin-top: 40px
    }

    #message p {
        text-align: left;
    }



}

/*375px以下*/

@media only screen and (max-width: 375px) {}

/*360px以下*/

@media only screen and (max-width: 360px) {
    #voice .voice_list dl dt .copy h3 {
        font-size: 17px;
    }
}

/*330px以下*/

@media only screen and (max-width: 330px) {}
