@charset "UTF-8";

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
    font-size: 62.5%;
    /*emの計算をしやすくするための定番設定*/
    font-family: "ヒラギノ角ゴ ProN", sans-serif;
    font-style: normal;
    line-height: 1.7;
    color: #3b2004;
}

/*リンク文字の設定*/
a {
    text-decoration: none;
}

/*ブラウザのCSSをリセット*/
p {
    margin: 0 !important;
    padding: 0 !important;
}

/*セクションエリアの共通設定*/
section {
    clear: both;
    overflow: auto;
}

/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/

h2 {
    padding: 2em 0 1em;
    text-align: center;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: 1.5px;
}


h3 {
    padding: 0.5em 0em 0;
    margin: 0;
    color: #4b7a30;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
}
.Text-Span.isActive {
    background-position: -100% .5em;
}

.Text-Span {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 245, 105) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 245, 105) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 245, 105) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 245, 105) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255, 245, 105) 50%);
    background-repeat: repeat-x;
    background-position: 0 .5em;
    background-size: 200% .8em;
    transition: all 1s;
}

    h4 {
        padding: 0.3em 0;
        margin: 0;
        color: #3b2004;
        font-size: 1.5em;
        font-weight: 600;
        text-align: center;
        letter-spacing: 1px;
    }


/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
    background-color: #ffffff;
}

/*記事(ボディ)エリア*/
.article {
    background-color: #fff;
    font-size: 1.7em;
    /*=17px*/
}

/*記事(ボディ)エリアの行間*/
.article p {
    line-height: 1.6;
}

.article {
    width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,
.section_inr {
    width: 950px;
    margin: 0 auto;

}

/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
    position: sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
}

/*ヘッダー内部をカラム幅にする*/
.header_inr {
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

.header_inr a {
    text-decoration: none;
}

/*ヘッダーのロゴ*/
.header_logo {
    width: 17%;
    float: left;
    margin: 0.5em;
}

/*ヘッダーの問い合わせボタン*/
.header_form {
    width: 13%;
    float: right;
    margin: 1.7em 0em;
}

/*ヘッダーの電話ボタン*/
.header_tel {
    width: 18%;
    float: right;
    margin: 0.8em 1em;
}


.btn_header {
    color: #fff;
    background: #ef6329;
    border-radius: 100vh;
    font-size: 1.3em;
    padding: 0.8em 1em;
    font-weight: bold;
    width: 90%;
    display: block;
    text-align: center;
    letter-spacing: 1px;

}

.btn_header:hover {
    border: 2px solid #ef6329;
    border-radius: 100vh;
    background: #fff;
    color: #ef6329;
}


/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img,
.btn_header,
.line_header,
.tel_header img {
    width: 100%;
}

/*-----------------------------------------------------------------------------------------------------
グローバルナビ
-----------------------------------------------------------------------------------------------------*/
.inner {
    width: 1150px;
    margin: 0 auto;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    background-color: rgba(255, 255, 255, 0.9);
    top: 0px;
    position: absolute;
    width: 100%;
    margin: 80px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}

#top-head a,
#top-head {
    color: #3b2004;
    text-decoration: none;
}

.inner {
    position: relative;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 36%;
    top: 18%;
    font-size: 1.5em;
    font-weight: bold;
}

#global-nav ul li {
    float: left;
    padding: 0em 0em;
}

#global-nav ul li a:hover {
    border-bottom: 3px solid #bbccb0;
    padding-bottom: 10px;
    color: #3b2004;
}

#global-nav ul li a {
    padding: 0 18px;
    color: #3b2004;
}


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image_01 {
    background-image: url("../images/fv01_pc_back.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
}

.top_image_in img {
    width: 100%;
}

.pc_img {
    display: block !important;
}

.sp_img {
    display: none !important;
}

.fv02 {
    background-image: url("../images/bg_fv02.jpg");
    background-size: cover;
    padding: 2em;
}

.fv02 img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.fv03 {
    background-image: url("../images/bg_fv03.jpg");
    background-size: cover;
    padding: 2em;
}

.fv03 img {
    width: 70%;
    margin: 0 auto;
    display: block;
}



/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/

.section_01 {
    background-image: url("../images/bg_fv02.jpg");
    background-size: cover;
    padding: 2em;
}

.section_02 {
    background-image: url("../images/bg_section02.jpg");
    padding: 2em;
    background-position: 40% 65%;
}

.section_03 {
    background-image: url("../images/bg_fv03.jpg");
    padding: 2em;
}


/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/

.area_cta {
    background-image: url("../images/bg_cta.gif");
    padding: 10px 0 0;
    margin: 0 auto;
}

.img_cta {
    padding: 2em 14em 0;
}

.btn_cta {
    padding: 1em 12em 6em;
}


.movie {
    width: 90%;
    margin: 2em auto 0;
}
.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: auto;
    margin: 0 auto ;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}


/*--------------------------------------------------
他社との違い
-----------------------------------------------------*/
.ctn_sv {
    padding: 4em 0em;

}

.wrap_sv {
    position: relative;
}

.box_right_sv {
    float: left;
    width: 95%;
    position: relative;
    background-color: #e6ece2;
    padding: 10px;
    box-shadow: 10px 11px 0px -7px #4b7a30;
    border-radius: 3px;
    margin-bottom: 5em;
}

.num_right_sv {
    position: absolute;
    top: -45px;
    width: 80%;
    height: auto;
    left: 4.5%;
}

.txt_sv01 {
    padding: 3em 1em 2em;
    width: 80%;
}

.img_sv_right {
    position: absolute;
    width: 20%;
    left: 74%;
    top: 15%;
}

.box_left_sv {
    float: right;
    width: 95%;
    right: 5%;
    position: relative;
    background-color: #e6ece2;
    padding: 10px;
    box-shadow: -11px 13px 0px -7px #4b7a30;
    border-radius: 3px;
    margin-bottom: 5em;
}

.num_left_sv {
    position: absolute;
    top: -45px;
    width: 80%;
    height: auto;
    left: 4.5%;
}

.txt_sv02 {
    padding: 3em 1em 2em;
    width: 80%;
}

.img_sv_left {
    position: absolute;
    width: 20%;
    left: 74%;
    top: 15%;

}



/* アニメーション前(斜め左待機) */
.slide-skew01 {
    opacity: 0;
    transform: translate(-150px, -30px);
}

/* トリガー発火でis-activeを付与 */
.slide-skew01.is-active {
    transition: 1s;
    transform: translate(0, 0);
    opacity: 1;
}

/* アニメーション前(斜め右待機) */
.slide-skew02 {
    opacity: 0;
    transform: translate(150px, -30px);
}

/* トリガー発火でis-activeを付与 */
.slide-skew02.is-active {
    transition: 1s;
    transform: translate(0, 0);
    opacity: 1;
}

/* アニメーション前(右待機) */
.poyoyon {
    transform: translateX(140px);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.poyoyon.is-active {

    animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes poyoyon {
    0% {
        transform: translateX(140px);
        opacity: 0;
    }

    50% {
        transform: translateX(0);
    }

    65% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }

    20%,
    100% {
        opacity: 1;
    }
}

/* アニメーション前(待機) */
.zoomin {
    transform: scale(0.8);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.zoomin.is-active {
    animation: zoomin 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomin {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/*--------------------------------------------------
選ばれる理由
-----------------------------------------------------*/

.ctn_reason {
    padding: 4em 0;
}


.box_reason_left {
    padding: 12px 10px;
    background-color: #fff;
    border-radius: 8px;
    width: 49%;
    float: left;
    margin: 0.8em 0;
}

.box_reason_right {
    padding: 12px 10px;
    background-color: #fff;
    border-radius: 8px;
    width: 49%;
    float: right;
    margin: 0.8em 0;
}





/* チェックボックスは非表示 */
.reason-hidden {
    display: none;
}

/* Question部分 */
.reason-open {
    display: block;
    cursor: pointer;
    position: relative;
    /* 変更部分 */
}

/* Answer部分 */
.reason-close {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.reason-hidden:checked + .reason-open + .reason-close {
    height: auto;
    opacity: 1;
    padding: 10px;
}

/*--------------------------------------------------
できること
-----------------------------------------------------*/

.ctn_of {
    padding: 1em 0 3em;
    display: flex;
    flex-wrap: wrap;
}


.box_of_left {
    padding: 15px;
    background-color: #E6EED6;
    border-radius: 8px;
    width: 45%;
    margin: 1.2em 0;
    margin-right: 10px;
    
}

.box_of_right {
    padding: 15px;
    background-color: #E6EED6;
    border-radius: 8px;
    width: 45%;
    margin: 1.2em 0;
    margin-left: 10px;

}
.box_of_txt {
    padding: 1em 0 0;
}
.ninki {
    width: 40%;
    margin: 0 auto -5px;
}
.com_harf {
        padding-top: 15px;
    width: 55%;
    margin: 0 auto -5px;
}

/*--------------------------------------------------
お客さまの声
-----------------------------------------------------*/

.ctn_voice {
    padding: 2em 0;
}

.box_voice {
    background: #fff;
    border-radius: 15px;
    padding: 2em 2.5em;
    margin-bottom: 3em;
}

.icon_voice {
    float: left;
    width: 40%;
    padding: 1em;
}

.tit_voice {
    float: right;
    width: 60%;
    letter-spacing: 0.03em;
    padding-top: 1em;
}
.coment {
	color: #ef6329!important;
    font-weight: bold;
    font-size: 1.3em;
    
}

.box_price {
    padding: 1em;
    margin-top:0.5em;
    background-color: beige;
    font-weight: bold;
    text-align: center;
}
.p_orange {
	color: #ef6329!important;
}
.note {
    background-image:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 97%,
            #ddd 97%,
            #ddd 100%);
    background-size: 100% 2em;
    line-height: 2;
}

.note p {
    margin-bottom: 2em;
    line-height: 2;
}

.img_voice {
    padding: 1.5em 0.5em 0;
    margin: 0 auto;
}



/*--------------------------------------------------
FAQ
-----------------------------------------------------*/

.box_faq {
    max-width: 100%;
    padding: 2em 1em 4em;

}


/* Question部分 */
.puest {
    display: block;
    padding: 1em 0em 1em 0.5em;
    border-bottom: 2px solid #ccc;
    margin: 10px 0px;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;

}

.faq_q {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #4b7a30;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    /* ←円を中央揃え */
    text-align: center;
    /* ←文字を左右に中央揃え */
    line-height: 50px;
    /* ←文字を上下に中央揃え */
    margin-right: 15px;
    font-weight: 600;
    font-size: 1.1em;
}


/* Answer部分 */
.answer {
    display: block;
    padding: 1em 0.5em;
    width: 100%;
    height: auto;
}

.answer_txt {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}


.faq_a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #ef6329;
    color: #ef6329;
    border-radius: 50%;
    margin: 0 auto;
    /* ←円を中央揃え */
    text-align: center;
    /* ←文字を左右に中央揃え */
    line-height: 50px;
    /* ←文字を上下に中央揃え */
    margin-right: 10px;
    font-weight: 600;
    font-size: 1.1em;
}

.answer_txt a {
    text-decoration: none;

}

.btn_form2 {
    color: #fff;
    background: #ef6329;
    border-radius: 15px;
    padding: 1em;
    font-weight: bold;
    width: 50%;
    letter-spacing: 1px;
    border: none;
    font-size: 1.3em;

}

.btn_form2:hover {
    border: 2px solid #ef6329;
    background: #fff;
    color: #ef6329;
}


/*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
.area_form {
    background-color: #fff;
}


table {
    width: 100%;
    border-top: 1px solid #4b7a30;
    border-left: 1px solid #4b7a30;
    margin: 1em 0em 2em;
}

th,
td {
    padding: 1em 0.5em;
    border-right: 1px solid #4b7a30;
    border-bottom: 1px solid #4b7a30;
}

table td {
    background-color: #fff;
    line-height: 1.4;
}

.koumoku {
    background-color: #F6F8E7;
    font-weight: bold;
    width: 35%;
    padding: 15px 10px;

}

input[type="text"] {
    width: 30%;
    height: 30px;
    text-align: left;
    margin: 0em 1em 0em 0.5em;

}

input[type="text02"] {
    width: 80%;
    height: 30px;
    text-align: left;
    margin: 0em 1em 0em 0.5em;

}

select {
    width: 80%;
    height: 30px;
    text-align: left;
    margin: 0em 1em 0em 0.5em;

}

textarea {
    width: 90%;
  padding: 8px 10px;
}

   .textPre {
        display: block;
    margin-top: 0px;
    margin-bottom: 0.5em;
}


/* ラジオ・チェックボタン */
input[type="radio"],
input[type="checkbox"] {
  margin-right: 7px; /* テキストとの間に余白 */
  transform: scale(1.15);
  accent-color: #6c9e6b; /* 緑系アクセントカラー（対応ブラウザで） */
}

/*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/

.fix_menu_smartphone {
    display: none !important;
}

#page_top_sp {
    display: none !important;
}

/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
    background-color: #3b2004;
    padding: 2em 2em;
    text-align: center;
    font-size: 1.4em;
    color: #fff;
}

.footer a {
    color: #fff;
}