@charset "UTF-8";
.center {
  text-align: center;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

html {
  font-size: 10px;
}

body.fixed {
  overflow: hidden;
}

main {
  margin-top: 55px;
}

button {
  line-height: inherit;
  cursor: pointer;
}

small {
  background-color: #f3d967;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
}

.deco {
  position: absolute;
}

.spOnly,
.underMd {
  display: none;
}

#loginBg {
  background-color: #fff;
}

.column-table- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-table- .entry-container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
  }
}
.ly_fluid {
  width: 100%;
}

.ly_cont {
  max-width: 1280px;
  margin: 0 auto;
}

.ly_shortCont {
  max-width: 1000px;
  margin: 0 auto;
}

.ly_section {
  padding: 80px 0 120px;
}

.ly_sectionPtNone {
  padding: 0 0 120px;
}

.ly_sectionPbNone {
  padding: 120px 0 0;
}

@media screen and (max-width: 1320px) {
  .ly_cont {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .ly_shortCont {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .ly_section {
    padding: 50px 0 80px;
  }
}
.bl_overHidden {
  overflow: hidden;
}

.bl_header_top {
  padding-right: 55px;
  padding-left: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.05));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.bl_header_top .el_headerContact {
  height: 55px;
}

.bl_header_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bl_userBtnWrap {
  position: relative;
}
.bl_userBtnWrap:hover .el_userInfo {
  overflow: visible;
  padding: 20px;
  height: auto;
}

.bl_header_sp {
  padding: 10px;
  font-weight: 500;
  background-color: #f2f2f2;
  font-size: 1rem;
  text-align: center;
}

/*  nav  */
.bl_headerNav {
  margin: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
}
.bl_headerNav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_headerNav > li:not(:first-of-type) {
  margin-left: 40px;
}
.bl_headerNav a {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_headerNav a:hover {
  color: #e37d21;
}
.bl_headerNav .ungle {
  position: relative;
  padding-right: 15px;
}
.bl_headerNav .ungle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}

.bl_floorNav {
  font-size: 1.4rem;
}
.bl_floorNav .floor {
  font-weight: bold;
  color: #cf000d;
  font-size: 1rem;
  margin-right: 8px;
}
.bl_floorNav .floor.orange {
  color: #e37d21;
}
.bl_floorNav .floor.green {
  color: #94c64b;
}
.bl_floorNav .floor.blue {
  color: #1da8d8;
}
.bl_floorNav .floor.navy {
  color: #0e298a;
}
.bl_floorNav .num {
  font-size: 1.6rem;
}
.bl_floorNav li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_floorNav a {
  width: 100%;
  display: block;
  position: relative;
}
.bl_floorNav a::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*  イベデパ info  */
.bl_header_info {
  margin-top: 55px;
}
.bl_header_info .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.bl_header_info .inner {
  padding: 0 10px;
  text-align: center;
  width: 15.625%;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_header_info .inner:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: #ddd;
}
.bl_header_info .inner:hover.orange {
  color: #e37d21;
}
.bl_header_info .inner:hover.red {
  color: #cf000d;
}
.bl_header_info .inner:hover.blue {
  color: #1da8d8;
}
.bl_header_info .inner:hover.green {
  color: #94c64b;
}
.bl_header_info .inner:hover .el_header_info_txt {
  color: #000;
}
.bl_header_info .large {
  width: 37.5%;
}

/**  追従ボタン  **/
.bl_followBtnWrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: none;
}

.bl_followBtnWrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.bl_followBtnWrap_inner a {
  padding: 15px 20px;
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
.bl_followBtnWrap_inner a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.bl_followBtnWrap_inner a:nth-of-type(n+2) {
  border-left: 1px solid #fff;
}

/**  ハンバーガーメニュー  **/
.bl_hamMenu {
  display: none;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  z-index: 99998;
}

.bl_hamBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bl_hamMenu_inner {
  max-width: 1280px;
  padding: 2vw 20px;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.bl_hamMenu_inner::-webkit-scrollbar {
  display: none;
}
.bl_hamMenu_inner .contents {
  height: 100%;
  width: 100%;
}
.bl_hamMenu_inner .logo {
  display: block;
  margin: 0 auto 70px;
}

.bl_hamNavWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_hamNavWrap .bl_simpleNav ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bl_hamNavWrap .bl_simpleNav li:first-of-type a {
  display: inline-block;
  padding-left: 0;
}

.bl_hamNav01 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 850px;
}

.bl_hamNav01_1,
.bl_leftArrowUl {
  max-width: 400px;
  width: 100%;
}
.bl_hamNav01_1:nth-of-type(n+3),
.bl_leftArrowUl:nth-of-type(n+3) {
  margin-top: 40px;
}
.bl_hamNav01_1 > .bl_hamNav01_link,
.bl_leftArrowUl > .bl_hamNav01_link {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.bl_hamNav01_1 > ul,
.bl_leftArrowUl > ul {
  margin: 15px 0 0 65px;
}
.bl_hamNav01_1 li,
.bl_leftArrowUl li {
  color: #000;
  pointer-events: none;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
.bl_hamNav01_1 li::before,
.bl_leftArrowUl li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) skew(-5deg, -5deg);
      -ms-transform: rotate(45deg) skew(-5deg, -5deg);
          transform: rotate(45deg) skew(-5deg, -5deg);
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.bl_hamNav01_1 li:nth-of-type(n+2),
.bl_leftArrowUl li:nth-of-type(n+2) {
  margin-top: 10px;
}
.bl_hamNav01_1 li > ul,
.bl_leftArrowUl li > ul {
  margin: 15px 0 0 20px;
}
.bl_hamNav01_1 li a,
.bl_leftArrowUl li a {
  pointer-events: auto;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_hamNav01_1 li a:hover,
.bl_leftArrowUl li a:hover {
  color: #149c92;
}
.bl_hamNav01_1 .inner,
.bl_leftArrowUl .inner {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  position: relative;
}
.bl_hamNav01_1 .inner::before,
.bl_leftArrowUl .inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_hamNav01_1 .inner.red::before,
.bl_leftArrowUl .inner.red::before {
  background-image: url(../img/common/icon_house.svg);
}
.bl_hamNav01_1 .inner.orange::before,
.bl_leftArrowUl .inner.orange::before {
  background-image: url(../img/common/icon_megaphone.svg);
}
.bl_hamNav01_1 .inner.green::before,
.bl_leftArrowUl .inner.green::before {
  background-image: url(../img/common/icon_staff.svg);
}
.bl_hamNav01_1 .inner.blue::before,
.bl_leftArrowUl .inner.blue::before {
  background-image: url(../img/common/icon_truck.svg);
}
.bl_hamNav01_1 .inner.navy::before,
.bl_leftArrowUl .inner.navy::before {
  background-image: url(../img/common/icon_keychain.svg);
}
.bl_hamNav01_1 .inner:hover.orange,
.bl_leftArrowUl .inner:hover.orange {
  color: #e37d21;
}
.bl_hamNav01_1 .inner:hover.blue,
.bl_leftArrowUl .inner:hover.blue {
  color: #1da8d8;
}
.bl_hamNav01_1 .inner:hover.red,
.bl_leftArrowUl .inner:hover.red {
  color: #cf000d;
}
.bl_hamNav01_1 .inner:hover.green,
.bl_leftArrowUl .inner:hover.green {
  color: #94c64b;
}
.bl_hamNav01_1 .inner:hover.navy,
.bl_leftArrowUl .inner:hover.navy {
  color: #0e298a;
}

.bl_hamNav02 {
  margin-bottom: 117px;
}

.bl_hamNav03 {
  width: 280px;
}

.bl_navTel {
  line-height: 1.2;
}
.bl_navTel .ttl {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 5px;
}
.bl_navTel .tel {
  font-size: 4rem;
  font-weight: 500;
  color: #149c92;
}
.bl_navTel .info {
  font-size: 1.2rem;
  color: #666;
}

.bl_navContact {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_navContact li {
  width: 40px;
}
.bl_navContact li:nth-of-type(n+2) {
  margin-left: 15px;
}
.bl_navContact a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1320px) {
  .bl_header_top {
    padding-left: 20px;
  }
  .bl_header_top::before {
    content: none;
  }
  .bl_header_info .inner img {
    height: 35px;
  }
  .bl_header_info .large img {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .bl_header_info .ly_cont {
    padding: 0;
  }
  .bl_hamNavWrap {
    max-width: 800px;
    margin: 0 auto;
  }
  .bl_hamNavWrap_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .bl_hamNav01 ul {
    width: 100%;
  }
  .bl_hamNav01 > li {
    width: 50%;
    max-width: initial;
  }
  .bl_hamNav02 {
    margin-bottom: 50px;
    width: 50%;
  }
  .bl_leftArrowUl li::before {
    top: 10px;
  }
  .bl_headerNav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bl_header {
    position: relative;
    z-index: 2;
  }
  .bl_header_top {
    position: static;
    padding: 0;
    background-color: #f3d967;
  }
  .bl_header_top .el_headerContact {
    margin-right: 55px;
    width: 55px;
    margin-left: auto;
  }
  .bl_header_top .el_headerLogo {
    padding: 10px;
  }
  .bl_header_r {
    height: 55px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .bl_header_info {
    margin-top: 30px;
    position: relative;
    z-index: -1;
  }
  .bl_header_info .contents {
    padding: 0;
  }
  .bl_header_info .inner {
    padding: 0;
    width: 100%;
  }
  .bl_header_info .inner::before {
    content: none !important;
  }
  .bl_header_info .large img {
    height: 50px;
  }
  .bl_header_info .el_header_info_ttl.small {
    font-size: 1rem;
  }
  .bl_hamMenu {
    top: 0;
  }
  .bl_hamMenu_inner {
    padding: 0 20px;
  }
  .bl_hamMenu_inner .contents {
    position: relative;
  }
  .bl_hamMenu_inner .logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: 165px;
  }
  .bl_hamNavWrap {
    padding-top: 90px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_hamNavWrap .el_userInfo {
    position: static;
    height: auto;
    overflow: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
    width: 100%;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 20px;
    margin-bottom: 30px;
  }
  .bl_hamNavWrap .el_userInfo .txt {
    width: 100%;
    margin-bottom: 0;
  }
  .bl_hamNavWrap .el_userInfo .logOut {
    margin-left: 20px;
  }
  .bl_hamNavWrap .bl_simpleNav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_hamNavWrap .bl_simpleNav li:first-of-type a {
    padding-left: 0;
  }
  .bl_hamNavWrap_inner {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .bl_hamNavWrap_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 2px dotted #f5f5f5;
  }
  .bl_hamNav01 {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .bl_hamNav01 > ul:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .bl_hamNav01 .bl_hamNav01_link {
    font-size: 1.6rem;
  }
  .bl_hamNav01_1:nth-of-type(n+2),
  .bl_leftArrowUl:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .bl_hamNav01_1 > ul,
  .bl_leftArrowUl > ul {
    margin: 10px 0 0 0;
  }
  .bl_hamNav01_1 > ul:nth-of-type(n+2),
  .bl_leftArrowUl > ul:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .bl_hamNav01_1 li:nth-of-type(n+2),
  .bl_leftArrowUl li:nth-of-type(n+2) {
    margin-top: 0;
  }
  .bl_hamNav01_1 li > ul,
  .bl_leftArrowUl li > ul {
    margin: 0;
  }
  .bl_hamNav01_1 .inner,
  .bl_leftArrowUl .inner {
    padding-left: 46px;
  }
  .bl_hamNav01_1 .inner::before,
  .bl_leftArrowUl .inner::before {
    width: 40px;
    height: 40px;
  }
  .bl_hamNav01_3 .bl_hamNav01_link {
    font-size: 1.4rem;
  }
  .bl_hamNav02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .bl_navTel .tel {
    font-size: 3rem;
  }
  .bl_navTel .info {
    margin-top: 5px;
  }
}
/**************************  element  **************************/
.el_h1 {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.el_userBtn {
  background-color: #f3d967;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-width: 100px;
  padding: 5px 10px 0;
  position: relative;
}
.el_userBtn::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
          transform: translateX(18px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}
.el_userBtn .name {
  font-size: 12px;
  font-weight: bold;
}

.el_userInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%) translateZ(0);
          transform: translateY(100%) translateZ(0);
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
  background-color: #fff;
  min-width: 280px;
  padding: 0 20px;
  font-size: 14px;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 2;
}
.el_userInfo .txt {
  margin-bottom: 10px;
  color: #666;
}
.el_userInfo .myPage,
.el_userInfo .logOut {
  color: #000;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.el_userInfo .myPage img,
.el_userInfo .logOut img {
  margin-right: 10px;
}
.el_userInfo .myPage:hover,
.el_userInfo .logOut:hover {
  color: #149c92;
}
.el_userInfo .myPage {
  font-weight: 500;
}
.el_userInfo .logOut {
  font-size: 1.4rem;
  font-weight: 600;
}
.el_userInfo .logOut img {
  margin: 0 5px 4px 0;
}

.el_headerContact {
  padding: 10px 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;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background-color: #e37d21;
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
.el_headerContact img {
  margin-right: 10px;
}
.el_headerContact:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.el_headerContact__line {
  background-color: #39b54a;
}

.el_ham {
  width: 55px;
  height: 55px;
  background-color: #149c92;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999999;
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
.el_ham:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.el_ham span {
  display: inline-block;
  height: 3px;
  width: 31px;
  background-color: #fff;
  position: absolute;
  left: 12px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.el_ham span:first-of-type {
  top: 17px;
}
.el_ham span:nth-of-type(2) {
  top: 26px;
}
.el_ham span:nth-of-type(3) {
  top: 35px;
}
.el_ham.is_open span:first-of-type {
  top: 26px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.el_ham.is_open span:nth-of-type(2) {
  opacity: 0;
}
.el_ham.is_open span:nth-of-type(3) {
  top: 26px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.el_followTelBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #149c92;
  color: #fff;
  line-height: 1.1;
}
.el_followTelBtn .icon {
  margin: 5px 7px 0 0;
}
.el_followTelBtn .tel {
  font-size: 2.8rem;
  font-weight: 500;
}
.el_followTelBtn .supplement {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.el_header_info_ttl {
  margin-top: 7px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.el_header_info_ttl.small {
  margin-top: 10px;
  font-size: 1.4rem;
}

.el_header_info_txt {
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media screen and (max-width: 1024px) {
  .bl_header_info .inner.red br {
    display: none;
  }
  .el_header_info_ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .el_headerContact {
    padding: 10px;
    width: 100%;
  }
  .el_headerContact img {
    margin: 0 4px 0 0;
  }
  .el_userBtn {
    padding: 5px 10px 0;
  }
  .el_userBtn::after {
    right: 20px;
  }
  .el_userBtn .name {
    margin-top: 2px;
  }
  .el_userInfo {
    display: none;
    overflow: visible;
    height: auto;
    padding: 20px;
    z-index: 5;
    -webkit-transition: none;
    transition: none;
  }
  .el_header_info_ttl.small {
    font-size: 1.2rem;
  }
  .el_ham {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999999;
  }
  .el_ham:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.bl_footer {
  border-top: solid 2px #f3d967;
  padding-top: 40px;
}

.bl_footer_inner {
  text-align: center;
}

.bl_footer_logo {
  max-width: 290px;
  display: inline-block;
  font-weight: 500;
}
.bl_footer_logo p {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.bl_simpleNav {
  margin: 30px 0 40px;
}
.bl_simpleNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_simpleNav li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.bl_simpleNav li:nth-of-type(n+2) {
  border-left: 1px solid #000;
}
.bl_simpleNav a {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_simpleNav a .blank {
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .bl_simpleNav a:hover {
    color: #149c92;
  }
}
@media screen and (max-width: 768px) {
  .bl_footer_logo {
    font-size: 1.2rem;
  }
  .bl_footer_logo img {
    width: 260px;
  }
  .bl_simpleNav {
    margin: 20px 0;
  }
}
.bl_kvSlider {
  display: none;
}
.bl_kvSlider.slick-initialized {
  display: block;
}
.bl_kvSlider img {
  display: block;
  margin: 0 auto;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  width: 90%;
}
.bl_kvSlider .slick-track {
  min-height: 15.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bl_kvSlider .slick-center img,
.bl_kvSlider .is-active-next img {
  width: 100%;
}
.bl_kvSlider a {
  display: block;
}

.bl_slider {
  text-align: center;
}
.bl_slider .inner img {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.7s ease-out;
  transition: 0.7s ease-out;
  width: 85%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 16vw;
}
.bl_slider .inner p {
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 500;
  width: 85%;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.bl_slider .slick-track {
  min-height: 26vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_slider .slick-current img,
.bl_slider .slick-current p,
.bl_slider .is-active-next img,
.bl_slider .is-active-next p {
  width: 100%;
}
.bl_slider .slick-current img,
.bl_slider .is-active-next img {
  height: 19vw;
}
.bl_slider .prev-arrow {
  left: 50%;
  -webkit-transform: translateX(-14.5vw);
      -ms-transform: translateX(-14.5vw);
          transform: translateX(-14.5vw);
}
.bl_slider .next-arrow {
  right: 50%;
  -webkit-transform: translateX(14.5vw);
      -ms-transform: translateX(14.5vw);
          transform: translateX(14.5vw);
}
.bl_slider .slide-arrow {
  width: 60px;
  position: absolute;
  top: 28%;
  z-index: 2;
  cursor: pointer;
}

.bl_slideDots {
  width: 100%;
  margin-top: 30px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_slideDots li {
  width: 35px;
  margin: 0 5px;
}
.bl_slideDots li button {
  position: relative;
  text-indent: -9999px;
}
.bl_slideDots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 5px;
  background-color: #ddd;
}
.bl_slideDots li.slick-active button::before {
  content: "";
  background-color: #f3d967;
}

/**  news  **/
.bl_newsWrap {
  max-width: 1000px;
  margin: 0 auto;
}

.bl_news {
  border: 1px solid #ddd;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_news::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #e37d21;
  border-right: 2px solid #e37d21;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.bl_news_txt {
  padding: 6px 40px 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_news_txt .el_date,
.bl_news_txt .el_tag {
  margin-right: 10px;
}
.bl_news_txt .txt {
  line-height: 1.5;
}

/**  consept  **/
.bl_consept_inner {
  text-align: center;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.bl_consept_inner .deco01 {
  top: 30px;
  left: 0;
}
.bl_consept_inner .deco02 {
  top: 430px;
  left: 0;
  z-index: 2;
}
.bl_consept_inner .deco03 {
  top: 50px;
  right: 0;
}
.bl_consept_inner .deco04 {
  top: 330px;
  right: 0;
  z-index: 2;
}

/**  problem  **/
.bl_problem {
  margin-top: 100px;
  background-color: #1da8d8;
  position: relative;
  z-index: 2;
}
.bl_problem::before, .bl_problem::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 0;
  height: 0;
  border-style: solid;
  z-index: -1;
}
.bl_problem::before {
  border-width: 330px 0 0 100vw;
  border-color: transparent transparent transparent #f3d967;
}
.bl_problem::after {
  border-width: 0 0 330px 100vw;
  border-color: transparent transparent #1da8d8 transparent;
}
.bl_problem .ly_cont {
  margin-top: -50px;
  position: relative;
  padding-bottom: 470px;
}
.bl_problem .ly_cont::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  left: 48%;
  width: 908px;
  height: 472px;
  background-image: url(../img/top/floor_man.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/*  contact insert  */
.bl_insertContact {
  padding: 50px 0;
  background-color: #149c92;
  background-image: url(../img/common/bg_slash.svg);
}

/*  card  */
.bl_balloonNumberingCardWrap {
  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;
}

.bl_balloonNumberingCard {
  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;
  text-align: center;
  font-weight: 500;
  position: relative;
  background-color: #fff;
  padding: 20px;
  width: 31.25%;
  min-height: 165px;
}
.bl_balloonNumberingCard:nth-of-type(n+4) {
  margin-top: 110px;
}
.bl_balloonNumberingCard .icon {
  position: absolute;
  bottom: -1px;
  right: 10px;
}
.bl_balloonNumberingCard .txt {
  position: relative;
  z-index: 2;
}

.bl_balloonNumberingCard_number {
  position: absolute;
  top: -50px;
  left: 10px;
}

/**  サポートします  **/
.bl_support {
  background-color: #fff;
  text-align: center;
  position: relative;
}
.bl_support::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  top: -123px;
  left: 48%;
  width: 908px;
  height: 472px;
  background-image: url(../img/top/floor_man.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.bl_support .el_problemTxt {
  margin-bottom: 60px;
}

.bl_halfWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_half {
  width: 50%;
}
.bl_half .img {
  width: 50%;
}
.bl_half .txt {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.bl_support02 {
  text-align: center;
  color: #fff;
  padding: 100px 0 270px;
  background-color: #e37d21;
  position: relative;
}
.bl_support02::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 130px 0 130px;
  border-color: #fff transparent transparent transparent;
}

/**  6point  **/
.bl_6point {
  background-color: #94c64b;
  position: relative;
  padding-bottom: 340px;
}
.bl_6point::before, .bl_6point::after {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 0;
  height: 0;
  border-style: solid;
}
.bl_6point::before {
  border-width: 330px 0 0 100vw;
  border-color: transparent transparent transparent #94c64b;
}
.bl_6point::after {
  border-width: 0 0 330px 100vw;
  border-color: transparent transparent #94c64b transparent;
}
.bl_6point .ly_cont {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  position: relative;
  z-index: 2;
}
.bl_6point .deco {
  z-index: 2;
}
.bl_6point .deco01 {
  top: -400px;
  left: 0;
}
.bl_6point .deco02 {
  top: -380px;
  right: 0;
}
.bl_6point .el_conseptTxt {
  color: #fff;
  text-align: center;
  margin-top: -25px;
}
.bl_6point .el_conseptTxt .el_medBoldTxt {
  display: inline-block;
}
.bl_6point .bl_stepWrap {
  margin-top: 90px;
}

/**  floor guide top  **/
.bl_topFloorGuide {
  padding: 70px 0;
}
.bl_topFloorGuide .logo {
  display: block;
  margin: 0 auto;
}

.bl_topFloorGuide_inner {
  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-top: 50px;
}

.bl_topFloor {
  width: 48.4375%;
}
.bl_topFloor:nth-of-type(n+3) {
  margin-top: 40px;
}
.bl_topFloor a {
  display: block;
  margin-bottom: 10px;
}

/**  floor guide  **/
.bl_floorGuide {
  position: relative;
}
.bl_floorGuide .logo {
  display: block;
  margin: 0 auto;
}
.bl_floorGuide .deco01 {
  left: 0;
  top: -110px;
}
.bl_floorGuide .deco02 {
  right: 0;
  top: -110px;
}

/*  SP追従  */
.bl_floorFollowBtn {
  position: sticky;
  top: calc(100vh - 390px);
  right: 5px;
  width: 50px;
  margin-left: auto;
  z-index: 5;
}
.bl_floorFollowBtn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  bottom: 10px;
  width: 1px;
  background-color: #000;
  z-index: -1;
}
.bl_floorFollowBtn li:nth-of-type(n+2) {
  margin-top: 15px;
}

.bl_floorGuide__lower {
  padding-bottom: 250px;
}

/*  floor  */
.bl_floor {
  margin-top: 70px;
  position: relative;
}

.bl_floor_img {
  display: block;
  margin: 0 auto;
  width: 47.890625%;
}

.bl_floor_txt {
  width: 34.375%;
  position: absolute;
}
.bl_floor_txt .bl_dotsUl {
  margin-top: 10px;
}
.bl_floor_txt.fifth {
  top: 3%;
  left: 0;
}
.bl_floor_txt.fourth {
  top: 24%;
  right: 0;
}
.bl_floor_txt.third {
  top: 46%;
  left: 0;
}
.bl_floor_txt.second {
  right: 0;
  bottom: 21%;
}
.bl_floor_txt.first {
  left: 0;
  bottom: 0;
}
.bl_floor_txt .infoTxt {
  font-size: 1.4rem;
  margin-top: 20px;
}

.bl_floor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 25px 20px 0;
  border-bottom: 2px solid #ddd;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_floor_link:hover {
  color: #e37d21;
}
.bl_floor_link:hover::after {
  width: 100%;
}
.bl_floor_link::before, .bl_floor_link::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.bl_floor_link::before {
  bottom: 44px;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #e37d21;
  border-right: 2px solid #e37d21;
}
.bl_floor_link::after {
  bottom: -2px;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #e37d21;
}
.bl_floor_link .floor {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #e37d21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}
.bl_floor_link .floor .unit {
  font-size: 2rem;
  padding-top: 16px;
}
.bl_floor_link .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}
.bl_floor_link .right .icon {
  width: 100%;
  width: 65px;
  margin-right: 10px;
}
.bl_floor_link .large {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
}
.bl_floor_link .small {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.bl_dotsUl li {
  font-weight: 500;
  padding-left: 10px;
  position: relative;
}
.bl_dotsUl li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #000;
}

.bl_floor_link__red::before {
  border-color: #cf000d;
}
.bl_floor_link__red::after {
  background-color: #cf000d;
}
.bl_floor_link__red .floor {
  background-color: #cf000d;
}
.bl_floor_link__red:hover {
  color: #cf000d;
}

.bl_floor_link__blue::before {
  border-color: #1da8d8;
}
.bl_floor_link__blue::after {
  background-color: #1da8d8;
}
.bl_floor_link__blue .floor {
  background-color: #1da8d8;
}
.bl_floor_link__blue:hover {
  color: #1da8d8;
}

.bl_floor_link__green::before {
  border-color: #94c64b;
}
.bl_floor_link__green::after {
  background-color: #94c64b;
}
.bl_floor_link__green .floor {
  background-color: #94c64b;
}
.bl_floor_link__green:hover {
  color: #94c64b;
}

.bl_floor_link__navy::before {
  border-color: #0e298a;
}
.bl_floor_link__navy::after {
  background-color: #0e298a;
}
.bl_floor_link__navy .floor {
  background-color: #0e298a;
}
.bl_floor_link__navy:hover {
  color: #0e298a;
}

/**  flow  **/
.bl_flow {
  padding: 70px 0 330px;
  background-color: #f2f2f2;
}
.bl_flow .bl_stepWrap {
  margin-top: 90px;
}

.bl_stepWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_stepWrap__col03 .bl_step {
  width: 30.46875%;
  padding-bottom: 50px;
}
.bl_stepWrap__col03 .bl_step:nth-of-type(n+2)::before {
  content: none;
}
.bl_stepWrap__col03 .bl_step:nth-of-type(n+4) {
  margin-top: 100px;
}

.bl_stepWrap__col04 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_stepWrap__col04 .bl_step {
  display: block;
  text-align: center;
  width: calc(25% - 30px);
}
.bl_stepWrap__col04 .bl_step .bold {
  font-size: 1.8rem;
}
.bl_stepWrap__col04 .bl_step .icon {
  margin: 20px auto;
}
.bl_stepWrap__col04 .bl_step .ttl {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.bl_stepWrap__col04 .bl_step:nth-of-type(n+2) {
  margin-left: 40px;
}
.bl_stepWrap__col04 .bl_step:nth-of-type(n+2)::before {
  left: -28px;
}
.bl_stepWrap__col04 .bl_step:nth-of-type(4n+1) {
  margin-left: 0;
}
.bl_stepWrap__col04 .bl_step:nth-of-type(n+5) {
  margin-top: 100px;
}

.bl_step {
  position: relative;
  padding: 60px 20px 40px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.875%;
  background-color: #fff;
}
.bl_step .step {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 75px;
}
.bl_step .bold {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.bl_step .ttl {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.bl_step .img {
  margin: 10px 0;
}
.bl_step .floor {
  width: 50px;
  height: 50px;
  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;
  background-color: #cf000d;
  border-radius: 50px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.bl_step .floor::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #cf000d;
  border-right: 2px solid #cf000d;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.bl_step .floor.orange {
  background-color: #e37d21;
}
.bl_step .floor.orange::after {
  border-color: #e37d21;
}
.bl_step .floor.green {
  background-color: #94c64b;
}
.bl_step .floor.green::after {
  border-color: #94c64b;
}
.bl_step .floor.blue {
  background-color: #1da8d8;
}
.bl_step .floor.blue::after {
  border-color: #1da8d8;
}
.bl_step .unit {
  margin-top: 13px;
  font-size: 1.4rem;
}
.bl_step:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bl_step__link {
  text-align: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

/**  case  **/
.bl_case {
  padding-bottom: 80px;
  position: relative;
}
.bl_case::before, .bl_case::after {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 0;
  height: 0;
  border-style: solid;
}
.bl_case::before {
  border-width: 330px 0 0 100vw;
  border-color: transparent transparent transparent #e37d21;
}
.bl_case::after {
  border-width: 0 0 330px 100vw;
  border-color: transparent transparent #fff transparent;
}
.bl_case .ly_cont {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.bl_case .deco01 {
  top: -280px;
  right: 0;
}

.bl_figWrap {
  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;
}
.bl_figWrap::before, .bl_figWrap::after {
  content: "";
  display: inline-block;
  width: 22.65625%;
}
.bl_figWrap::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bl_fig {
  width: 22.65625%;
}
.bl_fig img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bl_fig .category {
  color: #949494;
  margin-top: 10px;
}
.bl_fig .caption {
  font-weight: 500;
}
.bl_fig:nth-of-type(n+5) {
  margin-top: 50px;
}

/**  voice  **/
.bl_voice {
  padding: 70px 0 80px;
  background-color: #f2f2f2;
}

/**  contact  **/
.bl_contact {
  padding: 60px 0;
  background-color: rgba(243, 217, 103, 0.2);
  position: relative;
}
.bl_contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 430px 1000px;
  border-color: transparent transparent #f3d967 transparent;
}

.bl_contact_inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 70px 0 60px;
}

.bl_lineBreakWrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_lineBreak {
  padding: 0 20px;
  width: 33.3333333333%;
  text-align: center;
}
.bl_lineBreak:nth-of-type(n+2) {
  border-left: 1px solid #ddd;
}
.bl_lineBreak .txt {
  font-weight: bold;
  margin: 10px 0 20px;
}
.bl_lineBreak .tel {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  color: #149c92;
}
.bl_lineBreak .supplement {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
}

/**  news  **/
.bl_topNewsList {
  padding: 110px 0 120px;
}

.bl_newsList li {
  border-top: 1px solid #ddd;
}
.bl_newsList li:last-of-type {
  border-bottom: 1px solid #ddd;
}
.bl_newsList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 13px 30px 15px 0;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_newsList a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.bl_newsList a::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 7px;
  height: 7px;
  border-top: 2px solid #e37d21;
  border-right: 2px solid #e37d21;
}
.bl_newsList a:hover {
  color: #e37d21;
}
.bl_newsList .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_newsTagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}
.bl_newsTagWrap .el_tag {
  margin: 5px;
}

@media screen and (min-width: 768px) {
  .bl_kvSlider a:hover {
    opacity: 0.65;
  }
  .bl_news:hover {
    color: #e37d21;
  }
  .bl_step__link:hover {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@media screen and (max-width: 1320px) {
  .bl_floor_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_floor_link .right {
    margin-top: 10px;
    width: 100%;
  }
  .bl_floor_txt.fourth {
    top: -6%;
  }
}
@media screen and (max-width: 1024px) {
  .bl_consept_inner {
    padding-bottom: 200px;
  }
  .bl_consept_inner .deco01 {
    top: -20px;
    left: -40px;
  }
  .bl_consept_inner .deco02 {
    top: 350px;
    left: -40px;
  }
  .bl_consept_inner .deco03 {
    top: 10px;
    right: -40px;
  }
  .bl_consept_inner .deco04 {
    right: -40px;
  }
  .bl_floorGuide__lower {
    padding-bottom: 140px;
  }
  .bl_problem::before {
    border-width: 200px 0 0 100vw;
  }
  .bl_problem::after {
    border-width: 0 0 200px 100vw;
  }
  .bl_problem .ly_cont {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-bottom: 340px;
  }
  .bl_problem .ly_cont::after {
    width: 600px;
    height: 290px;
  }
  .bl_balloonNumberingCard:nth-of-type(n+4) {
    margin-top: 80px;
  }
  .bl_balloonNumberingCard .icon {
    height: 60px;
  }
  .bl_half .txt {
    font-size: 1.6rem;
  }
  .bl_support::after {
    top: -161px;
    width: 600px;
  }
  .bl_floorGuide .deco01 {
    top: -140px;
    left: -60px;
  }
  .bl_floorGuide .deco02 {
    right: -40px;
    top: -160px;
  }
  .bl_floorGuide .logo {
    width: 360px;
  }
  .bl_floor_img {
    width: 42vw;
  }
  .bl_floor_txt {
    width: 300px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .bl_floor_link .large {
    font-size: 2rem;
  }
  .bl_slider .slick-track {
    min-height: 30vw;
  }
  .bl_slider .slide-arrow {
    width: 40px;
  }
  .bl_slider .prev-arrow {
    -webkit-transform: translateX(-15vw);
        -ms-transform: translateX(-15vw);
            transform: translateX(-15vw);
  }
  .bl_slider .next-arrow {
    -webkit-transform: translateX(15vw);
        -ms-transform: translateX(15vw);
            transform: translateX(15vw);
  }
  .bl_slider .inner img {
    height: 18vw;
  }
  .bl_slider .slick-current img,
  .bl_slider .is-active-next img {
    height: 23vw;
  }
  .bl_flow {
    padding-bottom: 240px;
  }
  .bl_step .bold {
    font-size: 1.8rem;
  }
  .bl_step .step {
    width: 60px;
  }
  .bl_step .floor {
    font-size: 2.4rem;
  }
  .bl_step .unit {
    margin-top: 11px;
  }
  .bl_case::before {
    border-width: 200px 0 0 100vw;
  }
  .bl_case::after {
    border-width: 0 0 200px 100vw;
  }
  .bl_case .ly_cont {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .bl_kv {
    margin-top: 20px;
  }
  .bl_kvSlider img {
    width: 100%;
  }
  .bl_kvSlider .slick-track {
    margin-left: 0;
    min-height: initial;
  }
  .bl_slideDots {
    margin-top: 20px;
  }
  .bl_topFloorGuide .logo {
    width: 230px;
  }
  .bl_news {
    overflow: visible;
    border-radius: 10px;
  }
  .bl_news::after {
    content: none;
  }
  .bl_news .el_tag {
    position: absolute;
    top: 0;
    left: 10px;
    border-radius: 50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bl_news .el_date {
    margin-left: auto;
  }
  .bl_news_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    font-size: 1.2rem;
    padding: 20px 15px 10px;
  }
  .bl_consept_inner {
    padding: 70px 0;
  }
  .bl_consept_inner .deco01 {
    width: 50px;
    top: 20px;
    left: -15px;
  }
  .bl_consept_inner .deco02 {
    width: 60px;
    top: auto;
    left: 0;
    bottom: 10px;
  }
  .bl_consept_inner .deco03 {
    width: 45px;
    top: 40px;
    right: -10px;
  }
  .bl_consept_inner .deco04 {
    width: 70px;
    top: auto;
    bottom: 10px;
    right: 0;
  }
  .bl_followBtnWrap {
    left: 0;
  }
  .bl_followBtnWrap_inner {
    width: 100%;
  }
  .bl_balloonNumberingCard {
    width: calc(50% - 10px);
    padding: 40px 10px 65px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bl_balloonNumberingCard:nth-of-type(n+3) {
    margin-top: 60px;
  }
  .bl_balloonNumberingCard .underLg {
    display: none;
  }
  .bl_balloonNumberingCard_number {
    top: -35px;
  }
  .bl_problem {
    margin-top: 10px;
  }
  .bl_problem::before {
    border-width: 100px 0 0 100vw;
  }
  .bl_problem::after {
    border-width: 0 0 100px 100vw;
  }
  .bl_problem .ly_cont {
    padding-bottom: 57vw;
  }
  .bl_problem .ly_cont::after {
    width: calc(100% - 40px);
    left: 51%;
    height: 45vw;
  }
  .bl_support {
    padding-bottom: 50px;
  }
  .bl_support::after {
    background-image: url(../img/top/floor_man_sp.png);
    width: calc(100% - 40px);
    max-width: 350px;
    top: -55px;
    left: 50%;
  }
  .bl_support.hp_topTriungle .ly_cont {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .bl_support .el_problemTxt {
    margin-bottom: 30px;
  }
  .bl_halfWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_half {
    width: 100%;
  }
  .bl_half:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .bl_half .img {
    width: 40%;
  }
  .bl_half .txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .bl_support02 {
    padding: 60px 0 120px;
  }
  .bl_support02::before {
    border-width: 20px 30px 0 30px;
  }
  .bl_6point {
    padding: 0 0 180px;
  }
  .bl_6point::before {
    border-width: 100px 0 0 100vw;
  }
  .bl_6point::after {
    border-width: 0 0 100px 100vw;
  }
  .bl_6point .ly_cont {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .bl_6point .deco01 {
    width: 70px;
    top: -70px;
    left: 20px;
    display: none;
  }
  .bl_6point .deco02 {
    width: 70px;
    top: -120px;
    right: 20px;
  }
  .bl_6point .el_conseptTxt {
    margin-top: 0;
  }
  .bl_6point .el_conseptTxt .hp_decoEmp::before {
    top: -4px;
    left: -12px;
    width: 13px;
    height: 13px;
  }
  .bl_6point .bl_stepWrap {
    margin-top: 60px;
  }
  .bl_topFloorGuide_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_topFloor {
    width: 100%;
  }
  .bl_topFloor:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .bl_floorGuide .deco01 {
    display: none;
  }
  .bl_floorGuide .deco02 {
    top: -170px;
    left: 10px;
    right: auto;
    width: 70px;
  }
  .bl_floorGuide .logo {
    width: 190px;
  }
  .bl_floorGuide .ly_cont {
    margin-top: -290px;
  }
  .bl_floorGuide__lower {
    padding-bottom: 140px;
  }
  .bl_floor {
    margin-top: 40px;
  }
  .bl_floor_txt {
    width: 100%;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .bl_floor_txt:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .bl_floor_txt .bl_dotsUl {
    margin-bottom: 20px;
  }
  .bl_floor_txt .floorImg {
    margin: 20px auto 0;
  }
  .bl_floor_link {
    padding-bottom: 15px;
  }
  .bl_floor_link::before {
    bottom: 36px;
  }
  .bl_floor_link .icon {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .bl_floor_link .floor {
    width: 50px;
    height: 50px;
    font-size: 3rem;
  }
  .bl_floor_link .floor .unit {
    font-size: 1.4rem;
    padding-top: 15px;
  }
  .bl_floor_link .large {
    font-size: 1.8rem;
  }
  .bl_floor_link .small {
    font-size: 1.2rem;
  }
  .bl_floor_link .right .icon {
    max-width: 50px;
  }
  .bl_flow {
    padding-bottom: 150px;
  }
  .bl_flow .bl_stepWrap {
    margin: 0 -20px;
  }
  .bl_flow .el_btn {
    margin-top: 40px;
  }
  .bl_stepWrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_stepWrap .slick-list {
    padding: 35px 0 0;
  }
  .bl_stepWrap .slick-slide {
    margin: 0 10px;
    height: auto;
  }
  .bl_stepWrap .slick-slide > div {
    height: 100%;
  }
  .bl_stepWrap .slide-arrow {
    width: 40px;
    position: absolute;
    top: 40%;
    z-index: 2;
  }
  .bl_stepWrap .slide-arrow.slick-disabled {
    display: none !important;
  }
  .bl_stepWrap .prev-arrow {
    left: 0;
  }
  .bl_stepWrap .next-arrow {
    right: 0;
  }
  .bl_step {
    padding: 50px 0 30px;
    text-align: center;
    height: 100%;
  }
  .bl_step .icon {
    display: block;
    margin: auto;
  }
  .bl_step .img {
    height: 70px;
  }
  .bl_step .bold {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .bl_step__link {
    height: auto;
  }
  .bl_stepWrap__col03 .bl_step {
    padding: 40px 10px;
    width: calc(50% - 7.5px);
    max-width: 355px;
  }
  .bl_stepWrap__col03 .bl_step:nth-of-type(n+3) {
    margin-top: 50px;
  }
  .bl_stepWrap__col03 .bl_step .ttl {
    font-size: 1.2rem;
  }
  .bl_stepWrap__col04 .bl_step {
    width: 100%;
    padding: 50px 20px 30px;
  }
  .bl_stepWrap__col04 .bl_step .bold {
    font-size: 1.6rem;
  }
  .bl_stepWrap__col04 .bl_step .icon {
    margin: 10px auto;
  }
  .bl_stepWrap__col04 .bl_step .ttl {
    font-size: 1.2rem;
  }
  .bl_case::before {
    border-width: 100px 0 0 100vw;
  }
  .bl_case::after {
    border-width: 0 0 100px 100vw;
  }
  .bl_case .ly_cont {
    padding-top: 30px;
  }
  .bl_case .deco01 {
    width: 60px;
    top: -120px;
    right: 20px;
  }
  .bl_fig {
    width: calc(50% - 10px);
  }
  .bl_fig:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .bl_fig .img {
    height: 31vw;
  }
  .bl_fig .caption {
    line-height: 1.5;
    text-align: left;
  }
  .bl_voice .el_btn {
    margin-top: 40px;
  }
  .bl_voice .bl_slideDots li button::before {
    left: -15px;
  }
  .bl_slider .slick-track {
    min-height: initial;
    margin-left: -17%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bl_slider .inner img {
    height: 50vw;
    width: 90%;
  }
  .bl_slider .inner p {
    margin-top: 10px;
  }
  .bl_slider .slick-current img,
  .bl_slider .is-active-next img {
    height: 50vw;
  }
  .bl_slider .slide-arrow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .bl_slider .prev-arrow {
    left: 10%;
  }
  .bl_slider .next-arrow {
    right: 10%;
  }
  .bl_contact_inner {
    padding: 50px 20px 10px;
  }
  .bl_lineBreakWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .bl_lineBreak {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    text-align: left;
  }
  .bl_lineBreak:nth-of-type(n+2) {
    border-top: 1px solid #ddd;
    border-left: none;
  }
  .bl_lineBreak .icon {
    width: 30px;
    margin-right: 5px;
  }
  .bl_lineBreak .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }
  .bl_lineBreak .tel {
    font-size: 2.6rem;
  }
  .bl_lineBreak .supplement {
    font-size: 1.2rem;
  }
  .bl_lineBreak .el_btn {
    line-height: 1.3;
    padding: 15px;
  }
  .bl_lineBreak .el_btn__green {
    padding: 20px 15px;
  }
  .bl_lineBreak_inner {
    text-align: center;
    width: 100%;
  }
  .bl_topNewsList {
    padding: 70px 0;
  }
  .bl_newsList a {
    display: block;
    padding: 20px 20px 20px 0;
  }
  .bl_newsList a .inner {
    margin: 0 0 5px 0;
  }
  .bl_newsList a .el_date {
    margin: 0 10px 0 0;
  }
}
.bl_header__login .bl_header_top {
  position: static;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
}
.bl_header__login .bl_header_top::before {
  content: none;
}

.bl_login {
  text-align: center;
  padding: 50px 0;
}
.bl_login .el_simpleLargeTtl {
  margin: 40px 0 0;
}
.bl_login .ttl {
  font-weight: 500;
}
.bl_login .txt {
  color: #666;
}
.bl_login .el_btn {
  margin-top: 30px;
}
.bl_login .el_btn__small {
  margin-top: 20px;
}

.bl_loginForm {
  font-weight: 500;
  max-width: 500px;
  margin: 40px auto 0;
  text-align: left;
}
.bl_loginForm label {
  font-size: 1.4rem;
  display: block;
}
.bl_loginForm .input:nth-of-type(n+2) {
  margin-top: 20px;
}
.bl_loginForm .passOuter {
  position: relative;
}
.bl_loginForm .passOuter .icon {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_loginForm .el_noteTxt {
  text-align: right;
}
.bl_loginForm .un_formCaution {
  text-align: right;
}

.bl_footer__login {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .bl_login {
    padding: 30px 0 60px;
  }
  .bl_login .logo {
    height: 50px;
  }
  .bl_login .el_header_info_ttl.small {
    font-size: 1rem;
  }
  .bl_login .el_simpleLargeTtl {
    margin: 20px 0 10px;
  }
  .bl_login .txt {
    font-size: 1.2rem;
  }
  .bl_login__p {
    padding-bottom: 0;
  }
  .bl_loginForm {
    margin-top: 30px;
  }
  .bl_loginForm label {
    margin-bottom: 2px;
  }
  .bl_loginForm .el_noteTxt {
    font-size: 1.2rem;
  }
  .bl_footer__login {
    padding: 0;
  }
}
.bl_lowerContactWrap {
  padding: 0 0 100px;
}

.bl_progress {
  text-align: center;
  margin: 0 auto;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  position: relative;
}
.bl_progress::before, .bl_progress::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 30px;
  right: 50%;
  height: 2px;
  background-color: #eee;
  z-index: -1;
}
.bl_progress::after {
  left: 50%;
  right: 30px;
}
.bl_progress .off {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: relative;
}
.bl_progress .off::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.bl_progress p {
  margin-top: 5px;
}
.bl_progress .small {
  margin-top: 0;
  font-size: 1.4rem;
  color: #e37d21;
}

.bl_progress__02::before {
  background-color: #f3d967;
}

.bl_progress__03::before, .bl_progress__03::after {
  background-color: #f3d967;
}

.bl_form dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
}
.bl_form dt,
.bl_form dd {
  font-size: max(1.6rem, 16px);
}
.bl_form dt {
  font-weight: 500;
  padding: 30px 0;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_form dd {
  padding: 20px 0;
  width: calc(100% - 300px);
  padding-left: 40px;
}
.bl_form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_form .pdLarge {
  padding: 30px 0 30px 40px;
}

.radioLabel {
  font-weight: 500;
  width: 110px;
}

.radio {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin-top: 5px;
}
.radio:nth-of-type(n+2) {
  margin-top: 15px;
}
.radio span {
  padding-left: 27px;
  position: relative;
}
.radio span::before, .radio span::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50px;
}
.radio span::before {
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #C7C7C7;
  background-color: #fff;
}
.radio span::after {
  top: 8px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-color: #e37d21;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.radio input {
  position: absolute;
  width: 50px;
  opacity: 0;
  z-index: -1;
}
.radio input:checked + span::after {
  opacity: 1;
}

.bl_checkInner {
  margin-left: 27px;
  display: none;
}

input,
textarea {
  font-size: max(1.6rem, 16px);
  resize: vertical;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 13px 20px;
  letter-spacing: 0.06em;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #F2F2F2;
  border: none;
}
input:focus,
textarea:focus {
  outline: solid 1px #e37d21;
}

input.short {
  max-width: 200px;
}

::-webkit-input-placeholder {
  letter-spacing: 0.06em;
  color: #ccc;
}

::-moz-placeholder {
  letter-spacing: 0.06em;
  color: #ccc;
}

:-ms-input-placeholder {
  letter-spacing: 0.06em;
  color: #ccc;
}

::-ms-input-placeholder {
  letter-spacing: 0.06em;
  color: #ccc;
}

::placeholder {
  letter-spacing: 0.06em;
  color: #ccc;
}

/*  必読  */
.bl_mustReadWrap {
  margin-top: 40px;
  text-align: center;
}

.bl_submitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.bl_submitWrap form {
  width: 100%;
  max-width: 400px;
}

/*  確認画面  */
.bl_form__confirm dt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bl_form__confirm dd {
  padding: 30px 0 30px 40px;
}
.bl_form__confirm .bl_itemSet {
  margin-top: 20px;
}
.bl_form__confirm .bl_itemSet .inner {
  padding: 10px 0;
}

.bl_form_unit:nth-of-type(n+2) {
  margin-top: 80px;
}

/*  完了画面  */
.bl_lowerContactWrap__finish {
  text-align: center;
}
.bl_lowerContactWrap__finish .ttl {
  font-size: 3rem;
  font-weight: 500;
}

.bl_confSelect {
  opacity: 0.8;
}

/*********  form見積もりver  *********/
.bl_verticalForm > dl {
  width: 100%;
}
.bl_verticalForm > dl > div {
  padding-bottom: 30px;
}
.bl_verticalForm > dl > div:nth-of-type(n+2) {
  margin-top: 40px;
}
.bl_verticalForm dt {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.bl_verticalForm dt label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_verticalForm dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_verticalForm dd dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
  width: 240px;
  margin-bottom: 0;
}
.bl_verticalForm dd dd {
  padding-left: 50px;
}
.bl_verticalForm .block {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_verticalForm .radio {
  font-size: 1.6rem;
  margin: 0 40px 10px 0;
  white-space: pre-wrap;
}
.bl_verticalForm .flexAiCenter,
.bl_verticalForm .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.bl_verticalForm .flexAiCenter:not(:last-of-type),
.bl_verticalForm .flex:not(:last-of-type) {
  margin-bottom: 80px;
}
.bl_verticalForm .flexAiCenter.marginMini,
.bl_verticalForm .flex.marginMini {
  margin-top: 10px;
}
.bl_verticalForm .flexAiCenter input,
.bl_verticalForm .flex input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_verticalForm .flexAiCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_verticalForm .flexAiCenter__mbShort:not(:last-of-type) {
  margin-bottom: 20px;
}
.bl_verticalForm .outer {
  width: 50%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_verticalForm .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  margin-left: auto;
}
.bl_verticalForm .info.block {
  display: block;
}
.bl_verticalForm .imgUnit {
  width: calc(50% - 10px);
}
.bl_verticalForm .cartUnit {
  width: calc(50% - 10px);
}
.bl_verticalForm .rink {
  font-size: 1.2rem;
  border-bottom: solid 1px #000;
  margin-left: 28px;
  margin-top: -10px;
  display: block;
}
.bl_verticalForm .childDl {
  border: 1px solid #eee;
  margin-top: 80px;
}
.bl_verticalForm .childDl .smallTtl {
  padding: 10px 30px;
  background-color: #fdf7e1;
}
.bl_verticalForm .childDl .contents {
  padding: 30px;
}
.bl_verticalForm .childDl .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.bl_verticalForm .childDl .contents_inner:nth-of-type(n+2) {
  border-top: 1px solid #eee;
}
.bl_verticalForm .childDl dt {
  color: #000;
}
.bl_verticalForm .infoTxt {
  font-size: 1.4rem;
  width: 160px;
}
.bl_verticalForm .individual {
  padding-top: 30px;
  border-top: solid 1px #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_verticalForm .individual dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  width: 240px;
}
.bl_verticalForm .individual dd {
  padding-left: 50px;
}

.bl_itemSet .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #efefef;
  padding: 20px 0;
}
.bl_itemSet .inner:first-of-type {
  border-top: solid 1px #efefef;
}
.bl_itemSet .inner:last-of-type {
  margin-bottom: 20px;
}
.bl_itemSet .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.bl_itemSet input[class=item] {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  color: #000;
  resize: none;
}
.bl_itemSet .itemNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_itemSet .itemNumber input[type=number] {
  width: 100px;
}
.bl_itemSet .itemNumber__mini {
  width: auto;
}

@media screen and (max-width: 768px) {
  .bl_lowerContactWrap {
    padding: 0 0 80px;
  }
  .bl_progress {
    max-width: 220px;
    font-size: 1.2rem;
  }
  .bl_progress::before, .bl_progress::after {
    top: 24px;
  }
  .bl_progress .inner {
    width: 50px;
  }
  .bl_progress__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bl_progress__info::before {
    left: 25px;
    right: auto;
    bottom: 24px;
    width: 2px;
    height: auto;
  }
  .bl_progress__info::after {
    content: none;
  }
  .bl_progress__info .inner {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .bl_progress__info .inner:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .bl_progress__info img {
    width: 50px;
    margin-right: 10px;
  }
  .bl_lowerContactWrap__finish .ttl {
    font-size: 1.8rem;
  }
  .bl_form dl > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_form dt,
  .bl_form dd {
    width: 100%;
  }
  .bl_form dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 0 10px;
  }
  .bl_form dt .hp_required {
    margin-left: 10px;
  }
  .bl_form dd {
    padding: 0 0 20px;
  }
  .bl_form .radioWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_form .radioLabel {
    width: 100%;
  }
  .bl_submitWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_submitWrap form:nth-of-type(n+2) {
    margin-bottom: 30px;
  }
  .bl_submitWrap .el_btn {
    margin-top: 0;
  }
  .bl_verticalForm dt {
    font-size: 1.6rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_verticalForm .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .bl_verticalForm .flex:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .bl_verticalForm .outer,
  .bl_verticalForm .info {
    width: 100%;
  }
  .bl_verticalForm .outer {
    margin-bottom: 20px;
  }
  .bl_verticalForm .radio {
    width: 100%;
  }
  .bl_itemSet .inner {
    display: block;
  }
  .bl_itemSet .item {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .bl_itemSet .itemNumber {
    margin-top: 10px;
    margin-left: auto;
  }
  .bl_itemSet .itemNumber__mini {
    width: 46px;
  }
  .bl_verticalForm .childDl .smallTtl {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bl_verticalForm .childDl .contents {
    padding: 10px 20px;
  }
  .bl_verticalForm .childDl .contents_inner {
    display: block;
  }
  .bl_verticalForm dd dt {
    width: auto;
    display: inline-block;
  }
  .bl_verticalForm dd dd {
    margin-top: 10px;
    padding-left: 0;
  }
  .bl_verticalForm .hp_optional {
    margin-left: 10px;
  }
  .bl_verticalForm .flexAiCenter {
    display: block;
  }
  .bl_verticalForm .individual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_verticalForm .individual dt,
  .bl_verticalForm .individual dd {
    width: 100%;
  }
  .bl_verticalForm .individual dt {
    display: block;
  }
  .bl_verticalForm .individual dd {
    padding: 0;
  }
}
.bl_privacyWrap .inner {
  margin-top: 40px;
}

.bl_dotsUl li {
  padding-left: 1.6rem;
  position: relative;
}
.bl_dotsUl li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  border-color: #000;
}

@media screen and (max-width: 1024px) {
  .bl_dotsUl li {
    font-size: 1.4rem;
  }
  .bl_dotsUl li::before {
    top: 10px;
    left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .bl_privacyWrap .inner {
    margin-top: 30px;
  }
}
/****************************/
/*        floor 扉          */
/****************************/
.bl_floorInfoSection {
  padding: 0 0 120px;
}
.bl_floorInfoSection h2 {
  font-size: 4.4rem;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  margin-top: 80px;
  position: relative;
}
.bl_floorInfoSection h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #e37d21;
}
.bl_floorInfoSection h3 {
  font-size: 3.2rem;
  line-height: 1.5;
  padding: 10px 20px;
  background-color: #fff9e1;
  border-left: solid 6px #e37d21;
  margin-bottom: 10px;
  margin-top: 50px;
}
.bl_floorInfoSection h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  margin-top: 30px;
  position: relative;
}
.bl_floorInfoSection h4::before, .bl_floorInfoSection h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.bl_floorInfoSection h4::before {
  top: 0;
  width: 18px;
  height: 36px;
  background-image: url(../img/floor_front/icon_h3balloon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_floorInfoSection h4::after {
  right: 0;
  height: 10px;
  background-image: radial-gradient(#e37d21 30%, transparent 30%);
  background-size: 10px 10px;
}
.bl_floorInfoSection ul {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}
.bl_floorInfoSection ul li {
  width: calc(50% - 5px);
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 5px;
  padding-left: 1.4rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 8px;
}
.bl_floorInfoSection ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #e37d21;
}
.bl_floorInfoSection ul li:nth-of-type(2) {
  margin-top: 0;
}
.bl_floorInfoSection .columnImage {
  border-radius: 10px;
  border: solid 1px #f2f2f2;
}
.bl_floorInfoSection .caption {
  font-size: 1.4rem;
}

.bl_floorInfoOuter {
  padding-top: 70px;
}

.bl_floorInfo {
  border: solid 1px #000;
  position: relative;
}
.bl_floorInfo:nth-of-type(n+2) {
  margin-top: 100px;
}
.bl_floorInfo.orange .ttl {
  background-color: #f8ddc8;
}
.bl_floorInfo.green .ttl {
  background-color: #ecf3de;
}
.bl_floorInfo.blue .ttl {
  background-color: #e2f4f9;
}
.bl_floorInfo.navy .ttl {
  background-color: #cfd4e8;
}
.bl_floorInfo .deco {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}
.bl_floorInfo .ttl {
  padding: 20px;
  font-size: 2.8rem;
  text-align: center;
  background-color: #f8d9db;
  border-bottom: solid 1px #000;
}

.bl_floorInfo_content {
  padding: 40px 3.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_floorInfo_content:nth-of-type(n+2) {
  position: relative;
}
.bl_floorInfo_content:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3.5%;
  right: 3.5%;
  height: 2px;
  border-radius: 50px;
  background-color: #ddd;
}
.bl_floorInfo_content .fullWrap {
  width: 100%;
}
.bl_floorInfo_content .txtWrap {
  width: 49%;
}
.bl_floorInfo_content .txtWrap .smallTxt {
  font-size: 1.4rem;
}
.bl_floorInfo_content .txtWrap .verySmallTxt {
  font-size: 1.2rem;
}
.bl_floorInfo_content .orangeUnit {
  margin-top: 10px;
  padding: 30px;
  background-color: #fff9e1;
}
.bl_floorInfo_content .orangeUnit_ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
.bl_floorInfo_content .orangeTtl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #e37d21;
  margin-top: 30px;
  margin-bottom: 10px;
}
.bl_floorInfo_content .orangeTtl.mt0 {
  margin-top: 0;
}
.bl_floorInfo_content .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 49%;
}
.bl_floorInfo_content .imgWrap img {
  width: 47.9166666667%;
}
.bl_floorInfo_content .imgWrap .full {
  width: 100%;
}

.bl_lowerLeadWrap {
  padding: 80px 0 50px;
}

.bl_lowerLeadWrap__pt0 {
  padding: 0 0 50px;
}

.bl_lowerLeadWrap__pb0 {
  padding: 50px 0 0;
}

.bl_lowerLead_inner {
  margin-bottom: 70px;
  padding: 30px 0;
  background-color: #fdf7e1;
}
.bl_lowerLead_inner .el_lowerLeadTxt {
  margin-bottom: 0;
}

.bl_floorTopCardWrap {
  padding: 100px 0 130px;
}

.bl_floorSubImg {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_floorSubImg img {
  width: 31.25%;
  border-radius: 8px;
}

.bl_cardLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.bl_cardLink:nth-of-type(n+2) {
  margin-top: 80px;
}
.bl_cardLink:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_cardLink:nth-of-type(even) .bl_cardLink_imgWrap {
  margin: 0 -70px 0 0;
  right: auto;
  left: 0;
}

.bl_cardLink_txtWrap {
  display: block;
  padding: 70px 5% 50px;
  width: calc(50% - 10px);
  background-color: #fff;
  border: 2px solid #000;
  position: relative;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  margin: 50px 0;
}
.bl_cardLink_txtWrap .number {
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  position: absolute;
  top: 30px;
  left: 10%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_cardLink_txtWrap .number img {
  margin: 0 0 5px 20px;
}
.bl_cardLink_txtWrap .ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_cardLink_txtWrap .txt {
  font-weight: 500;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_cardLink_txtWrap .linkTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin-top: 30px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_cardLink_txtWrap .linkTxt img {
  margin-left: 10px;
}

.bl_cardLink_imgWrap {
  height: 100%;
  width: calc(50% + 70px);
  margin-left: -70px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bl_cardLink_imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**  リンク  **/
.bl_floorLinkWrap {
  padding-bottom: 120px;
}

/**  流れ  **/
.bl_lowerFlow {
  padding: 100px 0;
  background-color: #f2f2f2;
}
.bl_lowerFlow .bl_stepWrap {
  margin-top: 70px;
}

/**  流れ  **/
.bl_commonFloorGuideList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_commonFloorGuideList li {
  width: 18.75%;
}

/**  実施イメージ  **/
.bl_doFlowWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e37d21;
  padding: 40px 0;
  margin-top: 40px;
}
.bl_doFlowWrap .inner {
  width: 50%;
  padding: 0 40px;
}
.bl_doFlowWrap .inner:nth-of-type(even) {
  border-left: solid 2px #fdf7e1;
}
.bl_doFlowWrap .person {
  display: block;
  margin: 0 auto;
}
.bl_doFlowWrap .doFlowTtl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.bl_doFlow {
  position: relative;
}
.bl_doFlow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  background-color: #e37d21;
  z-index: -1;
}
.bl_doFlow .detail {
  background-color: #fdf7e1;
  padding: 30px;
}
.bl_doFlow .detail:nth-of-type(n+2) {
  margin-top: 20px;
}
.bl_doFlow .detailTtl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #e37d21;
  text-align: center;
}

/**  FAQ  **/
.bl_faqWrap {
  margin-top: 50px;
}

.bl_faq {
  background-color: #fff;
  padding: 0 50px;
}
.bl_faq:nth-of-type(n+2) {
  margin-top: 20px;
}
.bl_faq .inner {
  padding: 30px 20px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_faq .inner__q {
  position: relative;
}
.bl_faq .inner__q::before, .bl_faq .inner__q::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #149c92;
  pointer-events: none;
}
.bl_faq .inner__q::before {
  right: 0;
  height: 2px;
  width: 20px;
}
.bl_faq .inner__q::after {
  right: 9px;
  width: 2px;
  height: 20px;
}
.bl_faq .inner__q.is_open::after {
  opacity: 0;
}
.bl_faq .inner__a {
  border-top: solid 2px #eee;
  display: none;
}
.bl_faq .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_faq .icon {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #149c92;
  margin-right: 20px;
}
.bl_faq .icon__a {
  color: #e37d21;
}

@media screen and (max-width: 1024px) {
  .bl_cardLink_txtWrap .number {
    font-size: 5rem;
  }
  .bl_floorInfo_content .txtWrap,
  .bl_floorInfo_content .imgWrap {
    width: 100%;
  }
  .bl_floorInfo_content .imgWrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl_floorInfoSection {
    padding-bottom: 50px;
  }
  .bl_floorInfoSection h2 {
    font-size: 2.2rem;
    padding-bottom: 18px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .bl_floorInfoSection h3 {
    font-size: 1.8rem;
    border-width: 4px;
    padding: 6px 14px;
    margin-top: 30px;
  }
  .bl_floorInfoSection h4 {
    font-size: 1.6rem;
    padding: 6px 0 14px 24px;
    margin-top: 20px;
  }
  .bl_floorInfoSection h4::before {
    width: 14px;
    height: 30px;
  }
  .bl_floorInfoSection h4::after {
    height: 6px;
    background-size: 6px 6px;
  }
  .bl_floorInfoSection ul li {
    width: 100%;
  }
  .bl_floorInfoSection ul li:nth-of-type(2) {
    margin-top: 10px;
  }
  .columnImage {
    border-radius: 6px;
  }
  .bl_lowerLeadWrap {
    padding: 50px 0 30px;
  }
  .bl_floorMainImg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bl_floorTopCardWrap {
    padding: 0 0 80px;
  }
  .bl_floorInfo .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .bl_floorInfo .deco {
    -webkit-transform: translate(-50%, -70%) scale(0.6);
        -ms-transform: translate(-50%, -70%) scale(0.6);
            transform: translate(-50%, -70%) scale(0.6);
  }
  .bl_floorInfo_content {
    padding: 20px;
  }
  .bl_floorInfo_content .orangeTtl {
    text-align: center;
  }
  .bl_commonFloorGuideList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_commonFloorGuideList li {
    width: 70%;
    max-width: 400px;
    padding-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_commonFloorGuideList li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .bl_floorSubImg {
    margin-top: 30px;
  }
  .bl_floorSubImg img {
    border-radius: 4px;
  }
  .bl_cardLink {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_cardLink_imgWrap {
    width: 100%;
    margin: 0 !important;
    position: relative !important;
  }
  .bl_cardLink_txtWrap {
    margin: -40px 0 0;
    width: calc(100% - 20px);
    padding: 20px;
  }
  .bl_cardLink_txtWrap .number {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .bl_cardLink_txtWrap .number img {
    width: 40px;
    margin: 0 0 0 10px;
  }
  .bl_cardLink_txtWrap .ttl {
    font-size: 1.8rem;
  }
  .bl_lowerFlow {
    padding: 70px 0 40px;
  }
  .bl_lowerFlow .bl_stepWrap {
    margin-top: 10px;
  }
  .bl_doFlowWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
    margin-top: 20px;
  }
  .bl_doFlowWrap .person {
    max-width: 120px;
  }
  .bl_doFlowWrap .inner {
    width: 100%;
    padding: 0 20px;
  }
  .bl_doFlowWrap .inner:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .bl_doFlowWrap .doFlowTtl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .bl_doFlow::before {
    width: 6px;
  }
  .bl_doFlow .detail {
    padding: 20px;
  }
  .bl_doFlow .detail:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .bl_doFlow .detailTtl {
    font-size: 1.8rem;
  }
  .bl_faq {
    padding: 0 20px;
  }
  .bl_faq .icon {
    margin-right: 10px;
  }
  .bl_lowerLead_inner {
    margin-bottom: 30px;
  }
}
/****************************/
/*        floor 一覧         */
/****************************/
.bl_slideDots__banner {
  margin-top: 0;
}

.bl_productListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/***  aside  ***/
.bl_productSide {
  width: 290px;
}

.bl_productSide_inner {
  padding: 30px 20px;
  background-color: #f5f5f5;
}
.bl_productSide_inner .mainTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.bl_productSide_inner .mainTtl img {
  width: 21px;
  margin-right: 8px;
}

/*  search  */
.bl_search:nth-of-type(n+2) {
  margin-top: 20px;
}
.bl_search:nth-of-type(2) {
  margin-top: 50px;
}

.bl_searchSlideDown:nth-of-type(n+2) {
  margin-top: 10px;
}
.bl_searchSlideDown .ttl {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
}
.bl_searchSlideDown .ttl img {
  margin-right: 5px;
}
.bl_searchSlideDown input {
  background-color: #fff;
  padding: 13px 10px;
}

.bl_searchSlideDown_contents {
  background-color: #fff;
  padding: 15px;
}
.bl_searchSlideDown_contents.hasChild li ul {
  display: none;
}
.bl_searchSlideDown_contents li {
  position: relative;
  line-height: 1.6;
}
.bl_searchSlideDown_contents li:nth-of-type(n+2) {
  margin-top: 10px;
}
.bl_searchSlideDown_contents li ul {
  margin-top: 6px;
  padding-left: 24px;
}
.bl_searchSlideDown_contents .down {
  position: absolute;
  right: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background-color: #c5c5c5;
}
.bl_searchSlideDown_contents .down::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.bl_searchSlideDown_contents .down.is_close::before {
  top: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bl_listCircle li {
  padding-left: 12px;
  position: relative;
}
.bl_listCircle li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #e37d21;
}
.bl_listCircle a {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.bl_linkList a {
  display: block;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.bl_linkList a::before, .bl_linkList a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
      -ms-transform: rotate(45deg) skew(-10deg, -10deg);
          transform: rotate(45deg) skew(-10deg, -10deg);
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.bl_linkList > li:nth-of-type(n+2) {
  margin-top: 20px;
}
.bl_linkList > li > a::after {
  content: none;
}
.bl_linkList > li > ul {
  padding: 0;
  margin-top: 10px;
}
.bl_linkList > li > ul > li:nth-of-type(n+2) {
  margin-top: 10px;
}
.bl_linkList > li > ul > li > a::after {
  content: "";
}
.bl_linkList > li li {
  font-size: 1.4rem;
  padding-left: 14px;
}
.bl_linkList > li li a::after {
  left: 5px;
}
.bl_linkList > li li li {
  position: relative;
}
.bl_linkList > li li li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
      -ms-transform: rotate(45deg) skew(-10deg, -10deg);
          transform: rotate(45deg) skew(-10deg, -10deg);
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}

.bl_linkList__childNone li:nth-of-type(n+2) {
  margin-top: 10px;
}

.bl_pager {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_pager li {
  width: 35px;
  height: 35px;
  border: 1px solid #149c92;
  color: #149c92;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_pager li:nth-of-type(n+2) {
  margin-left: 10px;
}
.bl_pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.bl_pager .cur {
  background-color: #149c92;
  color: #fff;
}
.bl_pager .prev,
.bl_pager .next {
  background-color: #149c92;
}
.bl_pager .prev a,
.bl_pager .next a {
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  position: relative;
}
.bl_pager .prev a::before,
.bl_pager .next a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 14px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg) skew(-8deg, -8deg);
      -ms-transform: rotate(-135deg) skew(-8deg, -8deg);
          transform: rotate(-135deg) skew(-8deg, -8deg);
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.bl_pager .next a::before {
  left: 11px;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
      -ms-transform: rotate(45deg) skew(-8deg, -8deg);
          transform: rotate(45deg) skew(-8deg, -8deg);
}

/***  main  ***/
.bl_productMain {
  width: calc(100% - 330px);
}

.bl_productMain_inner:nth-of-type(n+2) {
  margin-top: 100px;
}

.bl_productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_productList::before, .bl_productList::after {
  content: "";
  display: inline-block;
  width: 22.6315789474%;
}
.bl_productList::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bl_product {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 22.6315789474%;
}
.bl_product:nth-of-type(n+5) {
  margin-top: 50px;
}
.bl_product .category {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #949494;
}
.bl_product .ttl {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
}
.bl_product .price {
  font-size: 1.4rem;
  line-height: 1.5;
}
.bl_product .price02 {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #949494;
  font-size: 1.2rem;
}
.bl_product .price02 span {
  margin-left: 5px;
}
.bl_product .unit {
  margin-left: 2px;
  font-size: 1.2rem;
}
.bl_product .rank {
  display: inline-block;
  position: relative;
  margin-bottom: 3px;
}
.bl_product .rank .number {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 52%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bl_productImgWrap {
  overflow: hidden;
  margin-bottom: 5px;
  height: 210px;
  background-color: #f2f2f2;
}
.bl_productImgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.bl_alert {
  background-color: #f8d9db;
  font-weight: 500;
  border: solid 2px #cf000d;
  padding: 20px 50px;
  position: fixed;
  top: 50%;
  left: calc(50% + 145px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}

.bl_cart {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 260px;
  background-color: #fff;
  border-radius: 10px 0 0 0;
  -webkit-filter: drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.1));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 3;
}
.bl_cart .ttl {
  border-radius: 10px 0 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #0e298a;
  padding: 16px 20px;
  position: relative;
}
.bl_cart .ttl::before, .bl_cart .ttl::after {
  content: "";
  position: absolute;
}
.bl_cart .ttl::before {
  top: 16px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 1px #fff;
  border-radius: 50px;
}
.bl_cart .ttl::after {
  top: 22px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.bl_cart_inner .el_headerContact {
  margin: 10px;
}

.bl_cartSet {
  max-height: 50vh;
  padding: 0 10px;
  overflow-y: auto;
}
.bl_cartSet::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
}
.bl_cartSet::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 50px;
}
.bl_cartSet .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: dashed 1px #ddd;
}
.bl_cartSet .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .bl_listCircle a:hover {
    color: #e37d21;
  }
  .bl_linkList a:hover {
    color: #e37d21;
  }
  .bl_linkList a:hover::before {
    border-color: #e37d21;
  }
  .bl_pager li a:hover {
    color: #fff;
    background-color: #149c92;
  }
  .bl_pager .prev a:hover,
  .bl_pager .next a:hover {
    background-color: #fff;
  }
  .bl_pager .prev a:hover::before,
  .bl_pager .next a:hover::before {
    border-color: #149c92;
  }
  .bl_searchSlideDown_contents .down {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .bl_searchSlideDown_contents .down:hover {
    background-color: #999;
  }
  .bl_searchSlideDown_contents .down:hover::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .bl_productSide {
    width: 200px;
  }
  .bl_productSide_inner {
    padding: 20px 15px;
  }
  .bl_productSide_inner .mainTtl {
    font-size: 2rem;
  }
  .bl_productSide_inner .mainTtl img {
    width: 15px;
    margin-right: 6px;
  }
  .bl_searchSlideDown .ttl {
    font-size: 1.6rem;
  }
  .bl_searchSlideDown .ttl img {
    width: 15px;
  }
  .bl_searchSlideDown input::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .bl_searchSlideDown input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .bl_searchSlideDown input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .bl_searchSlideDown input::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .bl_searchSlideDown input::placeholder {
    font-size: 1.6rem;
  }
  .bl_searchSlideDown_contents {
    padding: 15px 10px;
  }
  .bl_linkList > li li li::before {
    top: 6px;
  }
  .bl_linkList a::before, .bl_linkList a:after {
    top: 6px;
  }
  .bl_productMain {
    width: calc(100% - 220px);
  }
  .bl_product {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .bl_product:nth-of-type(n+4) {
    margin-top: 50px;
  }
  .bl_productImgWrap {
    height: 24vw;
  }
}
@media screen and (max-width: 768px) {
  .bl_productListWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_productSide {
    margin-top: 70px;
  }
  .bl_productSide,
  .bl_productMain {
    width: 100%;
  }
  .bl_productSide_inner .mainTtl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .bl_productSide_inner .ttl {
    font-size: 1.6rem;
  }
  .bl_product {
    width: calc(50% - 5px);
  }
  .bl_product:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .bl_productImgWrap {
    height: 34vw;
  }
  .bl_pager {
    margin-top: 50px;
  }
  .bl_linkList li:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .bl_linkList > li:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .bl_linkList > li ul {
    margin-top: 5px;
  }
  .bl_linkList > li li li::before {
    top: 8px;
  }
  .bl_linkList a::before, .bl_linkList a:after {
    top: 8px;
  }
}
/****************************/
/*       floor 詳細          */
/****************************/
.bl_productInfo {
  margin-bottom: 50px;
}

.bl_productInfo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_productInfo_left,
.bl_productInfo_right {
  width: calc(50% - 20px);
}

.bl_productInfoSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_productInfoSlider .slick-slide {
  height: auto;
}
.bl_productInfoSlider .slick-slide > div {
  height: 100%;
}
.bl_productInfoSlider .slide-arrow {
  width: 60px;
  top: 50%;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
.bl_productInfoSlider .prev-arrow {
  left: 0;
  -webkit-transform: translate(-20px, -50%);
      -ms-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}
.bl_productInfoSlider .next-arrow {
  right: 0;
  -webkit-transform: translate(20px, -50%);
      -ms-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
}
.bl_productInfoSlider li {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f2f2f2;
  position: relative;
}
.bl_productInfoSlider li .cap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 12px 4px;
  background-color: #e37d21;
  color: #fff;
  font-size: 1.4rem;
}
.bl_productInfoSlider li img {
  display: block;
  margin: 0 auto;
}

.bl_productInfoSliderThumb {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_productInfoSliderThumb li {
  border: 1px solid #f2f2f2;
  cursor: pointer;
  width: calc(12.5% - 8.75px);
  height: 70px;
}
.bl_productInfoSliderThumb li img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.bl_productInfoSliderThumb li:nth-of-type(n+2) {
  margin-left: 10px;
}
.bl_productInfoSliderThumb li:nth-of-type(9n) {
  margin-left: 0;
}
.bl_productInfoSliderThumb li:nth-of-type(n+9) {
  margin-top: 10px;
}
.bl_productInfoSliderThumb .thumbnail-current {
  border: 2px solid #e37d21;
}

.bl_tagWrap {
  margin: -5px -5px 5px -5px;
}

.bl_productInfo_right .productTtl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.bl_productInfo_right .productNumber {
  font-size: 1.4rem;
  color: #949494;
}
.bl_productInfo_right .productNumber__under {
  color: #000;
}
.bl_productInfo_right .productTxt {
  margin: 20px 0;
}
.bl_productInfo_right .productPrice {
  font-weight: 500;
}
.bl_productInfo_right .productPrice .large {
  font-size: 3.6rem;
  line-height: 1;
  margin-left: 15px;
}
.bl_productInfo_right .rentalPrice {
  color: #666;
}
.bl_productInfo_right .rentalPrice .label {
  font-size: 1.4rem;
  margin-right: 10px;
}

.bl_grayWrap {
  margin: 10px 0;
  padding: 20px;
  background-color: #f5f5f5;
}

.bl_prductInfoDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.5;
}
.bl_prductInfoDl dt:nth-of-type(n+2),
.bl_prductInfoDl dd:nth-of-type(n+2) {
  margin-top: 5px;
}
.bl_prductInfoDl dt {
  width: 150px;
  font-weight: 500;
}
.bl_prductInfoDl dd {
  width: calc(100% - 150px);
}

.bl_prductInfoDl__sub {
  font-size: 1.2rem;
}
.bl_prductInfoDl__sub dt {
  width: 70px;
}
.bl_prductInfoDl__sub dd {
  font-weight: 500;
  color: #666;
  width: calc(100% - 70px);
}

.bl_addBtnWrap {
  margin-top: 100px;
}

/*  検索結果なし  */
.bl_noneWrap {
  text-align: center;
}
.bl_noneWrap .link {
  display: inline-block;
  line-height: 1.2;
  color: #888;
  border-bottom: 1px solid #888;
  -webkit-transition: 0.3s ease-out border-color;
  transition: 0.3s ease-out border-color;
}

.bl_tri {
  margin: 40px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 125px 0 125px;
  border-color: #f3d967 transparent transparent transparent;
}

/*  関連  */
.bl_relationWrap {
  margin-bottom: 120px;
}
.bl_relationWrap .ly_cont {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.bl_productList.col05 .bl_product {
  width: 18.125%;
}

/*  ユニット基本設計  */
.bl_freeUnitOuter .el_lowerTopLevelTtl {
  font-weight: 500;
}

.bl_productInfo dl a,
.bl_productInfo p a,
.bl_freeUnit dl a,
.bl_freeUnit p a {
  border-bottom: 1px solid #000;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
.bl_productInfo dl a[target^=_blank],
.bl_productInfo p a[target^=_blank],
.bl_freeUnit dl a[target^=_blank],
.bl_freeUnit p a[target^=_blank] {
  padding-right: 18px;
  position: relative;
}
.bl_productInfo dl a[target^=_blank]::after,
.bl_productInfo p a[target^=_blank]::after,
.bl_freeUnit dl a[target^=_blank]::after,
.bl_freeUnit p a[target^=_blank]::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 16px;
  height: 13px;
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bl_freeUnit img {
  display: block;
  margin: 0 auto;
}
.bl_freeUnit h2,
.bl_freeUnit h3,
.bl_freeUnit h4,
.bl_freeUnit h5 {
  font-weight: 500;
  line-height: 1.5;
}
.bl_freeUnit h2 {
  font-size: 3rem;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #e37d21;
  margin: 40px 0 20px;
}
.bl_freeUnit h3 {
  font-size: 2.4rem;
  padding-left: 15px;
  margin: 30px 0 20px;
  position: relative;
}
.bl_freeUnit h3::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 3px;
  width: 4px;
  background-color: #e37d21;
}
.bl_freeUnit h4 {
  font-size: 2rem;
  color: #e37d21;
  margin-bottom: 5px;
}

table {
  margin: 10px 0;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  white-space: nowrap;
}
table tr {
  border-top: 1px solid #f3d967;
  border-bottom: 1px solid #f3d967;
}
table th {
  vertical-align: middle;
  font-weight: 500;
  padding: 8px 15px;
  background-color: #f3d967;
}
table td {
  vertical-align: middle;
  padding: 10px 15px;
}

.bl_tableLines th:nth-of-type(n+2) {
  border-left: 1px solid #fff;
}
.bl_tableLines td:nth-of-type(n+2) {
  border-left: 1px solid #f3d967;
}

.bl_nomalList {
  margin: 10px 0;
}
.bl_nomalList.col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_nomalList.col02 li {
  width: calc(50% - 5px);
}
.bl_nomalList.col02 li:nth-of-type(2) {
  margin-top: 0;
}
.bl_nomalList.line li {
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 5px;
}
.bl_nomalList.small {
  font-size: 1.4rem;
}
.bl_nomalList li {
  padding-left: 1.4rem;
  position: relative;
  line-height: 1.5;
}
.bl_nomalList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #e37d21;
}
.bl_nomalList li:nth-of-type(n+2) {
  margin-top: 10px;
}

.bl_underLineList {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}
.bl_underLineList li {
  width: calc(50% - 5px);
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 5px;
  padding-left: 1.4rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 8px;
}
.bl_underLineList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #e37d21;
}

.bl_numberingList {
  margin: 10px 0;
  font-size: 1.4rem;
  counter-reset: number 0;
}
.bl_numberingList li {
  position: relative;
}
.bl_numberingList li::before {
  content: counter(number) ".";
  counter-increment: number 1;
  margin-right: 5px;
  font-weight: 500;
  color: #e37d21;
}
.bl_numberingList li:nth-of-type(n+2) {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .bl_noneWrap .link:hover {
    border-color: transparent;
  }
  .bl_freeUnit dl a:hover,
  .bl_freeUnit p a:hover {
    border-color: transparent;
  }
}
@media screen and (max-width: 1024px) {
  .bl_productInfoSliderThumb li {
    height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .bl_productInfo_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_tagWrap {
    margin: -3px -3px 5px -3px;
  }
  .bl_productInfo_left,
  .bl_productInfo_right {
    width: 100%;
  }
  .bl_productInfo_right {
    margin-top: 30px;
  }
  .bl_productInfo_right .productNumber {
    font-size: 1.2rem;
  }
  .bl_productInfo_right .productTtl {
    font-size: 1.8rem;
  }
  .bl_productInfo_right .productPrice {
    font-size: 1.2rem;
  }
  .bl_productInfo_right .productPrice .large {
    font-size: 2.6rem;
    margin-left: 10px;
  }
  .bl_productInfo_right .el_addBtn {
    margin: 0 auto;
  }
  .bl_grayWrap {
    padding: 20px 15px;
  }
  .bl_productInfoSlider li {
    max-height: 60vh;
  }
  .bl_productInfoSlider li img {
    width: 100%;
    max-height: 60vh;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .bl_productInfoSlider .slide-arrow {
    width: 40px;
  }
  .bl_productInfoSliderThumb li {
    height: 9vw;
  }
  .bl_prductInfoDl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_prductInfoDl dt,
  .bl_prductInfoDl dd {
    width: 100%;
  }
  .bl_prductInfoDl dd:nth-of-type(n+2) {
    margin-top: 0;
  }
  /*  entry default  */
  .bl_tri {
    border-width: 30px 90px 0 90px;
  }
  .bl_freeUnit h2 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
  .bl_freeUnit h3 {
    font-size: 1.6rem;
    padding-left: 12px;
    margin: 10px 0;
  }
  .bl_freeUnit h3::before {
    bottom: 1px;
    width: 2px;
  }
  .bl_freeUnit h4 {
    font-size: 1.4rem;
  }
  .bl_freeUnit .column-table- {
    overflow-x: scroll;
  }
  .bl_freeUnit table {
    white-space: nowrap;
  }
  .bl_nomalList.col02 li {
    width: 100%;
  }
  .bl_nomalList.col02 li:nth-of-type(2) {
    margin-top: 10px;
  }
}
/****************************/
/*       floor 地図         */
/****************************/
.bl_fileLikeWrap .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #e37d21;
  padding: 5px 10px 6px 20px;
  display: inline-block;
  position: relative;
}
.bl_fileLikeWrap .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 30px;
  border-color: transparent transparent transparent #e37d21;
  z-index: -1;
}
.bl_fileLikeWrap:nth-of-type(n+2) {
  margin-top: 60px;
}

.bl_fileLike_inner {
  padding: 30px;
  background-color: #f5f5f5;
}
.bl_fileLike_inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_fileLike_inner input {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}

.bl_fileLike_unit {
  padding: 30px;
  background-color: #fff;
}
.bl_fileLike_unit:nth-of-type(n+2) {
  margin-top: 20px;
}
.bl_fileLike_unit .labelttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.8rem;
  padding-left: 16px;
  margin-bottom: 10px;
  position: relative;
}
.bl_fileLike_unit .labelttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  background-color: #e37d21;
  border-radius: 50px;
}
.bl_fileLike_unit .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_fileLike_unit .list li {
  margin-right: 20px;
}

.bl_fileLike_map {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  padding: 160px 20px 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.bl_fileLike_map .deco01 {
  left: 7%;
  top: 80px;
  width: 230px;
}
.bl_fileLike_map .deco02 {
  bottom: -40px;
  left: -20px;
  width: 160px;
}
.bl_fileLike_map .deco03 {
  left: 200px;
  bottom: 20px;
  width: 100px;
}
.bl_fileLike_map .deco04 {
  top: -20px;
  right: 44%;
}
.bl_fileLike_map .deco05 {
  right: 60px;
  bottom: 10px;
}
.bl_fileLike_map .map {
  left: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.bl_fileLike_map .map01 {
  -webkit-transform: translateX(131px);
      -ms-transform: translateX(131px);
          transform: translateX(131px);
}
.bl_fileLike_map .map02 {
  top: 209px;
  -webkit-transform: translateX(131px);
      -ms-transform: translateX(131px);
          transform: translateX(131px);
}
.bl_fileLike_map .map03 {
  top: 416px;
  -webkit-transform: translateX(155px);
      -ms-transform: translateX(155px);
          transform: translateX(155px);
}
.bl_fileLike_map .map04 {
  top: 332px;
  -webkit-transform: translateX(7px);
      -ms-transform: translateX(7px);
          transform: translateX(7px);
}
.bl_fileLike_map .map05 {
  top: 375px;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
.bl_fileLike_map .map06 {
  top: 375px;
  -webkit-transform: translateX(-117px);
      -ms-transform: translateX(-117px);
          transform: translateX(-117px);
}
.bl_fileLike_map .map07 {
  top: 486px;
  -webkit-transform: translateX(-114px);
      -ms-transform: translateX(-114px);
          transform: translateX(-114px);
}
.bl_fileLike_map .map08 {
  top: 392px;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
}

.bl_area {
  width: 240px;
  background-color: #f4e8fb;
  position: absolute;
  z-index: 3;
}
.bl_area.area01 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
          transform: translateX(260px);
}
.bl_area.area02 {
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
          transform: translateX(260px);
  background-color: #e8f0fb;
}
.bl_area.area02 .areaName {
  background-color: #1d65d8;
}
.bl_area.area03 {
  top: 41.5%;
  left: 50%;
  -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
          transform: translateX(260px);
  background-color: #e8f6fb;
}
.bl_area.area03 .areaName {
  background-color: #1da8d8;
}
.bl_area.area04 {
  top: 0;
  right: 50%;
  background-color: #f4f9ed;
}
.bl_area.area04 .areaName {
  background-color: #94c64b;
}
.bl_area.area05 {
  top: 72%;
  left: 50%;
  background-color: #fef9e5;
}
.bl_area.area05 .areaName {
  background-color: #f3c600;
}
.bl_area.area06 {
  top: 0;
  right: 50%;
  -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
          transform: translateX(-260px);
  background-color: #fdf2e9;
}
.bl_area.area06 .areaName {
  background-color: #ea7d24;
}
.bl_area.area07 {
  top: 72%;
  right: 50%;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  background-color: #fcede9;
}
.bl_area.area07 .areaName {
  background-color: #e34e21;
}
.bl_area.area08 {
  top: 25%;
  right: 50%;
  -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
          transform: translateX(-260px);
  background-color: #fae5e7;
}
.bl_area.area08 .areaName {
  background-color: #cf000d;
}
.bl_area .areaName {
  font-weight: 500;
  background-color: #901dd8;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
}
.bl_area .inner {
  padding: 15px 15px;
  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;
}
.bl_area .list {
  width: 100px;
  padding: 5px 14px;
  background-color: #fff;
}
.bl_area .list:nth-of-type(even) {
  margin-left: 10px;
}
.bl_area .list:nth-of-type(n+3) {
  margin-top: 10px;
}
.bl_area .el_checkbox span {
  font-size: 1.4rem;
  line-height: 1.8;
}
.bl_area .el_checkbox span::before {
  background-color: #fff;
}

/**  補足  **/
.bl_infoWrap {
  margin-top: 230px;
  padding: 80px 20px;
}

.bl_infoWrap_inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.bl_infoWrap_inner::before {
  content: "";
}
.bl_infoWrap_inner .deco {
  z-index: 2;
}
.bl_infoWrap_inner .deco01 {
  top: -160px;
  left: 50px;
}
.bl_infoWrap_inner .deco02 {
  top: -160px;
  right: 50px;
}
.bl_infoWrap_inner .deco03 {
  left: -40px;
  bottom: -20px;
}
.bl_infoWrap_inner .deco04 {
  right: -40px;
  bottom: -10px;
}

.bl_infoWrap_content {
  text-align: center;
}
.bl_infoWrap_content .txt {
  margin: 30px 0;
}

@media screen and (max-width: 1024px) {
  .bl_fileLike_map {
    padding: 0 20px 60px;
  }
  .bl_fileLike_map > * {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .bl_fileLike_map .deco01 {
    top: 0;
    left: 0;
  }
  .bl_fileLike_map .deco03 {
    left: 170px;
    bottom: 0;
  }
  .bl_fileLike_map .deco05 {
    right: 40px;
  }
  .bl_fileLike_map .map01 {
    -webkit-transform: translate(67px, 58px) scale(0.7);
        -ms-transform: translate(67px, 58px) scale(0.7);
            transform: translate(67px, 58px) scale(0.7);
  }
  .bl_fileLike_map .map02 {
    top: 139px;
    -webkit-transform: translateX(72px) scale(0.7);
        -ms-transform: translateX(72px) scale(0.7);
            transform: translateX(72px) scale(0.7);
  }
  .bl_fileLike_map .map03 {
    top: 293px;
    -webkit-transform: translateX(92px) scale(0.7);
        -ms-transform: translateX(92px) scale(0.7);
            transform: translateX(92px) scale(0.7);
  }
  .bl_fileLike_map .map04 {
    top: 222px;
    -webkit-transform: translateX(-18px) scale(0.7);
        -ms-transform: translateX(-18px) scale(0.7);
            transform: translateX(-18px) scale(0.7);
  }
  .bl_fileLike_map .map05 {
    top: 259px;
    -webkit-transform: translateX(-33px) scale(0.7);
        -ms-transform: translateX(-33px) scale(0.7);
            transform: translateX(-33px) scale(0.7);
  }
  .bl_fileLike_map .map06 {
    top: 270px;
    -webkit-transform: translateX(-93px) scale(0.7);
        -ms-transform: translateX(-93px) scale(0.7);
            transform: translateX(-93px) scale(0.7);
  }
  .bl_fileLike_map .map07 {
    top: 353px;
    -webkit-transform: translateX(-95px) scale(0.7);
        -ms-transform: translateX(-95px) scale(0.7);
            transform: translateX(-95px) scale(0.7);
  }
  .bl_fileLike_map .map08 {
    top: 265px;
    -webkit-transform: translateX(-234px) scale(0.7);
        -ms-transform: translateX(-234px) scale(0.7);
            transform: translateX(-234px) scale(0.7);
  }
  .bl_area.area01 {
    -webkit-transform: translateX(220px) scale(0.8);
        -ms-transform: translateX(220px) scale(0.8);
            transform: translateX(220px) scale(0.8);
  }
  .bl_area.area02 {
    -webkit-transform: translateX(220px) scale(0.8);
        -ms-transform: translateX(220px) scale(0.8);
            transform: translateX(220px) scale(0.8);
  }
  .bl_area.area03 {
    -webkit-transform: translateX(220px) scale(0.8);
        -ms-transform: translateX(220px) scale(0.8);
            transform: translateX(220px) scale(0.8);
  }
  .bl_area.area04 {
    -webkit-transform: translateX(82px) scale(0.8);
        -ms-transform: translateX(82px) scale(0.8);
            transform: translateX(82px) scale(0.8);
  }
  .bl_area.area05 {
    -webkit-transform: translateX(-35px) scale(0.8);
        -ms-transform: translateX(-35px) scale(0.8);
            transform: translateX(-35px) scale(0.8);
  }
  .bl_area.area06 {
    bottom: 56%;
    -webkit-transform: translateX(-110px) scale(0.8);
        -ms-transform: translateX(-110px) scale(0.8);
            transform: translateX(-110px) scale(0.8);
  }
  .bl_area.area07 {
    -webkit-transform: translateX(-152px) scale(0.8);
        -ms-transform: translateX(-152px) scale(0.8);
            transform: translateX(-152px) scale(0.8);
  }
  .bl_area.area08 {
    -webkit-transform: translateX(-350px) scale(0.8);
        -ms-transform: translateX(-350px) scale(0.8);
            transform: translateX(-350px) scale(0.8);
  }
  .bl_infoWrap .deco01,
  .bl_infoWrap .deco02 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bl_fileLikeWrap .ttl {
    font-size: 1.4rem;
    padding: 3px 10px 4px 15px;
  }
  .bl_fileLikeWrap:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .bl_fileLike_inner {
    padding: 20px 15px;
  }
  .bl_fileLike_inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_fileLike_inner .innerTtl {
    display: none;
  }
  .bl_fileLike_inner input {
    margin: 10px 0 20px;
  }
  .bl_fileLike_map {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    padding: 10px 10px;
  }
  .bl_fileLike_map > * {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .bl_fileLike_map .allMap {
    display: none;
  }
  .bl_fileLike_map .deco {
    display: none;
  }
  .bl_area {
    width: 100%;
    position: static;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .bl_area:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .bl_area .el_checkbox span {
    font-size: 1.2rem;
  }
  .bl_area .areaName {
    width: 100%;
    text-align: left;
    padding: 5px 10px 7px;
  }
  .bl_area .list {
    width: calc(50% - 5px);
  }
  .bl_infoWrap {
    margin-top: 100px;
  }
  .bl_infoWrap.hp_topTriungle .ly_cont {
    margin-top: 0;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .bl_infoWrap .el_problemTxt {
    margin-bottom: 0;
  }
  .bl_infoWrap {
    padding: 40px 20px;
  }
  .bl_infoWrap_inner .deco {
    display: none;
  }
}
/*****************************************   mypage  *****************************************/
.bl_dlWrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
}
.bl_dlWrap dt,
.bl_dlWrap dd {
  font-size: max(1.6rem, 16px);
  padding: 30px 0;
}
.bl_dlWrap dt {
  font-weight: 500;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_dlWrap dd {
  width: calc(100% - 250px);
  padding-left: 40px;
}

/*  注意事項  */
.bl_exclamationWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-size: 1.2rem;
  border: 2px solid #149c92;
  color: #149c92;
  margin-bottom: 30px;
  background-color: #fff;
}
.bl_exclamationWrap .icon {
  width: 40px;
  margin-right: 20px;
}
.bl_exclamationWrap .txt {
  line-height: 1.5;
}
.bl_exclamationWrap .txtLink {
  border-bottom: 1px solid #149c92;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.bl_exclamationWrap .txtLink:hover {
  border-color: transparent;
  color: #149c92;
}

/*****************************************   subscribe  *****************************************/
.bl_stepOuter {
  text-align: center;
}
.bl_stepOuter .el_simpleLargeTtl {
  margin-bottom: 40px;
}
.bl_stepOuter .txt {
  margin-top: 40px;
}
.bl_stepOuter .bl_progress {
  max-width: 520px;
}

@media screen and (max-width: 768px) {
  .bl_stepOuter .el_simpleLargeTtl {
    margin-bottom: 20px;
  }
  .bl_stepOuter .bl_progress {
    max-width: 230px;
  }
  .bl_dlWrap > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_dlWrap dt,
  .bl_dlWrap dd {
    width: 100%;
  }
  .bl_dlWrap dt {
    padding: 20px 0 10px;
  }
  .bl_dlWrap dd {
    padding: 0 0 20px;
  }
}
.bl_grayBg {
  margin-top: 30px;
  padding: 23px 20px 15px;
  background-color: #f2f2f2;
  position: relative;
}
.bl_grayBg .ttl {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 0 10px;
}

.bl_ul li {
  font-size: 1.4rem;
  padding-left: 1.4rem;
  position: relative;
}
.bl_ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50px;
}

/****************************/
/*          lower           */
/****************************/
/******  common  ******/
/*  パンくずリスト  */
.bl_breadcrumb {
  padding: 10px 0;
  background-color: #fdf7e1;
}
.bl_breadcrumb ul {
  font-size: 1.2rem;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_breadcrumb li {
  position: relative;
}
.bl_breadcrumb li:nth-of-type(n+2) {
  padding-left: 25px;
}
.bl_breadcrumb li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 9px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_breadcrumb a {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .bl_breadcrumb a:hover {
    color: #e37d21;
  }
}
@media screen and (max-width: 768px) {
  .bl_breadcrumb ul {
    font-size: 1rem;
  }
  .bl_breadcrumb li:nth-of-type(n+2)::before {
    top: 6px;
  }
  .bl_grayBg .ttl {
    font-size: 1.4rem;
  }
}
/*****************************************   txt  *****************************************/
.el_h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.el_h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  width: 6px;
  background-color: #e37d21;
}

.el_simpleTlt {
  font-size: 5.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
}
.el_simpleTlt .sub {
  font-weight: 500;
  display: block;
  font-size: 1.6rem;
}

.el_simpleTlt__ja {
  font-size: 4.4rem;
}

.el_medBoldTxt {
  font-size: 2rem;
  font-weight: bold;
}

.el_txtUnderTtl {
  margin-top: 50px;
  font-weight: 500;
  text-align: center;
}

.el_jaSimpleTtl {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 20px;
}
.el_jaSimpleTtl .hp_decoEmp::before {
  top: -14px;
  left: -24px;
  width: 30px;
  height: 30px;
}

.el_lowerTopLevelSimpleTtl {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.el_numSmallTtl {
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.el_numSmallTtl .small {
  font-size: 3rem;
  margin-right: 7px;
}

.el_txtBlankLink {
  line-height: 1.3;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.el_txtBlankLink span {
  border-bottom: 1px solid #000;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.el_txtBlankLink img {
  margin: 0 3px 5px 0;
}

.el_noteTxt {
  font-size: 1.4rem;
  color: #666;
}

/** 下層扉CMS用 **/
.el_orangeBoldTxt {
  font-size: 1.8rem;
  color: #e37d21;
  font-weight: 500;
}

/*****************************************   btn  *****************************************/
.el_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 360px;
  padding: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border: 1px solid #149c92;
  background-color: #149c92;
  position: relative;
  margin: 60px auto 0;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.el_btn::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 20px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}

.el_btn__orange {
  background-color: #e37d21;
  border: 1px solid #e37d21;
}

.el_btn__green {
  background-color: #39b54a;
}

.el_btn__tri {
  margin-top: 0;
}
.el_btn__tri::after {
  top: auto;
  bottom: 10px;
  right: 10px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #fff transparent;
}

.el_btn__search {
  font-size: 2rem;
  max-width: 400px;
  padding: 25px 0;
}
.el_btn__search::after {
  width: 24px;
  height: 26px;
  background-image: url(../img/common/icon_search.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_btn__large {
  margin: 0 auto;
  max-width: 400px;
  font-size: 2rem;
}

.el_btn__back {
  border: 1px solid #b3b3b3;
  background-color: #b3b3b3;
  margin: 0 auto;
  max-width: 250px;
  font-size: 2rem;
}
.el_btn__back::after {
  top: 43%;
  right: 0;
  left: 10px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.el_btn__iconBack::after {
  top: 43%;
  right: 0;
  left: 20px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.el_btn__short {
  max-width: 250px;
  margin-top: 40px;
}

.el_btn__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 50px;
  max-width: 210px;
  margin-top: 30px;
  font-size: 1.4rem;
}

.el_shadowBtn {
  display: block;
  margin: 70px auto 0;
  width: 100%;
  max-width: 560px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  padding: 24px 20px;
  background-color: #e37d21;
  -webkit-box-shadow: 0px 6px #995416;
          box-shadow: 0px 6px #995416;
  position: relative;
}
.el_shadowBtn::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #fff transparent;
}

.el_shadowBtn__red {
  background-color: #cf000d;
  -webkit-box-shadow: 0px 6px #99000a;
          box-shadow: 0px 6px #99000a;
}

.el_shadowBtn__green {
  background-color: #94c64b;
  -webkit-box-shadow: 0px 6px #72993a;
          box-shadow: 0px 6px #72993a;
}

.el_shadowBtn__blue {
  background-color: #1da8d8;
  -webkit-box-shadow: 0px 6px #157799;
          box-shadow: 0px 6px #157799;
}

.el_shadowBtn__navy {
  background-color: #0e298a;
  -webkit-box-shadow: 0px 6px #091b5c;
          box-shadow: 0px 6px #091b5c;
}

.el_thinButton {
  display: block;
  width: 100%;
  max-width: 240px;
  background-color: #f3d967;
  border: 1px solid #f3d967;
  text-align: center;
  padding: 6px 20px;
  margin-top: 20px;
  position: relative;
}
.el_thinButton::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 45%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.el_addBtn {
  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;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
  color: #fff;
  background-color: #149c92;
  border: 1px solid #149c92;
  text-align: center;
  padding: 6px 0;
  width: 100%;
  max-width: 240px;
  margin-top: 10px;
}
.el_addBtn .addIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  position: relative;
}
.el_addBtn .addIcon .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.el_addBtn__large {
  padding: 20px;
  margin: 0 auto;
  max-width: 320px;
}

.el_cardLink {
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: 2px solid #cf000d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px 20px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  position: relative;
}
.el_cardLink::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cf000d;
}
.el_cardLink:hover {
  background-color: #f8d9db;
}
.el_cardLink.orange {
  border-color: #e37d21;
}
.el_cardLink.orange::after {
  border-bottom: 10px solid #e37d21;
}
.el_cardLink.orange .circle {
  background-color: #e37d21;
}
.el_cardLink.orange:hover {
  background-color: #f8ddc8;
}
.el_cardLink.green {
  border-color: #94c64b;
}
.el_cardLink.green::after {
  border-bottom: 10px solid #94c64b;
}
.el_cardLink.green .circle {
  background-color: #94c64b;
}
.el_cardLink.green:hover {
  background-color: #ecf3de;
}
.el_cardLink.blue {
  border-color: #1da8d8;
}
.el_cardLink.blue::after {
  border-bottom: 10px solid #1da8d8;
}
.el_cardLink.blue .circle {
  background-color: #1da8d8;
}
.el_cardLink.blue:hover {
  background-color: #e2f4f9;
}
.el_cardLink.navy {
  border-color: #0e298a;
}
.el_cardLink.navy::after {
  border-bottom: 10px solid #0e298a;
}
.el_cardLink.navy .circle {
  background-color: #0e298a;
}
.el_cardLink.navy:hover {
  background-color: #cfd4e8;
}
.el_cardLink .circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #cf000d;
  border-radius: 50px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 10px;
}
.el_cardLink .number {
  font-size: 3.6rem;
}
.el_cardLink .icon {
  margin-left: -10px;
  margin-right: 4px;
}

.el_borderBtn {
  border: 1px solid #149c92;
  padding: 8px 20px;
  color: #149c92;
  display: block;
  width: 100%;
  max-width: 200px;
  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;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.el_borderBtn::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #149c92;
  border-right: solid 1px #149c92;
  -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
      -ms-transform: rotate(45deg) skew(-10deg, -10deg);
          transform: rotate(45deg) skew(-10deg, -10deg);
}
.el_borderBtn:hover {
  background-color: #efefef;
}

.el_trash {
  width: 48px;
  height: 24px;
  padding-left: 20px;
  margin-left: 8px;
  font-size: 1rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  position: relative;
}
.el_trash::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 12px;
  background-image: url(../img/common/icon_trash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/****************************/
/*          top             */
/****************************/
/**  news  **/
.el_tag {
  padding: 5px 10px 7px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  background-color: #e37d21;
  min-width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.el_tag__green {
  background-color: #149c92;
}

.el_tag__small {
  padding: 4px 10px;
  font-size: 1.4rem;
  min-width: initial;
  min-width: 80px;
}

.el_date {
  font-weight: 500;
  margin-right: 20px;
}

/**  consept  **/
.el_conseptTxt {
  font-size: 2rem;
  font-weight: 500;
}
.el_conseptTxt .large {
  font-size: 2.8rem;
  font-weight: bold;
}
.el_conseptTxt .el_medBoldTxt {
  margin-top: 5px;
  display: block;
}

.el_conseptTxt__large {
  font-size: 2.4rem;
}
.el_conseptTxt__large .large {
  font-size: 4rem;
}

.el_conseptTxt02 {
  margin-top: 20px;
  font-weight: 500;
}
.el_conseptTxt02 .hp_marker {
  font-size: 2rem;
  font-weight: bold;
}

.el_slash {
  font-size: 1.6rem;
  padding: 0 10px;
}

/**  problem  **/
.el_problemTxt {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 100px;
}
.el_problemTxt .large {
  font-size: 4rem;
}
.el_problemTxt .red {
  font-size: 6rem;
  color: #cf000d;
  line-height: 1.3;
}

.el_problemTxt__small {
  line-height: 2;
  margin-bottom: 0;
}
.el_problemTxt__small .hp_txtDots::before {
  top: -5px;
}

.el_problemTxt__white {
  color: #fff;
}

.el_balloonNumber {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  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;
  background-color: #f3d967;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 1;
  position: relative;
}
.el_balloonNumber::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #f3d967 transparent transparent transparent;
}
.el_balloonNumber .small {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  text-align: center;
}

/**  support  **/
.el_logoInTxt {
  max-width: 280px;
  margin: 0 5px 6px 0;
}

.el_speechBubble {
  margin: 0 auto;
  padding: 15px 20px;
  max-width: 550px;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.el_speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 17px 0 17px;
  border-color: #fff transparent transparent transparent;
}

.el_numberLargeTxt {
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.el_numberLargeTxt .large {
  font-size: 6.4rem;
  font-weight: bold;
}

/**  floor  **/
.el_shadowCircleBtn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 0 #a34f1f;
          box-shadow: 0 5px 0 #a34f1f;
  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;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #e37d21;
}
.el_shadowCircleBtn span {
  font-size: 1.8rem;
  padding-top: 5px;
}

.el_shadowCircleBtn__red {
  background-color: #cf000d;
  -webkit-box-shadow: 0 5px 0 #8e001b;
          box-shadow: 0 5px 0 #8e001b;
}

.el_shadowCircleBtn__blue {
  background-color: #1da8d8;
  -webkit-box-shadow: 0 5px 0 #177a7f;
          box-shadow: 0 5px 0 #177a7f;
}

.el_shadowCircleBtn__green {
  background-color: #94c64b;
  -webkit-box-shadow: 0 5px 0 #7a993d;
          box-shadow: 0 5px 0 #7a993d;
}

.el_shadowCircleBtn__navy {
  background-color: #0e298a;
  -webkit-box-shadow: 0 5px 0 #1a1a66;
          box-shadow: 0 5px 0 #1a1a66;
}

/**  contact insert  **/
.el_shashTxt {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
}
.el_shashTxt .inner {
  line-height: 1.5;
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
.el_shashTxt .inner::before, .el_shashTxt .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 30px;
  background-image: url(../img/top/slash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.el_shashTxt .inner::before {
  left: 0;
}
.el_shashTxt .inner::after {
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/****************************/
/*          lower           */
/****************************/
.el_noneImg {
  margin: 30px 0;
}

/*  ttl  */
.el_lowerTopLevelTtl {
  margin: 60px 0 50px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.el_lowerTopLevelTtl .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.8rem;
  line-height: 1.3;
}
.el_lowerTopLevelTtl .main img {
  width: 64px;
}
.el_lowerTopLevelTtl .sub {
  font-size: 1.6rem;
  color: #949494;
}
.el_lowerTopLevelTtl .el_balloon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.el_lowerTopLevelTtl__simple {
  margin-top: 0;
  padding: 0;
}

.el_balloon {
  width: 60px;
  height: 60px;
  background-color: #e37d21;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.el_balloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 7.5px 0 7.5px;
  border-color: #e37d21 transparent transparent transparent;
  z-index: -1;
}
.el_balloon.red {
  background-color: #cf000d;
}
.el_balloon.red::after {
  border-color: #cf000d transparent transparent transparent;
}
.el_balloon.blue {
  background-color: #1da8d8;
}
.el_balloon.blue::after {
  border-color: #1da8d8 transparent transparent transparent;
}
.el_balloon.green {
  background-color: #94c64b;
}
.el_balloon.green::after {
  border-color: #94c64b transparent transparent transparent;
}
.el_balloon.navy {
  background-color: #0e298a;
}
.el_balloon.navy::after {
  border-color: #0e298a transparent transparent transparent;
}
.el_balloon .small {
  margin-top: 17px;
  font-size: 1.4rem;
}

.el_lowerLeadTtl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.el_lowerLeadTxt {
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}

.el_lowerLeadTxtMb0 {
  font-weight: 500;
  text-align: center;
}

.el_enBorderTtl {
  position: relative;
  margin-bottom: 30px;
}
.el_enBorderTtl::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ddd;
  z-index: -1;
}
.el_enBorderTtl .en {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: #fff;
  padding-right: 10px;
}
.el_enBorderTtl .ja {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #666;
  display: block;
}

.el_productTag {
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #cf000d;
  color: #fff;
  margin: 5px;
}

.el_simpleTtl {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.el_simpleLargeTtl {
  font-size: 3.2rem;
  font-weight: bold;
}

.el_orangeTtl {
  margin: 10px 0 0;
  font-weight: 500;
  color: #e37d21;
  position: relative;
}

.el_empRedTxt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.el_empRedTxt .red {
  font-size: 6rem;
  font-weight: bold;
  color: #cf000d;
}

/*  btn  */
.el_searchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  max-width: 200px;
  width: 100%;
  margin: 20px auto 0;
  background-color: #e37d21;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
  border: 1px solid #e37d21;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.el_searchBtn__mt0 {
  margin: 0;
}

.el_sideBanner {
  display: block;
  margin-top: 40px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.el_moreOuter {
  text-align: right;
  margin-top: 30px;
}

.el_more {
  display: inline-block;
  font-weight: 500;
  padding-right: 40px;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.el_more::before, .el_more::after {
  content: "";
  position: absolute;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.el_more::before {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #ddd;
}
.el_more::after {
  top: 13px;
  right: 14px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.el_xlBtn {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 960px;
  background-color: #e37d21;
  -webkit-box-shadow: 0px 8px #995416;
          box-shadow: 0px 8px #995416;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 40px 20px;
  position: relative;
}
.el_xlBtn::before, .el_xlBtn::after {
  content: "";
  position: absolute;
}
.el_xlBtn::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 41.6666666667%;
  background-image: url(../img/common/xlbtn_deco.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.el_xlBtn::after {
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #fff transparent;
}
.el_xlBtn .txtInner {
  position: relative;
  z-index: 2;
}

/*****************************************   contact  *****************************************/
.el_stepTag {
  border-radius: 50px;
  background-color: #e37d21;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2px 10px 3px 10px;
  margin-right: 10px;
}

/*  form  */
.el_checkbox {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  font-size: max(16px, 1.6rem);
}
.el_checkbox:hover {
  color: #e37d21;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.el_checkbox label,
.el_checkbox input,
.el_checkbox span {
  cursor: pointer;
}
.el_checkbox span {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  padding-left: 25px;
}
.el_checkbox input[type=checkbox] {
  opacity: 0;
  width: 10px;
  position: absolute;
}
.el_checkbox label {
  position: relative;
}
.el_checkbox input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
}
.el_checkbox input[type=checkbox]:checked + span::before {
  background-color: #e37d21;
  border-color: #e37d21;
}
.el_checkbox input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  display: block;
  width: 5px;
  height: 9px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.el_checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.el_formBtn {
  width: 100%;
  max-width: 460px;
  position: relative;
  -webkit-transition: -webkit-filter 0.4s ease-out;
  transition: -webkit-filter 0.4s ease-out;
  transition: filter 0.4s ease-out;
  transition: filter 0.4s ease-out, -webkit-filter 0.4s ease-out;
}
.el_formBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 14px;
  background-image: url(../img/btn_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.el_formBtn input {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-appearance: none;
  border-style: none;
  background-color: #1da8d8;
  border-radius: 10px;
  min-height: 100px;
  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;
  font-size: 2rem;
  color: #fff;
  width: 100%;
  max-width: 460px;
  position: relative;
  cursor: pointer;
}
.el_formBtn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.el_formBtn:hover::after {
  -webkit-animation: infinite next ease-out 1s;
          animation: infinite next ease-out 1s;
}

.el_formBtn__back {
  max-width: 260px;
  margin-right: 40px;
}
.el_formBtn__back input {
  background-color: #b3b3b3;
}
.el_formBtn__back::after {
  right: auto;
  left: 20px;
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%);
  -webkit-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}
.el_formBtn__back:hover::after {
  left: 15px;
}

@media screen and (min-width: 768px) {
  .el_txtBlankLink:hover {
    color: #149c92;
  }
  .el_txtBlankLink:hover span {
    border-color: transparent;
  }
  .el_btn:hover {
    background-color: #fff;
    color: #149c92;
  }
  .el_btn:hover::after {
    border-color: #149c92;
  }
  .el_btn__orange:hover {
    color: #e37d21;
  }
  .el_btn__orange:hover::after {
    border-color: #e37d21;
  }
  .el_btn__back:hover {
    color: #b3b3b3;
  }
  .el_btn__back:hover::after {
    border-color: #b3b3b3;
  }
  .el_btn__tri:hover::after {
    border-color: transparent transparent #e37d21 transparent;
  }
  .el_shadowBtn {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .el_shadowBtn:hover {
    -webkit-box-shadow: 0 0 #995416;
            box-shadow: 0 0 #995416;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
  }
  .el_searchBtn:hover {
    color: #e37d21;
    background-color: #fff;
  }
  .el_sideBanner:hover {
    opacity: 0.7;
  }
  .el_more:hover {
    color: #e37d21;
  }
  .el_more:hover::before, .el_more:hover::after {
    border-color: #e37d21;
  }
  .el_xlBtn {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .el_xlBtn:hover {
    -webkit-box-shadow: 0 0 #995416;
            box-shadow: 0 0 #995416;
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
  }
  .el_thinButton {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .el_thinButton:hover {
    background-color: #fff;
  }
  .el_addBtn {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .el_addBtn .addIcon .hover {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .el_addBtn:hover {
    color: #149c92;
    background-color: #fff;
  }
  .el_addBtn:hover .addIcon .hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  /*****************************************   top  *****************************************/
  .el_h1 {
    font-size: 1rem;
    text-align: left;
  }
  .el_balloonNumber {
    width: 60px;
    height: 60px;
    font-size: 2.4rem;
  }
  .el_balloonNumber .small {
    font-size: 1.2rem;
  }
  .el_balloonNumber::before {
    border-width: 15px 10px 0 10px;
  }
  .el_lowerTopLevelTtl .main {
    font-size: 3.2rem;
  }
  .el_simpleTlt__ja {
    font-size: 4.4rem;
  }
  .el_xlBtn {
    font-size: 3rem;
    max-width: 560px;
    padding: 30px 20px;
  }
  .el_shashTxt {
    font-size: 1.6rem;
  }
  .el_orangeBoldTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .el_h2 {
    font-size: 2rem;
  }
  /*****************************************   top  *****************************************/
  .el_tag {
    padding: 3px 13px 5px;
    min-width: initial;
  }
  .el_tag__small {
    min-width: 80px;
  }
  .el_date {
    font-weight: 500;
    margin: 0 0 0 auto;
  }
  .el_followTelBtn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 55px);
  }
  .el_followTelBtn .icon {
    width: 18px;
    margin-right: 5px;
  }
  .el_followTelBtn .tel {
    font-size: 2.2rem;
  }
  .el_followTelBtn .supplement {
    font-size: 1rem;
  }
  .el_conseptTxt {
    font-size: 1.4rem;
  }
  .el_conseptTxt .large {
    font-size: 2rem;
  }
  .el_conseptTxt .el_medBoldTxt {
    margin-top: 0;
  }
  .el_conseptTxt02 .hp_marker {
    font-size: 1.6rem;
  }
  .el_medBoldTxt {
    font-size: 1.4rem;
  }
  .el_slash {
    padding: 0 5px;
  }
  .el_problemTxt {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .el_problemTxt .large {
    font-size: 2.4rem;
  }
  .el_problemTxt .red {
    font-size: 2.4rem;
  }
  .el_jaSimpleTtl {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .el_jaSimpleTtl .hp_decoEmp::before {
    width: 25px;
    height: 25px;
  }
  .el_logoInTxt {
    max-width: 190px;
  }
  .el_numberLargeTxt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .el_numberLargeTxt .large {
    font-size: 3rem;
    line-height: 1;
  }
  .el_speechBubble {
    font-size: 1.2rem;
    max-width: 320px;
    margin-bottom: 15px;
  }
  .el_speechBubble::after {
    border-width: 10px 10px 0 10px;
  }
  .el_btn {
    font-size: 1.6rem;
    max-width: 300px;
    padding: 15px;
    margin: 40px auto 0;
  }
  .el_simpleTlt {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .el_simpleTlt .sub {
    font-size: 1.2rem;
  }
  .el_simpleTlt .logo {
    width: 200px;
  }
  .el_simpleTlt__ja {
    font-size: 2.2rem;
  }
  .el_btn__large {
    font-size: 1.8rem;
  }
  .el_btn__small {
    max-width: 210px;
  }
  .el_shadowBtn {
    padding: 18px 20px;
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .el_shadowBtn::after {
    border-width: 0 0 10px 10px;
  }
  .el_xlBtn {
    padding: 20px;
    font-size: 2.4rem;
  }
  .el_xlBtn::after {
    border-width: 0 0 10px 10px;
  }
  .el_txtUnderTtl {
    margin-top: 30px;
  }
  .el_cardLink .circle {
    font-size: 1.4rem;
    width: 50px;
    height: 50px;
  }
  .el_cardLink .number {
    font-size: 2.8rem;
  }
  /*****************************************   lower  *****************************************/
  .el_noneImg {
    max-width: 80px;
    margin: 20px 0;
  }
  .el_lowerTopLevelSimpleTtl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .el_numSmallTtl {
    font-size: 1.8rem;
    padding-left: 2.6rem;
    text-indent: -2.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .el_numSmallTtl .small {
    font-size: 1.4rem;
  }
  .el_lowerTopLevelTtl {
    padding-top: 15px;
    margin: 50px 0 30px;
  }
  .el_lowerTopLevelTtl .main {
    font-size: 2rem;
  }
  .el_lowerTopLevelTtl .main img {
    width: 35px;
  }
  .el_lowerTopLevelTtl .sub {
    display: block;
    font-size: 1.4rem;
  }
  .el_lowerTopLevelTtl__simple {
    padding: 0;
    margin: 0 0 20px;
  }
  .el_lowerTopLevelTtl__simple .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .el_lowerTopLevelTtl__simple .main img {
    width: 52px;
  }
  .el_balloon {
    width: 45px;
    height: 45px;
    font-size: 2.2rem;
  }
  .el_balloon .small {
    font-size: 1.2rem;
    margin-top: 11px;
  }
  .el_lowerLeadTxt {
    margin-bottom: 30px;
    text-align: left;
  }
  .el_btn__search {
    font-size: 1.6rem;
    max-width: 320px;
    padding: 20px 0;
    margin-top: 40px;
  }
  .el_btn__search::after {
    width: 20px;
  }
  .el_searchBtn {
    font-size: 1.4rem;
  }
  .el_productTag {
    padding: 0 1px 0 5px;
    font-size: 1rem;
    margin: 3px;
  }
  .el_simpleLargeTtl {
    font-size: 2.2rem;
  }
  .el_empRedTxt {
    font-size: 1.4rem;
    line-height: 2;
  }
  .el_empRedTxt .red {
    font-size: 2rem;
  }
  .el_lowerLeadTtl {
    font-size: 1.6rem;
  }
}
.hp_displayNone {
  display: none !important;
}

/****************************  link  ****************************/
.hp_txtLink {
  color: #149c92;
  border-bottom: 1px solid #149c92;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: inline-block;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}

.hp_txtLink__gray {
  color: #888;
  border-color: #888;
}

/****************************  txt  ****************************/
.hp_decoEmp {
  position: relative;
}
.hp_decoEmp::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -18px;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/deco_emphasis.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.hp_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fcee21));
  background: linear-gradient(transparent 70%, #fcee21 70%);
}

.hp_txtDots {
  position: relative;
}
.hp_txtDots::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #fcee21;
}

.hp_fwMedium {
  font-weight: 500;
}

.hp_empTxt {
  color: #ED1C24;
}

.hp_littleSmallTxt {
  font-size: 1.4rem;
}

.hp_smallTxt {
  font-size: 1.2rem;
}

.hp_dotTxt {
  position: relative;
}
.hp_dotTxt::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #f3d967;
}

.hp_orange {
  color: #e37d21;
}

/****************************  form  ****************************/
.hp_whiteSpacePreWrap {
  white-space: pre-wrap;
}

.hp_eventsNone {
  pointer-events: none;
}

.hp_required {
  color: #fff;
  background-color: #cf000d;
  line-height: 1;
  padding: 7px 10px 8px;
  font-size: 1.2rem;
  font-weight: 500;
}

.hp_optional {
  color: #fff;
  background-color: #ccc;
  line-height: 1;
  padding: 7px 10px 8px;
  font-size: 1.2rem;
  font-weight: 500;
}

.hp_submitEventsNone {
  pointer-events: none;
  opacity: 0.5;
  -webkit-transition: none;
  transition: none;
}

/****************************  other  ****************************/
.hp_relative {
  position: relative;
}

.hp_blueGreenBorderB {
  border-bottom: 5px solid #149c92;
}

.hp_orangeBorder {
  border: 5px solid #f3d967;
}

.hp_bbYellow {
  border-bottom: 2px solid #f3d967;
}

/****************************  bg  ****************************/
.hp_topTriungle {
  position: relative;
}
.hp_topTriungle::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  top: 2px;
  left: 50%;
  width: 100%;
  height: 230px;
  background-image: url(../img/top/floor_top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.hp_topTriungle .ly_cont {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px);
}

.hp_topTriungle__orange {
  background-color: #e37d21;
}
.hp_topTriungle__orange::before {
  background-image: url(../img/common/floor_top_orange.png);
}

.hp_bgLightYellow {
  background-color: #fdf7e1;
}

@media screen and (min-width: 768px) {
  .hp_txtLink:hover {
    border-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 1320px) {
  .underLg {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .underMd {
    display: block;
  }
  .overMd {
    display: none;
  }
  html {
    font-size: 9px;
  }
  body {
    font-size: 1.4rem;
  }
  .ly_cont {
    padding: 0 20px;
  }
  .deco {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .deco {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .hp_topTriungle::before {
    height: 100px;
  }
  .hp_topTriungle .ly_cont {
    margin-top: -160px;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  .hp_txtDots::before {
    width: 5px;
    height: 5px;
  }
  .hp_decoEmp::before {
    width: 16px;
  }
  .hp_orangeBorder {
    border-width: 2px;
  }
  .hp_dotTxt::before {
    width: 8px;
    height: 8px;
  }
}
/*  form  */
.un_agreeBtn {
  font-size: 1.8rem;
  text-align: center;
  margin: 20px 0 0;
}
.un_agreeBtn:hover {
  color: #149c92;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.un_agreeBtn label,
.un_agreeBtn input,
.un_agreeBtn span {
  cursor: pointer;
}

label {
  position: relative;
}

input[type=checkbox] {
  opacity: 0;
  width: 10px;
  position: absolute;
}
input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #149c92;
}
input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  display: block;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(38deg);
      -ms-transform: rotate(38deg);
          transform: rotate(38deg);
  border-right: 3px solid #149c92;
  border-bottom: 3px solid #149c92;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}
input[type=checkbox].orange + span::before {
  border-color: #c7c7c7;
}
input[type=checkbox].orange + span::after {
  border-color: #e37d21;
}

.un_checkboxTxt {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.un_formCaution {
  color: #ED1C24;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .un_agreeBtn {
    font-size: 1.6rem;
  }
  .un_agreeBtn input[type=checkbox] + span::before {
    top: 2px;
  }
  .un_agreeBtn input[type=checkbox] + span::after {
    top: 4px;
  }
}
/*  アニメーション  */
.an_fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn forwards 1.2s;
          animation: fadeIn forwards 1.2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.an_fadeDown {
  opacity: 0;
  -webkit-animation: fadeDown forwards 1.2s;
          animation: fadeDown forwards 1.2s;
}

@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.an_delay01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.an_delay02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.an_delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.an_delay04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.an_delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.an_delay06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.an_delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.an_delay08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.an_delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.an_delay10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.an_delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.an_delay12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.an_delay13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.an_delay14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.an_delay15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.an_delay16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.an_delay17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.an_delay18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.an_delay19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.an_delay20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.js_scrollIn,
.js_child {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
.js_scrollIn.on,
.js_child.on {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.js_slideInRight {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}
.js_slideInRight.on {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.js_slideInLeft {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
}
.js_slideInLeft.on {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.js_fadeIn {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.js_fadeIn.on {
  opacity: 1;
}

.js_zoomIn {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.js_zoomIn.on {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.js_delay01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.js_delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js_delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js_delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js_delay05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js_delay06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js_delay07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.js_delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js_delay09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.js_delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js_delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.js_delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js_disabled {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}

.js_cart {
  cursor: pointer;
}
.js_cart.is_close::after {
  top: 20px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.is_txtTrim {
  position: relative;
}
.is_txtTrim::after {
  content: "...";
  position: absolute;
  right: 0;
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */