@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/obl0gof.css");

body{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

body.form-03 #container{
  background:none;
}

body.form-03 #breadcrumbs{
  margin-top: 0!important;
  margin-bottom: 0!important;
  box-sizing: border-box;
}

body.form-03 #container #contents #contents-inner #formarea{
  width: 980px;
  margin: 0 auto;
  padding: 0;
}

#container{
  font-size: 1em;
}
body.contact #contents.apply{
  padding: 60px 0 0;
}

h1.page-heading {
  margin: 0;
  line-height: 1.1;
  font-size: 28px;
  color: #333333;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 20px;
}
h1.page-heading::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 6px;
    background-color: #E94A23;
    left: 0;
    bottom: 0;
}
h1.page-heading + .lead-text{
  font-size: 14px;
  color: #333333;
}
#leadText.hidden{
  display: none;
}

/* アンカーリンク */
ul.anchor-links{
  margin:40px 0 50px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.2244%;
  row-gap: 12px;
}
ul.anchor-links li.anchor-links-item{
  width:24.0816%;
  height: 64px;
}
.anchor-links-item a{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 100%;
  background-color: #f8f8f8;
  color:#333333;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  box-sizing: border-box;
}
.anchor-links-item a:hover{
  background-color: #ccc;
  color:#ffffff;
}
.anchor-links-item a.current{
  background-color:#333;
  color:#fff;
}

.anchor-links-item a i{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:20px;
  width: 1px;
  height: 20px;
  margin: 0;
  transition: all .2s;
}
.anchor-links-item a:hover i{
  height: 25px;
}
.anchor-links-item a i::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E94A23;
}
.anchor-links-item a i::after{
  content: '';
  position: absolute;
  left: -3px;
  bottom:0;
  width: 0;
  height: 0;
  margin-right: -1px;
  border-style: solid;
  border-width: 5px 3px 0 4px;
  border-color: #E94A23 transparent transparent transparent ;
}
/*.anchor-links-item a.current i::before{
  background: #fff;
}
.anchor-links-item a.current i::after{
  border-color: #fff transparent transparent transparent ;
}*/
.catalog-set + .catalog-set{
  margin-top:60px;
}
.category-block-header{
  display: flex;
  align-items: center;
  margin:0 0 30px;
}
.category-heading{
  color:#333;
  font-size: 26px;
  font-weight: 700;
  margin-right: 60px;
}
.subcategory-heading{
  color:#333;
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 20px;
}
.category-block-header + .subcategory-heading{
  margin-top:0;
}
.catalogNum{
  color:#333;
  font-size: 14px;
}
.catalogNum span{
  font-size: 21px;
  font-weight: bold;
}
.select-header{
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.select-header .select-heading{
  margin: 0 40px 0 0;
}
.select-header .select-heading .ja{
  color:#E94A23;
  font-size: 18px;
  display: block;
  line-height: 1.4;
}
.select-header .select-heading .en{
  font-size: 29px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  display: block;
  line-height: 1.4;
  color:#333;
}
.select-header .select-lead{
  font-size: 16px;
}

.selectBox{
  border-top:#f8f8f8 solid 3px;
  border-left:0;
}
.selectBox ul{
  display: flex;
  flex-wrap: wrap;
}
.selectBox li.catalogue-item {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 25%;
  height: auto;
  border:0;
  position: relative;
}
#catalog-set .selectBox li.catalogue-item.pc{
  width: 33.3333333%;
}

.selectBox li.catalogue-item > a,
.selectBox li.catalogue-item label{
  display: block;
  box-sizing: border-box;
  width:100%;
  height: 100%;
  padding:30px 16px 90px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  cursor: pointer;
  color: #313131;
  text-decoration: none;
}
.selectBox li.catalogue-item label{
  padding:30px 16px 135px;
}
.selectBox li.catalogue-item > a:hover,
.selectBox li.catalogue-item label:hover{
  background-color: #f8f8f8;
}
.selectBox li.catalogue-item .new {
  position: absolute;
  top: 0;
  right: 0;
  background: #F8B107;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}
.selectBox li.catalogue-item .set-heading{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin:0 0 15px 0;
}
.selectBox li.catalogue-item .image {
  width:148px;
  max-width: 100%;
  height: auto;
  margin:0 auto 20px;
  background-color: #ffffff;
  text-align: center;
  padding:10px 0;
}
#catalog-set .selectBox li.catalogue-item.pc .image {
  width:198px;
}
.selectBox li.catalogue-item .image img{
  width:100%;
  height: auto;
}
.selectBox li.catalogue-item .text{
  font-size: 12px;
  line-height: 1.6;
}
.selectBox li.catalogue-item .catalogue-btns{
  position: absolute;
  bottom:20px;
  left:30px;
  width:185px;
  max-width: 100%;
}
#catalog-set .selectBox li.catalogue-item.pc .catalogue-btns{
  left:61px;
  width:204px;
}

.selectBox li.catalogue-item .set-request-btn{
  box-sizing: border-box;
  text-align: center;
  width:100%;
  height: 45px;
  background-color: #333333;
  color:#ffffff;
  margin:0;
  font-size: 16px;
  line-height: 45px;
  padding-right: 12px;
  position: relative;
}
.selectBox li.catalogue-item .set-request-btn i{
  position: absolute;
  top:50%;
  right:12px;
  width: 12px;
  height: 1px;
  margin: 0;
  transition: all .2s;
}
.selectBox li.catalogue-item a:hover .set-request-btn i{
  width: 17px;
  margin-right: -3px;
}
.selectBox li.catalogue-item .set-request-btn i::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f94616;
}
.selectBox li.catalogue-item .set-request-btn i::after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-right: -1px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #f94616;
  transform: translateY(-54%);
}
.selectBox li.catalogue-item .samplePage{
  box-sizing: border-box;
  margin:0 auto 10px;
  width:204px;
  max-width: 100%;
  height: 45px;
  border:#333 solid 1px;
}
.selectBox li.catalogue-item .samplePage a{
  display: block;
  text-align: center;
  width:100%;
  color:#333;
  text-decoration: none;
  font-size: 14px;
  line-height: 45px;
}

/*セットと選択のカラム部分　選択時：hover時*/
.selectBox .catalogue.selectedCl label{
  background-color: #f8f8f8;
}





/* ページ下部　問い合わせ */
.contact-area-bottom{
  background-color: #f8f8f8;
  text-align: center;
  font-size: 14px;
  padding:80px 17px 60px;
  margin-top:60px;
}
.contact-area-bottom .inner{
  margin: 0 auto;
  width: 980px;
}
.contact-area-bottom p{
  margin-bottom:20px;
}
.contact-area-bottom .apply-link-btn{
  width:600px;
  max-width: 100%;
  height: 64px;
  margin:0 auto 50px;
  box-sizing: border-box;
}
.contact-area-bottom .apply-link-btn a{
  width:100%;
  height: 100%;
  display: block;
  background-color: #E94A23;
  text-align: center;
  color:#ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 64px;
  position: relative;
}
.contact-area-bottom .apply-link-btn a i{
  position: absolute;
  top:50%;
  right:114px;
  width: 20px;
  height: 1px;
  margin: 0;
  transition: all .2s;
}
.contact-area-bottom .apply-link-btn a:hover i{
  width: 25px;
  margin-right: -3px;
}
.contact-area-bottom .apply-link-btn a i::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.contact-area-bottom .apply-link-btn a i::after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-right: -1px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #ffffff;
  transform: translateY(-54%);
}
#bottom-submit-btn.hidden{
  display: none;
}

.contact-area-bottom a.contact{
  color:#698296;
}

br.sp{
  display: none;
}
.sp{
  display: none;
}
.pc{
  display: block
}

@media only screen and (max-width: 767px) {
  
  body.form-03 #breadcrumbs p{
    padding-right: 0;
    width: auto;
  }
  body.form-03 #breadcrumbs{
    padding:5px 17px;
  }
  body.form-03 #container #contents #contents-inner #formarea{
    width: 100%;
  }
  body.contact #contents.apply{
    padding:40px 0 0;
  }
  body.contact #contents.apply #contents-inner{
    box-sizing: border-box;
    width:100%;
    padding:0 17px;
  }
.apply h1.page-heading {
    padding-bottom: 14px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .apply h1.page-heading::after {
    width: 26px;
    height: 4px;
  }
  .apply .lead-text{
    font-size: 12px;
    font-size: clamp(12px, 3.2vw, 14px); 
  }
  ul.anchor-links{
    margin:20px 0 40px;
    column-gap:1.3333%;
    row-gap:5px;
  }
  ul.anchor-links li.anchor-links-item{
    width:49.3%;
    height: 50px;
  }
  .anchor-links-item a{
    font-size: 12px;
    font-size: clamp(10px, 3.2vw, 14px); 
    letter-spacing: 0;
    padding-right: 10px;
  }
  .anchor-links-item a i{
    right:12px;
    height:14px;
  }
  .anchor-links-item a:hover i{
    height: 14px;
  }
  
  .category-block-header{
    justify-content: space-between;
  }
  .category-heading{
    font-size: 18px;
    font-size: clamp(17px, 4.8vw, 22px);
    margin-right: 10px;
  }
  .subcategory-heading{
    font-size: 16px;
    font-size: clamp(16px, 4.2vw , 22px);
    margin: 20px 0 10px;
  }
  .catalogNum{
    font-size: 12px;
    white-space: nowrap;
  }
  .catalogNum span{
    font-size: 16px;
  }
  .select-header{
    display: block;
    text-align: center;
  }
  .select-header .select-heading{
    margin: 0;
  }
  .select-header .select-lead{
    font-size: 15px;
    font-size: clamp(14px, 4vw, 16px); 
  }
  .selectBox li.catalogue-item {
    width:50%;
    margin-bottom:8px;
  }
  .selectBox li.catalogue-item .set-heading{
    font-size: 15px;
    font-size: clamp(13px, 3.75vw, 18px);
    margin:0;
  }
  .selectBox li.catalogue-item > a,
  .selectBox li.catalogue-item label{
    padding:22px 10px 60px;
  }
  .selectBox li.catalogue-item .new {
    font-size: 10px;
  }
  .selectBox li.catalogue-item .image {
    margin:0 auto 8px;
  }
  .selectBox li.catalogue-item .catalogue-btns{
    max-width: 92%;
    bottom:14px;
    left:50%;
    transform: translateX(-50%);
  }
  .selectBox li.catalogue-item .set-request-btn{
    height: 32px;
    font-size: 12px;
    font-size: clamp(10px, 3.2vw, 14px); 
    line-height: 32px;
    letter-spacing: 0;
  }
  .selectBox li.catalogue-item .set-request-btn i{
    right:6px;
  }
  .selectBox li.catalogue-item a:hover .set-request-btn i{
    width: 12px;
    margin-right: 0;
  }
  
  .selectBox li.catalogue-item .samplePage{
    display: none;
  }

  #best-selection{
    padding-top:88px;
    margin-top:-88px;
    margin-bottom: 52px;
  }
  #ideas-selection{
    padding-top:88px;
    margin-top:-88px;
    margin-bottom: 30px;
  }

  .contact-area-bottom{
    padding:45px 17px 40px; 
  }
  .contact-area-bottom .apply-link-btn{
    margin:0 auto 20px;
  }
  .contact-area-bottom .apply-link-btn a{
    font-size: 16px;
    font-size: clamp(14px, 3.7vw , 16px);
  }
  
  .contact-area-bottom .apply-link-btn a i{
    right: 15px;
  }
  .contact-area-bottom .inner{
    width:100%;
  }
  .contact-area-bottom .tel-btn{
    width: 600px;
    max-width: 100%;
    height: 64px;
    margin:0 auto 40px;
    box-sizing: border-box;
  }
  .contact-area-bottom .tel-btn a{
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    text-align: center;
    color:#ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 64px;
    position: relative;
  }
  .contact-area-bottom .tel-btn a::before{
    content: "";
    width:28px;
    height: 28px;
    background: url(/hebel/smp/apply/img/icon_tel.png) 0 0 no-repeat;
    background-size: contain;
    margin-right: 19px;
  }
  
  br.sp{
  display: inline-block;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  
  /* 電話 */
  #telContents{
    text-align: center;
  }
  #telContents_txt{
    font-size: 14px!important;
  }
  #btnTel a{
    text-decoration: none;
    font-size: 21px;
  }
  #btnCancel{
    font-size: 21px;
  }
  
}

@media only screen and (max-width: 374px) {
  .contact-area-bottom .apply-link-btn a i{
    right: 10px;
  }
}

.apply #attention{
  font-size: 12px;
  color: #333333;
  display: block;
  width: 100%;
  border: none;
  padding: 25px;
  margin: 0 auto 60px;
  line-height: 160%;
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.apply #attention .heading{
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .apply #attention{
    margin: 0 auto 40px;
  }
}


/*フローティング部分*/
#submitBox{
position:fixed;
right:0;
/*top:140px;*/
bottom:30px;
background:rgba(255,255,255,0.60);
width:204px;
border-left:2px solid #333;
border-bottom:2px solid #333;
padding:0 10px 10px;
}
#submitBox .title{
  background:#333;
  margin:0 -10px 10px;
  padding:10px;
  color:#FFF;
  font-size:15px;
  font-weight: 400;
  text-align: center;
}
#submitBox .title span{
  font-size:11px;
  display:block;
}
#submitBox .column{
  border:1px solid #ccc;
  background:#FFF;
  font-size:10px;
  text-align:center;
  margin-bottom:10px;
  padding-top:10px;
  font-weight:bold;
  position: relative;
}
#submitBox .column dt img{
  width:80px;
}
#submitBox .column dd{
  padding:10px 0;
}
#submitBox .column a.cancel{
  background:#333;
  color:#FFF;
  width:40px;
  height: 40px;
  padding: 0;
  text-decoration:none;
  position:absolute;
  top:0;
  right: 0;
  margin:0 0 -1px -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#submitBox .column .cancel .icon{
  font-size: 20px;
  font-weight: 100;
  line-height: 50px;
}
#submitBox .unSelected{
  border:1px solid #ccc;
  background:#FFF;
  font-size:12px;
  text-align:center;
  margin-bottom:10px;
  padding:30px 0;
  color:#333;
}
#submitBox .btn{
-webkit-transition: all .1s;
transition: all .1s;
  display: block;
  width:100%;
  height: 45px;
  background: #E94A23;
  color:#fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 45px;
}
#submitBox .btn:hover{
opacity:0.7;
}
#submitBox.hidden{
  display: none;
}

@media only screen and (max-width: 767px) {
  #submitBox{
    box-sizing: border-box;
    right:0;
    top:auto;
    left:0;
    bottom:0;
    width:100%;
    height: 63px;
    background-color: #eee;
    display: flex;
    padding:0 68px 0 0;
    border:none;
  }
  #submitBox .title{
    background: none;
    color:#333;
    font-size: 12px;
    margin: 7px 0 0 3px;
    font-weight: bold;
    white-space: nowrap;
    padding:0;
    text-align: left;
    line-height: 1.2;
  }
  #submitBox .title span{
    font-weight: 400;
    font-size: 10px;
  }
  #submitBox .unSelected{
    display: none!important;
  }
  #submitBox .btn{
    position: absolute;
    top:0;
    right: 0;
    box-sizing: border-box;
    width:68px;
    height: 63px;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 12px;
    padding:10px 0 0 0;
  }
  #submitBox .catalogList{
    flex: 1;
    display: flex;
    column-gap: 20px;
    justify-content: center;
  }
  #submitBox .column{
    border:none;
    background:none;
    font-size:10px;
    text-align:center;
    margin-bottom:10px;
    padding-top:7px;
    position: relative;
  }
  #submitBox .column dt{
    background-color: #fff;
    padding:2px 1px;
  }
  #submitBox .column dt img{
    width:45px;
  }
  #submitBox .column dd{
    display: none;
  }
  #submitBox .column a.cancel{
    width:20px;
    height: 20px;
    border-radius: 10px;
    padding: 0;
    margin:0;
    top:5px;
    right: -7px;
  }
  #submitBox .column .cancel .icon{
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 374px) {
  #submitBox .title{
    font-size: 11px;
  }
  #submitBox .btn{
    font-size: 11px;
    width:63px;
  }
   #submitBox .catalogList{
     column-gap: 15px;
  }
}

/* カテゴリブロック */
.category-block{
  display: none;
  padding-top:185px;
  margin-top:-185px;
}
.category-block.openBlock{
  display: block;
}
@media only screen and (max-width: 767px) {
  .category-block{
    padding-top:90px;
    margin-top:-90px;
  }
}
