@charset "UTF-8";

html {
    font-size: 10px
}

body {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.8rem
}

p {
    line-height: 1.6
}

a,
h1,
h2,
h3,
h4,
li,
p,
span {
    letter-spacing: 0.08em
}

h1 {
    font-size: 0
}

h2 {
    text-align: center;
    font-size: 4.1rem;
    padding: 0 7px 8px 12px;
    font-weight: 700
}

h2 span {
    font-size: 7.5rem;
    background: #fff;
    padding: 0 7px 8px 12px;
    display: block
}

@media screen and (max-width:769px) {
    h2 {
        font-size: 2.6rem
    }

    h2 span {
        font-size: 4.6rem
    }
}

h3 {
    text-align: center;
    position: relative;
    padding: 0 0 20px;
    line-height: 1.5;
    font-size: 3.6rem;
    font-weight: 700;
}

@media screen and (max-width:769px) {
    h3 {
        font-size: 2.4rem
    }
}

.feature h4 {
    line-height: 1.4;
    font-size: 2.6rem;
    font-weight: 700;
    background: rgb(93, 80, 153);
    background: linear-gradient(45deg, rgb(93, 80, 153) 0%, rgb(128, 167, 195) 100%);
    color: #FFF;
    display: inline-block;
    padding: 5px 10px 6px;
    margin: 0 0 15px;
    min-height: 48px
}

@media screen and (max-width:769px) {
    .feature h4 {
        font-size: 2rem;
        min-height: 39px
    }
}

.inner {
    width: 1300px;
    margin: 0 auto;
}

@media screen and (max-width:1440px) {
    .inner {
        width: 1200px
    }
}

@media screen and (max-width:1217px) {
    .inner {
        width: 100%
    }
}

@media screen and (max-width:769px) {
    img {
        width: 100%;
        height: auto
    }
}

body {
    position: relative
}

.mobile-only {
    display: none
}

@media screen and (max-width:769px) {
    .mobile-only {
        display: block
    }
}

.desktop-only {
    display: block
}

@media screen and (max-width:769px) {
    .desktop-only {
        display: none
    }
}

.cta {
    text-align: center
}

.cta__btn {
    background: #EB734F;
    color: #fff;
    font-weight: 700;
    font-size: 3.6rem;
    padding: 20px 106px 20px 70px;
    display: inline-block;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(125, 102, 64, 0.7);
    box-shadow: 0px 5px 10px 0px rgba(125, 102, 64, 0.7);
    position: relative;
    letter-spacing: 0.06em;
}

.cta__btn:after,
.cta__btn:before {
    content: "";
    position: absolute;
    top: 50%
}

.cta__btn:before {
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    right: 70px;
    margin: -9px 0 0 0
}

.cta__btn:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 7px;
    border-color: transparent transparent transparent #de6641;
    right: 76px;
    margin: -1px 0 0 0
}

.cta__btn:hover {
    margin: 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.cta-lead {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 15px
}

.cta__btn.hover {
    margin: 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.cta__btn:active {
    margin: 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

@media screen and (max-width:769px) {
    .cta__btn {
        font-weight: 500;
        font-size: 2.2rem;
        padding: 18px 35px 20px 13px;
        width: 340px;
        text-align: center;
        max-width: 100%
    }

    .cta__btn:before {
        right: 12px;
        margin: -10px 0 0 0
    }

    .cta__btn:after {
        right: 18px;
        margin: -2px 0 0 0
    }

    .cta-lead {
        font-size: 1.6rem;
        line-height: 1.6;
        margin: 10px 0 10px
    }
}

@media screen and (max-width:375px) {
    .cta__btn {
        padding: 18px 53px 20px 30px;
        letter-spacing: 0.02em;
        width: 335px;
        max-width: 100%
    }

    .cta-lead {
        font-size: 1.4rem
    }
}

@media screen and (max-width:374px) {
    .cta__btn {
        padding: 18px 31px 20px 13px;
        font-size: 2rem;
        letter-spacing: 0
    }

    .cta__btn:before {
        width: 18px;
        height: 18px
    }

    .cta__btn:after {
        right: 17px;
        margin: -4px 0 0 0
    }
}

.cta.fv_cta .cta__btn {
    padding: 20px 110px 20px 65px
}

.cta.fv_cta .cta-lead {
    font-size: 1.6rem;
    line-height: 1.4
}

.cta.fv_cta .signin {
    margin: 15px 0 0;
    font-size: 1.6rem
}

.cta.fv_cta .signin a {
    color: #6666CC
}

.cta.fv_cta .signin a:hover {
    text-decoration: underline
}

@media screen and (max-width:1440px) {
    .cta.fv_cta .cta__btn {
        padding: 20px 85px 20px 50px
    }

    .cta.fv_cta .cta__btn:before {
        right: 55px
    }

    .cta.fv_cta .cta__btn:after {
        right: 61px
    }

    .cta.fv_cta .cta-lead {
        font-size: 1.6rem;
        line-height: 1.4
    }

    .cta.fv_cta .signin {
        margin: 15px 0 0;
        font-size: 1.6rem
    }

    .cta.fv_cta .signin a {
        color: #6666CC
    }

    .cta.fv_cta .signin a:hover {
        text-decoration: underline
    }
}

@media screen and (min-width:1121px) and (max-width:1216px) {
    .cta.fv_cta .cta__btn {
        padding: 20px 75px 20px 40px
    }

    .cta.fv_cta .cta__btn:before {
        right: 45px
    }

    .cta.fv_cta .cta__btn:after {
        right: 51px
    }
}

@media screen and (max-width:769px) {
    .cta.fv_cta {
        margin: -100px auto 0;
        position: relative;
        z-index: 100;
        padding: 120px 0 20px;
    }

    .cta.fv_cta .cta__btn {
        padding: 18px 35px 20px 13px
    }

    .cta.fv_cta .cta__btn:before {
        right: 12px;
        margin: -10px 0 0 0
    }

    .cta.fv_cta .cta__btn:after {
        right: 18px;
        margin: -2px 0 0 0
    }

    .cta.fv_cta .cta-lead {
        font-size: 1.4rem
    }
}

@media screen and (min-width:0px) and (max-width:530px) {
    .cta.fv_cta .inner ._cta-lead {
        margin: 0 10px;
    }
    .cta.fv_cta {
        margin: -140px auto 0;
    }
}

@media screen and (max-width:375px) {
    .cta.fv_cta .cta__btn:before {
        right: 12px;
        margin: -10px 0 0 0
    }

    .cta.fv_cta .cta__btn:after {
        right: 18px;
        margin: -2px 0 0 0
    }

    .cta.fv_cta .cta-lead {
        font-size: 1.2rem
    }
}

.fv {
    background: rgb(249, 207, 220);
    background-image: url(../image/fv_bg.png), linear-gradient(65deg, rgb(221,227,241) 0%, rgb(206, 227, 245) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    padding: 108px 0 118px;
    -webkit-clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%, 0 18%)
}

.fv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1400px;
    height: 481px;
    padding: 0
}

.fv .inner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fv .inner .fv_title {
    height: 183px;
    margin: 32px 0 40px
}

.fv .inner .fv_title span {
    margin: 0 0 5px
}

.fv .inner .fv_text {
    height: 194px
}

.fv .inner .fv_img {
    height: 481px;
    position: relative
}

.fv .inner .fv_img img {
    width: 770px;
    height: auto
}

.fv .inner .fv_img .batch {
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #7883A5;
    color: #FFF;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16)
}

.fv .inner .fv_img .batch div {
    width: 150px;
    text-align: center;
    font-weight: 500;
    font-size: 2rem
}

.fv .inner .fv_img .batch div span {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 8px 0 0 8px
}

.middle_cta {
    margin: -90px 0 0;
    padding: 118px 0 135px;
    background: rgb(251, 210, 191);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 210, 191)), to(rgb(249, 207, 222)));
    background: linear-gradient(180deg, rgb(251, 210, 191) 0%, rgb(249, 207, 222) 100%);
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 75%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 75%)
}

.middle_cta .inner {
    max-width: calc(100% - 40px);
    padding: 0
}

@media screen and (max-width:769px) {
    .middle_cta {
        margin: -50px 0 0;
        padding: 80px 0 110px;
        -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%)
    }
}

@media screen and (max-width:375px) {
    .middle_cta {
        margin: -30px 0 0;
        padding: 60px 0 90px;
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%)
    }
}

@media screen and (max-width:374px) {
    .middle_cta {
        margin: -32px 0 0
    }
}

.last_cta {
    margin: -105px 0 0;
    padding: 120px 0 50px;
    background: rgb(249, 207, 222);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 207, 222)), to(rgb(214, 218, 231)));
    background: linear-gradient(180deg, rgb(249, 207, 222) 0%, rgb(214, 218, 231) 100%);
    -webkit-clip-path: polygon(0 0, 100% 31%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 31%, 100% 100%, 0 100%)
}

.last_cta .inner {
    max-width: calc(100% - 40px);
    padding: 0
}

@media screen and (max-width:769px) {
    .last_cta {
        margin: -50px 0 0;
        padding: 80px 0 35px;
        -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
    }
}

@media screen and (max-width:375px) {
    .last_cta {
        margin: -30px 0 0;
        padding: 60px 0 33px;
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%)
    }
}

@media screen and (max-width:374px) {
    .last_cta {
        margin: -32px 0 0
    }
}

@media screen and (max-width:330px) {
    .last_cta {
        -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
    }

    .last_cta p br {
        display: none;
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

header .inner {
    padding: 4px 10% 0
}

header .shoulder-title {
    font-size: 1.2rem;
    color: #666666;
    margin: 0 0 8px
}

header img {
    width: auto;
    height: 40px
}

@media screen and (min-width:1121px) and (max-width:1216px) {
    header {
        width: 100%
    }

    header .inner {
        padding: 4px 0;
        max-width: calc(100% - 40px)
    }
}

@media screen and (max-width:1120px) {
    header {
        width: 100%
    }

    header .inner {
        padding: 4px 0;
        max-width: calc(100% - 40px)
    }
}

@media screen and (max-width:769px) {
    header {
        position: static
    }

    header .inner {
        padding: 0;
        width: 100%;
        margin: 10px auto;
        position: relative
    }

    header .shoulder-title {
        font-size: 0.8rem;
        margin: 0 0 5px
    }

    header img {
        height: 22px;
        width: auto
    }

    header .signin {
        position: absolute;
        top: 10px;
        right: 0
    }

    header .signin a {
        color: #ADB5D0;
        border: 1px solid #ADB5D0;
        font-size: 1.2rem;
        letter-spacing: 0;
        border-radius: 4px;
        padding: 6px 11px 6px 11px;
        display: inline-block;
        min-height: 28px
    }
}

.fv {
    background: rgb(249, 207, 220);
    background-image: url(../image/fv_bg.png), linear-gradient(65deg, rgb(221,227,241) 0%, rgb(206, 227, 245) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    padding: 108px 0 118px;
    -webkit-clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%, 0 18%)
}

.fv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1400px;
    height: 481px;
    padding: 0
}

.fv .inner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fv .inner .fv_title {
    height: 183px;
    margin: 32px 0 40px
}

.fv .inner .fv_title span {
    margin: 0 0 0px
}

.fv .inner .fv_text {
    height: 194px
}

.fv .inner .fv_img {
    height: 481px;
    position: relative
}

.fv .inner .fv_img img {
    width: 770px;
    height: auto
}

.fv .inner .fv_img .batch {
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #7883A5;
    color: #FFF;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16)
}

.fv .inner .fv_img .batch div {
    width: 150px;
    text-align: center;
    font-weight: 500;
    font-size: 2rem
}

.fv .inner .fv_img .batch div span {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 8px 0 0 8px
}


@media screen and (min-width:1217px) and (max-width:1440px) {
    .fv {
        -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
        clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
        padding: 138px 0 108px
    }

    .fv .inner {
        width: 1200px
    }

    .fv .inner .fv_title {
        margin: 10px 0 40px
    }

    .fv .inner .fv_img {
        height: 403px
    }

    .fv .inner .fv_img img {
        width: 630px
    }

    .fv .inner .fv_img .batch {
        width: 140px;
        height: 140px
    }

    .fv .inner .fv_img .batch div {
        font-size: 1.8rem
    }

    .fv .inner .fv_img .batch div span {
        font-size: 2.8rem
    }

}

@media screen and (min-width:1121px) and (max-width:1216px) {
    .fv {
        padding: 128px 0 78px
    }

    .fv .inner {
        width: 1100px
    }

    .fv .inner .fv_title {
        height: 140px
    }

    .fv .inner .fv_title h2 {
        font-size: 3rem
    }

    .fv .inner .fv_title h2 span {
        font-size: 8rem
    }

    .fv .inner .fv_img {
        height: 410px
    }

    .fv .inner .fv_img img {
        width: 550px
    }

    .fv .inner .fv_img .batch {
        width: 120px;
        height: 120px;
        bottom: 0px
    }

    .fv .inner .fv_img .batch div {
        width: 120px;
        font-size: 1.4rem
    }

    .fv .inner .fv_img .batch div span {
        font-size: 2.4rem;
        margin: 6px 0 0 6px
    }
}

@media screen and (max-width:1120px) {
    .fv {
        -webkit-clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
        clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
        padding: 108px 0 138px
    }

    .fv .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: auto
    }

    .fv .inner .item {
        width: 100%;
        display: block
    }

    .fv .inner .fv_title {
        height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .fv .inner .fv_title .mobile-only {
        display: block
    }

    .fv .inner .fv_title span {
        display: inline-block
    }

    .fv .inner .fv_text {
        height: auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .fv .inner .fv_img {
        height: auto;
        width: 630px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 auto 60px
    }

    .fv .inner .fv_img img {
        width: 630px
    }

    .fv .inner .fv_img .batch {
        bottom: -60px
    }
}

@media screen and (max-width:769px) {
    .fv {
        padding: 25px 0 0;
        -webkit-clip-path: none;
        clip-path: none;
        background-image: url(../image/fv_bg.png), -webkit-gradient(linear, left top, left bottom, from(rgb(221,227,241)), to(rgb(206, 227, 245)));
        background-image: url(../image/fv_bg.png), linear-gradient(180deg, rgb(221,227,241) 0%, rgb(206, 227, 245) 100%);
        background-position: -780px -110px, center center;
        background-size: cover
    }

    .fv .inner {
        max-width: 100%
    }

    .fv .inner .item {
        display: block
    }

    .fv .inner .fv_title {
        height: auto;
        width: 100%;
        margin: 0 0 25px
    }

    .fv .inner .fv_title span {
        display: inline-block
    }

    .fv .inner .fv_text {
        height: auto;
        width: 100%;
        background: #FFF;
        padding: 55px 0 20px 0;
        -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
        margin: -45px 0 0;
        z-index: 1
    }

    .fv .inner .fv_img {
        height: auto;
        text-align: center;
        margin: 0 auto;
        width: 100%
    }

    .fv .inner .fv_img .batch {
        top: -20px;
        left: 50%;
        width: 90px;
        height: 90px;
        margin: 0 0 0 -185px
    }

    .fv .inner .fv_img .batch div {
        font-size: 1rem
    }

    .fv .inner .fv_img .batch div span {
        font-size: 2.2rem;
        margin: 4px 0 0 4px
    }

    .fv .inner .fv_img img {
        width: 290px
    }
}

@media screen and (min-width:0px) and (max-width:530px) {
    .fv .inner .fv_text {
        padding: 65px 0 10px 0;
        margin: -50px 0 0
    }
}

@media screen and (max-width:375px) {
    .fv {
        background-position: -743px -50px, center center
    }

    .fv .inner .fv_title span {
        margin: 1px 0 6px
    }

    .fv .inner .fv_text {
        padding: 52px 0 17px 0;
        -webkit-clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
        margin: -45px 0 0
    }

    .fv .inner .fv_img .batch {
        margin: 0 0 0 -182px
    }
}

@media screen and (max-width:374px) {
    .fv .inner .fv_img {
        width: 250px
    }

    .fv .inner .fv_img .batch {
        margin: 0 0 0 -150px;
        width: 76px;
        height: 76px
    }

    .fv .inner .fv_img .batch div {
        width: 76px;
        font-size: 0.8rem
    }

    .fv .inner .fv_img .batch div span {
        font-size: 1.8rem
    }

    .fv .inner .fv_img img {
        width: 100%
    }
}

.feature {
    background: linear-gradient(-30deg, rgba(162, 191, 217, 1) 0%, rgba(190, 183, 221, 1) 100%);
    margin: -180px 0 0;
    padding: 180px 0;
}

.feature h3 {
    margin: 0 0 40px;
    color: #fff;
}

.feature h3 span {
    font-size: 2.5em;
}

.feature .article__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items:stretch;
}

.feature .article__block .no {
    font-family: "M PLUS 2", sans-serif;
    font-weight: bold;
    font-size: 4rem;
    opacity: 0.2;
    line-height: 1;
    margin: 0 0 -18px 20px
}

.feature .article__block .img4 img {
    margin: 30px 0;
}

.feature .article__block .article__img {
    margin: 20px 0;
}

.feature .article__block article {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 10%);
    padding: 20px;
}

.feature .article__block .article__title img{
    width: 115%;
    margin: 20px -20px 20px;
}

.feature .article__block .article__img img{
    width: 100%;
}

.feature .article__block article p {
    text-align: center;
}

.feature .article__block article p span {
    font-weight:500;
}


.feature article {
    width: 24%;
    border-radius: 40px;
}

@media screen and (max-width:1440px) {
    .feature .article__block {
        padding: 0 10px;
    }
    .feature article {
        width: 49%;
    }
    .feature .article__block article {
        margin-top: 2%;
    }
    .feature .article__block .article__title img{
        width: 105%;
        margin: 20px -10px 20px;
    }

}

@media screen and (min-width:1061px) and (max-width:1190px) {
    .feature .inner {
        width: 1100px
    }
}

@media screen and (max-width:1060px) {
    .feature {
        clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
        padding: 90px 0;
        margin: -140px 0;
    }

    .feature .article__block article {
        width: 49%;
    }

    .feature .article__block article .no2 {
        text-align: right;
        margin: 0 20px -18px 0
    }
}

@media screen and (max-width:769px) {
    .feature {
        clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
        margin: -140px 0 0;
    }

    .feature .article__block {
        justify-content: center;
    }

    .feature article {
        width: 85% !important;
    }

    .feature .article__block article {
        margin: 0 0 6% 0;
        padding: 6%;
    }
    .feature .inner {
        padding-bottom: 0px;
    }
    .feature h3 {
        margin: 70px 0 20px;
        font-size: 3rem;
        line-height: 6rem;
    }
}

@media screen and (min-width:0px) and (max-width:530px) {
    .inner {
    }
}

@media screen and (max-width:375px) {
    .feature {
        clip-path: polygon(0 0, 100% 2.5%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 2.5%, 100% 100%, 0% 100%);
        background-position: 0px top, 0px bottom;
        background-size: 190% auto
    }

    .feature h3 {
        margin: 0 0 15px
    }

    .feature h4 {
        height: 41px;
        padding: 6px 10px 7px
    }

    .feature .article__block {
        min-height: 1070px
    }

    .feature .article__block .article__text {
        margin: -41px 0 0 20px
    }

    .feature .inner {
        max-width: 100%;
        padding: 55px 0
    }
}

.solution {
    background: #F7F7F7;
    clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
    margin: -113px 0 0
}

.solution .inner {
    padding: 155px 0 130px
}

.solution h3 {
    margin: 0 0 40px
}

.solution ul {
    display: flex;
    justify-content: space-between;
}

.solution li {
    display: flex;
    flex-direction: column;
    max-width: 360px;
}
.solution li img:nth-child(2) {
    margin-top: 15px;
}

@media screen and (min-width: 1061px) and (max-width: 1190px) {
    .solution img {
        width: 320px;
        height: auto;
    }
}

@media screen and (max-width:1061px) {
    .solution {
        clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
    }

    .solution ul {
        max-width: 620px;
        margin: 0 auto;
        flex-direction: column;
    }

    .solution li:nth-child(2) {
        margin: 0 0 0 auto;
    }

    .solution li:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:769px) {
    .solution {
        clip-path: polygon(0 0, 100% 3.5%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 3.5%, 100% 100%, 0% 100%);
        margin: -73px 0 0;
    }
    .solution h3 {
        letter-spacing: 0.07em;
        margin: 0 0 10px;
    }

    .solution .inner {
        padding: 72px 0 76px;
        width: 100%;
    }

    .solution li img:nth-child(2) {
        margin-top: 7px;
    }

    .solution li:not(:last-child) {
        margin-bottom: 60px;
    }
}


.easy {
    background: #F7F7F7;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    margin: -113px 0 0
}

.easy .inner {
    padding: 155px 0 150px;
}

.easy h3 {
    margin: 0 0 50px
}

.easy ul {
    display: flex;
    justify-content: center;
}

.easy li:nth-child(1) {
    margin-right: 63px;
}

.easy li:nth-child(2) {
    margin-right: 51px;
}

.easy li:nth-child(3) {
    margin-right: 72px;
}

@media screen and (max-width:1061px) {
    .easy ul {
        max-width: 620px;
        margin: 0 auto;
    }
    .easy li {
        margin-right: 20px;
    }
    .easy img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width:480px) and (max-width:769px) {
    .easy li{
        width: 30%;
        text-align: center;
    }
}

@media screen and (max-width:769px) {
    .easy {
        margin: -73px 0 0;
        clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
    }

    .easy .inner {
        padding: 74px 0 135px;
    }

    .easy h3 {
        margin: 0 0 25px;
    }

    .easy ul {
        flex-wrap: wrap;
        gap: 40px 40px;
    }

    .easy li:nth-child(1), .easy li:nth-child(2), .easy li:nth-child(3), .easy li:nth-child(4) {
        margin-right: 0;
    }

    .easy img {
        width: 120px;
    }
}

.use {
    background: #DDE3F1;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    margin: -110px 0 50px;
}

.use .inner {
    padding: 155px 0 93px;
    width: 730px;
    margin: 0 auto;
}

.use h3 {
    margin: 0 0 43px 0;
}

.use h3 .br_sp {
    display: none;
}

.use_item {
    background-color: #fff;
    padding: 40px 83px;
    text-align: center;
    margin-bottom: 60px;
}

.use_img img {
    margin: 24px 0;
}

.use p {
    text-align: left;
}

.use span {
    color: #A55B9A;
}

@media screen and (max-width:1061px) {
    .use .inner {
        width: 620px;
    }
    .use_item {
        padding: 40px 28px;
    }
}

@media screen and (max-width:769px) {
    .use {
        clip-path: polygon(0 2.5%, 100% 0, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 2.5%, 100% 0, 100% 100%, 0% 100%);
    }

    .use .inner {
        padding: 67px 0 42px;
        width: 100%;
    }

    .use h3 {
        margin: 0 0 24px 0;
    }

    .use h3 .br_sp {
        display: block;
    }

    .use_item {
        padding: 30px 30px;
        margin-bottom: 40px;
    }

    .use_title img {
        max-width: 235px;
    }

    .use_img img {
        margin: 32px 0;
    }

    .use p {
        font-size: 14px;
    }
}

.free_function {
    background: #F7F7F7;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    margin: -130px 0 0;
    padding: 110px 0 160px;
}

.free_function h3 {
    margin: 0 0 40px;
}

.free_function ul {
    display: flex;
}

.free_function ul li {
    width: 30%;
    margin: 0 2%;
}

.free_function img {
    width: 100%;
}

.free_function_text {
    margin-top: 20px;
}

.free_function_text h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width:769px) {
    .free_function {
        clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
        margin: -110px 0 0;
        padding: 70px 0 50px;
    }
    .free_function ul {
        display: block;
    }
    .free_function ul li {
        width: 90%;
        margin: 0 auto 25px;
    }
    .free_function_text {
        font-size: 14px;
    }
    .free_function_text h4 {
        font-size: 1.3em;
    }
}


footer {
    text-align: center
}

footer .inner {
    padding: 50px 0
}

footer a,
footer li,
footer p {
    letter-spacing: 0
}

footer a {
    color: #585858;
    font-size: 1.4rem
}

footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer ul li {
    margin: 0 30px 0 0
}

footer ul li:last-child {
    margin: 0
}

footer .footer__logo {
    margin: 50px 0
}

footer .footer__logo img {
    height: 50px;
    width: auto
}

footer p {
    font-size: 1.2rem;
    color: #919191
}

footer p small {
    font-size: 100%
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*# sourceMappingURL=style.css.map */