@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}


/*!
 * Base
 */

html {
    font-size: 13px;
    line-height: 1.7;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #f3f3f3;
    color: #25282e;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
}

.a-link{
    color: #25282e;
}

@media only screen and (min-width: 751px) {
    .wrapper {
        min-width: 1080px;
    }
    a {
        color: black;
        text-decoration: none;
        outline: none;
    }
    .block-hover {
        transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
        -webkit-transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
        cursor: pointer;
    }
    .block-hover:hover {
        text-decoration: none;
        opacity: 0.6;
    }
}

@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .wrapper {
        width: 100%;
        overflow: hidden;
    }
}

/*!
 * Header
 */

@media only screen and (min-width: 751px) {
    header {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 10;
        height: 80px;
        overflow: hidden;
        background: #fff;
    }
    header .inner {
        width: 1080px;
        margin: 0 auto;
        position: relative;
    }
    header h1.logo {
        padding: 30px 0;
    }
    header h1.logo a {
        display: block;
        width: 249px;
        height: 20px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(../img/common/head-logo.svg) no-repeat left center;
        background-size: contain;
    }
    header .right {
        position: absolute;
        right: 0;
        top: 0;
    }
    header .right ul {
        padding: 25px 0;
    }
    header .right ul li {
        float: left;
    }
    header .right ul li.contact a {
        display: block;
        width: 130px;
        height: 30px;
        background: #fabe00;
        border-radius: 15px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-family: "Lato", sans-serif;
        font-weight: 900;
        line-height: 30px;
        letter-spacing: 0.1em;
    }
    header .right ul li.facebook {
        margin-right: 36px;
    }
    header .right ul li.facebook a {
        display: block;
        font-size: 11px;
        line-height: 15px;
        padding: 8px 0;
        color: #141517;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        letter-spacing: .05em;
        text-decoration: none;
    }
    header .right ul li.facebook img {
        display: block;
        width: 8px;
        height: 16px;
    }
    header .right ul li.twitter {
        margin-right: 44px;
    }
    header .right ul li.twitter a {
        display: block;
        font-size: 11px;
        line-height: 15px;
        padding: 8px 0;
        color: #141517;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        letter-spacing: .05em;
        text-decoration: none;
    }
    header .right ul li.twitter img {
        display: block;
        width: 16px;
        height: 14px;
        position: relative;
        top: 1px;
    }
    header .right ul li.instagram {
        margin-right: 44px;
    }
    header .right ul li.instagram a {
        display: block;
        font-size: 11px;
        line-height: 15px;
        padding: 8px 0;
        color: #141517;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        letter-spacing: .05em;
        text-decoration: none;
    }
    header .right ul li.instagram img {
        display: block;
        width: 17px;
        height: 18px;
        position: relative;
    }
    #top-phase06 .columns .right {
        padding-left: 30px;
        box-sizing: border-box;
        width: 480px;
        float: right;
    }
}

@media only screen and (max-width: 750px) {
    header {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 10;
        height: 50px;
        overflow: hidden;
        background: #fff;
    }
    header .inner {
        margin: 0 auto;
        position: relative;
    }
    header h1.logo {
        padding: 19px 0 18px 20px;
    }
    header h1.logo a {
        display: block;
        width: 164px;
        height: 13px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(../img/common/head-logo.svg) no-repeat left center;
        background-size: contain;
    }
    header .right {
        position: absolute;
        right: 15px;
        top: 0;
    }
    header .right ul {
        padding: 12px 0;
        overflow: hidden;
    }
    header .right ul li {
        float: left;
    }
    header .right ul li a {
        display: block;
        width: 106px;
        height: 26px;
        background: #fabe00;
        border-radius: 13px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-family: "Lato", sans-serif;
        font-weight: 900;
        font-size: 11px;
        line-height: 26px;
        letter-spacing: 0.1em;
    }
}


/*!
 * Footer
 */

@media only screen and (min-width: 751px) {
    footer .pagetop {
        position: absolute;
        right: 0;
        top: -30px;
    }
    footer .pagetop a {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        background: #182d40 url(../img/common/arrow-up-white.svg) no-repeat center;
        background-size: 10px 17px;
        transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
        -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
    }
    footer .pagetop a:hover {
        opacity: 0.6;
    }
    footer .foot-nav {
        padding-left: 25px;
    }
    footer .foot-nav li {
        display: inline-block;
        margin-left: 30px;
    }
    footer .foot-nav li a {
        display: block;
        font-size: 12px;
        line-height: 18px;
        padding: 33px 0;
        color: #141517;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        letter-spacing: .05em;
    }
}

@media only screen and (max-width: 750px) {
    footer .pagetop {
        position: absolute;
        left: 50%;
        margin-left: -20px;
        top: -60px;
    }
    footer .pagetop a {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        background: #182d40 url(../img/common/arrow-up-white.svg) no-repeat center;
        background-size: 7px 12px;
        transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
        -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
    }
    footer .pagetop a:hover {
        opacity: 0.6;
    }
    footer .foot-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .foot-nav li {
        display: block;
    }
    footer .foot-nav li a {
        display: block;
        font-size: 11px;
        line-height: 15px;
        padding: 20px 0;
        color: #141517;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        letter-spacing: .05em;
        text-decoration: none;
    }
    footer .foot-nav li.facebook img {
        display: block;
        width: 8.5px;
        height: 17.5px;
    }
    footer .foot-nav li.twitter img {
        display: block;
        width: 17.5px;
        height: 15.5px;
        position: relative;
        top: 2px;
    }
    footer .foot-nav li.instagram img {
        display: block;
        width: 17px;
        height: 18px;
        position: relative;
    }
}


/*!
 * Button
 */

@media only screen and (max-width: 750px) {
    .btn {
        border-radius: 28px;
    }
}

.btn a,
.btn span,
.btn input,
.btn button {
    position: relative;
    z-index: 50;
    font-size: 14px;
    line-height: 4.29;
    padding: 0;
    margin: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    display: block;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    position: relative;
    background: none;
    color: #464a52;
    border: none;
    width: 100%;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
    cursor: pointer;
}

@media only screen and (max-width: 750px) {
    .btn a,
    .btn span,
    .btn input,
    .btn button {
        height: 55px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 750px) {
    .btn.btn-black a,
    .btn.btn-black span,
    .btn.btn-black input,
    .btn.btn-black button {
        height: 51px;
        line-height: 51px;
    }
}
.btn {
    cursor: pointer;
    background-color: #d3d5d6;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.btn.btn-black:hover {
    background: #fff;
    border: 2px solid #182d40;
}

.btn.btn-black:hover a,
.btn.btn-black:hover span,
.btn.btn-black:hover input,
.btn.btn-black:hover button {
    color: #182d40;
}

.btn.btn-black.btn-arrow:before {
    z-index: 22;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 17px;
    height: 10px;
    margin-top: -5px;
    background: url(../img/common/arrow-right-white.svg) no-repeat center;
    background-size: contain;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
}

@media only screen and (max-width: 750px) {
    .btn.btn-black.btn-arrow:before {
        width: 13px;
        height: 7.5px;
        margin-top: -3.75px;
    }
}

.btn.btn-black.btn-arrow:hover:before {
    background: url(../img/common/arrow-right-black.svg) no-repeat center;
    background-size: contain;
}

.btn.btn-white {
    background: #fff;
}

.btn.btn-white a,
.btn.btn-white span,
.btn.btn-white input,
.btn.btn-white button {
    color: #182d40;
}

.btn.btn-white:hover {
    background: #182d40;
}

.btn.btn-white:hover a,
.btn.btn-white:hover span,
.btn.btn-white:hover input,
.btn.btn-white:hover button {
    color: #fff;
}

.btn.btn-white.btn-arrow:before {
    z-index: 22;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 17px;
    height: 10px;
    margin-top: -5px;
    background: url(../img/common/arrow-right-black.svg) no-repeat center;
    background-size: contain;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
}

@media only screen and (max-width: 750px) {
    .btn.btn-white.btn-arrow:before {
        width: 13px;
        height: 7.5px;
        margin-top: -3.75px;
    }
}

/*!
 * Top PC
 */

@media only screen and (min-width: 751px) {
    .sp {
        display: none !important;
    }
    .inner {
        width: 1080px;
        margin: 0 auto;
        position: relative;
    }
    #loading-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffd648 url(../img/top/top-kv-bg.png) no-repeat center;
        background-size: cover;
        z-index: 100;
    }
    .top-title {
        background-size: cover;
        padding: 0;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        width: 100%;
        overflow: hidden;
        height: 0;
        padding-bottom: 60%;
    }
    .bg-blue {
        background: #2B57CC;
    }
    .top-title .content {
        height: 300px;
        margin: 70px auto;
        position: relative;
        top: 70px;
        color: white;
    }
    .content p {
        font-size: 2vw;
        text-align: center;
        font-weight: bold;
        margin: 15px;
    }
    .content p:last-child {
        font-size: 1vw;
    }
    .top-title #title-img {
        text-align: center;
    }
    .top-title #title-img img{
        width: 40%;
    }
    .full-width-breakpoint {
        display: none;
        line-height: 0;
    }
    #icon-img01 {
        text-align: center;
    }
    #icon-img01 img {
        width: 80%;
        margin: 20px 0 0 0;
    }
    #icon-img02 {
        text-align: center;
    }
    #icon-img02 img {
        width: 40%;
        margin: 30px 0 0 0;
    }
    #icon-img03 {
        display: block;
        text-align: center;
    }
}

a:hover {
    text-decoration: underline;
}

a.hover {
    text-decoration: underline;
    transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
    -webkit-transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
}

a.hover:hover {
    text-decoration: underline;
    opacity: 0.6;
}

a.underline {
    text-decoration: underline;
}

#about-background {
    background: #F2F3F3;
    padding: 90px 0 60px 0;
}

#icon-img03 img {
    display: inline;
    margin: 50px 0;
    width: 70%
}

#icon-img04 img {
    display: inline;
    width: 90%
}

#icon-img05 img {
    display: inline;
    width: 30%
}

@media only screen and (min-width: 751px) and (max-width: 1440px) {
    #top-kv .kv-title {
        width: 600px;
    }
}

@media only screen and (min-width: 751px) {
    p.icon {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    #top-kv .headline {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: .2em;
    }
    #top-kv .scroll {
        cursor: pointer;
        margin: 0 auto;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        width: 60px;
        height: 60px;
        z-index: 20;
        box-sizing: border-box;
        border-radius: 30px;
        border: 2px solid #000;
        background: url(../img/top/arrow-down-black.svg) no-repeat center;
        background-size: 10px 17px;
    }
    #top-attention {
        color: white;
        padding: 50px 0;
    }
    #top-attention dl {
        margin: 0 auto;
        width: 960px;
    }
    #top-attention dl dt {
        font-size: 18px;
        font-weight: bold;
    }
    #top-attention dl dd {
        font-size: 14px;
    }
    #top-phase01:after {
        content: "";
        display: block;
        border-top: dotted 4px #f2bf42;
        width: 1080px;
        margin: 0 auto;
        height: 4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 0;
    }
    #top-phase01:after{
        content: "";
        display: block;
        border-top: dotted 4px #f2bf42;
        width: 1080px;
        margin: 0 auto;
        height: 4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 0;
    }
    #top-about {
        background: #fff;
    }
    #top-about:after {
        content: "";
        display: block;
        border-top: dotted 4px #f2bf42;
        width: 1080px;
        margin: 0 auto;
        height: 4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 0;
    }
    #top-about .section-title .title-ja,
    #top-phase01.title-ja {
        margin-top: 5px;
        font-family: "游ゴシック", "Yu Gothic", "YuGothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
        font-size: 16px;
        display: block;
        letter-spacing: normal;
        font-weight: 600;
        line-height: 20px;
    }
    #top-about .text {
        margin-top: 40px;
        font-size: 18px;
        letter-spacing: .1em;
        font-weight: bold;
        text-align: center;
    }
    #top-about .list {
        width: 850px;
        overflow: hidden;
        margin: 50px auto 0 auto;
    }
    #top-about .list:after {
        content: '';
        clear: both;
        display: block;
    }
    #top-about .list li {
        position: relative;
        text-align: center;
    }
    #top-about .icon1:after {
        position: absolute;
        top: 50%;
        right: -26%;
        margin-top: -85px;
        content: '';
        display: block;
        width: 180px;
        height: 110px;
        background: url(../img/top/arrow2-right-black.svg) no-repeat center;
        background-size: contain;
    }
    #top-about .list .icon1 img,
    #top-about .list .icon3 img {
        margin-bottom: 17px;
        height: 240px;
    }
    #top-about .list .icon2 img {
        margin-bottom: 17px;
        height: 240px;
    }
    #top-about .list li .number {
        margin: 0 auto;
        background: #fff;
        border-radius: 36px;
        width: 72px;
        height: 72px;
        font-family: "Lato", sans-serif;
        box-sizing: border-box;
        padding: 20px 0 17px;
        position: relative;
    }
    #top-about .list li .number:after {
        position: absolute;
        content: '';
        display: block;
        bottom: -7px;
        left: 50%;
        width: 11px;
        height: 9px;
        margin-left: -4.5px;
        background: url(../img/top/baloon-arrow01.png) no-repeat center;
        background-size: contain;
    }
    #top-about .list li .number .number-text {
        font-size: 11px;
        line-height: 13px;
        font-weight: 900;
        letter-spacing: .1em;
    }
    #top-about .list li .number .number-number {
        font-size: 20px;
        line-height: 22px;
        font-weight: 900;
        letter-spacing: .05em;
    }
    #top-about .list li .icon img {
        display: block;
        margin: 0 auto;
    }
    #top-about .list li .phase-text {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 26px;
    }
    #top-about .list li .phase-text .white {
        background: #fff;
    }
    #top-about .redtext {
        font-size: 13px;
        color: #ff0000;
        padding-top: 10px;
        text-align: center;
    }
    #top-phase01, #top-phase04 {
        background: #fff;
        padding: 90px 0 70px 0;
    }
    #top-phase02 {
        background: #fff;
        padding: 90px 0 0 0;
    }
    #top-phase03 {
        background: #fff;
    }
    .section-title {
        text-align: center;
        font-size: 40px;
        letter-spacing: 0.1em;
        font-family: Lato, sans-serif;
        font-weight: 900;
        line-height: 32px;
        padding-bottom: 40px;
        margin: 0px 0px 30px;
        background: url(../img/common/headline-dot-orange.svg) center bottom no-repeat;
    }
    #top-info .section-title {
        margin: 0 auto;
        text-align: center;
        font-size: 28px;
        letter-spacing: 0.2em;
        font-family: "Lato", sans-serif;
        font-weight: 900;
        line-height: 28px;
        background: url(../img/common/headline-dot-white.svg) no-repeat center bottom;
        background-size: 41.5px 6px;
        padding-bottom: 30px;
    }
    #top-phase01 .section-subtitle {
        margin-top: 30px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }
    #top-phase01 .text {
        margin-top: 10px;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: .1em;
        font-weight: bold;
        text-align: center;
    }
    #top-phase01 ul.tab {
        margin-top: 50px;
        text-align: center;
    }
    #top-phase01 ul.tab li {
        margin: 0 10px;
        display: inline-block;
    }
    #top-phase01 ul.tab li>span {
        display: block;
        width: 326px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        border-radius: 22px;
        font-weight: bold;
        position: relative;
    }
    #top-phase01 ul.tab li>span span {
        position: relative;
        z-index: 2;
    }
    #top-phase01 ul.tab li.line>span {
        border: 2px solid #04bc04;
        color: #04bc04;
    }
    #top-phase01 ul.tab li.line.active>span {
        color: #fff;
        background: #04bc04;
    }
    #top-phase01 ul.tab li.line.active>span:after {
        display: block;
        content: '';
        width: 56px;
        height: 39px;
        background: url(../img/top/tab-arrow01.png) no-repeat center;
        background-size: contain;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -28px;
        z-index: 1;
    }
    #top-phase01 ul.tab li.sms>span {
        border: 2px solid #1986fc;
        color: #1986fc;
    }
    #top-phase01 ul.tab li.sms.active>span {
        color: #fff;
        background: #1986fc;
    }
    #top-phase01 ul.tab li.sms.active>span:after {
        display: block;
        content: '';
        width: 56px;
        height: 39px;
        background: url(../img/top/tab-arrow02.png) no-repeat center;
        background-size: contain;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -28px;
        z-index: 1;
    }
    #top-phase01 .list:after {
        content: '';
        clear: both;
        display: block;
    }
    #top-phase01 .list li {
        position: relative;
        float: left;
        width: 200px;
        margin: 0 35px;
        text-align: center;
    }
    #top-phase01 .list li .number {
        margin: 0 auto;
        background: #fff;
        border-radius: 33px;
        width: 66px;
        height: 66px;
        font-family: "Lato", sans-serif;
        box-sizing: border-box;
        padding: 14px 0 14px;
        position: absolute;
        top: -15px;
        left: 0;
        color: #fff;
    }
    #top-phase01 .list li .number:after {
        position: absolute;
        content: '';
        display: block;
        bottom: -3px;
        right: 11px;
        width: 17px;
        height: 12px;
    }
    #top-phase01 .list li .number .number-text {
        font-size: 12px;
        line-height: 14px;
        font-weight: 900;
        letter-spacing: .1em;
    }
    #top-phase01 .list li .number .number-number {
        font-size: 22px;
        line-height: 24px;
        font-weight: 900;
        letter-spacing: .05em;
    }
    #top-phase01 .list li .icon img {
        display: block;
        margin: 0 auto;
        width: 180px;
    }
    #tab-background {
        background: url(../img/top/img-bg-line.png) repeat-x;
        background-position-y: 330px;
    }
    .step-title-motion {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 26px;
    }
    .step-title {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 26px;
    }
    .step-title-thin {
        margin: 10px 0 30px 0;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: .05em;
    }
    .list li .step-title {
        margin: 15px 0;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 26px;
        text-align: center;
    }
    .list li .step-text {
        margin: 15px 0;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        font-weight: normal;
    }
    .list li .station-title {
        margin: 15px 0;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 26px;
        text-align: center;
    }
    .list li .station-text {
        margin: 15px 0;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
    }
    #top-phase01 .tab-panel {
        opacity: 0;
        position: absolute;
        z-index: 1;
    }
    #top-phase01 .tab-panel.active {
        transition: opacity 0.5s cubic-bezier(0.42, 0, 1, 1);
        -moz-transition: opacity 0.5s cubic-bezier(0.42, 0, 1, 1);
        -webkit-transition: opacity 0.5s cubic-bezier(0.42, 0, 1, 1);
        position: relative;
        opacity: 1;
        z-index: 10;
    }
    #top-phase01 #registration-line .list li {
        width: 300px;
        margin: 60px 30px;
        position: relative;
    }
    #top-phase01 #registration-line .list li:last-child {
        margin-right: 0;
    }
    #top-phase01 #registration-line .list li .number:after {
        background: url(../img/top/baloon-arrow02.png) no-repeat center;
        background-size: contain;
    }
    #top-phase01 #registration-sms .list {
        width: 795px;
    }
    #top-phase01 #registration-sms .list li {
        width: 225px;
        margin: 0 60px 0 0;
    }
    #top-phase01 #registration-sms .list li:last-child {
        margin-right: 0;
    }
    #top-phase01 #registration-sms .list li.step03:after {
        display: none;
    }
    #top-phase01 #registration-sms .list li .number {
        background: #1986fc;
    }
    #top-phase01 #registration-sms .list li .number:after {
        background: url(../img/top/baloon-arrow03.png) no-repeat center;
        background-size: contain;
    }
    #top-phase03 {
        background: #fff;
        position: relative;
    }
    #top-phase06 {
        background: #fff;
        padding: 30px 0 55px;
        position: relative;
    }
    #top-phase03 .section-subtitle, #top-phase06 .section-subtitle {
        margin-top: 112px;
        font-size: 28px;
        font-weight: bold;
    }
    #top-phase03 .text, #top-phase06 .text {
        margin-top: 20px;
        font-size: 15px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: .1em;
    }
    #top-phase03 .columns, #top-phase06 .columns {
        margin: 0 auto;
        margin-top: 30px;
        width: 960px;
    }
    #top-phase03 .columns:after, #top-phase06 .columns:after {
        content: '';
        display: block;
        clear: both;
    }
    #top-phase03 .columns .left, #top-phase06 .columns .left {
        float: left;
        width: 480px;
        padding-left: 76px;
        box-sizing: border-box;
    }
    #top-phase03 .columns .left img, #top-phase06 .columns .left img {
        width: 364px;
    }
    #top-phase03 .columns .righ, #top-phase06 .columns .righ {
        padding-left: 30px;
        box-sizing: border-box;
        width: 480px;
        float: right;
    }
    #top-phase03 .btn-app-download, #top-phase06 .btn-app-download {
        display: inline-block;
        margin-right: 20px;
        margin-top: 40px;
        transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1);
        -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1);
    }
    #top-phase03 .btn-app-download:hover, #top-phase06 .btn-app-download:hover {
        opacity: 0.6;
    }
    #top-phase06 {
        background: #fff;
        padding: 10px 0 100px;
        position: relative;
    }
    .btn-application {
        width: 35%;
        margin: 50px auto 30px;
        position: relative;
    }
    .btn-application a {
        background: #343C48;
        color: #ffffff;
        font-weight: bold;
        padding: 4% 0;
        font-size: 1.7vw;
        border-radius: 50px;
        display: block;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }
    .btn-application a:hover {
        background: #333333;
    }
    #top-info {
        background: #fabe00 url(../img/top/info-bg.png) no-repeat center;
        padding: 80px 0 100px;
        background-size: cover;
    }
    #top-info .section-subtitle {
        margin-top: 30px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }
    #top-info ul {
        margin-top: 60px;
    }
    #top-info ul:after {
        content: '';
        clear: both;
        display: block;
    }
    #top-info ul li {
        float: left;
        width: 310px;
        margin-right: 75px;
    }
    #top-info ul li:last-child {
        margin-right: 0;
    }
    .modal-wrapper {
        display: none;
    }
    .modal-content {
        width: 760px;
        background: #fff;
        border-radius: 12px;
        padding: 55px 0;
    }
    .modal-content .modal-title {
        color: #e65408;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }
    .modal-content .modal-title:before {
        content: '!';
        font-family: 'Lato';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px;
        width: 18px;
        height: 18px;
        font-size: 14px;
        line-height: 16px;
        margin-right: 10px;
        text-align: center;
        border: 1px solid #e65408;
        border-radius: 9px;
        box-sizing: border-box;
    }
    .modal-content .text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: normal;
        text-align: center;
    }
}


/*!
 * Top SMP
 */

@media only screen and (max-width: 750px) {
    .pc {
        display: none !important; 
    }
    .sp {
        display: block;
    }
    .modal-content {
        width: 100%;
    }
    .inner {
        margin: 0 25px;
        position: relative;
    }
    #loading-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffd648 url(../img/top/top-kv-bg-sp.png) no-repeat center;
        background-size: cover;
        z-index: 100;
    }
    #title_p01 {
        font-size: 4.5vw;
        text-align: center;
        font-weight: bold;
        margin: 10px auto;
    }
    #title_p02 {
        font-size: 5vw;
        text-align: center;
        font-weight: bold;
    }
    #title_p03 {
        font-size: 10vw;
        text-align: center;
        font-weight: bold;
    }
    #about-background {
        background: #F2F3F3;
        padding: 50px 0;
    }
    .content p {
        font-size: 18px;
        text-align: center;
    }
    .top-title .content p:last-child, .tab-content p:last-child, .content p:last-child {
        font-size: 12px;
    }
    .top-title .content p {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin: 15px;
    }
    .top-title .content {
        height: 300px;
        margin: 70px auto;
        position: relative;
        top: 70px;
        color: white;
    }
    .top-title #title-img {
        text-align: center;
    }
    .top-title #title-img img{
        width: 90%;
    }
    .full-width-breakpoint {
        display: block;
    }
    #top-phase01 #registration-line .list li .number {
        margin: 0 20px;
        background: url(../img/top/img-step-back.png) no-repeat center;
        position: absolute;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        text-align: center
    }
    #icon-img01 img {
        width: 100%;
        margin: 20px 0 0 0;
    }
    #icon-img02 img {
        width: 90%;
        margin: 30px auto;
    }
    .step-title {
        margin: 20px 0;
        font-size: 5vw;
        font-weight: bold;
        text-align: center;
    }
    .step-title-motion {
        margin-top: 27px;
        font-size: 5vw;
        font-weight: bold;
        text-align: center;
    }
    .step-title-thin {
        margin: 0 0 30px 0;
        text-align: center;
        font-size: 4vw;
        letter-spacing: .05em;
    }
    #tab-background {
        background: url(../img/top/img-bg-line.png) repeat-x center;
        padding: 0 0 35px 0;
    }
    .list li .step-text {
        margin: 10px auto;
        font-size: 14px;
        line-height: 24px;
        font-weight: 200;
    }
    .step01, .step02, .step03 {
        display: inline-block;
    }
    .step01 .station-title, .step02 .station-title, .step03 .station-title {
        width: 50%;
        float: right;
        font-size: 16px;
        text-align: left;
        margin: 25px 0 0 0;
        font-weight: bold;
    }
    .step01 .station-text, .step02 .station-text, .step03 .station-text {
        width: 50%;
        float: right;
        font-size: 11px !important;
        text-align: left;
        margin: 10px auto;
        line-height: 24px;
        font-weight: 200;
    }
    .ft_right {
        width: 50%;
        float: right;
        text-align: right;
    }
    .ft_left{
        width: 50%;
        float: left;
        text-align: left;
    }
    #top-phase01 .list {
        display: inline-block;
        margin: 30px 0 50px 0;
    }
    #top-phase06 .columns .left {
        margin: 0 40px;
    }
    #top-phase06 .section-subtitle {
        margin-top: 28px;
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        text-align: center;
    }
    #top-phase03 .text, #top-phase06 .text  {
        margin-top: 15px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 24px;
        letter-spacing: .1em;
    }
    #top-phase06 .columns {
        margin: 0 auto;
        margin-top: 30px;
    }
    #top-phase06 .columns .left img {
        width: 100%;
        height: auto;
        display: block;
    }
    #icon-img03 img {
        margin: 40px 0;
        width: 100%;
    }
    #icon-img05 img {
        display: inline;
        width: 80%;
    }
    .top-title {
        height: 666px;
        background-size: cover;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    .bg-blue {
        background: #2B57CC;
    }
    #top-about .section-title, #top-phase01 .section-title, #top-phase03 .section-title, #top-phase04 .section-title, #top-phase05 .section-title, #top-info .section-title {
        margin: 0 0 30px 0;
        text-align: center;
        font-size: 6.5vw;
        letter-spacing: 0.05em;
        font-family: "Lato", sans-serif;
        font-weight: 900;
        line-height: 32px;
        background: url(../img/common/headline-dot-orange.svg) no-repeat center bottom;
        background-size: 41.5px 6px;
        padding-bottom: 25px;
        padding-top: 30px;
    }
    .top-title .content {
        position: absolute;
        left: 0;
        right: 0;
        top: 45%;
        margin-top: -170px;
        z-index: 10;
    }
    .btn-application {
        width: 70%;
        margin: 20px auto;
    }
    .btn-application a {
        background: #343C48;
        color: #ffffff;
        font-weight: bold;
        padding: 12px 0;
        font-size: 20px;
        border-radius: 40px;
        display: block;
        text-align: center;
        text-decoration: none;
    }
    .btn-application a:hover {
        background: #333333;
    }
    #top-about .redtext {
        font-size: 13px;
        color: #ff0000;
        padding-top: 10px;
        text-align: center;
    }
    #top-attention {
        padding: 30px 0;
        color: #fff;
    }
    #top-attention dl {
        margin: 0 auto;
        padding: 0 20px;
    }
    #top-attention dl dt {
        font-size: 18px;
        font-weight: bold;
    }
    #top-attention dl dd {
        font-size: 14px;
    }
    #top-about {
        background: #fff;
    }
    #top-about .section-title .title-ja {
        margin-top: 12px;
        font-family: "游ゴシック", "Yu Gothic", "YuGothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
        font-size: 10px;
        display: block;
        letter-spacing: normal;
        font-weight: 600;
        line-height: 12px;
    }
    #top-phase01 .title-ja {
        margin-top: 12px;
        font-family: "游ゴシック", "Yu Gothic", "YuGothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
        font-size: 10px;
        display: block;
        letter-spacing: normal;
        font-weight: 600;
        line-height: 12px;
    }
    #top-about .text {
        margin-top: 27px;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
    }
    #top-about .list {
        margin: 28px auto 0;
    }
    #top-about .list li.list-item {
        position: relative;
        width: 300px;
        text-align: center;
        outline: none;
    }
    #top-about .list li.list-item:last-child {
        margin-bottom: 0;
    }
    #top-about .list li.list-item.phase01 .number {
        top: 19px;
    }
    #top-about .list li.list-item.phase01 .icon img {
        margin-top: 7px;
        margin-bottom: 17px;
        width: 211px;
        height: 209px;
    }
    #top-about .list li.list-item.phase02 .number {
        top: 17px;
    }
    #top-about .list li.list-item.phase02 .icon img {
        margin-top: 7px;
        margin-bottom: 16px;
        width: 218px;
        height: 210px;
    }
    #top-about .list li.list-item .number {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -142px;
        background: #fff;
        border-radius: 36px;
        width: 72px;
        height: 72px;
        font-family: "Lato", sans-serif;
        box-sizing: border-box;
        padding: 20px 0 17px;
    }
    #top-about .list li.list-item .number:after {
        position: absolute;
        content: '';
        display: block;
        right: -7px;
        top: 50%;
        width: 11px;
        height: 9px;
        margin-top: -4.5px;
        background: url(../img/top/baloon-arrow01.png) no-repeat center;
        background-size: contain;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
    #top-about .list li.list-item .number .number-text {
        font-size: 11px;
        line-height: 13px;
        font-weight: 900;
        letter-spacing: .1em;
    }
    #top-about .list li.list-item .number .number-number {
        font-size: 20px;
        line-height: 22px;
        font-weight: 900;
        letter-spacing: .05em;
    }
    #top-about .list li.list-item .icon {
        position: relative;
        left: 20px;
    }
    #top-about .list li.list-item .icon img {
        display: block;
        margin: 0 auto;
    }
    #top-about .list li.list-item .phase-text {
        padding-right: 20px;
        margin-top: 15px;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 30px;
    }
    #top-about .list li.list-item .phase-text .white {
        background: #fff;
    }
    #about1 a {
        color: black;
        font-size: 15px;
        text-decoration: underline;
        outline: none;
    }
    #top-phase01, #top-phase04 {
        background: #fff;
        padding: 30px 0 0 0;
    }
    #top-phase06 {
        background: #fff;
        padding: 30px 0 55px;
        position: relative;
    }
}

#top-phase01 .section-subtitle {
    margin-top: 20px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#top-phase01 .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 55px;
}

#top-phase01 ul.tab {
    margin-top: 40px;
    text-align: center;
}

#top-phase01 ul.tab:after {
    content: '';
    display: block;
    clear: both;
}

#top-phase01 ul.tab li {
    box-sizing: border-box;
    width: 268px;
    margin: 0 auto;
}

#top-phase01 .list li.list-item .number {
    margin: 0 auto;
    background: #fff;
    border-radius: 36px;
    width: 72px;
    height: 72px;
    font-family: "Lato", sans-serif;
    box-sizing: border-box;
    padding: 19px 0 19px;
    position: absolute;
    top: 0;
    left: 0px;
    color: #fff;
}

#top-phase01 .list li.list-item .number:after {
    position: absolute;
    content: '';
    display: block;
    bottom: -3px;
    right: 11px;
    width: 19px;
    height: 12px;
}

#top-phase01 .list li.list-item .number .number-text {
    font-size: 11px;
    line-height: 12px;
    font-weight: 900;
    letter-spacing: .1em;
}

#top-phase01 .list li.list-item .number .number-number {
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
    letter-spacing: .05em;
}

#top-phase01 .list li.list-item .icon img {
    display: block;
    margin: 100px auto 0 auto;
    height: 180px;
}

#top-phase01 .tab-content {
    transition: height 0.5s cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: height 0.5s cubic-bezier(0.42, 0, 1, 1);
    -webkit-transition: height 0.5s cubic-bezier(0.42, 0, 1, 1);
}

#top-phase01 .tab-panel {
    opacity: 0;
    position: absolute;
    z-index: 1;
}

#top-phase01 .tab-panel.active {
    transition: opacity 0.5s cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.42, 0, 1, 1);
    -webkit-transition: opacity 0.5s cubic-bezier(0.42, 0, 1, 1);
    position: relative;
    opacity: 1;
    z-index: 10;
}

#top-phase01 #registration-line .list li.step04:after {
    display: none;
}

#top-phase01 #registration-line .list li .number:after {
    background: url(../img/top/baloon-arrow02.png) no-repeat center;
    background-size: contain;
}
#top-about:after,
#top-phase01:after {
    content: "";
    display: block;
    border-top: dotted 2px #f2bf42;
    margin: 0 auto;
    height: 4px;
    left: 25px;
    right: 25px;
    position: absolute;
    top: 0;
}

#top-phase06 .btn-app-download {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

#top-info {
    background: #fabe00 url(../img/top/info-bg-sp.png) no-repeat center;
    padding: 55px 0 85px;
    background-size: cover;
}

#top-info ul li {
    margin-top: 30px;
}

#top-info ul li:last-child {
    margin-right: 0;
}

.modal-wrapper {
    display: none;
}

.modal-content {
    width: 320px;
    background: #fff;
    border-radius: 6px;
    padding: 35px;
    box-sizing: border-box;
}

.modal-content .modal-title {
    color: #e65408;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}

.modal-content .modal-title:before {
    content: '!';
    font-family: 'Lato';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 15px;
    height: 15px;
    font-size: 11px;
    line-height: 13px;
    margin-right: 6px;
    text-align: center;
    border: 1px solid #e65408;
    border-radius: 9px;
    box-sizing: border-box;
}

.modal-content .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: bold;
    text-align: left;
}

@-webkit-keyframes kv-anime01 {
    0% {
        -webkit-transform: scale(1);
    }
    
    100% {
        -webkit-transform: scale(1.1);
    }
}
@-webkit-keyframes kv-anime02 {
    0% {
        -webkit-transform: scale(1);
    }
    
    100% {
        -webkit-transform: scale(0.9);
    }
}
.title {
    margin: 0 0 0 0;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 26px;
}
.text {
    margin: 0 0 0 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 26px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1200px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
