/* 共通 */
.bg-img1 {
    background-image: url('../img/sp/artboard1/header-bg.png');
    background-size: 1200px auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #F8F8F8;
}

@media screen and (min-width: 768px),
print {
    .bg-img1 {
        background-image: url('../img/pc/artboard1/header-bg.png');
    }
}

.bg-img2 {
    background-image: url('../img/pc/artboard1/solution-bg.png');
    background-size: 1200px auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #F1F4F3;
}

.bg-green {
    background-color: var(--main-green);
}

.bg-lightgreen {
    background-color: #F1F4F3;
}

.bg-lightgreen2 {
    background-color: #F8FCF8;
}

.bg-white {
    background-color: #FCFFFC;
}

.main-title {
    font-family: 'Noto Sans JP Bold', 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4em;
}

.title {
    font-family: 'Noto Sans JP Bold', 'Noto Sans JP', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4em;
}

.upper-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4em;
    margin: 36px 0;
}

.upper-title-icon {
    margin: 0 10px;
    height: 1.6rem;
}

.app-badges img {
    height: 40px;
}

.app-note {
    font-size: 0.7rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.app-badges2 img {
    height: 40px;
}

.app-note2 {
    font-size: 0.7rem;
}

@media screen and (min-width: 768px),
print {
    .app-badges img {
        height: 60px;
    }

    .app-badges2 img {
        height: 60px;
    }
}

.paragraph-title {
    position: relative;
}

.paragraph-title-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: -40px;
    top: -40px;
    background-image: url('../common-files/img/icon.png');
    background-repeat: no-repeat;
}

.paragraph-title-icon2 {
    width: 100px;
    height: 100px;
    position: absolute;
    left: -40px;
    top: -40px;
    background-image: url('../common-files/img/icon2.png');
    background-repeat: no-repeat;
}

.top-content {
    padding-top: 100px;
}

@media screen and (min-width: 768px),
print {
    .top-content {
        padding-top: 120px;
    }
}

.withlink-icon {
    max-width: 90px;
    margin: 12px 0;
    border-radius: 15%;
    box-shadow: 0 1px 7px rgba(33, 136, 69, .08);
}

@media screen and (min-width: 768px),
print {
    .withlink-icon {
        max-width: 120px;
    }
}

.label-hr {
    background-color: #2C966920;
    position: absolute;
    width: 100%;
    top: 1em;
}

@media screen and (min-width: 768px),
print {
    .label-hr {
        width: 120%;
    }
}

/* HERO */
.hero-title {
    color: var(--main-green);
    margin-bottom: 20px;
}

.hero-desc {
    color: var(--main-green);
    margin-bottom: 60px;
}

.hero-right {
    display: flex;
    position: relative;
    gap: 20px;
}

@media screen and (min-width: 768px),
print {

    .hero-left {
        min-width: 540px;
        max-width: 540px;
    }

    .hero-right {
        min-width: 540px;
        max-width: 540px;
    }
}

.app-screenshot {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
}

@media screen and (min-width: 768px),
print {

    .app-screenshot {
        max-width: 135%;
        margin-left: -22.5%;
        margin-top: 30px;
    }
}

.superviser {
    font-size: 0.8rem;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    padding: 12px;
    background: #FCFFFC;
    margin-left: auto;
    width: fit-content;
    border-radius: 8px;
}

.supervisor-label {
    font-weight: bold;
}

/* PROBLEM */
.problem-section {
    margin-top: 50px;
}

.problem-title {
    text-align: center;
    margin-bottom: 26px;
    color: var(--main-green);
}

.problem-cards {
    margin-top: 48px;
}

.problem-card {
    background: #FCFFFC;
    text-align: center;
}

@media screen and (min-width: 768px),
print {

    .problem-card {
        min-width: 360px;
        max-width: 360px;
    }

}

.problem-column {
    padding-top: 0;
    padding-bottom: 0;
}

.problem-title1 {
    font-family: 'Noto Sans JP Bold', 'Noto Sans JP', sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
}

.problem-num {
    color: var(--main-green);
    margin-right: 0.1rem;
}

.problem-name {
    color: #000;
    font-family: 'Noto Sans JP Bold', 'Noto Sans JP', sans-serif;
}

.problem-desc {
    font-size: 0.9rem;
    text-align: left;
    margin: 4%;
}

/* SOLUTION */
.solution-title {
    text-align: center;
    color: var(--main-green);
}

.solution {
    margin-bottom: 48px;
}

.right-image {
    flex-direction: row-reverse;
}

.left-image {
    flex-direction: row;
}

.solution-name {
    font-size: 2rem;
    position: relative;
    color: var(--main-green);
    margin-bottom: 14px;
    letter-spacing: 1px;
    z-index: 1;
    line-height: 1.6em;
}

.solution-name hr {
    z-index: -1;
}

.solution-desc {
    font-size: 0.8rem;
    color: var(--main-green);
    line-height: 1.7em;
    letter-spacing: 0.5px;
}

.solution-image-group {
    position: relative;
}

@media screen and (min-width: 768px),
print {

    .solution-content {
        min-width: 540px;
        max-width: 540px;
    }

    .solution-image-group {
        min-width: 540px;
        max-width: 540px;
    }  

}

.solution-image-combined {
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
}

.solution-image-note {
    font-size: 0.8rem;
    color: var(--main-green);
    position: absolute;
    z-index: 2;
}

.solution-image1-note {
    bottom: 5%;
    left: 40%;
}

.solution-image2-note {
    bottom: 5%;
    left: 5%;
}

.solution-image3-note {
    bottom: 5%;
    left: 40%;
}

@media screen and (min-width: 768px),
print {

    .solution-image1-note {
        bottom: 10%;
        left: 2%;
    }

    .solution-image2-note {
        bottom: 10%;
        left: 2%;
    }

    .solution-image3-note {
        bottom: 10%;
        left: 2%;
    }
}

/* FUNCTION */
.functions-title {
    text-align: center;
    color: #FCFFFC;
}

.functions-columns {
    margin-top: 32px;
}

.function-block {
    margin-bottom: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 320px;
}

@media screen and (min-width: 768px),
print {

    .function-block {
        min-width: 360px;
        max-width: 360px;
    }

}

.function-block img {
    margin-top: 12px;
    margin-bottom: 0px;
}

@media screen and (min-width: 768px),
print {
    .function-block img {
        margin-top: 12px;
        margin-bottom: -36px;
    }
}

.func-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: #FCFFFC;
}

.func-desc {
    color: #FCFFFC;
}

/* SUPPORT */
.support-section {
    margin-top: 50px;
}

.support-title {
    text-align: left;
    color: var(--main-green);
}

.support-columns {
    flex-direction: row-reverse;
    margin-top: 48px;
}

.support-content {
    background: #2C966904;
    border-radius: 14px;
    padding: 4px;
}

@media screen and (min-width: 768px),
print {

    .support-image {
        min-width: 540px;
        max-width: 540px;
    }

    .support-content {
        min-width: 540px;
        max-width: 540px;
    }

}

.support-content-title {
    font-size: 1.4rem;
    font-weight: bold;
    background: #F2FBF7;
    padding: 8px 48px;
    border-radius: 999px;
    color: var(--main-green);
    display: inline-block;
}

.support-content-desc {
    margin: 24px 24px;
}

.flow-img-circle {
    margin-bottom: 26px;
}

/* APPLICATION */
.application {
    display: flex;
    align-items: start;
    justify-content: center;
}

.application-right {
    text-align: center;
}

@media screen and (min-width: 768px),
print {

    .application-left {
        min-width: 650px;
        max-width: 650px;
    }

    .application-right {
        min-width: 430px;
        max-width: 430px;
        text-align: center;
    }

}

.application-title {
    color: #2C9669;
    margin: 12px;
}

.application-desc {
    color: #2C9669;
    margin: 12px;
}

/* CASE */
.case-columns.columns {
    margin-top: 36px;
}

@media screen and (min-width: 768px),
print {

    .case-left {
        min-width: 540px;
        max-width: 540px;
    }

    .case-right {
        min-width: 540px;
        max-width: 540px;
    }

}

.case-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    color: #FCFFFC;
}

.case-desc {
    font-size: 1.3rem;
    color: #FCFFFC;
    margin: 1rem 0;
}

.case-box {
    background: #FCFFFC;
    border-radius: 24px;
    box-shadow: 0 1px 7px rgba(33, 136, 69, .08);
    padding: 18px 20px;
    margin-bottom: 38px;
    display: flex;
    justify-content: center;
}

.case-howto {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 32px;
}

.case-howto-name {
    color: var(--main-green);
    margin-right: 1em;
}

.case {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.case-index {
    font-size: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4em;
    height: 2.4em;
    background: var(--main-green);
    color: #FCFFFC;
    border-radius: 50%;
    margin: 0.5em 1em 2em 1em;
    flex: none;
}

.case-content-title {
    font-size: 1.1rem;
    ;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.case-content-desc {
    font-size: 0.7rem;
}

.step-columns.columns {
    background: #FCFFFC;
    border-radius: 28px;
    margin: 4px;
    margin-bottom: 4px;
}

.step-card {
    text-align: center;
    padding: 17px 12px;
    position: relative;
}

@media screen and (min-width: 768px),
print {

    .step-card {
        min-width: 266px;
        max-width: 266px;
    }

}

.step-card::before {
    content: none;
    position: absolute;
    left: 0;
    top: 15%;
    height: 75%;
    border-left: 2px dashed #00000080;
}

.step-card:nth-child(2)::before {
    content: "";
}

@media screen and (min-width: 1215px),
print {

    .step-card:nth-child(3)::before,
    .step-card:nth-child(4)::before {
        content: "";
    }
}

@media screen and (min-width: 949px) and (max-width: 1214px),
print {
    .step-card:nth-child(3)::before {
        content: "";
    }
}

@media screen and (max-width: 948px),
print {
    .step-card:nth-child(4)::before {
        content: "";
    }
}

.step-num {
    font-size: 1.2rem;
    background: #767676;
    padding: 6px 44px;
    border-radius: 999px;
    color: #FCFFFC;
    margin: 24px 2px;
    display: inline-block;
}

.step-name {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 8px -4px;
}

.step-img {
    margin: 0;
}

.step-desc {
    text-align: left;
    padding: 11px;
    margin: 5%;
    min-height: 9rem;
}

/* FAQ */
.faq-title {
    text-align: center;
    color: var(--main-green);
}

.faq-title2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

.faq-card {
    border: 2px solid var(--main-green);
    border-radius: 12px;
    overflow: hidden;
    margin: 24px 0;
}

.faq-q-block {
    display: flex;
    align-items: center;
    background: var(--main-green);
    color: #FCFFFC;
    padding: 10px 24px;
}

.faq-q-icon {
    font-size: 1.4rem;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.4em;
    flex-shrink: 0;
    margin-top: 2px;
    background: #FCFFFC;
    color: var(--main-green);
}

.faq-q-text {
    font-size: 1.2rem;
}

.faq-a-block {
    display: flex;
    align-items: flex-start;
    background: #FCFFFC;
    padding: 18px 24px;
}

.faq-a-icon {
    font-size: 1.4rem;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.4em;
    flex-shrink: 0;
    margin-top: 2px;
    background: var(--main-green);
    color: #FCFFFC;
}

.faq-a-text {
    font-size: 0.85rem;
}

/* 問い合わせ */
.contact-form {
    margin: 0 auto;
    max-width: 800px;
}

.contact-title {
    color: var(--main-green);
    text-align: center;
    margin-bottom: 14px;
}

.contact-desc {
    font-size: 0.8rem;
    margin: 12px;
}

.contact-form label {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    margin-top: 28px;
    color: #222;
}

.contact-form .contact-form-agree-area {
    text-align: center;
}

.contact-form label.contact-form-agree {
    font-size: 1rem;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
}

.contact-form label.contact-form-agree.disabled {
    pointer-events: none;
    color: #aaa;
}

.contact-form .contact-form-agree input[type="checkbox"] {
    margin-right: 8px;
    margin-bottom: 0;
    padding: initial;
    border: initial;
    border-radius: initial;
}

.contact-form .contact-form-agree.disabled input[type="checkbox"] {
    opacity: 0.6;
}

.contact-form input,
.contact-form textarea {
    width: calc(100% - 12px);
    background: #eee;
    border: none;
    border-radius: 8px;
    padding: 18px;
    margin: 6px;
    box-sizing: border-box;
}

.contact-form input[type="checkbox"] {
    width: auto;
}

.contact-form textarea {
    min-height: 90px;
    resize: vertical;
}

.contact-form .contact-info-note-area {
    font-size: 0.95rem;
    background: #FCFFFC;
    border: 2px solid var(--main-green);
    border-radius: 10px;
    color: #222;
    padding: 12px;
    padding-bottom: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (min-width: 768px),
print {
    .contact-form .contact-info-note-area {
        font-size: 0.80rem;
        width: 70%;

    }
}

.contact-form .contact-info-note::-webkit-scrollbar {
    width: 2px;
}

.contact-form .contact-info-note::-webkit-scrollbar-track {
    background: lightgray;
}

.contact-form .contact-info-note::-webkit-scrollbar-thumb {
    background: var(--main-green);
}

.contact-form .contact-info-note::-webkit-scrollbar-thumb:hover {
    background: var(--main-green);
}

.contact-form button {
    font-size: 1rem;
    background: var(--main-green);
    color: #FCFFFC;
    border: none;
    border-radius: 999px;
    padding: 16px 72px;
    margin-top: 20px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.contact-form button:hover {
    background: var(--main-green);
}

.privacy_policy {
    max-height: 200px;
    overflow-y: scroll;
    word-break: break-all;
}

.privacy_policy_footer {
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-block-start: 3em;
    margin-block-end: 0;
}

.privacy_policy h2 {
    font-size: 1.05rem;
    font-weight: bold;
}

.privacy_policy a {
    color: #000000;
    text-decoration: underline;
}

.privacy_policy .hdg {
    font-size: 1.05rem;
    margin: 48px 0 20px;
    color: var(--main-green);
    font-weight: bold;
}

.privacy_policy .doc-content ol[class],
.privacy_policy .doc-content ul[class] {
    padding-inline-start: 0;
}

.privacy_policy ol[class^="kana_bracket_"] {
    counter-reset: kana_cnt 0;
    list-style-type: none;
}

.privacy_policy ol[class^="kana_bracket_"]>li {
    position: relative;
    padding-left: 2rem;
}

.privacy_policy ol[class^="kana_bracket_"]>li:before {
    counter-increment: kana_cnt 1;
    position: absolute;
    top: 0;
    left: 0;
}

.privacy_policy ol.kana_bracket_s>li:before {
    content: "(" counter(kana_cnt, katakana)") ";
}

.privacy_policy ol.kana_bracket_m>li:before {
    content: "{" counter(kana_cnt, katakana)"} ";
}

.privacy_policy ol.kana_bracket_l>li:before {
    content: "[" counter(kana_cnt, katakana)"] ";
}

.privacy_policy .list-number {
    list-style: none;
    counter-reset: list-counter;
    padding: 0;
    margin: 0;
}

.privacy_policy .list-number>li {
    margin: 5px 0;
    padding-left: 1.2em;
    position: relative;
}

.privacy_policy .list-number>li:before {
    content: counter(list-counter);
    counter-increment: list-counter;
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 50%;
    height: 1.1rem;
    width: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0.05rem;
    left: -0.2rem;
    font-size: 77%;
}

.privacy_policy dd {
    margin-inline-start: 3em;
    margin-inline-end: 0;
    margin-block-start: 0;
    margin-block-end: 0.5em;
    padding: 0;
    overflow-wrap: normal;
    word-break: keep-all;
    line-break: auto;
}

.privacy_policy .f-right {
    text-align: right;
}

.kana_bracket_s li ul li {
    list-style-type: circle;
    list-style-position: inside;
}
.align-center{
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#privacy-policy-link{
    color: var(--main-green);
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (min-width: 768px){
    .is-pulled-left-tablet {
        float: left;
    }
}