@charset "utf-8";

body {
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #333;
}

ul {
    list-style: none;
}

a,
a>img {
    color: inherit;
    text-decoration: none;
    transition-duration: .4s;
}

.btn:hover {
    transform: scale(1.1);
}

a:hover>img {
    opacity: 0.8;
}

img {
    max-width: 100%;
    height: auto;
}

.header_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}

.fv {
    position: relative;
    place-items: center;
    width: 100%;
    background: url(../../images/smm-lp2/fv_bg.jpg) no-repeat #fff center bottom / cover;
    padding: 113px 0;
}

.inner_wrap {
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
}

.fv_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.fv_left {
    width: 58%;
}

.fv_left_sub_ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.bu_txt {
    color: #002299;
}

.or_txt {
    color: #FF5500;
}

.fv_left_main_ttl {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fv_left_main_ttl span {
    display: inline-block;
    background-color: #fff;
    padding: 2px 20px;
    margin-bottom: 10px;
}

.fv_left_desc {
    font-weight: bold;
    margin-bottom: 40px;
}

.fv_left_btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #FF5500;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    padding: 18px 68px;
    margin-bottom: 70px;
}

.fv_zero_appeal {
    display: flex;
    align-items: flex-end;
    font-size: 34px;
    font-weight: bold;
}

.fv_zero_appeal li {
    border-bottom: 2px dashed #002299;
    padding-bottom: 13px;
}

.fv_zero_appeal li:first-child {
    margin-right: 30px;
}

.fv_zero_appeal li img {
    width: 57px;
    margin: 0 26px -10px 28px;
}

.fv_zero_appeal span {
    font-size: 21px;
}

.fv_right {
    width: 41%;
    text-align: center;
}

.diagonal_title {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 10px;
}

.diagonal_title::before,
.diagonal_title::after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #002299;
    border-radius: 3px;
}

.diagonal_title::before {
    left: 0;
    transform: rotate(-25deg);
}

.diagonal_title::after {
    right: 0;
    transform: rotate(25deg);
}

.fv_bg_wt {
    position: relative;
    display: grid;
    place-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 40px;
    z-index: 1;
}

.fv_bg_wt::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #001199;
    border-radius: 5px;
    z-index: -1;
}

.fv_right_main_ttl {
    font-size: 20px;
    width: 254px;
    height: 196px;
    background: url(../../images/smm-lp2/wp_tmb.png) no-repeat bottom center / contain;
    padding-bottom: 276px;
    margin-bottom: 10px;
}

.fv .wp_img {
    margin: 20px auto;
}

.wp_img p {
    font-size: 43px;
    font-weight: bold;
}

.download_btn {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #FF9700;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    padding: 18px;
}

.fv_bu_block {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    width: 110px;
    height: 110px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #002199b3;
}

.intro {
    position: relative;
    padding: 100px 0;
}

.intro::before,
.intro::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.intro::before {
    top: 0;
    background-image: url(../../images/smm-lp2/intro_bg.svg);
    background-position: top center;
}

.intro::after {
    bottom: 0;
    background-image: url(../../images/smm-lp2/intro_bg.svg);
    background-position: bottom center;
    transform: rotate(180deg);
    /* 画像を逆さに */
}

.intro_desc {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

.intro_img_01,
.intro_img_02 {
    display: grid;
    height: 358px;
    border-radius: 10px;
    padding: 40px;
    margin: 80px auto;
}

.intro_img_01 {
    background: url(../../images/smm-lp2/intro_bg_01.jpg) no-repeat center center / 100% auto;
}

.intro_img_01 dt {
    width: 74%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
}

.intro_balloon {
    text-align: center;
}

.intro_balloon p {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #002299;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 45px;
}

.intro_balloon p::before,
.intro_balloon p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    translate: -50% 100%;
}

.intro_balloon p::before {
    border-width: 25px 11px 0 11px;
    border-color: #002299 transparent transparent;
}

.intro_balloon p::after {
    border-width: 20px 8.8px 0 8.8px;
    border-color: #ffffff transparent transparent;
}

.intro_img_02 {
    place-items: center;
    background: url(../../images/smm-lp2/intro_bg_02.jpg) no-repeat center center / 100% auto;
}

.intro_img_01 img,
.intro_img_02 img {
    display: block;
    margin: 0 auto;
}

.intro_img_01 img {
    width: 74%;
}

.intro_img_02 img {
    width: 72%;
    max-height: 292px;
}

.dl_area {
    background-color: #EDEEF6;
    padding: 42px 0;
}

.dl_area .inner_wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 660px;
}

.dl_area_left {
    place-items: center;
}

.dl_area_desc {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 20px;
}

.dl_area .download_btn {
    padding: 18px 60px;
}

.dl_wp_img {
    width: 254px;
    height: 196px;
    background: url(../../images/smm-lp2/wp_tmb.png) no-repeat bottom center / contain;
}

.worried {
    position: relative;
    width: 100%;
    padding: 80px 0 130px;
    background-color: #fff;
    z-index: 0;
}

.worried::after {
    content: "";
    position: absolute;
    bottom: -59px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    z-index: 1;
}

.worried .inner_wrap {
    max-width: 637px;
}

.worried_ttl {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.worried_list li {
    font-size: 20px;
    font-weight: bold;
}

.worried_list li:not(:last-child) {
    margin-bottom: 30px;
}

.worried_list li::before {
    content: url(../../images/smm-lp2/worried_icon.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.worried_person {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
    z-index: 2;
}

.solve {
    place-items: center;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 5%), rgb(255 255 255 / 0%)), url(../../images/smm-lp2/solve_bg.jpg) no-repeat #fff center bottom / cover;
    padding: 154px 0 100px;
}


.solve_ttl {
    margin-bottom: 40px;
}

.solve_ttl dt {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.solve .diagonal_title {
    margin-bottom: 30px;
}

.solve .diagonal_title::before,
.solve .diagonal_title::after {
    width: 3px;
    background-color: #FF5500;
}

.solve_features {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 105px;
}

.solve_features li {
    width: 31%;
}

.solve_features_ttl {
    font-size: 24px;
    margin-bottom: 10px;
}

.solve_features .bg_wt {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 157px 40px 40px;
    z-index: 1;
}

.solve_features .bg_wt::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #001199;
    border-radius: 5px;
    z-index: -1;
}

.solve_features_01 {
    background: url(../../images/smm-lp2/solve_features_img_01.svg) no-repeat center top 68px/ auto 50px;
}

.solve_features_02 {
    background: url(../../images/smm-lp2/solve_features_img_02.svg) no-repeat center top 65px/ auto 65px;
}

.solve_features_03 {
    background: url(../../images/smm-lp2/solve_features_img_03.svg) no-repeat center top 58px/ auto 64px;
}

.solve_balloon {
    position: relative;
    background-color: #eeeff6a6;
    border: 2px solid #002299;
    border-radius: 10px;
    padding: 30px;
}

.solve_balloon::before,
.solve_balloon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    translate: -50% -100%;
}

.solve_balloon::before {
    border-width: 0 39px 85px 39px;
    border-color: transparent transparent #002299;
}

.solve_balloon::after {
    border-width: 0 36.8px 80.2px 36.8px;
    border-color: transparent transparent #eceef6;
}

.solve_balloon_bg_wt {
    border-radius: 10px;
    background: url(../../images/smm-lp2/solve_person.svg) no-repeat #fff right 55px bottom / auto 150px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 40px 55px;
    margin-bottom: 40px;
    z-index: 1;
}

.solve .flow_ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

.solve .flow_list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 2px solid #002299;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.solve .flow_list::before,
.solve .flow_list::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.solve .flow_list::before {
    border: 12px solid transparent;
    border-top: 12px solid #002299;
}

.solve .flow_list::after {
    border: 14px solid transparent;
    border-top: 14px solid #fff;
    margin-top: -5px;
}

.solve .flow_list li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #002299;
    padding: 16px 15px;
    white-space: nowrap;
    z-index: 1;
}

.solve .flow_list li:not(:last-child) {
    margin-right: 32px;
}

.solve .flow_list li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: #002299;
    transform: rotate(45deg);
    margin-top: -20px;
    z-index: -1;
}

.solve_mirai_logo {
    width: 200px;
    margin-bottom: 20px;
}

.solve_balloon_ttl {
    font-size: 32px;
    margin-bottom: 5px;
}

.solve_balloon_detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.download_wp {
    padding: 100px 0 140px;
}

/* wrapperのサイズを調整 */
.swiper-wrapper {
    width: 100%;
    align-items: flex-end;
}

/* スライドのサイズを調整、中身のテキスト配置調整 */
.swiper-slide {
    text-align: center;
    padding: 40px 0 60px;
}

.swiper-slide .diagonal_title {
    margin: 0 auto 10px;
}

.swiper_bg_wt {
    position: relative;
    place-items: center;
    height: 440px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 40px;
    z-index: 1;
}

.swiper_bg_wt::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #001199;
    border-radius: 5px;
    z-index: -1;
}

.swiper_main_ttl {
    font-size: 20px;
}

.download_wp_desp {
    max-width: 320px;
    font-size: 14px;
    text-align: left;
    background: url(../../images/smm-lp2/wp_tmb.png) no-repeat top center / 254px auto;
    padding-top: 200px;
    margin: 20px auto 30px;
}

.wp_unreleased {
    font-size: 18px;
    text-align: center;
    background-color: #F5F5F5;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 78px 53px;
    margin: 40px 0 78px;
}

.wp_unreleased_txt {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

/* ページネーション */
.swiper-pagination-bullet-active {
    background-color: #FF5500;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

/* ナビゲーションボタン */
.swiper-button-prev {
    left: auto;
    right: 73%;
}

.swiper-button-next {
    left: 73%;
    right: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin: auto;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    border-right: 20px solid #ff5500;
    border-left: 0;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    border-left: 20px solid #ff5500;
    border-right: 0;
}

.download_wp .download_btn {
    background: url(../../images/smm-lp2/icon_download.svg) no-repeat #FF9700 center right 65px / 18px auto;
    padding: 18px 90px 18px 77px;
    margin: 0 auto;
}

.catlg {
    padding: 23px 0;
}

.catlg .download_btn {
    background: url(../../images/smm-lp2/icon_download.svg) no-repeat #FF9700 center right 60px / 18px auto;
    padding: 18px 84px 18px 70px;
}

.dl_catlg_img {
    width: 154px;
    height: 214px;
    background: url(../../images/smm-lp2/catlg_tmb.png) no-repeat bottom center / contain;
}

@media screen and (max-width: 991.98px) {
    .fv {
        padding: 60px 0;
    }

    .inner_wrap {
        padding: 0 30px;
    }

    .fv_wrap {
        flex-direction: column;
        align-items: center;
    }

    .fv_left,
    .fv_right {
        width: 100%;
        text-align: center;
        margin-bottom: 80px;
    }

    .fv_left_sub_ttl {
        font-size: 14px;
    }

    .fv_left_main_ttl {
        font-size: 30px;
    }

    .fv_left_btn {
        margin-bottom: 40px;
    }

    .fv_zero_appeal {
        justify-content: center;
        font-size: 22px;
    }

    .fv_zero_appeal li {
        padding-bottom: 10px;
    }

    .fv_zero_appeal li:first-child {
        margin-right: 20px;
    }

    .fv_zero_appeal li img {
        width: 34px;
        margin: 0 10px -6px 10px;
    }

    .fv_zero_appeal span {
        font-size: 16px;
    }

    .fv_bg_wt {
        max-width: 440px;
        padding: 40px 20px;
        margin: 0 auto;
    }

    .intro_desc {
        font-size: 18px;
    }

    .intro_img_01,
    .intro_img_02 {
        background-size: cover;
        padding: 20px;
        margin: 40px auto;
    }

    .intro_img_01 img,
    .intro_img_02 img {
        width: 100%;
    }

    .intro_img_01 dt {
        width: 100%;
    }

    .intro_balloon p {
        font-size: 14px;
        padding: 20px;
    }

    .dl_area .inner_wrap,
    .worried .inner_wrap {
        max-width: 100%;
        flex-direction: column;
    }

    .dl_area {
        text-align: center;
    }

    .dl_area_desc {
        font-size: 18px;
    }

    .dl_area .download_btn {
        padding: 18px 40px;
        margin-bottom: 20px;
    }

    .worried_ttl {
        font-size: 22px;
    }

    .worried_list {
        max-width: 495px;
        margin: 0 auto;
    }

    .worried_list li {
        font-size: 16px;
    }

    .worried_list li::before {
        padding-right: 10px;
    }

    .solve_balloon {
        padding: 20px;
    }

    .solve_features {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .solve_features li {
        width: 100%;
    }

    .solve_features .bg_wt {
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .solve_balloon_bg_wt {
        background: url(../../images/smm-lp2/solve_person.svg) no-repeat #fff center bottom / auto 120px;
        padding: 20px 20px 130px;
    }

    .solve .flow_list li {
        font-size: 10px;
        padding: 8px;
        margin: 0 20px 10px 0;
    }

    .solve .flow_list li:not(:last-child) {
        margin-right: 20px;
    }

    .solve .flow_list li:not(:last-child)::after {
        right: -11px;
        width: 22px;
        height: 22px;
        margin-top: -11px;
    }

    .solve_balloon::before,
    .solve_balloon::after {
        content: none;
    }

    .solve_balloon_ttl {
        font-size: 20px;
    }

    .solve_balloon_detail {
        flex-direction: column;
    }

    .solve_balloon_detail img {
        width: 100%;
        max-width: 540px;
        margin: 0 auto 40px;
    }

    .download_wp .download_btn {
        padding: 18px 50px 18px 40px;
        background-position: center right 25px;
    }

    .swiper-button-prev {
        left: 1%;
        right: auto;
    }

    .swiper-button-next {
        left: auto;
        right: 1%;
    }

    .swiper_bg_wt {
        height: 520px;
    }

    footer,
    footer nav {
        flex-direction: column;
    }

    .footer_logo {
        margin: 0 0 20px;
    }

    footer .copyright {
        margin: 20px auto 0;
    }
}

.contact_top {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    padding: 110px 20px 70px;
}

.contact_bg {
    background: #FFFDF9;
    padding: 80px 0;
}

.contact_head {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

#contact th {
    font-size: 16px;
}

#contact span {
    color: #FF5500;
    display: block;
    text-align: left;
}

#contact_btn {
    width: fit-content;
    margin: 0 auto;
    background-color: #FF9600;
    border-radius: 38px;
    padding: 5px;
    display: block;
    margin: 50px auto 0;
}

@media screen and (max-width: 480px) {
    #contact_btn {
        width: 90%;
        margin-top: 30px !important;
    }
}

#contact_btn input {
    border: solid 1px #fff;
    border-radius: 38px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 16px 0;
    background-color: #FF9600;
    cursor: pointer;
    width: 350px;
}

@media screen and (max-width: 480px) {
    #contact_btn input {
        width: 100%;
    }
}

#contact_btn:hover,
#contact_btn input:hover {
    opacity: 0.8;
}

#contact form {
    margin: 75px auto 0;
    display: flex;
    flex-direction: column;
    max-width: 650px;
}

#contact table td input {
    background-color: #EEEEEE;
    border-radius: 5px;
    height: 48px;
    appearance: none;
    border: none;
    width: 450px;
    margin-bottom: 0;
    padding-left: 10px;
}

#contact table td textarea {
    background-color: #EEEEEE;
    border-radius: 5px;
    appearance: none;
    border: none;
    width: 450px;
    height: auto;
    margin-bottom: 0;
    padding: 10px;
}

@media screen and (max-width: 480px) {
    #contact table td textarea {
        width: 230px;
    }
}

#contact table tr {
    margin-bottom: 30px;
    display: flex;
}

#contact table th {
    margin-right: auto;
    text-align: left;
    padding-bottom: 30px;
    word-break: keep-all;
    overflow-wrap: anywhere;
    display: flex;
    align-items: center;
}

#contact table th br {
    display: none;
}

#contact table th span {
    font-size: 80%;
}

@media screen and (max-width: 480px) {
    #contact table th {
        display: inline-block;
    }

    #contact table th br {
        display: block;
    }
}

#contact table td {
    display: inline-block;
}

/* company */
#company {
    margin: 90px auto 95px;
    border-bottom: #999999 1px solid;
    padding: 0 0 95px;
    max-width: 1270px;
    width: 80%;
}

#company h2 {
    text-align: center;
    color: #001199;
    font-size: 25px;
    padding: 15px 0;
    position: relative;
    border: #001199 solid 2px;
    margin: 0 auto;
    cursor: pointer;
}

#company h2 span::before,
#company h2 span::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background: #001199;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

#company h2 span::after {
    background: #001199;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

#company h2 span.active::after {
    transform: rotate(0);
    transition: 0.5s;
}

#company>div {
    display: none;
}

#company_top {
    margin: 30px 0;
}

#company_top p {
    width: 634px;
    float: left;
}

#company_top figure {
    width: 336px;
    float: right;
}

#company_top figure img {
    width: 100%;
}

#company table {
    width: 100%;
    border-spacing: 0;
}

#company table th {
    padding: 10px 20px;
    border: #999 1px solid;
    background: #d1d4ea;
    color: #001199;
    width: 20%;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-weight: initial;
}

.dottedline {
    border-bottom: dotted #001199 3px;
    width: 85%;
    display: block;
    margin: 0 auto;
}

.border_b {
    border-bottom: none !important;
}

.border_r {
    border-right: none !important;
}

#company table td {
    padding: 10px 20px;
    border: #999 1px solid;
    width: 80%;
    box-sizing: border-box;
}

#company table td p {
    margin: 0 0 10px;
    padding-left: 1em;
    text-indent: -1em;
}

.line {
    width: 100%;
    height: 30px;
    position: relative;
    background: #001199;
}

.line::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 6.2px;
    background: linear-gradient(90deg, rgba(136, 221, 187, 1) 0%, rgba(136, 221, 187, 1) 30%, rgba(0, 17, 153, 1) 100%);
}

footer {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    padding: 20px;
    margin: 0 auto;
}

footer nav {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.footer_logo {
    width: 134px;
    margin-right: 35px;
}

footer nav ul {
    display: flex;
}

footer nav li {
    margin: 0 20px;
}

footer a:hover {
    opacity: 0.8;
}

footer .copyright {
    font-size: 12px;
    margin-left: auto;
}

footer .copyright span {
    margin-left: 10px;
}

#page-top {
    display: none;
}

#page-top .pagetop {
    width: 50px;
    height: 30px;
    position: fixed;
    right: 0;
    bottom: -4px;
    background-color: #001199;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

@media screen and (max-width: 750px) {
    #page-top .pagetop {
        width: 50px;
        height: 50px;
        right: 0;
    }
}

#page-top .pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translateY(20%) rotate(-45deg);
}


.fadeIn {
    transition: 1s;
    opacity: 0;
}

.fadeIn.animated {
    opacity: 1;
}

@media screen and (min-width: 900px) and (max-width: 1170px) {

    /*#fv_area{
        padding: 38.4% 60px 0;
}*/
    .btn_fv {
        padding-bottom: 65px
    }

    .btn_contact {
        font-size: 20px;
        padding: 15px 0;
    }
}

@media screen and (min-width: 751px) and (max-width: 889px) {

    /*#fv_area{
        padding: 37.4% 60px 0;
}*/
    .btn_contact,
    .btn-primary {
        font-size: 18px;
    }

    .btn_fv {
        padding-bottom: 65px
    }

    .btn_contact {
        font-size: 18px;
        padding: 15px 0;
    }
}

@media screen and (min-width: 751px) and (max-width: 1000px) {

    .btn_contact::before,
    .btn_contact::after {
        right: 24px;
    }

    .btn_area3 {
        padding-bottom: 50px;
    }

    .area2_inner1,
    .area1_inner2 {
        flex-direction: column;
    }

    .area1_inner2 img {
        margin: 0 auto;
    }

    .area1_inner1 h3 {
        font-size: 22px;
    }

    .area1_inner1 p {
        font-size: 16px;
    }

    .area1_inner2 h4 {
        text-align: center;
    }

    .area1_inner2 img {
        margin: 0 auto;
        width: 60%;
    }

    .area3_ttl {
        font-size: 18px;
        margin: 0 auto;
    }

    .area3_ttl span {
        font-size: 22px;
    }

    #area4 h3 {
        font-size: 24px;
        margin: 0 auto 30px;
        width: 80%;
    }

    .area4_inner2 {
        padding: 50px 0;
    }

    #area5 h3,
    .contact_head {
        font-size: 22px;
    }

    #company {
        width: 80%;
    }

    .btn-primary,
    #company h2 {
        font-size: 18px;
    }
}


/*スマホ
------------------------------*/
@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    html {
        font-size: 14px;
    }

    .hamburger {
        width: 40px;
        height: 40px;
    }

    .hamburger_border {
        width: 26px;
        height: 3px;
    }

    .hamburger_border_top {
        top: 22px;
    }

    .hamburger_border_center {
        top: 30px;
    }

    .hamburger_border_bottom {
        top: 38px;
    }

    #fv_area {
        background-image: url(../../images/smm-lp2/fv_img_sp.jpg);
        padding: 160.4% 20px 0;
    }

    .fv_banner img {
        width: 50%;
    }

    #bg_blue {
        width: auto;
    }

    .btn_cover {
        width: 280px;
    }

    .btn_contact {
        background-color: #ff5500;
        padding: 15px 0;
        width: 275px;
        display: block;
        font-size: 18px;
    }

    .btn_contact::after {
        right: 25px;
        width: 10px;
        height: 3px;
    }

    .btn_contact::before {
        right: 25px;
        top: 46%;
        width: 10px;
        height: 3px;
    }

    .floating_btn img {
        width: 80%;
    }

    .btn-primary {
        padding: 15px 0;
        width: 275px;
    }

    #about {
        padding: 0 20px;
    }

    #about p {
        padding: 0;
    }

    .area1_inner2 img {
        margin: 0 auto;
        width: 60%;
    }

    .area1_inner1 h3 {
        font-size: 24px;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .area1_inner2 {
        flex-direction: column;
        margin: 0 auto;
    }

    .area1_inner2 div {
        margin-left: 0;
        padding-bottom: 20px;
    }

    .area1_inner2 p {
        margin: 50px 0 0;
    }

    .area1_inner2 h4 {
        margin-bottom: 0;
        margin-top: 40px;
        text-align: center;
        word-break: keep-all;
        overflow-wrap: anywhere;
        height: fit-content;
        font-size: 14px;
        padding: 25px 30px 0px;
    }

    #area1::after {
        height: calc(50px / 2 * tan(60deg));
        bottom: -42px;
    }

    #area2 {
        padding: 75px 5% 50px;
    }

    #area2 h3 {
        font-size: 18px;
        padding: 15px;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .area2_inner1 {
        flex-direction: column;
        margin: 20px 0 0;
    }

    .area2_inner1 p {
        padding-left: 0;
    }

    .area3_ttl {
        margin: 0 auto 20px;
    }

    .area3_inner2 ul {
        padding: 30px;
        margin: 0;
    }

    .area3_inner1 {
        margin-right: 0;
    }

    .area3_inner2 {
        margin-left: 0;
        margin-top: 20px;
        flex-direction: column;
    }

    .area3_inner2 ul li span {
        text-align: left;
    }

    .area3_inner2 img {
        width: 70%;
        margin: 0 auto;
    }

    .hl2 {
        font-size: 20px;
    }

    .area3_wrapper {
        flex-direction: column;
    }

    .area3_ttl span {
        font-size: 22px;
    }

    .area3_ttl {
        font-size: 18px;
        margin-top: 0;
    }

    .area3_inner1 img {
        margin: 0 auto;
        width: auto;
    }

    .area3_inner2 ul li::before {
        width: 25px;
        height: 25px;
    }

    .area3_inner2 ul li {
        word-break: keep-all;
        overflow-wrap: anywhere;
        line-height: 2.1em;
    }

    .area3_inner1 p span {
        font-size: 26px;
    }

    .area4_chara {
        flex-direction: column;
        align-items: center;
    }

    .area4_inner2 {
        background-image: url(../../images/smm-lp2/bg_speechbubble_sp.svg);
        padding: 20px 0px;
    }

    #area4 h3 {
        font-size: 22px;
        padding: 10px;
        margin-bottom: 30px;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    #area4 {
        padding: 0 0 50px;
    }

    .zero_wrapper {
        display: flex;
        flex-direction: column;
    }

    .area4_worries {
        padding: 50px 20px 0;
    }

    .area4_inner1 {
        max-width: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 50px 20px 0;
        box-sizing: border-box;
    }

    .area4_inner1 h4::before {
        left: -20px;
        height: 33px;
        top: 10px;
    }

    .area4_inner1 h4::after {
        right: -20px;
        height: 33px;
        top: 10px;
    }

    .area4_inner1 h4 {
        font-size: 24px;
        word-break: auto-phrase;
    }

    .area4_inner1 img {
        width: 65%;
        margin-bottom: 20px;
    }

    .area4_inner2 img {
        margin: 35px auto 0;
        width: 90%;
    }

    .area4_inner2 span {
        margin: 5px auto;
    }

    .area4_worries::after {
        border-width: 25px 30px 0 30px;
        left: 42%;
    }

    .area4_worries img {
        padding-bottom: 45px;
        width: 100%;
        max-width: 400px;
    }

    #area5 img {
        width: 60%;
    }

    #area5 h3,
    .contact_head {
        font-size: 22px;
    }

    #area5 h3 {
        margin-bottom: 50px;
    }

    #area5 {
        padding: 50px 20px;
    }

    #contact {
        margin: 80px auto 0;
    }

    #contact form {
        padding: 0 20px;
    }

    #contact table td input {
        width: 230px;
    }

    #contact table td input#text {
        height: 400px;
    }

    #contact_btn {
        margin: 0 auto;

    }

    #contact th {
        font-size: 14px;
    }

    #textarea {
        width: 230px;
    }

    #company_top figure img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    .btn-primary {
        font-size: 16px;
    }


    /* company */
    #company {
        margin: 60px 0 40px 0;
        border-bottom: #999999 1px solid;
        padding: 0 0 40px;
        width: 100%;
    }

    #company h2 {
        text-align: center;
        font-size: 18px;
        padding: 7px 0;
        position: relative;
        border: #001199 1px solid;
        margin: 0 20px;
        width: auto;
    }

    #company h2 span::before,
    #company h2 span::after {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
        background: #001199;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    #company h2 span::after {
        background: #001199;
        transform: translateY(-50%) rotate(90deg);
        transition: 0.5s;
    }

    #company h2 span.active::after {
        transform: rotate(0);
        transition: 0.5s;
    }

    #company>div {
        display: none;
    }

    #company_top {
        margin: 30px auto;
        width: 90%;
    }

    #company_top p {
        width: 100%;
        float: none;
        margin: 0 0 20px;
        line-height: 1.8em;
    }

    #company_top figure {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    #company table {
        width: 90%;
        margin: 0 auto;
    }

    #company table th {
        padding: 5px 10px;
        border: #999 1px solid;
        background: #d1d4ea;
        color: #001199;
        width: 100%;
        box-sizing: border-box;

        display: block;
        text-align: center;
    }

    #company table td {
        padding: 5px 10px;
        border: #999 1px solid;
        width: 100%;
        box-sizing: border-box;
        display: block;
    }

    #company table td p {
        margin: 0 0 5px;
        padding-left: 1em;
        text-indent: -1em;
    }

    .border_r {
        border-bottom: none !important;
    }

    .footer {
        flex-direction: column;
    }

    .footer img {
        margin: 0 auto 10px;
        display: block;
    }

    p.copyright {
        margin: 0 auto 10px;
        justify-content: center;
    }

    .footer-fixed02 {
        position: fixed;
        right: 10px;
        bottom: 50px;
        border: none;
        background: none;
        width: 80px;
        height: 80px;
        scroll-behavior: smooth;
        opacity: 0;
        transform: translateY(20px);
        transition: all 1s;
    }

    .footer-fixed02.active {
        opacity: 1;
        transform: translateY(0);
        display: block;
    }

    .footer-fixed02__wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        background: rgba(232, 226, 61, .5);
        -webkit-animation: zoom 1.1s ease-out infinite;
        animation: zoom 1.1s ease-out infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        z-index: 0;
    }

    .footer-fixed02__link {
        background-color: #001199;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
        position: relative;
        z-index: 9995;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 450px) and (max-width: 750px) {
    #contact table td input {
        max-width: 250px;
        width: 50vh;
    }

    #contact form {
        padding: 0 10%;
    }

    .area1_inner2 h4::before,
    .area1_inner2 h4::after {
        height: 60px;
    }
}

@media screen and (max-width: 449px) {

    #area5 img,
    .area1_inner2 img {
        width: 80%;
    }

    .area1_inner2 h4::before,
    .area1_inner2 h4::after {
        height: 60px;
    }
}

@media screen and (max-width: 400px) {

    .area1_inner2 h4::before,
    .area1_inner2 h4::after {
        height: 77px;
    }
}

/* recapcha */
#contact .spam-capcha label {
    display: block;
    text-align: center;
    padding: 0;
    margin: 10px auto;
    font-size: 14px;
}

#contact .spam-capcha label>span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
}

#contact .spam-capcha label .wpcf7-form-control {
    width: 130px;
    height: 30px;
    text-align: center;
}

/* フォームエラー */
.screen-reader-response {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: block !important;
    font-size: 13px !important;
    color: #ff5d00 !important;
    margin-top: 5px !important;
}

.wpcf7-response-output {
    text-align: center !important;
    margin: 10px auto !important;
    color: #F00 !important;
    font-size: 15px !important;
}

@media screen and (max-width: 572px) {
    .wpcf7-response-output {
        font-size: 84% !important;
        margin-top: 10px !important;
    }
}

#contact .spam-capcha label>span .wpcf7-not-valid-tip {
    display: none !important;
}

#contact .wpcf7-spinner {
    height: 0 !important;
}