/* 3hojyokin */
:root {
    --green: #00A599;
    --green_l: #eef4f4;
    --pink: #E66F78;
    --pink_l: #f9f0f1;
    --blue: #65a1da;
    --blue_l: rgba(101, 161, 218, 0.1);
    --orange: #f09229;
    --orange_l: rgba(240, 147, 41, 0.1);
  }
  .sp_only{
    display: none;
  }
  .pc_only{
    display: block;
  }
  @media screen and (max-width: 750px) {
    :root {
      --break: 750;
    }
    .sp_only{
      display: block;
    }
    .pc_only{
      display: none;
    }
    }
  
  @media screen and (min-width: 751px) and (max-width: 1300px) {
    :root {
      --break: 1300;
    }
  
  }
  
  @media screen and (min-width: 1301px) {
    :root {
      --break: 1301;
    }
  }
  
  .txt_green {
    color: var(--green);
  }
  
  .bg_green {
    background-color: var(--green);
  }
  
  .bg_green_l {
    background-color: var(--green_l);
  }
  
  .bdr_green {
    border-left-color: var(--green);
  }
  
  .txt_pink {
    color: var(--pink)
  }
  
  .bg_pink {
    background-color: var(--pink);
  }
  
  .bg_pink_l {
    background-color: var(--pink_l);
  }
  
  .bdr_pink {
    border-color: var(--pink) !important;
  }
  
  .bg_blue{
    background-color: var(--blue);
  }
  .bg_blue_l {
    background-color: var(--blue_l);
  }
  .bdr_blue {
    border-color: var(--blue);
  }
  
  .bg_orange{
    background-color: var(--orange);
  }
  .bg_orange_l {
    background-color: var(--orange_l);
  }
  .bdr_orange {
    border-color: var(--orange) ;
  }
  
  .txt_white {
    color: #fff;
  }
  
  .bg_white {
    background-color: #fff
  }
  .bdr_white {
    border-color: #fff ;
  }

/*住宅省エネキャンペーン*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

.mgf {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

#hojyokin_page {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 30px;
}
#hojyokin_page *{
    box-sizing: border-box;
  font-family: "Zen Maru Gothic", serif;
}

#hojyokin_page .h-btn{

}

#hojyokin_page .img--fit {
  width: 100%;
}


#hojyokin_page .mv {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

#hojyokin_page .mv .btn_h {
  position: absolute;
  right: 0;
  bottom: 20px;
}

#hojyokin_page .btn_h_contact {
  margin-left: 80px;
}

.h-btn:hover {
  border: 2px solid #00A599;
  background: #00A599;
  color: #fff;
}

#hojyokin_page .btn_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#hojyokin_page .btn_flex a {
  width: 32%;
}

#hojyokin_page .lg_bg {
  background: #eef4f4;
  padding: 50px 0;
  background-image: url(../img/hojokin/bg_house.png);
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#hojyokin_page .c_flex {
  display: flex;
  justify-content: space-between;
}

#hojyokin_page .c_flex img {
  width: 95%;
}

#hojyokin_page .fw7 {
  font-weight: 700;
}

#hojyokin_page h3 {
  line-height: 1.2;
}

#hojyokin_page .fcp {
  color: #E66F78;
}

#hojyokin_page .fcb {
  color: #65A1DA;
}

#hojyokin_page .fco {
  color: #F09229;
}

#hojyokin_page .fcg {
  color: #00A599;
}

#hojyokin_page .mv .btn_h {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
}

#hojyokin_page .mv .h-btn {
  border: 2px solid #00A599;
  background: #fff;
  color: #00A599;
  padding: 20px 50px;
  border-radius: 999px;
  width: 100%;
  font-size: 21px;
  text-align: center;
}

#hojyokin_page .p_btn {
  border: 2px solid #E66F78;
  background: #E66F78;
  color: #fff;
  padding: 20px 0px;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3em;
  font-weight: 700;
}

#hojyokin_page .p_btn:hover {
  border: 2px solid #E66F78;
  background: #fff;
  color: #E66F78;
  padding: 20px 0px;
  border-radius: 5px;
  text-align: center;
}

#hojyokin_page .b_btn {
  border: 2px solid #65A1DA;
  background: #65A1DA;
  color: #fff;
  padding: 20px 0px;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3em;
  font-weight: 700;
}

#hojyokin_page .b_btn:hover {
  border: 2px solid #65A1DA;
  background: #fff;
  color: #65A1DA;
  padding: 20px 0px;
  border-radius: 5px;
  text-align: center;
}

#hojyokin_page .o_btn {
  border: 2px solid #F09229;
  background: #F09229;
  color: #fff;
  padding: 20px 0px;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3em;
  font-weight: 700;
}

#hojyokin_page .o_btn:hover {
  border: 2px solid #F09229;
  background: #fff;
  color: #F09229;
  padding: 20px 0px;
  border-radius: 5px;
  text-align: center;
}

#hojyokin_page .g_tit {
  color: #00A599;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

#hojyokin_page .fsz2 {
  font-size: 20px;
}

#hojyokin_page .fsz3 {
  font-size: 30px;
  line-height: 1.5;
}

#hojyokin_page .fsz4 {
  font-size: 40px;
}

#hojyokin_page .title_hukidashi_p {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #E66F78;
}

#hojyokin_page .title_hukidashi_p:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #E66F78 transparent transparent transparent;
}

#hojyokin_page .title_hukidashi_p:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#hojyokin_page .title_hukidashi_b {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #65A1DA;
}

#hojyokin_page .title_hukidashi_b:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #65A1DA transparent transparent transparent;
}

#hojyokin_page .title_hukidashi_b:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#hojyokin_page .title_hukidashi_o {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #F09229;
}

#hojyokin_page .title_hukidashi_o:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);

  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #F09229 transparent transparent transparent;
}

#hojyokin_page .title_hukidashi_o:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#hojyokin_page .table_box {
  display: flex;
}
#hojyokin_page .table_box2 {
}
#hojyokin_page .kagi_box {
  --x-gradient: linear-gradient(90deg, #333 0 30px, transparent 0 calc(100% - 30px), #333 calc(100% - 30px));
  --y-gradient: linear-gradient(#333 0 30px, transparent 0 calc(100% - 30px), #333 calc(100% - 30px));
  padding: 3rem 3rem;
  background-image:
    var(--x-gradient),
    var(--y-gradient),
    var(--x-gradient),
    var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 5px, 5px 100%, 100% 5px, 5px 100%;
  background-position: top, right, bottom, left;
  width: 100%;
  border: 1px solid #ccc;
  text-align: left;
}

#hojyokin_page .kagi_box .tit01 {
  background: #00A599;
  border: 2px solid #00A599;
  border-radius: 999px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
  width: 300px;
}

#hojyokin_page .kagi_box .tit02 {
  background: #fff;
  border: 2px solid #00A599;
  border-radius: 999px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #00A599;
  width: 300px;
}

#hojyokin_page .kagi_box .tit03 {
  background: #65A1DA;
  border: 2px solid #65A1DA;
  border-radius: 999px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
  width: 300px;
}

#hojyokin_page .kagi_box .tit04 {
  background: #fff;
  border: 2px solid #65A1DA;
  border-radius: 999px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #65A1DA;
  width: 300px;
}

#hojyokin_page .lp_bg {
  background: #f9f0f1;
  padding: 50px 0;
}

#hojyokin_page .seko_jirei_box {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
}

#hojyokin_page .seko_jirei_box .tit {
  background: #E66F78;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 1rem;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  position: relative;
}

#hojyokin_page .seko_jirei_box .tit .hissu {
  background: #fff;
  border-radius: 999px;
  color: #E66F78;
  text-align: center;
  padding: .5rem 2rem;
  font-size: 20px;
  font-size: .8em;
  font-weight: 700;
  top: 10px;
  right: 10px;
  position: absolute;
}

#hojyokin_page .seko_jirei_box .tit .nini {
  background: #fff;
  border-radius: 999px;
  color: #808080;
  text-align: center;
  padding: .5rem 2rem;
  font-size: 20px;
  font-size: .8em;
  font-weight: 700;
  top: 10px;
  right: 10px;
  position: absolute;
}

#hojyokin_page .seko_jirei_box .jirei {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 3rem;
}

#hojyokin_page .seko_jirei_box .jirei .box {
  width: 31%;
  margin: 0 1% 20px;
  text-align: center;
  font-size: 1.2rem;
}

#hojyokin_page .seko_jirei_box .jirei .box img {
  width: 100%;
  margin-bottom: 8px;
}

#hojyokin_page .seko_jirei_box p.fw7 {
    font-size: 1.45em;
}

#hojyokin_page .mado_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#hojyokin_page .mado_flex .m_box {
  width: 48%;
  margin: 1%;
  text-align: center;
}

#hojyokin_page .mado_flex .m_box img {
  width: 100%;
  margin-bottom: 8px;
}

#hojyokin_page .lo_bg {
  background: #f9f8ef;
  padding: 50px 0;
}

#hojyokin_page .mb20 {
  margin-bottom: 20px;
}

#hojyokin_page .mb30 {
  margin-bottom: 30px;
}

#hojyokin_page .mb50 {
  margin-bottom: 50px;
}

#hojyokin_page .mb80 {
  margin-bottom: 80px;
}

#hojyokin_page .h_hr {
  display: none;
}

#hojyokin_page .lineup-cta-box .cmn-btns {
  width: 410px;
}

#hojyokin_page .lineup-cta__in {
  display: flex;
  justify-content: center;
}

#hojyokin_page .renov-cta .cmn-btns {
  display: flex;
  justify-content: center;
}

#hojyokin_page .renov-cta .btn_h {
  padding-top: 30px;
}

#hojyokin_page .cmn-cta-time {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.hojokin_caution {
  border: solid 1px #b71c1c;
  margin-bottom: 20px !important;
  text-align: center;
  padding: 1em;
}

.hojokin_caution .ttl {
  background-color: #b71c1c;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4em 2em;
  margin-bottom: 1em;
}

.hojokin_caution .fv_l {
  font-size: 1.3em;
}

.hojokin_caution .marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.hojokin_caution p {
  font-weight: bold;
}

.hojokin_caution .red {
  font-size: 20px;
  font-weight: 700;
  color: #b71c1c;
  border-bottom: 1px solid #b71c1c;
}

.hojyokouji_fbox {
  display: flex;
  justify-content: flex-start;
}

.txt_tal {
  text-align: left;
}

.g_link {
  color: #00A599 !important;
  text-decoration: underline;
}

.g_link:hover {
  color: #ccc;
  text-decoration: none;
}



@media screen and (min-width: 751px) and (max-width: 1300px) {
  #hojyokin_page .mv .btn_h {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: calc(340/ var(--break) * 100vw);
    display: flex;
    font-weight: 700;
  }

  #hojyokin_page .mv .h-btn {
    border: 2px solid #00A599;
    background: #fff;
    color: #00A599;
    padding: 1em 0;
    border-radius: 999px;
    width: 100%;
    font-size: 1.4em;
    text-align: center;
  }

  #hojyokin_page .p_btn {
    border: 2px solid #E66F78;
    background: #E66F78;
    color: #fff;
    padding: 1em 0;
    border-radius: 5px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
  }

  #hojyokin_page .p_btn:hover {
    border: 2px solid #E66F78;
    background: #fff;
    color: #E66F78;
    padding: 1em 0;
    border-radius: 5px;
    text-align: center;
  }

  #hojyokin_page .b_btn {
    border: 2px solid #65A1DA;
    background: #65A1DA;
    color: #fff;
    padding: 1em 0;
    border-radius: 5px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
  }

  #hojyokin_page .b_btn:hover {
    border: 2px solid #65A1DA;
    background: #fff;
    color: #65A1DA;
    padding: 1em ;
    border-radius: 5px;
    text-align: center;
  }

  #hojyokin_page .o_btn {
    border: 2px solid #F09229;
    background: #F09229;
    color: #fff;
    padding: 1em 0;
    border-radius: 5px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
  }

  #hojyokin_page .o_btn:hover {
    border: 2px solid #F09229;
    background: #fff;
    color: #F09229;
    padding: 1em 0;
    border-radius: 5px;
    text-align: center;
  }
 

  #hojyokin_page .kagi_box .tit01 {
    width: 100%;
  }
  
  #hojyokin_page .kagi_box .tit02 {
    width: 100%;
  }
  
  #hojyokin_page .kagi_box .tit03 {
    width: 100%;
  }
  
  #hojyokin_page .kagi_box .tit04 {
    width: 100%;
  }
  
  #hojyokin_page .g_tit {
    color: #00A599;
    font-weight: 700;
    font-size: 3vw;
    line-height: 1.2;
  }

  #hojyokin_page .fsz2 {
    font-size: calc(20/ var(--break) * 100vw);
  }

  #hojyokin_page .fsz3 {
    font-size: calc(30 / var(--break) * 100vw);
  }

  #hojyokin_page .fsz4 {
    font-size: 4vw;
  }

  #hojyokin_page .table_box img {
    width: 100%;
  }

  #hojyokin_page .renov-cta .cmn-btns {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #hojyokin_page .renov-cta .btn_h {
    padding-top: 2.4vw;
  }

  #hojyokin_page .lineup-cta-box .cmn-btns {
    width: 31vw;
  }
}

@media screen and (max-width: 750px) {
  #hojyokin_page {
    margin-bottom: calc(33 / 750 * 100vw);
  }
  #hojyokin_page .kagi_box {
    padding: 2rem 1rem !important;
  } 

  #hojyokin_page .sz1{
    font-size: 1em;
  }

  .contact-cta-btns a {
    position: relative;
    display: block;
    align-items: center;
    width: 84.66667vw;
    padding: 3vw;
    height: 14vw;
    font-size: 6vw;
    font-weight: 500;
    line-height: 1.2em;
    transition: color .3s, background-color .3s;
  }

  #hojyokin_page .mv .btn_h {
    position: relative;
    right: 0;
    bottom: 1vw;
    max-width: 96%;
    width: 96%;
    display: flex;
  }



  #hojyokin_page .mv .btn_h {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 4vw;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  #hojyokin_page .mv .h-btn {
    border: 2px solid #00A599;
    background: #fff;
    color: #00A599;
    padding: 3vw 22vw;
    border-radius: 999px;
    width: 100%;
    font-size: 5vw;
    text-align: center;
  }

  #hojyokin_page .p_btn {
    border: 2px solid #E66F78;
    background: #E66F78;
    color: #fff;
    padding: 4vw 0;
    border-radius: 5px;
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
  }

  #hojyokin_page .p_btn:hover {
    border: 2px solid #E66F78;
    background: #fff;
    color: #E66F78;
    padding: 4vw 0;
    border-radius: 5px;
    text-align: center;
  }

  #hojyokin_page .b_btn {
    border: 2px solid #65A1DA;
    background: #65A1DA;
    color: #fff;
    padding: 4vw 2vw;
    border-radius: 5px;
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
  }

  #hojyokin_page .b_btn:hover {
    border: 2px solid #65A1DA;
    background: #fff;
    color: #65A1DA;
    padding: 4vw 2vw;
    border-radius: 5px;
    text-align: center;
  }

  #hojyokin_page .o_btn {
    border: 2px solid #F09229;
    background: #F09229;
    color: #fff;
    padding: 4vw 2vw;
    border-radius: 5px;
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
  }

  #hojyokin_page .o_btn:hover {
    border: 2px solid #F09229;
    background: #fff;
    color: #F09229;
    padding: 4vw 2vw;
    border-radius: 5px;
    text-align: center;
  }

  #hojyokin_page .g_tit {
    color: #00A599;
    font-weight: 700;
    font-size: 6vw;
    line-height: 1.2;
  }
  #hojyokin_page .kagi_box p{
    font-size: 1em;
  }

  #hojyokin_page .fsz2 {
    font-size: 4vw;
  }

  #hojyokin_page .fsz3 {
    font-size: 4vw;
  }

  #hojyokin_page .fsz4 {
    font-size: 7vw;
  }

  #hojyokin_page .btn_flex {
    display: block;
  }

  #hojyokin_page .btn_flex a {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  #hojyokin_page .btn_flex img {
    width: 100%;
  }

  #hojyokin_page .lg_bg {
    background: #eef4f4;
    padding: 50px 0;
    background-image: url(../img/hojokin/bg_house_sp.png);
    background-position: bottom 0 right 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  #hojyokin_page .c_flex {
    display: block;
  }

  #hojyokin_page .c_flex img {
    margin-bottom: 20px;
  }

  #hojyokin_page .seko_jirei_box .jirei {
    padding: 1rem;
  }

  #hojyokin_page .seko_jirei_box .tit {
    font-size: 1.25em;
    display: grid;
  }

  #hojyokin_page .seko_jirei_box .tit .hissu {
    font-size: 1em;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    width: 50%;
  }

  #hojyokin_page .seko_jirei_box .tit .nini {
    font-size: 1em;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    width: 50%;
  }

  #hojyokin_page .seko_jirei_box .jirei .box {
    width: 48%;
    text-align: center;
    font-size: 1.6rem;
  }
  #hojyokin_page .seko_jirei_box .jirei .box .fw7{
    font-size: 1em;
  }
  #hojyokin_page .title_hukidashi_p:before {
    left: 50%;
    transform: translateX(-50%);
  }

  #hojyokin_page .title_hukidashi_p:after {
    left: 50%;
    transform: translateX(-50%);
  }

  #hojyokin_page .btn_h {
    width: 96%;
    margin: 1em auto;
  }

  #hojyokin_page .mb20 {
    margin-bottom: calc(23 / 750 * 100vw);
  }

  #hojyokin_page .mb30 {
    margin-bottom: calc(33 / 750 * 100vw);
  }

  #hojyokin_page .mb50 {
    margin-bottom: calc(40 / 750 * 100vw);
  }

  #hojyokin_page .mb80 {
    margin-bottom: calc(60 / 750 * 100vw);
  }

  #hojyokin_page .reserve-cta {
    margin-top: calc(80 / 750 * 100vw);
  }

  #hojyokin_page .table_box {
    display: flex;
    overflow-x: auto;
  }

  #hojyokin_page .table_box2 {
    overflow-x: auto;
  }
  
  #hojyokin_page .table_box img {
    width: 160%;
  }

  #hojyokin_page .h_hr {
    display: block;
    border: 2px solid #ccc;
    margin: calc(60 / 750 * 100vw) 0;
  }

  #hojyokin_page .lineup-cta__in {
    display: block;
  }

  #hojyokin_page .renov-cta .cmn-btns {
    display: block;
  }

  #hojyokin_page .lineup-cta-box .cmn-btns {
    width: 100%;
  }

  .hojyokouji_fbox {
    display: block;
  }
}



#hojyokin_page {
  /*jirei*/
  /*table*/
}
#hojyokin_page .box_hojokin {
  display: flex;
  justify-content: space-between;
}
#hojyokin_page .box_hojokin .col {
  width: calc(50% - 15 / var(--break) * 100vw);
  border: calc(5 / var(--break) * 100vw) solid var(--green);
  border-radius: calc(17 / var(--break) * 100vw);
  font-weight: bold;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#hojyokin_page .box_hojokin .ttl {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(32 / var(--break) * 100vw);
  line-height: 1;
  border-bottom: calc(5 / var(--break) * 100vw) solid var(--green);
  height: calc(84 / var(--break) * 100vw);
}
#hojyokin_page .box_hojokin .cont {
  background-color: #fff;
  padding: calc(30 / var(--break) * 100vw) 0;
  flex-grow: 2;
}
#hojyokin_page .box_hojokin .head {
  text-align: center;
  font-size: calc(24 / var(--break) * 100vw);
  margin-bottom: calc(10 / var(--break) * 100vw);
  line-height: 1;
}
#hojyokin_page .box_hojokin .large {
  font-size: calc(41 / var(--break) * 100vw);
  margin-bottom: calc(30 / var(--break) * 100vw);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#hojyokin_page .box_hojokin .lg {
  font-size: calc(123 / var(--break) * 100vw);
}
#hojyokin_page .box_hojokin .md {
  font-size: calc(42 / var(--break) * 100vw);
  line-height: 1.5;
}
#hojyokin_page .box_hojokin .txt {
  text-align: left;
  padding: 0 calc(24 / var(--break) * 100vw);
  font-size: calc(23 / var(--break) * 100vw);
}
#hojyokin_page .box_hojokin .txt2 {
  text-align: left;
  padding: 0 calc(30 / var(--break) * 100vw);
  font-size: calc(23 / var(--break) * 100vw);
}
#hojyokin_page .box_hojokin .txt2 + .txt2 {
  margin-top: 1em;
}
#hojyokin_page .box_hojokin.pink {
  position: relative;
}
#hojyokin_page .box_hojokin.pink::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--pink);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 70%;
  background-image: url(../img/hojokin/cross.svg);
  border-radius: 50%;
  width: calc(80 / var(--break) * 100vw);
  height: calc(80 / var(--break) * 100vw);
  z-index: 1;
}
#hojyokin_page .box_hojokin.pink .col {
  border-width: 1px !important;
  box-shadow: 0 calc(22 / var(--break) * 100vw) 0 0 rgba(230, 111, 121, 0.65);
  background-color: #fff;
  position: relative;
}
#hojyokin_page .box_hojokin.pink .ttl {
  margin: calc(37 / var(--break) * 100vw) calc(65 / var(--break) * 100vw) 0;
  border-radius: 999px;
  border-bottom: none;
  height: calc(52 / var(--break) * 100vw);
}
#hojyokin_page .box_lead {
  border-radius: calc(18 / var(--break) * 100vw);
  padding: calc(36 / var(--break) * 100vw) calc(55 / var(--break) * 100vw) calc(36 / var(--break) * 100vw) calc(300 / var(--break) * 100vw);
  background-position: left calc(48 / var(--break) * 100vw) center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/hojokin/img_hojokin01.png);
  background-size: calc(202 / var(--break) * 100vw) calc(202 / var(--break) * 100vw);
  min-height: calc(240 / var(--break) * 100vw);
}
#hojyokin_page .box_lead .ttl {
  font-size: calc(36 / var(--break) * 100vw);
  margin-bottom: calc(20 / var(--break) * 100vw);
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
#hojyokin_page .box_lead .txt {
  font-size: calc(14 / var(--break) * 100vw);
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
}
#hojyokin_page .box_lead .txt + .txt {
  margin-top: 1.5em;
}
#hojyokin_page .box_lead.box_pink {
  background-image: url(../img/hojokin/img_hojokin01.png);
}
#hojyokin_page .box_lead.box_blue {
  background-image: url(../img/hojokin/img_hojokin02.png);
}
#hojyokin_page .box_lead.box_orange {
  background-image: url(../img/hojokin/img_hojokin03.png);
}
#hojyokin_page .box_jirei {
  display: flex;
  -moz-column-gap: calc(30 / var(--break) * 100vw);
       column-gap: calc(30 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .img {
  width: calc(55% - 15 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea {
  width: calc(45% - 15 / var(--break) * 100vw);
  text-align: left;
  font-weight: bold;
}
#hojyokin_page .box_jirei > .txtarea .ttl {
  font-size: calc(28 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea .large {
  font-size: calc(42 / var(--break) * 100vw);
  line-height: 1;
  margin-bottom: calc(20 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea .large span {
  font-size: calc(83 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea .small {
  font-size: calc(14 / var(--break) * 100vw);
  line-height: 1.5;
}
#hojyokin_page .box_jirei > .txtarea ol {
  counter-reset: item;
  font-size: calc(22 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea ol li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 700;
}
#hojyokin_page .box_jirei > .txtarea ol li span {
  white-space: nowrap;
}
#hojyokin_page .box_jirei > .txtarea ol li:before {
  display: block;
  counter-increment: item;
  content: counter(item);
  background-color: var(--pink);
  border-radius: 50%;
  color: #fff;
  margin-right: 0.5em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  justify-content: center;
  height: calc(24 / var(--break) * 100vw);
  width: calc(24 / var(--break) * 100vw);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-size: calc(18 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei > .txtarea .head {
  width: calc(220 / var(--break) * 100vw);
  font-weight: 700;
}
#hojyokin_page .box_jirei.ai_center {
  align-items: center;
}
#hojyokin_page .box_jirei.ai_center > .img {
  width: calc(50% - 15 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei.ai_center > .txtarea {
  width: calc(50% - 15 / var(--break) * 100vw);
}
#hojyokin_page .box_jirei:last-child > .txtarea .head {
  width: calc(280 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin {
  width: 100%;
  border-style: solid;
  border-width: 3px;
  table-layout: fixed;
}
#hojyokin_page .tbl_hojokin.bdr_blue th {
  border-color: var(--blue);
}
#hojyokin_page .tbl_hojokin.bdr_blue td {
  border-color: var(--blue);
}
#hojyokin_page .tbl_hojokin.bdr_orange {
  text-align: center;
}
#hojyokin_page .tbl_hojokin.bdr_orange th {
  border-color: var(--orange);
}
#hojyokin_page .tbl_hojokin.bdr_orange td {
  border-color: var(--orange);
}
#hojyokin_page .tbl_hojokin.bdr_green {
  text-align: center;
}
#hojyokin_page .tbl_hojokin.bdr_green th {
  border-color: var(--green);
}
#hojyokin_page .tbl_hojokin.bdr_green td {
  border-color: var(--green);
}
#hojyokin_page .tbl_hojokin thead th {
  border-style: solid;
  border-width: 3px;
  padding: calc(20 / var(--break) * 100vw);
  font-size: calc(20 / var(--break) * 100vw);
  line-height: 1.1;
  font-weight: bold;
  height: calc(100 / var(--break) * 100vw);
  vertical-align: middle;
}
#hojyokin_page .tbl_hojokin thead th span {
  font-size: calc(15 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin thead th:not(:first-child):not(:last-child) {
  border-right-color: #fff !important;
}
#hojyokin_page .tbl_hojokin tbody th {
  border-style: solid;
  border-width: 3px;
  padding: calc(20 / var(--break) * 100vw);
  font-size: calc(20 / var(--break) * 100vw);
  font-weight: bold;
  line-height: 1.1;
  height: calc(120 / var(--break) * 100vw);
  vertical-align: middle;
}
#hojyokin_page .tbl_hojokin tbody th span {
  font-size: calc(18 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin tbody td {
  border-style: solid;
  border-width: 3px;
  font-weight: bold;
  padding: calc(20 / var(--break) * 100vw);
  font-size: calc(20 / var(--break) * 100vw);
  height: calc(120 / var(--break) * 100vw);
  vertical-align: middle;
}
#hojyokin_page .tbl_hojokin tbody td p {
  font-size: calc(13 / var(--break) * 100vw);
  line-height: 1.6;
  text-align: left;
}
#hojyokin_page .tbl_hojokin tbody td.tl {
  vertical-align: top;
  text-align: left;
}
#hojyokin_page .tbl_hojokin tbody td.cl {
  text-align: left;
}
#hojyokin_page .tbl_hojokin tbody td.md {
  font-size: calc(15 / var(--break) * 100vw);
}
#hojyokin_page .tbl_hojokin tbody td.sm {
  letter-spacing: 0;
  font-size: calc(14 / var(--break) * 100vw);
}

@media screen and (max-width: 750px) {
  #hojyokin_page {
    /*jirei*/
    /*table*/
  }
  #hojyokin_page .box_hojokin {
    flex-direction: column;
  }
  #hojyokin_page .box_hojokin .col {
    width: 100%;
    border-width: 3px;
  }
  #hojyokin_page .box_hojokin .col + .col {
    margin-top: 1em;
  }
  #hojyokin_page .box_hojokin .ttl {
    font-size: calc(36 / var(--break) * 100vw);
    border-bottom: 3px solid var(--green);
  }
  #hojyokin_page .box_hojokin .cont {
    padding: calc(40 / var(--break) * 100vw) 0;
  }
  #hojyokin_page .box_hojokin .head {
    font-size: calc(28 / var(--break) * 100vw);
    margin-bottom: calc(20 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin .large {
    font-size: calc(50 / var(--break) * 100vw);
    margin-bottom: calc(40 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin .lg {
    font-size: calc(130 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin .md {
    font-size: calc(50 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin .txt {
    padding: 0 calc(30 / var(--break) * 100vw);
    font-size: calc(30 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin .txt2 {
    text-align: left;
    padding: 0 calc(35 / var(--break) * 100vw);
    font-size: calc(30 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin.pink {
    position: relative;
  }
  #hojyokin_page .box_hojokin.pink::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    background-color: var(--pink);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 70%;
    border-radius: 50%;
    width: calc(100 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
    z-index: 1;
  }
  #hojyokin_page .box_hojokin.pink .col + .col {
    margin-top: calc(50 / var(--break) * 100vw);
  }
  #hojyokin_page .box_hojokin.pink .ttl {
    margin: calc(37 / var(--break) * 100vw) calc(65 / var(--break) * 100vw) 0;
    height: calc(60 / var(--break) * 100vw);
  }
  #hojyokin_page .box_lead {
    border-radius: calc(40 / var(--break) * 100vw);
    padding: calc(40 / var(--break) * 100vw);
    background-position: left calc(40 / var(--break) * 100vw) top calc(40 / var(--break) * 100vw);
    min-height: auto;
  }
  #hojyokin_page .box_lead .ttl {
    height: calc(202 / var(--break) * 100vw);
    line-height: 1.5;
    padding-left: calc(220 / var(--break) * 100vw);
    display: flex;
    align-items: center;
  }
  #hojyokin_page .box_lead .txt {
    font-size: calc(24 / var(--break) * 100vw);
    font-weight: 500;
    line-height: 1.5;
  }
  #hojyokin_page .box_jirei {
    flex-direction: column;
    row-gap: calc(30 / var(--break) * 100vw);
    padding-bottom: calc(50 / var(--break) * 100vw);
    border-bottom: 2px solid #999;
    margin-bottom: calc(50 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .img {
    width: 100% !important;
  }
  #hojyokin_page .box_jirei > .txtarea {
    width: 100% !important;
  }
  #hojyokin_page .box_jirei > .txtarea .ttl {
    font-size: calc(50 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea .large {
    font-size: calc(90 / var(--break) * 100vw);
    margin-bottom: calc(30 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea .large span {
    font-size: calc(150 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea .small {
    font-size: calc(20 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea ol {
    font-size: calc(40 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea ol li {
    justify-content: space-between;
    letter-spacing: 0;
  }
  #hojyokin_page .box_jirei > .txtarea ol li:before {
    height: calc(40 / var(--break) * 100vw);
    width: calc(40 / var(--break) * 100vw);
    font-size: calc(28 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei > .txtarea .head {
    width: auto;
    flex-grow: 2;
  }
  #hojyokin_page .box_jirei.ai_center > .txtarea .ttl {
    font-size: calc(40 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei.ai_center > .txtarea .large {
    font-size: calc(50 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei.ai_center > .txtarea .large span {
    font-size: calc(120 / var(--break) * 100vw);
  }
  #hojyokin_page .box_jirei.ai_center > .txtarea .small {
    font-size: calc(18 / var(--break) * 100vw);
    letter-spacing: 0;
  }
  #hojyokin_page .box_jirei:last-child {
    border-bottom: none;
  }
  #hojyokin_page .tbl_hojokin {
    width: 780px;
  }
  #hojyokin_page .tbl_hojokin thead th {
    padding: calc(10 / var(--break) * 100vw);
    font-size: calc(26 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin thead th span {
    font-size: calc(20 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin tbody th {
    padding: calc(10 / var(--break) * 100vw);
    font-size: calc(26 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin tbody th span {
    font-size: calc(22 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin tbody td {
    padding: calc(10 / var(--break) * 100vw);
    font-size: calc(26 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin tbody td.md {
    font-size: calc(24 / var(--break) * 100vw);
  }
  #hojyokin_page .tbl_hojokin tbody td.sm {
    font-size: calc(22 / var(--break) * 100vw);
  }
}
@media screen and (min-width: 1301px) {
  #hojyokin_page {
    /*jirei*/
    /*table*/
  }
  #hojyokin_page .box_hojokin .col {
    width: calc(50% - 15px);
    border: 5px solid var(--green);
    border-radius: 17px;
  }
  #hojyokin_page .box_hojokin .ttl {
    font-size: 32px;
    border-bottom: 5px solid var(--green);
    height: 84px;
  }
  #hojyokin_page .box_hojokin .cont {
    padding: 30px 0;
  }
  #hojyokin_page .box_hojokin .head {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #hojyokin_page .box_hojokin .large {
    font-size: 41px;
    margin-bottom: 30px;
  }
  #hojyokin_page .box_hojokin .lg {
    font-size: 123px;
  }
  #hojyokin_page .box_hojokin .md {
    font-size: 42px;
  }
  #hojyokin_page .box_hojokin .txt {
    padding: 0 24px;
    font-size: 23px;
  }
  #hojyokin_page .box_hojokin .txt2 {
    padding: 0 30px;
    font-size: 23px;
  }
  #hojyokin_page .box_hojokin.pink::before {
    width: 80px;
    height: 80px;
  }
  #hojyokin_page .box_hojokin.pink .col {
    box-shadow: 0 22px 0 0 rgba(230, 111, 121, 0.65);
  }
  #hojyokin_page .box_hojokin.pink .ttl {
    margin: 37px 65px;
    height: 52px;
  }
  #hojyokin_page .box_lead {
    border-radius: 18px;
    padding: 36px 55px 36px 300px;
    background-position: left 48px center;
    background-size: 202px 202px;
    min-height: 240px;
  }
  #hojyokin_page .box_lead .ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }
  #hojyokin_page .box_lead .txt {
    font-size: 14px;
  }
  #hojyokin_page .box_jirei {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #hojyokin_page .box_jirei > .img {
    width: calc(55% - 15px);
  }
  #hojyokin_page .box_jirei > .txtarea {
    width: calc(45% - 15px);
  }
  #hojyokin_page .box_jirei > .txtarea .ttl {
    font-size: 28px;
  }
  #hojyokin_page .box_jirei > .txtarea .large {
    font-size: 42px;
    margin-bottom: 20px;
  }
  #hojyokin_page .box_jirei > .txtarea .large span {
    font-size: 83px;
  }
  #hojyokin_page .box_jirei > .txtarea .small {
    font-size: 14px;
  }
  #hojyokin_page .box_jirei > .txtarea ol {
    font-size: 22px;
  }
  #hojyokin_page .box_jirei > .txtarea ol li:before {
    height: 24px;
    width: 24px;
    font-size: 18px;
  }
  #hojyokin_page .box_jirei > .txtarea .head {
    width: 220px;
  }
  #hojyokin_page .box_jirei.ai_center > .img {
    width: calc(50% - 15px);
  }
  #hojyokin_page .box_jirei.ai_center > .txtarea {
    width: calc(50% - 15px);
  }
  #hojyokin_page .box_jirei:last-child > .txtarea .head {
    width: 280px;
  }
  #hojyokin_page .tbl_hojokin thead th {
    padding: 20px;
    font-size: 20px;
    height: 100px;
  }
  #hojyokin_page .tbl_hojokin thead th span {
    font-size: 15px;
  }
  #hojyokin_page .tbl_hojokin tbody th {
    padding: 20px;
    font-size: 20px;
    height: 120px;
  }
  #hojyokin_page .tbl_hojokin tbody th span {
    font-size: 18px;
  }
  #hojyokin_page .tbl_hojokin tbody td {
    padding: 20px;
    font-size: 20px;
    height: 120px;
  }
  #hojyokin_page .tbl_hojokin tbody td p {
    font-size: 13px;
  }
  #hojyokin_page .tbl_hojokin tbody td.md {
    font-size: 15px;
  }
  #hojyokin_page .tbl_hojokin tbody td.sm {
    font-size: 14px;
  }
}

.contact-block {
    padding-bottom: 2em;
    padding-top: 2em;
}