﻿/* -------------------------- common */
html, body {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-size: 62.5%;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

img {
    zoom: 0.5;
    width: 100%;
}

h1 {
    font-size: 7.0rem;
    /* calcサポート外をフォールバック */
    font-size: calc(3.6rem + ((1vw - 0.48rem) * 0.5556));
    /* viewportが480px以上1200px以下可変 */
    min-height: 0vw;
    /* Safari用バグフィックス */
    font-size: 3vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

h1 span {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.4;
}

h2 {
    font-size: 4.6rem;
    /* calcサポート外をフォールバック */
    font-size: calc(4.4rem + ((1vw - 0.48rem) * 0.5556));
    /* viewportが480px以上1200px以下可変 */
    min-height: 0vw;
    /* Safari用バグフィックス */
    font-size: 2vw;
    font-weight: 600;
    line-height: 1.4;
}

h3 {
    font-size: 2.4rem;
    /* calcサポート外をフォールバック */
    font-size: calc(2.4rem + ((1vw - 0.48rem) * 0.5556));
    /* viewportが480px以上1200px以下可変 */
    min-height: 0vw;
    /* Safari用バグフィックス */
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 2.0;
    margin-bottom: 16px;
}

p {
    /* font-size: 1.2rem;
    font-size: calc(1.1rem + ((1vw - 0.48rem) * 0.5556));
    min-height: 0vw;
    font-size: 1.0vw;
    line-height: 2.0; */
    font-size:3.0em;
    font-weight: 600;
    line-height: 2.0;
}

a.hover:hover {
    transition: 0.4s;
    opacity: 0.5;
}

.hidden-pc {
    /* position: absolute;
    visibility: hidden !important; */
    display: none;
}

.hidden-sp {
    /* position: relative;
    visibility: visible !important; */
    display: block;
}

.attention {
    font-size: 2.4em;
    background-color: #D9F3D9;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
}

.en-explain {
    font-size: 1.2vw;
}

.mt-extra {
    margin-top: 10rem;
}

.mb-extra {
    margin-bottom: 10rem;
}

.pt-extra {
    padding-top: 10rem;
}

.pb-extra {
    padding-bottom: 10rem;
}

/* -------------------------- header */
header {
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

.logo {
    max-width: 300px;
    width: 100%;
}

.header-title span{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
.header-title{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

a.button-contact-header {
    width: 200px;
    height: 65px;
    /* padding: 0.5em; */
    /* margin: 5px 0; */
    display: block;
    color: black !important;
    background: #00FF00;
    text-decoration: none;
    font-weight: 600;
    font-size: 3.4em;
    border-radius: 30px;
    text-align: center;
    text-decoration: none !important;
}

/* -------------------------- kv */
.check-list {
    list-style: none;
    padding: 0;
    width: 80%;
    min-width: 400px;
    display: block;
}

.check-list li {
    font-size: 3.6em;
    font-weight: 600;
    margin-bottom: 10px;
    background-image: url("../img/icon-check.svg");
    background-size: auto 34px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-right: 10px;
    line-height: 1.6;
    margin-left: 2px;
    list-style: none;
    /*ここでリストスタイルを消す*/
    display: inline-block;
}


/* -------------------------- feature */
.feature {
    position: relative;
    background-color: #D9F3D9;
    padding-bottom: 40px;
    /* min-height: 600px; */
}

.arrow {
    width: 38px;
    display: block;
    z-index: 100;
}


.custom-shape-divider-top-1655282237 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1655282237 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 35px;
}

.custom-shape-divider-top-1655282237 .shape-fill {
    fill: #fff;
}
.custom-shape-divider-top-1655282237 .shape-fill-green {
    fill: #D9F3D9;
}
/* -------------------------- solution */
.solution .attention {
    /* width: 80%; */
    font-size: 4.4em;
}

.solution .check-list-wrapper {
    width: 100%;
    border: #00FF00 solid 5px;
    border-radius: 12px;
}

.solution .check-list {
    width: 90%;
}


/* -------------------------- example */
.example {
    background-color: #D9F3D9;
    min-height: 400px;
}

.example .example-floating {
    top: -40px;
    right: -200px;
    z-index: 10;
    width: 30%;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}


/* -------------------------- faq */
.faq .gray-box {
    background-color: #F9F9F9;
    border-radius: 12px;
}


.accordion {
    margin: 3em auto;
    max-width: 60vw;
    font-size: 3.4em;
}

.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 1em;
}

.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.title {
    border-bottom: solid 1px #ccc;
    padding: 0.5em 1em 1em 3em;
    display: block;
    color: #333;
    font-weight: bold;
    background-image: url("../img/ico-q.svg");
    background-repeat: no-repeat;
    background-size: 2.4em;
    cursor: pointer;
}

.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 0.5em;
    width: 4px;
    height: 1.5em;
    background-color: #000000;
    transition: all 0.3s;
}

.title::after {
    transform: rotate(90deg);
}

.content {
    max-height: 0;
    overflow: hidden;
}

.content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}

.toggle:checked+.title+.content {
    max-height: 500px;
    transition: all 1.5s;
}

.toggle:checked+.title::before {
    transform: rotate(90deg) !important;
}



/* -------------------------- price */
.price{
    background-color: #D9F3D9;
    min-height: 340px;
}

.price .amount {
    font-size: 5.0em;
    font-weight: 600;
}

.price .campaign-text{
    color: #FF6584;
    font-size: 2.4em;
    font-weight: 600;
}

.price .notes{
    width: 280px;
    text-align: left;
    list-style: none;
    padding: 0;
    display: block;
}


/* -------------------------- contact */

a.button-contact {
    width: 300px;
    padding: 0.5em;
    margin: 5px 0;
    display: block;
    color: black !important;
    background: #00FF00;
    text-decoration: none;
    font-weight: 600;
    font-size: 2.6em;
    border-radius: 30px;
    text-align: center;
    text-decoration: none !important;
}

.contact-body{
    font-size: 3.6em;
    font-weight: 600;
}

.contact-direction{
    margin: 0;
    padding: 0;
    background-color: #D9F3D9;
}

/* -------------------------- footer */
footer{
    background-color: #D9F3D9;
    min-height: 80px;
}

footer p{
    font-size: 1.0em;
}

/* -------------------------- Footer area */
footer {
    background: #D9F3D9;
    padding: 40px 0;
}
footer p{
    margin: 0;
}
footer .Finner .fNavList {
    /* justify-content: space-between; */
}
footer .Finner .copy {
    text-align: center;
    margin-top: 20px;
}
footer .Finner .fNavList{
    max-width: 820px;
    width: 100%;
    margin: auto;
}
footer .Finner .fNavList li:not(:first-child) {
    border-left: 1px solid #000;
    padding-left: 13px;
    margin-left: 13px;
}
footer .Finner ul {
    display: flex;
    justify-content: center;
}

footer .Finner .fNavList li{
    line-height: 1;
    list-style: none;
    list-style-position: outside;
}
footer .Finner .fNavList li a{
    list-style: none;
    list-style-position: outside;
    font-size: 0.6em;/* calcサポート外をフォールバック */
    font-size: calc(0.6rem + ((1vw - 0.48rem) * 0.5556));/* viewportが480px以上1200px以下可変 */
    color: #000;
}

/*------ メディアクエリ --------*/
/* デバイス幅が1200px以上 */
@media screen and (max-width: 1200px) {
    .col-md-7, .col-md-8{
        max-width: 90%;
        padding-right: 0;
    }
    h1 span {
        font-size: 1.4vw;
    }
    .check-list{
        min-width: 100%;
    }
    .attention{
        font-size: 1.0vw;
    }
    .feature{
        min-height: 460px;
        padding-bottom: 40px;
    }
    .solution .attention{
        width: 100%;
        font-size: 2.6vw;
    }

    .title{
        padding: 0.5em 2em 1em 3em;
    }
    .container{
        max-width: 90%;
    }
    .container-fluid {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    .accordion{
        max-width: 100%;
    }
    h2{
        font-size: 2.8vw;
    }
    .en-explain{
        font-size: 3.8vw;
    }
    .solution .check-list-wrapper{
        width: 80%;
    }
    .example .example-floating {
        top: -320px;
        right: 0px;
        width: 25%;
    }
}


/*------ メディアクエリ --------*/
@media screen and (max-width: 768px) {
    .container{
        max-width: 100%;
    }
    .hidden-pc {
        /* position: relative;
        visibility: visible !important; */
        display: block;
    }
    .hidden-sp {
        /* position: absolute;
        visibility : hidden !important; */
        display: none;
    }
    .row{
        padding: 0;
        margin: 0;
    }
    header{
        padding: 0;
    }
    .col-4, .col-6, .col-md-6, .col-md-7{
        padding: 0;
        margin: 0;
    }
    .py-3{
        padding: 0;
    }
    .logo{
        width: 60%;
    }
    .header-title{
        font-size: 1.8rem;
    }
    .header-title span{
        font-size: 1.0rem;
    }
    h1{
        font-size: 4.8em;
    }
    h1 span{
        font-size: 1.2rem;
    }
    h2{
        font-size: 3.6em;
    }
    .attention{
        font-size: 2.0em;
        padding: 0.2em;
    }
    .check-list{
        min-width: 90%;
    }
    .check-list li {
        font-size: 2.8em;
        font-weight: 600;
        margin-bottom: 10px;
        background-image: url(../img/icon-check.svg);
        background-size: auto 24px;
        background-position: top left;
        background-repeat: no-repeat;
        padding-left: 30px;
        line-height: 1.6;
        list-style: none;
        display: inline-block;
    }
    .kv .check-list{
        width: auto;
        min-width: 70% !important;
    }
    .kv .check-list li{
        width: 100%;
        min-width: none;
    }

    .feature{
        min-height: auto;
        padding-bottom: 20px
    }
    .solution .attention{
        width: 100%;
        font-size: 3.0em;
        line-height: 1.4;
        padding: 0.5em;
    }
    .check-list li{
        padding-right: 10px;
    }

    p{
        font-size: 2.2em;
    }
    .youtube{
        margin-top: 6em !important;
    }
    .example{
        min-height: auto;
    }
    .example .example-floating {
        top: -20px;
        right: 0px;
        width: 30%;
    }
    .faq h2{
        margin-top: 0 !important;
    }
    .accordion{
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    .title,
    .content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
    }

    .title {
        border-bottom: solid 1px #ccc;
        padding: 0em 1.8em 0.5em 1.8em;
        display: block;
        color: #333;
        font-size: 1.4rem;
        font-weight: bold;
        background-image: url("../img/ico-q.svg");
        background-repeat: no-repeat;
        background-size: 1.4em;
        cursor: pointer;
    }

    .title::after,
    .title::before {
        content: "";
        position: absolute;
        right: 1.25em;
        top: 0.5em;
        width: 2px;
        height: 1.0em;
        background-color: #000000;
        transition: all 0.3s;
    }

    .title::after {
        transform: rotate(90deg);
    }

    .content {
        max-height: 0;
        overflow: hidden;
    }

    .content p {
        margin: 0;
        padding: 0.5em 1em 1em;
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .contact-body{
        font-size: 2.4em;
    }

    .toggle:checked+.title+.content {
        max-height: 500px;
        transition: all 1.5s;
    }

    .toggle:checked+.title::before {
        transform: rotate(90deg) !important;
    }
    .faq, .price{
        margin-top: 40px !important;
    }
    .price h2{
        margin-top: 0px !important;
    }
    .notes{
        font-size: 1.4rem;
    }    /* -------------------------- footer area */
    footer{
        padding: 10px 5px;
    }
    footer .Finner .fNavList {
        width: 95%;
        padding: 10px 0 10px;
        flex-wrap: wrap;
    }
    footer .Finner .copy{
        font-size: 12px;
        margin-top: 0;
    }
    footer .Finner{
        width: 100%;
    }
    footer .Finner .fNavList li:first-child, footer .Finner .fNavList li:nth-child(3) {
        margin-left: 0;
        border-left: none;
    }
    footer .Finner .fNavList li:first-child {
        width: 28%;
        text-align: right;
    }
    footer .Finner .fNavList li:nth-child(2) {
        width: 45%;
    }
    footer .Finner .fNavList li {
        width: 30%;
        margin-top:10px;
    }
}