@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;
}
*, *::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 {
    color: #004a8e;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
.box-title {
    color: #c9444e;
    font-size: 1.2rem;
    font-weight: 900;
    text-align: left;
    margin-bottom: 1rem;
}
.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;
}
/*--------ヘッダー--------*/
#header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    box-shadow: 1px 1px 6px #aaa;
    transition: .3s ease;
    z-index: 30;
}
.header-change {
    background-color: rgba(255, 255, 255, .7) !important;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
}
.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;
    color: #333;
    opacity: 1;
    overflow: hidden;
}
.header-link::before {
    position: absolute;
    content: "";
    background-color: #00aad6;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: 2px;
    transform: translateX(-100%);
    transform-origin: left;
    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 {
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.02rem;
}
/*-------------メインビジュアル------------------*/
 .main-visual {
    position: relative;
    background: #004A8E;
    background: linear-gradient(340deg,rgba(0, 74, 142, 1) 0%, rgba(106, 156, 197, 1) 25%, rgba(214, 238, 252, 1) 50%, rgba(214, 238, 252, 1) 75%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 756px;
    overflow: hidden;
    z-index: 0;
 }
.main-visual-parts-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: auto;
    z-index: -1;
}
.main-visual-parts-r {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36%;
    height: auto;
    z-index: -1;
}
.main-visual-parts-l img, .main-visual-parts-r img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.main-catch-copy {
    margin-top: calc(84px + 4rem);
}
.catch-br {
    display: none;
}
.main-catch-copy p {
    color: #333;
    font-size: 2.2vw;
    text-align: left;
    margin-bottom: 2rem;
    -webkit-text-stroke: #fff 6px;
    paint-order: stroke;
}
.main-visual-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-visual-container {
    width: 64%;
}
.main-visual-box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.main-visual-logo {
    width: 52%;
}
.main-visual-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.main-price-box {
    display: flex;
    align-items: center;
}
.main-visual-price {
    color: #4e6fbf;
}
.main-price-text {
    display: inline-block;
    color: #fff;
    background-color: #4e6fbf;
    padding: 4px 8px;
    border-radius: 8px;
}
.main-price-number {
    display: inline-block;
    font-size: 1.36rem;
    margin-left: 8px;
}
.main-visual-price p {
    text-align: left;
    margin-top: 8px;
}
.main-visual-box2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 4rem;
}
.main-visual-point {
    width: calc(100% / 3);
    background-color: #fff;
    color: #004a8e;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: 0.01rem;
    text-align: center;
    padding: 1rem 8px;
    border-radius: 16px;
    margin-left: 12px;
    box-shadow: 2px 2px 6px #aaa;
}
.main-visual-point:first-child {
    margin-left: 0;
}
.main-visual-box3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main-visual-cta {
    position: relative;
}
.cta-copy {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c9444e;
    font-size: .9rem;
    letter-spacing: 0.05rem;
    white-space: nowrap;
}
.cta-copy::before {
    position: absolute;
    content: "";
    background-color: #333;
    bottom: 8%;
    left: -8%;
    width: 1px;
    height: 14px;
    transform: rotate(-45deg);
}
.cta-copy::after {
    position: absolute;
    content: "";
    background-color: #333;
    bottom: 8%;
    right: -8%;
    width: 1px;
    height: 14px;
    transform: rotate(45deg);
}
.cta-link {
    position: relative;
    display: inline-block;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 3em;
    padding: 12px 2.4rem;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    transition: .3s ease;
}
.cta-download {
    background-color: #3fb5d1;
    padding-right: 4rem;
    border: solid 1px #3fb5d1;
}
.cta-download:hover {
    background-color: #fff;
    color: #3fb5d1;
}
.cta-request {
    background-color: #87c54f;
    padding-right: 5rem;
    border: solid 1px #87c54f;
}
.cta-request:hover {
    background-color: #fff;
    color: #87c54f;
}
.cta-link::before {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 1px;
    transition: .3s ease;
}
.cta-link::after {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 44%;
    right: 3%;
    transform: translate(-50%, -50%) rotate(24deg);
    width: 1rem;
    height: 1px;
}
.cta-link:hover::before {
    width: 2.4rem;
}
.cta-download:hover::before, .cta-download:hover::after {
    background-color: #3fb5d1;
}
.cta-download:hover::after {
    right: 5%;
}
.cta-request:hover::before, .cta-request:hover::after {
    background-color: #87c54f;
}
.cta-request:hover::after {
    right: 5%;
}
.main-visual-img-box {
    display: flex;
    width: 36%;
}
.main-visual-img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.main-visual-img-pc {
    margin-top: auto;
}
.main-visual-img-sp {
    margin-left: -4rem;
    margin-top: auto;
}
.main-visual-cta {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.download-link {
    position: relative;
    display: inline-block;
    align-items: center;
    background-color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 3em;
    padding: 1rem 4rem 1rem 3rem;
    color: #4e6fbf;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    transition: .3s ease;
}
.download-link:hover {
    background-color: #4e6fbf;
    color: #fff;
    opacity: 1;
}
.download-link::before {
    position: absolute;
    content: "";
    background-color: #4e6fbf;
    top: 30%;
    right: 6%;
    width: 28px;
    height: 28px;
    border-radius: 100%;
}
.download-link::after {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 52%;
    right: 7.5%;
    width: 12px;
    height: 12px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.main-customize .download-link {
    background-color: #fff;
    color: #87c54f;
}
.main-customize .download-link:hover {
    background-color: #87c54f;
    color: #fff;
}
.main-customize .download-link::after {
    background-color: #fff;
}
.download-link:hover::before {
    background-color: #4e6fbf;
}
.main-customize .download-link::before {
    background-color: #87c54f;
}
.download-link:hover::after {
     right: 4%;
}
/*--お悩み--*/
#worry {
    padding: 4rem 0;
}
.worry-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d6eefc;
    padding: 2rem 1rem;
    border-radius: 12px;
    box-shadow: 2px 2px 6px #aaa;
    margin-bottom: 2rem;
}
.worry-img {
    width: 32%;
}
.worry-balloon {
    position: relative;
    display: block;
    background-color: #fff;
    color: #333;
    font-size: .9rem;
    letter-spacing: 0.05rem;
    padding: 8px;
    border-radius: 12px;
    margin-bottom: 2rem;
}
.worry-balloon::before {
    position: absolute;
    content: "";
    bottom: -70%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid transparent;
    border-top: 16px solid #fff;
}
.worry-img img {
    width: 48%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}
.worry-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 72%;
    margin-left: 1rem;
}
.worry-text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.worry-text {
    text-align: left;
    margin-bottom: 1rem;
}
.worry-caption {
    background-color: #004a8e;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
}
.worry-cap-img {
    width: 50%;
    margin-left: 1rem;
}
.worry-cap-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.worry-cap-img-pc {
    display: block;
}
.worry-cap-img-sp {
    display: none;
}
/*--仕組み--*/
#reason {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}
#reason::before {
    position: absolute;
    content: "";
    background-color: #d6eefc;
    top: 28%;
    left: -10%;
    width: 120%;
    height: 48%;
    transform: rotate(-10deg);
    z-index: -1;
}
.reason-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.reason-container {
    position: relative;
    width: calc(50% - 1rem);
    height: auto;
    text-align: left;
    background-color: #fff;
    padding: 2rem 1rem;
    border-radius: 20px;
    margin-bottom: 6rem;
    box-shadow: 2px 2px 7px #aaa;
}
.reason-number {
    position: absolute;
    color: #3fb5d1;
    font-size: 2.4rem;
    font-weight: 900;
    top: -2rem;
    left: -4%;
}
.reason-container:nth-child(2n) {
    transform: translateY(6rem); 
}
.reason-container:last-child {
    margin-bottom: 0;
}
/*--機能紹介--*/
#feature {
    background-color: #F7F7F7;
    padding: 4rem 0;
}
.feature-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.feature-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: calc((100% / 3) - 1rem);
    background-color: #fff;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 2px 2px 6px #aaa;
}
.feature-img {
    width: 100%;
}
.feature-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.feature-text {
    text-align: left;
}
.feature-add {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 900;
}
/*--導入までの流れ--*/
#flow {
    padding: 4rem 0;
}
.flow-step-box {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 4rem;
}
.flow-step-box:last-child {
    margin-bottom: 0;
}
.flow-step-box::before {
    position: absolute;
    content: "";
    bottom: -88%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 16px transparent;
    border-top: solid 16px #c9444e;
}
.flow-step-box:last-child::before {
    content: none;
}
.flow-step {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004a8e;
    width: 100px;
    padding: 1rem;
    border-radius: 12px 0 0 12px;
}
.flow-step p {
    color: #fff;
    font-weight: 900;
}
.flow-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #509dbc;
    width: calc(100% - 100px);
    padding: 1rem;
    border-radius: 0 12px 12px 0;
}
.flow-flex p {
    color: #fff;
    text-align: left;
}
.flow-icon {
    width: 48px;
    height: 48px;
    margin-right: 1rem;
}
.flow-icon img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}
/*--活用例--*/
#example {
    padding: 4rem 0;
}
.example-text {
    text-align: center;
    margin-bottom: 4rem;
}
.example-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.example-container {
    position: relative;
    width: calc(25% - 1rem);
    background-color: #fff;
    padding: 2rem 1rem;
    border-radius: 0 20px 20px 20px;
    box-shadow: 2px 2px 7px #aaa;
}
.example-number-box {
    position: absolute;
    display: inline-block;
    background-color: #004a8e;
    color: #fff;
    top: -6%;
    left: 0;
    padding: 4px 8px;
    border-radius: 12px;
}
.example-title {
    color: #C9444E;
    font-size: 1.2rem;
    font-weight: 900;
    text-align: left;
    margin-bottom: 2rem;
}
.example-case {
    font-size: .9rem;
}
.example-number {
    font-size: 1.4rem;
}
.example-icons-img {
    width: 100%;
    margin-bottom: 1rem;
}
.example-icons-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.example-container-text {
    text-align: left;
}
/*--ポイント--*/
#point {
    background-color: #F7F7F7;
    padding: 4rem 0;
}
.point-text {
    margin-bottom: 2rem;
}
.point-step-box {
    position: relative;
    display: flex;
    width: 80%;
    max-width: 900px;
    margin: 0 auto 4rem;
}
.point-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #004a8e;
    color: #fff;
    font-weight: 900;
    width: 100px;
    height: 100px;
    padding: 1rem;
    border-radius: 50%;
    margin-right: -4rem;
    box-shadow: 2px 2px 7px #aaa;
    z-index: 2;
}
.point-intro {
    display: block;
    font-size: 1rem;
}
.point-number {
    display: block;
    font-size: 1.8rem;
}
.point-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 12px 2rem 12px 6rem;
    border-radius: 20px;
    box-shadow: 2px 2px 7px #aaa;
    z-index: 1;
}
.point-title {
    display: block;
    color: #C9444E;
    font-size: 1.2rem;
    font-weight: 900;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
.point-container p {
    display: block;
    letter-spacing: .05rem;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
/*--よくある質問--*/
#question {
    padding: 4rem 0;
}
.question-box {
    background-color: #fff;
    text-align: left;
    width: 74%;
    padding: 1rem;
    border-radius: 12px;
    margin: 0 auto 2rem;
    box-shadow: 2px 2px 10px #aaa;
}
.question-head {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.question-text {
    font-weight: bold;
}
.accordion-tab {
    position: relative;
    background-color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
}
.accordion-tab::before {
    position: absolute;
    content: "";
    background-color: #c9444e;
    width: 1px;
    height: 18px;
    top: 18%;
    left: 48%;
    transform: rotate(0deg);
    transition: .3s ease;
}
.accordion-tab.open::before {
    transform: rotate(90deg);
}
.accordion-tab::after {
    position: absolute;
    content: "";
    background-color: #c9444e;
    width: 18px;
    height: 1px;
    top: 48%;
    left: 18%;
}
.answer-tab {
    display: none;
    background-color: #e7e7e7;
    text-align: left;
    padding: 1rem;
    border-radius: 12px;
    margin-top: 1rem;
}
/*--ご利用料金--*/
#price {
    background-color: #f7f7f7;
    padding: 4rem 0;
}
.price-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 74%;
    margin: 0 auto;
}
.price-box {
    width: calc(50% - 2rem);
    border-radius: 12px;
    border: solid 3px #004a8e;
    overflow: hidden;
}
.price-head {
    background-color: #004a8e;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 4px 0;
}
.price-content {
    background-color: #fff;
    padding: 3.6rem;
}
.price-content-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-add {
    background-color: #004a8e;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    margin-right: 1rem;
}
.price-number {
    color: #004a8e;
    font-size: 2.4rem;
}
.price-digits {
    color: #004a8e;
}
.price-text-box {
    width: calc(50% - 2rem);
}
.price-text-box p {
    text-align: left;
}
/*--お問い合わせ--*/
#form-tab {
    padding: 4rem 0;
}
.form-tab-menu {
    display: flex;
    justify-content: flex-start;
}
.tab-item {
    background-color: #d1d1d1;
    font-size: 1.2rem;
    width: 160px;
    padding: 1rem;
    border-radius: 12px 12px 0 0;
    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 {
    color: #004a8e;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
.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;
    background-color: #4e6fbf;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3em;
    border: solid 1px #4e6fbf;
    padding: 1rem 4rem;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    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 {
    background-color: #c9444e;
    border: solid 1px #c9444e;
    opacity: 1;
}
.contact-link .form-link:hover {
    background-color: #fff;
    color: #c9444e;
    opacity: 1;
}
.estimate-link .form-link {
    background-color: #4e6fbf;
    border: solid 1px #4e6fbf;
    opacity: 1;
}
.estimate-link .form-link:hover {
    background-color: #fff;
    color: #4e6fbf;
}
.trial-link .form-link {
    background-color: #00aad6;
    border: solid 1px #00aad6;
    opacity: 1;
}
.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%;
    text-align: left;
    margin-left: 4rem;
}
#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 {
    background-color: #004a8e;
    text-align: center;
    padding: 1.6rem;
}
.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;
    }
    /*--ヘッダーの設定_タブレット--*/
    #header {
        display: flex;
        background: #fff;
        align-items: center;
        width: 100%;
        height: 84px;
    }
    .site-title {
        width: 32%;
    }
    .header-link::before {
        content: none;
    }
    /*--メニュー_タブレット--*/
   #close_toggle {
        display: block;
        padding: 1em;
        text-align: right
    }
    #gnav_overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100dvh;
        background: rgba(0,0,0,.7);
        transition: .5s;
        z-index: 80;
        top: 0;
        right: 0
    }
    .header-nav #nav_toggle{
        position: fixed;
        display: flex;
        align-items: center;
        height: 40px;
        top: 12px;
        right: 2rem;
        z-index: 1000;
        cursor: pointer;
    }
    .header-nav #nav_toggle #nav_toggle_icon {
        display: block;
        width: 30px;
        height: 2px;
        background: #333;
        margin-top: 15px;
        margin-right: 15px;
        transition: .2s;
        z-index: 90;
    }
    .header-nav #nav_toggle_text {
        position: absolute;
        display: block;
        font-size: 0.7rem;
        color: #333;
        right: 20%;
        bottom: -60%;
        z-index: 90;
    }
    .header-nav #nav_toggle::before {
        position: absolute;
        content: "";
        width: 80px;
        height: 80px;
        top: -4px;
        right: -9.6px;
        border-radius: 50%;
    }
    .header-nav #nav_toggle #nav_toggle_icon:before,
    .header-nav #nav_toggle #nav_toggle_icon:after {
        position: absolute;
        display: block;
        content: "";
        width: 30px;
        height: 2px;
        background: #333;
        transition: .3s;
        top: 68%;
        left: 0
    }
    .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 {
        background-color: #333;
        margin-top: -1px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    .header-nav #nav_toggle.close #nav_toggle_icon:after {
        background-color: #333;
        margin-top: -1px;
        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;
        background-color: #fff;
        padding-top: 6rem;
        top: 0;
        right: -100%;
        z-index: 100;
        width: 50vw;
        height: 100dvh;
        text-align: center;
        transition: .3s;
    }
    /*--ハンバーガーメニューオープン--*/
    .open .header-list {
        right: 0;
        padding-top: 6rem;
    }
    .header-item {
        margin-right: 0;
    }
    .header-link {
        display: block;
        font-size: 1.2rem;
        padding: 2rem 0;
        border-top: solid 1px #333;
    }
    .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-visual-parts-l, .main-visual-parts-r {
        width: 100%;
    }
    .main-catch-copy p {
        font-size: 3vw;
    }
    .main-visual-flex {
        flex-direction: column;
    }
    .main-visual-container {
        width: 100%;
    }
    .main-visual-box1 {
        margin-bottom: 2rem;
    }
    .main-visual-box2 {
        margin-bottom: 3rem;
    }
    .main-visual-box3 {
        justify-content: space-around;
        width: 100%;
        margin-bottom: 2rem;
    }
    .main-visual-img-box {
        width: 72%;
        margin-bottom: 4rem;
    }
    
    /*--お悩み_タブレット--*/
    .worry-container {
        flex-direction: column;
        padding: 1rem;
    }
    .worry-container:last-child {
        margin-bottom: 0;
    }
    .worry-img {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 80%;
        margin-bottom: 2rem;
    }
    .worry-img img {
        width: 28%;
        margin: 0;
        margin-right: 2rem;
    }
    .worry-balloon::before {
        bottom: initial;
        top: 50%;
        left: -12px;
        transform: translate(-50%, -50%) rotate(90deg);
        border: 12px solid transparent;
        border-top: 12px solid #fff;
    }
    .worry-box {
        width: 100%;
    }
    /*--仕組み_タブレット--*/
    .wrapper2 {
        width: 90%;
        max-width: 1200px;
    }
    .reason-container {
        margin-bottom: 4rem;
    }
    /*--機能_タブレット--*/
    .feature-container {
        width: calc((100% / 2) - 1rem);
    }
    .feature-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .box-title {
        font-size: 1.1rem;
    }
    /*--活用例_タブレット--*/
    .example-flex {
        flex-wrap: wrap;
    }
    .example-container {
        width: calc(50% - 1rem);
        padding: 2rem;
        margin-bottom: 4rem;
    }
    .example-container:nth-child(n+3) {
        margin-bottom: 0;
    }
    /*--導入までの流れ_タブレット--*/
    .flow-step-box {
        width: 90%;
    }
    /*--ポイント_タブレット--*/
    .point-step-box {
        width: 90%;
    }
    .point-container {
        padding: 12px 1rem 12px 5rem;
    }
    /*--よくある質問_タブレット--*/
    .question-box {
        width: 90%;
    }
    /*--料金_タブレット--*/
    .price-flex {
        width: 90%;
    }
    .price-box {
        width: calc(50% - 1rem);
    }
    .price-text-box {
        width: calc(50% - 1rem);
    }
    /*--お問い合わせ_タブレット--*/
    .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;
        margin-bottom: 1rem;
    }
    .section-title br {
        display: none;
    }
    .header-nav #nav_toggle {
        top: 8px;
        right: 1rem;
    }
    .header-nav #nav_toggle_text {
        right: 24%;
    }
    .header-list {
        width: 100%;
    }
    .header-link {
        font-size: 1rem;
        padding: 1rem 0;
    }
    .header-option-link span {
        font-size: 1rem;
    }
    .site-title {
        width: 44%;
    }
    .sp-wrap {
        display: block;
    }
    /*--メインビジュアル_SP--*/
    .main-visual-parts-l, .main-visual-parts-r {
        width: 90%;
    }
    .main-visual-parts-r {
        left: 0;
        right: initial;
    }
    .main-catch-copy {
        margin-top: calc(84px + 2rem);
    }
    .main-catch-copy p {
        font-size: 4.4vw;
        text-align: center;
        margin-bottom: 1rem;
    }
    .catch-br {
        display: block;
    }
    .main-visual-box1 {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .main-visual-logo {
        width: 80%;
    }
    .main-visual-price p {
        text-align: center;
    }
    .main-visual-box2 {
        flex-direction: column;
    }
    .main-visual-point {
        width: 80%;
        padding: 8px 0;
        margin: 0 auto 1rem;
    }
    .main-visual-point:first-child {
        margin-left: auto;
    }
    .main-visual-box3 {
        flex-direction: column;
    }
    .main-visual-cta:first-child {
        margin-bottom: 2rem;
    }
    .main-visual-img-box {
        width: 100%;
        margin-bottom: 2rem;
    }
    /*--お悩み_SP--*/
    #worry {
        padding: 2rem 0;
    }
    .worry-img {
        width: 100%;
        margin-bottom: 1rem;
    }
    .worry-img img {
        margin-right: 8px;
    }
    .worry-balloon {
        text-align: left;
        margin-bottom: 0;
    }
    .worry-balloon br {
        display: none;
    }
    .worry-box {
        flex-direction: column;
        margin-left: 0;
    }
    .worry-text-box {
        width: 100%;
        margin-bottom: 1rem;
    }
    .worry-cap-img {
        width: 100%;
        margin-left: 0;
    }
    .worry-cap-img-pc {
        display: none;
    }
    .worry-cap-img-sp {
        display: block;
    }
    /*--仕組み_SP--*/
    #reason {
        padding: 2rem 0;
    }
    #reason::before {
        content: none;
        left: -24%;
        width: 142%;
    }
    .reason-flex {
        margin-top: 2rem;
    }
    .reason-container {
        width: 100%;
        margin-bottom: 4rem;
    }
    .reason-container:nth-child(2n) {
        transform: translateY(0);
    }
    .reason-number {
        left: 0;
    }
    /*--機能_SP--*/
    #feature {
        padding: 2rem 0;
    }
    .feature-container {
        width: 100%;
    }
    .feature-add {
        font-size: 1rem;
    }
    /*-流れ_SP--*/
    #flow {
        padding: 2rem 0;
    }
    .flow-step {
        width: 100%;
        padding: 8px 0;
        border-radius: 12px 12px 0 0;
    }
    .flow-step-box {
        flex-direction: column;
        width: 100%;
    }
    .flow-step-box::before {
        bottom: -40%;
    }
    .flow-step p {
        margin: 0 auto;
    }
    .flow-flex {
        flex-direction: column;
        width: 100%;
        padding: 1rem;
        border-radius: 0 0 12px 12px;
    }
    .flow-icon {
        width: 68px;
        height: 68px;
        margin-right: 0;
        margin-bottom: 12px;
        object-fit: cover;
    }
    .flow-icon img {
        width: 100%;
        height: 100%;
    }
    /*--活用例_SP--*/
    #example {
        padding: 2rem 0;
    }
    .example-container {
        width: 100%;
        padding: 2rem 1rem 1rem;
        margin-bottom: 3rem;
    }
    .example-container:nth-child(n+3) {
        margin-bottom: 3rem;
    }
    .example-container:last-child {
        margin-bottom: 0;
    }
    .example-title {
        text-align: center;
        margin-bottom: 1rem;
    }
    .example-text {
        margin-bottom: 2rem;
    }
    .example-icons-img {
        width: 88%;
        margin: 0 auto 1rem;
    }
    /*--活用例_SP--*/
    #point {
        padding: 2rem 0;
    }
    .point-text {
        margin-bottom: 4rem;
    }
    .point-container {
        padding: 3rem 1rem 1rem;
    }
    .point-step-box {
        position: relative;
        width: 100%;
    }
    .point-step-box:last-child {
        margin-bottom: 2rem;
    }
    .point-title {
        font-size: 1rem;
        font-weight: 900;
        text-align: center;
        margin-left: initial;
        margin-right: initial;
    }
    .point-step {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 88px;
        height: 88px;
        margin-right: 0;
    }
    /*--よくある質問_SP--*/
    #question {
        background-size: 800%;
        padding: 2rem 0;
    }
    .question-box {
        width: 100%;
    }
    .question-head {
        flex-direction: column;  
    }
    .accordion-tab {
        margin: 8px auto;
    }
    /*--料金_SP--*/
    #price {
        padding: 2rem 0;
    }
    .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;
        font-size: 1rem;
        padding: 12px;
    }
    .request-flex {
        margin-bottom: 2rem;
    }
    .request-title {
        font-size: 1rem;
        font-weight: 900;
        margin-bottom: 1rem;
    }
    .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%
    }
}