@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
body {
    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;
    color: #333;
    box-sizing: border-box;
    line-break: strict;
}
*, *::before, *::after {
    box-sizing: border-box;
}

/* デバッグ用 */
/* * {
    outline:1px solid #0000FF;
}

body {
  overflow-x: hidden !important;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
} */

/*--------共通パーツ--------*/
.section-title {
    position: relative;
    margin-bottom: 4rem;
    color: #004a8e;
    font-size: 2rem;
    font-weight: 900;
}
.section-title::before {
    position: absolute;
    content: "";
    background-color: #004a8e;
    bottom: -12px;
    left: 50%;
    width: 48px;
    height: 1px;
    transform: translateX(-50%);
}
.box-title {
    color: #c9444e;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: .05rem;
    text-align: left;
}
.wrapper {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.wrapper2 {
    width: 64%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
a {
    text-decoration: none;
    transition: .3s;
}
a:hover {
    opacity: .7;
}
.sp-wrap {
    display: none;
}
img {
    display: block;
}
.pc-img {
    display: block;
}
.sp-img {
    display: none;
}
.sp-br {
    display: none;
}
/*--------ヘッダー--------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 84px;
    box-shadow: 1px 1px 6px #aaa;
    background-color: #fff;
    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: 16%;
    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: 2rem;
}
.header-link {
    position: relative;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    color: #333;
}
.header-link::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: 2px;
    transform: translateX(-100%);
    transform-origin: left;
    background-color: #00aad6;
    transition: .3s ease;
}
.header-link:hover {
    opacity: .7;
    color: #4e6fbf;
}
.header-link:hover::before {
    transform: translateX(0%);
}
.header-option {
    display: flex;
    height: 100%;
}
.header-option-box {
    width: 120px;
    height: 100%;
    padding: 1rem;
}
.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 {
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.02rem;
}
/*-------------メインビジュアル------------------*/
.main-visual {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 756px;
    overflow: hidden;
    background-color: #fff;
}
.main-visual::before {
    position: absolute;
    content: "";
    top: 0;
    left: -38%;
    z-index: -1;
    width: 92%;
    height: 180%;
    transform: rotate(-24deg);
    background-color: #d6eefc;
}
.main-visual-parts {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 80%;
    height: auto;
}
.main-catch-copy {
    margin-top: calc(84px + 4rem);
    margin-bottom: 4rem;
    color: #333;
    font-size: 2.4vw;
    font-weight: 900;
    -webkit-text-stroke: #fff 6px;
    paint-order: stroke;
    text-align: left;
}
.main-catch-copy br {
    display: none;
}
.main-visual-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.main-box1 {
    width: 52%;
}
.main-box-list {
    margin-bottom: 4rem;
    text-align: left;
}
.main-box-item {
    position: relative;
    font-size: 1.1rem;
    font-weight: 900;
    margin-left: 2rem;
}
.main-box-item br {
    display: none;
}
.main-box-item::before {
    position: absolute;
    content: "";
    top: calc(50% + 2px);
    left: -2rem;
    width: 1.1rem;
    height: 1.1rem;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #004a8e;
}
.main-box-item::after {
    position: absolute;
    content: "";
    top: 40%;
    left: -26px;
    width: 6px;
    height: 8px;
    transform: rotate(135deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
.main-point-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(10vw - 1rem);
    max-width: 140px;
    height: calc(10vw - 1rem);
    max-height: 140px;
    border-radius: 50%;
    box-shadow: 2px 2px 7px #aaa;
    background-color: #fff;
}
.main-point:first-child {
    margin-left: 0;
}
.main-point img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.main-point span {
    color: #004a8e;
    font-size: .8rem;
    letter-spacing: .01rem;
    line-height: 1rem;
}
.main-visual-img-box {
    display: flex;
    width: 40%;
}
.main-visual-img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.main-visual-img-pc {
    margin-top: auto;
}
.main-visual-img-sp {
    margin-top: auto;
    margin-left: -4rem;
}
.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;
    border-radius: 3em;
    padding: 12px 2.4rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
}
.cta-download {
    background-color: #004a8e;
    padding-right: 4rem;
    border: solid 1px #004a8e;
}
.cta-download:hover {
    background-color: #fff;
    color: #004a8e;
}
.cta-request {
    background-color: #87c54f;
    padding-right: 4rem;
    border: solid 1px #87c54f;
}
.cta-request:hover {
    background-color: #fff;
    color: #87c54f;
}
.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 #004a8e;
    border-top: 3px solid #004a8e;
}
.cta-request.cta-link:hover::before {
    right: 1rem;
    border-right: 3px solid #87c54f;
    border-top: 3px solid #87c54f;
}
/*--お悩み--*/
#worry {
    padding: 4rem 0;
    background-color: #fff;
}
.worry-text {
    text-align: center;
    margin-bottom: 2rem;
}
.worry-text br {
    display: none;
}
.worry-flex {
    display: flex;
    justify-content: space-between;
}
.worry-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(50% - 2rem);
}
.worry-person {
    width: 24%;
}
.worry-person img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.worry-balloon-box {
    width: calc(76% - 2rem);
}
.worry-balloon {
    position: relative;
    z-index: 1;
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    filter: drop-shadow(2px 2px 7px rgba(170,170,170,1));
    background-color: #fff;
    text-align: left;
}
.worry-balloon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -3%;
    z-index: -1;
    transform: translate(-50%,-50%);
    border: solid 16px transparent;
    border-right: solid 16px #fff;
}
/*--お悩み解決--*/
#solution {
    padding: 4rem 0;
    background-image: url(../img/back-gray.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.solution-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 2rem;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: .05rem;
}
.solution-title br {
    display: none;
}
.title-logo {
    width: auto;
    height: 48px;
    margin-top: 7px;
    margin-right: 4px;
}
.title-logo img {
    width: auto;
    height: 100%;
    max-height: 200px;
    object-fit: contain;
}
.solution-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.solution-container {
    width: calc(50% - 1rem);
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    box-shadow: 2px 2px 7px #aaa;
    background-color: #fff;
}
.solution-container:nth-child(n+3) {
    margin-bottom: 0;
}
.solution-img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
.solution-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.solution-text {
    text-align: left;
}
/*--機能紹介--*/
#feature {
    padding: 4rem 0;
    background-color: #fff;
}
.feature-text {
    margin-bottom: 4rem;
}
.feature-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.feature-container {
    position: relative;
    width: calc((100% / 3) - 1rem);
    padding: 2rem 1rem 1rem;
    border-radius: 20px;
    box-shadow: 2px 2px 7px #aaa;
    background-color: #fff;
}
.feature-number-box {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: baseline;
    top: -4%;
    left: 0;
    padding: 8px;
    border-radius: 8px;
    background-color: #004a8e;
    color: #fff;
    font-weight: 900;
}
.feature-number-des {
    font-size: .9rem;
}
.feature-number {
    font-size: 1.2rem;
}
.feature-container-text {
    margin-bottom: 4px;
    text-align: left;
}
.feature-img {
    width: 100%;
    height: auto;
}
.feature-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*--活用例--*/
#example {
    padding: 4rem 0;
    background-image: url(../img/back-gray.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.example-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.example-container {
    width: calc(50% - 1rem);
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    box-shadow: 2px 2px 7px #aaa;
    background-color: #fff;
}
.example-container:nth-child(n+3) {
    margin-bottom: 0;
}
.example-text-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
}
.example-head {
    width: 16%;
    padding: 4px 8px;
    border-radius: 8px;
    background-color: #004a8e;
    color: #fff;
    font-size: .9rem;
}
.example-text {
    width: 84%;
    padding-left: 8px;
    letter-spacing: .05rem;
    text-align: left;
}
/*--よくある質問--*/
#question {
    padding: 4rem 0;
}
.question-box {
    width: 74%;
    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;
}
.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;
    margin-top: 1rem;
    background-color: #e7e7e7;
    text-align: left;
}
/*--ご利用料金--*/
#price {
    padding: 4rem 0;
    background-image: url(../img/back-gray.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.price-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.price-container {
    width: calc((100% / 3) - 1rem);
}
.price-table {
    width: calc((100% / 3) - 1rem);
    border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: .05rem;
    text-align: left;
}
.price-table.price-box {
    width: 100%;
}
.price-table-info {
    text-align: left;
}
.price-table-info span {
    display: block;
    font-size: .8rem;
}
.price-table th, .price-table td {
    padding: 8px;
    border: solid 1px #333;
    background-color: #fff;
}
.price-table th {
    width: 52%;
    letter-spacing: .01rem;
}
.th-addition {
    font-size: .9rem;
    padding-left: 1rem;
}
.price-table td {
    width: 48%;
    text-align: right;
}
.price-table span {
    display: block;
    letter-spacing: .01rem;
}
thead tr .table-header {
    color: #fff;
    background-color: #00aad6;
}
/*--お問い合わせ--*/
#form-tab {
    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-box {
    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 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.form-btn {
    display: flex;
    justify-content: flex-start;
    padding-left: 4rem;
}
.form-link {
    position: relative;
    display: inline-block;
    align-items: center;
    opacity: 1;
    padding: 1rem 4rem;
    border: solid 1px #004a8e;
    border-radius: 3em;
    background-color: #004a8e;
    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: #004a8e;
}
.contact-link-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.contact-link-box .form-btn {
    margin-bottom: 1rem;
    margin-right: 2rem;
    padding-left: 0;
}
.contact-link-box .form-link {
    padding: 12px 2rem;
}
.contact-link .form-link {
    opacity: 1;
    border: solid 1px #c9444e;
    background-color: #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 {
    font-weight: 900;
    margin-bottom: 8px;
}
#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 {
    padding: 1.6rem;
    background-color: #004a8e;
    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 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .pc-img {
        display: none;
    }
    .sp-img {
        display: block;
    }
    /*--ヘッダーの設定_タブレット--*/
    #header {
        display: flex;
        align-items: center;
        width: 100%;
        height: 84px;
        background: #fff;
    }
    .site-title {
        width: 32%;
    }
    .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;
        margin-top: 15px;
        margin-right: 15px;
        background-color: #333;
        transition: .2s;
    }
    .header-nav #nav_toggle_text {
        position: absolute;
        display: block;
        right: 20%;
        z-index: 90;
        bottom: -60%;
        color: #333;
        font-size: 0.7rem;
    }
    .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 {
        margin-top: -1px;
        background-color: #333;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    .header-nav #nav_toggle.close #nav_toggle_icon:after {
        margin-top: -1px;
        background-color: #333;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg)
    }
    .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;
        background-color: #fff;
        padding-top: 6rem;
        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: 1rem;
    }
    .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: 1rem;
    }
    /*--メインビジュアル_タブレット--*/
    .main-visual {
        height: auto;
    }
    .main-visual-parts {
        width: 100%;
    }
    .main-catch-copy {
        margin-top: calc(84px + 2rem);
        margin-bottom: 2rem;
        font-size: 3.6vw;
    }
    .main-visual-flex {
        flex-direction: column-reverse;
        margin-bottom: 2rem;
    }
    .main-visual-img-box {
        width: 80%;
        margin-bottom: 2rem;
    }
    .main-box1 {
        width: 100%;
    }
    .main-box-list {
        margin-bottom: 2rem;
    }
    .main-point {
        width: calc(20vw - 1rem);
        height: calc(20vw - 1rem);
        justify-content: center;
        padding-top: 0;
    }
    .main-point img {
        width: 48px;
        height: 48px;
    }
    .main-cta-flex {
        margin-bottom: 2rem;
    }
    /*--お悩み_タブレット--*/
    #worry {
        padding: 2rem 0;
    }
    .worry-flex {
        flex-direction: column;
    }
    .worry-box {
        width: 100%;
        margin-bottom: 2rem;
    }
    /*--お悩み解決_タブレット--*/
    #solution {
        padding: 2rem 0;
    }
    .solution-title {
        flex-direction: column;
    }
    .solution-container {
        width: 100%;
        padding: 1rem 8px;
    }
    .solution-container:nth-child(n+3) {
        margin-bottom: 2rem;
    }
    .solution-box {
        display: flex;
        justify-content: space-between;
    }
    .solution-img {
        width: 50%;
    }
    .solution-text {
        width: 50%;
    }
    /*--機能_タブレット--*/
    #feature {
        padding: 2rem 0;
    }
    .feature-flex {
        flex-direction: column;
    }
    .feature-container {
        width: 100%;
        margin-bottom: 2rem;
    }
    .feature-box {
        display: flex;
        justify-content: space-between;
    }
    .feature-text-box {
        width: 50%;
        padding-top: 1rem;
    }
    .feature-img {
        width: 50%;
    }
    /*--活用例_タブレット--*/
    #example {
        padding: 2rem 0;
    }
    .example-flex {
        flex-direction: column;
    }
    .example-container {
        width: 100%;
        padding: 2rem;
    }
    .example-container:nth-child(n+3) {
        margin-bottom: 2rem;
    }
    /*--よくある質問_タブレット--*/
    #question {
        padding: 2rem 0;
    }
    .question-box {
        width: 80%;
    }
    /*--料金_タブレット--*/
    #price {
        padding: 2rem 0;
    }
    .price-flex {
        flex-direction: column;
    }
    .price-container {
        width: 80%;
        margin: 0 auto 2rem;
    }
    .price-table {
        width: 80%;
        margin: 0 auto 2rem;
    }
    .price-table:first-child {
        margin-bottom: 0;
    }
    .price-table:last-child {
        margin-bottom: 0;
    }
    /*--お問い合わせ_タブレット--*/
    #form-tab {
        padding: 2rem 0;
    }
    .tab-container {
        margin-bottom: 2rem;
    }
    .request-img-box {
        align-items: center;
        width: 50%;
    }
    .request-flex {
        flex-direction: column;
        margin-bottom: 4rem;
    }
    .request-des-box, .request-img-box {
        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) {
    body {
        font-size: 14px;
        letter-spacing: 0.05rem;
    }
    .section-title {
        font-size: 1.2rem;
        letter-spacing: .03rem;
        text-align: center;
    }
    .header-nav #nav_toggle {
        top: 8px;
        right: 1rem;
    }
    .header-nav #nav_toggle_text {
        right: 24%;
    }
    .header-list {
        width: 100%;
    }
    .site-title {
        width: 60%;
    }
    .sp-br {
        display: block;
    }
    /*--メインビジュアル_SP--*/
    .main-visual::before {
        left: 12%;
    }
    .main-visual-parts {
        right: 0%;
    }
    .main-catch-copy {
        margin-top: calc(84px + 1rem);
        margin-bottom: 1rem;
        font-size: 6vw;
    }
    .main-catch-copy br {
        display: block;
    }
    .main-visual-flex {
        margin-bottom: 1rem;
    }
    .main-visual-img-box {
        width: 100%;
        margin-bottom: 2rem;
    }
    .main-box-item {
        margin-bottom: 1rem;
        font-size: 1.1rem;
        font-weight: 600;
    }
    .main-box-item::after {
        top: 44%;
    }
    .main-box-item br {
        display: block;
    }
    .main-point-flex {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .main-point {
        flex-direction: row;
        justify-content: center;
        width: 280px;
        max-width: initial;
        height: auto;
        max-height: initial;
        padding: 8px 1rem;
        border-radius: 12px;
        margin-bottom: 1rem;
    }
    .main-point:last-child {
        margin-bottom: 0;
    }
    .main-icon {
        width: 20%;
        height: auto;
    }
    .main-point img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .main-point span {
        width: 80%;
        font-size: 1rem;
        text-align: center;
        padding-left: 12px;
    }
    .main-point br {
        display: none;
    }
    .main-cta-flex {
        flex-direction: column;
    }
    .cta-btn:first-child {
        margin-bottom: 2rem;
    }
    .cta-link {
        padding: 8px 2rem;
        font-size: 1rem;
    }
    .cta-link::before {
        right: 1rem;
    }
    .cta-link:hover::before {
        right: 1rem;
    }
    /*--お悩み_SP--*/
    .worry-text {
        margin-bottom: 1rem;
    }
    .worry-text br {
        display: block;
    }
    .worry-box {
        flex-direction: column-reverse;
        margin-bottom: 1rem;
    }
    .worry-box:last-child {
        margin-bottom: 0;
    }
    .worry-person {
        width: 40%;
    }
    .worry-balloon-box {
        width: 100%;
    }
    .worry-balloon {
        margin-bottom: 1.5rem;
    }
    .worry-balloon::before {
        top: 100%;
        left: 50%;
        border-top: solid 16px #fff;
    }
    /*--お悩み解決_SP--*/
    .solution-title {
        font-size: 1.4rem;
    }
    .solution-title br {
        display: block;
    }
    .title-logo {
        width: 80%;
        height: auto;
    }
    .title-logo img {
        width: 100%;
    }
    .solution-box {
        flex-direction: column;
    }
    .solution-img, .solution-text {
        width: 100%;
    }
    .solution-container:last-child {
        margin-bottom: 0;
    }
    /*--機能_SP--*/
    .feature-container:last-child {
        margin-bottom: 0;
    }
    .feature-box {
        flex-direction: column;
    }
    .feature-text-box, .feature-img {
        width: 100%;
    }
    /*--活用例_SP--*/
    .example-container {
        margin-bottom: 1rem;
    }
    .example-container:nth-child(n+3) {
        margin-bottom: 1rem;
    }
    .example-container:last-child {
        margin-bottom: 0;
    }
    .example-text-box {
        flex-direction: column;
    }
    .example-head {
        width: auto;
    }
    .example-text {
        width: 100%;
        padding-left: 0;
    }
    /*--よくある質問_SP--*/
    #question {
        padding: 2rem 0;
        background-size: 800%;
    }
    .question-box {
        width: 100%;
        margin-bottom: 1rem;
    }
    .question-box:last-child {
        margin-bottom: 0;
    }
    .question-head {
        flex-direction: column;  
    }
    .accordion-tab {
        margin: 8px auto;
    }
    /*--料金_SP--*/
    #price {
        padding: 2rem 0;
    }
    .price-container, .price-table {
        width: 100%;
    }
    .price-flex {
        flex-direction: column;
        width: 100%;
    }
    .price-box {
        width: 100%;
        margin-bottom: 1rem;
    }
    .price-head {
        font-size: 1.2rem;
    }
    .price-content {
        padding: 1rem;
    }
    .price-text-box {
        width: 100%;
    }
    .price-add {
        padding: 4px 8px;
    }
    .price-number {
        font-size: 2rem;
    }
    /*--お問い合わせ_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: 1rem;
        font-weight: 900;
    }
    .request-title br {
        display: block;
    }
    .request-des-box {
        flex-direction: column;
    }
    .request-text-box {
        width: 100%;
    }
    .request-img-box {
        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;
    }
    /*--フッター_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: 2vw;
    }
}
/*-------------アニメーション------------------*/
.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%
    }
}