@charset "utf-8";
/*=============================
		common
===============================*/
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  overflow: hidden;
}
* html .clearfix {
  height: 1px;
  overflow: hidden;
}
/* flex */
.flex_wrap {
  display: flex;
}
/* wrap */
.wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
/* view */
.pc_view {
  display: block !important;
}
.sp_view {
  display: none !important;
}
.sp_head_menu {
  display: none;
}
/*=============================
		tui_menu
===============================*/
  #tui_menu {
      display: block;
    position: fixed;
    top: 30%;
    right: -180px;
    width: 180px;
    height: auto;
    z-index: 30;
    padding: 0;
    transition: all .5s ease;
  }
  #tui_menu.fixed {
    right: 0;
  }

#img_tui_hiromi {
    position: absolute;
    top: 0px;
    z-index: 2;
}

    .tui_button {
        position: absolute;
      width: 180px;
        top: 148px;
        z-index: 32;
    }
    .tui_button li {
      display: block;
        height: 76px;
      text-align: left;
      position: relative;
    }
    .tui_button li.c_tel {
      width: 180px;
    }
    .tui_button li.c_mail {
      width: 180px;
    }
    .tui_button li.c_line {
      width: 180px;
    }
    .tui_button li.c_tel a {
      display: block;
      width: 100%;
      font-size: 14px;
      font-weight: bold;
      color: #333333;
      line-height: 1.4em;
      padding: 4px 5px 4px 5px;
      box-sizing: border-box;
      border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
      border-top: 1px solid #c5c8d1;
        border-left: 1px solid #c5c8d1;
        border-bottom: 1px solid #c5c8d1;
      background-color: #FFFFFF;
      box-shadow: 0px 5px 0px #c5c8d1;
      position: absolute;
      top: 0px;
      transition: all .2s ease;
    }
    .tui_button li a span {
      font-size: 22px;
      color: #ffff00;
    }
    .tui_button li.c_tel a img {
        display: block;
        width: 100%;
        height: auto;
    }
    .tui_button li.c_mail a {
      display: block;
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      color: #FFFFFF;
      line-height: 1.2em;
      padding: 10px 10px 10px 58px;
      box-sizing: border-box;
      border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
      background-image: url("../images/ic_mail.png"), linear-gradient(0deg, rgba(237, 105, 0, 1), rgba(255, 162, 0, 1));
      background-repeat: no-repeat, repeat;
      background-size: 26px auto, auto 100%;
      background-position: 16px 20px, 0px 0px;
      box-shadow: 0px 5px 0px #b45000;
      position: absolute;
      top: 0px;
      transition: all .2s ease;
    }
    .tui_button li.c_line a {
      display: block;
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      color: #FFFFFF;
      line-height: 1.2em;
      padding: 10px 10px 10px 58px;
      box-sizing: border-box;
     border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
      background-image: url("../images/ic_line.png"), linear-gradient(0deg, rgba(6, 174, 83, 1), rgba(136, 206, 36, 1));
      background-repeat: no-repeat, repeat;
      background-size: 26px auto, auto 100%;
      background-position: 16px 20px, 0px 0px;
      box-shadow: 0px 5px 0px #2f8014;
      position: absolute;
      top: 0px;
      transition: all .2s ease;
    }
    .tui_button li.c_tel a:hover {
      top: 4px;
      box-shadow: 0px 1px 0px #c5c8d1;
      transition: all .2s ease;
    }
    .tui_button li.c_mail a:hover {
      top: 4px;
      box-shadow: 0px 1px 0px #b45000;
      transition: all .2s ease;
    }
    .tui_button li.c_line a:hover {
      top: 4px;
      box-shadow: 0px 1px 0px #2f8014;
      transition: all .1s ease;
    }


/*=============================
		header
===============================*/
header {
  clear: both;
  width: 100%;
}
#header {
  clear: both;
  overflow: hidden;
  width: 1080px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  margin: 0px auto;
}
#header h1 {
  width: 256px;
  margin-right: 5px;
}
#header h1 a {
  transition: all .3s ease;
}
#header h1 a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}
#header #denkyu {
  display: block;
  width: 270px;
  height: 80px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.2em;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 10px;
  background-color: #e75858;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 0px 5px #e75858;
  margin: 20px 0px 0px 0px;
}
#header #head_tel {
  width: 280px;
  margin-top: 10px;
}
#header #head_tel .tel_caps {
  clear: both;
  width: 100%;
  color: #e75858;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.015em;
  border-radius: 10px;
  padding: 8px 4px;
  margin-bottom: 10px;
  background-color: #faccd0;
}
#header #head_tel .telnumber {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.025em;
  font-family: 'Josefin Sans';
  margin-left: 10px;
}
#header #head_tel .telnumber::before {
  content: '　';
  display: inline-block;
  width: 22px;
  font-size: auto;
  background: url("../images/ic_tel.png") no-repeat 0px 3px;
  background-size: 16px 26px;
}
#header #head_tel .telnumber a {
  color: #000000;
  transition: all .3s ease;
}
#header #head_tel .telnumber a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}
#header #head_tel .open {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
#header #head_tel .open span {
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px 8px;
  margin-left: 8px;
  background-color: #e75858;
}
#header #head_maillist {
  width: 200px;
}
#header #head_maillist li {
  display: block;
  width: 100%;
  height: 56px;
  position: relative;
}
#header #head_maillist li span {
  color: #ffff00;
}
#header #head_maillist li.bt_mail a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.4em;
  padding: 10px 10px 10px 46px;
  box-sizing: border-box;
  border-radius: 6px;
  background-image: url("../images/ic_mail.png"), linear-gradient(0deg, rgba(237, 105, 0, 1), rgba(255, 162, 0, 1));
  background-repeat: no-repeat, repeat;
  background-size: 20px auto, auto 100%;
  background-position: 15px 15px, 0px 0px;
  box-shadow: 0px 5px 0px #b45000;
  position: absolute;
  top: 0px;
  transition: all .2s ease;
}
#header #head_maillist li.bt_line a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.4em;
  padding: 10px 10px 10px 46px;
  box-sizing: border-box;
  border-radius: 6px;
  background-image: url("../images/ic_line.png"), linear-gradient(0deg, rgba(6, 174, 83, 1), rgba(136, 206, 36, 1));
  background-repeat: no-repeat, repeat;
  background-size: 20px auto, auto 100%;
  background-position: 15px 15px, 0px 0px;
  box-shadow: 0px 5px 0px #2f8014;
  position: absolute;
  top: 0px;
  transition: all .2s ease;
}
#header #head_maillist li.bt_mail a:hover {
  top: 4px;
  box-shadow: 0px 1px 0px #b45000;
  transition: all .2s ease;
}
#header #head_maillist li.bt_line a:hover {
  top: 4px;
  box-shadow: 0px 1px 0px #2f8014;
  transition: all .2s ease;
}
/*-------------------------------------------*/
#head_nav {
  clear: both;
  width: 1080px;
  margin: 0px auto 10px;
}
#head_nav ul {
  display: flex;
}
#head_nav ul li {
  width: 216px;
  color: #333333;
  text-align: center;
  padding: 10px 0px;
  box-sizing: border-box;
  border-left: 1px solid #c4c4c4;
}
#head_nav ul li:last-child {
  width: 216px;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
#head_nav ul li a {
  color: #333333;
	font-size: 15px;
  font-weight: bold;
}
#head_nav ul li a:hover {
  color: #e75858;
}
/*-------------------------------------------*/
#mainvisual {
  clear: both;
  width: 100%;
}
#google_kuchikomi {
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  background-color: #e75858;
}
#google_kuchikomi img {
  display: inline-block;
  margin-right: 10px;
}
#google_kuchikomi p {
  display: inline-block;
  line-height: 1.5em;
}
#google_kuchikomi strong {
  font-size: 26px;
}
#google_kuchikomi span {
  font-size: 24px;
  font-weight: bold;
  color: #ffff00;
  margin-left: 10px;
}
#google_kuchikomi a {
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 40px 10px;
    transition: all .2s ease;
    background-image: url("../images/ic_aten_white.png"), url("../images/ic_aten_white.png");
    background-repeat: no-repeat;
    background-size: 22px auto, 22px auto;
    background-position: left center, right center;
}
#google_kuchikomi a:hover {
    color: #FFF500;
    transition: all .2s ease;
}


#bg_mv {
  display: block;
  clear: both;
  width: 100%;
  padding: 30px 0px 0px 0px;
  background: url("../images/bg_mv.jpg"), no-repeat;
}
#bg_mv_sp {
  display: none;
}
#mv_con {
  clear: both;
  width: 1080px;
  margin: 0px auto;
}
.wrap_contact {
  clear: both;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0px 20px;
  min-height: 274px;
  background: url("../images/bg_gra01.jpg") repeat-x;
}
.contact_block {
  clear: both;
  width: 1080px;
  margin: 0px auto;
}
.hiromi {
  float: left;
  width: 100px;
}
.c_block {
  float: right;
  width: 980px;
  text-align: center;
  color: #333333;
}
.c_block h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
.c_block h3 span {
  font-size: 34px;
  color: #eb5000;
}
.c_block h3::before {
  content: '　';
  height: 50px;
  background: url("../images/inqu_left.png") no-repeat;
  background-size: auto 40px;
  background-position: 0px left;
  margin-right: 16px;
}
.c_block h3::after {
  content: '　';
  height: 50px;
  background: url("../images/inqu_right.png") no-repeat;
  background-size: auto 40px;
  background-position: 0px right;
  margin-left: 16px;
}
/*-------------------------------------------*/
.c_button {
  display: flex;
  justify-content: space-between;
  width: 880px;
  margin-left: 50px;
}
.c_button li {
  display: block;
  height: 106px;
  text-align: left;
  position: relative;
}
.c_button li.c_tel {
  width: 310px;
}
.c_button li.c_mail {
  width: 260px;
}
.c_button li.c_line {
  width: 260px;
}
.c_button li.c_tel a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4em;
  padding: 11px 10px 11px 16px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #c5c8d1;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 0px #c5c8d1;
  position: absolute;
  top: 0px;
  transition: all .2s ease;
}
.c_button li.c_tel a div {
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  font-family: 'Josefin Sans';
  margin-left: 10px;
}
.c_button li.c_tel a div::before {
  content: '　';
  display: inline-block;
  width: 24px;
  height: 40px;
  font-size: auto;
  background: url("../images/ic_tel.png") no-repeat 0px 6px;
  background-size: 20px auto;
}
.c_button li.c_tel a p {
  clear: both;
  display: block;
  text-align: center;
}
.c_button li a span {
  font-size: 24px;
  color: #ffff00;
}
.c_button li.c_tel a p span {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 8px;
  margin-left: 8px;
  background-color: #e75858;
}
.c_button li.c_mail a {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.2em;
  padding: 20px 10px 20px 76px;
  box-sizing: border-box;
  border-radius: 6px;
  background-image: url("../images/ic_mail.png"), url("../images/ic_white_button.png"), linear-gradient(0deg, rgba(237, 105, 0, 1), rgba(255, 162, 0, 1));
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 38px auto, 24px auto, auto 100%;
  background-position: 20px 30px, 220px 30px, 0px 0px;
  box-shadow: 0px 5px 0px #b45000;
  position: absolute;
  top: 0px;
  transition: all .2s ease;
}
.c_button li.c_line a {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.2em;
  padding: 20px 10px 20px 76px;
  box-sizing: border-box;
  border-radius: 6px;
  background-image: url("../images/ic_line.png"), url("../images/ic_white_button.png"), linear-gradient(0deg, rgba(6, 174, 83, 1), rgba(136, 206, 36, 1));
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 38px auto, 24px auto, auto 100%;
  background-position: 20px 20px, 220px 30px, 0px 0px;
  box-shadow: 0px 5px 0px #2f8014;
  position: absolute;
  top: 0px;
  transition: all .2s ease;
}
.c_button li.c_tel a:hover {
  top: 4px;
  box-shadow: 0px 1px 0px #c5c8d1;
  transition: all .2s ease;
}
.c_button li.c_mail a:hover {
  top: 4px;
  box-shadow: 0px 1px 0px #b45000;
  transition: all .2s ease;
}
.c_button li.c_line a:hover {
  top: 4px;
  box-shadow: 0px 1px 0px #2f8014;
  transition: all .1s ease;
}
/*-------------------------------------------*/
.section {
  clear: both;
  width: 100%;
}
#reform_menu {
  padding: 80px 0px 40px 0px;
  background: url("../images/bg_reformmenu.gif") no-repeat top center;
}
h2.title {
  clear: both;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin: 0px auto 0px;
}
h2.title span {
  display: block;
  font-size: 16px;
  line-height: 2.0em;
  margin-top: 6px;
}
#h2_rmenu {
  width: 560px;
  padding: 10px 0px 20px;
  margin: 0px auto 30px;
  background-image: url("../images/title_icon_reform_left.png"), url("../images/title_icon_reform_right.png");
  background-repeat: no-repeat;
  background-position: left 0px, right 0px;
}
#h2_rmenu span {
  color: #e75858;
}
#rmenu_list {
  clear: both;
  width: 1080px;
  margin: 0px auto 20px;
}
#rmenu_list li {
  display: inline-block;
  width: 340px;
  margin: 0px 5px 10px;
}
#rmenu_list li a {
  transition: all .3s ease;
}
#rmenu_list li a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}

/*-------------------------------------------*/
#reform_point {
  padding: 110px 0 150px;
  background: url("../images/bg_gray.webp") repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#reform_point .title {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
#reform_point .p_text {
  color: #003995;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.025em;
  margin: 0 auto 40px;
  width: fit-content;
  position: relative;
  z-index: 1;
}
#reform_point .p_text::before {
  content: "";
  position: absolute;
  background: url("../images/point_img_blue_dot.webp") no-repeat;
  background-size: contain;
  width: 618px;
  aspect-ratio: 1000 / 588;
  top: -65px;
  left: 50%;
  transform: translate(-50% , 0);
  z-index: -1;
}
/*
#reform_point .p_text::after {
  content: "";
  position: absolute;
  background: url("../images/point_img_mini_hiromi.webp") no-repeat;
  background-size: contain;
  width: 180px;
  aspect-ratio: 396 / 579;
  top: -130px;
  right: -165px;
  z-index: -1;
}
*/
#reform_point .white_box {
  background: #fff;
  border: 4px solid #fce5d9;
  border-radius: 33px;
  width: 1080px;
  padding: 60px 85px;
  margin: 0 auto; 
  position: relative;
  z-index: 1;
}
#reform_point .point_wrap.one {
  padding: 0 0 50px;
}
#reform_point .point_wrap.two {
  padding: 50px 0 50px;
}
#reform_point .point_wrap.three  {
  padding: 50px 0 0;
}
#reform_point .point_wrap.one,
#reform_point .point_wrap.two {
  background: url("../images/point_dot_line.svg") repeat-x;
  background-position: center bottom;
  background-size: auto 2px;
}
.point_wrap .flex_wrap .pnum {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #eb5000;
  width: fit-content;
  padding: 5px 12px 7px;
  margin-bottom: 18px;
}
.point_wrap .flex_wrap .ptitle {
  color: #eb5000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
}
.point_wrap .flex_wrap .exmlp_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.point_wrap .flex_wrap .exmlp_wrap .exmlp {
  font-weight: 700;
  position: relative;
  padding-left: 10px;
}
.point_wrap .flex_wrap .exmlp_wrap .exmlp::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
/*その1*/
.point_wrap.one .flex_wrap.first {
  margin-bottom: 15px;
}
.point_wrap.one .flex_wrap.second {
  gap: 30px;
}
.point_wrap.one .flex_wrap.first .right .man {
  width: 264px;
  height: auto;
}
.point_wrap.one .flex_wrap.second .right .graph {
  width: 400px;
  height: auto; 
  margin-bottom: 5px;

}
.point_wrap.one .flex_wrap.second .right .source {
  font-size: 14px;
  text-align: right;
  line-height: 1.4;
}
.point_wrap.one .flex_wrap.second .right .source a {
  color: #333;
  letter-spacing: -0.04em;
}
.point_wrap.one .flex_wrap.second .left .attention_txt {
  line-height: 1.8;
  width: 415px;
  padding-top: 15px;
  margin-bottom: 58px;
}
.pink_box {
  background: #fef4f0;
  padding: 46px 22px 37px;
}
.pink_box .point_ttl {
  display: block;
  width: 225px;
  height: auto;
  margin-top: -70px;
  margin-bottom: 25px;
}
.pink_box .point_txt {
  line-height: 1.8;
}
/*その2*/
.point_wrap.two .flex_wrap {
  gap: 70px;
  margin-bottom: 80px;
}
.point_wrap.two .flex_wrap .left {
  margin-top: -25px;
}
.point_wrap.two .flex_wrap .left .man {
  width: 288px;
  height: auto;
}
.point_wrap.two .flex_wrap .right .attention_txt {
  line-height: 1.8;
}

/*その3*/
.point_wrap.three .flex_wrap {
  margin-bottom: 10px;
}
.point_wrap.three .flex_wrap .ptitle {
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.point_wrap.three .flex_wrap .left .exmpl_warp.wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  width: 560px;
  margin: 0;
}
.point_wrap.three .flex_wrap .left .exmpl_warp.wrap .w100 {
  margin-bottom: 2px;
  width: 100%;
}
.point_wrap.three .flex_wrap .left .exmpl_warp.wrap .exmpl {
  font-weight: 700;
  width: 275px;
  padding-left: 10px;
  position: relative;
}
.point_wrap.three .flex_wrap .left .exmpl_warp.wrap .exmpl::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.point_wrap.three .flex_wrap .right .man {
  width: 288px;
  height: auto;
}
.point_wrap.three .attention_txt {
  line-height: 1.8;
  margin-bottom: 60px;
}
/*パーツ*/
.mb4 {
  margin-bottom: 4px;
}

.bold {
  font-weight: 700;
}
.exbold {
  font-weight: 800;
}
.c_red {
  color: #ff0000;
}

/*-------------------------------------------*/
#flow {
  padding: 95px 0 95px;
  position: relative;
  background: url("../images/flow_bg.jpg") repeat-y;
  background-size: 100% auto;
  background-position: center;
}
#flow::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.65);
}

#flow #h2_flow {
  position: relative;
  width: fit-content;
  margin-bottom: 60px;
}
#flow #h2_flow::before,
#flow #h2_flow::after{
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0 , -50%);
}
#flow #h2_flow::before {
  left: -75px;
  width: 48px;
  aspect-ratio: 739 / 1000;
  background: url("../images/flow_ic_worker.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
#flow #h2_flow::after {
  right: -60px;
  width: 37px;
  aspect-ratio: 796 / 1000;
  background: url("../images/flow_ic_docu.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.f_intro_txt {
  text-align: center;
  margin-bottom: 60px;
}
#flow .flex_wrap {
  gap: 20px;
  width: 1080px;
  margin: 0 auto;
}
.flex_wrap .flow_item {
  width: clac((100% - 60px) / 3);
}
.flex_wrap .flow_item h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}
.flex_wrap .flow_item h3 .fnum {
  color: #fff;
  font-size: 26px;
  background: #eb5000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 44px;
}
.flex_wrap .flow_item h3 .flow_title {
  font-size: 22px;
  padding-left: 10px;
  padding-bottom: 3px;
}
.flex_wrap .flow_item h3 .flow_title.small {
  font-size: 20px;
  letter-spacing: -0.5px;
  padding-bottom: 0;
}
.flex_wrap .flow_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  background: #fff;
  margin-bottom: 10px;
}
.flex_wrap .flow_item .flow_txt {
  line-height: 1.6;
}
.border_gray {
  border: 1px solid #d6d6d6;
}

/*-------------------------------------------*/
#h2_reason {
  width: 100%;
  padding: 45px 0px 30px;
  margin: 0px auto 60px;
  min-height: 150px;
  line-height: 1.2em;
  background-image: url("../images/bg_reason.jpg");
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: cover;
  color: #FFFFFF;
}
#h2_reason span {
  color: #f9cab2;
}
#h2_reason strong {
  color: #FFEE00;
}

#reason {
  clear: both;
  overflow: hidden;
  width: 100%;
  background: url("../images/bg_reason_con.jpg") no-repeat top center;
  background-size: 100% 100%;
  border-bottom: 8px solid #ff8b00;
}
.whitebox {
  clear: both;
  position: relative;
  width: 1080px;
  background-color: #FFFFFF;
  border: 3px solid #fce5d9;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 50px 80px 50px;
  margin: 0px auto 160px;
}
#reason_staff_01 {
  position: absolute;
  left: -130px;
  bottom: -164px;
}
#reason_staff_02 {
  position: absolute;
  right: -100px;
  bottom: -164px;
}
.w_sec {
  clear: both;
  overflow: hidden;
  width: 920px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 20px 0px;
  margin: 0px auto 30px;
  border-bottom: 1px dotted #f5a780;
}
.ws_text {
  width: 640px;
}
.ws_text .num {
  display: block;
  width: 84px;
  height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #f5a780;
  text-align: center;
  background: url("../images/reason_num.png") no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 10px;
}
.ws_text h3 {
  color: #eb5000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0px 0px 10px 20px;
  padding: 0px 0px 5px 0px;
  background: url("../images/bg_reason_point.gif") repeat-x left bottom;
}
.ws_text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  color: #333333;
  margin: 0px 0px 0px 20px;
}
.ws_text p .impact {
  color: #FF0000;
  font-weight: bold;
}
.ws_text p strong {
  font-weight: bold;
  color: #000000;
}
.ws_photo {
  width: 250px;
}
/*-------------------------------------------*/
#works {
  clear: both;
  width: 100%;
  padding: 70px 0px 70px;
  background: url("../images/bg_masu.gif") repeat 0px 0px;
  border-bottom: 8px solid #2593b9;
}
#h2_works {
  clear: both;
  width: 1080px;
  text-align: left;
  font-size: 36px;
  font-weight: 900;
  box-sizing: border-box;
  padding: 0px 0px 10px 76px;
  margin: 0px auto 30px;
  background: url("../images/ic_works.png") no-repeat 0px 0px;
  background-size: 50px auto;
}
#h2_works span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6em;
  color: #e75858;
  vertical-align: middle;
  margin-left: 20px;
}
/**/
#works_slider {
  clear: both;
  width: 1080px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto 50px;
}
.works_b {
  display: inline-block;
  width: 340px;
  height: 340px;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e8e9ed;
}
.works_b .wb_img {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 220px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 15px;
}
.works_b .wb_img img {
  object-fit: cover;
  width: 100%;
  min-height: 220px;
  height: 15.0vw;
  transition: all .6s ease;
}
.works_b:hover .wb_img img {
  transform: scale(1.1);
}
.works_b ul {
  clear: both;
  margin: 0px 10px 6px 15px;
  transition: all .6s ease;
}
.works_b ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 2px 10px 3px;
  border-radius: 10px;
  background-color: #dbe1f4;
  color: #1e3a7a;
  margin: 0px 0px 0px 0px;
}
.works_b h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  color: #333333;
  margin: 0px 15px 0px 15px;
  transition: all .6s ease;
}
.works_b:hover ul, .works_b:hover h3 {
  opacity: 0.6;
  transition: all .6s ease;
}
/*-------------------------------------------*/
#voice {
  clear: both;
  width: 100%;
  padding: 30px 0px 70px;
  background: url("../images/bg_voice.jpg") no-repeat center bottom;
  background-size: cover;
}
#h2_voice {
  width: 460px;
  min-height: 190px;
  padding: 70px 0px 20px;
  margin: 0px auto 30px;
  background-image:url("../images/tit_voice_right.png"), url("../images/tit_voice_right.png");
  background-size: 100px auto, 100px auto;
  background-repeat: no-repeat;
  background-position: left 40px, right 40px;
}
#h2_voice span {
  color: #2593b9;
}
.tx_waiting {
  clear: both;
  width: 1080px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
    line-height: 1.6em;
  margin: 0px auto 50px;
}

#voice_box {
	clear: both;
	width: 1080px;
	display: flex;
	margin: 0px auto 30px;
}
#voice_box .vb_list {
	width: 300px;
	margin: 0px 30px 0px;
}
#voice_box .vb_list img {
	display: block;
	width: 220px;
	height: auto;
	margin: 0px auto 10px;
}
#voice_box .vb_list p {
	font-size: 14px;
	line-height: 1.4em;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 15px 20px 15px;
	background-color: #FFFFFF;
}
#voice_box .vb_list p span {
	clear: both;
	display: block;
	width: 100%;
	font-size: 19px;
	font-weight: bold;
	color: #FFCE00;
	text-align: center;
	margin-bottom: 5px;
}






/*-------------------------------------------*/
#kuchikomi {
  clear: both;
  width: 100%;
  padding: 0px 0px 50px;
  background: url("../images/bg_kuchikomi_blue.jpg") no-repeat center top;
  background-size: cover;
}
.sec_poji {
  clear: both;
  width: 1080px;
  min-height: 140px;
  position: relative;
  margin: 0px auto;
}
#kuchikomi h2 {
  position: absolute;
  top: -30px;
  left: 10px;
}
#kuchikomi_hiromi {
  position: absolute;
  top: -42px;
  right: 60px;
}
#kuchikomi_whitebox {
  clear: both;
  width: 1080px;
  height: 400px;
  text-align: center;
  margin: 0px auto 40px;
  background: url("../images/bg_kuchikomi_whitebox.png") no-repeat;
}
#kuchikomi_whitebox p {
  font-size: 18px;
  font-weight: bold;
  padding-top: 190px;
}

/*-------------------------------------------*/
/*よくある質問*/
#faq {
  padding: 60px 0;
}
#h2_faq {
  width: fit-content;
  padding: 10px 0px 20px;
  margin: 0px auto 30px;
  position: relative;
}
#h2_faq span {
  color: #e75858;
}
#h2_faq::before,
#h2_faq::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0 , -50%);
}
#h2_faq::before {
  left: -90px;
  background: url("../images/faq_ic_house.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 65px;
  aspect-ratio: 201 / 235;
}
#h2_faq::after {
  right: -115px;
  background: url("../images/faq_ic_bathroom.webp") no-repeat;
  background-size: contain;
  background-position: center;
  width: 88px;
  aspect-ratio: 275 / 212;
}

/* アコーディオンメニュー */
.accArea {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: left;
  width: 1080px;
  margin: 0 auto 40px;
  list-style: none;
}
.accArea > li {
  margin-bottom: 5px;
}
.accTitle {
  position: relative;
  color: #e75858;
	font-weight: 700;
  line-height: 1.5;
	border: 2px solid #e75858;
  border-radius: 4px;
  padding-inline: 34px 74px;
  padding-block: 9px 8px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease;
}
.accTitle::before,
.accTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #e75858;
  transition: all 0.3s ease;
}
.accTitle::before {
  width: 4px;
  height: 24px;
  right: 40px;
  transform: translateY(-50%) rotate(0deg);
}
.accTitle::after {
  width: 4px;
  height: 24px;
  right: 40px;
  transform: translateY(-50%) rotate(90deg);
}
.accTitle.close {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accTitle.close::before {
  transform: translateY(-50%) rotate(45deg);
}
.accTitle.close::after {
  transform: translateY(-50%) rotate(135deg);
}
.topQ {
  font-size: 24px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 2px;
  position: relative;
}
.topQTitle {
  font-size: 20px;
  padding-left: 28px;
  padding-block: 15px 17px;
}
.topQTitle::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translate(0 , -50%);
  background: #e75858;
}
.box {
  display: none;
	border-bottom: 2px solid #cdcdcd;
  padding: 9px 50px 6px 38px;
}
.box .boxInner {
  display: flex;
  align-items: flex-start;
  color: #555555;
  line-height: 1.5;
}
.box .boxInner .topA {
  font-size: 24px;
  padding-right: 32px;
  padding-block: 10px 14px;
}
.box .boxInner .topAText {
  font-size: 20px;
  padding-left: 28px;
  padding-block: 12px 14px;
  position: relative;
}
.box .boxInner .topAText::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translate(0 , -50%);
  background: #cecece;
}

/*-------------------------------------------*/
#area {
  clear: both;
  width: 1080px;
  height: 388px;
  padding: 100px 20px 0px 470px;
  box-sizing: border-box;
  background: url("../images/bg_area.jpg") no-repeat 0px 0px;
  margin: 60px auto 60px;
  /*margin: 60px auto 100px;*/
}
#h2_area {
  text-align: left;
  font-size: 36px;
  font-weight: 900;
  box-sizing: border-box;
  padding: 0px 0px 10px 46px;
  margin: 0px auto 30px;
  background: url("../images/ic_area.png") no-repeat 0px 0px;
  background-size: 30px auto;
}
#h2_area span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  color: #2aa738;
  vertical-align: middle;
  margin-left: 20px;
}
#kanto {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 30px;
}
#kanto h3 {
  width: 280px;
  font-size: 38px;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 10px;
}
#kanto h3 span {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  background-color: #ff8b00;
  box-sizing: border-box;
  padding: 8px 0px 0px 0px;
  margin: 0px 10px 0px 0px;
}
#kanto h4 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2em;
  color: #ff8b00;
}
#area .tx_area {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  color: #333333;
}
/*-------------------------------------------*/
#h2_client {
  clear: both;
  width: 560px;
  font-size: 36px;
  font-weight: bold;
  color: #353535;
  text-align: center;
  padding: 10px 0px 10px;
  margin: 0px auto 20px;
}
#h2_client span {
  color: #e75858;
}
.fbox_wrap {
  clear: both;
  width: 1100px;
  display: flex;
  margin: 0px auto 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.fbox_wrap .client_box {
  display: inline-block;
  width: 260px;
  margin: 0px 0px 0px;
}
.fbox_wrap .client_box .imgbox {
  display: flex;
  border-radius: 8px;
  height: 115px;
  justify-content: center;
  align-items: center;
  background: #fff;
}
/*-------------------------------------------*/
/*営業所紹介*/
#office {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 1) 65%), url("../images/office_bg_office.webp") no-repeat;
  background-size: 100% auto;
  padding: 5px 0 60px;
}
#h2_office {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.07em;
  background: #f1844c;
  border-radius: 99px;
  width: 620px;
  padding-block: 21px 27px;
  margin: -50px auto 0;
  position: relative;
}
#office .triangle {
  width: 0;
  height: 0;
  border-top: 24px solid #f1844c;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  margin: -5px auto 65px;
}
.orange_box {
  background: #fff9e9;
  border-radius: 99px;
  padding: 55px 0 40px 65px;
  width: 815px;
  margin: 0 auto 30px;
  position: relative;
}
.orange_box::before {
  position: absolute;
  content: "";
  top: -40px;
  left: -28px;
  width: 330px;
  aspect-ratio: 992 / 305;
  background: url("../images/office_img_micchaku.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
/*
.orange_box::after {
  position: absolute;
  content: "";
  top: -60px;
  right: -30px;
  width: 322px;
  aspect-ratio: 969 / 909;
  background: url("../images/office_img_hiromi.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
*/
.office_text {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#office .white_box {
  background: #fff;
  border: 4px solid #fce5d9;
  border-radius: 33px;
  width: 855px;
  padding: 30px 63px 55px;
  margin: 0 auto;
}
.office_list .item {
  padding-block: 25px;
  background: url("../images/office_img_dotline.webp") repeat-x;
  background-size: auto 1px;
  background-position: center bottom;
  align-items: flex-start;
}
#office .office_name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  width: 210px;
  padding-top: 2px;
  padding-left: 22px;
  position: relative;
}
#office .office_name::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0 , -45%);
  width: 6px;
  height: 28px;
  background: #f1844c;
  border-radius: 99px;
}
#office .office_address {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  width: calc(100% - 210px);
}

/*-------------------------------------------*/
/* footer */
/*-------------------------------------------*/
footer {
  clear: both;
  width: 100%;
  padding: 90px 0px 60px 0px;
  border-top: 8px solid #e75858;
}
#wrap_foot {
  clear: both;
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 0px auto;
}
#foot_left {
  width: 450px;
  margin: 0px 50px 0px;
}
#foot_left #flogo {
  display: block;
  width: 256px;
  margin: 0px auto 40px;
transition: all .3s ease;
}
#foot_left #flogo:hover {
    opacity: 0.7;
    transition: all .3s ease;
}
#foot_left p {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 50px;
}
#foot_left p span {
  font-size: 20px;
  font-weight: bold;
}

#foot_left .f_denkyu {
  display: block;
  width: 400px;
  margin: 0px auto;
}
/**/
#foot_right {
  width: 450px;
  display: flex;
}
#foot_right ul {
  width: 50%;
}
#foot_right ul li {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0px 0px 30px;
  background: url("../images/ic_fmenu.png") no-repeat 0px 2px;
  margin: 0px 0px 40px 0px;
}
#foot_right ul li a {
  color: #333333;
  transition: all .3s ease;
}
#foot_right ul li a:hover {
  color: #e75858;
  transition: all .3s ease;
}
#foot_right ul li ol {
  list-style-type: none;
  margin: 30px 0px 0px 0px;
}
#foot_right ul li ol li {
  font-size: 16px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  background: none;
  margin: 0px 0px 40px 0px;
}
#foot_right ul li ol li::before {
  content: '―';
  color: #cecece;
  margin-right: 10px;
}
#foot_right ul li ol li a {
  color: #333333;
  transition: all .3s ease;
}
#foot_right ul li ol li a:hover {
  color: #e75858;
  transition: all .3s ease;
}
/*-------------------------------------------*/
/* last style */
/*-------------------------------------------*/
#last {
  clear: both;
  width: 100%;
  padding: 20px 0px 20px 0px;
  background-color: #e75858;
}
#wrap_last {
  clear: both;
  width: 1080px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}
#last_left {
  width: 80%;
}
#last_left ul {
  margin: 30px 0px 30px;
}
#last_left ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0px 20px 0px 0px;
}
#last_left ul li::before {
  content: '▶';
  font-size: 8px;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.1em;
  vertical-align: middle;
  margin-right: 10px;
}
#last_left ul li a {
  color: #FFFFFF;
  transition: all .3s ease;
}
#last_left ul li a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}
#last_left p {
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
}

#last_right a {
  transition: all .3s ease;
}
#last_right a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}
/*=============================
		form
===============================*/
#h2_contact {
  width: 100%;
  padding: 45px 0px 30px;
  margin: 0px auto 60px;
  min-height: 150px;
  background-image: url("../images/bg_reason.jpg");
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: cover;
  color: #FFFFFF;
}
#h2_contact span {
  color: #f9cab2;
}
#form {
  padding-top: 80px;
  margin-top: -80px;
}
#form .form_wrap {
  padding: 0 0 80px;
  background: #fffde5;
}
#form #mail h3 {
  font-size: 28px;
  background: #ff8b00;
  text-align: center;
  color: #fff;
  padding: 20px 0 27px;
  margin-top: -2px;
  margin-bottom: 30px;
}
#form #mail h3 span {
  display: inline-block;
}
#form .area_box {
  text-align: center;
  margin-bottom: 45px;
  color: #f49127;
  font-weight: bold;
}
#form .area_box .area {
  font-size: 24px;
}
#form .area_box .area span {
  font-size: 40px;
  color: #ff6732;
}
#form .area_box .mini {
  margin-top: 15px;
}
#form .ttl_fukidashi {
  text-align: center;
  padding: 40px 0 50px;
  margin-bottom: 100px;
  background: #f49127;
}
#form .ttl_fukidashi::before {
  border-color: #f49127 transparent transparent transparent;
}
#form .ttl_fukidashi .wrap {
  overflow: visible;
}
#form .ttl_fukidashi .wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 200px;
  height: 219px;
  background: url(../images/form_img_ttl.webp) no-repeat center;
  background-size: 100% auto;
}
#form .ttl_fukidashi h2 {
  font-size: 42px;
  line-height: 1.3;
  text-align: right;
}
#form .tel_box {
  width: 630px;
  border: 4px solid #b7cfe0;
  background: #fff;
  padding: 25px 40px 25px 40px;
  border-radius: 10px;
  box-sizing: border-box;
  column-gap: 30px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 80px;
}
#form .tel_box h3 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 26px;
  line-height: 1.4;
  color: #0e5e99;
  margin-right: 30px;
  margin-bottom: 0px;
}
#form .tel_box p.tx_formac {
  clear: both;
  width: 100%;
  display: block;
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
}
#form .tel_box a {
  transition: opacity .6s ease;
}
#form .tel_box a:hover {
  opacity: 0.6;
}

#space {
    clear: both;
    width: 100%;
    height: 1px;
}

/*--------------------*/
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	background: url("../images/pagetop.png") no-repeat center;
	background-size: 60px 60px;
	z-index: 777;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#pagetop:hover {
	opacity: 0.8;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*-------------------------------------------*/
/* button style */
/*-------------------------------------------*/
.button {
  clear: both;
  width: 300px;
  min-height: 66px;
  margin: 0px auto 0px;
}
.button a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0px 20px 0px;
  line-height: 1.2em;
  box-sizing: border-box;
  border-radius: 6px;
  background-image: url("../images/ic_white_button.png");
  background-color: #e75858;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 260px 20px;
  box-shadow: 0px 5px 0px #a34140;
  position: absolute;
  top: 0px;
  transition: all .1s ease;
}
.button a:hover {
  top: 4px;
  box-shadow: 0px 1px 0px #a34140;
  transition: all .1s ease;
}