@charset "UTF-8";


/* --------------------------------------------------------------------------------
new header
-------------------------------------------------------------------------------- */

#globalheader.new_header_area {
  border-bottom: 1px solid #d8d8d8;
  box-shadow: none;
  z-index: 1001;
}

:is(
  #globalheader.new_header_area,
  .new_header_area :where(
    .new_header_inner,
    .new_header_menu > div,
    .new_header_menu .menu,
    .new_header_menu .menu li a,
    .new_header_menu_btn
  )
) {
  height: 86px;
}

#globalheader.new_header_area + main {
  margin-top: 86px;
}

.new_header_area :where(.new_header_inner, .logo a, .new_header_menu .menu, .new_header_menu .menu li a) {
  display: flex;
  align-items: center;
}

.new_header_area .new_header_inner {
  box-sizing: border-box;
  width: 100%;
  padding-left: 18px;
}

.new_header_area .logo {
  flex: 0 0 auto;
}

.new_header_area .logo img {
  display: block;
  height: auto;
max-width: 196px;
}

.new_header_area .new_header_menu {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 60px;
}

.new_header_area :where(.new_header_menu .menu, .new_header_menu .menu li) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.new_header_area .new_header_menu .menu {
  justify-content: flex-start;
  column-gap: 46px;
}

.new_header_area .new_header_menu .menu li a {
  color: #1d3557;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.new_header_area .new_header_menu .menu li a:hover {
  color: #ef454a;
}

.new_header_area .new_header_contact {
  flex: 0 0 auto;
  margin-left: 22px;
}

.new_header_area .new_header_contact_btn {
    border: 1px solid #EF454A;
    border-radius: 50px;
    background-color: #EF454A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-family: "Hind", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 20px 10px;
    width: 200px;
    transition: 0.3s background, 0.3s color cubic-bezier(0.25, 0.1, 0, 0.72);
    text-align: center;
    height: 50px;
}

.new_header_area :where(.new_header_menu .menu li a, .new_header_contact_btn) {
  font-family: "Hind", "Noto Sans JP", sans-serif;
  line-height: 1;
  text-decoration: none;
}

.new_header_area .new_header_contact_btn:hover {
  background-color: #b30000;
}




.new_header_area .new_header_menu_btn {
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  width: 94px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}

.new_header_area .new_header_menu_btn:where(:active, :focus:not(:focus-visible)) {
  outline: none;
  box-shadow: none;
}

.new_header_area .new_header_menu_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 2px;
  background-color: #333;
  transform: translateX(-50%);
  transition: margin-top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.new_header_area .new_header_menu_btn span:nth-child(1) {
  margin-top: -10px;
}

.new_header_area .new_header_menu_btn span:nth-child(2) {
  margin-top: 0;
}

.new_header_area .new_header_menu_btn span:nth-child(3) {
  margin-top: 10px;
}

.new_header_area .new_header_menu_btn.isOpen :is(span:nth-child(1), span:nth-child(3)) {
  margin-top: 0;
}

.new_header_area .new_header_menu_btn.isOpen span:nth-child(1) {
  transform: translateX(-50%) rotate(35deg);
}

.new_header_area .new_header_menu_btn.isOpen span:nth-child(2) {
  opacity: 0;
}

.new_header_area .new_header_menu_btn.isOpen span:nth-child(3) {
  transform: translateX(-50%) rotate(-35deg);
}

.new_header_area .new_header_menu .sub-menu {
  display: none;
}

@media screen and (max-width: 1080px) {
  .new_header_area :where(.new_header_menu) {
    margin-left: 42px;
  }

  .new_header_area :where(.new_header_menu .menu) {
    column-gap: 32px;
  }

  .new_header_area :where(.new_header_menu .menu li a) {
    font-size: 9px;
  }

  .new_header_area :where(.new_header_contact) {
    margin-left: 18px;
  }
}



@media screen and (min-width: 1100px) and (max-width: 1400px){
    .new_header_area .logo img {

        max-width: 142px;
    }
    .new_header_area .new_header_menu .menu {

        column-gap: 24px;
    }

    .new_header_area .new_header_menu {

        margin-left: 30px;
    }

    .new_header_area .new_header_contact_btn {

        width: 140px;

    }

    .new_header_area .new_header_menu_btn {
     
        width: 73px;
    
    }

}


@media screen and (max-width: 1099.888px) {
    /* .new_header_area :where(.new_header_contact) {
      margin-left: auto;
    } */
  
    .new_header_area :where(.new_header_menu) {
      display: none;
    }

  .new_header_area .new_header_contact {
    margin-left: auto;
  }

  .new_header_area .new_header_menu_btn {
    margin-left: 0;
  }
  :is( #globalheader.new_header_area, .new_header_area :where( .new_header_inner, .new_header_menu > div,.new_header_menu_btn ) ) {
    height: 60px;
}
.new_header_area .logo img {
    width: 136px;
}
.new_header_area .new_header_contact_btn {

    font-size: 14px;
    width: 100px;
    padding: 0;
    height: 37px;
    padding-top: 3px;
}
.new_header_area .new_header_menu_btn {

    width: 70px;

}
.new_header_area .new_header_menu_btn span {

    width: 25px;

}
  }
  
  @media screen and (max-width: 767.888px) {


   
  }


/* --------------------------------------------------------------------------------
ハンバーガーメニュー内
-------------------------------------------------------------------------------- */

.new_hamburger_menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  box-sizing: border-box;
  width: 100vw;
  min-height: 100vh;
  padding: 86px 18px 36px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  overflow-y: auto;
  transition:
    transform 0.65s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.45s ease,
    visibility 0.45s ease;
    background-color: #F8F8F8;
}

.new_hamburger_menu::before {
  content: "";
  position: fixed;
  right: -180px;
  bottom: -114px;
  width: 520px;
  aspect-ratio: 1 / 1;
  background: url("../img/common/deco-logo-light.svg") center / contain no-repeat;
  opacity: 0.55;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.new_hamburger_menu.isOpen {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

body.new_hamburger_menu_open {
  overflow: hidden;
}

.new_hamburger_menu :where(a) {
  color: inherit;
  text-decoration: none;
}

.new_hamburger_menu :where(ul, li, p) {
  margin: 0;
  padding: 0;
}

.new_hamburger_menu :where(li) {
  list-style: none;
}

.hb_panel {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(100%, 1200px);
  margin-inline: auto;

  border-radius: 4px;
  background: #fff;
  padding: 41px 25px;

}

.hb_menu_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 26px;
}

.hb_menu {
  /* flex: 1 1 0;
  min-width: 0;
  width: 100%; */
}

.hb_menu :where(.menu) {
  display: flex;
  flex-direction: column;
  gap: 22px;
}


.hb_menu :where(.menu > li > a) {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  padding-left: 16px;
  color: #1f2630;
  font-family: "Hind", "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase
}

.hb_menu :where(.menu > li > a)::before,
.hb_company_title::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef454a;

}

.hb_menu :where(.menu > li > a:hover) {
  color: #ef454a;
}
.hb_menu .setumei{
    font-size: 15px!important;
    font-weight: normal;
}

.hb_menu :where(.sub-menu) {
    display: flex;
    flex-direction: column;
    gap: 10px;

    border-left: 1px solid #9ca3af;
    padding: 7px 0 11px 20px;
    margin: 15px 0 8px 16px;
}

.hb_menu :where(.sub-menu a) {
  display: inline-flex;
  color: #1f2630;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.hb_menu :where(.sub-menu a:hover) {
  color: #ef454a;
}

.hb_under {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 26px;
  margin-top: 38px;
}

.hb_contact {
  flex: 1 1 auto;
  width: 100%;
  text-align: center;
}

.hb_contact_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;

  height: 126px;
  margin-inline: auto;
  border-radius: 999px;
  background: #ef454a;
  color: #fff;
  transition: background-color 0.3s ease;
}

.hb_contact_btn:hover {
  background: #b30000;
}

.hb_btn_en {
  font-family: "Hind", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.hb_btn_jp {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.hb_contact_text {
  margin-top: 22px;
  color: #1f2630;
  font-size: 15px;
  line-height: 1.9;
}

.hb_company_wrap {
  width: 100%;
  margin: 0;
  color: #1f2630;
  text-align: center;
}

.hb_company_title {
  position: relative;
  padding-left: 16px;
  font-family: "Hind", "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
}

.hb_company_title span {
  margin-left: 14px;
  font-size: 15px;
  font-weight: normal;
}

.hb_company_text {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.8;
}


@media screen and (min-width: 768px) {
  .new_hamburger_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 96px 40px 64px;
  }

  .new_hamburger_menu::before {
    right: 0;
    width: min(54vw, 600px);
  }

  .hb_panel {
    padding: 75px 90px;
  }

  
}
@media screen and (min-width: 1070px) {

    .new_hamburger_menu {
        overflow-y: hidden;
    }

    body.new_hamburger_menu_open .new_header_menu {
        visibility: hidden;
    }

    .hb_menu_wrap {
        flex-direction: row;
        row-gap: 20px;
      }
    
      .hb_menu {
        width: auto;
      }
    
      .hb_under {
        flex-direction: row;
        gap:80px;
        margin-top: 46px;
      }
    
      .hb_contact {
        
        flex:1;
    
      }
    
      .hb_btn_en {
        font-size:53px;
        line-height: 1;
      }
    
      .hb_company_wrap {
        width: 33.3%;
        margin-top: 0px;
        text-align: left;
      }

}
@media screen and (min-width: 768px) and (max-width: 1070px) {
    .hb_panel {
        padding: 45px 48px;
    }
    .hb_under {

        gap: 41px;

    }
    .hb_btn_en {
        font-size: 31px;

    }

    .hb_company_wrap {
        border-top: none;
        padding-top: 0px;
        text-align: left;
        width: fit-content;
        margin-inline: auto;
    }
    .hb_company_title {

        text-align: left;
    }
    .new_hamburger_menu {

        justify-content: flex-start;
        align-items: center;
        padding-top: 120px;
    }
    .new_hamburger_menu::before{
        display: none;;
    }
}



@media screen and (max-width: 768px) {
    .new_hamburger_menu::before{
        display: none;;
    }

  .hb_menu :where(.menu > li > a) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
    column-gap: 10px;
    row-gap: 4px;
  }

  .hb_menu .setumei {
    margin-left: 0;
    font-size: 12px !important;
  }
  .hb_contact_btn {

    height: 86px;

  }
  .hb_contact_text {

    font-size: 14px;

}
.hb_company_title{
    text-align: left;;
}
.hb_company_title span {
    margin-left: 7px;
    font-size: 12px;

}
.hb_company_wrap{

    border-top: 1px solid #9ca3af;
    padding-top: 20px;
}
.hb_company_text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;

}



}












