@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
body {
    color: #333;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .1rem;
    box-sizing: border-box;
    line-break: strict;
}
*, *::before, *::after {
    box-sizing: border-box;
}
/* * {
    outline:1px solid #0000FF;
} */
/*--------共通パーツ--------*/
.section-title {
    position: relative;
    margin-bottom: 2rem;
    text-align: center;
}
.section-title p {
    color: #004a8e;
    font-size: 2rem;
    font-weight: 900;
}
.title-dots {
    display: block;
}
.dots {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 2px;
}
.dots1 {
    background-color: #004a8e;
}
.dots2 {
    background-color: #4e6fbf;
}
.dots3 {
    background-color: #509dbc;
}
.dots4 {
    background-color: #00aad6;
}
.box-title {
    margin-bottom: 1rem;
    color: #c9444e;
    font-size: 1.2rem;
    font-weight: 900;
}
.wrapper {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
a {
    text-decoration: none;
    transition: .3s;
}
a:hover {
    opacity: .7;
}
img {
    display: block;
}
.img-pc {
    display: block;
}
.img-sp {
    display: none;
}
.pc-br {
    display: block;
}
.sp-br {
    display: none;
}
/*--------ヘッダー--------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 84px;
    background-color: #fff;
    box-shadow: 1px 1px 6px #aaa;
    transition: .3s ease;
}
.header-change {
    background-color: rgba(255, 255, 255, .7) !important;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
}
.site-title {
    display: block;
    width: 20%;
    margin: auto 0 auto 2rem;
}
.logo-area img {
    width: 100%;
}
.header-nav {
    display: flex;
    justify-content: flex-end;
}
.header-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-item {
    margin-right: 1.6rem;
}
.header-link {
    position: relative;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    color: #333;
}
.header-link::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateX(-100%);
    background-color: #00aad6;
    transition: .3s ease;
}
.header-link:hover {
    color: #4e6fbf;
    opacity: .7;
}
.header-link:hover::before {
    transform: translateX(0%);
}
.header-option {
    display: flex;
    height: 100%;
}
.header-option-box {
    padding: 1rem;
    width: 120px;
    height: 100%;
}
.header-option-box.contact {
    background-color: #509dbc;
}
.header-change .header-option-box.contact {
    background-color: rgba(80, 157, 188, .7);
}
.header-option-box.contact:hover {
    background-color: #00aad6;
}
.header-option-box.request {
    background-color: #4e6fbf;
}
.header-change .header-option-box.request {
    background-color: rgba(78, 111, 191, .7);
}
.header-option-box.request:hover {
    background-color: #00aad6;
}
.header-option-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.option-icon {
    width: 32px;
    height: 32px;
}
.header-option-link span {
    margin-top: 4px;
    color: #fff;
    font-size: 0.8rem;
}
/*-------------メインビジュアル------------------*/
.main-visual {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 756px;
    overflow: hidden;
    background-image: url(../img/main-visual.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main-visual::before {
    position: absolute;
    content: "";
    opacity: .3;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.main-catch-copy {
    margin-top: calc(84px + 2rem);
    margin-bottom: 2rem;
    color: #333;
    font-size: 2.4rem;
    -webkit-text-stroke: #fff 6px;
    paint-order: stroke;
    text-align: left;
}
.main-visual-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.main-point-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: calc(50% - 1rem);
}
.main-point {
    background-color: #fff;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 2px 2px 7px #aaa;
}
.main-point:last-child {
    margin-bottom: 0;
}
.main-pc {
    width: calc(50% - 1rem);
}
.main-pc img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.main-cta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
.cta-link {
    position: relative;
    display: inline-block;
    align-items: center;
    opacity: 1;
    padding: 12px 2.4rem;
    border-radius: 3em;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
}
.cta-download {
    padding-right: 4rem;
    border: solid 1px #509dbc;
    background-color: #509dbc;
}
.cta-download:hover {
    opacity: 1;
    background-color: #fff;
    color: #00aad6;
}
.cta-request {
    background-color: #4e6fbf;
    padding-right: 4rem;
    border: solid 1px #4e6fbf;
}
.cta-request:hover {
    opacity: 1;
    background-color: #fff;
    color: #4e6fbf;
}
.cta-link::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 2rem;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    margin: auto;
    transition: .3s ease;
}
.cta-download.cta-link:hover::before {
    right: 1rem;
    border-right: 3px solid #00aad6;
    border-top: 3px solid #00aad6;
}
.cta-request.cta-link:hover::before {
    right: 1rem;
    border-right: 3px solid #4e6fbf;
    border-top: 3px solid #4e6fbf;
}
/*--メリット--*/
#merit {
    padding: 4rem 0;
    background-image: url(../img/back-gray.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.merit-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.merit-box {
    width: calc(50% - 1rem);
}
.merit-img {
    width: calc(50% - 1rem);
    margin-left: auto;
    margin-right: -1rem;
}
.merit-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.merit-container {
    position: relative;
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: 2px 2px 7px #aaa;
    background-color: #fff;
    text-align: left;
}
.merit-number {
    position: absolute;
    top: -14%;
    left: 1rem;
    color: #004a8e;
    font-size: 2.4rem;
    font-weight: 900;
}
/*--サポート--*/
#support {
    background-color: #fff;
    padding: 4rem 0;
}
.support-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.support-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: calc((100% / 6) - 1rem);
    background-color: #f7f7f7;
    padding: 1rem;
    border-radius: 16px;
    box-shadow: 2px 2px 7px #aaa;
    text-align: center;
}
.support-container .box-title {
    font-size: 1rem;
    letter-spacing: .02rem;
}
.support-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.support-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*--機能一覧--*/
#feature {
    padding: 4rem 0;
    background-image: url(../img/back-gray.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.feature-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.feature-container {
    width: calc(50% - 1rem);
    letter-spacing: .03rem;
    padding: 2rem 1rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: 2px 2px 7px #aaa;
    background-color: #fff;
    text-align: left;
}
.feature-container:nth-child(n+3) {
    margin-bottom: 0;
}
.feature-container .box-title {
    color: #004a8e;
}
.feature-container-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feature-text-box {
    width: 50%;
}
.content-title {
    margin-bottom: 12px;
    color: #c9444e;
    font-size: 1rem;
    font-weight: 900;
}
.feature-text {
    margin-bottom: 1rem;
}
.feature-text:last-child {
    margin-bottom: 0;
}
.feature-img {
    width: 50%;
}
.feature-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 2px 2px 7px #aaa;
}
.feature-add {
    text-align: center;
} 
/*--運用フロー--*/
#flow {
    padding: 4rem 0;
    background-color: #fff;
}
.flow-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    z-index: 1;
}
.flow-flex::before {
    position: absolute;
    content: "";
    top: 30%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 20%;
    background-color: #87c54f;
    transform: translateY(50%);
}
.flow-add {
    margin-bottom: 3rem;
}
.flow-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: calc(25% - 1rem);
    padding: 2rem 1rem 1rem;
    border-radius: 16px;
    box-shadow: 2px 2px 7px #aaa;
    background-color: #fff;
}
.flow-number {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    color: #004a8e;
    font-size: 2.4rem;
    font-weight: 900;
}
.flow-img {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
}
.flow-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flow-text {
    text-align: left;
}
/*--よくある質問--*/
#question {
    padding: 4rem 0;
    background-image: url(../img/back-gray.webp);
    background-repeat: no-repeat;
    background-size: 200%;
}
.question-box {
    width: 72%;
    padding: 1rem;
    border-radius: 12px;
    margin: 0 auto 2rem;
    box-shadow: 2px 2px 10px #aaa;
    background-color: #fff;
    text-align: left;
}
.question-head {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.question-text {
    font-weight: bold;
}
.accordion-tab {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    transition: .3s ease;
}
.accordion-tab::before {
    position: absolute;
    content: "";
    top: 18%;
    left: 48%;
    width: 1px;
    height: 18px;
    transform: rotate(0deg);
    background-color: #c9444e;
    transition: .3s ease;
}
.accordion-tab.open::before {
    transform: rotate(-90deg);
}
.accordion-tab::after {
    position: absolute;
    content: "";
    top: 48%;
    left: 18%;
    width: 18px;
    height: 1px;
    background-color: #c9444e;
}
.answer-tab {
    display: none;
    padding: 1rem;
    border-radius: 12px;
    background-color: #e7e7e7;
    text-align: left;
}
.answer-list {
    list-style: initial;
    padding-left: 2rem;
    margin-bottom: 1rem;
}
/*--お問い合わせ--*/
#form-tab {
    background-image: url(../img/back/back-blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
}
.form-tab-menu {
    display: flex;
    justify-content: flex-start;
}
.tab-item {
    width: 160px;
    padding: 1rem;
    border-radius: 12px 12px 0 0;
    background-color: #d1d1d1;
    font-size: 1.2rem;
    cursor: pointer;
}
.tab-item.active {
    background-color: #f7f7f7;
    color: #004a8e;
}
.tab-container {
    display: none;
    padding: 2rem;
    border-radius: 0 12px 12px 12px;
    margin-bottom: 4rem;
    box-shadow: 2px 2px 10px #aaa;
}
.tab-container.active {
    display: block;
    background-color: #f7f7f7;
}
.request-flex {
    display: flex;
    justify-content: space-between;
}
.request-des-box, .request-img {
    width: calc(50% - 1rem);
}
.request-des-box {
    text-align: left;
}
.request-title {
    margin-bottom: 2rem;
    color: #004a8e;
    font-size: 1.6rem;
    font-weight: 900;
}
.request-title br {
    display: none;
}
.request-img-box {
    display: flex;
    align-items: flex-start;
}
.request-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.form-btn {
    display: flex;
    justify-content: flex-start;
    padding-left: 4rem;
}
.form-link {
    position: relative;
    display: inline-block;
    align-items: center;
    opacity: 1;
    border-radius: 3em;
    border: solid 1px #4e6fbf;
    padding: 1rem 4rem;
    background-color: #4e6fbf;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
}
.form-link:hover {
    background-color: #fff;
    color: #4e6fbf;
}
.contact-link-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.contact-link-box .form-btn {
    padding-left: 0;
    margin-bottom: 1rem;
    margin-right: 2rem;
}
.contact-link-box .form-link {
    padding: 12px 2rem;
}
.contact-link .form-link {
    opacity: 1;
    background-color: #c9444e;
    border: solid 1px #c9444e;
}
.contact-link .form-link:hover {
    opacity: 1;
    background-color: #fff;
    color: #c9444e;
}
.estimate-link .form-link {
    opacity: 1;
    border: solid 1px #4e6fbf;
    background-color: #4e6fbf;
}
.estimate-link .form-link:hover {
    background-color: #fff;
    color: #4e6fbf;
}
.trial-link .form-link {
    opacity: 1;
    border: solid 1px #00aad6;
    background-color: #00aad6;
}
.trial-link .form-link:hover {
    background-color: #fff;
    color: #00aad6;
}
#contact .request-title {
    text-align: left;
}
#contact .request-flex {
    margin-bottom: 2rem;
}
#contact .contact-des-box {
    width: 60%;
    text-align: left;
}
#contact .tab-text {
    margin-bottom: 1rem;
}
.contact-example-box {
    width: 40%;
    margin-left: 4rem;
    text-align: left;
}
#contact .tab-list-intro {
    margin-bottom: 8px;
   font-weight: 900;
}
#contact .tab-list li {
    position: relative;
    padding-left: 1rem;
}
#contact .tab-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #c9444e;
}
/*--フッター--*/
.footer-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 84%;
    max-width: 1200px;
    padding: 2rem 0;
    margin: 0 auto;
}
.site-logo {
    display: block;
    width: 24%;
}
.footer-info span {
    display: block;
}
.footer-nav-list {
    display: flex;
}
.footer-item {
    margin-left: 2rem;
}
.footer-link {
    color: #333;
    text-decoration: underline;
}
.copyright {
    background-color: #004a8e;
    padding: 1.6rem;
    text-align: center;
}
.copyright p {
    color: #fff;
    font-size: .8rem;
}
/*--レスポンシブ用の設定--*/
#nav_toggle {
    display: none
}
#close_toggle {
    display: none
}
#gnav_overlay {
    display: none
}
/*-------------タブレットの設定------------------*/
@media screen and (max-width: 1000px) {
    .wrapper {
        width: 90%;
        margin: 0 auto;
    }
    .section-title {
        margin-bottom: 2rem;
    }
    /*--ヘッダーの設定_タブレット--*/
    #header {
        display: flex;
        align-items: center;
        width: 100%;
        height: 84px;
        background: #fff;
    }
    .site-title {
        width: 40%;
    }
    .header-link::before {
        content: none;
    }
    /*--メニュー_タブレット--*/
   #close_toggle {
        display: block;
        padding: 1em;
        text-align: right
    }
    #gnav_overlay {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        z-index: 80;
        width: 100%;
        height: 100dvh;
        background: rgba(0,0,0,.7);
        transition: .5s;
    }
    .header-nav #nav_toggle{
        position: fixed;
        display: flex;
        align-items: center;
        top: 12px;
        right: 2rem;
        z-index: 1000;
        height: 40px;
        cursor: pointer;
    }
    .header-nav #nav_toggle #nav_toggle_icon {
        display: block;
        z-index: 90;
        width: 30px;
        height: 2px;
        background-color: #333;
        margin-top: 15px;
        margin-right: 15px;
        transition: .2s;
    }
    .header-nav #nav_toggle_text {
        position: absolute;
        display: block;
        right: -40%;
        bottom: -60%;
        z-index: 90;
        transform: translateX(-50%);
        color: #333;
        font-size: 0.7rem;
        letter-spacing: 0.2rem;
    }
    .header-nav #nav_toggle::before {
        position: absolute;
        content: "";
        top: -4px;
        right: -9.6px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
    .header-nav #nav_toggle #nav_toggle_icon:before,
    .header-nav #nav_toggle #nav_toggle_icon:after {
        position: absolute;
        display: block;
        content: "";
        top: 68%;
        left: 0;
        width: 30px;
        height: 2px;
        background: #333;
        transition: .3s;
    }
    .header-nav #nav_toggle #nav_toggle_icon:before {
        margin-top: -14px
    }
    .header-nav #nav_toggle #nav_toggle_icon:after {
        margin-top: 11px
    }
    .header-nav #nav_toggle.close {
        background: rgba(0,0,0,0)
    }
    .header-nav #nav_toggle.close #nav_toggle_icon:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background-color: #333;
        margin-top: -1px;
    }
    .header-nav #nav_toggle.close #nav_toggle_icon:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -1px;
        background-color: #333;
    }
    .header-nav #nav_toggle.close #nav_toggle_icon {
        background-color: transparent;
    }
    .header-nav #nav_toggle.close #nav_toggle_text {
        color: #333;
    }
    .header-nav #nav_toggle.close::before {
        background-color: rgba(255,255,255,0);
    }
    .header-list {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        width: 50vw;
        height: 100dvh;
        padding-top: 6rem;
        background-color: #fff;
        text-align: center;
        transition: .3s;
    }
    /*--ハンバーガーメニューオープン--*/
    .open .header-list {
        right: 0;
        padding-top: 6rem;
    }
    .header-item {
        margin-right: 0;
    }
    .header-link {
        display: block;
        padding: 1rem 0;
        border-top: solid 1px #333;
        font-size: 1.2rem;
    }
    .header-item:last-child {
        border-bottom: solid 1px #333;
        margin-bottom: 2rem;
    }
    .header-option {
        flex-direction: column;
    }
    .header-option-box {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .header-option-link {
        flex-direction: row;
        justify-content: center;
        padding: 1rem;
    }
    .header-change .header-option-box.contact {
        background-color: rgba(80, 157, 188, 1);
    }
    .header-change .header-option-box.request {
        background-color: rgba(78, 111, 191, 1);
    }
    .option-icon {
        margin-right: 1rem;
    }
    .header-option-link span {
        font-size: 1.2rem;
    }
    /*--メインビジュアル_タブレット--*/
    .main-visual {
        height: auto;
    }
    .main-catch-copy {
        font-size: 3.6vw;
    }
    .main-visual-flex {
        flex-direction: column;
    }
    .main-point-flex {
        width: 80%;
        margin-bottom: 1rem;
    }
    .main-pc {
        width: 60%;
    }
    .main-cta-flex {
        margin-bottom: 2rem;
    }
    /*--メリット_タブレット--*/
    #merit {
        padding: 2rem 0;
    }
    .merit-flex {
        flex-direction: column;
    }
    .merit-box {
        width: 100%;
    }
    .merit-img {
        width: 72%;
        margin: 0 auto;
    }
    /*--サポート_タブレット--*/
    #support {
        padding: 2rem 0;
    }
    .support-flex {
        flex-wrap: wrap;
    }
    .support-container {
        width: calc((100% / 3) - 1rem);
        margin-bottom: 2rem;
    }
    .support-container:nth-child(n+4) {
        margin-bottom: 0;
    }
    /*--機能一覧_タブレット--*/
    #feature {
        padding: 2rem 0;
    }
    .feature-container {
        width: 100%;
    }
    .feature-img {
        margin-left: 1rem;
    }
    .feature-container:nth-child(n+3) {
        margin-bottom: 2rem;
    }
    .feature-container:last-child {
        margin-bottom: 0;
    }
    /*--運用フロー--*/
    #flow {
        padding: 2rem 0;
    }
    .flow-flex {
        flex-direction: column;
    }
    .flow-flex::before {
        top: 0;
        left: 50%;
        width: 12%;
        height: 80%;
        transform: translateX(-50%);
    }
    .flow-container {
        width: 100%;
        padding: 1rem;
        margin-bottom: 3rem;
    }
    .flow-number {
        top: -24%;
        left: 0;
        font-size: 2.8rem;
        transform: initial;
    }
    #flow .box-title {
        margin-bottom: 8px;
    }
    .flow-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .flow-text {
        width: calc((100% - 64px) - 2rem)
    }
    /*--よくある質問_タブレット--*/
    #question {
        padding: 2rem 0;
        background-size: 400%;
    }
    .question-box {
        width: 80%;
    }
    /*--お問い合わせ_タブレット--*/
    .request-img-box {
        align-items: center;
        width: 50%;
    }
    .request-flex {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .request-des-box, .request-img {
        width: 100%;
    }
    .form-btn {
        justify-content: center;
        padding-left: 0;
    }
    #contact .contact-des-box {
        width: 100%;
    }
    .contact-example-box {
        width: 100%;
        margin-left: 2rem;
    }
    .contact-link-box {
        flex-direction: column;
        align-items: flex-start;
    }
    /*--フッター_タブレット--*/
    .footer-wrapper {
        padding: 1rem 0;
    }
    .footer-wrapper {
        width: 80%;
    }
    .footer-nav-list {
        flex-direction: column;
    }
    .footer-item {
        margin-left: 0;
        margin-bottom: 8px;
    }
    .copyright p {
        font-size: 1.6vw;
    }
}
@media screen and (max-width: 767px) {
    /*--共通パーツ_SP--*/
    body {
        font-size: 14px;
        letter-spacing: 0.05rem;
    }
    .section-title {
        margin-bottom: 2rem;
        text-align: center;
    }
    .section-title p {
        font-size: 1.4rem;
    }
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
    .pc-br {
        display: none;
    }
    .sp-br {
        display: block;
    }
    /*--ヘッダー_SP--*/
    .header-nav #nav_toggle {
        top: 8px;
        right: 8px;
    }
    .header-nav #nav_toggle_text {
        right: -36%;
    }
    .header-list {
        width: 100%;
    }
    .header-link {
        padding: 1rem 0;
        font-size: 1rem;
    }
    .header-option-link span {
        font-size: 1rem;
    }
    .site-title {
        width: 60%;
    }
    /*--メインビジュアル_SP--*/
    .main-catch-copy {
        font-size: 5.6vw;
        -webkit-text-stroke: #fff 4px;
    }
    .main-point-flex {
        width: 100%;
    }
    .main-point {
        padding: 8px;
        margin-bottom: 1rem;
    }
    .main-pc {
        width: 100%;
    }
    .main-cta-flex {
        flex-direction: column;
    }
    .cta-link {
        padding: 8px 2.4rem;
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .cta-link::before {
        right: 1rem;
    }
    /*--メリット_SP--*/
    .merit-container {
        padding: 1rem;
    }
    .merit-number {
        top: -14%;
        left: 1rem;
        font-size: 2rem
    }
    .merit-img {
        width: 100%;
    }
    /*--サポート_SP--*/
    .support-container {
        width: calc(50% - 8px);
        padding: 10px;
        margin: 0 auto 1rem;
    }
    .support-container:nth-child(n+3) {
        margin-bottom: 1rem;
    }
    .support-container:nth-child(n+5) {
        margin-bottom: 0;
    }
    .support-icon {
        width: 48px;
        height: 48px;
    }
    /*--機能一覧_SP--*/
    .feature-container-flex {
        flex-direction: column;
    }
    .feature-container {
        padding: 1rem;
    }
    .feature-text-box {
        width: 100%;
        margin-bottom: 1rem;
    }
    .feature-img {
        width: 100%;
        margin-left: 0;
    }
    /*--運用フロー_SP--*/
    .flow-number {
        top: -20%;
        left: 0;
        transform: initial;
        font-size: 2rem;
    }
    .flow-container {
        padding: 12px;
        margin-bottom: 2rem;
    }
    .flow-img {
        width: 48px;
        height: 48px;
    }
    .flow-text {
        width: calc((100% - 48px) - 1rem);
    }
    /*--よくある質問_SP--*/
    #question {
        background-size: 800%;
    }
    .question-box {
        width: 100%;
    }
    .question-head {
        flex-direction: column;
    }
    .accordion-tab {
        margin: 8px auto 0;
    }
    /*--お問い合わせ_SP--*/
    #form-tab {
        padding: 2rem 0;
    }
    .tab-item {
        width: 140px;
        padding: 12px;
        font-size: 1rem;
    }
    .request-flex {
        margin-bottom: 2rem;
    }
    .request-title {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    .request-title br {
        display: block;
    }
    .request-des-box {
        flex-direction: column;
    }
    .request-text-box {
        width: 100%;
    }
    .request-img {
        width: 100%;
    }
    .tab-text {
        margin-bottom: 1rem;
    }
    .tab-container {
        padding: 1rem;
        margin-bottom: 2rem;
    }
    .contact-example-box {
        margin-left: 0;
    }
    .contact-link-box .form-link {
        padding: 8px 1rem;
    }
    .form-link {
        padding: 8px 3rem;
    }
    /*--フッター_SP--*/
    .footer-wrapper {
        width: 88%;
        flex-direction: column;
        align-items: flex-start;
    }
    .site-logo {
        width: 44%;
        margin-bottom: 1rem;
    }
    .footer-info {
        margin-bottom: 1rem;
    }
    .copyright p {
        font-size: 2.8vw;
    }

}
/*-------------アニメーション------------------*/
.animation {
    opacity: 0
}
.fadeup {
    transform-origin: center top;
    -webkit-animation: fadeup 1s both;
    animation: fadeup 1s both;
}

.slidein_left {
    transform-origin: right center;
    -webkit-animation: slidein_left 1s both;
    animation: slidein_left 1s both
}
.slidein_right {
    transform-origin: right center;
    -webkit-animation: slidein_right 1s both;
    animation: slidein_right 1s both
}

.d3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.d5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.d10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.d15 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.d20 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.d25 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.d30 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.d35 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.d40 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.d45 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.d50 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.d55 {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.d60 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

@-webkit-keyframes fadeup {
    0% {
        transform: translate(0, 2em);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes fadeup {
    0% {
        transform: translate(0, 2em);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes slidein_left {
    0% {
        transform: translate(-2em, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes slidein_left {
    0% {
        transform: translate(-2em, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes slidein_right {
    0% {
        transform: translate(2em, 0, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0, 0);
        opacity: 1
    }
}

@keyframes slidein_right {
    0% {
        transform: translate(2em, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes circle {
    0% {
        transform-origin: 50% 50%;
        transform: scaleY(1) rotate(0deg)
    }

    50% {
        transform: scaleY(1) rotate(180deg);
        transform-origin: 50% 50%
    }

    100% {
        transform: scaleY(1) rotate(360deg);
        transform-origin: 50% 50%
    }
}

@keyframes circle {
    0% {
        transform-origin: 50% 50%;
        transform: scaleY(1) rotate(0deg)
    }

    50% {
        transform: scaleY(1) rotate(180deg);
        transform-origin: 50% 50%
    }

    100% {
        transform: scaleY(1) rotate(360deg);
        transform-origin: 50% 50%
    }
}
