@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: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    color: #222;
    line-height: 1.8;
}

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

}

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

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

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

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

/*ヘッダーのロゴ*/
.header_logo {
    width: 12%;
    float: left;
    padding: 1em 0em 0.7em;
}

/*ヘッダーの問い合わせボタン*/


.header_cta {
    width: 20%;
    float: right;
    margin: 1em 0em;
    margin-left: 1em;
}



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

h2 {
    color: #FCEE6E;
    font-size: 28px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    letter-spacing: 2px;
}


h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: left;
    padding: 0;
    border-bottom: 2px solid #FCD13E;
    line-height: 1.3;
    letter-spacing: 1px;
}

h4 {
    color: #006837;
    font-size: 28px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    letter-spacing: 2px;
}



.Text-Span.isActive {
    background-position: -100% .5em;
}

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

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

.section_01 {
        background-image: url("../images/bg_section01.png"
        );
    background-size: cover;
    background-position: 50% 50%;
    padding: 4em 0;
}



.section_02 {
    background-color: #EBE9DD;
    padding: 4em 0;
}
.section_03 {
    background-color: #F4F2F0;
    padding: 4em 0em 0;
}

.section_04 {
     background-image: url("../images/bg_section04.jpg"
        );
    background-size: cover;
    background-position: 50% 50%;
    padding: 4em 0;
}

.section_05 {
    background-color: #FAA800;
    padding: 4em 0;
}

.section_06 {
        background-color: #fff;
    padding: 2em 0em;
}

.section_07 {
    background-image: url("../images/bg_section07.jpg"
        );
    background-size: cover;
    padding: 4em 0;
}

.section_08 {
    background-image: url("../images/bg_houganshi.jpg");
    padding: 4em 0;
}




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

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



}

/*記事(ボディ)エリアの行間*/
.article p {
    line-height: 1.7;
    letter-spacing: 0.5px;


}

.article {
    width: 100%;
    overflow: hidden !important;

}

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

}

.pc_img {
    display: block !important;
}

.sp_img {
    display: none !important;
}


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

}
.top_image_in img {
  width: 100%;
}
/*-------
スライダー
------*/
.slider {
    position: absolute;
    right: 13%;
    top: 15%;
}
.slider5-wrap {
  width: 500px;
  margin: 0 auto;
  position: relative;
}
.slider5-wrap img {
    width: 100%;
}

/*--------------------------------------------------
完成見学会
-----------------------------------------------------*/
.sec_schedule {
    background: url("../images/bg_sch.jpg") ;  background-size: cover;
    padding: 1em 0 2em;
    
}
.tit_kengakukai {
    width: 60%;
    margin: 0 auto 2em;
}

.green_r {
    background-color: #d84e5a;
    padding: 6px 20px;
    margin: 0 0 1em;
    font-weight: 600;
    color: #fff;
    border-radius: 100vw;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.box_schedule {
    text-align: center;
}
.box_schedule p {
    font-weight: 600;
    font-size: 1.3em;
    letter-spacing: 1px;
}



.img_kansei {
    width: 70%;
    margin: 0 auto;
}
.box_midokoro {
    width: 68%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2em;
}
.tit_midokoro {
    width: 60%;
    margin: 0 auto ;
}

ul.midokoro {
  border: solid 2px #FAA800;
  padding: 1em 1.5em;
  position: relative;
}

ul.midokoro li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

ul.midokoro li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 1.5em; /*左端からのアイコンまで*/
  color: #FAA800; /*アイコン色*/
    font-weight: 900;
}

ul.midokoro li:last-of-type {
  border-bottom: none;
}


.tit_madori {
    width: 45%;
    margin: 0 auto 2em;
}

.wrap_madori {
    padding-top: 1em;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.img_madori {
    width: 32%;
    margin: 10px 0;
}




/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.area_cta {
    background-color: #006837;
    padding: 2em 0;

}

.img_tokuten {
    width: 79%;
    margin: 0 auto;
}
.button-simple {
    position: relative;
    font-weight: bold;
    padding: 10px 30px;
    margin: 20px auto 10px;
    border-radius: 100vw;/*角の丸み*/
    font-size: 22px;/*文字サイズ*/
    background-color: #D84E5A;/*背景色*/
    color: #fff;/*文字色*/
    display: inline-block;
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
.button-simple:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
    color: #fff;/*アイコンの色*/
    margin-right: 13px;
}
a:hover .button-simple {
    background-color: #fff;/*触れたときの背景色*/
    color: #D84E5A;/*触れたときの文字色*/
    box-shadow: 0 0px 0 rgb(0, 0, 0, 0.3);
    animation-play-state: paused;
    top: 3px;
}


a:hover .button-simple:before {
    color: #d84e5a;
}
.pekopeko {
    animation: pekopeko 2s infinite;
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
@keyframes pekopeko {
    0% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
    10% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        top: 3px;
    }
    20% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
    30% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        top: 3px;
    }
    40% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
}


/*--------------------------------------------------
ターゲット
-----------------------------------------------------*/
.tit_target {
    width: 50%;
    margin: 0 auto 2em;
}


.ctn_merit {
    display: flex;
    justify-content: space-around;
    padding: 1em 3em;
    align-items: flex-end;

}

.img_merit {
    width: 25%;
}

/*--------------------------------------------------
welcome
-----------------------------------------------------*/
.tit_welcom {
    width: 30%;
    margin: 0 auto;
}

.box_about {
    padding: 1em 0;
}


.section_04 p {
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    
}

/*--------------------------------------------------
欲しいを叶える
-----------------------------------------------------*/
.tit_hosii {
    width: 70%;
    margin-bottom: 1em;
}

.img_hosii {
    float: right;
    width: 23%;
    padding-right: 3em;
}

.txt_hosii {
    position: relative;
    float: left;
    width: 75%;
    padding: 2em;
    background-color: #fff;
    border-radius: 30px;
}

.txt_hosii:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

/*--------------------------------------------------
特徴
-----------------------------------------------------*/

.txt_iedukuri {
    float: left;
    width: 50%;
    padding-top: 4em;
}

.img_iedukuri {
    float: right;
    width: 50%;
    padding: 1.5em 3em;

}
.tit_iedukuri {
    width: 55%;
}

.midashi_seinou {
    display: flex;
    justify-content: center;
    padding: 2em 0 0;

}
.box_seinou {
    font-weight: 600;
    color: #006837;
    background-color: #DDEDD3;
    padding: 3px 8px;
    margin: 0 5px;
    letter-spacing: 1px;
    font-size: 1.1em
}
.midashi_seinou_p {
    text-align: center;
    font-weight: 600;
    font-size: 1.3em;
    padding-bottom: 2em;
    color: #006837;
    
}

.seinou_disc {
    padding: 1em ;
}
.seinou_disc p {
    letter-spacing: 1px ;
}

.txt_housegurd {
    float: right;
    width: 60%;
}

.img_housegurd {
    float: left;
    width: 40%;
    padding-right: 1.5em ;
    padding-top: 1em;

}
.tit_housegurd {
    width: 65%;
}


.housegurd_disc {
    padding: 1em ;
}
.housegurd_disc p {
    color: #fff;
    letter-spacing: 1px ;
}

.img_hg_disc {
    padding: 1em;
}



/*--------------------------------------------------
お客様の声
-----------------------------------------------------*/
.tit_voice {
        width: 68%;
    margin: 1em auto ;
    }  
.ctn_voice {
    padding: 2em 0 0;
    
}
.box_voice {
    background-color: #fff;
    padding: 3em 2em 1em;
    border-radius: 20px;
    margin-bottom: 20px;
}
.img_voice {
    float: left;
    width: 35%;
    padding-right: 1em;
    padding-bottom: 0.5em;
}



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

.accordion {
    max-width: 80%;
    padding: 2em 0em;
    text-align: left;
    margin: 0 auto;
}

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

ここからアコーディオンのCSS

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

.fa_q {
    color: #006837;
}

/* Question部分 */
.accordion-open {
    display: block;
    padding: 1.5em 4em 1.5em 1em;
    background: #EBE9DD;
    color: #006837;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
    font-weight: bold;
    text-align: left;
    /* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #006837;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

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

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


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

#sp_btn {
    display: none !important;
}

/*--------------------------------------------------
フェードイン
-----------------------------------------------------*/

.fadein {
    opacity: 0;
    transform: translateY(10px);
    transition: all 2s;
}

.fadein02 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 3s;
}

.fadein03 {
    opacity: 0;
    transform: translateY(25px);
    transition: all 4s;
}


/*左からフェードイン*/
.fadeinleft {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 1.5s;
}

/*右からフェードイン*/
.fadeinright {
    opacity: 0;
    transform: translateX(40px);
    transition: all 1.5s;
}

.zoomin {
    opacity: 0;
}

.zoomin.isActive {
    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);
    }
}

.popup {
    opacity: 0;
}

.popup.isActive {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
    0% {
        transform: translateY(40px) scale(0.8);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1.0);
    }

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

.slidein.isActive {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
    0% {
        transform: translateX(-180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
    }

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


/*--------------------------------------------------
お問い合わせフォーム
-----------------------------------------------------*/

.box_yoyaku {
    padding: 2em 0;
}
.img_yoyaku {
    float: right;
    width: 20%;
    padding-right: 3em;
}

.txt_yoyaku {
    position: relative;
    float: left;
    width: 76%;
    padding: 2em;
    background-color: #FFF5DE;
    border-radius: 30px;
}

.txt_yoyaku:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FFF5DE;
}


.wrap_form {
    width: 90%;
    margin: 0 auto ;
    padding: 3em ;
    background: #fff;
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-left: 8px;
    width: 42px;
    line-height: 1.7em;
    display: inline-block;
    text-align: center;
    background: #d84e5a;
    color: #fff;
    font-size: 75%;
}

.box_form {
    padding: 0.7em 0 0.5em;
    border-bottom: 2px solid #ccc;
    margin-bottom: 0.5em;
}
.box_form_last {
    padding: 0.7em 0 0.5em;
    margin-bottom: 1em;
}


form input[type="radio"] {
    margin-left: 0.5em ;
}
select {
    margin: 0.5em;
    padding: 3px;
}

input[type="text02"] {
    width: 70%;
    padding: 3px;
    font-size: 110%;
    display: block;
    margin: 0.5em;
}

textarea {
    width: 90%;
    padding: 3px;
    font-size: 110%;
    display: block;
}

.form_btn {
    padding: 1em 0;
    margin-top: 1em;
    text-align: center;
}

.entry_btn {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 0 0.5em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #D84E5A;
    border: none;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
    .wrap_form {
        width: 95%;
        margin: 0 auto;

    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }

    table.formTable th {
        margin-top: 5px;
        border-bottom: 0;
    }

    form input[type="text"],
    form input[type="text02"],
    form textarea {
        width: 90%;
        padding: 5px;
        font-size: 110%;
        display: block;
    }

    form input[type="submit"],
    form input[type="reset"],
    form input[type="button"] {
        display: block;
        width: 100%;
    }

    .entry_btn,
    .reset_btn {
        width: 90%;
        margin: 0 auto;
    }
    .wrap_form {
    width: 98%;
    margin: 2em auto ;
    padding: 2em 1em;
}

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

.footer a {
    color: #fff;
}