@charset "UTF-8";
#globalFooter {
  /* DEFAULT SETTING*/
}

#globalFooter *,
#globalFooter *::before,
#globalFooter *::after {
  box-sizing: border-box;
}

#globalFooter * {
  margin: 0;
  padding: 0;
}

#globalFooter a {
  transition: 0.3s;
}

#globalFooter a:hover {
  color: #008d54;
}

#globalFooter .footer--isScroll .footerCategory__title::after,
#globalFooter .footer--isScroll .footerSitemap__listItem::after {
  width: 100%;
}

#globalFooter .footer {
  position: relative;
  min-width: 920px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  padding-top: 50px;
  padding-bottom: 23px;
  background-color: #f2f2f2;
  z-index: 10;
}

#globalFooter .footer__inner {
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#globalFooter .footerSitemap__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

#globalFooter .footerSitemap__listItem {
  position: relative;
  padding-bottom: 50px;
  width: 20.70313%;
  min-width: 220px;
}

#globalFooter .footerSitemap__listItem::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #008d54;
  transition: width 0.3s;
}

#globalFooter .footerSitemapSpHedging {
  display: none;
}

#globalFooter .footerCategory__title {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

#globalFooter .footerCategory__title::after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 0;
  height: 1px;
  background-color: #008d54;
  transition: width 0.3s;
}

#globalFooter .footerCategory__link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
}

#globalFooter .footerCategory__link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  margin-right: 6px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: translate(-50%, -50%) rotate(45deg);
}

#globalFooter .footerSubCategory__inner {
  text-align: left;
}

#globalFooter .footerSubCategory__item {
  margin-bottom: 20px;
}

#globalFooter .footerSubCategory__item:last-of-type {
  margin-bottom: 0;
}

#globalFooter .footerSubCategory__link {
  display: flex;
  align-items: baseline;
  color: #000;
  text-decoration: none;
}

#globalFooter .footerSubCategory__link::before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

#globalFooter .footerSubCategory__link:hover > .footerSubCategory__text {
  border-color: #008d54;
}

#globalFooter .footerSubCategory__text {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

#globalFooter .footerSubCategory__link--OnlyPc {
  margin-bottom:20px
}

#globalFooter .footerSubCategory--blankIcon::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background: url(/common/img/blank_icon.png) no-repeat center/contain;
}

#globalFooter .footerContent {
  margin-bottom: 8px;
}

#globalFooter .footerContent__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1136px) {
  #globalFooter .footerContent__list {
    align-items: flex-start;
  }
}

#globalFooter .footerContent__item {
  line-height: 1.7;
  margin-bottom: 50px;
  width: 20.70313%;
  min-width: 220px;
}

#globalFooter .footerContent__item:nth-of-type(4n) {
  margin-right: 0;
}

#globalFooter .footerContent__itemText {
  display: flex;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

#globalFooter .footerContent__itemText--bold {
  font-weight: 700;
}

#globalFooter .footerContent__itemText--col {
  display: inline-block;
  text-align: left;
  text-align: start;
}

#globalFooter .footerContent__subTitle {
  font-size: 12px;
  margin-left: 15px;
}

#globalFooter .footerContent__img {
  display: block;
  width: 148px;
  height: 24px;
  flex-shrink: 0;
}

#globalFooter .footerContent__icon::before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
}

#globalFooter .footerContent__icon--modelhouse:hover.footerContent__icon--modelhouse::before {
  background-image: url(/common/img/modelhouse_icon_green.png);
}

#globalFooter .footerContent__icon--modelhouse::before {
  width: 30px;
  height: 26px;
  background-image: url(/common/img/modelhouse_icon.png);
}

#globalFooter .footerContent__icon--catalog:hover.footerContent__icon--catalog::before {
  background-image: url(/common/img/catalog_icon_green.png);
}

#globalFooter .footerContent__icon--catalog::before {
  width: 22px;
  height: 32px;
  background-image: url(/common/img/catalog_icon_small.png);
}

#globalFooter .footerContent__icon--area:hover.footerContent__icon--area::before {
  background-image: url(/common/img/area_icon_green.png);
}

#globalFooter .footerContent__icon--area::before {
  width: 40px;
  height: 24px;
  background-image: url(/common/img/area_icon.png);
}

#globalFooter .footerContent__icon--inquiry:hover.footerContent__icon--inquiry::before {
  background-image: url(/common/img/inquiry_icon_green.png);
}

#globalFooter .footerContent__icon--inquiry::before {
  width: 2.222em;
  height: 1.333em;
  background-image: url(/common/img/inquiry_icon.png);
}

#globalFooter .footerContent__icon--global:hover.footerContent__icon--global::before {
  background-image: url(/common/img/global_icon_green.png);
}

#globalFooter .footerContent__icon--global::before {
  width: 1.222em;
  height: 1.222em;
  background-image: url(/common/img/global_icon.png);
}

#globalFooter .footerTerms {
  text-align: left;
}

#globalFooter .footerTerms__content{
  display: flex;
  text-align: left;
  margin-bottom: 2rem;
}

#globalFooter .footerTerms__content > * ~ * {
  border-left: 1px solid #ccc;
  padding-left: 40px;
}

#globalFooter .footerTerms__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 40px;
  row-gap: 20px;
  margin-right: 40px;
}

#globalFooter .footerTerms__link {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}

#globalFooter .footerCopyright {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  letter-spacing: -0.1px;
}

#globalFooter .footerSpAccordionMenu {
  display: none;
}

#globalFooter .footerSpAccordionMenu__list {
  display: none;
}

#globalFooter .footerOnlyPc {
  display: block;
}

#globalFooter .footerOnlySp {
  display: none;
}

#globalFooter .targetTop {
  position: fixed;
  right: 15px;
  bottom: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 99;
}

@media screen and (min-width: 1320px) {
  #globalFooter .targetTop {
    right: calc(50% - 650px);
  }
}

#globalFooter .targetTop--show {
  opacity: 1;
  visibility: visible;
}

#globalFooter .targetTop__button {
  position: relative;
  display: block;
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #008d54;
}

#globalFooter .targetTop__button::after {
  content: '';
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  transform: rotate(225deg);
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
} 

#globalFooter .footerLogo {
  display: none;
  width: 70%;
}
#globalFooter .footerLogo__item {
  width: auto;
  height: 2.5rem;
}
#globalFooter .footerLogo__img {
  width: auto;
  height: 100%;
}

.targetTopNoFixed .targetTop {
  position: absolute !important;
  right: 15px !important;
  bottom: 24px !important;
}
