@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
body {
    color: #303030 !important;
    font-family: "Noto Sans JP", sans-serif !important;
}
p {
    margin-bottom: 0;
}
.header {
    position: sticky !important;
}
main {
    padding-top: 0 !important;
}
/* ====== MV ====== */
.mv_block {
    max-width: 1230px;
    min-width: 1140px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
    height: 268px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    background-image: url(../img/skt3/bg-mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}
.mv_block h1 {
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #353535;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 45px 85px;
    letter-spacing: 0.15em;
}
/* ====== off_block ====== */
.step_block {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 30px;
}
.step_block p {
    font-size: 21px;
    color: #525252;
}
.step_block .intro {
    text-align: center;
    margin-bottom: 50px;
}
.step_block .box {
    width: 1100px;
    padding-bottom: 50px;
    background-image: url("../img/skt3/bg-dot.jpg");
    background-repeat: repeat-y;
    background-position: left 38px top 6px;
}
.step_block .box:last-child {
    padding-bottom: 0;
    background: none;
}
.step_block .box h2 {
    font-size: 34px;
    font-weight: bold;
    color: #525252;
}
.step_block .box h2 span {
    display: inline-block;
}
.step_block .box h2 span.step {
    text-align: center;
    width: 81px;
    height: 81px;
    background-color: #194eb9;
    border-radius: 100px;
    color: #fff;
    font-size: 41px;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.8;
    padding-left: 3px;
    vertical-align: middle;
    margin-right: 25px;
}
.step_block .box h2 span.step span {
    width: 100%;
    font-size: 20px;
    margin-bottom: 6px;
    margin-left: -3px;
}
.step_block .box:nth-child(4) h2 span.step, .step_block .box:nth-child(5) h2 span.step {
    background-color: #84c338;
}
.step_block .box:nth-child(6) h2 span.step, .step_block .box:nth-child(7) h2 span.step {
    background-color: #ff8ebf;
}
.step_block .box:nth-child(8) h2 span.step {
    background-color: #ff7413;
}
.step_block .box .text {
    width: calc(100% - 106px);
    margin-left: 106px;
}
.step_block .box .text img {
    float: right;
    width: 314px;
    margin-left: 25px;
}
.step_block .box .text p:nth-child(2) {
    letter-spacing: -0.024em;
}
.step_block .box .text p + p {
    margin-top: 20px;
    line-height: 1.6;
}
.step_block .box .text p a {
    color: #e4007f;
    text-decoration: underline !important;
    transition: 0.3s;
}
.step_block .box .text p a:hover {
    color: #e4007f;
    opacity: 0.6;
}
/*----------------------------
  レスポンシブ
-----------------------------*/
@media screen and (max-width: 820px) {
    .mv_block {
        max-width: none;
        min-width: auto;
        margin: 0 auto 50px;
        height: 243px;
        background-image: url(../img/skt3/bg-mv_sp.jpg);
        background-size: 100% auto;
        align-items: center;
    }
    .mv_block h1 {
        font-size: 6.5vw;
        color: #fff;
        padding: 0;
        background: none;
        line-height: 1.3;
    }
    .step_block {
        margin: 0 auto 90px;
    }
    .step_block p {
        font-size: 29px;
        color: #303030;
        line-height: 1.4;
    }
    .step_block .box {
        width: calc(100% - 80px);
        margin: 0 40px;
        background: none;
        padding-bottom: 70px;
    }
    .step_block .intro {
        text-align: left;
        margin-bottom: 70px;
    }
    .step_block .box h2 {
        font-size: 37px;
        margin-bottom: 20px;
    }
    .step_block .box h2 span.step {
        width: 88px;
        height: 88px;
        font-size: 44px;
        margin-right: 15px;
    }
    .step_block .box h2 span.step span {
        font-size: 21px;
    }
    .step_block .box h2 span.step + span {
        width: calc(100% - 105px);
        vertical-align: middle;
    }
    .step_block .box .text {
        width: 100%;
        margin-left: 0;
    }
    .step_block .box .text img {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .step_block .box .text p:nth-child(2) {
        letter-spacing: 0;
    }
    .step_block .box .text p a:hover {
        opacity: 1;
    }
}
@media screen and (max-width: 768px) {
    .mv_block h1 {
        font-size: 6.5vw;
        letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 750px) {
    .mv_block {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 700px) {
    .mv_block h1 {
        letter-spacing: 0.05em;
    }
    .step_block .box {
        width: calc(100% - 50px);
        margin: 0 25px;
    }
}
@media screen and (max-width: 668px) {
    .step_block {
        padding: 0 20px;
    }
    .step_block p {
        font-size: 26px;
    }
    .step_block .box .text img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 640px) {
    .step_block .box {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}
@media screen and (max-width: 600px) {
    .step_block .box {
        width: 100%;
        margin: 0;
    }
    .step_block .box h2 {
        font-size: 5.9vw;
    }
}
@media screen and (max-width: 568px) {
    .mv_block h1 {
        font-size: 7.5vw;
    }
    .step_block {
        margin: 0 auto 80px;
    }
    .step_block .intro {
        margin-bottom: 40px;
    }
    .step_block p {
        font-size: 24px;
    }
    .step_block .box {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 540px) {
    .step_block {
        margin: 0 auto 70px;
    }
    .step_block p {
        font-size: 21px;
    }
    .step_block .box h2 {
        font-size: 5.85vw;
    }
    .step_block .box h2 span.step {
        width: 78px;
        height: 78px;
        font-size: 40px;
    }
    .step_block .box h2 span.step + span {
        width: calc(100% - 95px);
    }
    .step_block .box .text img {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .step_block .box h2 {
        font-size: 5.65vw;
    }
    .step_block .box h2 span.step {
        margin-right: 12px;
    }
    .step_block .box h2 span.step + span {
        width: calc(100% - 90px);
    }
}
@media screen and (max-width: 440px) {
    .mv_block {
        margin: 0 auto 30px;
    }
    .step_block .box h2 {
        font-size: 7.3vw;
    }
    .step_block .box h2 span.step {
        width: 68px;
        height: 68px;
        font-size: 34px;
    }
    .step_block .box h2 span.step span {
        font-size: 18px;
    }
    .step_block .box h2 span.step + span {
        width: calc(100% - 80px);
    }
}
@media screen and (max-width: 430px) {
    .mv_block h1 {
        font-size: 9vw;
        letter-spacing: 0.03em;
    }
    .step_block {
        padding: 0 15px;
    }
}
@media screen and (max-width: 393px) {
    .step_block .box h2 {
        font-size: 7.2vw;
    }
}
@media screen and (max-width: 390px) {
    .mv_block {
        height: 200px;
    }
    .step_block {
        margin: 0 auto 50px;
    }
    .step_block p {
        font-size: 18px;
    }
    .step_block .intro {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 375px) {
    .step_block .box {
        padding-bottom: 40px;
    }
    .step_block .box h2 {
        font-size: 7.1vw;
    }
}
@media screen and (max-width: 360px) {
    .step_block .box h2 {
        margin-bottom: 15px;
    }
    .step_block .box .text p + p {
        margin-top: 12px;
    }
}
@media screen and (max-width: 344px) {
    .step_block .box h2 span.step {
        width: 60px;
        height: 60px;
        font-size: 31px;
    }
    .step_block .box h2 span.step span {
        font-size: 16px;
    }
    .step_block .box h2 span.step + span {
        width: calc(100% - 72px);
    }
}
@media screen and (max-width: 320px) {
    .mv_block {
        height: 180px;
    }
}
@media screen and (max-width: 280px) {
    .step_block .box h2 {
        font-size: 7vw;
    }
}