@charset "UTF-8";
.mv_wrap {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: url("../img/mv_img.jpg") no-repeat top center;
}
.mv_in {
    padding: 60px 0 15px 55px;
}
.mv-ttl {
    width: 792px;
    height: 150px;
    margin: 0 0 50px 70px;
}
.mv-ttl span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 150px 0 0 0;
    background: url('../img/mv-ttl.png?data=20220302') no-repeat 0 0;
}
.mv-toptxt {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 34px 0;
}
.mv-sptxt {
    display: none;
}
.mv_list {
    margin: 0 0 45px 0;
}
.mv_list li {
    float: left;
    display: table;
    width: 286px;
    height: 286px;
    margin: 0 30px 0 0;
    border: 5px solid #fff;
    box-sizing: border-box;
    border-radius: 150px;
    background: #fe0000;
}
.mv_list li:last-child {
    margin: 0;
}
.mv_list li .tblcl {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
.mv_list li .tblcl span {
    display: block;
}
.mv_list li .tblcl span.is-ver1 {
    font-size: 42px;
    margin: 10px 0 0 0;
}
.mv_list li .tblcl span.is-ver2 {
    font-size: 52px;
    margin: 5px 0 0 0;
}
.mv_list li .tblcl span.is-ver3 {
    font-size: 32px;
    margin: 15px 0 0 0;
}
.mv-btmtxt {
    width: 660px;
    height: 37px;
    margin: 0 0 0 130px;
}
.mv-btmtxt span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 37px 0 0 0;
    background: url("../img/mv-txt.png") no-repeat 0 0;
}
.mv-subtxt {
    float: right;
    width: 267px;
    height: 13px;
    margin: 20px 10px 0 0;
}
.mv-subtxt span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 13px 0 0 0;
    background: url("../img/mv-subtxt.png") no-repeat 0 0;
}
.gold_wrap {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.gold_ttl {
    text-align: center;
    padding: 17px 0;
    background: url("../img/gold_ttl.png") no-repeat 0 0;
}
.gold-ttl {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
}
.gold_in {
    padding: 60px 0 30px 80px;
    background: url("../img/gold_bg.png") no-repeat top -90px right;
}
.gold-txt {
    font-weight: bold;
    letter-spacing: 0.1em;
}
.gold-txt.is-ver1 {
    font-size: 42px;
    line-height: 1;
    color: #000;
    margin: 0 0 40px 0;
}
.gold-txt.is-ver2 {
    font-size: 32px;
}
.gold-txt.is-ver3 {
    font-size: 26px;
    line-height: 2.2;
}
@media (max-width:1280px) {
    .gold-txt.is-ver2 {
        font-size: 27px;
    }
    .gold-txt.is-ver3 {
        font-size: 22px;
    }
}
.gold_img {
    margin: 110px 0 80px 100px;
}
.formend_wrap {
    padding: 100px 0 0;
}
/*cv*/
.cv_wrap {
    background: #feffef;
    max-width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.cv_in {
    max-width: 1250px;
    margin: 0 auto;
    padding: 55px 0 0;
}
.cv-add {
    font-size: 18px;
    text-align: center;
    padding: 23px 0;
}
.cv_flx {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.cv_box {
    width: 49%;
    max-width: 580px;
}
.cv_box dt {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 23px 0;
    background: #ff0000;
    border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
.cv_box dd {
    height: 283px;
    background: #fff;
    border: 3px solid #ff0000;
    border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
.web-txt {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 55px 0 48px;
}
.tel-txt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 40px 0 30px;
}
.tel-add {
    font-size: 21px;
    text-align: center;
    line-height: 1.4;
    padding: 0 0 40px;
}
.tel-add span {
    font-size: 18px;
}
.tel_btn {
    padding: 32px 0 0;
    text-align: center;
}
.tel_btn a {
    font-size: 62px;
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
}
.web_btn {
    display: table;
    width: 518px;
    height: 98px;
    margin: 0 auto;
    padding: 0 0 40px;
}
.web_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.1em;
    background: #ff0000;
    border-radius: 50px;
}
.web_btn span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
}
.web_btn span:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -11px;
    width: 14px;
    height: 22px;
    background: url(../img/dec_arw_wh.png) no-repeat 0 0;
}
@media (min-width: 767px) {
    .tel_btn a:hover,
    .web_btn a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
}
/*mds*/
.mds_merit span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 210px 0 0 0;
    background: url(../img/merit_mds.png) no-repeat center center;
}
/*info*/
.info_wrap {
    background: #f0f0f0;
    max-width: 1366px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
}
.info_in {
    max-width: 1250px;
    margin: 0 auto;
    padding: 55px 0;
}
.info-txt {
    font-size: 24px;
    line-height: 2;
    text-align: left;
}
.info_btnbx {
    padding: 40px 0 0;
}
.info_btn {
    display: table;
    width: 978px;
    height: 86px;
    margin: 0 auto;
}
.info_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    background: #fff;
    border: 3px solid #474747;
    border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
.info_btn a span {
    position: relative;
    padding: 0 0 0 32px;
}
.info_btn a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 21px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../img/dec_arw_blk.png") no-repeat 0 0;
}
@media (min-width: 767px) {
    .info_btn a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
}
/*online*/
.online_wrap {
    background: #fff;
    max-width: 1366px;
    box-sizing: border-box;
    margin: 0 auto 80px;
}
.online-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 25px 0;
    background: #01c4ff;
    text-align: center;
}
.online_in {
    padding: 50px 0 0;
}
.online_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.online_wrap dl {
    padding: 0 3%;
}
.online_wrap dt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0 0 50px;
}
.online_wrap dd {
    text-align: center;
}
.cnt1_warp {
    padding: 0 0 80px;
}
.cnt1_txt {
    font-size: 24px;
    line-height: 2;
    padding: 0 610px 0 20px;
    min-height: 371px;
    background: url(../img/img01.png) no-repeat center right 100px;
}
.cnt2_warp {
    padding: 0 0 130px;
}
.cnt3_warp {
    padding: 0 0 80px;
}
.cnt_txt {
    font-size: 23px;
    line-height: 2;
    padding: 0 20px;
}
.cnt_img {
    padding: 80px 0 0;
    text-align: center;
}
.cnt4_warp,
.cnt5_warp {
    padding: 0 18px;
}
.cnt4_warp .cnt_txt ,
.cnt5_warp .cnt_txt {
    padding: 0 0;
}
.flow_btn {
    padding: 60px 0 100px;
}
.flow-btn {
    display: table;
    width: 414px;
    height: 64px;
    margin: 0 auto;
}
.flow-btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: 3px solid #505050;
    box-sizing: border-box;
    border-radius: 32px;
}
.flow-btn span {
    position: relative;
    padding: 0 0 0 30px;
}
.flow-btn span:before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 21px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../img/dec_arw_blk.png") no-repeat 0 0;
}
@media (min-width: 767px) {
    .flow-btn a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
}
.campaign_btn {
    padding: 20px 0 75px 0;
    text-align: center;
}
.campaign_btn a {
    display: table;
    width: 900px;
    height: 100px;
    text-decoration: none;
    font-size: 35px;
    border-radius: 50px;
    font-weight: bold;
    border: 3px solid #005ab4;
    line-height: 1.4;
    padding: 0 55px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    color: #005ab4;
}
.campaign_btn a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url(../img/next_dec_arw.png) no-repeat 0 center;
    padding: 0 0 0 30px;
}
@media (min-width: 767px) {
    .campaign_btn a:hover {
        background: #005ab4;
        color: #fff;
    }
    .campaign_btn a:hover span {
        background: url(../img/dec_arw_wh.png) no-repeat 0 center;
    }
}
.cnt6_warp {
    padding: 0 0 80px;
    width: 1270px;
}
.cnt6_tab {
    text-align: center;
    letter-spacing: -0.4em;
    margin: 0 0 50px 0;
}
.cnt6_tab li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 8px;
}
.cnt6_tab li a {
    display: table;
    width: 100%;
    height: 70px;
    text-decoration: none;
    font-size: 23px;
    border-radius: 40px;
    font-weight: bold;
    border: 3px solid #ff0000;
    line-height: 1.4;
    padding: 0 25px;
    box-sizing: border-box;
}
.cnt6_tab li a:hover {
    background:#ff0000;
    color: #fff;
}
.cnt6_tab li a.on {
    background:#ff0000;
    color: #fff;
}
.cnt6_tab li a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url(../img/dec_arw.png) no-repeat 0 center;
    padding: 0 0 0 30px;
}
.cnt6_tab li a:hover span {
    background: url(../img/dec_arw_wh.png) no-repeat 0 center;
}
.cnt6_tab li a.on span {
    background: url(../img/dec_arw_wh_down.png) no-repeat 0 center;
}
.cnt6_flx {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
    padding: 0 40px;
}
.cnt6_txt {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cnt6_txt dt {
    font-size: 30px;
    font-weight: bold;
    padding: 0 50px 0 0;
}
.cnt6_txt dd {
    font-size: 20px;
    line-height: 2;
}
@media only screen and (max-width: 1180px) {
    .cnt6_txt dt {
        font-size: 27px;
        padding: 0 20px 0 0;
    }
    .cnt6_txt dd {
        font-size: 22px;
    }
}
.cnt6_btn a {
    display: block;
    width: 554px;
    height: 64px;
}
.cnt6_btn span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 64px 0 0 0;
    background: url(../img/btn02.png) no-repeat center center;
}
@media (min-width: 767px) {
    .cnt6_btn a:hover {
        opacity: 0.7;
    }
}
.cnt6_img {
    padding: 50px 0 0;
    text-align: center;
}
.cnt6_img img {
    width: 100%;
    max-width: 1366px;
}
.cnt7_warp {
    padding: 0 0 70px;
}
.cnt7_in {
    margin: 0 0 65px 0;
}
.cnt7_in:last-child {
    margin: 0;
}
.cnt7-ttl {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
@media (max-width:1260px) {
    .cnt7-ttl {
        font-size: 42px;
    }
}
.cnt7-ttl span {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}
.cnt7-ttl span:before,
.cnt7-ttl span:after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 70px;
    background: #000;
    top: 10px;
    z-index: 10;
}
.cnt7-ttl span:before {
    left: -4px;
    transform: rotate(-15deg);
}
.cnt7-ttl span:after {
    right: -4px;
    transform: rotate(15deg);
}
.cnt7_img {
    text-align: center;
}
.cnt7_img.is-ver1 {
    margin: 45px 0 55px 0;
}
.cnt7_img.is-ver2 {
    margin: 35px 0 0 0;
}
.cnt7_img.is-ver3 {
    margin: 40px 0 0 0;
}
.cnt7_img.is-ver4 {
    margin: 30px 0 50px 0;
}
.cnt7_img img {
    width: 100%;
    max-width: 1366px;
}
.cnt7-txt {
    font-size: 24px;
    font-weight: 500;
}
.cnt7-sub-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin-top: 25px;
}
.cnt7-sub-ttl.is-ver2 {
    margin: 0 0 25px 0;
}
.cnt7-sub-txt {
    font-size: 30px;
    text-align: center;
}
.cnt7-sub-txt.is-ver2 {
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 36px;
}
.cnt7-add {
    font-size: 24px;
    line-height: 2;
    text-align: left;
    padding: 35px 0 0;
}
.cnt8_warp {
    padding: 0 0 130px;
}
.cnt8_txt {
    font-size: 24px;
    line-height: 2;
    text-align: center;
    padding: 0 0 50px;
}
.cnt8_list li {
    float: left;
    display: table;
    width: 274px;
    height: 274px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #ff0000;
    margin: 0 56px 0 0;
    border: 5px solid #ff0000;
    box-sizing: border-box;
    border-radius: 150px;
}
.cnt8_list li:last-child {
    margin: 0;
}
@media (max-width:1320px) {
    .cnt8_list {
        width: 1080px;
        margin: 0 auto;
    }
    .cnt8_list li {
        width: 240px;
        height: 240px;
        font-size: 26px;
        margin: 0 40px 0 0;
    }
}
.cnt8_list li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cnt9_warp {
    padding: 0 0 80px;
}
.cnt9_txt {
    font-size: 24px;
    line-height: 2;
    padding: 0 460px 0 20px;
    min-height: 395px;
    background: url(../img/img07.png) no-repeat center right 40px;
}
.cnt10_warp {
    padding: 0 0 80px;
}
.cnt10_box {
    min-height: 530px;
    padding: 0 0 0 15px;
}
.cnt10_box.is-ver1 {
    background: url(../img/img08.png) no-repeat bottom right;
    margin: 0 0 150px;
}
.cnt10_box.is-ver2 {
    background: url(../img/img09.png) no-repeat bottom right;
}
.cnt10_box dt {
    font-size: 32px;
    color: #f00;
    margin: 0 0 60px;
}
.cnt10_box dd {
    font-size: 24px;
    line-height: 2;
    padding: 0 0 0 0;
}
.cnt10_box dd:last-child {
    padding: 50px 600px 0 0;
}
.cnt10_box dd ul {
    display: flex;
}
.cnt10_box dd ul li {
    width: 290px;
}

/*pop*/
.popup_wrap {
    display: none;
}
.popup_wrap.active {
    display: block;
}
.popup_in {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.popup_bg {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.popup_cls {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    height: 26px;
    z-index: 99;
    padding: 0;
    cursor: pointer;
    padding: 20px;
}
.popup_cls span {
    position: relative;
    margin: 12px 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.popup_cls span,
.popup_cls span:before,
.popup_cls span:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #ff0000;
}
.popup_cls span:before,
.popup_cls span:after {
    position: absolute;
    content: "";
}
.popup_cls span:before {
    top: -12px;
}
.popup_cls span:after {
    top: 12px;
}
.popup_cls span:after {
    transform: translate(0px, -12px) rotate(-90deg);
    -ms-transform: translate(0px, -12px) rotate(-90deg);
    -moz-transform: translate(0px, -12px) rotate(-90deg);
    -webkit-transform: translate(0px, -12px) rotate(-90deg);
}
.popup_cls span:before {
    transform: translate(0px, 12px) rotate(-90deg);
    -ms-transform: translate(0px, 12px) rotate(-90deg);
    -moz-transform: translate(0px, 12px) rotate(-90deg);
    -webkit-transform: translate(0px, 12px) rotate(-90deg);
}
.popup_main {
    background: #fff;
    left: 50%;
    padding: 70px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-54%);
    width: 60%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9999;
    display: block;
}
.popup_main .scroll {
    height: 60vh;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.flt_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background: #0006;*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    box-sizing: border-box;
}
.flt_wrap.is-on {
    display: none;
}
@media (min-width: 767px) {
    .flt_in {
        margin: 0 auto;
        width: 840px;
        display: flex;
        justify-content: space-between;
        justify-content: center;
    }
}
.flt-btn.is-tel {
    display: none;
}
.flt-btn {
    text-align: center;
}
@media (min-width: 767px) {
    .flt-btn {
        background: #ffffff;
        border-radius: 50px;
        width: 66%;
    }
    .flt-btn.is-dl {
        width: 30%;
    }
    .flt-btn a:hover {
        opacity: 0.7;
    }
}
.flt-btn a {
    background: #ff0000 url(../img/dec_arw_wh.png) no-repeat right 20px center;
    display: table;
    width: 100%;
    height: 70px;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    border-radius: 40px;
    font-weight: bold;
}
.flt-btn .is-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
}
.flt-btn .is-txt {
    font-size: 10px;
    font-weight: bold;
}

.form_privacy {
  box-sizing: border-box;
  height: 300px;
  margin: 0 0 20px 0;
  padding: 20px;
  overflow-y: scroll;
  border: 3px solid #d8d5da;
  border-radius: 6px;
  font-size: 14px;
}
.form_privacy ol li {
  margin-left: 2rem;
  padding-top: 15px;
  list-style: outside decimal;
}
.form_privacy h4 {
  margin: 0 0 5px 0;
  font-weight: bold;
}

@media only screen and (max-width: 896px) {
    .formend_wrap {
        padding: 40px 0 0;
    }
    .mv_wrap {
        background: url("../img/sp/mv_img.jpg") no-repeat top center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .mv_in {
        padding: 18px 17px 12px 17px;
    }
    .mv-ttl {
        width: 100%;
        height: auto;
        padding: 0 8px 0 9px;
        margin: 0 0 4.2% 0;
        box-sizing: border-box;
    }
    .mv-ttl span {
        padding: 19% 0 0 0px;
        background: url(../img/sp/mv-ttl.png?data=20220302) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .mv-toptxt {
        font-size: 4.6vw;
        line-height: 2.4;
        margin: 0 0 2.6% 0;
    }
    .mv-sptxt {
        display: block;
        width: 58%;
        border: 2px solid #fff;
        font-size: 3.2vw;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 2px 0 0 0;
        margin: 0 0 6px 0;
    }
    .mv_list {
        margin: 0 0 10px 0;
    }
    .mv_list li {
        position: relative;
        width: 31vw;
        height: 31vw;
        margin: 0 0 0 0;
        border: 3px solid #fff;
    }
    .mv_list li:nth-child(2),
    .mv_list li:nth-child(3) {
        margin: 0 0 0 -4.2%;
    }
    .mv_list li .tblcl {
        font-size: 2.8vw;
        line-height: 1.4;
    }
    .mv_list li .tblcl span.is-ver1 {
        font-size: 4.4vw;
        margin: 2px 0 0 0;
    }
    .mv_list li .tblcl span.is-ver2 {
        font-size: 5.2vw;
        margin: 2px 0 0 0;
    }
    .mv_list li .tblcl span.is-ver3 {
        font-size: 3.6vw;
        margin: 5px 0 0 0;
    }
    .mv-btmtxt {
        width: 94.43%;
        height: auto;
        margin: 0 0 0 0;
    }
    .mv-btmtxt span {
        padding: 7.143% 0 0 0;
        background: url("../img/sp/mv-txt.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .mv-subtxt {
        float: none;
        width: 39.3%;
        height: auto;
        margin: 10px 0 0 0;
    }
    .mv-subtxt span {
        padding: 5.23% 0 0 0;
        background: url("../img/sp/mv-subtxt.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .gold_ttl {
        padding: 18px 0;
        background: url("../img/sp/gold_ttl.png") no-repeat center center / cover;
    }
    .gold-ttl {
        font-size: 18px;
        line-height: 2;
    }
    .gold_in {
        padding: 5.5% 20px 115% 20px;
        background: url("../img/sp/gold_bg.png") no-repeat top center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .gold-txt.is-ver1 {
        font-size: 4.8vw;
        margin: 0 0 6% 0;
        text-align: center;
    }
    .gold-txt.is-ver2 {
        font-size: 4.2vw;
        line-height: 2;
        text-align: center;
    }
    .gold-txt.is-ver3 {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
        padding: 15px 0;
    }
    .gold-txt.is-ver3 span {
        display: inline-block;
        text-align: left;
    }
    .gold_img {
        text-align: center;
        padding: 0 44px 0 43px;
        margin: 6% 0 6% 0;
    }
    .gold_img img {
        width: 100%;
    }
    /*cv*/
    .cv_wrap {
        max-width: 100%;
        padding: 0;
    }
    .cv_in {
        width: auto;
        padding: 0;
    }
    .cv-add {
        font-size: 10px;
        line-height: 2;
        text-align: left;
        padding: 0 15px 30px;
    }
    .cv_flx {
        display:-webkit-block;
        display:-ms-block;
        display:block;
    }
    .cv_box {
        width: 100%;
        max-width: 100%;
    }
    .cv_box dt {
        font-size: 17px;
        color: #000;
        padding: 16px 0;
        background: #f8fdb3;
        border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    .cv_box dt span {
        padding: 50px 0 0 0;
    }
    .cv_box.is-web dt span {
        background: url(../img/sp/ttl_web.png) no-repeat center center;
        background-size: 132px auto;
        -ms-background-size: 132px auto;
        -moz-background-size: 132px auto;
        -webkit-background-size: 132px auto;
    }
    .cv_box.is-tel dt span {
        background: url(../img/sp/ttl_tel.png) no-repeat center center;
        background-size: 124px auto;
        -ms-background-size: 124px auto;
        -moz-background-size: 124px auto;
        -webkit-background-size: 124px auto;
    }
    .cv_box dd {
        height: auto;
        background: #feffee;
        border: none;
        border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    .web-txt {
        font-size: 18px;
        padding: 30px 0 25px;
    }
    .tel-txt {
        font-size: 16px;
        padding: 25px 0 20px;
    }
    .tel-add {
        font-size: 13px;
        font-weight: bold;
        padding: 0 0 40px;
    }
    .tel-add span {
        font-size: 11px;
    }
    .tel_btn {
        padding: 30px 0 0;
    }
    .tel_btn a {
        display: block;
        width: 259px;
        height: 49px;
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #fff;
        pointer-events: auto;
        background: #ff0000;
        border-radius: 25px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 17px 0;
    }
    .web_btn {
        width: 259px;
        height: 49px;
        padding: 0 0 30px;
    }
    .web_btn a {
        font-size: 15px;
    }
    .web_btn span {
        padding: 0 0 0 20px;
    }
    .web_btn span:before {
        margin-top: -5px;
        width: 7px;
        height: 11px;
        background: url(../img/sp/dec_arw_wh.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    /*mds*/
    .mds_merit span {
        padding: 70px 0 0 0;
        background: url(../img/sp/merit_mds.png) no-repeat center center;
        background-size: 331px auto;
        -ms-background-size: 331px auto;
        -moz-background-size: 331px auto;
        -webkit-background-size: 331px auto;
    }
    /*info*/
    .info_wrap {
        max-width: 100%;
        padding: 0;
    }
    .info_in {
        width: auto;
        margin: 0 auto;
        padding: 25px 0;
    }
    .info_txt {
        padding: 0 15px;
    }
    .info-txt {
        font-size: 12px;
    }
    .info_btnbx {
        padding: 25px 0 0;
    }
    .info_btn {
        width: 278px;
        height: 42px;
    }
    .info_btn:first-child {
        padding: 0 0 15px;
    }
    .info_btn a {
        font-size: 13px;
        line-height: 1.2;
        border: 2px solid #474747;
    }
    .info_btn a span {
        display: inline-block;
        padding: 0 0 0 20px;
        text-align: left;
    }
    .info_btn a span.is-fs {
        font-size: 12px;
        padding: 0;
    }
    .info_btn a span:before {
        width: 7px;
        height: 11px;
        background: url(../img/sp/dec_arw_blk.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .info_btn a span.is-fs:before {
        content: none;
    }
    /*online*/
    .online_wrap {
        max-width: 100%;
        margin: 0 auto 35px;
    }
    .online-ttl {
        font-size: 15px;
        padding: 10px 0;
    }
    .online_in {
        width: auto;
        margin: 0 auto;
        padding: 25px 0 0;
    }
    .online_flex {
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
    .online_wrap dl {
        padding: 0 0 30px;
    }
    .online_wrap dl:last-child {
        padding: 0;
    }
    .online_wrap dt {
        font-size: 15px;
        margin: 0 0 25px;
    }
    .online_wrap dd img {
        max-width: auto;
        width: 290px;
    }
/**/
    .cnt1_warp {
        padding: 0 0 30px;
    }
    .cnt1_txt {
        font-size: 12px;
        padding: 0;
        min-height: auto;
        background: none;
        padding: 0 20px;
    }
    .cnt1_img {
        text-align: center;
        padding: 10px 0 0;
    }
    .cnt2_warp {
        padding: 0 0 30px;
    }
    .cnt3_warp {
        padding: 0 0 30px;
    }
    .cnt_txt {
        font-size: 12px;
        padding: 0 20px;
    }
    .cnt4_warp .cnt_txt, .cnt5_warp .cnt_txt {
    padding: 0 20px;
    }
    .cnt_img {
        padding: 20px 0 0;
    }
    .cnt_img img {
        width: 100%;
    }
    .cnt4_warp,
    .cnt5_warp {
        padding: 0 0 35px;
    }
    .flow_btn {
        padding: 20px 0 0;
    }
    .flow-btn {
        width: 207px;
        height: 42px;
    }
    .flow-btn a {
        font-size: 14px;
        border: 2px solid #505050;
    }
    .flow-btn span {
        padding: 0 0 0 15px;
    }
    .flow-btn span:before {
        width: 7px;
        height: 11px;
        background: url(../img/sp/dec_arw_blk.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .campaign_btn {
        padding: 30px 0;
    }
    .campaign_btn a {
        width: 320px;
        height: 70px;
        font-size: 16px;
        border-radius: 35px;
        padding: 0 0 0 20px;
        margin: 0 auto;
    }
    .campaign_btn a span {
        position: relative;
        background: none;
        padding: 0 0 0 3px;
    }
    .campaign_btn a span::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 10px;
        height: 10px;
        margin: -5px 0 0 0;
        background: url(../img/next_dec_arw.png) no-repeat 0 50%;
        background-size: 7px auto;
        padding: 0 0 0 0;
    }
    .cnt6_warp {
        padding: 0 0 30px;
        width: 100%;
    }
    .cnt6_tab {
        margin-bottom: 20px;
    }
    .cnt6_tab li {
        margin: 0 3px 8px 3px;
    }
    .cnt6_tab li a {
        height: 40px;
        font-size: 12px;
        padding: 0 10px;
        border: 2px solid #ff0000;
    }
    .cnt6_tab li a span {
        padding-left: 15px;
        background: url(../img/dec_arw.png) no-repeat 0 50%;
        background-size: 7px auto;
    }
    .cnt6_tab li a.on span {
        background: url(../img/dec_arw_wh_down.png) no-repeat 0 50%;
        background-size: auto 7px;
    }
    .cnt6_flx {
        display:-webkit-block;
        display:-ms-block;
        display:block;
        padding: 0;
    }
    .cnt6_txt {
        margin: 0 0 20px;
    }
    .cnt6_txt dt {
        font-size: 18px;
        padding: 0 20px 0 0;
    }
    .cnt6_txt dd {
        font-size: 12px;
    }
    .cnt6_btn a {
        display: block;
        width: 245px;
        height: 29px;
        margin: 0 auto;
    }
    .cnt6_btn span {
        padding: 29px 0 0 0;
        background: url(../img/sp/btn02.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .cnt6_img {
        padding: 20px 20px 0;
    }
    .cnt6_img img {
        width: 100%;
    }
    .cnt7_warp {
        padding: 0 0 25px;
        margin: -25px 0 0;
    }
    .cnt7_in {
        margin: 0 0 25px 0;
    }
    .cnt7-ttl {
        font-size: 17px;
        padding: 12px 0;
        background: #ffffe2;
    }
    .cnt7-ttl span {
        padding: 0;
    }
    .cnt7-ttl span:before,
    .cnt7-ttl span:after {
        content: none;
    }
    .cnt7_img.is-ver1 {
        margin: 10px 0 20px 0;
    }
    .cnt7_img.is-ver2 {
        margin: 35px 0 0 0;
    }
    .cnt7_img.is-ver3 {
        margin: 40px 0 0 0;
    }
    .cnt7_img.is-ver4 {
        margin: 20px 0;
    }
    .cnt7_img.is-ver5 {
        margin-top: 10px;
    }
    .cnt7_img img {
        width: 100%;
    }
    .cnt7_img.is-ver5 img{
        width: 90%;
        height: auto;
    }
    .cnt7-txt {
        font-size: 12px;
        line-height: 2;
        margin: 0 20px;
    }
    .cnt7-sub-ttl {
        font-size: 20px;
    }
    .cnt7-sub-ttl.is-ver2 {
        margin-bottom: 10px;
    }
    .cnt7-sub-txt {
        font-size: 16px;
        line-height: 1.3;
    }
    .cnt7-sub-txt.is-ver2 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .cnt7-add {
        font-size: 12px;
        padding: 20px 20px 0;
    }
    .cnt8_warp {
        padding: 0 0 30px;
    }
    .cnt8_txt {
        font-size: 15px;
        padding: 30px 0 0;
    }
    .cnt8_img {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 0 20px;
    }
    .cnt8_img img {
        width: 633px;
    }
    .cnt8_scl {
        overflow-x: scroll;
    }
    .cnt8_list {
        width: 640px;
        padding: 0 20px;
    }
    .cnt8_list li {
        width: 138px;
        height: 138px;
        font-size: 15px;
        line-height: 1.6;
        margin: 0 28px 0 0;
        border: 3px solid #ff0000;
    }
    .cnt9_warp {
        padding: 0 20px 30px;
    }
    .cnt9_txt {
        font-size: 12px;
        padding: 0;
        min-height: auto;
        background:none;
    }
    .cnt10_warp {
        margin: -25px 0 0;
        padding: 0 0 30px;
    }
    .cnt10_box {
        min-height: auto;
        padding: 0 0 0 0;
    }
    .cnt10_box.is-ver1 {
        margin: 0 0 30px;
        background:none;
    }
    .cnt10_box.is-ver2 {
        background:none;
    }
    .cnt10_box dt {
        font-size: 16px;
        font-weight: 500;
        line-height: 2.4;
        margin: 0 0 15px;
        padding: 0 30px;
    }
    .cnt10_box dd {
        font-size: 12px;
        padding: 0 20px 20px;
        text-align: center;
    }
    .cnt10_box dd:last-child {
        padding: 0 20px;
        text-align: left;
    }
    .cnt10_box dd ul {
        display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
                padding: 0 0 0 10px;
    }
    .cnt10_box dd ul li {
        width: 43%;
        text-align: left;
    }
    .cnt10_box dd ul li:last-child {
        width: 35%;
    }
    .cnt10_img {
        margin: 0 0 25px;
    }
    .cnt10_img img {
        width: 100%;
    }
    /*pop*/
    .popup_main {
        padding: 56px 15px 15px;
        width: 96%;
    }
    .popup_cls {
        padding: 15px;
    }
    .pop_btn {
        padding: 20px 0 0;
    }
    .pop_btn a {
        display: block;
        width: 207px;
        height: 42px;
        margin: 0 auto;
    }
    .pop_btn span {
        width: 100%;
        height: 0;
        display: block;
        overflow: hidden;
        padding: 42px 0 0 0;
        background: url(../img/sp/btn03.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .flt_wrap {
        padding: 10px 15px;
    }
    .flt_in {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .flt-btn.is-tel {
        display: block;
    }
    .flt-btn {
        width: 37%;
        width: 48%;
    }
    .flt-btn.is-tel {
        width: 30%;
        width: 48%;
    }
    .flt-btn.is-dl {
        width: 29%;
    }
    .flt-btn a {
        background: #ff0000 url(../img/dec_arw_wh.png) no-repeat right 15px center;
        background-size: 7px auto;
        height: 50px;
        font-size: 12px;
        box-sizing: border-box;
        padding: 0 10px 0 0;
    }
    .flt-btn.is-tel a {
        background: #ff0000 url(../img/icn-tel.png) no-repeat left 15px center;
        background-size: 20px auto;
        font-size: 12px;
        padding: 0 0 0 20px;
    }
    .is-txt-sp {
        font-size: 10px;
    }

    .form_privacy {
        margin-top: 15px;
        border: 2px solid #d8d5da;
        padding: 15px;
        font-size: 12px;
    }
    .form_privacy ol li {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 374px) {
    .cnt6_flx {
        padding: 0 10px 0 20px;
    }
    .cnt6_txt dt {
        font-size: 12px;
        padding-right: 10px;
    }
    .mds_merit span {
        background: url(../img/sp/merit_mds.png) no-repeat center center;
        background-size: 300px auto;
        -ms-background-size: 300px auto;
        -moz-background-size: 300px auto;
        -webkit-background-size: 300px auto;
    }
    .c-ttl.is-cnt02 span {
        background: url(../img/sp/ttl_cnt02.png) no-repeat center center;
        background-size: 320px auto;
        -ms-background-size: 320px auto;
        -moz-background-size: 320px auto;
        -webkit-background-size: 320px auto;
    }
    .cnt10_box.is-ver1 dt span {
        padding: 52px 0 0 0;
        background: url(../img/sp/txt01.png) no-repeat center center;
        background-size: 300px auto;
        -ms-background-size: 300px auto;
        -moz-background-size: 300px auto;
        -webkit-background-size: 300px auto;
    }
    .cnt10_box.is-ver2  dt span {
        padding: 88px 0 0 0;
        background: url(../img/sp/txt02.png) no-repeat center center;
        background-size: 300px auto;
        -ms-background-size: 300px auto;
        -moz-background-size: 300px auto;
        -webkit-background-size: 300px auto;
    }
    .cnt10_box dd {
        font-size: 10px;
        padding: 0 20px 20px;
        text-align: center;
    }
    .campaign_btn a {
        width: 300px;
        font-size: 15px;
    }
    .flt-btn a {
        background: #ff0000 url(../img/dec_arw_wh.png) no-repeat right 7px center;
        background-size: 7px auto;
        font-size: 13px;
    }
    .flt-btn.is-tel a {
        background: #ff0000 url(../img/icn-tel.png) no-repeat left 8px center;
        background-size: 20px auto;
    }
    .cnt7-sub-txt.is-ver2 {
        font-size: 16px;
    }
}
