/* =================================
共通
================================= */
body.hidden {
    overflow: hidden;
}
.flex-box {
    display: flex;
}
.content {
    position: relative;
    /*
    background-image: url('../images/top/content-bg.jpg');
    background-attachment: fixed;
    background-repeat: repeat;
    */
}
.bg-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
 }
 .content-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-image: url('../images/top/content-bg.jpg');
    background-position: center;
    z-index: -1;
 }
 

@media screen and (max-width: 880px) {
    .content {
        margin-top: -40px;
        padding-top: 40px;
    }

}
/* =================================
メインビジュアル
================================= */
.main-visual-area {
    position: relative;
    padding-top: 48px;
    z-index: 1;
}
.main-visual-area::before {
    top:0;
    left: 0;
    position: absolute;
    content:'';
    display: block;
    height: 4px;
    width: 100%;
    background-color:rgba(0,160,255,0.5);
    background-blend-mode: multiply;
}
.main-visual-area::after {
    bottom:0;
    left: 0;
    position: absolute;
    content:'';
    display: block;
    height: 4px;
    width: 100%;
    background-color:rgba(0,160,255,0.5);
    background-blend-mode: multiply;
}
.main-visual-area .fukidashi-position-01 {
    position: absolute;
    left: 0;
    top:110px;
    max-width: 160px;
    width: 100%;
}
.main-visual-area .fukidashi-position-02 {
    position: absolute;
    right: 0;
    top:70px;
    max-width: 160px;
    width: 100%;
}
.mv-img-box {
    height: 640px;
    width: 100%;
}
.mv-img-box img {
    object-position: center center;
    object-fit: cover;
    height: 640px;
    width: 100%;
}
.mv-inner {
    position: relative;
}
.circle-60off {
    max-width: 200px;
    right: -100px;
    top:16px;
    width: 100%;
    position: absolute;
}
.mv-ttl-box {
    left: 50%;
    transform: translateX(-50%);
    bottom:-80px;
    padding-top: 65px;
    padding-bottom: 84px;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
    background-color: #fff;;
}
.mv-ttl-box h2 {
    display: table;
    line-height: 1;
    padding: 0 0 0 12px;
    letter-spacing: 0.05em;
    margin: 0 auto 20px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color:#00a0ff;
    border-bottom:2px solid rgba(0,160,255,0.5);
}
.mv-ttl {
    font-size: 0;
    max-width: 560px;
    width: 100%;
    margin: 0 auto 24px;
}
.mv-ttl-box .mv-txt {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: center;
}
.mv-btn-box {
    display:flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:-20px;
    font-size: 0;
}
.mv-btn-box .btn-list {
    width: 290px;
    position: relative;
    padding: 0 5px;
    z-index: 2;
}
.mv-btn-box .btn-list a {
    position: relative;
}
.mv-btn-box .btn-list a::after {
    content:'';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 6px;
    top:0;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    opacity: 1 !important;
}
.mv-btn-box .btn-list a:hover {
    opacity: 1;
}
.mv-btn-box .btn-list a img {
    transition: 0.7s;
}
.mv-btn-box .btn-list a:hover img {
    opacity: 0.5;
}
.mv-btn-box .btn-list .sp {
    display: none;
}
.main-visual-area .fukidashi {
    font-size: 0;
}
@media screen and (max-width: 1280px) {
    .main-visual-area {
        width: 1280px;
        padding-top: 40px;
    }
}
@media screen and (max-width: 880px) {
    .main-visual-area {
        width: 100%;
        padding-top: 0;
        margin-top: 40px;
        height: calc(100% - 39px);
    }
    .main-visual-area::before {
        top: 0;
        left: 0;
        position: absolute;
        content: none;
        display: block;
        height: 4px;
        width: 100%;
        background-color: rgba(0, 160, 255, 0.5);
        background-blend-mode: multiply;
    }
    .main-visual-area::after {
        bottom: 0;
        left: 0;
        position: absolute;
        content: none;
        display: block;
        height: 4px;
        width: 100%;
        background-color: rgba(0, 160, 255, 0.5);
        background-blend-mode: multiply;
    }
    .mv-inner {
        left: 50%;
        transform: translateX(0);
        position: static;
        z-index: 3;
        padding: 0 17.5px;
        width: 100%;
        bottom: -40px;
        margin-top: 0;
    }
    .mv-img-box {
        height: calc(100% - 39px);
        top:0;
        left: 0;
        width: 100%;
        position: absolute;
    }
    .mv-img-box::before {
        top: 0;
        left: 0;
        position: absolute;
        content: '';
        display: block;
        height: 3px;
        width: 100%;
        background-color: rgba(0, 160, 255, 0.5);
        background-blend-mode: multiply;
    }
    .mv-img-box::after {
        bottom: 0;
        left: 0;
        position: absolute;
        content: ' ';
        display: block;
        height: 3px;
        width: 100%;
        background-color: rgba(0, 160, 255, 0.5);
        background-blend-mode: multiply;
    }
    .mv-img-box img {
        object-position: center center;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .mv-ttl-box {
        padding-top: 50px;
        transform: translateX(0);
        padding-bottom: 20px;
        position:relative;
        z-index: 3;
        left: auto;
        margin: 0 auto;
        max-width: 100%;
        bottom: 0;
        width: 100%;
        background-color: #fff;
    }
    .mv-ttl-box h2 {
        display: table;
        line-height: 1;
        padding: 0 0 0 6px;
        margin: 0 auto 20px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #00a0ff;
        border-bottom: 2px solid rgba(0, 160, 255, 0.5);
    }
    .mv-ttl {
        padding: 0 30px;
        font-size: 0;
        max-width: 560px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .mv-ttl-box .mv-txt {
        font-size: 15px;
        font-weight: 600;
        line-height: 19px;
        text-align: center;
    }
    .mv-btn-box {
        margin-top: 40px;
        display:flex;
        justify-content: center;
        position: static;
        left: 50%;
        transform: translateX(0);
        bottom:-20px;
        margin: 40px -17px 0;
        font-size: 0;
    }
    .mv-btn-box .btn-list .pc {
        display: none;
    }
    .mv-btn-box .btn-list .sp {
        display: block;
    }
    .circle-60off {
        max-width: 121px;
        right: -26px;
        top:-64px;
        width: 100%;
        position: absolute;
    }
}
/* =================================
吹き出し
================================= */
.fukidashi-box {
    position: absolute;
    max-width: 1040px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.fukidashi-01,
.fukidashi-03,
.fukidashi-06 {
    max-width: 240px;
    width: 100%;
}
.fukidashi-02,
.fukidashi-04,
.fukidashi-05,
.fukidashi-07 {
    max-width: 320px;
    width: 100%;
}
.fukidashi-01 {
    position: absolute;
    left: 0;
    top:85px;
}
.fukidashi-02 {
    position: absolute;
    top:157px;
    left: 60px;
}
.fukidashi-03 {
    position: absolute;
    top:44px;
    left: 260px;
}
.fukidashi-04 {
    position: absolute;
    top:119px;
    left: 337px;
}
.fukidashi-05 {
    position: absolute;
    top:28px;
    right: 200px;
}
.fukidashi-06 {
    position: absolute;
    top:86px;
    right: 0;
}
.fukidashi-07 {
    position: absolute;
    top:213px;
    right: 60px;
}
.fukidashi-position-01 {
    position: absolute;
    left: 0;
    top:60px;
    max-width: 160px;
    width: 100%;
}
.fukidashi-position-02 {
    position: absolute;
    right: 0;
    top:20px;
    max-width: 160px;
    width: 100%;
}

.fukidashi-box.sp {
    display: none;
}
@media screen and (max-width: 880px) {
    .fukidashi-box {
        left: 50%;
        position: relative;
        padding-top: 28px;
        width: 375px;
        transform: translateX(-50%);
    }
    .fukidashi-box.pc {
        display: none;
    }
    .fukidashi-box.sp {
        height: 220px;
        display: block;
    }
    .fukidashi-box .fukidashi-group {
        display: block;
    }
    .fukidashi-position-01 {
        display: none;
    }
    .fukidashi-position-02 {
        display: none;
    }
    .fukidashi-01,
    .fukidashi-02,
    .fukidashi-04 {
        max-width: 150px;
        width: 100%;
    }
    .fukidashi-03,
    .fukidashi-05,
    .fukidashi-06,
    .fukidashi-07 {
        max-width: 200px;
        width: 100%;
    }
    .fukidashi-01 {
        position: absolute;
        left: -125px;
        top:64px;
    }
    .fukidashi-02 {
        position: absolute;
        top:38.5px;
        left: 39px;
    }
    .fukidashi-03 {
        position: absolute;
        top:28.5px;
        left: auto;
        right:-25px;
    }
    .fukidashi-04 {
        position: absolute;
        top:64px;
        left: auto;
        right:-150px;
    }
    .fukidashi-05 {
        position: absolute;
        top:125px;
        left: -88px;
        right:auto;
    }
    .fukidashi-06 {
        position: absolute;
        top:90px;
        right: auto;
        left: 86px;
    }
    .fukidashi-07 {
        position: absolute;
        top:152px;
        right: -113px;
    }
}
/* =================================
TOPエリア
================================= */
.top-content-area {
   padding-top: 180px;
   padding-bottom: 120px;
   position: relative;
}
.top-content-area h3 {
    font-size: 40px;
    letter-spacing: -0.025em;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    display: table;
    margin: 0 auto;
    background: linear-gradient(transparent 90%, rgba(0,160,255,0.25) 90%);
}
.top-content-area .selected-box h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color:#004080;
    margin-bottom: 34px;
    background: none;
    position: relative;
}
.top-content-area .selected-box h3::before {
    right: -5px;
    position: absolute;
    top:50%;
    transform: rotate(23deg) translateY(-50%);
    background-color: #004080;
    height: 62px;
    width: 2px;
    content: '';
    display: block;
}
.top-content-area .selected-box h3::after {
    left: -5px;
    position: absolute;
    top:50%;
    transform: rotate(-23deg) translateY(-50%);
    background-color: #004080;
    height: 62px;
    width: 2px;
    content: '';
    display: block;
}
.top-content-area h3.bottom {
    margin-top: 20px;
    letter-spacing: 0;

}
.top-content-box {
    margin-top: 80px;
    max-width: 1000px;
    margin: 80px auto 0 ;
}
.top-content-box .flex-box {
    justify-content: space-between;
}
.top-content-left {
    max-width: 400px;
    padding-top: 20px;
    width: 100%;
}
.top-content-left h4 {
    font-size: 20px;
    padding-left: 3px;
    margin-bottom: 40px;
    line-height: 1;
    background: rgba(0,160,255,0.25);
}
.top-content-left p {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}
.comment-list {
    border-top: 2px solid #0080ff;
    background-color: #fff;
    padding: 20px 20px 40px;
    max-width: 272px;
    width: 100%;
}
.comment-list + .comment-list {
    margin-left: 8px;
}
.top-content-box .human-top-box {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.human-img {
    max-width: 120px;
    width: 100%;
}
.human-txt {
    margin-left: 20px;
    line-height: 1.5;
    font-weight: 600;
    font-size: 14px;
    color:#004080;
}
.comment {
    font-size: 16px;
    line-height: 2;
    color:#004080;
    font-weight: 600;
}
.selected-box {
    margin-bottom: 80px;
}
.selected-img {
    margin: 0 auto 14px;
    max-width: 536px;
    width: 100%;
}
.selected-box p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
@media screen and (max-width: 1280px) {
    .top-content-area {
        width: 1280px;
    }
}

@media screen and (max-width: 880px) {
    .top-content-area {
        width: 100%;
    }
    .top-content-area {
        padding-top: 40px;
        padding-bottom: 65px;
        position: relative;
    }
    .top-content-box {
        margin-top: 40px;
        max-width: 1000px;
        margin: 40px auto 0;
    }
    .top-content-area h3 {
        font-size: 20px;
        text-align: center;
        line-height: 1;
        font-weight: 400;
        display: table;
        margin: 0 auto;
        background: linear-gradient(transparent 84%, rgba(0, 160, 255, 0.25) 84%);
    }
    .top-content-area h3.bottom {
        margin-top: 10px;
    }
    .top-content-area .selected-box h3 {
        font-size: 15px;
        line-height: 1.5;
        font-weight: 600;
        color: #004080;
        margin-bottom: 23px;
        background: none;
        position: relative;
    }
    .top-content-area .selected-box h3::before {
        right: -3px;
        position: absolute;
        top:50%;
        transform: rotate(23deg) translateY(-50%);
        background-color: #004080;
        height: 47px;
        width: 2px;
        content: '';
        display: block;
    }
    .top-content-area .selected-box h3::after {
        left: -3px;
        position: absolute;
        top:50%;
        transform: rotate(-23deg) translateY(-50%);
        background-color: #004080;
        height: 47px;
        width: 2px;
        content: '';
        display: block;
    }
    .top-content-box .flex-box {
        display: block;
        padding: 0 28px;
        justify-content: space-between;
    }
    .top-content-left h4 {
        font-size: 18px;
        letter-spacing: 0.05em;
        padding-left: 3px;
        margin-bottom: 20px;
        line-height: 1;
        background: rgba(0, 160, 255, 0.25);
    }
    .top-content-left {
        margin-bottom: 45px;
        max-width: 100%;
        padding-top: 20px;
        width: 100%;
    }
    .top-content-left p {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -0.025em;
        padding: 0 4px;
        line-height: 2;
    }
    .top-content-box .top-content-right .flex-box {
        display: block;
        padding: 0;
        justify-content: space-between;
    }
    .comment-list {
        border-top: 2px solid #0080ff;
        background-color: #fff;
        padding: 20px 14px 24px;
        max-width: 100%;
        width: 100%;
    }
    .comment-list + .comment-list {
        margin-left: 0;
        margin-top: 10px;
    }
    .human-img {
        max-width: 90px;
        width: 100%;
    }
    .top-content-box .top-content-right .flex-box .human-top-box {
        display: flex;
        padding: 0;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .human-txt {
        margin-left: 11px;
        line-height: 1.5;
        font-weight: 600;
        font-size: 12px;
        color: #004080;
    }
    .comment {
        font-size: 12px;
        line-height: 2;
        color: #004080;
        font-weight: 600;
    }
    .selected-box {
        margin-bottom: 40px;
    }
    .selected-box p {
        font-size: 12px;
        font-weight: 400;
        max-width: 384px;
        letter-spacing: 0.05em;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 0 8px;
        font-feature-settings: "palt";
    }
    .selected-img {
        margin: 0 auto 20px;
        max-width: 100%;
        padding: 0 8px;
        width: 100%;
    }
}

/* =================================
リスキマは続きます！さらに成長も！
================================= */
.line-area {
    background-color: #c0e0ff;
    position: relative; 
    background-size: auto auto;
    background-color: rgba(192, 224, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.05) 15px, rgba(255, 255, 255, 0.05) 30px );
}
.line-area .inner {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}
.line-area h3 {
    position: relative;
    z-index: 99;
    display: table;
    margin: 0 auto;
    font-size: 32px;
    color:#004080;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 92px 110px 65px 0;
    letter-spacing: 0.015em;
    line-height: 1;
    background-size:113px 82px;
    background-image: url('../images/top/squirrel-line-icon.svg');
}
.line-area h3 span {
    background: linear-gradient(transparent 90%, rgba(255,255,255,0.75) 85%) bottom 2px center;
}

.line-fukidashi {
    max-width: 240px;
    width: 100%;
    font-size: 0;
}
.line-fukidashi-box {
    top:-40px;
    display: flex;
    z-index: 50;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.line-fukidashi-box .line-fukidashi + .line-fukidashi {
    margin-left: 8px;
}
.line-fukidashi-box .sp {
    display: none;
}
@media screen and (max-width: 1280px) {
    .line-area {
        width: 1280px;
    }
}
@media screen and (max-width: 880px) {
    .line-area {
        width: 100%;
    }
    .line-fukidashi-box {
        top: -25px;
        width: 100%;
        display: flex;
        max-width: 345px;
        position: absolute;
        left: 50%;
        padding: 0 ;
        transform: translateX(-50%);
    }
    .line-fukidashi-box .pc {
        display: none;
    }
    .line-fukidashi-box .sp {
        display: block;
    }
    .line-fukidashi-box .line-fukidashi + .line-fukidashi {
        margin-left: 4px;
    }
    .line-area .inner {
        padding: 41px 0 24px 0;
    }
    .line-area h3 {
        width: auto;
        display: table;
        margin: 0 auto 0 auto;
        font-size: 20px;
        color: #004080;
        line-height: 1.5;
        text-align: center;
        background-repeat: no-repeat;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 88px 65px;
        background-image: url(../images/top/squirrel-line-icon.svg);
        padding: 4px 0;
        letter-spacing: 0.05em;
        padding-right: 94px;
    }
    .line-area h3 span {
        margin-left: -20px;
    }
    
}

/* =================================
3つの理由
================================= */
.reasons-area {
    position: relative;
    padding-top: 124px;
    padding-bottom: 120px;
}
.reasons-area h3 {
    max-width: 475px;
    width: 100%;
    margin: 0 auto 80px;
}
.reasons-lists {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}
.reasons-lists .flex-box {
    justify-content: space-between;
}
.reasons-list {
    max-width: 320px;
    width: 100%;
}
.reasons-list .num-box {
    width: 100%;
    border-top: 4px solid #202020;
    border-bottom: 4px solid #202020;
    padding: 46px 0;
    font-size: 0;
    margin-bottom: 40px;
    position: relative;
}
.reasons-list .num-wrap {
    max-width: 40px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.reasons-list .num-box h4 img {
    width: 100%;
    height: 100%;
    max-height: 63px;
}
.reasons-list .tag {
    position: absolute;
    width: 72px;
    top:0;
    left: -80px;
}
.reasons-list h5 {
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.reasons-list h5.l-50 {
    letter-spacing: -0.05em;
}
.reasons-list h5.l-50 span {
    letter-spacing: 0;
}
.reasons-list h5 span {
    display: block;
    font-size: 24px;
}
.reasons-list h5::after {
    position: absolute;
    bottom:0;
    left: 6px;
    width: 24px;
    height: 2px;
    content:'';
    display: block;
    background-color: #202020;
}
.reasons-list .txt {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 6px;
    padding-right: 6px;
}
.reasons-list .gradi_01 {
    display: none;
}
@media screen and (max-width: 1280px) {
    .reasons-area {
        width: 1280px;
    }
}

@media screen and (max-width: 880px) {
    .reasons-area {
        width: 100%;
        position: relative;
        padding-top: 90px;
        padding-bottom: 40px;
    }
    .reasons-area h3 {
        max-width: 475px;
        width: 100%;
        padding-left: 14px;
        padding-right: 20px;
        margin: 0 auto 60px;
    }
    .reasons-lists .flex-box {
        display: block;
        justify-content: space-between;
    }
    .reasons-list {
        max-width:100%;
        width: 100%;
        padding: 0 27px 0 27px;
        position: relative;
        margin-bottom: 40px;
    }
    .reasons-list + .reasons-list {
        padding-top: 40px;
    }
    .reasons-list:last-child {
        margin-bottom: 0;
    }
    .reasons-list .num-box {
        width: 100%;
        border-top: 3px solid #202020;
        border-bottom: 3px solid #202020;
        padding: 35px 0;
        font-size: 0;
        margin-bottom: 30px;
        position: relative;
    }
    .reasons-list .num-wrap {
      /*  max-width: 32px; */
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
    .reasons-list .tag {
        position: absolute;
       /* width: 52px;
        top: 0;
        left: -62px; */
    }
    .reasons-list .num-box h4 img {
        width: 100%;
        height: 100%;
       /* max-height: 47px; */
    }
    .reasons-list h5 {
        position: relative;
        font-size: 16px;
        line-height: 22.5px;
        font-weight: 600;
        padding-bottom: 28px;
        padding-left: 4px;
        letter-spacing: 0.05em;
        margin-bottom: 30px;
    }
    .reasons-list h5 span {
        display: block;
        font-size: 20px;
        letter-spacing: 0.05em;
    }
    .reasons-list h5::after {
        position: absolute;
        bottom: 0;
        left: 4px;
        width: 18px;
        height: 1.5px;
        content: '';
        display: block;
        background-color: #202020;
    }
    .reasons-list .txt {
        padding-left: 4px;
        font-size: 12px;
        letter-spacing: 0.05em;
        font-feature-settings: "palt";
    }
    .reasons-list .gradi_01 {
        display: block;
        height: 40px;
    }
}

/* =================================
サービスの特徴 
================================= */
.features-area {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}
.features-area .inner {
    width: 100%;
}
.features-area h3 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    line-height: 1;
}
.features-area .en {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color:#00a0ff;
}
.sub-ttl-box {
    display: flex;
    justify-content: center;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 24px;
    margin-top: 80px;
    margin-bottom: 80px;
    color:#000000;
}
.sub-ttl-box span {
    margin-left: 8px;
    margin-right: 8px;
    padding: 7px 18px 5px;
    background-color: #202020;
    color:#fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    border-radius: 20px;
    letter-spacing: 0.025em;
}
.sub-ttl-box span.none {
    color:#000000;
    margin:0;
    padding: 0;
    background-color: inherit;
}
.sub-ttl-box span.block {
    display: none;
}
.features-lists {
    margin: 0 auto 94px;
    max-width: 1200px;
    width: 100%;
}
.mi {
    padding: 30px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;

}
.features-img {
    max-width: 245px;
    margin: 0 auto;
    width: 100%;
    padding-right: 5px;
}
.features-list:last-child .features-img {
    max-width: 240px;
    margin: 0 auto;
    width: 100%;
    padding-right: 0;
}
.features-list {
    max-width: 410px;
    width: 100%;
    margin-right: -10px;
}
.features-lists.sp {
    display: none;
}
.features-list:first-child {
    position: relative;
    z-index: 3;
}
.features-list:nth-child(2) {
    position: relative;
    z-index: 2;
}
.features-list:last-child {
    max-width: 400px;
    width: 100%;
}
.features-step {
    margin-top: -8px;
    font-size: 0;
    max-width: 410px;
    width: 100%;
}
.features-list .txt-box {
    margin-top: 16px;
    max-width: 240px;
    width: 100%;
    margin: 16px auto 0;
}
.features-list .txt-box p {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 2;
}
.curriculum-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.curri-left {
    max-width: 240px;
    width: 100%;
}
.curri-left p {
    font-size: 20px;
    font-weight: 600;
    color:#004080;
    font-feature-settings: "palt";
    text-align: center;
    line-height: 1.5;
}
.curriculum-box {
    border-radius: 8px;
    padding: 40px;
    background-color: #f0f0f0;
    position: relative; 
    background-size: auto auto;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(192, 192, 192, 0.0625) 15px, rgba(192, 192, 192, 0.0625) 30px );
}
.curriculum-box .fukidashi-txt {
    background-color: #004080;
    color:#fff;
    padding: 4px 0;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
}
.curriculum-box .fukidashi-txt::after {
    content:'';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #004080;
    border-bottom: 0;
}
.curri-right {
    max-width: 839px;
    width: 100%;
    margin-left: 40px;
}
.flow-list {
    position: relative;
    max-width: 277px;
    width: 100%;
    margin-right: 4px;
    background-color: #ffffff;
}
.flow-list:last-child {
    margin-right: 0;
}
.flow-list h5 {
    margin: 0;
    border-bottom: 2px solid #f0f0f0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    text-align: center;
    color:#004080;
    position: relative;
    letter-spacing: 0.05em;
    padding: 10px 0;
}
.flow-list::after {
    content:'';
    width: 0;
    position: absolute;
    z-index: 100;
    right:-8px;
    top:12px;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #004080;
    border-right: 0;
}
.flow-list:last-child::after {
    content:none;
}
.flow-list p {
    letter-spacing: 0.05em;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    color:#004080;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 2;
}
.features-area .original-curriculum-txt {
    color:#004080;
    font-size: 32px;
    font-weight: 600;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-size:113px 82px;
    padding-right: 117px;
    padding-top: 27px;
    padding-bottom: 27px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/top/squirrel-line-icon.svg');
    margin-bottom: 16px;
}
.features-area .original-curriculum-txt span {
    line-height: 1;
    background: linear-gradient(transparent 81%, rgba(0, 160, 255, 0.25) 81%, rgba(0, 160, 255, 0.25) 94%, transparent 94%);
}
@media screen and (max-width: 1280px) {
    .features-area {
        width: 1280px;
    }
}
@media screen and (max-width: 880px) {
    .features-area {
        width: 100%;
        background-color: #fff;
        padding-top: 89px;
        padding-bottom: 55px;
        position: relative;
    }
    .features-area h3 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0.05em;
        margin-bottom: 17px;
        line-height: 1;
    }
    .sub-ttl-box {
        display: flex;
        justify-content: center;
        letter-spacing: 0.1em;
        font-weight: 600;
        font-size: 24px;
        margin-top: 60px;
        align-items: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .sub-ttl-box h4{
        display: flex;
        justify-content: center;
        letter-spacing: -0.025em;
        font-weight: 600;
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .sub-ttl-box h4.sp-w100 {
        display: block;
        width: 100%;
        text-align: center;
    }
    .sub-ttl-box span.none {
        display: none;
    }
    .sub-ttl-box span {
        margin-left: 0;
        margin-right: 7px;
        padding: 2.5px 12px 3px;
        background-color: #202020;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        border-radius: 20px;
        letter-spacing: -0.025em;
    }
    .sub-ttl-box span.block {
        display:inline-block;
        margin: 0;
        padding: 0;
    }
    .features-area .original-curriculum-txt {
        color: #004080;
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
        display: table;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        background-size: 56.5px 41px;
        padding-right: 0;
        letter-spacing: 0.05em;
        padding-top: 0;
        padding-bottom: 0;
        background-repeat: no-repeat;
        background-position: right top;
        background:none;
        margin-bottom: 20px;
    }
    .features-area .original-curriculum-txt span {
        letter-spacing: 0.05em;
    }
    .features-area .original-curriculum-txt::after {
        position: absolute;
        width: 52.5px;
        height: 41px;
        right: 35px;
        top:-7px;
        content:'';
        background-size:52.5px 41px;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url('../images/top/squirrel-line-icon.svg');
    }
    .curriculum-box {
        border-radius: 8px;
        padding: 30px 0;
        width: calc(100% - 15px);
        background-color: #f0f0f0;
        position: relative;
        background-size: auto auto;
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(192, 192, 192, 0.0625) 15px, rgba(192, 192, 192, 0.0625) 30px);
    }
    .curriculum-box .flex-box {
        display: block;
    }
    .curri-left {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 30px;
    }
    .curri-left p {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.05em;
        color: #004080;
        font-feature-settings: "palt";
        text-align: center;
        line-height: 22.5px;
    }
    
    .curriculum-box .fukidashi-txt {
        background-color: #004080;
        color: #fff;
        padding: 5px 0 4px;
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: 600;
        line-height: 1;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
        position: relative;
    }
    .curri-right {
        max-width: 839px;
        width: 100%;
        margin-left:0;
    }
    .flow-lists {
        padding: 0 40px;
    }
    .flow-list {
        position: relative;
        max-width: 100%;
        margin-left: auto;
        width: 100%;
        margin-right: auto;
        background-color: #ffffff;
    }
    .flow-list:last-child {
        margin-right: auto;
    }
    .flow-list h5 {
        margin: 0;
        border-bottom: 1.5px solid #f0f0f0;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        width: 100%;
        text-align: center;
        color: #004080;
        position: relative;
        padding: 9px 0;
    }
    .flow-list + .flow-list{
        margin-top: 8px;
    }
    .flow-list p {
        letter-spacing: 0.05em;
        padding: 10px;
        font-size: 12px;
        font-weight: 600;
        color: #004080;
        text-align: center;
        line-height: 2;
    }
    .flow-list::after {
        content: '';
        width: 0;
        position: absolute;
        z-index: 100;
        right: auto;
        left:50%;
        transform: translateX(-50%);
        top: auto;
        bottom:-12px;
        height: 0;
        border-style: solid;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 12px solid #004080;
        border-bottom: 0;
    }
    .features-lists.pc {
        display: none;
    }
    .features-lists.sp {
        max-width: 100%;
        width: 100%;
        display: block;
        margin: 0 0 62px 0;
    }
    .features-list {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        position: relative;
    }
    .features-list + .features-list {
        margin-top: 30px;
    }
    .features-list:last-child {
        max-width: 100%;
        width: 100%;
    }

    .features-list .features-img {
        margin-left: auto;
        margin-right: 0;
        padding-right: 0;
        max-width: 100%;
        width: 292px;
        position: absolute;
        left:0;
        margin-left: 50%;
        margin-right: 0;
        top:0;
    }
    .features-list.second .features-img {
        margin-left: auto;
        max-width: 294px;
        position: static;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        right:0;
        margin-right: auto;
        top:0;
        width: 100%;
    }
    .features-list:last-child .features-img {
        margin-left: auto;
        margin-right: 0;
        padding-right: 0;
        max-width: 100%;
        width: 292px;
        position: absolute;
        left:0;
        margin-left: 50%;
        margin-right: 0;
        top:0;
    }
    .features-list .features-list-txt-box {
        margin-left: 35px;
        padding-top: 30px;
    }
    .features-list.second .features-list-txt-box {
        margin-left: 35px;
        padding-top: 0;
        margin-top: -47px;
    }
    .features-list:last-child .features-list-txt-box {
        margin-left: 35px;
        padding-top: 40px;
    }

    .features-list .features-list-txt-box .step {
        max-width: 116px;
        width: 100%;
    }
    .features-list.second .features-list-txt-box .step {
        max-width: 132px;
        margin-left: -8px;
        width: 100%;
    }

    .features-list .txt-box {
        margin-top: 10px;
        margin-left: 0;
        max-width: inherit;
        display: table;
        width: auto;
    }
    .features-list.second .txt-box {
        margin-top: -37px;
        margin-left: auto;
        margin-right: 35px;
    }
    .features-list .txt-box p {
        font-size: 12px;
        font-weight: 600;
        display: table;
        line-height: 1.5;
    }
}
/* =================================
カリキュラム・コース概要
================================= */
.course-area {
    padding-top: 60px;
    background-color: #c0e0ff;
    position: relative; 
    background-size: auto auto;
    background-color: rgba(192, 224, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.05) 15px, rgba(255, 255, 255, 0.05) 30px );
    padding-bottom:40px;
}
.course-area .course-ttl {
    position: absolute;
    top:-20px;
    left: 50%;
    transform: translateX(-50%);
    color:#fff;
    line-height: 1;
    max-width: 360px;
    width: 100%;
    z-index: 100;
    padding: 8px 0;
    text-align: center;
    margin: 0 auto 10px;
    background-color: #004080;
    border-radius: 5px;
}
.course-area h3 {
    font-size: 24px;
}
.course-area .course-ttl::before {
    position: absolute;
    content:'';
    top:50%;
    transform: translateY(-50%);
    left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #004080;
    border-left: 0;
}
.course-area .course-ttl::after {
    position: absolute;
    content:'';
    top:50%;
    transform: translateY(-50%);
    right: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #004080;
    border-right: 0;
}
.course-head-txt {
    font-weight: 400;
    font-feature-settings: "palt";
    font-size: 20px;
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
}
.course-head-txt.sp {
    display: none;
}
.course-head-txt span {
    font-weight: 600;
    border-bottom: 2px solid #fff;
}
.course-lists .flex-box {
    justify-content: center;
}
.course-list {
    max-width: 480px;
    width: 100%;
}
.course-list + .course-list {
    margin-left: 8px;
}
.course-list h4 {
    background-color: #004080;
    text-align: center;
    color:#fff;
    font-size: 16px;
    padding: 13px 0;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
}
.course-txt-box {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border-bottom: 2px solid #00a0ff;
    border-left: 2px solid #00a0ff;
    border-right: 2px solid #00a0ff;
}
.course-top-box {
    padding: 24px 0;
}
.course-top-box .flex-box {
    justify-content: center;
    align-items: center;
}
.point {
    font-size: 0;
}
.course-list h5 {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 1;
    display:table;
    margin: 0 auto 24px;
    padding: 0 8px;
    font-weight: 600;
    color:#000;
    text-align: center;
    padding-bottom: 1px;
    background: linear-gradient(transparent 85%, rgba(0,160,255,0.25) 85%);
}
.course-bottom-box {
    position: relative;
}
.gradi_01 {
    height:80px;
    position: absolute;
    top:0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 0) 100%);
    background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 0) 100%);
    width: 100%;
}
.course-bottom-box p {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    z-index: 100;
    font-weight: 600;
    color:#004080;
    padding: 20px 40px;
}
.point-txt {
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.point {
    max-width: 48px;
    width: 100%;
}
@media screen and (max-width: 1280px) {
    .course-area {
        width: 1280px;
    }
}

@media screen and (max-width: 880px) {
    .course-area {
        width: 100%;
        padding-top: 58px;
        background-color: #c0e0ff;
        position: relative;
        background-size: auto auto;
        background-color: rgba(192, 224, 255, 1);
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.05) 15px, rgba(255, 255, 255, 0.05) 30px);
        padding-bottom: 40px;
    }
    .course-area .course-ttl {
        white-space: nowrap;
        position: absolute;
        display: table;
        top: -15.5px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        line-height: 1;
        font-feature-settings: "palt";
        max-width: 100%;
        width: auto;
        z-index: 100;
        padding: 6.5px 46px;
        text-align: center;
        margin: 0 auto 10px;
        background-color: #004080;
        border-radius: 5px;
    }
    .course-area h3{
        font-size: 18px;
    }
    .course-head-txt {
        font-weight: 400;
        font-feature-settings: "palt";
        font-size: 15px;
        line-height: 2;
        text-align: center;
        margin-bottom: 40px;
    }
    .course-head-txt.pc {
        display: none;
    }
    .course-head-txt.sp {
        display: block;
    }
    .course-lists {
        padding: 0 8px;
    }
    .course-lists .flex-box {
        display: block;
        justify-content: center;
    }
    .course-list h4 {
        background-color: #004080;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
        font-size: 13px;
        padding: 10px 0;
        line-height: 1;
        text-align: center;
        font-weight: 600;
        border-radius: 8px 8px 0 0;
    }
    .point {
        max-width: 36px;
        width: 100%;
    }
    .course-lists .course-top-box .flex-box {
        display: flex;
    }
    .course-top-box {
        padding: 20px 0 16px;
    }
    .course-list {
        max-width: 100%;
        width: 100%;
    }
    .course-list + .course-list {
        margin-left: 0;
        margin-top: 10px;
    }
    .course-list h5 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1;
        display: table;
        margin: 0 auto 20px;
        padding: 0;
        letter-spacing: 0.05em;
        font-weight: 600;
        color: #000;
        text-align: center;
        padding-bottom: 1px;
        background: linear-gradient(transparent 85%, rgba(0, 160, 255, 0.25) 85%);
    }
    .course-bottom-box p {
        font-size: 12px;
        line-height: 1.5;
        position: relative;
        z-index: 100;
        letter-spacing: 0.05em;
        font-weight: 600;
        color: #004080;
        font-feature-settings: "palt";
        padding: 20px 17.5px;
    }
    .point-txt {
        margin-left: 10px;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }
}

/* =================================
料金について
================================= */
.pricing-area {
    position: relative;
    padding: 122px 0 115px;
}
.pricing-area h3 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    line-height: 1;
}
.pricing-area .en {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color:#00a0ff;
    line-height: 1;
}
.pricing-area .inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.contract-lists {
    max-width: 960px;
    width: 100%;
    margin: 80px auto 20px;
}
.contract-list {
    margin-right: -16px;
    max-width: 330px;
    width: 100%;
}
.contract-list:first-child {
    position: relative;
    z-index: 3;
}
.contract-list:nth-child(2) {
    position: relative;
    margin-left: 9px;
    z-index: 2;
}
.contract-list:last-child {
    margin-left: 9px;
    max-width: 314px;
    width: 100%;
}
.contract-lists .contract-txt-box {
    max-width: 314px;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.contract-lists .contract-txt-box p {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}
.contract-lists .contract-txt-box .txt-top {
    margin-bottom: 10px;
}
.contract-lists .contract-txt-box .txt-bottom {
    display: table;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
    padding: 0 5px;
    background: linear-gradient(transparent 78%, rgba(0,160,255,0.25) 78%);
}
.contract-lists .contract-txt-box .txt-bottom span {
    font-size: 20px;
}
.supplement {
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.5;
}
.pricing-area .grant-box {
    margin-top: 80px;
}
.contract-ttl span {
    display: none;
}
@media screen and (max-width: 1280px) {
    .pricing-area {
        width: 1280px;
    }
}
@media screen and (max-width: 880px) {
    .pricing-area {
        width: 100%;
        position: relative;
        padding: 90px 1.5px 40px;
    }
    .pricing-area h3 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0.05em;
        margin-bottom: 17px;
        line-height: 1;
    }
    .contract-lists {
        max-width: 960px;
        padding: 0 6px;
        width: 100%;
        margin: 60px auto 20px;
    }
    .contract-list {
        margin-right: -16px;
        max-width: 100%;
        width: 100%;
    }
    .contract-lists .flex-box {
        display: block;
    }
    .contract-lists .contract-txt-box {
        max-width: 100%;
        width: 100%;
        padding: 15px 0;
        background-color: #fff;
    }
    .contract-list:nth-child(2) {
        margin-top: 10px;
        position: relative;
        margin-left: 0;
        z-index: 2;
    }
    .contract-list:last-child {
        margin-top: 10px;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }
    .supplement {
        padding: 0 12.5px;
        font-size: 12px;
        line-height: 1.5;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
    }
    .pricing-area .grant-box {
        margin-top: 40px;
    }
    .contract-lists .contract-txt-box p {
        text-align: center;
        font-size: 12px;
        line-height: 1;
        font-weight: 600;
    }
    .contract-lists .contract-txt-box .txt-top {
        margin-bottom: 6px;
    }
    .contract-lists .contract-txt-box .txt-bottom span {
        font-size: 16px;
    }
    .contract-ttl img {
        display: none;
    }
    .contract-ttl span {
        padding: 12px 0;
        display: block;
        line-height: 1;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        background-size: cover;
        background-position: center center;
        background-image: url('../images/top/contract-ttl-bg.png');
        letter-spacing: 0.1em;
    }
}
/* =================================
助成金
================================= */
.grant-area {
    position: relative;
    padding: 120px 0;
}
.squirrel-grant-img {
    height: auto;
    font-size: 0;
    top:-40px;
    max-width: 83px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.grant-box {
    position: relative;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding: 40px 0;
    background-color: #202020;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(28, 28, 28, 1) 15px, rgba(28, 28, 28, 1) 30px );
}
.pricing-area .grant-box{
    background-color: #ffffff;
    background-image: none;
}
.pricing-area .grant-box h3,
.grant-area .grant-box h3 {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    color:#fff;
    margin-bottom: 40px;
}
.pricing-area .grant-box h3{
    color:#ff0060!important;
    margin-bottom: 0!important;
}
.grant-box h3 span {
    font-size: 24px;
}
.grant-box h3 span.sp-sml {
    font-size: 20px;
}
.grant-box .btn-flex {
    justify-content: center;
}
.grant-box .btn-box {
    font-size: 0;
}
.grant-box .btn-box + .btn-box {
    margin-left: 8px;
}
.btn-box h4 {
    position: relative;
    font-size: 14px;
    color:#fff;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.btn-box h4::before {
    left: -34px;
    position: absolute;
    bottom :2px;
    transform: rotate(-23deg);
    background-color: #808080;
    height: 30px;
    width: 1px;
    content:'';
    display: block;
}
.btn-box h4::after {
    right: -34px;
    position: absolute;
    bottom :2px;
    transform: rotate(23deg);
    background-color: #808080;
    height: 30px;
    width: 1px;
    content:'';
    display: block;
}
.btn-box-2 h4::before {
    left: -44px;
}
.btn-box-2 h4::after {
    right: -44px;
}
.btn-box .btn {
    margin-top: 20px;
    position: relative;
}
.btn-box .btn a {
    opacity: 1;
}
.btn-box .btn a img {
    transition: 0.7s;
}
.btn-box .btn a:hover img {
    opacity: 0.5;
}

.btn-box .btn a::after {
    content:'';
    display: block;
    width: 280px;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 5px;
    opacity: 1 !important;
}
.grant-box .btn-box .sp {
    display: none;
}
.fadeUpTrigger .btn img.pc{
    width: 280px;
}
@media screen and (max-width: 1280px) {
    .grant-area {
        width: 1280px;
    }
}
@media screen and (max-width: 880px) {
    .grant-area {
        width: 100%;
        position: relative;
        padding: 40px 1.5px;
    }
    .grant-box {
        position: relative;
        border-radius: 20px;
        margin: 0 auto;
        max-width: 800px;
        width: 100%;
        padding: 33px 4px 30px;
        background-color: #202020;
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(28, 28, 28, 1) 15px, rgba(28, 28, 28, 1) 30px);
    }
    .pricing-area .grant-box h3, .grant-area .grant-box h3 {
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.05em;
        margin-bottom: 30px;
        font-feature-settings: "palt";
    }
    .grant-box h3 span {
        font-size: 20px;
    }
    .grant-box .btn-box + .btn-box {
        margin-left: 4px;
    }
    .grant-box .btn-box .pc {
        display: none;
    }
    .grant-box .btn-box .sp {
        display:block;
    }
    .fadeUpTrigger .btn img.sp {
    width: 180px;
    }
    .grant-box h3 span.sp-sml {
        font-size: 16px;
    }
    .btn-box .btn {
        margin-top: 16px;
    }
    .btn-box .btn a::after {
        max-width: 360px;
        width: 100%;
        border-radius: 10px;
    }
    .btn-box h4 {
        position: relative;
        font-size: 10.5px;
        color: #fff;
        line-height: 1.5;
        font-weight: 600;
        text-align: center;
        display: table;
        letter-spacing: 0.05em;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-box h4::before {
        left: -18px;
        position: absolute;
        bottom: 2px;
        transform: rotate(-23deg);
        background-color: #808080;
        height: 23px;
        width: 1px;
        content: '';
        display: block;
    }
    .btn-box h4::after {
        right: -18px;
        position: absolute;
        bottom: 2px;
        transform: rotate(23deg);
        background-color: #808080;
        height: 23px;
        width: 1px;
        content: '';
        display: block;
    }
    .squirrel-grant-img {
        height: auto;
        font-size: 0;
        top: -30px;
        max-width: 62px;
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .btn-box-2 h4::before {
        left: -30px;
    }
    .btn-box-2 h4::after {
        right: -30px;
    }
}

/* =================================
他社サービスとの違い
================================= */
.service-area {
    padding: 20px 0;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-color: #fff;
    background-image: url('../images/top/service-bg.png');
}
.service-area h3 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    line-height: 1;
}
.service-area .en {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color:#00a0ff;
    line-height: 1;
}
.service-white {
    padding: 80px 0;
    background-color: #fff;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.service-table-box {
    margin-top: 60px;
}
.service-table {
    position: relative;
    max-width: 1176px;
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 8px 2px;
}
.w-1160 {
    width: 1160px;
    margin: 0 auto;
    height: 501px;
}
.service-table::after {
    position: absolute;
    top:250px;
    left: 208px;
    content:'';
    display: block;
    width: 288px;
    opacity: 0.5;
    height: 288px;
    background-image: url('../images/top/double-circle.svg');
}
.service-table thead th {
    background-color: #fff;
}
.service-table th, .service-table td {
    padding: 15px 0;
    font-size: 20px;
    font-feature-settings: "palt";
    font-weight: 600;
    background-color: #f8f8f8;
    text-align: center;
}
.service-table td span.up { 
    position: relative;
    z-index: 100;
}
.service-table th,
.service-table td {
    vertical-align: middle;
}
.service-table .first {
    width: 176px;
    font-size: 18px;
}
.service-table .second {
    width: 320px;
}
.service-table .third {
    width: 320px;
}
.service-table .w-95 span{
    display: block;
    letter-spacing: -0.05em;
    transform: scale(0.95, 1);
    font-size: 20px;
    font-feature-settings: "palt";
}
.service-table .four {
    width: 320px;
}
.service-table td.second {
    background-color: #eff7ff;
}
.service-table .sml {
    font-size: 14px;
    line-height: 1.5;
}
.service-table .sml.block {
    display: block;
}
.service-table .logo span {
    display: block;
    max-width: 218px;
    width: 100%;
    margin: 0 auto;
}
.service-table .a-logo span {
    display: block;
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
}
.service-table .b-logo span {
    display: block;
    max-width: 44px;
    width: 100%;
    margin: 0 auto;
}
.service-table .red {
    color:#ff0060
}

@media screen and (max-width: 1280px) {
    .service-area {
        width: 1280px;
    }
}
@media screen and (max-width: 880px) {
    .service-area {
        padding: 10px 7.5px;
        background-size: cover;
        width: 100%;
        background-color: #fff;
        background-position: center right;
        background-image: url('../images/top/service-bg-sp.png');
    }
    .service-table::after {
        content:none;
    }
    .service-white {
        padding: 60px 0;
        background-color: #fff;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
    .service-area h3 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0.05em;
        margin-bottom: 18px;
        line-height: 1;
    }
    .service-white .inner {
        margin: 50px -4px 0;
    }
    .service-table .logo span {
        display: block;
        max-width: 109px;
        width: 100%;
        margin: 0 auto;
    }
    .service-table {
        width: 100%;
        border-spacing: 4px 1px;
        table-layout: fixed;
    }
    .service-table .first {
        width: 23.8%;
        font-size: 10.5px;
    }
    .service-table .second {
        width: 26%;
    }
    .service-table .third {
        width: 26%;
    }
    .service-table .four {
        width: 26%;
    }
    .service-table th, .service-table td {
        padding: 10px 0;
        font-size: 10.5px;
        font-feature-settings: "palt";
        font-weight: 600;
        background-color: #f8f8f8;
        text-align: center;
        vertical-align:middle;
        line-height: 13px;
    }
    .service-table .pd-3 th, .service-table .pd-3 td {
        padding: 3px 0;
    }
    .service-table .sml {
        font-size: 9px;
        line-height: 11px;
        display: block;
    }
    .service-table .w-95 span{
        display: block;
        letter-spacing: -0.05em;
        transform: scale(1, 1);
    }
    .service-table .w-95 span{
        display: block;
        letter-spacing: -0.05em;
        transform: scale(0.95, 1);
        font-size: 10.5px;
        font-feature-settings: "palt";
    }
    .service-table .a-logo span {
        max-width: 100%;
        max-height: 22px;
        width: 100%;
        height: 100%;
    }
    .service-table .b-logo span {
        max-width: 100%;
        max-height: 22px;
        width: 100%;
        height: 100%;
    }
    .service-table .a-logo span img,
    .service-table .b-logo span img {
        height: 11px;
        width: auto;
    }
    .service-table .second.logo span img {
        width:120%;
        margin: 0 -10%;
    }
    .service-table .double-circle {
        position: relative;
    }
    .service-table .double-circle::after {
        position: absolute;
        top:13px;
        left: 50%;
        transform: translateX(-50%);
        content:'';
        display: block;
        width: 72px;
        opacity: 0.5;
        height: 72px;
        background-size: contain;
        background-image: url('../images/top/double-circle.svg');
    }
    .service-table .circle {
        position: relative;
    }
    .service-table .circle::after {
        position: absolute;
        top:13px;
        left: 50%;
        transform: translateX(-50%);
        content:'';
        display: block;
        width: 72px;
        opacity: 0.5;
        height: 72px;
        background-size: contain;
        background-image: url('../images/top/bule-circle-sp.svg');
    } 
    .service-table .triangle {
        position: relative;
    }
    .service-table .triangle::after {
        position: absolute;
        top:13px;
        left: 50%;
        transform: translateX(-50%);
        content:'';
        display: block;
        width: 72px;
        opacity: 0.5;
        height: 72px;
        background-size: contain;
        background-image: url('../images/top/blue-triangle-sp.svg');
    } 
}