    @charset "UTF-8";

    html {
        background: #fff;
        font-size: 62.5%;
        font-family: "Noto Sans JP", sans-serif;
    }

    body {
        -webkit-text-size-adjust: 100%;
        width: 100%;
    }

    *,
    *:before,
    *:after {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    img {
        height: auto;
        width: 100%;
    }

    a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .godhic {
        font-family: "Noto Sans JP", sans-serif;
    }
    footer .left {
        width: 20%;
    }
    .pc-only {
    display: block;
    }
    footer small {
        color: #3887c0;
        font-weight: bold;
        font-size: 1rem;
    }
    .copyright img{
        height: 100px !important;
        width: 100px !important;
        border-radius: 100px !important;
    }

    .right img{
        height: 50px !important;
        width: 50px !important;
        border-radius: 100px !important;
    }

    /* footer .right .footer-menu li+li {
        margin-left: 40px;
    } */

    footer .right .footer-menu .up-footmenu {
        margin-left: 40px;
    }
    .flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .content_wrap {
        max-width: 1024px;
        width: 100%;
        margin: 0 auto;
        padding: 30px;
    }

    @media screen and (max-width: 768px) {
        .content_wrap {
            padding: 0 2%;
        }
    }

    main {
        /* padding-top: 200px; */
    }

    .yellow_line {
        display: inline;
        position: relative;
        background-image: linear-gradient(90deg, #ffde6d, #ffde6d);
        /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 0 30%;
        /* '30%'の部分にマーカーの太さを記入 */
        transition: all 1s ease-in-out;
        /* マーカーを引く速度を調整 */
        font-weight: bold;
        /* ついでに太字にしたい場合 */
    }

    /* アニメーション発火時 */

    .yellow_line.inview {
        background-size: 100% 30%;
        /* '30%'の部分は上で設定した太さに合わせる */
    }

    .yellow_underbar {
        background: linear-gradient(transparent 60%, #ff6 60%);
    }

    .big {
        font-size: 1.4em;
    }

    .small {
        font-size: 0.8em;
    }

    .pc_none {
        display: none;
    }

    @media screen and (max-width: 750px) {
        .pc_none {
            display: block;
        }
    }

    .sp_none {
        display: block;
    }

    @media screen and (max-width: 750px) {
        .sp_none {
            display: none;
        }
    }

    picture {
        display: block;
    }

    .rieki h2 {
        text-align: center;
        font-size: 45px;
    }

    #fv {
        background: url(../img/fv_bg.png) center center/cover no-repeat;
        padding: 20px 0 0;
        position: relative;
    }

    #fv .cta {
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translate(-50%);
        width: 70%;
        max-width: 593px;
        height: 100%;
        max-height: 197px;
    }

    @media screen and (max-width: 750px) {
        #fv .cta {
            width: 90%;
            bottom: 3%;
            height: auto;
            max-height: 100%;
        }
    }

    @media screen and (max-width: 750px) {
        #fv .content_wrap {
            padding: 0;
        }
    }

    #search .search {
        background: url(../img/search_bg.png) center center/cover no-repeat;
        padding: 50px 0 0;
    }

    #search .search picture {
        position: relative;
        z-index: 9;
        bottom: -50px;
    }

    @media screen and (max-width: 750px) {
        #search .search {
            background: none;
            padding: 0;
        }

        #search .search .content_wrap {
            padding: 0;
        }

        #search .search picture {
            bottom: 0;
        }
    }

    #search .kaiketsu {
        background: url(../img/kaiketsu_bg.png) center center/cover no-repeat;
        padding: 50px 0 20px;
    }

    #search .kaiketsu .content_wrap {
        position: relative;
    }

    #search .kaiketsu .sp_none div:first-of-type {
        position: absolute;
        bottom: 140px;
        left: 0;
        width: 40%;
        max-width: 320px;
        height: 100%;
        max-height: 354px;
    }

    #search .kaiketsu .sp_none div:last-of-type {
        width: 60%;
        max-width: 643px;
        margin: 0 0 0 auto;
    }

    @media screen and (max-width: 750px) {
        #search .kaiketsu {
            background: none;
            padding: 0;
        }

        #search .kaiketsu .content_wrap {
            padding: 30% 0 0;
        }

        #search .kaiketsu .pc_none {
            top: -35%;
            position: absolute;
            z-index: 999;
        }
    }

    #feature {
        background: white;
        padding-bottom: 100px;
    }

    @media screen and (max-width: 750px) {
        #feature {
            padding-bottom: 10%;
        }
    }

    /* #feature h2 {
            background: #000f78;
            color: #fff;
            padding: 2% 0;
            font-size: 5rem;
            text-align: center;
            position: relative;
            margin-bottom: 100px;
        } */
    /* #feature h2::after {
            position: absolute;
            bottom: -45px;
            left: 50%;
            transform: translate(-50%);
            content: "";
            border-top: 50px solid #000f78;
            border-right: 50px solid transparent;
            border-left: 50px solid transparent;
        } */

    @media screen and (max-width: 750px) {
        #feature h2 {
            padding: 6% 0;
            font-size: 3rem;
        }

        #feature h2::after {
            position: absolute;
            bottom: -20%;
            border-top: 29px solid #000f78;
        }
    }

    #feature .flex {
        align-items: center;
        margin-bottom: 50px;
    }

    @media screen and (max-width: 750px) {
        #feature .flex {
            flex-direction: column;
        }
    }

    #feature .flex.flex2,
    #feature .flex.flex4 {
        flex-direction: row-reverse;
    }

    #feature .flex div:first-of-type {
        width: 63%;
        font-size: 1rem;
        margin-left: 44px;
    }

    #feature .flex div:first-of-type h3 {
        width: 70%;
        max-width: 319px;
        margin-bottom: 20px;
    }

    /* #feature .flex div:first-of-type p {
            font-size: 2rem;
            line-height: 1.5;
        } */

    @media screen and (max-width: 750px) {
        #feature .flex div:first-of-type {
            width: 90%;
            margin-bottom: 5%;
        }

        #feature .flex div:first-of-type p {
            font-size: 1.2em;
        }
    }

    #feature .flex div:last-of-type {
        width: 30%;
        max-width: 328px;
    }

    @media screen and (max-width: 750px) {
        #feature .flex div:last-of-type {
            width: 85%;
        }
    }

    #feature .flex.flex2 div:first-of-type h3 {
        max-width: 466px;
    }

    @media screen and (max-width: 750px) {
        #feature .flex.flex2 div:first-of-type h3 {
            width: 85%;
        }
    }

    #feature .flex.flex3 div:first-of-type h3 {
        max-width: 564.5px;
        width: 100%;
        font-size: 35px;
    }

    #feature .flex.flex4 div:first-of-type h3 {
        max-width: 531px;
        width: 100%;
    }

    #feature .flex.flex4 .koteihi .koteihi_content {
        /* margin-left: 250px; */
        width: 100%;
        max-width: 531px;
    }

    #feature .flex.flex4 .koteihi .koteihi_content div {
        width: 100%;
        max-width: 100%;
        /* background: #fff; */
        padding: 10px 0;
        justify-content: center;
        margin: 20px 0;
        border-radius: 10px;
    }

    @media screen and (max-width: 750px) {
        #feature .flex.flex4 .koteihi .koteihi_content div {
            flex-direction: row;
        }
    }

    #feature .flex.flex4 .koteihi .koteihi_content div p {
        width: 41.6666666667%;
        text-align: center;
        font-size: 30px;
    }

    #feature .flex.flex4 .koteihi .koteihi_content div p:nth-of-type(1),
    #feature .flex.flex4 .koteihi .koteihi_content div p:nth-of-type(2) {
        margin-bottom: 10px;
    }

    #feature .flex.flex4 .koteihi .koteihi_content div p:nth-of-type(2n-1) {
        margin-bottom: 5px;
    }

    #feature .flex.flex4 .koteihi .koteihi_content .goukei {
        text-align: center;
    }

    #feature .flex.flex4 .koteihi .koteihi_content .goukei span {
        background: linear-gradient(transparent 60%, #ff6 60%);
        font-weight: bold;
        font-size: 1.3em;
    }

    #feature .flex.flex5 div:first-of-type h3 {
        max-width: 314.5px;
        width: 100%;
    }

    @media screen and (max-width: 750px) {
        #feature .flex.flex5 div:first-of-type h3 {
            width: 55%;
        }
    }

    #feature .rieki {
        font-size: 2rem;
        margin-bottom: 100px;
        line-height: 1.5;
    }
.checkbox span {
    font-size: 23px;
    /* color: white; */
}

    @media screen and (max-width: 750px) {
        #feature .rieki {
            font-size: 1.2rem;
        }
    }

    #feature .model h4 {
        text-align: center;
        font-size: 5rem;
        color: #000;
        margin-bottom: 30px;
        text-align: center;
        font-weight: bold;
    }

    @media screen and (max-width: 750px) {
        #feature .model h4 {
            font-size: 3rem;
        }
    }

    #feature .model .sub_title {
        color: #fff;
        font-size: 3rem;
        text-align: center;
        margin-bottom: 50px;
    }

    @media screen and (max-width: 750px) {
        #feature .model .sub_title {
            font-size: 1.8rem;
        }
    }

    #feature .model .sub_title span {
        display: inline-block;
        background: #c82d23;
        padding: 5px 10px;
    }

    #feature .model .model_content {
        margin-bottom: 100px;
    }

    #feature .model .model_content p {
        text-align: center;
        font-size: 3rem;
        margin: 0 0 20px;
    }

    @media screen and (max-width: 750px) {
        #feature .model .model_content p {
            font-size: 1.35rem;
        }
    }

    #feature .model .model_content p span {
        background: linear-gradient(transparent 60%, #ff6 60%);
        font-weight: bold;
        font-size: 1.3em;
    }

    #voice {
        padding: 100px 0;
    }

    @media screen and (max-width: 750px) {
        #voice {
            padding: 10% 0;
        }
    }

    #voice h2 {
        text-align: center;
        font-size: 5rem;
        color: #66d1ff;
    }

    @media screen and (max-width: 750px) {
        #voice h2 {
            font-size: 2.8rem;
        }
    }

    #voice .voice_content {
        background: #ebf5ff;
        padding: 20px 20px 40px;
        position: relative;
        clear: both;
        margin: 200px 0 0;
        border-radius: 20px;
    }

    @media screen and (max-width: 750px) {
        #voice .voice_content {
            padding: 16% 20px 40px;
        }
    }

    #voice .voice_content .voice_img {
        width: 40%;
        max-width: 375px;
        position: absolute;
        top: -125px;
    }

    @media screen and (max-width: 750px) {
        #voice .voice_content .voice_img {
            width: 60%;
            top: -60px;
        }
    }

    #voice .voice_content .box {
        width: 40%;
        max-width: 379px;
        height: 100px;
    }

    @media screen and (max-width: 750px) {
        #voice .voice_content .box {
            width: 70%;
            height: 30px;
        }
    }

    #voice .voice_content p {
        font-size: 2rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 750px) {
        #voice .voice_content p {
            font-size: 1.2rem;
        }
    }

    #voice .voice_content p .w_color {
        color: #cc2d26;
        font-size: 1.3em;
        font-weight: bold;
    }

    #voice .voice_content p .m_color {
        color: #010f78;
        font-size: 1.3em;
        font-weight: bold;
    }

    #voice .voice_content p .red_text {
        color: #cc2d26;
    }

    #voice .voice_content:nth-of-type(2n-1) .voice_img {
        left: 10px;
    }

    #voice .voice_content:nth-of-type(2n-1) .box {
        float: left;
    }

    #voice .voice_content:nth-of-type(2n-1) .p {
        float: left;
    }

    #voice .voice_content:nth-of-type(2n) .voice_img {
        right: 10px;
    }

    #voice .voice_content:nth-of-type(2n) .box {
        float: right;
    }

    #voice .voice_content:nth-of-type(2n) .p {
        float: right;
    }

    #voice .cta {
        margin: 50px auto 0;
        width: 60%;
        max-width: 720px;
    }

    @media screen and (max-width: 750px) {
        #voice .cta {
            width: 90%;
        }
    }

    @media screen and (max-width: 750px) {
        #flow {
            padding: 10% 0;
        }
    }

    #flow h2 {
        text-align: center;
        font-size: 5rem;
        color: #12588B;
        font-weight: bold;
    }

    @media screen and (max-width: 750px) {
        #flow h2 {
            font-size: 2.6rem;
        }
    }

    #flow h3 {
        text-align: left;
        font-size: 26px;
        margin: 50px 0 50px;
    }

    #flow h3 span {
        background: linear-gradient(transparent 80%, #ff6 60%);
        font-weight: bold;
    }

    @media screen and (max-width: 750px) {
        #flow h3 {
            font-size: 2rem;
        }
    }

    #flow .flow_img {
        width: 80%;
        margin: 0 auto;
    }

    @media screen and (max-width: 750px) {
        #flow .flow_img {
            width: 100%;
        }
    }

    #flow p {
        background: #ebf5ff;
        padding: 30px;
        font-size: 2rem;
        width: 80%;
        margin: 0 auto;
        line-height: 1.5;
    }

    @media screen and (max-width: 750px) {
        #flow p {
            width: 90%;
            font-size: 1.2rem;
        }
    }

    #faq {
        background: #f5f5f5;
        padding-bottom: 100px;
        padding-top: 0px !important;
    }

    @media screen and (max-width: 750px) {
        #faq {
            padding: 10% 0;
        }
    }

    #faq h2 {
        text-align: center;
        font-size: 5rem;
        margin-bottom: 100px;
        font-weight: bold;
    }

    #faq h2.sec-07-title {
        text-align: center;
        font-size: 3rem;
        margin-bottom: 100px;
        font-weight: bold;
    }

    @media screen and (max-width: 750px) {
        #faq h2 {
            font-size: 3rem;
            margin-bottom: 20%;
        }
    }

    #faq .question {
        background: #fff;
        padding: 10px 0;
        font-size: 2rem;
        padding-left: 50px;
        font-weight: bold;
        position: relative;
    }

    @media screen and (max-width: 750px) {
        #faq .question {
            font-size: 1rem;
        }
    }

    #faq .question::before {
        content: "Q";
        color: #ab8c36;
        font-size: 3rem;
        position: absolute;
        top: 0;
        left: 12px;
    }

    @media screen and (max-width: 750px) {
        #faq .question::before {
            font-size: 1.6rem;
        }
    }

    #faq .answer {
        font-size: 2rem;
        line-height: 1.5;
        padding: 20px 0 20px 50px;
        text-indent: -1px;
        position: relative;
    }

    @media screen and (max-width: 750px) {
        #faq .answer {
            font-size: 1rem;
        }
    }

    #faq .answer::before {
        content: "A";
        color: #66d1ff;
        font-size: 3rem;
        position: absolute;
        top: 12px;
        left: 18px;
    }

    @media screen and (max-width: 750px) {
        #faq .answer::before {
            font-size: 1.6rem;
        }
    }

    #job {
        background: #ebf5ff;
        padding: 100px 0;
    }

    @media screen and (max-width: 750px) {
        #job {
            padding: 10% 0;
        }
    }

    #job h2 {
        text-align: center;
        font-size: 5rem;
        color: #010f78;
        font-weight: bold;
    }

    @media screen and (max-width: 750px) {
        #job h2 {
            font-size: 3rem;
        }
    }

    #job .job_img {
        width: 100%;
        max-width: 953px;
        margin: 50px auto;
    }

    #job .job_img p {
        font-size: 2rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 750px) {
        #job .job_img p {
            font-size: 1.2rem;
        }
    }

    #job .job_img p:first-of-type {
        margin: 10px 0;
    }

    #job .job_img p:last-of-type {
        color: #cc2d26;
        padding-left: 2rem;
        text-indent: -2rem;
    }

    #mendan {
        padding: 100px 0;
    }

    @media screen and (max-width: 750px) {
        #mendan {
            padding: 10% 0;
        }
    }

    #mendan h2 {
        font-size: 5rem;
        text-align: center;
        color: #cc2d26;
        margin-bottom: 50px;
    }

    @media screen and (max-width: 750px) {
        #mendan h2 {
            font-size: 3rem;
        }
    }

    #mendan h3 {
        font-size: 3.5rem;
        text-align: center;
        font-weight: bold;
        margin-bottom: 70px;
    }

    @media screen and (max-width: 750px) {
        #mendan h3 {
            font-size: 2rem;
            margin-bottom: 5%;
        }
    }

    #mendan h3 span {
        background: linear-gradient(transparent 60%, #ff6 60%);
    }

    #mendan .flex {
        align-items: center;
        margin-bottom: 100px;
    }

    @media screen and (max-width: 750px) {
        #mendan .flex {
            flex-direction: column;
        }
    }

    #mendan .flex div {
        width: 50%;
    }

    @media screen and (max-width: 750px) {
        #mendan .flex div {
            width: 80%;
            margin-bottom: 5%;
        }
    }

    #mendan .flex div iframe {
        width: 100%;
        height: 100%;
    }

    #mendan .flex div .iframe-aspect {
        aspect-ratio: 16/9;
    }

    #mendan .flex div .iframe-aspect iframe {
        width: 100%;
        height: 100%;
    }

    #mendan .flex div:last-of-type {
        font-size: 2.4rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 750px) {
        #mendan .flex div:last-of-type {
            font-size: 1.4rem;
            width: 90%;
        }
    }

    #mendan .flex div:last-of-type p {
        font-size: 0.8em;
        padding-left: 3rem;
        text-indent: -3rem;
        margin-top: 20px;
    }

    @media screen and (max-width: 750px) {
        #mendan .flex div:last-of-type p {
            padding-left: 0rem;
            text-indent: -1rem;
        }
    }

    #mendan .notes {
        text-align: center;
        font-size: 3.5rem;
    }

    @media screen and (max-width: 750px) {
        #mendan .notes {
            font-size: 2rem;
        }
    }

    #company {
        padding: 100px 0;
        background: #f5f5f5;
    }

    @media screen and (max-width: 750px) {
        #company {
            padding: 10% 0;
        }
    }

    #company h2 {
        text-align: center;
        color: #cc2d26;
        font-size: 5rem;
        font-weight: bold;
    }

    @media screen and (max-width: 750px) {
        #company h2 {
            font-size: 3rem;
        }
    }

    #company table {
        width: 100%;
    }

    #company table tr {
        border-bottom: 1px solid #e8e8e8;
    }

    #company table tr th {
        color: #999999;
        width: 30%;
        font-size: 2rem;
        padding: 20px;
    }

    @media screen and (max-width: 750px) {
        #company table tr th {
            font-size: 1.2rem;
        }
    }

    #company table tr td {
        font-size: 2rem;
        padding: 20px 0;
        line-height: 1.5;
    }

    @media screen and (max-width: 750px) {
        #company table tr td {
            font-size: 1.2rem;
        }
    }

    #company table tr td li {
        margin: 0 0 20px;
        line-height: 1.5;
    }

    #company table tr td li span {
        font-weight: bold;
    }

    #zoom .zoom {
        background: url(../img/zoom.png) center center/cover no-repeat;
        padding: 100px 0;
    }

    @media screen and (max-width: 750px) {
        #zoom .zoom {
            background: url(../img/zoom_sp.png) center center/cover no-repeat;
            padding: 10% 0;
        }
    }

    #zoom .zoom p {
        text-align: center;
        line-height: 1.8;
        font-size: 5.5rem;
        color: #fff;
        font-weight: bold;
        letter-spacing: -0.2px;
    }

    @media screen and (max-width: 750px) {
        #zoom .zoom p {
            font-size: 2.4rem;
        }
    }

    #zoom .zoom p .small {
        font-size: 0.6em;
    }

    #zoom .kenshu {
        padding: 50px 0;
        background: #000f78;
        text-align: center;
        color: #ffff00;
        line-height: 1.5;
        font-size: 3.5em;
        position: relative;
    }

    @media screen and (max-width: 750px) {
        #zoom .kenshu {
            font-size: 1.4rem;
            padding: 5% 0;
        }
    }

    #zoom .kenshu::after {
        position: absolute;
        bottom: -45px;
        left: 50%;
        transform: translate(-50%);
        content: "";
        border-top: 50px solid #000f78;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
    }

    @media screen and (max-width: 750px) {
        #zoom .kenshu::after {
            border-top: 30px solid #000f78;
            bottom: -20px;
        }
    }

    #form {
        padding: 100px 0 1px;
    }

    @media screen and (max-width: 750px) {
        #form {
            padding: 20% 0 10%;
        }
    }

    /*# sourceMappingURL=style.css.map */

    /* .first {
        display: flex;
    } */
.first-flex {
    display: flex;
    width: 100%;
    column-gap: 2rem;
    row-gap: 24px;
    flex-wrap: wrap;
    margin-top: 80px;
}



.fst-sm-ttl {
    width: 85%;
    font-size: 1.5vw;
    margin-top: 75px;
}
@media screen and (max-width:1024px){
    .fst-sm-ttl {
        width: 100%;
        font-size: 2.1vw;
        margin-top: 75px;
    }
    .content_wrap .flex3 {
        margin: auto;
    }
    .flex3 picture {
        margin-left: 60px;
    }
}

    .intro h2 {
        color: coral;
        font-size: 30px;
        text-align: center !important;
        font-weight: bold;
    }

    .intro p {
        font-size: 22px;
        text-align: center;
    }

    .first img {
        width: 100% ;
        margin-left: -57px !important;
        margin-top: 80px;
    }

    .first-image {
        width: 145%;
        border-radius: 30px;
        margin-left: 100px;
    }

    #feature {
        padding: 80px;
        background-color: whitesmoke;
    }

    .small-title {
        text-align: center;
        font-size: 30px;
    }

    marquee {
        font-size: 34px;
    }

    marquee h2 {
        font-weight: bold !important;
    }

    .flex3 p {
        font-size: 23px;
       
    }

    .flex4 p {
        font-size: 35px;
    }

    .p1 {
        width: 100% !important;
        text-align: left !important;
        font-size: 23px !important;
    }

    .flex4 {
        justify-content: space-between;
    }

    .rieki p {
        text-align: left;
        font-size: 30px !important;
    }

    .section {
        background-image: url(https://tonton-inc.com/corp2023/wp-content/themes/tonton2023/img/business_agent_pros_bg.webp?230620);
        padding: 80px;
        background-size: cover;
    }

    #fv {
        padding: 0;
    }

    .content_wrap span {
        padding: 0px;
    }
.checkbox + p {
    margin-top: 40px !important;
}
/* -------------------------------------------------- */
.faq-area {
    padding: 120px 0;
}
.faq-area h2 {
    margin-bottom: 72px;
}
h2.ttl-common {
    font-size: 2.5rem;
    font-weight: bold;
    color: #12588B;
    text-align: center;
}
h2, h3, h4 {
    letter-spacing: 0.05rem;
}
li, dt, dd, h1, h2, h3, h4 {
    line-height: 1.7;
    font-weight: 400;
}
ul, ol {
    list-style-type: none;
}
.faq-area .faq-list li {
    border: 2px solid #61C3DF;
    margin-bottom: 20px;
}
.ac-child {
    line-height: 55px;
}
.maintain-content-wrap .ac-child {
    display: flex !important;
}
.ac-child p {
    font-size: 15px;
    padding-left: 20px;
}
.faq-area .faq-list .ac-parent {
    background-color: #61C3DF;
    padding: 16px 80px 16px 24px;
    cursor: pointer;
    position: relative;
}
.faq-area .faq-list .ac-parent::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 14px;
    right: 24px;
}
.faq-area .faq-list .ac-parent h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
}
.faq-area .faq-list .ac-parent::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #61C3DF;
    border-bottom: 2px solid #61C3DF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 23px;
    right: 35px;
}
.faq-area .faq-list .ac-parent h3::before {
    content: "Q.";
    display: inline-block;
    font-family: Futura, 'Century Gothic';
    letter-spacing: .05rem;
    font-size: 1.25rem;
    font-weight: 500;
    margin-right: 16px;
    color: #FFED64;
}
.faq-area .faq-list .ac-parent h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
}
.content_wrap, .faq-list {
    width: 90% !important;
    margin: auto;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.flow-area {
    padding: 120px 0;
    background-color: #F5FAFD;
}
.content-wrap {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:768px) {
    .content-wrap {
        max-width: 95%;
        margin: 0 auto;
        position: relative;
    }

    footer .right .footer-menu li {
        line-height: 2 !important;
    }

    .faq-area .faq-list .ac-parent h3 {
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
    }
}
.flow-area h2 {
    margin-bottom: 72px;
}
h2.ttl-common {
    font-size: 2.5rem;
    font-weight: bold;
    color: #12588B;
    text-align: center;
}
.flow-list {
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
}
ul, ol {
    list-style-type: none;
}
.flow-area .flow-list li {
    background-color: #fff;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 30px;
    height: 80px;
}
.maintain-content-wrap .flow-list li {
    background-color: #fff !important;
    padding: 16px !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    padding-left: 30px !important;
    height: 150px !important;
}
/* .flow-area .flow-list li .text {
    width: 72.5%;
} */
.flow-list li div {
    margin-top: 0px;
}
.flow-area .flow-list li .text .number {
    font-family: Futura, 'Century Gothic';
    letter-spacing: .05rem;
    font-size: 20px !important;
    font-weight: 500;
    background-color: #12588B;
    color: #fff;
    text-align: center;
    width: 135px !important;
    height: 40px !important;
    line-height: 40px !important;
    display: inline-block;
    margin-right: 16px !important;
    margin-bottom: 16px !important;
}
.flow-area .flow-list li .text h3 {
    display: inline-block;
    font-size: 1.5rem;
    /* font-weight: bold; */
    line-height: 40px;
    color: #12588B;
}
.maintain-content-wrap {
    width: 70%;
    margin: auto;
}
/* ----------------------------------------------------- */
   .first_image img {
    width: 100%;
    margin-top: 32px;
   }    
    footer .right {
        width: 80%;
    }
    footer .right .footer-menu {
        text-align: right;
    }
    footer .right .footer-menu li {
        display: inline-block;
    }
    footer .right .footer-menu li a {
        color: white;
        font-size: 17px;
        font-weight: bold;
    }
    #voice {
        padding: 0;
    }

    .common_points {
        padding: 65px;
        justify-content: space-between !important;
    }
    .ac-child-m {
        font-size: 20px !important;
        background-color: unset !important;
        width: 120% !important;
        margin-left: 2px !important;
        margin-top: -15px !important;
        line-height: 2;
    }


   
    .js-anim span {
        border: black solid 2px;
        border-radius: 30px;
        padding: 15px;
    }
.problem-ttl {
    margin-left: 70px;
}
    .js-anim .title {
        font-size: 30px;
    }

    .section_inner {
        /* left: -225px; */
        margin-left: -43px !important;
    }

    .page_ttl {
        margin: auto;
    }

    .ul_section {
        margin-left: 23% !important;
    }

    .first_logo img {
        width: 11vw !important;
        border-radius: 50%;
        /* float: left; */
        position: absolute;
        top: -50px;
        left: -190px;
    }
.first {
    display: flex;
}
    .content_wrap h3 {
        text-align: center;
    }

    .problem {
        margin-left: 60px;
        
    }
    .problem p {
        background-color: white;
        width: 240px;
        height: 49px;
        padding: 6px;
        margin: auto;
        text-align: center;
        vertical-align: middle;
        border-radius: 75px;
    }
.catch {
    font-size: 22px !important;
    text-align: center !important;
    width: 590px !important;
}
.fst .intro {
    width: calc(50% - 2rem);
}
.catch span {
    border: none;
}
    .contactForm form .form__item .input__wrapper .input {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-size: 2rem;
        font-weight: 400;
        background-color: #fff;
        display: block;
        padding: 1.6rem 1.8rem;
        line-height: 1.2;
    }

    .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
        display: flex;
        width: 504px;   
        margin: auto;
    }

    .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span {
        width: 500px;
        font-size: 18px;
        text-align: left;
        margin-left: 25px;
    }

    @media screen and (max-width:425px) {
        .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span {
            width: 500px;
            font-size: 14px;
            text-align: left;
            margin-left: 10px;
        }

        .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
            display: flex;
            width: 504px;   
            margin-left: 60px;
        }
}

    .input__wrapper p {
        display: flex;
        width: 300%;
    }

    .wpcf7-list-item .wpcf7-list-item-label {
        width: 577px;
    }

    .agree {
        font-size: 2.3rem !important;
        color: white !important;
        left: 240px !important;
        position: relative !important;
        top: -119px !important;
    }

    .end-contact {
        margin-top: -71px !important;
    }

    .ul_selection {
        left: -225px !important;
    }

    .wpcf7-submit {
        margin: auto;
        border: unset;
    }

    .agreecheck span {
        width: 600px;
        margin: auto;
    }

    .agreecheck {
        margin: auto !important;
        color: white !important;
        font-size: 25px !important;
    }

    .agreecheck .check_input span {
        /* width: 120px !important; */
        margin: auto;
    }

    .agreecheck .check_input label {
        margin: auto;
    }
.checkbox {
    text-align: center;
}
    .agreement {
        font-size: 24px;
        color: white;
        text-align: center;
        margin-bottom: 40px;
    }

    .formPart__title p {
        text-align: center !important;
        font-size: 16px ;
        margin-top: auto;
        margin-bottom: auto;
    }

    li.flex {
        background-color: #fff;
        padding: 20px;
        font-size: 17px;
        border: 1px solid #fff;
        border-radius: 14px;
        font-weight: 500;
    }

    li.flex div.text {
        margin: 0px;
    }

    a.alink {
        color: red;
    }

    @media only screen and (max-width:1024px) {
        li.flex p {
            font-size: 15px;
        }

        footer .right {
            width: 88%;
        }

        footer .left {
            width: 12%;
        }
    }

    @media only screen and (max-width:768px) {
        .formPart__title p {
            text-align: center !important;
            font-size: 15px ;
            margin-top: auto;
            margin-bottom: auto;
        }

        li.flex p {
            font-size: 14px;
        }

        footer .right {
            width: 65%;
        }
    }

    @media only screen and (max-width:425px) {
        .agreement {
            font-size: 17px;
            color: white;
            text-align: center;
            margin-bottom: 40px;
        }
    }

    span.last label {
        width: 270px !important;
    } 

    .agreecheck span {
        font-size: 23px !important;
    }

    @media only screen and (max-width:425px) {
        span.last label {
            width: 250px !important;
        } 

        .agreecheck .check_input span {
            width: 250px;
            font-size: 22px !important;
        }
    }
    .flex3-bottom {
        width: 475px;
    }
    .flex3 {
        margin-left: -93px;
    }
    .flex3 img {
        margin-left: -119px !important;
    }
    .flex4 img {
        margin-left: 23px !important;
    }


    .flow-p {
        font-size: 20px !important;
        background-color: unset !important;
        width: 120% !important;
        margin-left: 120px !important;
        margin-top: -60px !important;
    }
    .js-anim {
        width: 570px !important;
        padding: 1.4vw !important;
        margin-right: 55px;
        text-align: left !important;
        line-height: 3;
    }
    @media screen and (max-width:1024px) {
        .first_image img {
            margin-left: -61px;
            width: 490px;
        }
        .intro p {
            width: 450px !important;
        }
        .flex3 picture img {
            width: 330px;
            margin-bottom: 185px;
        }
        .flow-list li:nth-child(3) {
            height: 227px !important;
        }
        .maintain-content-wrap .flow-list li {
            background-color: #fff !important;
            padding: 16px !important;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
            margin-bottom: 20px !important;
            padding-left: 30px !important;
        }
        .maintain-content-wrap {
            width: 80%;
            margin: auto;
            padding-right: 8px;
        }
        .form .form__item__checkbox__wrapper .formPart__input {
            display: block !important;
        }
        .checkbox + p {
            margin-top: 3px !important;
        }
        .first_logo img {
            left: -15px;
        }
    }
    @media screen and (max-width:900px) {
        .problem1 {
            font-size: 1.2rem !important;
        }
        #feature .flex div:first-of-type {
            margin-left: 96px;
        }
        .problem-ttl {
            margin-left: 110px;
        }
        .flex3 picture {
            margin-left: 280px;
            margin-bottom: -170px;
        }
        h2 {
            font-size: 6vw !important;
        }
        marquee h2 {
            font-size: 30px !important;
        }
        .form .form__header .form__title {
            font-size: 7vw !important;
        }
        .form .form__header .form__text {
            font-size: 3.5vw !important;
        }
        .contactForm form .form__item .formPart__input input {
            width: 100%;
        }
        textarea {
            width: 100% !important;
        }
        .checkbox input {
            width: 17px !important;
        }
        .common_btn:before {
            width: 245px;
            margin: auto;
        }
    }

    @media screen and (max-width:768px) {
        footer .right .footer-menu li {
            display: block;
        }

        footer .left {
            margin: auto;
        }

        .agreement {
            font-size: 23px;
            color: white;
            text-align: center;
            margin-bottom: 40px;
        }

        .form .form__header .form__title {
            font-size: 5vw !important;
        }

        .form .form__header .form__text {
            font-size: 2.5vw !important;
        }

        h2 {
            font-size: 4vw !important;
        }

        .contactForm form .form__item .formPart__input input {
            width: 100%;
        }

        textarea {
            width: 100% !important;
        }
    }

    @media screen and (max-width:425px) {
        .agreement {
            font-size: 17px;
            color: white;
            text-align: center;
            margin-bottom: 40px;
        }

        .contactForm form .form__item .formPart__input input {
            padding: 0.5rem 0.3rem;
        }
    }


    .navbar {
        overflow: hidden;
        background-color: green; 

      }
      
      .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 20px 16px;
        text-decoration: none;
      }
      
      .subnav {
        float: right;
        overflow: hidden;
        padding: 20px;
      }
      
      .subnav-1 {
        float: left;
        /* width: 50% !important;
        height: 50% !important; */
      }
      
      .subnav .subnavbtn {
        font-size: 16px;  
        border: none;
        outline: none;
        color: white;
        padding: 20px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
      }
      
      .navbar a:hover, .subnav:hover .subnavbtn {
        background-color: white;
        color: black;
      }
      
      .subnav-content {
        display: none;
        position: absolute;
        left: 0;
        background-color: white;
        color: black;
        width: 100%;
        z-index: 1;
        font-weight: 600;
      }
      
      .subnav-content a {
        float: left;
        color: black;
        text-decoration: none;
      }
      
      .subnav-content a:hover {
        background-color: #eee;
        color: black;
      }
      
      .subnav:hover .subnav-content {
        display: block;
      }

      div.screen-reader-response {
        ul {
            display: none;
        }
      }