/* ===== 現状ヘッダーをベースにしたリニューアル用ヘッダー ===== */
html, body {
  margin: 0;
}

/* ===== header top reset ===== */
#contentWrapper {
  margin-top: 0
}
#header_belt_logo img {
  display: block
}


#header_belt_outer {
  background: #fff;
  border-bottom: 1px solid #03a27c;
  height: 40px;
  margin-top: 0
}
#header_belt_outer, #header_main, #header_fixed {
  cursor: default
}
#header_belt .header_inner {
  display: flex;
  align-items: center;
  height: 40px
}
#header_belt_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1
}
#logo_group {
  width: 145px;
  height: auto;
  display: block
}
#logo_purpose {
  width: 206px;
  height: auto;
  display: block;
}

@media (max-width:350px) {
	#header_belt_logo{
		justify-content:center;
	}	
#logo_purpose {
  display: none!important;
}	
}	

#header_main {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff
}
#header_main .header_inner {
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}
#headerl_belt_logo {
  display: block;
  flex: 0 0 auto;
  transition: opacity .2s ease, transform .1s ease;
}
#headerl_belt_logo:hover {
  opacity: .85;
}
#headerl_belt_logo:active {
  opacity: .65;
  transform: scale(.98);
}
#headerl_belt_logo:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}
#headerl_belt_logo img {
  width: 166px;
  height: auto
}
#header_actions {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: var(--gothic)
}
#header_ctas {
  display: flex;
  gap: 14px
}
.header_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease
}
.header_cta.inquiry {
  background: #03a27c
}
.header_cta.visit {
  background: #f2665e
}
.header_cta:hover {
  opacity: .80;
  text-decoration: none;
}
#blk_img_freedial {
  flex: 0 0 auto;
  font-family: var(--gothic);
  line-height: 1.15;
  color: #333
}
.header_tel_label {
  font-size: 12px;
  color: #333;
  line-height: 1.4
}
.header_tel_label span {
  color: var(--green);
  font-weight: 700
}
.header_tel_number {
  font-family: var(--roboto);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .01em
}
.header_tel_number::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 26px;
  margin-right: 7px;
  vertical-align: -3px;
  background: url("../images/ico/ico_freedial.svg") center/contain no-repeat
}
#header_fixed {
  position: sticky;
  top: 77px;
  z-index: 999;
  background: #f6f7f7;
  border-top: 1px solid #eef2ef;
  border-bottom: 1px solid #dfe5e2;

box-shadow: 0 2px 7px rgba(41, 103, 88, .35);	  
}
#fix_horizon_flex {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}
#glonav_pc {
  width: 100%;
  font-family: var(--gothic)
}
#glonav_pc nav > ul {
  display: flex;
  justify-content: space-between;
  width: 100%
}
#glonav_pc nav > ul > li {
  position: relative;
  flex: 1;
  text-align: center;
  border-left: 1px solid #edf0ee
}
#glonav_pc nav > ul > li:last-child {
  border-right: 1px solid #edf0ee
}
#glonav_pc .glonav_pc_parent, #glonav_pc .glonav_pc_parent_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 8px;
  font-size: 14px;
  color: #333;
  line-height: 1.35;
  transition: .2s
}
#glonav_pc .glonav_pc_parent:hover, #glonav_pc .glonav_pc_parent_text:hover {
  color: #03a27c;
  text-decoration: none
}
#glonav_pc li ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 20;
  width: 230px;
  background: #f4f6f9;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
  opacity: 0;
  visibility: hidden;
  transition: .18s;
  text-align: left
}
#glonav_pc li:hover ul {
  opacity: 1;
  visibility: visible
}
#glonav_pc li ul a {
  display: block;
  padding: 11px 15px 11px 34px;
  border-bottom: 1px dotted #AAA;
  font-size: 14px;
  color: #333;
  line-height: 1.45;
  background: url("../images/common/arrow_small_green.svg") 10px center no-repeat
}
#glonav_pc li ul li:last-child a {
  border-bottom: none
}
#glonav_pc li ul a:hover {
  color: #03a27c;
  text-decoration: none
}
#glonav_mod, #g-nav, .sp_header_menu {
  display: none
}
.sp_break {
  display: none
}
.intro_promise {
  font-size: .83em
}
@media (max-width:520px) {
  #header_actions, #header_fixed {
    display: none
  }
  #header_belt_outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 34px;
    z-index: 1301;
    transition: transform .28s ease, opacity .28s ease
  }
  #header_belt .header_inner {
    height: 34px
  }
  #logo_group {
    width: 116px
  }
  #logo_purpose {
    width: 180px
  }
  #header_main {
    position: fixed;
    top: 34px;
    left: 0;
    right: 0;
    z-index: 1300;
    border-bottom: 1px solid rgba(0, 143, 123, .16);
    box-shadow: 0 3px 16px rgba(0, 90, 74, .12);
    transition: top .28s ease
  }
  #header_main .header_inner {
    height: 56px;
    padding: 0;
    gap: 12px
  }
  #headerl_belt_logo img {
    width: 140px
  }
  .sp_header_menu {
    display: block;
    margin-left: auto;
    font-family: var(--gothic)
  }
  .sp_header_menu > summary {
    position: relative;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
 /*   border: 1px solid #d8eee8;*/
    border-radius: 8px;
    background: #fff;
    color: var(--green);
    cursor: pointer;
    list-style: none;
    transition: border-color .22s ease, background-color .22s ease
  }
  .sp_header_menu > summary::-webkit-details-marker {
    display: none
  }
  .sp_menu_icon {
    position: relative;
    display: block;
    width: 25px;
    height: 18px
  }
  .sp_menu_icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: var(--green);
    transition: top .24s ease, transform .24s ease, opacity .18s ease, background-color .24s ease
  }
  .sp_menu_icon span:nth-child(1) {
    top: 0
  }
  .sp_menu_icon span:nth-child(2) {
    top: 8px
  }
  .sp_menu_icon span:nth-child(3) {
    top: 16px
  }
  .sp_menu_label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0)
  }
  .sp_header_menu[open] > summary {
    background: #fff;
    border-color: var(--green)
  }
  .sp_header_menu[open] .sp_menu_icon span {
    background: var(--green)
  }
  .sp_header_menu[open] .sp_menu_icon span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg)
  }
  .sp_header_menu[open] .sp_menu_icon span:nth-child(2) {
    opacity: 0
  }
  .sp_header_menu[open] .sp_menu_icon span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg)
  }
  .sp_header_menu nav {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    max-height: calc(100dvh - 154px);
    overflow: auto;
    background: #fff;
    border-top: 1px solid #e3efeb;
    border-bottom: 1px solid #e3efeb;
    box-shadow: 0 10px 24px rgba(0, 90, 74, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition: top .28s ease, opacity .28s ease, transform .28s ease, visibility .28s ease
  }
  .sp_header_menu[open]:not(.is-menu-closing) nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto
  }
  .sp_header_menu[open].is-menu-opening nav {
    opacity: 0;
    visibility: visible;
    transform: translateY(-12px);
    pointer-events: none
  }
  .sp_header_menu nav ul {
    margin: 0;
    padding: 8px 10px 12px
  }
  .sp_header_menu nav a, .sp_menu_parent summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: auto;
    padding: 13px 10px;
    border: 0;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35
  }
  .sp_header_menu nav a:hover, .sp_menu_parent summary:hover {
    background: #e8f7f3;
    color: var(--green);
    text-decoration: none
  }
  .sp_menu_parent summary::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 10px;
    flex: 0 0 16px;
    background: linear-gradient(var(--green), var(--green)) center/14px 2px no-repeat, linear-gradient(var(--green), var(--green)) center/2px 14px no-repeat;
    transition: background-size .24s ease, transform .24s ease
  }
  .sp_menu_parent[open] summary::after {
    background-size: 14px 2px, 0 14px;
    transform: rotate(180deg)
  }
  .sp_sub_menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease
  }
  .sp_menu_parent[open] .sp_sub_menu {
    max-height: 430px
  }
  .sp_sub_menu ul {
    padding: 0 0 0 15px
  }
  .sp_sub_menu a {
    padding: 10px 4px 10px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #555
  }
  .sp_header_menu nav .sp_sub_menu a {
    font-weight: 400
  }
  body.is-sp-scrolled #header_belt_outer {
    transform: translateY(-34px);
    opacity: 0;
    pointer-events: none
  }
  body.is-sp-scrolled #header_main {
    top: 0
  }
  body.is-sp-scrolled .sp_header_menu nav {
    top: 56px;
    max-height: calc(100dvh - 120px)
  }
  body.is-menu-locked {
    overflow: hidden;
    touch-action: none
  }
}
@media (max-width:350px) {
  #logo_purpose {
    display: none
  }
}

