@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝
　　　PC START
＝＝＝＝＝＝＝＝＝ */
#zizen .container_z{
      width: 822px;
      margin: 0 auto;
    }
#zizen .mb{  display: none;}
#zizen .footer{
    margin-top: 0;
}
#zizen .footwrap{
    padding-bottom: 150px;
}
/* ＝＝＝見出し＝＝＝ */
#zizen .h2{
    margin: 160px 0 40px 0;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
}
#zizen .h2line{
    display: block;
    width: 822px;
    margin: 0 auto 60px;
}
#zizen .txtblue{
    width: 822px;
	margin: 0 auto 30px;
    font-size: 1.6em;
    font-weight: bold;
	color: var(--main);
}
#zizen .h2_txt{
	width: 822px;
	margin: 0 auto 50px;
	font-size: 1.1em;
	line-height: 1.8;
    transform: rotate(0.05deg);
}
#zizen .dotted{
    border-bottom: 4px dotted var(--main);
    width: 822px;
    margin: 20px auto;
    }
/* ＝＝4つ＝＝ */
#zizen .btn_flex{
    display: flex;
    gap: 20px;
}
#zizen .btn_flex a{
    padding: 6px;
    font-size: 1.1em;
    text-align: center;
    width: 50%;
    background-color: #d3d9e2;
    border: 1px solid #858d9a;
    transform: rotate(0.05deg);

}
#zizen .kaijo_box{
    width: 60%;
}
#zizen .k_txt a{
    margin-top: 80px;
    display: block;
    padding: 6px;
    font-size: 1.1em;
    text-align: center;
    background-color: #d3d9e2;
    border: 1px solid #858d9a;
    transform: rotate(0.05deg);
}
#zizen .k_txt a:hover{
    background-color: #bdc7d8;
}
#zizen .btn_flex a:hover{
    background-color: #bdc7d8;
}
#zizen .title3{
    background-color: #858d9a;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: bold;
    padding: 20px 20px 20px 50px;
    letter-spacing: 0.1em;

}
#zizen .bg_gra{
    padding: 50px;
    background: linear-gradient(to bottom, #ffffff, #e0e0e0);
    background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
    background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
    margin-bottom: 50px;
}
#zizen .h3_txt{
    width: 822px;
    margin: 0 auto 50px;
    color: var(--main);
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: bold;
}
#zizen .k_flex{
    display: flex;
    gap: 50px;
}
#zizen .k_img{
    width: 36%;
}
#zizen .k_txt{
    width: 60%;
    font-size: 1.1em;
    line-height: 1.8;
    transform: rotate(0.05deg);
}
#zizen .title4{
    color: var(--main);
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}
#zizen .txt4{
    font-size: 1.1em;
    transform: rotate(0.05deg);
    margin-bottom: 12px;
}
#zizen .txt5{
    font-size: 1.1em;
    transform: rotate(0.05deg);
    margin-bottom: 40px;
}
#zizen .txt6{
    font-size: 1.1em;
    transform: rotate(0.05deg);
    line-height: 1.5;
}
#zizen .stitle4{
    font-size: 1.1em;
    font-weight: bold;
}
#zizen .img4{
    margin-bottom: 20px;
}
#zizen .k_left{
    width: 40%;
}
/* ＝＝4つ一番下＝＝ */
#zizen .k_txt0101{
    line-height: 1.8;
    font-size: 1.1em;
    transform: rotate(0.05deg);
}
#zizen .zizen_frame{
    margin-top: 36px;
    border: 1px solid #5d574b;
    background: linear-gradient(to bottom, #f4f2ec, #dfd6c0);
    background: -webkit-linear-gradient(top, #f4f2ec, #dfd6c0);
    background: -moz-linear-gradient(top, #f4f2ec, #dfd6c0);
    margin-bottom: 10px;
    color: #5d574b;
    padding: 30px;
}
#zizen .z_title04{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 26px;
}
#zizen .z_list{
    display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
    column-gap: 64px;
    row-gap: 10px;
}
/* ＝＝ご相談ください＝＝ */
#zizen .z_con{
    border: 1px solid #3262af;
    background-color: #f4f5f4;
    padding: 50px;
    margin-bottom: 50px;
}
#zizen .z_con_txt{
    text-align: center;
    color: var(--main);
    font-size: 1.6em;
    font-weight: bold;
}
#zizen .z_con_txt01{
    text-align: center;
    color: var(--main);
    font-size: 1.4em;
    font-weight: bold;
}
#zizen .sya_contact_f_z{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
#zizen .sya_contact_img_z{
    width: 76px;
    color: var(--main);
    margin-right: 20px;
}
#zizen .sya_contact_num_z{
    color: var(--main);
    font-size: 2.75em;
    font-weight: bold;
}
#zizen .sya_contact_mail_z{
    font-size: 1.8em;
    transform: rotate(0.05deg);
}

#zizen .pp{
    font-size: 1.4em;
    transform: rotate(0.05deg);
    vertical-align: -3.5px;
}


/* ===========================
　　　タブレット・スマホ
============================ */
@media screen and (max-width: 767px){
    #zizen .footwrap{
        padding-bottom: 100px;
    }

/* =========見出し========= */
#zizen .h2line{display: none;}
#zizen .h2{
    margin: 60px 0 30px 0;
    font-size: 1.8em;
}
 #zizen .h2line_sp{
    width: 70%;
    margin: 0 auto 80px;
}
#zizen .h2_txt{
	width: auto;
    margin: 0 auto 60px;
}
#zizen .container_z{
    width: 90%;
    margin: 0 auto;
  }
  #zizen .dotted {
    border-bottom: 4px dotted var(--main);
    width: auto;
    margin: 20px auto 26px;
}
#zizen .txtblue {
    text-align: center;
    width: auto;
}

#zizen .k_txt a{
    margin-top: 30px;
    display: block;
    padding: 14px;
    font-size: 1.1em;
    text-align: center;
    background-color: #d3d9e2;
    border: 1px solid #858d9a;
    transform: rotate(0.05deg);
}



/* =========4つ========= */
#zizen .bg_gra {
    padding: 50px 8% 60px;
    margin-bottom: 50px;
}
#zizen .title3 {
    padding: 20px 0 20px 8%;
    line-height: 1.3;
}
#zizen .k_flex{
    display: block;
}
#zizen .k_img{
    width: auto;
}
#zizen .k_txt{
    width: auto;
    margin-bottom: 40px;
}
/* =========4つ一番下========= */
#zizen .z_list{
    display: grid;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 20px;
    white-space: nowrap
}
/* =========ご相談ください========= */
#zizen .z_con {
    padding: 50px 20px;
}
#zizen .z_con_txt {
    line-height: 1.4;
    font-size: 1.7em;
}

}/* 767END */


@media screen and (max-width: 550px){
#zizen .mb{  display: block;}
#zizen .footwrap{
    padding-bottom: 80px;
}
/* ------見出し------ */
#zizen .h2{
    margin: 50px 0 30px 0;
    font-size: 1.3em;
}
#zizen .h2line_sp{
     width: 90%;
     margin: 0 auto 60px;
}
#zizen .title3 {
    margin-top: 60px;
    font-size: 1.2em;
}
#zizen .txtblue {
    text-align: center;
    width: auto;
    font-size: 1.3em;
}
/* ------4つ----- */
#zizen .bg_gra {
    padding: 30px 8% 50px;
}
#zizen .k_txt {
    font-size: 1em;
    margin-bottom: 30px;
}
/* ------4つ一番下------ */
#zizen .z_title04 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 26px;
}
#zizen .z_list{
    display: grid;
	grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 20px;
    white-space: nowrap
}
#zizen .k_txt0101 {
    font-size: 1em;
}
/* ------ご相談ください------ */
#zizen .z_con {
    padding: 12% 6%;
}
#zizen .sya_contact_num_z {
    font-size: clamp(1.75rem, 0.359rem + 6.96vw, 2.75rem);
}
#zizen .z_con_txt {
    line-height: 1.3;
    font-size: clamp(1.156rem, 0.33rem + 4.13vw, 1.75rem);
}
#zizen .z_con_txt01{
    font-size: clamp(0.938rem, 0.329rem + 3.04vw, 1.375rem);
}
#zizen .sya_contact_img_z {
    width: 60px;
    color: var(--main);
    margin-right: 4px;
}
@media screen and (max-width: 390px){
    #zizen .z_title04 {
        font-size: 1em;
    }
}
@media screen and (max-width: 370px){
#zizen .sya_contact_num_z{
        letter-spacing: -0.05em;
}
#zizen .zizen_frame {
    padding: 20px 16px;
}
#zizen .z_title04 {
    font-size: 1em;
}
}
#zizen .z_con_in {
    width: fit-content;
    margin: 0 auto;
}

}/* 550END */
@media screen and (max-width: 380px){
    #zizen .title3 {
        padding: 20px 0 20px 4%;
        line-height: 1.3;
    }
}
@media screen and (max-width: 350px){
    #zizen .title3 {
        padding: 20px 0 20px 2%;
        line-height: 1.3;
    }
}