* {
  margin: 0;
  padding: 0;
  color: #3b3b3b;
}

body {
  -webkit-text-size-adjust: 100%;
}

/**** header ****/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85vw;
  height: 70px;
  margin: 10px 24px;
  padding: 0 5vw;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #FFFFFF99;
  font-weight: bold;
  border-radius: 10px;
}

.header__img {
  width: 150px;
}

.header__img a {
  text-decoration: none;
}

.header__img img {
  width: 100%;
}

.header__menu {
  width: 60%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header__menu-list--flex {
  display: flex;
  justify-content: space-around;
  width: 96px;
}

.header__menu-list a {
  text-decoration: none;
  transition: .1s;
  font-size: 16px;
}

.header__menu-list p {
  text-align: center;
  cursor: pointer;
  transition: .1s;
  font-size: 16px;
}

.header__menu-list a:link,
.header__menu-list a:visited {
  color: #3b3b3b;
  cursor: pointer;
}

.header__menu-list a:hover,
.header__menu-list p:hover {
  color: #F47913;
  transition: .1s;
}

.hamburger-menu {
  display: none;
}

/**** ハンバーガーメニュー内容 ****/
.menu-module {
  position: fixed;
  z-index: 200;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3C3C3C;
}

.menu-module__inner {
  margin: 40px 16px;
}

.menu-module__head {
  display: flex;
  justify-content: flex-end;
}

.menu-module__menus {
  line-height: 2;
  height: 70vh;
  overflow-y: auto;
}

.menu-module__menu-list a,
.menu-module__menu-list p,
.service-menu a {
  color: #FFFEFC;
  text-decoration: none;
}

.menu-module__service {
  display: flex;
  align-items: center;
}

.menu-module__service img {
  width: 12px;
  height: 8px;
  margin-left: 8px;
}

.service-menu {
  margin: 8px;
  display: none;
}

.menu-module__sns-share {
  display: flex;
  align-items: center;
  margin: 56px 24px;
}

.menu-module__sns-icon {
  margin-right: 16px;
}

.hide-module {
  right: -120%;
  transition: all 0.4s;
}

.show-module {
  right: 0;
  transition: all 0.4s;
}

/**** 画面右上のSNSアイコン ****/
.sns-share {
  position: fixed;
  right: 20px;
  width: 24px;
}

.sns-icon {
  margin: 13px 0;
  cursor: pointer;
}

.sns-icon__img {
  display: block;
}

.sns-icon__img-hover {
  display: none;
}

.sns-icon:hover .sns-icon__img {
  display: none;
}

.sns-icon:hover .sns-icon__img-hover {
  display: block;
}

#nav-drawer {
  display: none;
}

.service__menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 35%;
  background-color: #ffffff;
  padding: 10px 22px;
  border-radius: 12px;
  box-shadow: 0px 3px 12px rgba(60, 60, 60, 0.15);
}

.service__menu-list a {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  transition: .1s;
}

.service__menu-list a:link,
.service__menu-list a:visited {
  color: #3b3b3b;
  cursor: pointer;
}

.service__menu-list a:hover {
  color: #F47913;
  transition: .1s;
}

/**** footer ****/
footer {
  background-color: #EDEDED;
  padding-top: 80px;
}

.footer_logo {
  width: 230px;
}

.footer__img-address-sns {
  width: 66vw;
  margin-left: auto;
  margin-right: auto;
}

.footer__text__img {
  display: flex;
  justify-content: space-between;
  padding-top: 21px;
  margin: 0 0 152px 0;
}

.footer__address-text {
  font-size: 12px;
  line-height: 25px;
  width: 50vw;
}

.footer__sns-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
}

.footer_sns-icon {
  margin: 30px 10px 30px 10px;
}

.footer__cooperate-text {
  font-size: 16px;
  text-align: center;
  padding-bottom: 80px;
}

.page-title--orange {
  margin-top: 150px;
  text-align: center;
}

.page-title--orange h1 {
  display: inline;
  color: #F47913;
  padding-bottom: 10px;
  border-bottom: 4px solid #F47913;
}

.contact-module__wrapper p {
  letter-spacing: 2px;
  font-size: 20px;
}

.contact-module___title {
  display: flex;
  justify-content: center;
  width: 100%;
}

.contact-module___title h2 {
  letter-spacing: 4px;
  margin: 0 10px;
}

.contact-module__email-button-wrapper {
  position: relative;
  width: 60%;
  height: 170px;
  margin: 50px auto 0;
  background-color: #ffffff;
  color: #3b3b3b;
  font-weight: bold;
  border: 2px #3C3C3C solid;
  border-radius: 30px;
}

.contact-module__email-button-wrapper .contact_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-module__email-button {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.img_mail {
  width: 50px;
}

.contact-module__email-button p {
  text-align: center;
  line-height: 170px;
  margin-left: 20px;
}

.contact-module__button-wrapper {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}

.contact-module__button {
  width: 43%;
  height: 200px;
  margin: 50px 0;
  padding: 16px;
  background-color: #ffffff;
  color: #3b3b3b;
  font-weight: bold;
  border: 2px #3C3C3C solid;
  border-radius: 30px;
}

.contact-module__button a {
  text-decoration: none;
  pointer-events: none;
}

.contact-module__button p {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
}

.contact-module__homecare-text {
  padding-top: 24px;
}

.contact-module__button-element {
  display: flex;
  margin: 6px 0;
  align-items: center;
  justify-content: center;
}

.contact-module__button-element b {
  margin: 0 10px;
}

.contact-module__button-element p {
  color: #68A759;
  font-size: 20px;
  margin-top: 0;
}

/**** ページトップに戻る ****/
.to_page_top {
  display: none;
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 10;
}

/* =====================================
            レスポンシブ対応
   ===================================== */
@media only screen and (min-width: 600px) {
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    height: 72px;
    margin: 0 auto;
    width: 90%;
    border-radius: 0;
  }

  .header__menu {
    justify-content: flex-end;
  }

  .header__menu-list {
    display: none;
  }

  /* SNSアイコン */
  .sns-share {
    display: none;
  }

  /* ハンバーガーメニュー */
  .hamburger-menu {
    position: relative;
    display: block;
    margin: 8px;
  }

  .hamburger-menu img {
    min-height: 24px;
    height: 70%;
    margin: 8px;
  }

  /* 問い合わせモジュール */
  .contact-module__background_img {
    height: 40px;
  }

  .contact-module__wrapper {
    height: 100%;
    padding: 80px 0;
  }

  .contact-module__inner {
    width: 90vw;
    margin: 0 auto;
  }

  .contact-module__email-button-wrapper,
  .contact-module__button {
    width: auto;
    height: 104px;
    margin: 24px 0;
    border: 1px #3C3C3C solid;
  }

  .contact-module__email-button-wrapper {
    height: 104px;
    margin-top: 48px;
  }

  .contact-module__button {
    height: 160px;
  }

  .contact-module__button p {
    margin: 8px 0;
    font-size: 16px;
  }

  .contact-module__button a {
    pointer-events: auto;
  }

  .phone-element {
    margin-top: -16px;
  }

  .contact-module__button-wrapper {
    display: block;
    width: 100%;
    align-content: center;
  }

  .contact-module__email-button {
    align-items: center;
  }

  .contact-module__email-button p {
    line-height: 1;
    font-size: 16px;
  }

  .img_mail {
    width: 24px;
  }

  /* フッター */
  .footer_logo {
    width: 152px;
  }

  .footer__text__img {
    display: block;
    margin: 24px 0;
  }

  .footer__address-text {
    width: 100%;
  }

  .footer__sns-share {
    justify-content: flex-start;
    margin: 24px 0;
  }

  .footer_sns-icon {
    width: 24px;
    margin: 0 16px 0 0;
  }

  .footer__cooperate-text {
    font-size: 10px;
  }

}