@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');

/* Header */


/* -------------------------------------------------- */

header.top-header {
    background-color: transparent;
    box-shadow: none;
}


/* main */


/* -------------------------------------------------- */

.modal__content {
    background: #ffe5db;
}

.modal__content .cat_form {
    padding: 0 0 20px;
}

.modal__content .cat_form .cat .eye_white .eye_ball::after {
    position: absolute;
    left: 0;
    top: -25%;
}

.modal__content .cat_form .input_wrap p {
    background-color: #f5f5f5;
    padding: 1.2rem 1.8rem 0.8em 1rem;
    margin-left: 5%;
}

main.top {
    background-color: #fff;
}

.top section {
    padding: 60px 0 80px;
}

.top .lp_inner {
    padding: 120px 20px 0;
    margin-top: -120px;
}

.top .cooperation .lp_inner {
    padding-top: 160px;
    margin-top: -160px;
}

.top h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 60px;
    line-height: 1.6;
}


/* MV */


/* -------------------------------------------------- */

.top .mv {
    background: linear-gradient(143deg, #fffaeb, #ffdfd6);
    position: relative;
    padding: 112px 0 40px;
}

.top .mv::after {
    content: "";
    display: block;
    width: 100%;
    height: 71px;
    background-image: url(../img/lp/bg_lp_mv_bottom_pc.png);
    position: relative;
    bottom: -47px;
    z-index: 3;
}

.top .mv .text01 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 40px;
}

.top .mv .h_txt {
    font-size: 50px;
}

.top .mv .image {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.top .mv .image .pc_img {
    position: relative;
    z-index: 1;
}

.top .mv .btn {
    max-width: 384px;
    width: 100%;
    font-size: 26px;
    padding: 24.5px 28px;
    margin: 0 auto;
    border: none;
    background: inherit;
    border-radius: 35px;
    text-align: end;
    box-shadow: 5px 5px 8px 0px rgba(63, 63, 63, 0.1);
    letter-spacing: 1.2px;
}

.top .mv .h_regist_btn_wrap {
    margin-bottom: 60px;
}

.top .mv .h_regist_btn span {
    display: inline-flex;
    margin-left: 25px;
    margin-right: 5px;
    width: 22px;
}

.top .mv .mv_naoshite_logo {
    display: inline-block;
    width: 349px;
}

.top .mv .h_txt-sa {
    display: inline-block;
    vertical-align: text-bottom;
    width: 97px;
}


/* IEのみ適応 */

@media all and (-ms-high-contrast: none) {
    .top .mv .h_txt-sa {
        vertical-align: super;
    }
}


/* 猫orm */

.top .mv .cat_form {
    position: relative;
    margin: 0 auto;
    max-width: 560px;
    padding: inherit;
}

.top .mv .cat_form form {
    padding: 40px 30px;
}

.top .mv .cat_form .cat {
    position: relative;
    margin: 0 auto;
    width: 190px;
    transition: 0.3s;
}

.top .mv .cat_form .up {
    transform: translateY(55px);
}

.top .mv .cat_form .eye_white {
    position: absolute;
    width: 30px;
    height: 26px;
    border-radius: 60% 60% 50% 70%;
    background: #fff;
    z-index: 2;
    left: 30px;
    top: 84px;
    overflow: hidden;
}

.top .mv .cat_form .eye_white.rgt {
    right: 56px;
    top: 88px;
    left: auto;
    width: 32px;
    height: 25px;
    border-radius: 90% 100% 83% 70%;
}

.top .mv .cat_form .eye_ball {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 32px;
    min-height: 25px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.top .mv .eye_ball:after {
    content: "";
    background: #000;
    position: absolute;
    border-radius: 100%;
    left: -2.5%;
    top: -25%;
    width: 18px;
    height: 20px;
    z-index: 3;
}

.top .mv .cat_form .tail {
    position: absolute;
    right: 39px;
    top: 50px;
    max-width: 71px;
    transition: 0.4s;
    z-index: 1;
}

.top .mv .cat_form .form_content {
    margin: 0 auto;
    max-width: 410px;
}

.top .mv .cat_form .form_content.reminder {
    max-width: inherit;
}

.top .mv .cat_form .form_content .service {
    margin-bottom: 30px;
}

.top .mv .cat_form .form_content .service .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}

.top .mv .cat_form form {
    width: 560px;
    position: relative;
    z-index: 4;
}

.top .mv .cat_form form .hand {
    position: absolute;
    top: -17px;
    left: 135px;
    width: 51px;
    height: 26px;
    background: url(../img/lp/mv_cat03.png) no-repeat center / 51px auto;
}

.top .mv .cat_form form .hand.rgt {
    left: auto;
    right: 140px;
    transform: scaleX(-1);
}

.top .mv .cat_form .form_content .input_wrap {
    width: 90%;
}

.top .mv .cat_form .form_content img {
    margin-top: 10px;
}

.top .mv .cat_form .link,
.top .mv .cat_form .id {
    margin-bottom: 25px;
}

.top .cat_form .link img {
    max-width: 21px;
}

.top .cat_form .id img {
    max-width: 20px;
}

.top .mv .cat_form .pw img {
    max-width: 13px;
    margin-left: 4px;
}

.top .mv .cat_form .small_text {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 85px;
}

.top .mv .cat_form .send_text p {
    line-height: 2;
    margin-bottom: 30px;
}

.top .mv .cat_form .inner .hand {
    position: absolute;
    top: 116px;
    left: 115px;
    width: 56px;
    height: 36px;
    background: url(../img/lp/mv_cat03.png) no-repeat center / 56px auto;
    background-size: contain;
    transform: rotate(359deg);
    z-index: 3;
}

.top .mv .cat_form .inner .hand.rgt {
    top: 114px;
    left: auto;
    right: 123px;
    transform: rotate(6deg);
}

@media screen and (max-width: 1366px) {
    .top .mv .text01 {
        font-size: calc(40 * (100vw / 1366));
    }
    .top .mv .h_txt {
        font-size: calc(50 * (100vw / 1366));
    }
    .top .dropdwn_menu {
        top: 34px;
    }
}

@media screen and (max-width: 1069px) {
    .top .mv {
        padding: 60px 0 40px;
    }
}


/* section1 */


/* -------------------------------------------------- */

.top .worries {
    background-color: #efefef;
}

.top .worries .lp_inner h2 {
    margin: 0 auto 65px;
}

.top .worries h2 span {
    color: #007fbf;
    position: relative;
    font-size: 36px;
}

.top .worries h2 span::before {
    content: "・・";
    position: absolute;
    top: -40px;
    left: 0px;
}

.top .worries .content {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.top .content_group {
    line-height: 0;
    text-align: center;
    width: 47.874%;
    position: relative;
}

.top .content_group:nth-of-type(1),
.top .content_group:nth-of-type(2) {
    margin-bottom: 70px;
}

.top .worries .content .content_item {
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    min-height: 130px;
}


/* IEのみ適用 */

@media all and (-ms-high-contrast: none) {
    .top .worries .content .content_item {
        padding-top: 7%;
    }
}

.top .worries .content_item p span {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(transparent 75%, #ffd4b0 0%);
    padding: 1px;
}

.top .worries .content_item p {
    font-size: 14px;
    line-height: 1.8;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    flex: 1;
}

.top .worries .circle {
    display: inline-block;
    max-width: 104px;
    width: 100%;
    height: 52px;
    border-radius: 50px 50px 0 0;
    background: #fff;
    position: absolute;
    top: -35px;
    left: 38%;
}

.top .worries .txt_case {
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 34px;
    width: 36px;
}

.top .worries .point_cat_ill {
    width: 30%;
    margin-left: 10px;
}

.top .worries .point_cat_ill.cat_ill-01 {
    width: 28%;
}

.top .worries .cat_ill-01 img {
    width: 66px;
}

.top .worries .cat_ill-02 img {
    width: 81px;
}

.top .worries .cat_ill-03 img {
    width: 64px;
}

.top .worries .cat_ill-04 img {
    width: 64px;
}


/* section02 */


/* -------------------------------------------------- */

.top .section02 h2 {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.top .section02 h2 span {
    font-size: 36px;
}

.top .section02 h2::before,
.top .section02 h2::after {
    content: "";
    width: 52px;
    height: 60px;
    background-image: url(../img/lp_h2_icon.svg);
    background-size: cover;
    position: absolute;
    left: -70px;
    bottom: 15px;
}

.top .section02 h2::after {
    right: -60px;
    left: auto;
    transform: scale(-1, 1);
}

.top .section02 .content {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.top .section02 .img_box {
    width: 55.417%;
}

.top .section02 .text_box {
    width: 39.167%;
}

.top .section02 .text_box .point_img {
    max-width: 156px;
    width: 100%;
    margin-bottom: 10px;
}

.top .section02 .text_box .title {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: bold;
}

.top .section02 .text_box .text {
    line-height: 1.6;
    margin-bottom: 30px;
}

.top .section02 .content-item {
    margin-bottom: 80px;
    align-items: center;
}

.top .section02 .content-item:last-of-type {
    margin-bottom: 0;
}

.top .section02 .btn_wrap {
    margin: 60px auto 40px;
}

.top .section02 .btn_wrap .btn.regist {
    display: inline-block;
    font-size: 20px;
    padding: 18px 45px;
    border-radius: 50px;
    border: 0;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
}

.top .section02 .attention {
    font-size: 14px;
    color: #da1d11;
    line-height: 1.6;
}

@media screen and (max-width: 1366px) {
    .top .section02 .img_box {
        width: 54%;
    }
    .top .section02 .text_box .title {
        font-size: calc(26 * (100vw / 1366));
        line-height: 1.5;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .top .section02 .text_box .text {
        font-size: calc(16 * (100vw / 1366));
    }
    .top .section02 .text_box .point_img img {
        width: 72%;
    }
}


/* section3 */


/* -------------------------------------------------- */

.top .cooperation {
    background-color: #f5f5f5;
}

.top .cooperation .tool {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.top .cooperation .balloon {
    position: absolute;
    top: -30%;
    right: 33%;
    width: 122px;
}

.top .cooperation .tool .easy_redmine,
.top .cooperation .tool .GitHub,
.top .cooperation .tool .redmine,
.top .cooperation .tool .backlog,
.top .cooperation .tool .jira {
    width: 48.9%;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.top .cooperation .tool .easy_redmine,
.top .cooperation .tool .redmine,
.top .cooperation .tool .backlog,
.top .cooperation .tool .jira {
    margin-bottom: 30px;
}

.top .cooperation .tool p {
    line-height: 1.5;
}

.top .cooperation .tool .easy_redmine img {
    max-width: 257px;
    width: 83%;
    margin: 0 auto;
}

.top .cooperation .tool .redmine img {
    max-width: 240px;
    width: 78%;
    margin: 0 auto;
}

.top .cooperation .tool .backlog img {
    max-width: 180px;
    width: 59%;
    margin: 0 auto;
}

.top .cooperation .tool .jira img {
    max-width: 292px;
    width: 94%;
    margin: 0 auto;
}

.top .cooperation .tool .GitHub {
    margin: 0 auto;
}

.top .cooperation .tool .GitHub img {
    max-width: 140px;
    width: 46%;
    margin: 0 auto;
}

@media screen and (max-width: 1366px) {
    .top .cooperation .balloon {
        top: -28%;
        right: 30%;
    }
}


/* section4 */


/* -------------------------------------------------- */

.top .browser .img_wrap {
    /* max-width: 1200px; */
    max-width: 920px;
    margin: 0 auto 68px;
    box-sizing: border-box;
    justify-content: space-between;
}

.top .browser .browserLogo {
    /* width: 23.584%; */
    width: 30.762%;
}

.top .browser .browserLogo_App_Store {
    width: 24.584%;
}

.top .browser p {
    line-height: 1.5;
    margin-bottom: 40px;
}

.top .browser .browserLogo p {
    font-size: 13px;
    margin: 10px 0 0;
}


/* section5 */


/* -------------------------------------------------- */

.case-studies {
    background-color: #FFFBF0;
}

.case-studies ul {
    max-width: 1200px;
    margin: 0 auto;
}

.case-studies ul li {
    max-width: 280px;
    width: 23.4%;
    margin-right: 2%;
}

.case-studies ul li a {
    display: block;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 0px rgb(58 44 19 / 12%);
    background-color: #fff;
    overflow: hidden;
}

.case-studies ul li:last-of-type {
    margin-right: 0;
}

.case-studies ul li a:hover {
    opacity: 1;
}

.case-studies ul li a img {
    transition: 0.3s;
}

.case-studies ul li a:hover img {
    transform: scale(1.06);
}

.case-studies .text_box {
    padding: 15px 20px 20px;
    font-weight: bold;
}

.case-studies .text_box .company_name {
    line-height: 1.6;
}

.case-studies .text_box .title {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
}


/* section6 */


/* -------------------------------------------------- */

.news {
    background-color: #f5f5f5;
}

.news ul {
    max-width: 1000px;
    margin: 0 auto;
}

.news ul li a {
    display: block;
    padding: 15px 30px 15px 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 0px rgb(51 51 51 / 12%);
    position: relative;
    margin-bottom: 20px;
}

.news ul li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFA254;
    border-right: 2px solid #FFA254;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s;
}

.news ul li a:hover {
    box-shadow: 5px 5px 8px 0px rgb(51 51 51 / 12%);
    opacity: 1;
    
}

.news ul li a:hover::after {
    right: 15px;
}

.news ul li.disabled {
    opacity: 1;
}

.news ul li.disabled a {
    cursor: default;
}

.news ul li.disabled a::after {
    content: none;
}

.news ul li a .title {
    line-height: 1.6;
    width: 87%;
}

.news ul li a p.day {
    line-height: 1.6;
    margin-right: 3%;
    width: 10%;
}


/* section7 */


/* -------------------------------------------------- */

.top .bg_orange {
    background: linear-gradient(60deg, #fffaeb, #ffdfd6);
    padding: 55px 0 3px;
}

.top .bg_orange h2 {
    font-size: 2.6rem;
    text-align: center;
    margin: 0 auto 25px;
    max-width: 750px;
}

.top .bg_orange h2 p {
    font-size: 16px;
    text-align: right;
    font-weight: normal;
}

.top .bg_orange h2 .marker {
    background: linear-gradient(transparent 70%, #FFEC9C 0%);
    font-size: 4rem;
}

.top .bg_orange h2 .small_orange {
    color: #FFA254;
    font-weight: 900;
    text-shadow: 2.5px 2.5px #fff;
}

.top .bg_orange h2 .big_orange {
    font-family: 'Lato', sans-serif;
    font-size: 6rem;
    font-weight: bold;
    text-shadow: 3px 3px #FFF;
    color: #FFA254;
    margin-left: 8px;
    line-height: 1;
}

.top .bg_orange h2 .big_orange .speace {
    letter-spacing: 4px;
}

.top .bg_orange .content {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto;
}

.top .bg_orange .btn_box {
    margin: 0 auto;
    align-items: flex-end;
}

.top .bg_orange .cat_hand {
    display: inline-block;
    width: 12px;
    margin-left: -2px;
}

.top .bg_orange .btn_box .regist {
    max-width: 340px;
    width: 100%;
    margin-right: 40px;
}

.top .bg_orange .btn_box .regist .contact_text {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.top .bg_orange .btn_box .regist .contact_text::before,
.top .bg_orange .btn_box .regist .contact_text::after {
    content: "";
    width: 15px;
    height: 22px;
    background-image: url(../img/lp/cta_orange_icon.svg);
    background-size: cover;
    position: absolute;
    left: -8px;
    bottom: -2px;
}

.top .bg_orange .btn_box .regist .contact_text::after {
    transform: scale(-1, 1);
    right: -8px;
    left: auto;
}

.top .bg_orange .txt-sa {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: 0;
    margin: 0 -2px 2px 0px;
    vertical-align: text-bottom;
    width: 42px;
}


/* IEのみ適応 */

@media all and (-ms-high-contrast: none) {
    .top .bg_orange .txt-sa {
        vertical-align: super;
    }
}


/* FireFoxのみ適応 */

@-moz-document url-prefix() {
    .top .bg_orange .txt-sa {
        margin: 0 4px 2px -3px;
    }
    .top .bg_orange .cat_hand {
        margin-left: 0;
    }
}


/* Safariのみ適応 */

_::-webkit-full-page-media,
_:future,
 :root .top .bg_orange .txt-sa {
    margin: 0 4px 2px -3px;
}

_::-webkit-full-page-media,
_:future,
 :root .top .bg_orange .cat_hand {
    margin-left: 0;
}

.top .bg_orange .btn_box .btn {
    padding: 25.5px 1%;
    max-width: 340px;
    width: 100%;
    border-radius: 40px;
    font-size: 24px;
    box-shadow: 5px 5px 8px 0px rgba(63, 63, 63, 0.08);
}

.top .bg_orange .btn_box .regist .btn {
    color: #fff;
}

.top .bg_orange .btn.big {
    border: none;
    color: #FFA254;
}

.top .bg_orange .btn.big:hover {
    background-color: #ffbc56;
    color: #fff;
}


/* 猫orm */

.top .bg_orange .cat_form {
    position: relative;
    max-width: 400px;
    padding: 0;
    margin-right: 2%;
}

.top .bg_orange .cat_form form {
    padding: 40px 30px;
}

.top .bg_orange .cat_form .cat {
    position: relative;
    margin: 0 auto -3px;
    width: 127px;
    transition: 0.3s;
}

.top .bg_orange .cat_form .up {
    transform: translateY(55px);
}

.top .bg_orange .cat_form .eye_white {
    position: absolute;
    width: 24px;
    height: 20px;
    border-radius: 60% 60% 50% 70%;
    background: #fff;
    z-index: 2;
    left: 17px;
    top: 52px;
    overflow: hidden;
}

.top .bg_orange .cat_form .eye_white.rgt {
    right: 34px;
    top: 56px;
    left: auto;
    width: 25px;
    height: 20px;
    border-radius: 90% 100% 83% 70%;
}

.top .bg_orange .cat_form .eye_ball {
    position: absolute;
    left: 1px;
    top: 1px;
    min-width: 25px;
    min-height: 20px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.top .bg_orange .eye_ball:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: -15%;
    border-radius: 100%;
    width: 11px;
    height: 12px;
    z-index: 3;
}

.top .bg_orange .cat_form .tail {
    position: absolute;
    right: 43px;
    top: 36px;
    max-width: 48.5px;
    transition: 0.4s;
}

.top .bg_orange .cat_form .form_content {
    margin: 0 auto;
    max-width: 410px;
}

.top .bg_orange .cat_form .form_content.reminder {
    max-width: inherit;
}

.top .bg_orange .cat_form .form_content .service {
    margin-bottom: 30px;
}

.top .bg_orange .cat_form .form_content .service .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}

.top .bg_orange .cat_form form {
    width: 560px;
    position: relative;
    z-index: 4;
}

.top .bg_orange .cat_form form .hand {
    position: absolute;
    top: -17px;
    left: 135px;
    width: 51px;
    height: 26px;
    background: url(../img/lp/mv_cat04.png) no-repeat center / 51px auto;
}

.top .bg_orange .cat_form form .hand.rgt {
    left: auto;
    right: 140px;
    transform: scaleX(-1);
}

.top .bg_orange .cat_form .form_content .input_wrap {
    width: 90%;
}

.top .bg_orange .cat_form .form_content img {
    margin-top: 10px;
}

.top .bg_orange .cat_form .link,
.top .bg_orange .cat_form .id {
    margin-bottom: 25px;
}

.top .bg_orange .cat_form .link img {
    max-width: 21px;
}

.top .bg_orange .cat_form .id img {
    max-width: 20px;
}

.top .bg_orange .cat_form .pw img {
    max-width: 13px;
    margin-left: 4px;
}

.top .bg_orange .cat_form .small_text {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 85px;
}

.top .bg_orange .cat_form .send_text p {
    line-height: 2;
    margin-bottom: 30px;
}

.top .bg_orange .cat_form .inner .hand {
    position: absolute;
    top: 63px;
    left: 95px;
    width: 37.5px;
    height: 36px;
    z-index: 100;
    background: url(../img/lp/footer_cat03.png) no-repeat center / 37.5px auto;
    transform: rotate(353deg);
}

.top .bg_orange .cat_form .inner .hand.rgt {
    top: 63px;
    left: auto;
    right: 100px;
    z-index: 100;
    transform: rotate(2deg);
}

@media screen and (max-width: 1300px) {
    .top .bg_orange h2 {
        text-align: center;
    }
    .top .bg_orange .btn_box {
        flex: inherit;
        justify-content: center;
        width: 100%;
    }
    .top .bg_orange .content {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 800px) {
    .top .bg_orange h2 .marker {
        font-size: 3.6rem;
    }
}


/*-- SP & tablet headerスタイル --------------------------------------------------------------------------*/

@media screen and (max-width: 850px) {
    /* MV */
    /* -------------------------------------------------- */
    .top .mv {
        padding: 60px 0 13px;
    }
    .top .mv::after {
        background-size: contain;
        background-repeat: no-repeat;
        bottom: -49px;
    }
    .top .mv .mv_naoshite_logo {
        width: 200px;
    }
    .top .mv .btn {
        font-size: 26px;
        font-size: calc(26 * (100vw / 850));
    }
    .top .dropdwn_menu {
        top: 33px;
    }
    /* worries */
    /* -------------------------------------------------- */
    .top .worries .point_cat_ill {
        margin: 0 auto 20px;
    }
    .top .content_group {
        width: 48.5%;
    }
    .top .worries .circle {
        left: 35%;
    }
    .top .worries .content .content_item {
        flex-direction: column;
        min-height: 210px;
        padding-top: 50px;
    }
    .top .worries .content_item p {
        margin-left: initial;
    }
    /* section02 */
    /* -------------------------------------------------- */
    .top .section02 h2 {
        font-size: 24px;
    }
    .top .section02 h2 span {
        font-size: 32px;
    }
    .top .section02 h2::before,
    .top .section02 h2::after {
        bottom: 10px;
    }
    .top .section02 h2::after {
        right: -50px;
    }
    .top .section02 h2::before {
        left: -60px;
    }
    .top .section02 .content-item {
        margin-bottom: 60px;
        align-items: flex-start;
    }
    .top .section02 .text_box .title {
        font-size: 18px;
    }
    .top .section02 .text_box .text {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .top .section02 .text_box .point_img img {
        width: 67%;
    }
    .top .section02 .text_box {
        width: 43%;
    }
    .top .section02 .img_box {
        width: 57%;
        padding-right: 30px;
    }
    .top .section02 .point02-area-img {
        padding-left: 30px;
        padding-right: 0;
    }
    .top .section02 .btn_wrap .btn.regist {
        padding: 15px 36px;
        font-size: 16px;
    }
    /* section03 */
    /* -------------------------------------------------- */
    .top .cooperation .tool .GitHub,
    .top .cooperation .tool .redmine,
    .top .cooperation .tool .easy_redmine,
    .top .cooperation .tool .backlog,
    .top .cooperation .tool .jira {
        padding: 25px 20px;
        font-size: 1.5rem;
    }
    .top .cooperation .balloon {
        top: -30%;
        right: 25%;
        width: 108px;
    }
    /* section04 */
    /* -------------------------------------------------- */
    .top .browser {
        padding: 60px 0 80px;
    }
    /* section07 */
    /* -------------------------------------------------- */
    .top .bg_orange {
        padding: 60px 0 3px;
    }
}


/*-- SP スタイル --------------------------------------------------------------------------*/

@media screen and (max-width: 750px) {
    /* MV */
    /* -------------------------------------------------- */
    .modal__content .cat_form {
        padding: 0;
    }
    .modal__content .cat_form .cat .eye_white .eye_ball {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 21px;
        min-height: 17px;
    }
    .modal__content .cat_form .cat .eye_white .eye_ball::after {
        position: absolute;
        left: -7.5%;
        top: -25%;
    }
    .top {
        padding: 0;
    }
    .top .mv {
        padding: 74px 0 60px;
    }
    .top h2 {
        margin: 0 auto 30px;
        font-size: 20px;
    }
    .top section {
        padding: 40px 0 60px;
    }
    .top .topsection.mv {
        padding: 70px 0;
        text-align: center;
    }
    .top .mv .mv_inner {
        padding: 0 20px;
    }
    .top .mv svg {
        width: 163px;
        height: 27px;
    }
    .top .mv::after {
        height: 50px;
        position: absolute;
        bottom: -24px;
        left: 0;
        background-image: url(../img/lp/bg_lp_mv_bottom_sp.png);
        background-repeat: no-repeat;
    }
    .top .mv .text01 {
        margin: 0 auto 29px;
    }
    .top .mv .text01>p {
        font-size: 22px;
        line-height: 1.8;
    }
    .top .mv .text01 .h_txt {
        font-size: 28px;
    }
    .top .mv .h_regist_btn_wrap {
        width: 260px;
        margin: 0 auto 40px;
    }
    .top .mv .mv_naoshite_logo {
        width: 180px;
    }
    .top .mv .btn {
        font-size: 18px;
        padding: 14.5px 14px;
        padding: 16px 14px;
    }
    .top .mv .h_txt-sa {
        width: 49px;
    }
    .top .mv .h_regist_btn span {
        width: 15px;
        margin-left: 7%;
        margin-right: 4%;
    }
    /* Safariのみ */
    _::-webkit-full-page-media,
    _:future,
     :root .top .mv .h_regist_btn span {
        vertical-align: bottom;
    }
    /* 猫orm */
    .top .mv .cat_form {
        max-width: 352px;
    }
    .top .mv .cat_form .cat {
        width: 96px;
    }
    .top .mv .cat_form .inner .hand {
        top: 61px;
        left: 87px;
        width: 28px;
        height: 14px;
        background: url(../img/lp/mv_cat03.png) no-repeat center / 28px auto;
    }
    .top .mv .cat_form .inner .hand.rgt {
        top: 62px;
        right: 90px;
    }
    .top .mv .cat_form .tail {
        right: 35px;
        top: 21px;
        max-width: 40px;
    }
    .top .mv .cat_form .eye_white.rgt {
        right: 64px;
        top: 42px;
        width: 16px;
        height: 13px;
    }
    .top .mv .cat_form .eye_white {
        width: 16px;
        height: 13px;
        left: 53px;
        top: 44px;
    }
    .top .mv .cat_form .eye_ball {
        min-width: 16px;
        min-height: 13px;
    }
    .top .mv .eye_ball:after {
        left: -5%;
        top: -15%;
        width: 8px;
        height: 10px;
    }
    /* worries */
    /* -------------------------------------------------- */
    .top .worries .content {
        max-width: 335px;
        flex-direction: column;
    }
    .top .worries .content {
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
    }
    .top .content_group:nth-of-type(1),
    .top .content_group:nth-of-type(2),
    .top .content_group:nth-of-type(3) {
        margin-bottom: 65px;
    }
    .top .content_group {
        width: 100%;
    }
    .top .worries .content .content_item {
        padding: 20px;
        min-height: 185px;
    }
    .top .worries .content_item p span {
        font-size: 15px;
    }
    .top .worries .content_item p {
        font-size: 13px;
        text-align: inherit;
    }
    .top .worries .txt_case {
        display: inline-block;
        position: absolute;
        top: 21px;
        left: 34px;
    }
    .top .worries .point_cat_ill {
        display: inline-block;
        margin: 15px auto;
    }
    .top .worries h2 span {
        font-size: 26px;
    }
    .top .worries h2 span::before {
        top: -30px;
    }
    /* section02 */
    /* -------------------------------------------------- */
    .top .section02 .tool {
        padding: 0 20px;
    }
    .top .section02 .tool .redmine {
        max-width: inherit;
        width: 49%;
    }
    .top .section02 .tool .backlog {
        max-width: inherit;
        width: 41%;
    }
    .top .section02 .content-item {
        margin-bottom: 40px;
    }
    .top .section02 .content_inner {
        margin-bottom: 40px;
    }
    .top .section02 h2 {
        padding: 0;
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .top .section02 h2::before {
        left: -20px;
    }
    .top .section02 h2::after {
        right: -15px;
    }
    .top .section02 h2::before,
    .top .section02 h2::after {
        bottom: -4%;
        width: 45px;
        height: 48px;
    }
    .top .section02 h2 span {
        font-size: 26px;
    }
    .top .section02 .img_box,
    .top .section02 .text_box {
        width: 100%;
        padding-right: inherit;
    }
    .top .section02 .text_box .point_img {
        margin: 20px 0 10px;
    }
    .top .section02 .text_box .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .top .section02 .content_inner.odd {
        flex-direction: column-reverse;
    }
    .top .section02 .text_box .text {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .top .section02 .text_box .text:last-of-type {
        margin-bottom: 0;
    }
    .top .section02 .content_inner:last-of-type .text {
        margin-bottom: 0;
    }
    .top .section02 .point02-text_box {
        order: 2;
    }
    .top .section02 .point02-area-img {
        order: 1;
        padding-left: inherit;
    }
    .modal__inner {
        padding: 30px 20px;
    }
    .cat_form form {
        padding: 30px 20px;
    }
    .cat_form form .hand {
        left: 12%;
    }
    .cat_form form .hand.rgt {
        right: 14%;
    }
    .top .section02 .btn_wrap {
        margin: 20px auto 30px;
    }
    /* section3 */
    /* -------------------------------------------------- */
    .top .cooperation .tool {
        flex-direction: column;
    }
    .top .cooperation .tool .GitHub img {
        width: 40%;
    }
    .top .cooperation .tool .easy_redmine img {
        width: 72%;
    }
    .top .cooperation .tool .redmine img {
        width: 65.46%;
    }
    .top .cooperation .tool .backlog img {
        width: 47.278%;
    }
    .top .cooperation .tool .jira img {
        width: 77%;
    }
    .top .cooperation .tool .GitHub,
    .top .cooperation .tool .easy_redmine,
    .top .cooperation .tool .redmine,
    .top .cooperation .tool .backlog,
    .top .cooperation .tool .jira {
        margin-bottom: 20px;
    }
    .top .cooperation .tool .GitHub,
    .top .cooperation .tool .easy_redmine,
    .top .cooperation .tool .redmine,
    .top .cooperation .tool .backlog,
    .top .cooperation .tool .jira {
        padding: 25px 30px;
        width: 100%;
    }
    .top .cooperation .balloon {
        top: -33%;
        right: 8%;
        width: 86px;
    }
    .top .cooperation .tool p {
        text-align: left;
        top: -11%;
    }
    /* browser */
    /* -------------------------------------------------- */
    .top .browser {
        padding: 40px 0 60px;
    }
    .top .browser .img_wrap {
        flex-wrap: wrap;
        margin-top: -20px;
        justify-content: center;
        margin: 0 auto 38px;
    }
    .top .browser .browserLogo {
        width: 48%;
        margin-top: 12px;
    }
    .top .browser .browserLogo:nth-child(2n) {
        margin-left: 4%;
    }
    .top .browser .browserLogo_App_Store {
        width: 48%;
    }
    .top .browser p {
        margin-bottom: 10px;
    }
    /* section5 */
    /* -------------------------------------------------- */
    .case-studies ul {
        flex-wrap: wrap;
    }
    .case-studies ul li {
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 20px;
    }
    .case-studies ul li:nth-child(2n) {
        margin-right: 0;
    }
    .case-studies ul li.mb0 {
        margin-bottom: 0;
    }
    .case-studies .text_box {
        padding: 10px 15px 15px;
    }
    .case-studies .text_box .title {
        margin-top: 5px;
    }
    /* section6 */
    /* -------------------------------------------------- */
    .news ul li a p {
        display: block;
    }
    .news ul li a p.day {
        width: inherit;
        margin-bottom: 5px;
    }
    .news ul li a p.title {
        width: inherit;
    }
    /* bg_orange */
    /* -------------------------------------------------- */
    .top .bg_orange {
        padding: 30px 0 0;
    }
    .top .bg_orange .content {
        display: block;
        margin: 0 auto 20px;
    }
    .top .bg_orange h2 {
        font-size: 1.8rem;
        margin: 0 auto 20px;
        text-align: center;
    }
    .top .bg_orange h2 p {
        font-size: 14px;
        text-align: center;
        margin: 5px auto 0;
    }
    .top .bg_orange h2 .marker {
        font-size: 2.6rem;
    }
    .top .bg_orange h2 .big_orange {
        font-size: 4.6rem;
    }
    .top .bg_orange .btn_box {
        justify-content: space-between;
    }
    .top .bg_orange .btn_box .regist {
        margin-right: 0;
        width: 47%;
    }
    .top .bg_orange .btn_box .regist .contact_text {
        font-size: 1.3rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .top .bg_orange .btn_box .regist .contact_text::before,
    .top .bg_orange .btn_box .regist .contact_text::after {
        background-size: contain;
        width: 13px;
        height: 18px;
        left: 0;
    }
    .top .bg_orange .btn_box .regist .contact_text::after {
        right: 0;
        left: auto;
    }
    .top .bg_orange .txt-sa {
        width: 30px;
        margin: 0 0 1px 0px;
    }
    /* Safariのみ適応 */
    _::-webkit-full-page-media,
    _:future,
     :root .top .bg_orange .txt-sa {
        margin: 0 0px 2px -3px;
    }
    _::-webkit-full-page-media,
    _:future,
     :root .top .bg_orange .cat_hand {
        margin-left: 0;
    }
    .top .bg_orange .cat_hand {
        width: 8px;
        margin-left: -4px;
    }
    .top .bg_orange .btn_box .btn {
        padding: 13.5px 1%;
        font-size: 1.6rem;
        width: 47%;
    }
    .top .bg_orange .btn_box .btn.regist {
        width: 100%;
    }
    /* 猫フォーム */
    .top .bg_orange .cat_form {
        max-width: 190px;
        margin-right: 3%;
    }
    .top .bg_orange .cat_form .tail {
        top: 19px;
        right: 15px;
        max-width: 24px;
    }
    .top .bg_orange .cat_form .cat {
        width: 63px;
    }
    .top .bg_orange .cat_form .inner .hand {
        top: 28px;
        left: 43px;
        width: 19px;
        height: 36px;
        background: url(../img/lp/mv_cat04.svg) no-repeat center / 19px auto;
    }
    .top .bg_orange .cat_form .inner .hand.rgt {
        top: 28px;
        right: 45px;
        transform: scaleX(-1);
    }
    .top .bg_orange .cat_form .eye_white {
        width: 11px;
        height: 9px;
        background: #fff;
        left: 9px;
        top: 27px;
        transform: rotate(-10deg);
    }
    .top .bg_orange .cat_form .eye_white.rgt {
        right: 18px;
        top: 28px;
        left: auto;
        width: 11px;
        height: 9px;
        transform: rotate(7deg);
    }
    .top .bg_orange .cat_form .eye_ball {
        left: 0;
        top: 0;
        min-width: 11px;
        min-height: 9px;
    }
    .top .bg_orange .eye_ball:after {
        left: 0;
        top: -15%;
        width: 6px;
        height: 6px;
        z-index: 3;
    }
}


/*-- SP 320px以下スタイル --------------------------------------------------------------------------*/

@media (max-width: 360px) {
    /* MV */
    /* -------------------------------------------------- */
    .top .mv .mv_naoshite_logo {
        width: 140px;
    }
    .top .mv .cat_form .inner .hand {
        left: 61px;
    }
    .top .mv .cat_form .inner .hand.rgt {
        top: 61px;
        right: 64px;
    }
    .top .mv .cat_form .tail {
        right: 19px;
    }
    .top .mv::after {
        bottom: -27px;
    }
    /* section02 */
    /* -------------------------------------------------- */
    .top .section02 h2 {
        font-size: 18px;
    }
    .top .section02 h2 span {
        font-size: 22px;
    }
    /* section03 */
    /* -------------------------------------------------- */
    .top .cooperation .balloon {
        top: -21%;
        right: 0%;
        width: 76px;
    }
    /* section05 */
    /* -------------------------------------------------- */
    .top .bg_orange h2 {
        font-size: 23px;
    }
    
}