@charset "utf-8";

@media screen and (max-width: 767px) {
  :root {
    --8px: 0.471rem;
    --9px: 0.529rem;
    --10px: 0.588rem;
    --11px: 0.647rem;
    --12px: 0.706rem;
    --13px: 0.765rem;
    --14px: 0.824rem;
    --15px: 0.882rem;
    --16px: 0.941rem;
    --17px: 1rem;
    --18px: 1.059rem;
    --19px: 1.118rem;
    --20px: 1.176rem;
    --21px: 1.294rem;
    --22px: 1.353rem;
    --24px: 1.412rem;
  }
}
@media print, screen and (min-width: 768px) {
  :root {
    --12px: 12px;
    --13px: 13px;
    --14px: 14px;
    --15px: 15px;
    --16px: 16px;
    --17px: 17px;
    --18px: 18px;
    --19px: 19px;
    --20px: 20px;
    --21px: 21px;
    --22px: 22px;
    --24px: 24px;
  }
}

/* land-investment common */

.gnav-bg {
  background: #DE1F4B;
}
/*============================
#globalNav
============================*/
.header_wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
}
header#globalNav {
  position: relative;
  margin: 0 auto;
  background-color: initial;/*ヘッダーカラー指定打ち消し*/
  line-height: 1.15;
}

#globalNav .header-logo {
  font-size: 1rem;
  line-height: 1;
}
#globalNav .header-logo img {
  height: auto;
}
#globalNav ul.gnav-link {
  position: absolute;
  top: 0;
  right: 0;
}
#globalNav ul.gnav-link li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #DE1F4B;
  background: #F5F5F5;
}
.form_link_btn a:visited {
color: #fff; 
}
/* SP */
@media screen and (max-width: 767px) {
  body {
    padding-top: 13.954vw !important;
  }
  header#globalNav {
    padding: 1.75vw 0 0 4vw;
    height: 13.954vw;
  }

  .header_wrap {
    box-shadow: none;
  }

  #globalNav .header-logo {
    width: 50vw;
    margin-bottom: 4px;
  }
  #globalNav .designed {
    display: block;
    width: 30vw;
  }
  #globalNav ul.gnav-link li a {
    width: 36vw;
    font-size: 3.256vw;
  }


  #globalNav ul.gnav-link {
    display: flex;
    height: 100%;
    gap: 1px;
  }
  #globalNav ul.gnav-link li {
    display: none;
    height: 100%;
  }
  #globalNav ul.gnav-link li:nth-child(3) {
    display: block;
    height: 60px;
    color: #fff;
  }
  #globalNav ul.gnav-link li img {
    height: auto;
  }
  #globalNav ul.gnav-link li:nth-child(1) img {
    width: 3.9vw;
  }

  button#spMenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 13.954vw;
    height: 13.954vw;
    padding: 0;
    background: #f5f5f5;
    border: none;
  }

  button#spMenu span {
    display: block;
    width: 7.442vw;
    height: 1px;
  }
  button#spMenu::before, 
  button#spMenu::after {
    content: "";
    position: absolute;
    display: block;
    width: 7.442vw;
    height: 1px;
    animation: 0.2s linear both;
    transform-origin: 50% 50%;
  }
  button#spMenu::before {
    top: calc(50% - 0.529rem);
  }
  button#spMenu::after {
    top: calc(50% + 0.529rem);
  }

  button#spMenu::before, 
  button#spMenu::after,
  button#spMenu span {
    background: #2A2F58;
  }
  button#spMenu span {
    transition: opacity 0s lienar 0.1s;
  }

  /* クラス追加時のアニメーション */
  button#spMenu.selected::before {
    animation-name: selectedMenu1;
  }

  button#spMenu.selected::after {
    animation-name: selectedMenu2;
  }

  /* クラス削除時のアニメーション (逆再生) */
  button#spMenu.deselected::before {
    animation-name: selectedMenu1;
    animation-direction: reverse;
  }

  button#spMenu.deselected::after {
    animation-name: selectedMenu2;
    animation-direction: reverse;
  }
  button#spMenu.selected span {
    opacity: 0;
  }
  
  @keyframes selectedMenu1 {
    0% {
      transform: translateY(0);
      background: #2A2F58;
    }
    40% {
      transform: translateY(0.529rem);
      background: #2A2F58;
    }
    100% {
      transform: translateY(0.529rem) rotate(34deg);
      background: #DE1F4B;
    }
  }
  @keyframes selectedMenu2 {
    0% {
      transform: translateY(0);
      background: #2A2F58;
    }
    40% {
      transform: translateY(-0.529rem);
      background: #2A2F58;
    }
    100% {
      transform: translateY(-0.529rem) rotate(-33deg);
      background: #DE1F4B;
    }
  }

  .sp_menubox,
  .sp_contact {
    position: fixed;
    top: 13.954vw;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 13.954vw);
    padding: 5.58vw 0 0;
    background: #f5f5f5;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
    transform: translate(0, -101%);
    transition: transform 0.3s ease 0s;
    overflow-y: scroll;
    box-sizing: border-box;
    z-index: 90;
  }

  .sp_menubox.show,
  .sp_contact.show {
    transform: translate(0, 0%);
  }

  .sp_contact > p {
    width: 90.7%;
    margin: 0 auto;
    border: 3px solid #DE1F4B;
    color: #DE1F4B;
    font-size: var(--20px);
    font-weight: 700;
    line-height: 3.2;
    letter-spacing: 2px;
    text-align: center;
    background: #fff;
  }

  .sp_contact dl.tel_contact {
    margin: 4vw 0 6vw;
    font-size: var(--15px);
    color: #2A2F58;
  }
  .sp_contact dl.tel_contact dt {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .sp_contact dl.tel_contact dd.tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3em;
    color: #2A2F58;
    text-align: center;
    font-family: Jost;
    font-size: 7.44vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sp_contact dl.tel_contact dd.tel img {
    width: 9.5vw;
    margin-right: 0.35em;
  }
  .sp_contact dl.tel_contact dd.time {
    color: #2A2F58;
    text-align: center;
    font-weight: 700;
    line-height: 1.53;
    letter-spacing: 0.1em;
  }
  .sp_contact ul.content_btns {
    display: flex;
    flex-direction: column;
    width: 90.7%;
    margin: 1.8em auto 0;
    gap: 0.75em 0;
  }
  .sp_contact ul.content_btns li a {
    position: relative;
    display: block;
    padding-right: 1em;
    background: #fff;
    font-size: 1.06rem;
    font-weight: 600;
    color: #043A7A;
    line-height: 3.1;
    text-align: center;
    border: 1px solid #043A7A;
  }
  .sp_contact ul.content_btns li a .ico {
    position: absolute;
    top: 0;
    left: 1em;
    bottom: 0;
    width: 5.12vw;
    height: 5.12vw;
    margin: auto 0;
  }
  .sp_contact ul.content_btns li a .arrow {
    position: absolute;
    top: 1.2em;
    right: 1.2em;
    bottom: 0;
    display: inline-block;
    width: 7.8vw;
    height: 2px;
    margin: auto 0;
    margin-top: 2.26vw;
    border-radius: 9999px;
    background-color: #043A7A;
  }

  .sp_contact ul.content_btns li a .arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 3.4vw;
    height: 2px;
    border-radius: 9999px;
    background-color: #043A7A;
    transform: rotate(40deg);
    transform-origin: 100% 50%;
  }
  
  nav.sp_other_menu {
    margin-top: 6.98vw;
    padding: 8.373vw 4.88vw;
    background: #505050;
  }
  nav.sp_other_menu ul {
  }
  nav.sp_other_menu ul li {
    font-size: var(--15px);
  }
  nav.sp_other_menu ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  nav.sp_other_menu ul li a {
    color: #fff;
  }
  nav.sp_other_menu ul li a span {
    font-size: var(--13px);
  }
  nav.sp_other_menu ul li a .fa-arrow-up-right-from-square {
    position: relative;
    top: -0.2em;
    display: inline-block;
    margin-left: 1em;
    font-size: 70.6%;
  }


  .sp_menubox .contact_bg ul {
    margin-top: 0;
  }

  .breadcrumb_wrapper {
    padding: 0.7em 0 0.7em 1.4em;
    overflow-x: scroll;
  }

  .breadcrumb {
    display: flex;
  }

  .breadcrumb_item {
    font-size: 13px;
    color: #000;
    position: relative;
    white-space: nowrap;
  }

  .breadcrumb_item:not(:first-child) {
    padding-left: 26px;
  }

  .breadcrumb_item:not(:first-child)::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #c6075b;
    border-bottom: 2px solid #c6075b;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 8px;
  }
  .breadcrumb_item:last-child {
    padding-right: 1.4em;
  }

  .breadcrumb_item_link {
    color: #3850ba;
    text-decoration: none;
  }
}


/* PC */
@media print, screen and (min-width: 768px) {
  body {
    padding-top: 80px !important;
  }
  body.no-scroll {
    position: fixed; 
    width: 100%;
    overflow: hidden; 
  }

  .sp_menubox {
    display: none;
  }

  header#globalNav {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: auto;
    min-width: 1080px;
    max-width: 1920px;
    height: 80px;
    padding: 0 0 0 47.5px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #globalNav .header-logo {
    margin-bottom: 6px;
  }
  #globalNav .header-logo img {
    width: 328px;
    height: auto;
  }
  #globalNav .designed {
  }
  #spMenu {
    display: none;
  }
	#globalNav div.header-search {
	}
  #globalNav div.header-search form {
    display: flex;
  }


  #globalNav dl.freedial {
    width: fit-content;
    padding: 0 18px;
    width: 430px;
    text-align: center;
  }

  #globalNav dl.freedial dt {
    padding-top: 2px;
    font-size: 15px;
    color: #fff;
  }

  #globalNav dl.freedial dd {
    padding-top: 5px;
    color: #fff;
    letter-spacing: 2px;
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 500;
  }

  #globalNav dl.freedial dd img {
    display: inline-block;
    width: 31px;
    margin-right: 0.15em;
    margin-bottom: 2px;
    vertical-align: middle;
  }

  #globalNav ul.gnav-link {
    display: flex;
    height: 100%;
    gap: 1px;
  }
  #globalNav ul.gnav-link li {
    height: 100%;
  }
  #globalNav ul.gnav-link li a {
    width: 200px;
    font-size: 18px;
    transition: background 0.15s linear;
  }
  #globalNav ul.gnav-link li a img {
    width: auto;
    height: auto;
    margin-top: 3px;
  }

  #globalNav ul.gnav-link li a.contact img {
    width: 21px;
    height: auto;
  }

  #globalNav ul.gnav-link li:last-child {
    display: none;
  }
  #globalNav ul.gnav-link li a img {
    width: 27px;
    height: 30px;
    margin-right: 0.6em;
  }

  .contact_bg {
    min-width: 1080px;
  }

  #contact_wrap {
    gap: 10px;
  }

  .wrapper { 
    margin: 0 auto;
    width: 94%;
    /*padding: 0 50px;*/
    max-width: 1200px;
    /* min-width: 1080px; */
    min-width: 980px;
    box-sizing: content-box;
  }

  .breadcrumb_wrapper {
    max-width: 1200px;
    min-width: 1080px;
    margin: 0 auto;
    padding: 0 47.5px;
  }

  .breadcrumb {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .breadcrumb_item {
    font-size: 14px;
    color: #000;
    position: relative;
  }

  .breadcrumb_item:not(:first-child) {
    padding-left: 56px;
  }

  .breadcrumb_item:not(:first-child)::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #c6075b;
    border-bottom: 2px solid #c6075b;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 25px;
  }

  .breadcrumb_item_link {
    color: #3850ba;
    text-decoration: none;
  }
}


/* hover */
@media (hover: hover) {
  #globalNav ul.gnav-link li a:hover {
    background: #F5F5F5CC;
  }
  .breadcrumb_item_link:hover {
    text-decoration: underline;
  }
}


/*============================
	modal 
============================*/
.modal_bg,
.modal_box {
  display: none;
  visibility: hidden;
}

.modal_bg.is-show,
.modal_box.is-show {
  display: block;
  visibility: visible;
  animation: modal-fade-in .3s;
}

@keyframes modal-fade-in {
    0% {opacity: 0;}
  100% {opacity: 1;}
}

.modal_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.modal_box {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 999;
}

.modal_box_inner {
  overflow: auto;
}

.modal_box_ttl {
  background: #618edc;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.modal_close {
  position: fixed;
  cursor: pointer;
}

.modal_close {
  border-radius: 50%;
  border: 2px solid #9F9F9F;
  background: #FFF;
}

.modal_close::before, .modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #9F9F9F;
}

.modal_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.modal_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

/* SP */
@media screen and (max-width: 767px) {
  .modal_box {
    width: 90vw;
  }

  .modal_box_inner {
    max-height: 90dvh;
  }

  .modal_box_ttl {
    font-size: 18px;
    padding: 8px 0;
  }

  .modal_close {
    width: 36px;
    height: 36px;
    top: -18px;
    right: -18px;
  }

  .modal_close::before, .modal_close::after {
    width: 2px;
    height: 14px;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  .modal_box {
    width: 720px;
  }

  .modal_box_inner {
    max-height: 70dvh;
  }

  .modal_box_ttl {
    font-size: 28px;
    padding: 16px 0;
  }

  .modal_close {
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
  }

  .modal_close::before, .modal_close::after {
    width: 4px;
    height: 22px;
  }
}


/* ----------------------------------------------------------
 contact（土地活用、アパート経営・賃貸経営に関するご相談）
---------------------------------------------------------- */
.contact_bg {
  background: #E9E9E9;
}
#contact_wrap .left_contact_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DE1F4B;
}
#contact_wrap .left_contact_box p {
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.1em;
}
#contact_wrap ul li a::before {
  content: "";
  z-index: 1;
}
#contact_wrap ul li a.shiten::before {
  background: url(/image_cmn/estate/ico-shiten.png) 0 0 / 100% auto no-repeat;
}
#contact_wrap ul li a.contact::before {
  background: url(/image_cmn/estate/ico-contact.png) 0 0 / 100% auto no-repeat;
}
#contact_wrap ul li a.shiryou::before {
  background: url(/image_cmn/estate/ico-shiryou.png) 0 0 / 100% auto no-repeat;
}
#contact_wrap ul li a span {
  position: relative;
  font-weight: 700;
  z-index: 1;
}
.contact_bg dl.tel_contact dd.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Jost, serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .contact_bg {
    padding: 10vw 0;
    box-sizing: border-box;
  }
  #contact_wrap {
    color: #043A7A;
  }
  #contact_wrap .left_contact_box {
    width: 90.7%;
    height: 5em;
    margin: 0 auto;
  }
  #contact_wrap .left_contact_box p {
    font-size: 1.176rem;
    line-height: 1.5;
  }
  .contact_bg ul {
    display: flex;
    flex-direction: column;
    width: 90.7%;
    margin: 1em auto 0;
  }
  .contact_bg ul li:not(:last-child) {
    margin-bottom: 0.75em;
  }
  .contact_bg ul li a {
    position: relative;
    display: block;
    padding-right: 1em;
    background: #fff;
    font-size: 1.06rem;
    font-weight: 600;
    color: #2A2F58;
    line-height: 3.1;
    text-align: center;
    border: 1px solid #2A2F58;
  }
  .contact_bg ul li a::before {
    position: absolute;
    top: 0;
    left: 1em;
    bottom: 0;
    width: 5.12vw;
    height: 5.12vw;
    margin: auto 0;
  }
  .contact_bg ul li a .arrow {
    position: absolute;
    top: 1.2em;
    right: 1.2em;
    bottom: 0;
    display: inline-block;
    width: 7.8vw;
    height: 2px;
    margin: auto 0;
    margin-top: 2.26vw;
    border-radius: 9999px;
    background-color: #2A2F58;
  }

  .contact_bg ul li a .arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 3.4vw;
    height: 2px;
    border-radius: 9999px;
    background-color: #2A2F58;
    transform: rotate(40deg);
    transform-origin: 100% 50%;
  }
  .contact_bg dl.tel_contact {
    margin: 6vw 0 0;
    text-align: center;
    line-height: 1.5;
  }
  .contact_bg dl.tel_contact dt {
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .contact_bg dl.tel_contact dd.tel {
    font-size: 1.88rem;
  }
  .contact_bg dl.tel_contact dd.tel .ico {
    width: 9.54vw;
    margin: 0 0.35em 0 0;
  }
  .contact_bg dl.tel_contact dd.time {
    margin-top: 0.2em;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 768px), print {
  .contact_bg {
  }
  #contact_wrap {
    display: flex;
    justify-content: space-between;
    width: 97.6%;
    max-width: 1200px;
    padding: 65px 0;
    margin: 0 auto;
    color: #2A2F58;
    box-sizing: border-box;
  }
  #contact_wrap .left_contact_box {
    width: 370px;
    height: 209px;
  }
  #contact_wrap .left_contact_box p {
    font-size: 28px;
  }
  #contact_wrap .right_contact_box {
    width: 66%;
    max-width: 792px;
  }
  #contact_wrap .right_contact_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contact_wrap ul li {
    width: 48%;
  }
  #contact_wrap ul li:first-child {
    width: 100%;
    margin-bottom: 32px;
  }
  #contact_wrap ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 88px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #2A2F58;
    background: #fff;
    border: 2px solid #2A2F58;
    transition: background 0.3s ease;
    overflow: hidden;
  }
  #contact_wrap ul li a::before {
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
    width: 36px;
    height: 36px;
  }
  #contact_wrap ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2A2F58;
    opacity: 0;
    /*transform: translateX(-101%);*/
    transition: opacity 0.3s ease;
  }
  #contact_wrap ul li a .arrow {
    position: absolute;
    top: 1.4em;
    right: 0.8em;
    display: inline-block;
    width: 32px;
    height: 2px;
    margin-top: 11.3px;
    border-radius: 9999px;
    background-color: #2A2F58;
    z-index: 1;
    transition: right 0.3s ease;
  }

  .contact_bg ul li a .arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 15px;
    height: 2px;
    border-radius: 9999px;
    background: #2A2F58;
    transform: rotate(45deg);
    transform-origin: calc(100% - 2px) 50%;
  }
  .contact_bg dl.tel_contact {
    margin: 35px 0 0;
    text-align: center;
    line-height: 1.4;
  }
  .contact_bg dl.tel_contact dt {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .contact_bg dl.tel_contact dd.tel {
    font-size: 50px;
  }
  .contact_bg dl.tel_contact dd.tel .ico {
    width: 41px;
    margin: 0.2em 0.35em 0 0;
  }
  .contact_bg dl.tel_contact dd.time {
    margin-top: 0.2em;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
@media (hover: hover) {
  #contact_wrap ul li a:hover {
    color: #fff;
    opacity: 1;
  }
  #contact_wrap ul li a.shiten:hover::before {
    background-image: url(/image_cmn/estate/ico-shiten-w.png);
  }
  #contact_wrap ul li a.contact:hover::before {
    background-image: url(/image_cmn/estate/ico-contact-w.png);
  }
  #contact_wrap ul li a.shiryou:hover::before {
    background-image: url(/image_cmn/estate/ico-shiryou-w.png);
  }
  #contact_wrap ul li a:hover::after {
    /*transform: translateX(0%);*/
    opacity: 1;
  }
  #contact_wrap ul li a:hover .arrow {
    right: 0.5em;
  }
  #contact_wrap ul li a:hover .arrow,
  #contact_wrap ul li a:hover .arrow::before {
    background: #fff;
  }
}

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
footer div.site_map div ul li a {
  color: #000;
}
footer div.site_map div ul li a[href=""],
footer ul.foot_gl_links li a[href=""] {
  color: #ccc;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  footer.slim {
    border: none;
  }
  footer div.site_map {
    display: none;
  }
  footer .foot_sns_sect {
    padding: 6vw 0 0;
  }
  footer .foot_sns_sect > img {
    display: block;
    width: 24.3vw;
    margin: 0 auto;
  }
  footer ul.foot_sns_btns {
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin: 6vw auto;
  }
  footer ul.foot_sns_btns li a img {
    width: 7.1vw;
  }
  footer ul.foot_gl_links {
    display: none;
  }
  div.copy_bg {
    padding: 1.25em 0;
    background: #17311C;
    font-size: 0.882rem;
  }
  div.copy_bg p {
    text-align: center;
    color: #fff;
  }
  .float_request, .float_contact {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  body > footer,
  #wrap footer,
  #footwrap footer {
    position: relative;
    max-width: 1280px;
    padding: 40px 0;
    margin: 0 auto;
  }
  body > footer.slim {
    max-width: none;
    padding: 0;
    background: #e8e5e5;
  }
  footer div.site_map {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    margin: 0 auto 50px;
  }
  footer div.site_map div {
  }
  footer div.site_map div b {
    display: block;
    width: auto;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }
  footer div.site_map div ul {
    margin-top: 2.2em;
    font-size: 15px;
  }
  footer div.site_map div ul li {
    margin-bottom: 1em;
  }
  footer .foot_sns_sect {
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
    align-items: flex-end;
  }
  footer .foot_sns_sect > img {
    display: block;
    width: 156px;
    height: 48px;
    margin-right: 50px;
  }
  footer ul.foot_sns_btns {
    display: flex;
    justify-content: space-between;
    height: 30px;
    gap: 26px;
  }
  footer ul.foot_sns_btns li a img {
    width: 30px;
  }
  footer ul.foot_gl_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100em;
    margin: 0 auto;
    font-size: 12px;
  }
  body > footer.slim ul.foot_gl_links {
    padding: 1.8em 0 0.8em;
  }
  footer ul.foot_gl_links li {
    position: relative;
    padding: 0 3em;
    margin-bottom: 1em;
  }
  footer ul.foot_gl_links li > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 1em;
    background: #000;
  }
  footer ul.foot_gl_links li:nth-child(5) > a::after,
  footer ul.foot_gl_links li:last-child > a::after {
    display: none;
  }
  footer ul.foot_gl_links li a {
    color: #000;
    font-weight: 500;
  }
  div.copy_bg {
    max-width: 100% !important;
    margin-top: 0 !important;
    /*margin: 32px 0 0 !important;*/
    padding: 1.425em 0;
    background: #505050;
    font-size: 15px;
  }
  div.copy_bg p {
    text-align: center;
    color: #fff;
  }
  div.copy_bg p small {
    font-size: 100%;
  }
  a.float_request {
    position: fixed;
    top: 613px;
    right: 0;
    display: flex;
    width: 73px;
    height: 200px;
    justify-content: center;
    align-items: center;
    background: #B2A51B;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    box-sizing: border-box;
    border-radius: 16px 0 0 16px;
    z-index: 50;
  }
  a.float_contact {
    position: fixed;
    top: 821px;
    right: 0;
    display: flex;
    width: 73px;
    height: 200px;
    justify-content: center;
    align-items: center;
    background: #17311c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    box-sizing: border-box;
    border-radius: 16px 0 0 16px;
    z-index: 50;
  }
  a.float_request img,
  a.float_contact img {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-bottom: 0.65em;
  }
}
/* hover */
@media (hover: hover) {
  footer ul.foot_gl_links li a:hover {
    color: #555;
  }
}