@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
body {
    position: relative;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic', 'Noto Sans JP', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif !important;
}
img {
    max-width: 100%;
    height: auto;
}

/*------------------------------------------------------------
	cta
------------------------------------------------------------*/

.cta {
    display: block;
    background-color: #00C853;
    max-width: 460px;
    margin: 0 auto 0 auto;
    padding: 20px 0 20px 0;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #FFF;
}
@media screen and (max-width: 1024px) {

    .cta {
        font-size: 16px;
    }

}

/*------------------------------------------------------------
	fast_view
------------------------------------------------------------*/

#fast_view {
    background-color: #DAA32C;
    background-image: url(../img/first_view_background_pc.jpg);
    background-size: cover;
}
#fast_view header {
    max-width: 1056px;
    margin: 0 auto 0 auto;
    padding: 0 16px 0 32px;
}
#fast_view header img {
    display: block;
    max-width: 160px;
    padding: 30px 0 0 0;
}
#fast_view .fast_view_box {
    background-image: url(../img/first_view_image_pc.png);
    background-size: 740px;
    background-repeat: no-repeat;
    background-position: 16px 0px;
    height: 504px;
    max-width: 1070px;
    margin: 30px auto 0 auto;
    padding: 0 16px 0 16px;
}
#fast_view .fast_view_box .fast_view_image_sp {
    display: none;
}

@media screen and (max-width: 1080px) {

    #fast_view {
        background-color: #DC8D30;
        background-image: none;
    }
    #fast_view header {
        max-width: 460px;
    }
    #fast_view header img {
        padding: 20px 0 0 0;
    }
    #fast_view .fast_view_background_sp {
        background-image: url(../img/first_view_background_sp.jpg);
        background-size: cover;
        max-width: 460px;
        margin: 0 auto 0 auto;
    }
    #fast_view .fast_view_box {
        background-image: none;
        height: auto;
        max-width: 460px;
        margin: 10px auto 0 auto;
        padding: 0 0px 0 16px;
    }
    #fast_view .fast_view_box .fast_view_image_sp {
        display: block;
    }
    
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/

#form {
    max-width: 1080px;
    margin: 0 auto 0 auto;
}
#form form {
    background-color: #fff;
    max-width: 369px;
    margin: -710px 0 0 auto;
    padding: 12px 0 16px 0;
}
#form form h1 {
    display: none;
}
#form form dl {
    max-width: 328px;
    margin: 0 auto 0 auto;
}
#form form dl dt {
    margin: 16px 0 0 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #454040;
}
#form form dl dt span {
    font-size: 13px;
    font-weight: 600;
    background-color: #D98421;
    border-radius: 2px;
    padding: 6px 8px;
    color: #FFF;
    margin: 0 10px 0 0;
}
#form form dl dt .span_1 {
    background-color: #B0B0B0;
}
#form form dl dd {
    border-radius: 2px;
}
#form form dl dd input {
    width: 314px;
    height: 36px;
    border: 1px solid #E6E6E6;
    background-color: #FFF8ED;
    padding-left: 10px;
    font-size: 14px;
}
#form form dl dd textarea {
    width: 306px !important;
    height: 70px !important;
    border: 1px solid #E6E6E6;
    background-color: #F9F9F9;
    padding: 10px 10px 0 10px;
    font-size: 14px;
}
#form form dl .privacy {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #454040;
    padding: 6px 0 10px 0;
}
#form form dl .privacy a {
    color: #0BC5E7;
}
#form form dl .consent {
    width: 280px;
    margin: 0 auto 0 auto;
    color: #454040;
    font-size: 13px;
    font-weight: 600;
}
textarea {
    resize: none;
}
#form form dl button {
    display: block;
    width: 200px;
    margin: 6px auto 0 auto;
    background-color: #00C853;
    border: 2px solid #00C853;
    border-radius: 40px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 56px;
    transition: .2s;
    font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic', 'Noto Sans JP', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif !important;
}
#form form dl button:hover {
    border: 2px solid #00C853;
    background-color: #FFF;
    color: #00C853;
}

@media screen and (max-width: 1080px) {

    #form form {
        background-color: #fff;
        border-bottom: 1px solid #ececec;
        max-width: 1080px;
        margin: 0px 0 0 auto;
        padding: 12px 0 16px 0;
    }
    #form form h1 {
        display: block;
        max-width: 228px;
        margin: 10px auto 10px auto;
    }
    #form form dl .consent {
        margin: 6px auto 18px auto;
    }
    
}

/*------------------------------------------------------------
    企業ロゴスライダー
------------------------------------------------------------*/

.wrap {
    display: flex;
    gap: 33px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
    align-items: center;
    height: 116px;
    overflow: hidden;
    margin: -2px 0 0 0;
}
.wrap .slideshow {
    display: flex;
    gap: 33px;
    list-style: none;
    animation: loop-slide 40s infinite linear 0s both;
}
.wrap .slideshow .content_sp_black {
    display: none;
}
@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}
.wrap .slideshow .content_1 {
    width: 80px;
}
.wrap .slideshow .content_2 {
    width: 133px;
}
.wrap .slideshow .content_3 {
    width: 105px;
}
.wrap .slideshow .content_4 {
    width: 93px;
}
.wrap .slideshow .content_5 {
    width: 95px;
}
.wrap .slideshow .content_6 {
    width: 93px;
}
.wrap .slideshow .content_7 {
    width: 117px;
}
.wrap .slideshow .content_8 {
    width: 104px;
}
.wrap .slideshow .content_9 {
    width: 199px;
}
.wrap .slideshow .content_10 {
    width: 205px;
}
.wrap .slideshow .content_11 {
    width: 92px;
}

@media screen and (max-width: 1080px) {

    .wrap {
        border-bottom: 1px solid #ececec;
    }
    .wrap .slideshow .content_sp_none {
        display: none;
    }
    .wrap .slideshow .content_sp_black {
        display: block;
    }

}

/*------------------------------------------------------------
    サマリ
------------------------------------------------------------*/

#summary h1 {
    padding: 150px 0 60px 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    color: #3A3A3A;
}
#summary h1 .summary_color {
    color: #B39149;
}
#summary .summary_image_pc {
    display: flex;
    gap: 50px;
    max-width: 1024px;
    margin: 0 auto 0 auto;
    list-style: none;
}
#summary .summary_image_sp_background .summary_image_sp {
    display: none;
}
#summary .summary_image_pc_background {
    background-color: #F5F0E8;
    height: 240px;
    margin-top: -316px;
}

@media screen and (max-width: 1024px) {

    #summary h1 {
        padding: 30px 0 24px 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 140%;
        text-align: center;
        color: #3A3A3A;
    }
    #summary h1 .br::before {
        content: "\A";
        white-space: pre;
    }
    #summary .summary_image_pc {
        display: none;
    }
    #summary .summary_image_sp_background {
        background-color: #F5F0E8;
    }
    #summary .summary_image_sp_background .summary_image_sp {
        display: block;
        max-width: 460px;
        margin: 0 auto 0 auto;
        padding: 24px 10px 24px 16px;
        list-style: none;
    }
    #summary .summary_image_pc_background {
        display: none;
    }

}

/*------------------------------------------------------------
    4つの理由
------------------------------------------------------------*/

#point {
    background-color: #F8F8F8;
    padding: 150px 0 90px 0;
}
#point .point_h1 {
    max-width: 437px;
    margin: 0 auto 20px auto;
}
#point .point_box li {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 50px 0;
}
#point .point_box li figure {
    width: 54%;
}
#point .point_box li .point_text_box {
    width: 40%;
    margin: 0 0 0 auto;
    padding: 24px 16px 0 16px;
}
#point .point_box li .point_text_box h3 {
    max-width: 400px;
    margin: 16px 0 20px 0;
    font-size: 38px;line-height: 130%;
    color: #3A3A3A;
}
#point .point_box li .point_text_box p {
    max-width: 400px;
    font-size: 16px;
    line-height: 180%;
    color: #3A3A3A;
}
#point .point_box li .point_text_box .point_sub_image {
    margin: 40px 0 0 0;
}

@media screen and (max-width: 1024px) {

    #point {
        padding: 50px 0 50px 0;
    }
    #point .point_h1 {
        max-width: 264px;
        margin: 0 auto 0 auto;
    }
    #point .point_box li {
        display: block;
        padding: 50px 0 0px 0;
    }
    #point .point_box li figure {
        width: auto;
        padding: 0 32px 0 0;
    }
    #point .point_box li .point_text_box {
        width: auto;
        margin: 0 0 0 auto;
        padding: 24px 0px 0 16px;
    }
    #point .point_box li .point_text_box h3 {
        max-width: 400px;
        margin: 16px 0 20px 0;
        padding: 0 32px 0 16px;
        font-size: 24px;
        line-height: 130%;
        color: #3A3A3A;
    }
    #point .point_box li .point_text_box p {
        max-width: 400px;
        padding: 0 32px 0 16px;
        font-size: 14px;
        line-height: 180%;
        color: #3A3A3A;
    }
    #point .point_box li .point_text_box .point_sub_image {
        margin: 40px 0 0 0;
    }
    #point .point_cta {
        margin: 30px 16px 0px 16px;
    }


}

/*------------------------------------------------------------
    管理画面説明
------------------------------------------------------------*/

#flow {
    background-color: #F7F3EB;
    padding: 90px 0 40px 0;
}
#flow .flow_h1_pc {
    max-width: 574px;
    margin: 0 auto 0 auto;
}
#flow .flow_h1_sp {
    display: none;
}
#flow p {
    margin: 16px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    text-align: center;
    color: #3A3A3A;
}
#flow p .br::before {
    content: "\A";
    white-space: pre;
}
#flow ul {
    position: relative;
    max-width: 1024px;
    margin: 0 auto 0 auto;
    padding: 50px 16px 30px 16px;
}
#flow ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 50px 0;
}
#flow ul li .flow_image {
    max-width: 540px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.30);
}
#flow ul li .flow_box {
    max-width: 364px;
    margin: 16px 0 0 auto;
}
#flow ul li .flow_box h2 {
    font-size: 40px;
    font-weight: 600;
    color: #3A3A3A;
}
#flow ul li .flow_box h3 {
    padding: 26px 0 0 0;
    font-size: 26px;
    font-weight: 600;
    color: #B39149;
}
#flow ul li .flow_box p {
    font-size: 16px;
    text-align: left;
}
#flow ul li .flow_box img {
    display: block;
    margin-top: 16px;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.30);
}
#flow .flow_stick {
    display: block;
    height: 1465px;
    position: absolute;
    top: 75px;
    right: 410px;
}

@media screen and (max-width: 1024px) {

    #flow {
        padding: 60px 0 40px 0;
    }
    #flow .flow_h1_pc {
        display: none;
    }
    #flow .flow_h1_sp {
        display: block;
        max-width: 256px;
        margin: 0 auto 0 auto;
    }
    #flow p {
        padding: 0 16px 0 16px;
        font-size: 14px;
    }
    #flow p .br::before {
        content: "";
        white-space: pre;
    }
    #flow ul {
        max-width: 460px;
        padding: 50px 16px 30px 16px;
    }
    #flow ul li {
        display: block;
    }
    #flow ul li .flow_box {
        max-width: 460px;
    }
    #flow ul li .flow_box h2 {
        padding-top: 8px;
        font-size: 24px;
        text-align: center;
    }
    #flow ul li .flow_box h3 {
        padding: 16px 0 0 0;
        font-size: 20px;
        text-align: center;
    }
    #flow ul li .flow_box p {
        font-size: 14px;
        text-align: center;
    }
    #flow ul li .flow_box img {
        display: none;
    }
    #flow .flow_stick {
        display: none;
    }

}

/*------------------------------------------------------------
    導入の流れ
------------------------------------------------------------*/

#introduction {
    background-color: #F8F8F8;
    padding: 70px 0 70px 0;
}
#introduction h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #3A3A3A;
}
#introduction .introduction_step_pc {
    display: block;
    max-width: 790px;
    margin: 50px auto 30px auto;
}
#introduction ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 980px;
    margin: 0 auto 0 auto;
    padding: 0 16px 0 16px;
    list-style: none;
}
#introduction ul li {
    max-width: 300px;
}
#introduction ul li h2 {
    padding: 10px 0 16px 0;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #B39149;
}
#introduction ul li p {
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
    text-align: center;
}
#introduction ul li .introduction_step_sp {
    display: none;
}

@media screen and (max-width: 1024px) {

    #introduction {
        background-color: #F8F8F8;
        padding: 70px 0 70px 0;
    }
    #introduction h1 {
        font-size: 24px;
        padding: 0 0 10px 0;
    }
    #introduction .introduction_step_pc {
        display: none;
    }
    #introduction ul {
        display: block;
        max-width: 460px;
    }
    #introduction ul li {
        max-width: 460px;
    }
    #introduction ul li h2 {
        font-size: 20px;
    }
    #introduction ul li p {
        font-size: 14px;
    }
    #introduction ul li .introduction_step_sp {
        display: block;
        max-width: 70px;
        margin: 30px auto 16px auto;
    }

}

/*------------------------------------------------------------
    よくある質問
------------------------------------------------------------*/

#question {
    background-color: #FFFAF2;
    padding: 70px 16px 70px 16px;
}
#question h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #3A3A3A;
}
#question .question_box {
    background-color: #FFF;
    max-width: 1024px;
    margin: 30px auto 0 auto;
    padding: 50px 0 50px 0;
    border-radius: 10px;
}
#question .question_box .question_border {
    max-width: 760px;
    margin: 0 auto 0 auto;
}
#question .question_box .question_border:not(:last-child) {
    border-bottom: 2px dashed #C7AD6F;
}
#question .question_box .question_border .question_q {
    background-image: url(../img/question_q.png);
    background-size: 38px;
    background-repeat: no-repeat;
    margin: 20px 0 0 0;
    padding: 8px 0 15px 50px;
    font-size: 16px;
    font-weight: 300;
    color: #504E4B;
}
#question .question_box .question_border .question_a {
    background-image: url(../img/question_a.png);
    background-size: 38px;
    background-repeat: no-repeat;
    margin: 16px 0 16px 0;
    padding: 8px 0 15px 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
    color: #504E4B;
}

@media screen and (max-width: 1024px) {

    #question {
        background-color: #FFFAF2;
        padding: 50px 16px 70px 16px;
    }
    #question h1 {
        font-size: 24px;
    }
    #question .question_box {
        background-color: #FFF;
        max-width: 1024px;
        margin: 30px auto 0 auto;
        padding: 10px 0 10px 0;
        border-radius: 10px;
    }
    #question .question_box .question_border {
        max-width: 760px;
        margin: 0 auto 0 auto;
    }
    #question .question_box .question_border .question_q {
        background-image: url(../img/question_q.png);
        background-size: 22px;
        background-repeat: no-repeat;
        margin: 20px 16px 0 16px;
        padding: 2px 0 04px 30px;
        font-size: 16px;
        font-weight: 300;
        color: #504E4B;
    }
    #question .question_box .question_border .question_a {
        background-image: url(../img/question_a.png);
        background-size: 22px;
        background-repeat: no-repeat;
        margin: 20px 16px 10px 16px;
        padding: 0px 0 4px 30px;
        font-size: 16px;
        font-weight: 300;
        line-height: 160%;
        color: #504E4B;
    }

}

/*------------------------------------------------------------
    問い合わせ誘導
------------------------------------------------------------*/

#ctn_induction {
    background-color: #F8F8F8;
    padding: 50px 0 50px 0;
}
#ctn_induction h1 {
    padding: 0 0 30px 0;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #3A3A3A;
}

@media screen and (max-width: 1024px) {

    #ctn_induction {
        background-color: #F8F8F8;
        padding: 30px 16px 30px 16px;
    }
    #ctn_induction h1 {
        padding: 0 0 16px 0;
        font-size: 20px;
        line-height: 150%;
    }
    #ctn_induction h1 .br::before {
        content: "\A";
        white-space: pre;
    }

}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/

footer {
    background-color: #DAA32C;
    background-image: url(../img/first_view_background_pc.jpg);
    background-size: cover;
    padding: 60px 16px 0 16px;
}
footer h1 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
}
footer .footer_tel {
    display: block;
    max-width: 780px;
    margin: 24px auto 24px auto;
}
footer .footer_tel .footer_tel_image_sp {
    display: none;
}
footer p {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
    color: #FFF;
}
footer small {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    line-height: 170%;
    color: #FFF;
}
footer div {
    max-width: 342px;
    margin: 0 auto 0 auto;
    padding: 10px 0 30px 0;
    text-align: center;
}
footer div a {
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    color: #FFF;
}
footer div a:not(:last-child) {
    padding: 0 12px 0 0;
    border-right: 1px solid #FFF;
}
footer div a:not(:first-child) {
    padding-left: 12px;
}
@media screen and (max-width: 1024px) {

    footer {
        background-color: #DAA32C;
        background-image: url(../img/first_view_background_sp.jpg);
        background-size: cover;
        padding: 40px 16px 0 16px;
    }
    footer h1 {
        font-size: 20px;
    }
    footer .footer_tel {
        display: block;
        max-width: 686px;
        margin: 24px auto 24px auto;
    }
    footer .footer_tel .footer_tel_image_pc {
        display: none;
    }
    footer .footer_tel .footer_tel_image_sp {
        display: block;
    }
    footer p {
        margin-bottom: 50px;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        color: #FFF;
    }

}