@charset "UTF-8";
html {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo UI", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  background-color: #fff;
  color: #2a2d32;
}

* {
  box-sizing: border-box;
  list-style: none;
  vertical-align: top;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

.halmek-section {
  margin: 100px 0;
}
@media (max-width: 750px) {
  .halmek-section {
    margin: 40px 0;
  }
}
.halmek-section__sec01 {
  margin: 222px 0;
  position: relative;
  background: url(/kaigo/assets/img/bg_light_orange.jpg) 50% repeat;
}
@media (max-width: 750px) {
  .halmek-section__sec01 {
    margin: 80px 0;
  }
}
.halmek-section__sec01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 122px;
  top: -118px;
  background: url(/kaigo/assets/img/bg_sec01_top.jpg) top;
}
@media (max-width: 750px) {
  .halmek-section__sec01::before {
    height: 144px;
    top: -35px;
    background: url(/kaigo/assets/img/bg_sec01_top_sp.jpg) top no-repeat;
    background-size: 100%;
  }
}
.halmek-section__sec01::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -122px;
  height: 122px;
  background: url(/kaigo/assets/img/bg_sec01_bottom.jpg) top;
}
@media (max-width: 750px) {
  .halmek-section__sec01::after {
    height: 85px;
    bottom: -65px;
    background: url(/kaigo/assets/img/bg_sec01_bottom_sp.jpg) top no-repeat;
    background-size: 100%;
    z-index: -1;
  }
}
.halmek-section__sec02 {
  margin: 222px 0;
  position: relative;
  background: url(/kaigo/assets/img/bg_light_orange.jpg) 50% repeat;
}
@media (max-width: 750px) {
  .halmek-section__sec02 {
    margin: 80px 0;
  }
}
.halmek-section__sec02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 122px;
  top: -122px;
  background: url(/kaigo/assets/img/bg_sec02_top.jpg) top;
}
@media (max-width: 750px) {
  .halmek-section__sec02::before {
    height: 75px;
    top: -55px;
    background: url(/kaigo/assets/img/bg_sec02_top_sp.jpg) top no-repeat;
    background-size: 100%;
  }
}
.halmek-section__sec02::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -122px;
  height: 122px;
  background: url(/kaigo/assets/img/bg_sec02_bottom.jpg) top;
}
@media (max-width: 750px) {
  .halmek-section__sec02::after {
    height: 90px;
    bottom: -70px;
    background: url(/kaigo/assets/img/bg_sec02_bottom_sp.jpg) top no-repeat;
    background-size: 100%;
    z-index: -1;
  }
}
.halmek-section__sec03 {
  margin: 222px 0;
  position: relative;
  background: url(/kaigo/assets/img/bg_green.jpg) 50% repeat;
}
@media (max-width: 750px) {
  .halmek-section__sec03 {
    margin: 120px 0 60px;
  }
}
.halmek-section__sec03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 122px;
  top: -122px;
  background: url(/kaigo/assets/img/bg_sec03_top.jpg) top;
}
@media (max-width: 750px) {
  .halmek-section__sec03::before {
    top: -77px;
    background: url(/kaigo/assets/img/bg_sec03_top_sp.jpg) top no-repeat;
    background-size: 100%;
    z-index: -1;
  }
}
.halmek-section__sec03::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -122px;
  height: 122px;
  background: url(/kaigo/assets/img/bg_sec03_bottom.jpg) top;
}
@media (max-width: 750px) {
  .halmek-section__sec03::after {
    bottom: -120px;
    background: url(/kaigo/assets/img/bg_sec03_bottom_sp.jpg) top no-repeat;
    background-size: 100%;
    z-index: -1;
  }
}
.halmek-section__wrapper {
  margin: 0 auto;
}
@media (min-width: 751px) {
  .halmek-section__wrapper {
    max-width: 1080px;
  }
}
@media (max-width: 750px) {
  .halmek-section__wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

#tel, #mail {
  margin-top: -100px;
  padding-top: 100px;
}

@media (min-width: 751px) {
  .pc {
    display: block;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

@media (min-width: 751px) {
  .sp {
    display: none;
  }
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
  .sp .halmek--call {
    color: #fff;
    display: block;
  }
  .sp .halmek--call::before {
    content: none;
  }
  .sp .halmek--buttun-green {
    font-size: 20px;
  }
}

.halmek--subtitle {
  margin-top: 100px;
  text-align: center;
  font-size: 40px;
}
@media (max-width: 750px) {
  .halmek--subtitle {
    font-size: 26px;
    margin-top: 60px;
  }
}
.halmek--subtitle__marker {
  background: linear-gradient(transparent 70%, #f3d718 0);
}
.halmek--list {
  margin-top: 20px;
}
@media (min-width: 751px) {
  .halmek--list-b {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.halmek--item {
  font-weight: 300;
  font-size: 14px;
  color: #7b7c81;
}
.halmek--green {
  padding: 3px 8px;
  color: #fff;
  background-color: #89a326;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .halmek--green {
    padding: 5px;
    border-radius: 5px;
  }
}
.halmek--orange {
  padding: 3px 8px;
  color: #fff;
  background-color: #e99221;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .halmek--orange {
    padding: 5px;
    border-radius: 5px;
  }
}
.halmek--cta {
  margin-top: 90px;
  background: url(/kaigo/assets/img/bg_light_green.jpg) 50% repeat;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
@media (min-width: 751px) {
  .halmek--cta {
    padding: 120px 90px 45px;
  }
}
@media (max-width: 750px) {
  .halmek--cta {
    margin-top: 35px;
  }
}
.halmek--label {
  line-height: 1;
  border-radius: 5px 5px 5px 0;
  color: #2a2d32;
  background-color: #f3d718;
}
@media (min-width: 751px) {
  .halmek--label {
    position: absolute;
    box-sizing: border-box;
    padding: 14px 0;
    padding-left: 20px;
    margin: 0 0 0 -20px;
    width: 250px;
    font-size: 22px;
    top: 30px;
    left: 4px;
  }
}
@media (max-width: 750px) {
  .halmek--label {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 751px) {
  .halmek--label::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 16px transparent;
    border-right: solid 16px #ddc417;
  }
}
.halmek--labeltxt {
  display: inline-block;
  font-size: 15px;
}
.halmek--catch {
  position: relative;
  text-align: center;
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .halmek--catch {
    padding: 60px 20px 0;
    font-size: 22px;
    line-height: 1.8;
  }
}
.halmek--catch::before {
  position: absolute;
  content: "";
  background-image: url(/kaigo/assets/img/cvn_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .halmek--catch::before {
    top: -70%;
    right: 47%;
    width: 55px;
    height: 45px;
  }
}
@media (max-width: 750px) {
  .halmek--catch::before {
    top: 20px;
    left: 45%;
    width: 45px;
    height: 35px;
  }
}
.halmek--catch span {
  display: inline-block;
  border-bottom: dotted 4px #89a326;
}
@media (max-width: 750px) {
  .halmek--catch span {
    display: inline;
  }
}
.halmek--clm {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .halmek--clm {
    display: block;
    margin-top: 0;
  }
}
.halmek--box {
  width: 48%;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  padding: 25px 45px;
}
@media (min-width: 751px) {
  .halmek--box {
    background-color: #fff;
  }
}
@media (max-width: 750px) {
  .halmek--box {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .halmek--box:first-child {
    padding-bottom: 0;
  }
}
.halmek--text {
  display: flex;
  justify-content: center;
}
.halmek--text-span {
  display: block;
}
.halmek--text-span:nth-child(2) {
  padding-left: 10px;
}
.halmek--text-span img {
  vertical-align: sub;
}
@media (max-width: 750px) {
  .halmek--text {
    padding-bottom: 5px;
    font-size: 17px;
  }
}
.halmek--number {
  font-size: 32px;
  padding-top: 10px;
  line-height: 1.5;
}
.halmek--call {
  color: #89a326;
  font-family: "Rubik", sans-serif;
}
.halmek--call:hover {
  transition: opacity 0.3s ease-out;
  opacity: 0.6;
}
.halmek--time {
  font-weight: 300;
  font-size: 14px;
  color: #7b7c81;
}
@media (max-width: 750px) {
  .halmek--time {
    padding-top: 10px;
  }
}
.halmek--anxiety {
  text-align: center;
  color: #89a326;
  margin-top: 30px;
}
@media (min-width: 751px) {
  .halmek--anxiety {
    font-size: 22px;
  }
}
.halmek--buttun {
  margin-top: 15px;
}
@media (max-width: 750px) {
  .halmek--buttun {
    margin-top: 0;
    padding: 0 20px;
  }
}
.halmek--buttun-btn {
  width: 100%;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 1.2rem 3rem 1.2rem 2rem;
  border-radius: 100vh;
  font-family: "Hiragino Kaku Gothic Pro";
}
@media (max-width: 750px) {
  .halmek--buttun-btn {
    padding: 18px;
  }
}
.halmek--buttun-btn:hover {
  transition: opacity 0.05s ease-out;
  opacity: 0.6;
}
@media (max-width: 750px) {
  .halmek--buttun-btn:hover {
    margin-top: 3px;
  }
}
.halmek--buttun-btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/kaigo/assets/img/cvn_icon_arrow.svg);
  position: absolute;
}
.halmek--buttun-green {
  font-size: 20px;
  background-color: #89a326;
}
@media (min-width: 751px) {
  .halmek--buttun-green {
    border-bottom: 2px solid #708423;
  }
}
@media (max-width: 750px) {
  .halmek--buttun-green {
    border-bottom: 5px solid #708423;
  }
  .halmek--buttun-green:hover {
    border-bottom: 2px solid #708423;
  }
}
.halmek--buttun-green::before {
  top: 44%;
  right: 25px;
}
@media (min-width: 751px) {
  .halmek--buttun-green::before {
    width: 8px;
    height: 10px;
  }
}
@media (max-width: 750px) {
  .halmek--buttun-green::before {
    top: 37%;
  }
}
@media (max-width: 750px) {
  .halmek--buttun-green {
    font-size: 15px;
  }
}
.halmek--buttun-pink {
  font-size: 36px;
  background-color: #e04f68;
  line-height: 1.3;
}
@media (min-width: 751px) {
  .halmek--buttun-pink {
    border-bottom: 2px solid #be394f;
  }
}
@media (max-width: 750px) {
  .halmek--buttun-pink {
    font-size: 20px;
    border-bottom: 5px solid #be394f;
  }
  .halmek--buttun-pink:hover {
    border-bottom: 2px solid #be394f;
  }
}
.halmek--buttun-pink::before {
  top: 45%;
  right: 40px;
}
@media (max-width: 750px) {
  .halmek--buttun-pink::before {
    right: 25px;
  }
}
.halmek--buttun-pink::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/kaigo/assets/img/cvn_icon_form.svg);
  top: 35%;
  left: 35px;
  width: 41px;
  height: 40px;
}
@media (max-width: 750px) {
  .halmek--buttun-pink::after {
    top: 17%;
    left: 19%;
    width: 18px;
    height: 18px;
  }
}
.halmek--buttun-span {
  font-size: 20px;
}
@media (min-width: 751px) {
  .halmek--buttun-span {
    position: relative;
  }
  .halmek--buttun-span::before {
    position: absolute;
    content: "＼";
    left: -25px;
  }
  .halmek--buttun-span::after {
    position: absolute;
    content: "／";
    right: -25px;
  }
}
@media (max-width: 750px) {
  .halmek--buttun-span {
    font-size: 13px;
  }
}
.halmek--buttun-link {
  display: block;
}
.halmek--anchor {
  text-align: right;
  padding-top: 25px;
}
@media (max-width: 750px) {
  .halmek--anchor {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.halmek--transition {
  display: inline-block;
  color: #2a2d32;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 750px) {
  .halmek--transition {
    font-size: 16px;
  }
}
.halmek--transition:hover {
  transition: opacity 0.3s ease-out;
  opacity: 0.6;
}
.halmek--transition::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #99b432;
  border-radius: 50%;
  margin: auto;
  z-index: 10;
}
.halmek--transition::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: 15;
}

.not-hover:hover {
  opacity: 1;
  transition: none;
}

.halmek-mv {
  width: 100%;
}
@media (min-width: 751px) {
  .halmek-mv {
    background: url(/kaigo/assets/img/mv_pc.jpg) top/cover;
    height: 770px;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .halmek-mv {
    background: url(/kaigo/assets/img/bg_light_orange.jpg) 50% repeat;
    padding-bottom: 65px;
  }
}
.halmek-mv__container {
  position: relative;
}
@media (max-width: 750px) {
  .halmek-mv__container {
    padding: 0;
  }
  .halmek-mv__container::after {
    position: absolute;
    content: "";
    background: url(/kaigo/assets/img/bg_mv_bottom_sp.jpg) bottom no-repeat;
    background-size: 100%;
    height: 128px;
    width: 100%;
    bottom: -80px;
    z-index: -10;
  }
}
@media (min-width: 751px) {
  .halmek-mv__sec {
    position: absolute;
    top: 60px;
    left: 0;
    width: 520px;
  }
}
@media (min-width: 751px) {
  .halmek-mv__logo {
    width: 351px;
  }
}
@media (min-width: 751px) {
  .halmek-mv__catch {
    margin-top: 50px;
  }
  .halmek-mv__catch img {
    width: 523px;
  }
}
@media (max-width: 750px) {
  .halmek-mv__catch {
    width: 306px;
    margin: 0 auto;
    padding-top: 15px;
  }
}
.halmek-mv__pink {
  padding-top: 10px;
}
@media (max-width: 750px) {
  .halmek-mv__pink {
    padding: 10px 0 0;
  }
}
.halmek-mv__pink .halmek--buttun-pink {
  padding: 0.9rem 3rem 0.9rem 2rem;
}
@media (min-width: 751px) {
  .halmek-mv__pink .halmek--buttun-pink {
    font-size: 25px;
  }
}
@media (max-width: 750px) {
  .halmek-mv__pink .halmek--buttun-pink {
    font-size: 18px;
    padding: 10px 0;
  }
}
.halmek-mv__pink .halmek--buttun-pink::before {
  right: 30px;
}
.halmek-mv__pink .halmek--buttun-pink::after {
  background-image: url(/kaigo/assets/img/cvn_icon_balloon.svg);
  width: 41px;
  height: 33px;
}
@media (max-width: 750px) {
  .halmek-mv__pink .halmek--buttun-pink::after {
    width: 28px;
    height: 21px;
    top: 43%;
    left: 17px;
  }
}
.halmek-mv__span {
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  color: #e04f68;
  margin-bottom: 12px;
  padding: 5px 12px;
}
@media (max-width: 750px) {
  .halmek-mv__span {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.halmek-mv__contact {
  margin-top: 35px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 0px 20px 0px rgba(41, 61, 76, 0.05);
}
@media (max-width: 750px) {
  .halmek-mv__contact {
    margin: 25px 20px 0;
    padding: 15px 25px 25px;
  }
}
.halmek-mv__text {
  text-align: center;
}
@media (max-width: 750px) {
  .halmek-mv__text {
    line-height: 1.6;
    font-size: 16px;
  }
}
.halmek-mv__subtext {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  padding-top: 25px;
}
.halmek-mv__clm {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media (max-width: 750px) {
  .halmek-mv__clm {
    padding-top: 0;
    display: block;
  }
}
.halmek-mv__clm02 {
  width: 50%;
}
@media (max-width: 750px) {
  .halmek-mv__clm02 {
    width: 100%;
  }
}
.halmek-mv__buttun {
  width: 235px;
  background-color: #89a326;
  box-sizing: border-box;
  border-radius: 25px;
}
.halmek-mv__border {
  border: solid 2px #89a326;
  border-radius: 100vh;
}
.halmek-mv__tel {
  font-size: 19px;
  color: #89a326;
  padding: 10px 0;
  position: relative;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 750px) {
  .halmek-mv__tel {
    color: #fff;
    padding: 20px;
  }
}
.halmek-mv__tel::before {
  position: absolute;
  content: "";
  background-image: url(/kaigo/assets/img/cvn_icon_tel_g.svg);
  width: 17px;
  height: 17px;
  top: 36%;
  left: 15px;
}
@media (max-width: 750px) {
  .halmek-mv__tel::before {
    background-image: url(/kaigo/assets/img/cvn_icon_tel_w.svg);
    top: 38%;
    left: -14px;
  }
}
.halmek-mv__mail {
  padding: 10px 0;
}
@media (min-width: 751px) {
  .halmek-mv__mail {
    margin-left: 5px;
  }
}
.halmek-mv__mail::before {
  right: 17px;
}
@media (min-width: 751px) {
  .halmek-mv__mail::before {
    top: 40%;
  }
}
.halmek-mv__green {
  width: 230px;
  padding: 0;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 750px) {
  .halmek-mv__green {
    padding-top: 15px;
    width: 100%;
  }
}
.halmek-mv__green .halmek--buttun-green {
  padding: 18px;
  font-size: 15px;
}
.halmek-mv .halmek--time {
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .halmek-mv .halmek--time {
    padding-top: 10px;
  }
}

@media (max-width: 750px) {
  #cta_tel_mv::before {
    content: none;
  }
}

.halmek-point__text {
  color: #2a2d32;
}
@media (max-width: 750px) {
  .halmek-point__text {
    font-size: 16px;
  }
}
.halmek-point__catch {
  text-align: center;
}
.halmek-point__title {
  font-size: 48px;
  color: #89a326;
  display: table;
  border-bottom: dotted 4px #89a326;
  margin: auto;
}
@media (max-width: 750px) {
  .halmek-point__title {
    font-size: 30px;
  }
}
.halmek-point__span {
  vertical-align: baseline;
  display: table-cell;
  line-height: 1.5;
}
.halmek-point__span:first-child {
  font-size: 60px;
}
@media (max-width: 750px) {
  .halmek-point__span:first-child {
    font-size: 40px;
  }
}
.halmek-point__box {
  margin: 30px 40px 0;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  background: url(/kaigo/assets/img/bg_green.jpg) 50% repeat;
}
@media (max-width: 750px) {
  .halmek-point__box {
    margin: 30px 0 0;
  }
}
.halmek-point__box::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 66px;
  height: 75px;
  background-image: url(/kaigo/assets/img/bird_icon.png);
  top: -55px;
  left: 30px;
}
@media (max-width: 750px) {
  .halmek-point__box::before {
    width: 50px;
    height: 50px;
    top: -24px;
    left: -13px;
  }
}
.halmek-point__box::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 69px;
  height: 68px;
  background-image: url(/kaigo/assets/img/flower_icon.png);
  right: 15px;
  bottom: -45px;
}
@media (max-width: 750px) {
  .halmek-point__box::after {
    width: 50px;
    height: 50px;
    right: -14px;
    bottom: -16px;
  }
}
.halmek-point__numbering {
  padding: 15px 50px;
}
@media (max-width: 750px) {
  .halmek-point__numbering {
    padding: 15px;
  }
}
.halmek-point__list {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
  border-top: dotted 2px #a0b543;
  padding: 30px 0;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .halmek-point__list {
    font-size: 16px;
    padding: 10px 0;
  }
}
.halmek-point__list:first-child {
  border-top: none;
}
.halmek-point__list span {
  position: absolute;
  left: 0;
  color: #f3d718;
  font-size: 50px;
  top: 10px;
  left: -50px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 750px) {
  .halmek-point__list span {
    font-size: 32px;
    left: -35px;
  }
}
.halmek-point__illustration {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .halmek-point__illustration {
    display: block;
  }
}
.halmek-point__img {
  width: 314px;
}
@media (max-width: 750px) {
  .halmek-point__img {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .halmek-point__img:first-child {
    margin-top: 0;
  }
  .halmek-point__img img {
    width: 50%;
  }
}
.halmek-point__caption {
  margin-top: 25px;
  color: #89a326;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .halmek-point__caption {
    font-size: 22px;
    margin-top: 0;
    width: 50%;
    text-align: left;
    margin-left: 20px;
  }
}
.halmek-point__caption span {
  font-size: 16px;
  font-weight: 300;
  color: #2a2d32;
}

@media (max-width: 750px) {
  .halmek-profile {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.halmek-profile__text {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.08em;
}
.halmek-profile__text:first-child {
  font-size: 44px;
}
@media (max-width: 750px) {
  .halmek-profile__text {
    font-size: 26px;
    line-height: 1.8;
  }
}
.halmek-profile__clm {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .halmek-profile__clm {
    margin-top: 10px;
    display: block;
  }
}
.halmek-profile__img {
  width: 35%;
}
@media (max-width: 750px) {
  .halmek-profile__img {
    width: 70%;
    margin: 0 auto;
  }
}
.halmek-profile__detail {
  width: 60%;
}
@media (max-width: 750px) {
  .halmek-profile__detail {
    width: 100%;
  }
}
.halmek-profile__top {
  color: #89a326;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .halmek-profile__top {
    margin-top: 30px;
    font-size: 20px;
  }
}
.halmek-profile__career {
  font-weight: 300;
  margin: 20px 0;
}
@media (max-width: 750px) {
  .halmek-profile__career {
    margin: 10px 0;
  }
}
.halmek-profile__career:nth-child(3) {
  margin-top: 0;
}
@media (min-width: 751px) {
  .halmek-profile__career:nth-child(3) {
    margin-bottom: 40px;
  }
}
.halmek-profile__list {
  position: relative;
  font-weight: 300;
  margin-top: 15px;
  padding-left: 15px;
  margin-top: 0;
}
@media (max-width: 750px) {
  .halmek-profile__list {
    font-size: 16px;
  }
}
.halmek-profile__list:first-child {
  margin-top: 5px;
}
.halmek-profile__list::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #89a326;
}

.halmek-consul__wrapper {
  display: flex;
}
@media (max-width: 750px) {
  .halmek-consul__wrapper {
    display: block;
  }
}
.halmek-consul__img {
  width: 35%;
  margin-top: 45px;
}
@media (max-width: 750px) {
  .halmek-consul__img {
    width: 80%;
    margin: 20px auto 0;
  }
}
.halmek-consul__catch {
  width: 55%;
  margin-left: 35px;
}
@media (max-width: 750px) {
  .halmek-consul__catch {
    width: 100%;
    margin-left: 0;
  }
}
.halmek-consul__text {
  font-size: 40px;
  color: #89a326;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .halmek-consul__text {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
  }
}
.halmek-consul__marker {
  background: linear-gradient(transparent 70%, #f3d718 0);
}
.halmek-consul__item {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .halmek-consul__item {
    margin-top: 15px;
  }
}
.halmek-consul__list {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 45px;
  font-weight: 300;
  position: relative;
}
.halmek-consul__list:first-child {
  margin-top: 0;
}
@media (max-width: 750px) {
  .halmek-consul__list {
    padding-top: 0;
    padding-left: 35px;
    font-size: 16px;
  }
}
.halmek-consul__list::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: -0.33em;
  width: 30px;
  height: 30px;
  background-color: #e99221;
  border-radius: 50%;
  border: solid 5px #fbe9d3;
  margin: auto;
  z-index: 10;
}
@media (max-width: 750px) {
  .halmek-consul__list::before {
    top: -0.1em;
    width: 20px;
    height: 20px;
  }
}
.halmek-consul__list::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0.3em;
  width: 16px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: 15;
}
@media (max-width: 750px) {
  .halmek-consul__list::after {
    top: 8px;
    left: 0.25em;
    width: 11px;
    height: 6px;
  }
}

@media (min-width: 751px) {
  .halmek-worry {
    max-width: 944px;
  }
}
@media (max-width: 750px) {
  .halmek-worry {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.halmek-worry__catch {
  margin-top: 15px;
}
.halmek-worry__icon {
  width: 316px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .halmek-worry__icon {
    width: 70%;
  }
}
@media (min-width: 751px) and (max-width: 1440px) {
  .halmek-worry__item {
    padding: 0 20px;
  }
}
.halmek-worry__text {
  text-align: center;
  font-size: 44px;
  letter-spacing: 0.08em;
}
@media (min-width: 751px) {
  .halmek-worry__text:first-child {
    font-size: 40px;
  }
}
@media (max-width: 750px) {
  .halmek-worry__text {
    font-size: 25px;
  }
}
.halmek-worry__wrapper {
  margin-top: 50px;
}
.halmek-worry__message {
  padding: 15px 80px;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  color: #fbf8f1;
  position: relative;
}
@media (max-width: 750px) {
  .halmek-worry__message {
    padding: 40px 20px 10px;
  }
}
.halmek-worry__message::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 52px;
  background-image: url(/kaigo/assets/img/worry_onayami.png);
  top: -30px;
  left: -20px;
}
@media (max-width: 750px) {
  .halmek-worry__message::before {
    top: -25px;
    left: -14px;
  }
}
@media (min-width: 751px) {
  .halmek-worry__message p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.halmek-worry__subtext {
  padding: 25px 80px;
  background-color: #fff;
  position: relative;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 750px) {
  .halmek-worry__subtext {
    padding: 15px 20px 15px 60px;
  }
  .halmek-worry__subtext strong {
    font-size: 16px;
  }
}
.halmek-worry__subtext::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 50px;
  background-image: url(/kaigo/assets/img/worry_lamp.png);
  top: 30px;
  left: 25px;
}
@media (max-width: 750px) {
  .halmek-worry__subtext::before {
    top: 25px;
    left: 15px;
  }
}
.halmek-worry__accordion {
  margin-top: 10px;
  text-align: left;
  display: inline-block;
}
.halmek-worry__accordion__title {
  display: inline-block;
  color: #2171ca;
  font-size: 16px;
  padding: 2px 25px 2px 0;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.halmek-worry__accordion__title::before {
  content: "";
  display: block;
  background-color: #2171ca;
  position: absolute;
  top: 43%;
  width: 15px;
  height: 2px;
  right: 3px;
}
.halmek-worry__accordion__title::after {
  content: "";
  display: block;
  background-color: #2171ca;
  position: absolute;
  top: 43%;
  width: 15px;
  height: 2px;
  right: 3px;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.halmek-worry__accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0;
  font-weight: 300;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}

.halmek-worry__accordion__title:hover,
.halmek-worry__accordion__title:active,
.halmek-worry__accordion__title.is-active {
  transition: opacity 0.3s ease-out;
  opacity: 0.6;
}

.halmek-worry__accordion__title.is-active {
  display: none;
}

.halmek-worry__accordion__content.is-open {
  padding: 0.5em 0;
  line-height: 1.8;
  height: auto;
  opacity: 1;
}
@media (max-width: 750px) {
  .halmek-worry__accordion__content.is-open {
    font-size: 16px;
  }
}

.sec__worry-green {
  background: url(/kaigo/assets/img/bg_green.jpg) 50% repeat;
}

.sec__worry-orange {
  background: url(/kaigo/assets/img/bg_orange.jpg) 50% repeat;
}

#free {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 750px) {
  #free {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.halmek-free {
  border-bottom: dotted 1px #e9e7db;
  padding-bottom: 90px;
}
@media (max-width: 750px) {
  .halmek-free {
    padding-top: 35px;
    padding-bottom: 70px;
  }
}
.halmek-free__icon {
  width: 193px;
  margin: 0 auto;
}
.halmek-free__text {
  font-size: 40px;
  text-align: center;
}
@media (max-width: 750px) {
  .halmek-free__text {
    font-size: 26px;
  }
}
.halmek-free__form {
  margin-top: 35px;
  padding-left: 50px;
}
@media (max-width: 750px) {
  .halmek-free__form {
    margin-top: 40px;
    padding-left: 15px;
  }
}
.halmek-free__contents {
  margin-top: 30px;
  padding-left: 52px;
  position: relative;
}
.halmek-free__contents::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 72px;
  top: -25px;
  left: -28px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .halmek-free__contents::before {
    width: 40px;
    height: 55px;
    top: -17px;
    left: -22px;
  }
}
.halmek-free__contents:first-child {
  margin-top: 0;
  border-left: dotted 2px #89a326;
}
@media (min-width: 751px) {
  .halmek-free__contents:first-child {
    padding-left: 50px;
  }
}
@media (max-width: 750px) {
  .halmek-free__contents {
    padding-left: 30px;
  }
}
.halmek-free__step-01::before {
  background-image: url(/kaigo/assets/img/step_icon01.png);
}
.halmek-free__step-02::before {
  background-image: url(/kaigo/assets/img/step_icon02.png);
}
.halmek-free__dectitle {
  font-size: 22px;
}
@media (max-width: 750px) {
  .halmek-free__dectitle {
    font-size: 18px;
  }
}
.halmek-free__dectext {
  margin-top: 8px;
  font-weight: 300;
}
@media (max-width: 750px) {
  .halmek-free__dectext {
    font-size: 16px;
  }
}
.halmek-free__anchor {
  color: #2171ca;
  font-weight: 600;
}
.halmek-free .halmek--list {
  margin-top: 10px;
}

.halmek-conform__clm {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .halmek-conform__clm {
    margin-top: 0;
    display: block;
  }
}
@media (min-width: 751px) {
  .halmek-conform__wrapper {
    width: calc(100%/3);
    margin-left: 40px;
  }
  .halmek-conform__wrapper:first-child {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .halmek-conform__wrapper {
    display: block;
  }
}
.halmek-conform__label {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background-color: #89a326;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 750px) {
  .halmek-conform__label {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 30px;
  }
}
.halmek-conform__label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 43%;
  bottom: -20px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #89a326;
}
.halmek-conform__img {
  padding: 40px 16px 0;
}
@media (max-width: 750px) {
  .halmek-conform__img {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.halmek-conform__caption {
  margin-top: 25px;
  color: #89a326;
  text-align: center;
  font-size: 28px;
}
@media (max-width: 750px) {
  .halmek-conform__caption {
    font-size: 22px;
  }
}
.halmek-conform__caption span {
  color: #2a2d32;
  font-weight: 300;
  font-size: 16px;
}
.halmek-conform__clmtext {
  font-weight: 300;
}
@media (max-width: 750px) {
  .halmek-conform__clmtext {
    font-size: 16px;
  }
}
.halmek-conform__box {
  background-color: #fbf8f1;
  margin-top: 35px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.halmek-conform__address {
  color: #e99221;
}
.halmek-conform__pre {
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
}
.halmek-conform__pre::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #e99221;
}
.halmek-conform__pre span {
  display: inline-block;
  padding-right: 10px;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 600;
}
.halmek-conform .halmek--transition::after {
  transform: rotate(135deg);
  top: 11px;
}

@media (max-width: 750px) {
  .halmek-pop {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.halmek-pop__catch {
  text-align: center;
}
.halmek-pop__catch:last-child .halmek-pop__text {
  display: inline-block;
  position: relative;
}
.halmek-pop__catch:last-child .halmek-pop__text::before {
  content: "";
  background-image: linear-gradient(to right, #fff, #fff 3px, transparent 4px, transparent 10px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  position: absolute;
  top: 68px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 750px) {
  .halmek-pop__catch:last-child .halmek-pop__text::before {
    top: 40px;
  }
}
.halmek-pop__logo {
  width: 226px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .halmek-pop__logo {
    width: 150px;
  }
}
.halmek-pop__text {
  margin-top: 10px;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 750px) {
  .halmek-pop__text {
    font-size: 24px;
  }
}
.halmek-pop__box {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 50px 0;
  padding: 66px 68px;
}
@media (max-width: 750px) {
  .halmek-pop__box {
    margin: 20px 0;
    padding: 35px 20px;
  }
}
.halmek-pop__clm {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.halmek-pop__dec {
  color: #89a326;
  font-size: 30px;
}
@media (max-width: 750px) {
  .halmek-pop__dec {
    margin-top: 20px;
    font-size: 20px;
  }
}
.halmek-pop__sudec {
  font-weight: 300;
  margin-top: 15px;
}
@media (max-width: 750px) {
  .halmek-pop__sudec {
    margin-top: 10px;
    font-size: 16px;
  }
}
.halmek-pop__centerimg {
  width: 48%;
}
@media (max-width: 750px) {
  .halmek-pop__centerimg {
    width: 100%;
    margin-top: 20px;
  }
  .halmek-pop__centerimg:first-child {
    margin-top: 0;
  }
}
.halmek-pop__img {
  box-shadow: 0 0 8px #eceded;
}
.halmek-pop__subtext {
  margin-top: 20px;
  color: #fff;
}
@media (min-width: 751px) {
  .halmek-pop__subtext {
    font-size: 26px;
  }
}

.halmek-pop__sec01 img {
  box-shadow: 0 0 8px #eceded;
}
@media (min-width: 751px) {
  .halmek-pop__sec01 .halmek-pop__message {
    width: 65%;
  }
  .halmek-pop__sec01 .halmek-pop__sideimg {
    width: 25%;
  }
}
@media (max-width: 750px) {
  .halmek-pop__sec01 {
    flex-direction: column-reverse;
  }
  .halmek-pop__sec01 .halmek-pop__sideimg {
    width: 50%;
    margin: 0 auto;
  }
}

.halmek-pop__sec02 {
  padding: 25px 0 50px;
}
@media (max-width: 750px) {
  .halmek-pop__sec02 {
    padding-bottom: 40px;
    display: block;
  }
}

.halmek-pop__sec03 {
  position: relative;
}
.halmek-pop__sec03::before {
  content: "";
  background-image: linear-gradient(to right, #e9e7db, #e9e7db 3px, transparent 4px, transparent 10px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 751px) {
  .halmek-pop__sec03 {
    padding-top: 50px;
  }
  .halmek-pop__sec03 .halmek-pop__message {
    width: 65%;
  }
  .halmek-pop__sec03 .halmek-pop__sideimg {
    width: 30%;
  }
}
@media (max-width: 750px) {
  .halmek-pop__sec03 {
    display: block;
    padding-top: 40px;
  }
  .halmek-pop__sec03 .halmek-pop__sideimg {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .halmek-qa {
    padding: 70px 0 25px;
  }
}
.halmek-qa__icon {
  width: 120px;
  margin: 0 auto;
}
.halmek-qa__text {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  .halmek-qa__text {
    font-size: 26px;
    padding: 0 20px 30px;
  }
}
.halmek-qa__accordion {
  text-align: left;
  border-top: solid 1px #e5e9f1;
}
.halmek-qa__accordion:last-child {
  border-bottom: solid 1px #e5e9f1;
}
@media (max-width: 750px) {
  .halmek-qa__accordion:first-child {
    margin-top: 10px;
  }
}
.halmek-qa__accordion__container {
  display: table;
  width: 100%;
  color: #2a2d32;
  padding: 0.825em 0.625em 0.525em 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 750px) {
  .halmek-qa__accordion__container {
    padding: 10px 2.5em 10px 0.625em;
  }
}
.halmek-qa__accordion__container::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid;
  border-color: transparent transparent #89a326 #89a326;
  transform: rotate(-45deg);
  position: absolute;
  top: 36%;
  right: 25px;
}
@media (max-width: 750px) {
  .halmek-qa__accordion__container::before {
    top: 18%;
  }
}
.halmek-qa__accordion__icon {
  display: table-cell;
  font-size: 30px;
  width: 4%;
}
.halmek-qa__accordion__text {
  display: table-cell;
  width: 96%;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .halmek-qa__accordion__text {
    padding-top: 5px;
    padding-left: 15px;
  }
}
.halmek-qa__accordion__content {
  display: table;
  width: 100%;
  padding: 0 3.5em 0 2em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}
@media (max-width: 750px) {
  .halmek-qa__accordion__content {
    padding: 0 3.5em 0 0.7em;
  }
}
.halmek-qa__accordion__subtext {
  font-weight: 300;
}
@media (max-width: 750px) {
  .halmek-qa .halmek--cta {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.halmek-qa .halmek--transition::after {
  transform: rotate(135deg);
  top: 11px;
}

@media (min-width: 751px) {
  .halmek-qa__accordion__container:hover,
.halmek-qa__accordion__container:active {
    transition: opacity 0.3s ease-out;
    color: #89a326;
  }
}

.halmek-qa__accordion__container.is-active::before {
  opacity: 1;
  transform: rotate(135deg);
  top: 40%;
}
@media (max-width: 750px) {
  .halmek-qa__accordion__container.is-active::before {
    top: 27%;
  }
}

.halmek-qa__accordion__container.is-active::after {
  transform: rotate(0);
}

.halmek-qa__accordion__content.is-open {
  padding: 0 3.5em 1.525em 2em;
  line-height: 1;
  height: auto;
  opacity: 1;
}
@media (min-width: 751px) {
  .halmek-qa__accordion__content.is-open .halmek-qa__accordion__icon {
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .halmek-qa__accordion__content.is-open .halmek-qa__accordion__icon {
    line-height: 1.8;
  }
}
.halmek-qa__accordion__content.is-open .halmek-qa__accordion__subtext {
  line-height: 1.8;
}
@media (max-width: 750px) {
  .halmek-qa__accordion__content.is-open .halmek-qa__accordion__subtext {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .halmek-qa__accordion__content.is-open {
    padding: 0 2.5em 0.825em 0.7em;
  }
}

.icon-question {
  color: #89a326;
}

.icon-answer {
  color: #e99221;
}

.halmek-footer {
  background-color: #f6f7f8;
  margin: 0;
}
@media (max-width: 750px) {
  .halmek-footer {
    padding-bottom: 79px;
  }
}
.halmek-footer__sitemap {
  padding: 40px 0;
  text-align: left;
  width: 430px;
}
@media (max-width: 750px) {
  .halmek-footer__sitemap {
    width: 100%;
    padding: 25px 0;
  }
}
.halmek-footer__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .halmek-footer__link {
    display: block;
  }
  .halmek-footer__link p {
    margin-top: 15px;
  }
  .halmek-footer__link p:first-child {
    margin-top: 0;
  }
}
.halmek-footer__target {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  color: #2a2d32;
  font-weight: 300;
  font-size: 16px;
}
.halmek-footer__target:hover {
  transition: opacity 0.3s ease-out;
  opacity: 0.6;
}
.halmek-footer__target::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-image: url(/kaigo/assets/img/targer_icon.png);
  right: 0;
  top: 7px;
}
.halmek-footer__copyright {
  font-size: 14px;
  font-weight: 300;
  padding-top: 15px;
  font-family: "Rubik", sans-serif;
  color: #7b7c81;
}
@media (max-width: 750px) {
  .halmek-footer__copyright {
    padding-top: 25px;
  }
}

.halmek-header {
  padding: 10px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  position: fixed;
  z-index: 100;
  box-shadow: 0px 0px 20px 0px rgba(41, 61, 76, 0.05);
}
@media (max-width: 750px) {
  .halmek-header {
    padding: 11px 20px;
    bottom: 0;
  }
}
@media (min-width: 751px) {
  .halmek-header__wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.halmek-header__clm {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.halmek-header__logo {
  max-width: 281px;
  padding: 14px 0;
}
@media (max-width: 750px) {
  .halmek-header__logo {
    display: none;
  }
}
.halmek-header__logo img {
  display: inline-block;
  vertical-align: middle;
}
.halmek-header__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 751px) {
  .halmek-header__right {
    max-width: 480px;
    margin-left: 45px;
  }
}
@media (max-width: 750px) {
  .halmek-header__right {
    width: 100%;
  }
}
.halmek-header__contact {
  position: relative;
}
@media (max-width: 750px) {
  .halmek-header__contact {
    padding-left: 35px;
  }
}
.halmek-header__contact::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-image: url(/kaigo/assets/img/cvn_icon_tel_gw.svg);
  top: 10px;
  left: -45px;
}
@media (max-width: 750px) {
  .halmek-header__contact::before {
    background-image: url(/kaigo/assets/img/cvn_icon_tel.svg);
    width: 20px;
    height: 20px;
    top: 20px;
    left: 0;
  }
}
.halmek-header__number {
  font-size: 24px;
  color: #89a326;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  position: relative;
}
.halmek-header__time {
  font-size: 12px;
}
@media (max-width: 750px) {
  .halmek-header__time {
    padding-top: 0;
  }
}
@media (min-width: 751px) {
  .halmek-header__mail {
    width: 180px;
    margin-left: 15px;
  }
  .halmek-header__mail .halmek--buttun {
    padding-top: 0;
  }
  .halmek-header__mail .halmek--buttun-green {
    font-size: 16px;
  }
  .halmek-header__mail .halmek--buttun-green::before {
    right: 18px;
  }
  .halmek-header__mail .halmek--buttun-btn {
    padding: 8px 35px;
    line-height: 1.3;
  }
}
@media (max-width: 750px) {
  .halmek-header__mail .halmek--buttun-btn::before {
    content: none;
  }
  .halmek-header__mail .halmek--buttun-btn::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/kaigo/assets/img/cvn_icon_mail_w.svg);
    width: 20px;
    height: 20px;
    top: 17px;
    left: 15px;
    z-index: 200;
  }
  .halmek-header__mail .halmek--buttun {
    padding: 0;
  }
  .halmek-header__mail .halmek--buttun-btn {
    width: 50px;
    height: 50px;
    padding: 0;
  }
}

.follow {
  display: block;
  width: 100%;
  z-index: 100;
}