@charset "utf-8";

/*-------------------
    common
*/

/* svg header color */
.iconSvg-map {
  fill: #333;
  width: 21.27px;
  height: 42px;
}

.iconSvg-catalog {
  fill: #ffffff;
  width: 20px;
}

.iconSvg-request {
  fill: #ffffff;
  width: 20px;
}

.iconSvg-tel {
  fill: #333;
  width: 38px;
  height: 38px;
}
/* ここまでsvg header color */

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

/* .header */
.header {
  padding-bottom: 100px;
}

/* .header__logo */
.header__logo {
  background-color: #fff;
}

.header__title {
  margin: 0 auto;
  padding-left: 6px;
  max-width: 1280px;
  line-height: 0;
}

.header__title-img {
  display: inline-block;
  padding: 12px 0;
  width: 115px;
}

/* .header-detail */
.header-detail {
  position: absolute;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
}

.is-header-fixed {
  position: fixed;
  top: 0;
}

.header-inner {
  background-color: #fff;
}

.header-body {
  display: flex;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  color: #3c3c3c;
  box-sizing: border-box;
  padding: 10px 0 15px;
}

.header-body h2 {
  font-size: clamp(1.375rem, 1.281rem + 0.47vw, 1.75rem);
  width: 60%;font-family: var(--ryumin-font);}

.header-body__title span { color: #008d54; }

.header-body__title img {
  width: 154px;
  vertical-align: middle;
  margin-right: 2%;
}

.header-body__title a {
  font-size: clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem);
  color: #707070;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: .14em;
}

.header-nav {
  margin: 0 0 0 auto;
}

.header-nav__list {
  display: flex;
  align-items: center;
  font-family: var(--ryumin-font);
}

.header-nav__list .header-nav__item:last-of-type {
  margin-right: 0;
}

.header-nav__list .header-nav__link,
.header-nav__list .header-nav__link_none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 7px 0 7px 0;
  color: #3c3c3c;
  font-size: 14px;
  background-color: var(--mossgreen-color);
  gap: 4px;
}
.header-nav__list .header-nav__link.none {
  color: #869882;
}

.header-nav__item > a.off {
  color: #b0a2aa;
}

.header-nav__list .header-nav__link.header-nav__link_arrow {
  padding-right: 20px;
  color: #464646;
  padding-right: 15px;
  background: url(../img/icon_arrow-gray.png) no-repeat;
  background-position: right;
  background-size: 8px;
  margin-right: 15px;
  transition: 0.5s;
}

.header-nav__list .header-nav__link.header-nav__link_arrow:hover {
  opacity: 0.5;
}

/* header svg */
.header-nav__list .header-nav__link .header-nav__svg {
  margin-right: 5px;
  line-height: 0;
}

.header-nav__item-catalog .header-nav__link::before,
.header-nav__item-request .header-nav__link::before {
  top: 22%;
  left: 14px;
}

/*
.header-nav__item-catalog .header-nav__link::before {
  background-image: url(../../fg/fg_common/images/icon_menu-catalog.png);
}

.header-nav__item-request .header-nav__link::before {
  background-image: url(../../fg/fg_common/images/icon_menu-request.png);
}
*/

.header-nav .header-nav__form_btn {
  margin-right: 14px;
}

.header-nav__form_btn .header-nav__link {
  color: #ffffff;
  padding: 0 10px;
  transition: 0.5s;
  height: 45px;
}
.header-nav__form_btn .header-nav__link:hover {
  opacity: 0.5;
}

.header-nav__form_btn .header-nav__link_none {
  color: #ffffff40;
  padding: 0 10px;
  transition: 0.5s;
  height: 45px;
  background: var(--mossgreen-color);
}
.header-nav__form_btn .header-nav__link_none .iconSvg-request {
  fill: #ffffff40;
}

/* .header-hamburger */
.header-hamburger,
.black-bg {
  display: none;
}

/* .localnav */
.localnav {
  position: relative;
  background: #fff;
  font-family: var(--ryumin-font);
}

.localnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.localnav__list .localnav__item {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.localnav__list .localnav__item:first-of-type {
  border-left: none;
}

.localnav__item .localnav__link {
  display: block;
  text-decoration: none;
  line-height: 1.7;
  padding: 7px 10px;
  font-size: 12px;
  letter-spacing: 0.09em;
  transition: all 0.3s ease;
  border-right: 1px solid #d8d8d8;
}
.localnav__item .localnav__link img {
  max-width: 40px;
  margin-left: 5px;
  vertical-align: -3px;
}
.localnav__list .localnav__link:not(.none):hover {
  background: #f0ecde;
}
.localnav__list .localnav__link:hover a {
  color: #3c3c3c;
}
.localnav__item .localnav__link:hover a {
  color: #3c3c3c;
}

.localnav__item .localnav__link.none {
  color: #3c3c3c21;
  border-right: none;
}
.localnav__item .localnav__item.none:hover {
  color: #5d5d5d;
  background: #fff;
}

.localnav__list .localnav__item-onlysp {
  display: none;
}

.localnav__item .localnav__link.selected {
  background: #f5f2e2;
  color: #3c3c3c;
}
.no_link {
  pointer-events: none;
  color: #3c3c3c;
}

/*-------------------
    footer
*/

/* .footer */
.footer {
  background-color: #fbfaf8;
  position: relative;
}

/* .footer-nav */
.footer-nav {
  display: none;
}

/* .footer-topcontrol */
.footer-topcontrol {
  position: absolute;
  display: block;
  right: 5%;
  top: -80px;
  max-width: 70px;
  width: 100%;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.footer-topcontrol:hover {
  transform: translateY(5px);
}

/* .footer-body */
.footer-body {
  text-align: center;
  margin: 0 auto;
}

/* .footer-tel */
.footer-tel {
  padding: 30px 5%;
  font-size: 14px;
  color: #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}
.footer-tel p { line-height: 1.7; }
.footer-tel__body {
  margin: 15px auto;
  display: table;
}

.footer-tel__body .footer-tel__item {
  padding-right: 10px;
  display: table-cell;
  line-height: 1;
  font-size: 22px;
}

.footer-tel__body .footer-tel__item-img {
  width: 62px;
}

.footer-tel__body .footer-tel__link {
  display: block;
  text-decoration: none;
  font-size: 44px;
  letter-spacing: 0.88px;
}

.footer-tel__detail .footer-tel__detail-text:not(:last-of-type) {
  margin: 0 22px 0 0;
}

.footer-tel__detail .footer-tel__detail-text {
  display: inline-block;
}

.footer-tel__detail .footer-tel__detail-text span {
  color: #c40031;
}

/* .footer-company */
.partner-logos { display: grid; grid-template-columns: repeat(4,auto); gap: 40px; align-items: start; padding: 40px 0; max-width: 1000px; width: 90%; margin: 0 auto; }
.partner-logos .logo { display: grid; grid-template-rows: auto 1fr; row-gap: clamp(10px, 6vw, 15px); text-align: center; }
.partner-logos .role { font-size: 13px; color: #3c3c3c; line-height: 1.4;}
/*.partner-logos .box { height: 64px; display: grid; place-items: center; }*/
.partner-logos img { height: auto; object-fit: contain; }
.partner-logos .box { height: auto; }
.logo--jrwest { width: 313px; }
.logo--haseko { width: 191px; }
.logo--sumitomo { width: 152px; }
.logo--homeservice { width: 297px; }
/*.partner-logos img { max-width: 100%; max-height: 64px; width: auto; height: auto; object-fit: contain; }*/

/* .footer-menu */
.footer-menu {
  padding: 12px 0 11px;
  background: #fbfaf8;
}

.footer-menu__list {
  text-align: center;
  line-height: 0;
}

.footer-menu__list .footer-menu__item {
  display: inline-block;
  line-height: 1;
}

.footer-menu__list .footer-menu__item:not(:first-of-type) {
  margin-left: 66px;
  padding-left: 66px;
  border-left: 1px solid #999;
}

.footer-menu__list .footer-menu__link {
  padding-right: 20px;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 14px;
  background: url(../img/icon_arrow-gray.png) no-repeat;
  background-position: right;
  background-size: 8px;
  transition: 0.5s;
}

.footer-menu__list .footer-menu__link:hover {
  opacity: 0.5;
}

/* .footer-copy */
.footer-copy {
  padding: 10px 0;
  font-size: 10px;
  text-align: center;
  color: #464646;
}

/*-------------------
    SP
*/

@media screen and (max-width: 1023px) {
  /*-------------------
    	header
    */

  /* .header */
  .header {
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  /* .header-inner */
  .header-inner {
    border-bottom: 0.5px solid #d8d8d8;
/*    padding-bottom: 20px;*/
  }

  /* .header-body */
  .header-body {
    width: 95%;
  }

  .header-body__title a {
    line-height: 25px;
    line-height: 1.3;
  }

  .header-body__title img {
    width: 95px;
  }

  /* .header-nav */
  .header-nav {
    display: none;
  }

  /* .header-hamburger */
  .header-hamburger {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
/*    top: 15px;*/
    right: 15px;
    border: none;
    height: 32px;
    width: 35px;
  }

  .header-hamburger .header-hamburger__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 2px;
    background-color: var(--mossgreen-color);
    transition: all 0.5s;
  }

  .header-hamburger__line:nth-child(1) {
    top: 0;
  }

  .header-hamburger__line:nth-child(2) {
    top: 13px;
  }

  .header-hamburger__line:nth-child(3) {
    bottom: 0;
  }

  .header-body h2 {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .is-header-active .header-hamburger__line:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
  }

  .is-header-active .header-hamburger__line:nth-child(2) {
    opacity: 0;
  }

  .is-header-active .header-hamburger__line:nth-child(3) {
    transform: translateY(-13px) rotate(45deg);
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #7c6472;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }

  /* .localnav */
  .localnav .localnav__list {
    overflow: hidden;
    max-height: 0;
    flex-wrap: wrap;
    transition: max-height 0.3s ease-in-out;
  }

  .localnav-open .localnav__list {
    max-height: 500px;
    transition: max-height 0.3s ease-in;
    background-color: rgba(60, 60, 60, 0.9);
  }

  .localnav .localnav__list .localnav__item {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }
  .localnav__item .localnav__link img {
    position: absolute;
    top: 5%;
    right: 3%;
  }

  /*
  .localnav__list .localnav__item:nth-of-type(2n + 1) {
    border-right: 1px solid #D1EEFB;
  }
*/

  /*
  .localnav .localnav__list .localnav__item:nth-last-child(-n+1) {
    border-bottom: none;
  }
*/

  .localnav__list .localnav__item::nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .localnav__item .localnav__link {
    padding: 23px 0;
    font-size: 14px;
  }

  .localnav__list .localnav__item-onlysp {
    display: block;
  }

  .localnav__item .localnav__link.none {
    background: none;
    color: #c7c7c7;
    border-right: 1px solid #d8d8d8;  
  }

  /*-------------------
        footer
    */
  .footer {
    padding-bottom: 80px;
  }
  /* .footer-nav */
  .footer-nav {
    position: fixed;
    display: block;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e6e6e6;
  }

  .footer-nav .footer-nav__list {
    display: flex;
    text-align: center;
    font-size: 11px;
  }

  .footer-nav .footer-nav__item {
    width: 100%;
    height: 77px;
    margin: 0;
  }

  .footer-nav .footer-nav__item:not(:last-of-type) {
    border-right: 1px solid #e6e6e6;
  }

  .footer-nav .footer-nav__link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #7a633d;
    padding: 52px 0 15px 0;
    text-decoration: none;
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center 20px;
  }

  /*-------------------
      footer svg
  */
  .footer-nav .footer-nav__link .footer-nav__svg {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-nav .footer-nav__link .footer-nav__svg .footer-nav__svg-Map {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-nav__item-map .footer-nav__link {
    background-color: #e4ede7;
    color: #79a389;
  }

  .footer-nav__item-catalog .footer-nav__link {
    color: #fff;
    background-color: var(--mossgreen-color);
  }

  .iconSvg-catalog {
    fill: #fff;
    width: 23px;
    height: 38px;
  }

  .iconSvg-request {
    fill: #fff;
    width: 23px;
    height: 28px;
  }

  .footer-nav__item-request .footer-nav__link {
    color: #fff;
    background-color: var(--mossgreen-color);
  }

  .footer-nav__item-tel .footer-nav__link {
    background-color: #f0ecde;
    color: #464646;
  }

  .iconSvg-tel {
    fill: #464646;
    width: 30px;
    height: 38px;
  }
  .iconSvg-map {
    fill: #79a389;
  }

  /* .footer */
  .footer-tel__body .footer-tel__item {
    vertical-align: middle;
    padding-right: 16px;
  }

  .footer-tel__body .footer-tel__item:nth-child(2) {
    padding-right: 0;
  }

  .footer-tel__body .footer-tel__item-img {
    width: 58px;
  }

  .footer-tel__body .footer-tel__link {
    font-size: 30px;
    letter-spacing: 0.6px;
  }

  .footer-tel .footer-tel__detail {
    margin-bottom: 3px;
    font-size: 10px;
  }

  .footer-tel__detail .footer-tel__detail-text:not(:last-of-type) {
    margin: 0 0 5px;
  }

  .footer-menu__list {
    max-width: calc(100% - 10vw);
    margin: 0 auto;
  }

  /* .footer-company__list */
/*
  .footer-company__list {
    display: block;
    padding: 20px 0 10px;
  }

  .footer-company__list .footer-company__item {
    max-width: initial;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  .footer-company__list .footer-company__item:first-child {
    margin-bottom: 20px;
  }
*/

  /* .footer-menu */
  .footer-menu {
    padding: 16px 0 30px;
  }

  .footer-menu__list {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .footer-menu__list .footer-menu__item {
    position: relative;
    display: block;
  }

  .footer-menu__list .footer-menu__item:not(:first-of-type) {
    margin: 10px 0 0 0;
    padding-left: 0;
    border-left: 0;
  }

  .footer-menu__list .footer-menu__item:last-of-type {
    margin-bottom: 0;
  }

  .footer-menu__list .footer-menu__link {
    display: block;
    font-size: 12px;
    padding-right: 0;
  }

  /* .footer-copy */
  .footer-copy {
    padding: 7px 0;
  }
  .footer-topcontrol {
    width: 20%;
  }
}

/*-------------------
    緊急事態エリア
*/
.header--simple {
  padding-bottom: 0;
  border-bottom: 0.5px solid #707070;
}

/* .important-hidden */
.important-hidden {
  display: none;
}

/* .important */
.important {
  max-width: 1280px;
  margin: 20px auto;
  font-family: "A1明朝", "sans-serif", 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo,
    serif;
  border: 3px solid #ed2525;
}

/* .important__title */
.important__title {
  text-align: center;
  font-size: 22px;
  color: #fff;
  background-color: #ed2525;
}

/* .important-content */
.important-content {
  margin: 40px auto 0;
  max-width: 1280px;
  color: #ed2525;
}

.important-content__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 500;
}

.important-content__title::before {
  display: inline-block;
  vertical-align: bottom;
  content: "";
  width: 36px;
  height: 33px;
  margin-right: 12px;
  background: url(../../fg_common/img/icon_important-red.png) no-repeat;
  background-size: contain;
}

/* .important-info */
.important-info {
  margin: 40px 19px;
  padding: 36px 40px 36px;
  font-size: 16px;
  border: 3px solid #ed2525;
}

.important-info__title {
  text-align: center;
  text-decoration: underline;
  font-size: 24px;
}

/* .important-head */
.important-head {
  margin: 24px 0 0;
}

.important-head__date {
  display: inline-block;
  margin-right: 3px;
}

.important-head__title {
  display: inline-block;
  font-weight: 500;
}

/* .important__link */
.important__link {
  text-decoration: none;
  color: #fff;
}

.important__link::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 26px;
  height: 32px;
  margin-right: 10px;
  background: url(../../fg_common/img/icon_important-white.png) no-repeat;
  background-size: contain;
}

.important__link::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 24px;
  margin-left: 10px;
  background: url(../../fg_common/img/icon_arrow-white.png) no-repeat;
  background-size: contain;
}

/* .important-body */
.important-body:not(:last-of-type) {
  border-bottom: 2px dashed #ed2525;
  padding-bottom: 26px;
}

.important-body__text {
  font-size: 12px;
  margin-top: 16px;
}

.important-body__text:not(:first-of-type) {
  margin-top: 24px;
}

.important-content__back {
  margin-bottom: 40px;
}

.important-content__back-link {
  display: block;
  width: 345px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #303030;
  line-height: 48px;
  color: #303030;
  text-decoration: none;
  background-image: url(../../fg_common/img/icon_important-close.png);
  background-repeat: no-repeat;
  background-position: right 34px center;
  background-size: 16px;
}

.footer-inner {
  border-top: 1px solid #3c3c3c;
}

.footer-copy--white {
  background-color: #fff;
  color: #3c3c3c;
}

/*-------------------
    SP
*/

@media screen and (max-width: 1023px) {
  /* .important */
  .important {
    margin: 0;
  }

  /* .important__title */
  .important__title {
    font-size: 16px;
    padding: 7px 0 6px;
  }

  /* .important__link */
  .important__link::before {
    width: 22px;
    height: 23px;
  }

  /* .important-content__title */
  .important-content__title {
    font-size: 24px;
  }

  .important-content__title::before {
    width: 27px;
    height: 24px;
    margin-right: 10px;
  }

  /* .important-info */
  .important-info {
    margin: 24px 0 32px;
    padding: 24px 15px;
  }

  .important-info:last-of-type {
    margin: 0 0 81px;
  }

  .important-info__title {
    font-size: 16px;
  }

  .important-content__back {
    margin-bottom: 32px;
  }

  /* .important-head */
  .important-head {
    margin-top: 24px;
    font-size: 12px;
  }

  .important-head__date {
    margin-right: 10px;
  }

  /* .important-body__text */
  .important-body__text {
    font-size: 10px;
  }

  .important-body__text:not(:first-of-type) {
    margin-top: 16px;
  }

  .important-body:not(:last-of-type) {
    padding-bottom: 16px;
  }

  .localnav {
    background: #fffffff5;
  }
  .localnav__list,
  .localnav-open .localnav__list {
    background: none;
  }
  .footer-company__title {
    margin-bottom: 10px;
  }
  .partner-logos { grid-template-columns: repeat(2,1fr); gap: 32px; }
}

@media screen and (max-width: 600px) {
  .header-hamburger { top: 15px; }
  .footer-tel {
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 20px;
  }
  .footer-tel__body {
    margin: 10px auto;
  }
  .partner-logos .logo { row-gap: 10px; }
  .partner-logos { grid-template-columns: 1fr; gap: 35px; padding: 30px 0; }
  .partner-logos .box { height: 33px; }
/*  .partner-logos img { max-height: 33px; }*/
/*
  .footer-company__list .footer-company__title {
    font-size: 14px;
  }
*/
  .footer-tel .footer-tel__detail {
    font-size: 13px;
  }
  .footer-tel__detail .footer-tel__detail-text:not(:last-of-type) {
    margin: 0 0 0;
  }
  .footer-tel__body .footer-tel__item {
    padding-right: 6px;
  }
  .footer-tel__body .footer-tel__item-img {
    width: 48px;
  }
}
