@charset "utf-8";

/*=============================
  基本設定
=============================*/
body {
    color: #4b4b4b !important;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif !important;
    background: #fff !important;
    width: 100% !important;
}

.keisai_co_btn a,
#masthead .navbar,
.page-template-page-published .page-header,
.page-template-page-no-box .page-header,
.wp_social_bookmarking_light {
    display: none;
}

.box {
    padding: 0px !important;
    box-shadow: none !important;
}

.container {
    padding: 0;
}

.row {
    margin: 0;
}


div#content {
    background: #fff !important;
}

.entry-content {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}


@media (min-width: 768px) {
    .pc-hidden {
        display: none;
    }

    .container {
        width: 100%;
    }
}

@media (min-width: 700px) {
    .hidden-700 {
        display: none;
    }
}

@media (min-width: 650px) {
    .hidden-650 {
        display: none;
    }
}



.resumeLp_header {
    height: 70px;
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    padding: 0 10px;
    box-shadow: 0px 7px 13px -5px rgb(118 168 182 / 22%);
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    height: 70px;
}

.header_logo {
    width: 150px;
}

.header_menu {
    width: 300px;
}

.resumeLP-button a {
    padding: 10px 0 7px 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    transition: all ease .3s;
    background-image: linear-gradient(90deg, #ff9813 0%, #f5c413 100%);
    line-height: 1.5;
    letter-spacing: 3px;
}

.resumeLP-button a:hover {
    text-decoration: none;
    filter: brightness(115%);
}

.resumeLP_wrap {
    overflow-x: hidden;
}

.mainvisual_wrap {
    display: flex;
    max-width: 1000px;
    margin: 70px auto 0;
    padding-bottom: 50px;
}

.mainvisual_left {
    width: 60%;
}

.mainvisual_right {
    width: 40%;
    max-width: 300px;
    margin: auto;
}

.mainvisual_title {
    margin-bottom: 10px;
}

.mainvisual {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e6f7f9 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e6f7f9 calc(100% - 1px));
    background-size: 34px 36px;
    background-repeat: repeat;
    background-position: center center;
    padding: 20px;
}

.mainvisual .resumeLP-button {
    box-shadow: 0px 6px 16px 5px rgb(134 202 213 / 40%);
}

.container_points {
    background: #7dcbeb;
    padding: 0 10px;
}

.container_points-inner {
    background: #fff;
    max-width: 1000px;
    margin: 60px auto;
    border-radius: 15px;
    padding: 40px 50px;
}

.point_wrap {
    display: flex;
    margin: 30px 0;
    justify-content: space-between;
    align-items: center;
}

.point_wrap-reverse {
    flex-direction: row-reverse;
}

.point_content {
    width: 67%;
}

.point_content-img {
    width: 30%;
}

.point_content p {
    letter-spacing: 1px;
    font-size: 15px;
}

.point_subtitle {
    display: flex;
    align-items: baseline;
}

.point_subtitle img {
    max-width: 200px;
}

.point_subtitle h3 {
    margin-left: 10px;
    letter-spacing: 1px;
    color: #008cf0;
}

.resumeLP_title {
    text-align: center;
    line-height: 1.7;
    letter-spacing: 2px;
    margin: 0;
}

.resumeLP_title span {
    box-shadow: inset 0 calc(-0.4em + 8px) 0 #fff, inset 0 -0.6em 0 #ffdc50;
}

.resumeLP_title-text {
    text-align: center;
    margin: 12px 0;
    font-size: 15px;
}

.container_bottom {
    background: #1696e8;
    padding: 0 10px;
}

.bottom_wrap {
    display: flex;
    max-width: 1000px;
    margin: 80px auto;
    justify-content: space-around;
    align-items: center;
}

.bottom_left {
    width: 50%;
}

.bottom_right {
    width: 50%;
}

.bottom_title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 4px;
}

.bottom_title span {
    color: #ffdc50;
    font-size: 42px;
}

.bottom_title-text {
    color: #fff;
    margin: 20px 0 26px;
}


.bottom_wrap-SP {
    display: none;
}


.footer_nav {
    background: rgb(0 0 0 / 30%);
    text-align: center;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.footer_nav .resumeLP-button a {
    max-width: 700px;
}

footer#colophon {
    padding-bottom: 80px;
}

#page-top {
    bottom: 90px;
}

.mainvisual_wrap-SP,
.points_wrap-SP {
    display: none;
}


@media (max-width: 980px) {
    .header_menu {
        display: none;
    }

    .mainvisual_wrap-PC,
    .points_wrap-PC,
    .bottom_wrap-PC {
        display: none;
    }

    .mainvisual_wrap-SP,
    .points_wrap-SP,
    .bottom_wrap-SP {
        display: block;
    }

    .mainvisual_wrap-SP {
        max-width: 500px;
        margin: 50px auto;
    }

    .mainvisual .resumeLP-button {
        margin-top: 20px;
    }

    .resumeLP_title {
        font-size: 24px;
    }

    .resumeLP_title-text {
        margin: 12px 0 40px;
    }

    .resumeLP-button a {
        font-size: 18px;
        max-width: 500px;
        padding: 16px 0 12px 0;
    }

    .container_points-inner {
        max-width: 500px;
        padding: 40px 20px 20px;
    }

    .point_content-sp {
        margin-bottom: 40px;
    }

    .point_content-sp h3 {
        text-align: left;
        letter-spacing: 1px;
        color: #008cf0;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .point_content-sp p {
        line-height: 1.7;
    }

    .point_subtitle-sp {
        max-width: 200px;
    }

    .point_content-img {
        max-width: 300px;
        width: 100%;
        margin: 10px auto;
    }

    .bottom_title {
        font-size: 26px;
        max-width: 370px;
        margin: 20px auto 0;
    }

    .bottom_title span {
        font-size: 38px;
    }

    .bottom_wrap-SP {
        max-width: 500px;
        margin: 0 auto;
    }

    .bottom_title-text {
        margin: 10px 0;
        text-align: center;
    }

    .bottom_wrap-SP .resumeLP-button {
        margin: 0 10px 30px;
    }

    .footer_nav .resumeLP-button {
        margin: 0 20px;
    }
}

@media (max-width:460px) {
    .resumeLP_title {
        font-size: 22px;
    }

    .resumeLP_title span {
        box-shadow: inset 0 calc(-0.4em + 8px) 0 #fff, inset 0 -0.4em 0 #ffdc50;
    }
}