@charset "UTF-8";
.clearfix:before, .registration dl:before,
.clearfix:after,
.registration dl:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .registration dl:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .registration dl {
  zoom: 1;
}
.clearfix:after, .registration dl:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
.all-wrapper {
  /*　////////////////////////////////
  lower-header
  //////////////////////////////////　*/
}
.all-wrapper .lower-header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1540px;
  margin: 20px auto 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  gap: 25px 0;
}
.all-wrapper .lower-header .head-left, .all-wrapper .lower-header .head-right, .all-wrapper .lower-header .head-center {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.all-wrapper .lower-header .head-left {
  text-align: center;
}
.all-wrapper .lower-header .head-left .reform-logo {
  width: 260px;
  width: clamp(160px, 40vw, 240px);
  height: auto;
  margin-bottom: 20px;
}
.all-wrapper .lower-header .head-left .h-reform-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #036eb8;
  font-size: clamp(1.8rem, 1.68vw, 2.4rem);
}
.all-wrapper .lower-header .head-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5%;
}
.all-wrapper .lower-header .head-center .img-box img {
  max-width: 130px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.all-wrapper .lower-header .head-right .hr-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all-wrapper .lower-header .head-right .hr-top .lh-logo {
  width: 80px;
}
.all-wrapper .lower-header .head-right .hr-top .txt-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 12px;
  padding-left: 10px;
  border-left: 1px solid #036eb8;
}
.all-wrapper .lower-header .head-right .hr-top .txt-area .head-txt {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.28vw, 1.7rem);
  margin-bottom: 5px;
  line-height: 1.2;
}
.all-wrapper .lower-header .head-right .hr-top .txt-area .lh-logo-txt {
  max-width: 375px;
  width: 100%;
  height: auto;
}
.all-wrapper .lower-header .head-right .hr-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
}
.all-wrapper .lower-header .head-right .hr-center .check-icon {
  width: 80px;
  -webkit-animation: slowBlink 2s ease-in-out infinite;
          animation: slowBlink 2s ease-in-out infinite;
}
@-webkit-keyframes slowBlink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slowBlink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.all-wrapper .lower-header .head-right .hr-center .check-link-box .check-link {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #fff;
}
.all-wrapper .lower-header .head-right .hr-center .check-link-box .check-link:hover {
  color: #036eb8;
  border-color: #036eb8;
}
.all-wrapper .lower-header .head-right .hr-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 3%;
}
.all-wrapper .lower-header .head-right .hr-bottom .tel-area, .all-wrapper .lower-header .head-right .hr-bottom .btn-area {
  margin: 5px 0;
}
.all-wrapper .lower-header .head-right .hr-bottom .tel-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.all-wrapper .lower-header .head-right .hr-bottom .tel-area .free-call {
  width: 50px;
  width: clamp(50px, 6vw, 55px);
  height: auto;
}
.all-wrapper .lower-header .head-right .hr-bottom .tel-area .tel-num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(3.5rem, 4vw, 4.2rem);
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
.all-wrapper .lower-header .head-right .hr-bottom .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.all-wrapper .lower-header .head-right .hr-bottom .btn-area .form-btn {
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
  color: #036eb8;
  background: #d3edfb;
  border-radius: 50px;
  display: block;
  width: 100%;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  line-height: 1;
  border: 3px solid #036eb8;
}
@media (min-width: 768px) {
  .all-wrapper .lower-header .head-center .img-box img {
    max-width: 175px;
  }
}
@media (min-width: 987px) {
  .all-wrapper .lower-header .header-wrap {
    margin: 50px auto 50px;
    gap: 4%;
  }
  .all-wrapper .lower-header .head-left {
    width: 24%;
  }
  .all-wrapper .lower-header .head-left .reform-logo {
    margin-bottom: 35px;
  }
  .all-wrapper .lower-header .head-center {
    width: 33%;
  }
  .all-wrapper .lower-header .head-center .img-box img {
    max-width: 235px;
  }
  .all-wrapper .lower-header .head-right {
    width: 35%;
  }
  .all-wrapper .lower-header .head-right .hr-top .lh-logo {
    width: 140px;
  }
  .all-wrapper .lower-header .head-right .hr-top .txt-area {
    width: calc(100% - 140px);
  }
  .all-wrapper .lower-header .head-right .hr-top, .all-wrapper .lower-header .head-right .hr-center, .all-wrapper .lower-header .head-right .hr-bottom {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .all-wrapper .lower-header .head-right .hr-bottom .tel-area .tel-num {
    pointer-events: none;
  }
}
.all-wrapper {
  /*　////////////////////////////////
  lower-title-A
  //////////////////////////////////　*/
}
.all-wrapper .lower-title-A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-wrapper .lower-title-A .title-left, .all-wrapper .lower-title-A .title-center, .all-wrapper .lower-title-A .title-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all-wrapper .lower-title-A .title-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 45%;
  padding: 30px 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all-wrapper .lower-title-A .title-left img {
  max-width: 680px;
  width: 100%;
  height: auto;
}
.all-wrapper .lower-title-A .title-center {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 55%;
  padding: 30px 10px;
  text-align: center;
}
.all-wrapper .lower-title-A .title-center .page-icon {
  height: 70px;
  width: auto;
}
.all-wrapper .lower-title-A .title-center .jp-title, .all-wrapper .lower-title-A .title-center .en-title {
  display: block;
  text-align: center;
  line-height: 1;
}
.all-wrapper .lower-title-A .title-center .jp-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.1rem, 2.2vw, 3.4rem);
  margin: 20px 0 15px;
}
.all-wrapper .lower-title-A .title-center .en-title {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(1.4rem, 1.24vw, 1.7rem);
  letter-spacing: 0.1em;
  font-weight: 400;
}
.all-wrapper .lower-title-A .title-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  height: 200px;
}
.all-wrapper .lower-title-A .title-right .img-area {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.all-wrapper .lower-title-A1 {
  background: #f2bc00;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(227, 156, 0)), color-stop(15%, rgb(242, 188, 0)), to(rgb(242, 188, 0)));
  background: linear-gradient(0deg, rgb(227, 156, 0) 0%, rgb(242, 188, 0) 15%, rgb(242, 188, 0) 100%);
}
.all-wrapper .lower-title-A2 {
  background: #cfdb00;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(151, 198, 25)), color-stop(15%, rgb(207, 219, 0)), to(rgb(207, 219, 0)));
  background: linear-gradient(0deg, rgb(151, 198, 25) 0%, rgb(207, 219, 0) 15%, rgb(207, 219, 0) 100%);
}
@media (min-width: 768px) {
  .all-wrapper .lower-title-A .title-left, .all-wrapper .lower-title-A .title-right {
    width: 40%;
  }
  .all-wrapper .lower-title-A .title-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 60px 3vw;
  }
  .all-wrapper .lower-title-A .title-left img {
    max-width: 680px;
  }
  .all-wrapper .lower-title-A .title-center {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 20%;
    padding: 60px 10px;
  }
  .all-wrapper .lower-title-A .title-center .page-icon {
    height: 70px;
  }
  .all-wrapper .lower-title-A .title-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0px 3vw;
    height: auto;
  }
  .all-wrapper .lower-title-A .title-right .img-area {
    width: 80%;
    height: 100%;
  }
}
.all-wrapper .lower-title-B {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-wrapper .lower-title-B .title-left, .all-wrapper .lower-title-B .title-right {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all-wrapper .lower-title-B .title-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-right: 15px;
}
.all-wrapper .lower-title-B .tl-img-box {
  width: 45%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}
.all-wrapper .lower-title-B .tl-img {
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
}
.all-wrapper .lower-title-B .tl-title-box {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all-wrapper .lower-title-B .tl-title-box img {
  width: clamp(60px, 50.9090909091px + 2.4242424242vw, 80px);
  margin-bottom: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
}
.all-wrapper .lower-title-B .tl-title-box .tl-title {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  font-size: clamp(2rem, 2vw, 3rem);
}
.all-wrapper .lower-title-B .title-right {
  padding: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all-wrapper .lower-title-tw .title-left {
  background: #036eb8;
}
.all-wrapper .lower-title-tw .title-right {
  background: #9cd8f6;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(127, 181, 226)), color-stop(7%, rgb(156, 216, 246)), to(rgb(156, 216, 246)));
  background: linear-gradient(0deg, rgb(127, 181, 226) 0%, rgb(156, 216, 246) 7%, rgb(156, 216, 246) 100%);
}
.all-wrapper .lower-title-tw .tr-contents {
  max-width: 840px;
  width: 100%;
}
.all-wrapper .lower-title-tw .tr-contents .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
  margin-bottom: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
  border-bottom: 1px solid #036eb8;
}
.all-wrapper .lower-title-tw .tr-contents .icon-wrap .icon-box {
  width: 18.4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.all-wrapper .lower-title-tw .tr-contents .icon-wrap .icon-box img {
  width: auto;
  height: clamp(50px, 36.3636363636px + 3.6363636364vw, 80px);
  margin-bottom: clamp(7px, 1.0909090909px + 1.5757575758vw, 20px);
}
.all-wrapper .lower-title-tw .tr-contents .icon-wrap .icon-box .icon-txt {
  display: inline-block;
  line-height: 1;
  font-size: clamp(1.3rem, 1.16vw, 1.6rem);
  background: #fff;
  color: #036eb8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
  border-radius: 30px;
  text-align: center;
  max-width: clamp(50px, 27.2727272727px + 6.0606060606vw, 100px);
  width: 100%;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 10px -5px #375b58;
          box-shadow: 0px 0px 10px -5px #375b58;
}
.all-wrapper .lower-title-tw .tr-contents .tr-txt {
  font-size: clamp(1.8rem, 1.84vw, 2.8rem);
  color: #036eb8;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.all-wrapper .lower-title-reform .title-left {
  background: #665549;
}
.all-wrapper .lower-title-reform .title-right {
  background: rgb(237, 229, 190);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(221, 202, 150)), color-stop(7%, rgb(237, 229, 190)), to(rgb(237, 229, 190)));
  background: linear-gradient(0deg, rgb(221, 202, 150) 0%, rgb(237, 229, 190) 7%, rgb(237, 229, 190) 100%);
}
.all-wrapper .lower-title-reform .tr-contents {
  max-width: 840px;
  width: 100%;
}
.all-wrapper .lower-title-reform .tr-contents .reform-sub-title {
  font-size: clamp(2.4rem, 2.84vw, 4.7rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #665549;
  line-height: 1.4;
  margin-bottom: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
  padding-bottom: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
  border-bottom: 1px solid #665549;
  text-align: center;
}
.all-wrapper .lower-title-reform .tr-contents .sub-txt {
  color: #665549;
  font-size: clamp(1.6rem, 1.6vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 987px) {
  .all-wrapper .lower-title-B .title-left, .all-wrapper .lower-title-B .title-right {
    min-height: 320px;
  }
  .all-wrapper .lower-title-B .title-left {
    width: 44%;
  }
  .all-wrapper .lower-title-B .title-right {
    width: 56%;
  }
  .all-wrapper .lower-title-tw .title-left {
    background: #036EB8;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 92, 172)), color-stop(7%, rgb(3, 110, 184)), to(rgb(3, 110, 184)));
    background: linear-gradient(0deg, rgb(0, 92, 172) 0%, rgb(3, 110, 184) 7%, rgb(3, 110, 184) 100%);
  }
  .all-wrapper .lower-title-reform .title-left {
    background: rgb(102, 85, 73);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(83, 63, 56)), color-stop(7%, rgb(102, 85, 73)), to(rgb(102, 85, 73)));
    background: linear-gradient(0deg, rgb(83, 63, 56) 0%, rgb(102, 85, 73) 7%, rgb(102, 85, 73) 100%);
  }
}
@media (max-width: 768px) {
  .all-wrapper .lower-title-tw .tr-contents .icon-wrap .icon-box .icon-txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 65px;
    width: auto;
    margin: 0 auto;
  }
}
.all-wrapper {
  /*　////////////////////////////////
  lower-first
  //////////////////////////////////　*/
}
.all-wrapper .lower-first {
  background: #f8f7f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}
.all-wrapper .lower-first .lower-sub-title {
  text-align: center;
  color: #036eb8;
  font-weight: bold;
}
.all-wrapper .lower-first .lower-sub-title .title1, .all-wrapper .lower-first .lower-sub-title .title2 {
  display: block;
  line-height: 1.4;
}
.all-wrapper .lower-first .lower-sub-title .title1 {
  font-size: clamp(1.7rem, 1.6vw, 2.3rem);
  margin-bottom: 5px;
}
.all-wrapper .lower-first .lower-sub-title .title2 {
  font-size: clamp(2.4rem, 2.36vw, 3.5rem);
  margin-bottom: 20px;
}
.all-wrapper .lower-first .lf-txt {
  max-width: 620px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  .all-wrapper .lower-first {
    padding-bottom: 60px;
  }
}
.all-wrapper {
  /*　////////////////////////////////
  lower-title-wrap
  //////////////////////////////////　*/
}
.all-wrapper .lower-title-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #036EB8;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(3, 110, 184)), color-stop(78%, rgb(3, 110, 184)), to(rgb(0, 92, 172)));
  background: linear-gradient(180deg, rgb(3, 110, 184) 0%, rgb(3, 110, 184) 78%, rgb(0, 92, 172) 100%);
  margin-bottom: 10px;
}
.all-wrapper .lower-title-wrap .lower-title {
  max-width: clamp(400px, 254.5454545455px + 38.7878787879vw, 720px);
  margin: 0 auto;
}
.all-wrapper .lower-title-wrap .lower-title img {
  margin-bottom: -1px;
}
.all-wrapper {
  /*---パンくず-------------------*/
}
.all-wrapper .breadcrumb-wrap {
  margin: 0 0 15px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .all-wrapper .breadcrumb-wrap {
    margin: 0 0 25px;
  }
}
.all-wrapper .breadcrumb-wrap .breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #3e3a39;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a {
  text-decoration: none;
  color: #3e3a39;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a:hover {
  text-decoration: underline;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:after {
  content: "＞";
  padding: 0 3px;
  color: #3e3a39;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:last-child:after {
  content: "";
}

/* all-wrapper */
/*　////////////////////////////////
product-list
//////////////////////////////////　*/
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-list .product {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 30px 15px;
  border-bottom: 1px solid #036eb8;
  position: relative;
}
.product-list .product_full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 30px 15px;
  border-bottom: 1px solid #036eb8;
}
.product-list .product_full .product-box01 {
  gap: 25px 2%;
}
.product-list .product_full .product-box01 .txt-box, .product-list .product_full .product-box01 .img-box {
  width: 100%;
}
.product-list .product_full .product-box01 .img-box .product-img {
  max-width: 300px;
}
.product-list .product-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.product-list .product-box01 .txt-box, .product-list .product-box01 .img-box {
  width: 49%;
}
.product-list .product-box01 .txt-box .product-title .title1, .product-list .product-box01 .txt-box .product-title .title2 {
  display: block;
  line-height: 1.2;
  font-weight: bold;
}
.product-list .product-box01 .txt-box .product-title .title1 {
  font-size: clamp(3rem, 2.8vw, 4rem);
  margin-bottom: 5px;
}
.product-list .product-box01 .txt-box .product-title .title2 {
  font-size: clamp(1.8rem, 1.6vw, 2.2rem);
  margin-bottom: clamp(30px, 3vw, 40px);
}
.product-list .product-box01 .txt-box .product-title .min-title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
}
.product-list .product-box01 .txt-box .features li {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
.product-list .product-box01 .img-box .product-img {
  max-width: 120px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.product-list .type {
  font-size: clamp(1.5rem, 1.24vw, 1.6rem);
  font-weight: bold;
  margin-bottom: 5px;
}
.product-list .product-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 10px;
  margin-bottom: 5px;
}
.product-list .product-box02 .left-box, .product-list .product-box02 .right-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-list .product-box02 .price {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: clamp(1.6rem, 1.36vw, 1.8rem);
  font-weight: bold;
}
.product-list .product-box02 .price-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 5px;
}
.product-list .product-box02 .price-down .num, .product-list .product-box02 .price-down .yen {
  line-height: 1;
}
.product-list .product-box02 .price-down .num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #e60012;
  font-size: clamp(3.4rem, 2.96vw, 4rem);
  font-weight: 400;
  margin-right: 5px;
}
.product-list .product-box02 .price-down .yen {
  font-size: clamp(2rem, 1.84vw, 2.6rem);
  font-weight: bold;
}
.product-list .price-usually {
  text-align: right;
  font-size: clamp(1.4rem, 1.16vw, 1.5rem);
}
.product-list .sl {
  font-size: clamp(1.4rem, 1.16vw, 1.5rem);
}

.product-wrap .list-other-txt {
  font-size: clamp(2rem, 1.88vw, 2.7rem);
  font-weight: bold;
  line-height: 1.4;
}
.product-wrap .list-other-txt span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
}
.product-wrap .bnr-area {
  margin-top: 30px;
}
.product-wrap .bnr-area .more-txt {
  display: block;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 1em;
  font-size: clamp(1.5rem, 1.24vw, 1.6rem);
  position: relative;
  font-weight: bold;
}
.product-wrap .bnr-area .more-txt::after {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.9em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #3e3a39;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media (min-width: 768px) {
  .product-list .product {
    width: 50%;
    padding: 40px 30px;
  }
  .product-list .product:nth-child(2n-1)::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 60px);
    background: #036eb8;
  }
  .product-list .product .product-box01 .img-box .product-img {
    max-width: 160px;
  }
  .product-list .product_full {
    width: 100%;
    padding: 40px 30px;
    /*&:nth-child(2n-1) {
    	&::after {
    		content: "";
    		position: absolute;
    		@include set-top;
    		right: 0;
    		width: 1px;
    		height: calc(100% - 60px);
    		background: $c1;
    	}
    }*/
  }
  .product-list .product_full .product-box01 .txt-box, .product-list .product_full .product-box01 .img-box {
    width: 49%;
  }
  .product-list .product_full .product-box01 .img-box .product-img {
    max-width: 270px;
  }
  .product-wrap .list-other-txt {
    text-align: right;
  }
  .product-wrap .bnr-area {
    margin-top: 60px;
  }
}
/*　////////////////////////////////
registration
//////////////////////////////////　*/
.registration {
  margin-bottom: 50px;
}
@media (min-width: 987px) {
  .registration {
    margin-bottom: 80px;
  }
}
.registration dl {
  margin-bottom: 40px;
  text-align: center;
}
.registration dl dt img {
  width: 80px;
}
.registration dl dd h4 {
  font-size: 1.8rem;
  margin: 15px 0 7px;
}
.registration dl dd p {
  letter-spacing: -0.1rem;
}
@media (min-width: 768px) {
  .registration dl {
    text-align: left;
  }
  .registration dl dt {
    float: left;
    width: 80px;
    margin-right: 15px;
  }
  .registration dl dd {
    float: left;
    width: 87%;
  }
  .registration dl dd h4 {
    font-size: 3rem;
    margin: 0;
  }
}
@media (min-width: 1220px) {
  .registration dl dd {
    float: left;
  }
  .registration dl dd h4 {
    font-size: 3.7rem;
  }
}

/*　////////////////////////////////
アコーディオンパネル
//////////////////////////////////　*/
.acd-section {
  margin-bottom: 15px !important;
}

.acd-title {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px !important;
}
.acd-title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 36%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (min-width: 768px) {
  .acd-title::after {
    display: none;
  }
}
.acd-title.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

@media (min-width: 768px) {
  .acd-section {
    margin-bottom: 100px !important;
  }
  .acd-title {
    cursor: auto;
    margin-bottom: 30px !important;
  }
  .acd-box {
    display: block !important; /* PCは常に開く */
  }
}
/*　////////////////////////////////
メイン画像
//////////////////////////////////　*/
.all-wrapper .breadcrumb-wrap {
  margin-bottom: clamp(50px, 36.3636363636px + 3.6363636364vw, 80px);
}

/*----- .reform-main-visual ------------------------------------*/
.reform-main-visual {
  margin-bottom: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}

/*----- .reform-water-first ------------------------------------*/
.rw-first-title {
  font-size: clamp(2.1rem, 1.96vw, 2.8rem);
  line-height: 1.6;
  color: #036eb8;
  text-align: center;
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}
.rw-first-title .osw {
  color: #f2bc00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
}

.step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}
.step-wrap .step-box {
  width: 100%;
  padding: clamp(40px, 35.4545454545px + 1.2121212121vw, 50px) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #036eb8;
  position: relative;
}
.step-wrap .step-box:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  background: #036eb8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.step-wrap .step-box:first-child {
  border-top: 1px solid #036eb8;
}
.step-wrap .step-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
.step-wrap .step-title .en-title, .step-wrap .step-title .jp-title {
  color: #036eb8;
  display: block;
  text-align: center;
}
.step-wrap .step-title .en-title {
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(4rem, 3.68vw, 5.2rem);
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
  font-weight: bold;
}
.step-wrap .step-title .en-title span {
  color: #f2bc00;
}
.step-wrap .step-title .jp-title {
  font-weight: bold;
  font-size: clamp(2rem, 1.84vw, 2.6rem);
}
.step-wrap .step-copy .step-copy-txt {
  background: #036eb8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
  font-weight: bold;
  font-size: clamp(1.7rem, 1.44vw, 1.9rem);
  line-height: 1.3;
}
.step-wrap .step-txt-box {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 987px) {
  .step-wrap .step-box {
    width: 33.33%;
    border-bottom: none;
    border-right: 1px solid #036eb8;
  }
  .step-wrap .step-box:not(:last-child)::after {
    display: none;
  }
  .step-wrap .step-box:first-child {
    border-top: none;
    border-left: 1px solid #036eb8;
  }
  .step-wrap .step-copy {
    position: relative;
  }
  .step-wrap .step-copy .step-copy-txt {
    background: none;
  }
  .step-wrap .step-copy .step-copy-txt::before {
    content: "";
    position: absolute;
    background: #036eb8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    z-index: -1;
    width: calc(100% - 8px);
    left: 0;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
  }
  .step-wrap .step-copy .step-copy-txt::after {
    content: "";
    position: absolute;
    background: #036eb8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    z-index: -1;
    width: 33px;
    right: 0;
    clip-path: polygon(0 0, 5px 0, 100% calc(50% - 2px), 100% calc(50% + 2px), 5px 100%, 0 100%, calc(100% - 4px) 50%);
  }
  .step-wrap .step-copy .step-copy-txt {
    /*
    &::before, &::after{
      content: "";
      position: absolute;
      background: $c1;
      @include set-top;
      height: 100%;
      z-index: -1;
    }
    &::before{
      width: calc(100% - 40px);
      left: 0;
    }
    &::after{
      width: 30px;
      right: 10px;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
    }
    */
  }
  .step-wrap .step-txt-box {
    padding: 0 clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
  }
}
.lixil-toto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lixil-toto .lixil-toto-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
.lixil-toto .lixil-toto-box .lixil-toto-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}
.lixil-toto .lixil-toto-box .lixil-toto-title .title-img {
  width: clamp(40px, 35.4545454545px + 1.2121212121vw, 50px);
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lixil-toto .lixil-toto-box .lixil-toto-title .title-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.8rem, 1.68vw, 2.4rem);
}
.lixil-toto .lixil-box {
  border-bottom: 1px solid #036eb8;
}

@media (min-width: 768px) {
  .lixil-toto .lixil-toto-box {
    width: 50%;
  }
  .lixil-toto .lixil-box {
    border-bottom: none;
    border-right: 1px solid #036eb8;
    padding: 0 clamp(15px, -0.9090909091px + 4.2424242424vw, 50px) 0 0;
  }
  .lixil-toto .toto-box {
    padding: 0 0 0 clamp(15px, -0.9090909091px + 4.2424242424vw, 50px);
  }
}
/*----- .reform-link-inner ------------------------------------*/
.reform-link-inner .reform-link-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #036eb8;
  position: relative;
  overflow: visible;
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}
.reform-link-inner .reform-link-title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: -21px;
  background: #fff;
  border-right: 1px solid #036eb8;
  border-bottom: 1px solid #036eb8;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reform-link-inner .reform-link-title .reform-link-title-txt {
  background: #f2bc00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
}
.reform-link-inner .reform-link-title .reform-link-title-txt span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px) clamp(30px, 25.4545454545px + 1.2121212121vw, 40px);
  line-height: 1.4;
  background: #036eb8;
  color: #fff;
  font-size: clamp(2rem, 1.8vw, 2.5rem);
  font-weight: bold;
  border-radius: 100px;
  max-width: 560px;
  width: 100%;
}
.reform-link-inner .reform-link-title .txt-box {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(20px, 13.1818181818px + 1.8181818182vw, 35px) clamp(30px, 25.4545454545px + 1.2121212121vw, 40px);
  color: #036eb8;
  font-size: clamp(2.2rem, 2.08vw, 3rem);
  font-weight: bold;
}
.reform-link-inner .inner-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reform-link-inner .inner-link-list .link-box {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 20px;
}
.reform-link-inner .inner-link-list .link-box:nth-child(1), .reform-link-inner .inner-link-list .link-box:nth-child(3) {
  border-right: 1px solid #036eb8;
}
.reform-link-inner .inner-link-list .link-box:nth-child(1), .reform-link-inner .inner-link-list .link-box:nth-child(2) {
  border-bottom: 1px solid #036eb8;
}
.reform-link-inner .inner-link-list .inner-link {
  display: inline-block;
}
.reform-link-inner .inner-link-list .inner-link img {
  max-width: 110px;
  margin-bottom: 10px;
}
.reform-link-inner .inner-link-list .inner-link span {
  display: block;
  color: #036eb8;
  font-size: clamp(1.7rem, 1.44vw, 1.9rem);
  font-weight: bold;
}

@media (min-width: 768px) {
  .reform-link-inner .inner-link-list .link-box {
    width: 25%;
    padding: 10px 20px;
    border-right: 1px solid #036eb8;
  }
  .reform-link-inner .inner-link-list .link-box:nth-child(1), .reform-link-inner .inner-link-list .link-box:nth-child(2) {
    border-bottom: none;
  }
  .reform-link-inner .inner-link-list .link-box:first-child {
    border-left: 1px solid #036eb8;
  }
}
/*----- .reform-contents ------------------------------------*/
#reform-toilet, #reform-bath {
  background: #eaf6fd;
}

#reform-kitchen, #reform-boiler {
  background: #f8f7f0;
}

.reform-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(40px, 21.8181818182px + 4.8484848485vw, 80px) 0;
  margin-bottom: 0 !important;
}

.reform-contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: clamp(20px, 10.9090909091px + 2.4242424242vw, 40px);
  margin-bottom: clamp(50px, 45.4545454545px + 1.2121212121vw, 60px);
  border-bottom: 1px solid #036eb8;
  gap: 30px 0;
}
.reform-contents-top .txt-area, .reform-contents-top .img-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.reform-contents-top .txt-area .reform-contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(30px, 11.8181818182px + 4.8484848485vw, 70px);
}
.reform-contents-top .txt-area .reform-contents-title img {
  width: clamp(35px, 30.4545454545px + 1.2121212121vw, 45px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: clamp(20px, 8.6363636364px + 3.0303030303vw, 45px);
}
.reform-contents-top .txt-area .reform-contents-title .icon-wide {
  width: clamp(45px, 38.1818181818px + 1.8181818182vw, 60px);
}
.reform-contents-top .txt-area .reform-contents-title .title-txt {
  color: #036eb8;
  font-size: clamp(2.6rem, 2.4vw, 3.4rem);
  line-height: 1.4;
}
.reform-contents-top .img-area img {
  max-width: 280px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .reform-contents-top .txt-area {
    width: 60%;
  }
  .reform-contents-top .img-area {
    padding: 0 20px;
    width: 40%;
  }
}
.user-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 45px 4%;
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}
.user-voice .voice-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.user-voice .voice-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.user-voice .voice-txt .keyword {
  color: #036eb8;
  font-weight: bold;
}

.voice-title-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(17px, 13.3636363636px + 0.9696969697vw, 25px);
}
.voice-title-wrap .title-sub {
  position: absolute;
  z-index: 4;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15px;
  padding: 7px 30px 10px;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  background: #fff;
  color: #036eb8;
  border: 1px solid #036eb8;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.voice-title-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #036eb8;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.voice-title-wrap .voice-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f2bc00;
  position: relative;
  border: 1px solid #036eb8;
  border-radius: 30px;
  padding: 25px 25px 17px;
  text-align: center;
  font-size: clamp(1.8rem, 1.52vw, 2rem);
  position: relative;
  z-index: 3;
}
.voice-title-wrap .voice-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  inset: 0;
  background-repeat: repeat;
  background-size: 12px;
  background-image: url("/img/reform-water/dots.svg");
  z-index: -1;
  opacity: 0.4;
}

@media (min-width: 987px) {
  .user-voice .voice-box {
    width: 30.66%;
  }
}
.reform-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 2%;
}
.reform-link-wrap .reform-link-box {
  width: 100%;
}
.reform-link-wrap .reform-btn .reform-logo {
  opacity: 0.6;
  max-width: 200px;
  width: 45%;
  height: auto;
  margin-left: auto;
}
.reform-link-wrap .reform-btn .btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 15px 10px 15px 30px;
}
.reform-link-wrap .reform-btn .icon {
  width: clamp(25px, 22.7272727273px + 0.6060606061vw, 30px);
  margin-right: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reform-link-wrap .reform-btn .icon-wide {
  width: clamp(35px, 28.1818181818px + 1.8181818182vw, 50px);
}
.reform-link-wrap .reform-btn .link-txt {
  font-size: clamp(1.6rem, 1.36vw, 1.8rem);
  line-height: 1.4;
  text-align: left;
  margin-right: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}
.reform-link-wrap .reform-btnB::before {
  border: 3px solid #cfdb00;
}
.reform-link-wrap .reform-btnB .btn-inner {
  background: #cfdb00;
}

@media (min-width: 768px) {
  .reform-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reform-link-wrap .reform-link-box {
    width: 49%;
  }
}
/*----- .reform-contact ------------------------------------*/
.form-title-wrap {
  background: #036EB8;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(3, 110, 184)), color-stop(78%, rgb(3, 110, 184)), to(rgb(0, 92, 172)));
  background: linear-gradient(0deg, rgb(3, 110, 184) 0%, rgb(3, 110, 184) 78%, rgb(0, 92, 172) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(25px, 18.1818181818px + 1.8181818182vw, 40px) clamp(20px, 17.7272727273px + 0.6060606061vw, 25px);
  text-align: center;
  margin-bottom: clamp(60px, 50.9090909091px + 2.4242424242vw, 80px);
}
.form-title-wrap .form-title {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 520px;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  border: 5px solid #f2bc00;
  text-align: center;
  font-size: clamp(2rem, 1.8vw, 2.5rem);
  padding: 15px;
}

.contact-wrap {
  margin-bottom: 80px;
}
.contact-wrap .form-table {
  margin-bottom: 80px;
}
.contact-wrap .form-table dl {
  zoom: 1;
}
.contact-wrap .form-table dl:after {
  display: block;
  content: "";
  clear: both;
}
.contact-wrap .form-table dl .wrap {
  padding: 20px 15px;
  border-bottom: 1px solid #b3b3b3;
}
.contact-wrap .form-table dl .wrap dt {
  zoom: 1;
}
.contact-wrap .form-table dl .wrap dt:after {
  display: block;
  content: "";
  clear: both;
}
.contact-wrap .form-table dl .wrap dt {
  font-weight: 500;
  padding-top: 2px;
  margin-bottom: 15px;
}
.contact-wrap .form-table dl .wrap dt span {
  float: right;
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  background-color: #e60012;
  font-weight: normal;
}
.contact-wrap .form-table dl .wrap dd input {
  width: 100%;
  height: 40px;
  background-color: #f2f2f2;
  border: 1px solid #999999;
  font-size: 1.6rem;
}
.contact-wrap .form-table dl .wrap dd textarea {
  resize: vertical;
  width: 100%;
  height: 150px;
  background-color: #f2f2f2;
  border: 1px solid #999999;
  font-size: 1.6rem;
}
.contact-wrap .form-table dl .wrap dd select {
  background-color: #f2f2f2;
  border: 1px solid #999999;
  height: 40px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contact-wrap .form-table dl .wrap dd.num {
    text-align: right;
  }
}
.contact-wrap .form-table dl .wrap dd.num input {
  width: 60px;
}
@media (max-width: 768px) {
  .contact-wrap .form-table dl .wrap dd.time {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .contact-wrap .form-table dl .wrap dd.input-tel {
    text-align: center;
  }
}
.contact-wrap .form-table dl .wrap dd.input-tel input {
  width: 25%;
}
.contact-wrap .form-table dl .wrap dd.select .mwform-radio-field {
  display: inline-block;
  margin-right: 40px;
}
.contact-wrap .form-table dl .wrap dd.select .horizontal-item {
  margin-left: 0;
}
.contact-wrap .form-table dl .wrap dd.select input {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .contact-wrap .form-table dl .wrap {
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-wrap .form-table dl .wrap dt {
    width: 270px;
  }
  .contact-wrap .form-table dl .wrap dd {
    margin-left: 10%;
    width: calc(90% - 270px);
  }
}
.contact-wrap h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-wrap h4 {
    font-size: 2.4rem;
  }
}
.contact-wrap .privacy {
  overflow-y: scroll;
  height: 300px;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #efefef;
}
.contact-wrap .privacy dl dt {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 600;
  color: #036eb8;
}
.contact-wrap .privacy dl dd {
  font-size: 1.6rem;
  padding: 5px 0 20px;
}
.contact-wrap p.kojin {
  text-align: center;
  margin: 15px 0 30px;
  line-height: 3;
}
.contact-wrap p.kojin span {
  display: inline-block;
}
.contact-wrap p.kojin .hissu {
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  background-color: #C23939;
  font-weight: normal;
}
.contact-wrap .btnB {
  width: auto;
  text-align: center;
}
.contact-wrap .btnB input[type=submit] {
  display: inline-block;
  padding: 10px 60px;
  margin: 20px 0;
  border: 3px solid #036eb8;
  background-color: #036eb8;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .contact-wrap .btnB input[type=submit] {
    font-size: 1.6rem;
  }
}
.contact-wrap .btnB input[type=submit]:hover {
  color: #036eb8;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.contact-wrap .submit_btn {
  text-align: center;
}
.contact-wrap .submit_btn .btn_inner {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-wrap .submit_btn .btn_inner input[type=submit] {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  background: #036eb8;
  border: 2px solid #036eb8;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 25px;
  margin: 30px auto 15px;
  border-radius: 50px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: clamp(1.6rem, 1.36vw, 1.8rem);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contact-wrap .submit_btn .btn_inner input[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 15px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-wrap .submit_btn .btn_inner input[type=submit]:hover {
  background: #fff;
  color: #036eb8;
  opacity: 1;
}
.contact-wrap .submit_btn .btn_inner input[type=submit]:hover::after {
  background: #036eb8;
  right: 5px;
}

.grecaptcha-badge {
  bottom: 220px !important;
  z-index: 99;
  display: none;
}
@media (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 120px !important;
  }
}

.pagetop {
  bottom: 21vw;
  right: 10px;
}
@media (min-width: 768px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}

.form-link-btn {
  position: fixed;
  z-index: 90;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-link-btn a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.form-link-btn a img {
  width: 100%;
}

@media (min-width: 768px) {
  .form-link-btn {
    left: initial;
    bottom: initial;
    right: clamp(5px, -1.8181818182px + 1.8181818182vw, 20px);
    top: clamp(60px, 41.8181818182px + 4.8484848485vw, 100px);
    width: auto;
  }
  .form-link-btn a {
    width: auto;
  }
  .form-link-btn a img {
    width: clamp(120px, 74.5454545455px + 12.1212121212vw, 220px);
  }
}