@charset"utf-8";


body {

    font: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    color: #000;
    text-align: center;
    overflow-x: hidden;
    background-color: #fbfaf9;
    margin: 0;

}




body .sp-item {
    display: none !important;

}

body .pc-item {
    display: block !important;



}



@media screen and (max-width:640px) {
    body {
        min-width: inherit;
        height: 100%;
    }

    body .sp-item {
        display: block !important;
    }

    body .pc-item {
        display: none !important;
    }

    .sp-item img {
        width: 100%;
    }

}

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

    .sp img {
        max-width: 90%;

    }

    .sp02 img {
        max-width: 100%;

    }

    .sp03 img {
        max-width: 70%;

    }



}

/* PC版の波形切り替え */
.wave {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 0;

}








a.rollover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";

}

.rollover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";

}

.center {
    text-align: center;

}

.right {
    text-align: right;

}

.line_0 {
    line-height: 0;

}



input[type=radio] {
    width: 15px;
    height: 15px;
    vertical-align: middle;

}

input[type=image]:hover {
    opacity: 0.7;
}

/* ----------------------------------------------------

 

    text

 

---------------------------------------------------- */




em {
    text-decoration: underline;
    font-style: normal;

}



strong {
    font-weight: bold;

}

.strike {
    text-decoration: line-through;

}

.ac {
    text-align: center !important;

}

.ar {
    text-align: right !important;

}

.al {
    text-align: left !important;

}

.bold {
    font-weight: bold !important;

}


/* ----------------------------------------------------

 

    float

 

---------------------------------------------------- */

.fr {
    float: right !important;

}

.fl {
    float: left !important;

}

.clear {
    clear: both;

}

img {
    line-height: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    border: none;
    max-width: 100%;

}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;

}

.clearfix {
    min-height: 1px;

}



hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;

}




/* ----------------------------------------------------

    clearfix の代用

    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;

---------------------------------------------------- */


/*-------------------------------------------------------*/

/*  header

/*-------------------------------------------------------*/








.sp {
    margin-top: 0;

}

.pc-item {
    padding: 0;
}

.sp-item {
    padding: 0;
    border: none;
    margin-top: 0;
    margin: 0;
}



.pc-item {

    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    line-height: 0;
    /* 画像間の隙間を削除 */
}

.pc-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* 波形の背景設定 */
.wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    /* CTAボタンの背後に配置 */
}

.wave-bg img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    /* 画像下の隙間を削除 */
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translatey(10px);
    }

    to {
        opacity: 1;
        transform: translatey(0);
    }
}

/* 初期状態 */
.fade-in {
    opacity: 0;
    /* 初期状態では不透明度を0に設定 */
    transform: translateY(10px);
    /* 初期状態で少し下にずらす */

}

/* ビューポートに入ったときに適用されるクラス */
.fade-in.visible {
    animation: fadeIn 1s ease-out forwards;
}

/* オレンジ背景のセクション */

.about-section,
.service-description,
.safety-section,
.cta-section,
.company-info,
.cta2 {
    background-color: #f7931b;
}

/* 薄いオレンジ背景のセクション */
.main-visual,
.reason-section,
.plan-description,
.features-section {
    /* features-section を追加 */
    background-color: #feeede;
}

/* 白背景のセクション */
.target-items-section,
.flow-description,
.voice-section,
.qa-section,
.flink {
    background-color: #fbfaf9;
}



html {
    scroll-behavior: smooth;
}

.gotop {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #000;
    border: none;
    border-radius: 50%;
    text-indent: -9999px;
    opacity: 0.7;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}

.gotop::before {
    content: "";
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 25%;
    height: 25%;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: translate(0, -50%) rotate(-45deg);
}

.gotop:hover {
    opacity: 1;
}

@media(max-width:640px) {
    .gotop {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }

    .gotop::before {
        bottom: 0;
    }
}

.company-info {
    color: #fff;
    text-align: center;
    padding: 30px 0;

}

.company-info .container {
    margin-bottom: 20px;
}

.company-info h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
}

.company-info dl {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
}


.company-info dd {
    margin: 10px 0;
    padding-left: 20px;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
    .company-info {
        padding: 30px 0;

    }

    .company-info h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .company-info dd {
        font-size: 13px;

    }

}




footer {
    background: #4d4d4d;
    text-align: center;
    padding: 16px 0;
    color: #fff;
    font-size: 75%;

}

.flink {

    flex-wrap: wrap;
    font-size: 16px;
    padding: 45px 0;
}


footer a {
    color: #000;
    text-decoration: none;

}

footer a:hover {
    color: #737373;
    text-decoration: none;


}



footer a:visited {
    color: #000;
    text-decoration: none;

}

/* 区切り文字のスタイル */
.separator {
    margin: 0 5px;
}


@media screen and (max-width: 640px) {
    footer {
        font-size: 13px;


    }

    .flink div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        /* リンク間の間隔 */
    }

    .flink a {
        display: block;
        padding: 5px 0;
    }

    /* セパレーターを非表示に */
    .flink .separator {
        display: none;
    }

    .company-info {
        padding: 20px;
    }

    .company-info dd {
        padding-left: 10px;
    }
}