<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&amp;family=Roboto:wght@300;400;500&amp;display=swap");
* {
  padding: 0;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  list-style: none;
}
*:focus {
  outline: none;
}
/* ---------------------footer--------------------------- */
.footer-pc {
  background: #f6f6f6;
  color: #000;
  border-radius: 60px 60px 0px 0px;
  /* flex-wrap: wrap; */
}
.fbox {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .footer-pc {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 40px 40px 0px 0px !important;
  }
}

.footer-pc a {
  color: #000;
  text-decoration: none;
}

.footer-pc__wrap-top {
  padding: 60px 0 60px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  gap: 0px 34px;
  grid-auto-flow: row;
  grid-template-areas: "footer_logo footer_area_wrap";
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .footer-pc__wrap-top {
    grid-template-columns: 1fr;
    gap: 40px 0;
    grid-template-areas: "footer_logo" "footer_area_wrap";
    padding: 51px 0 20px;
  }
}

.footer-pc__wrap-top .footer_logo {
  grid-area: footer_logo;
}

@media screen and (max-width: 1100px) {
  .footer-pc__wrap-top .footer_logo {
    margin: 0 auto;
  }
}

.footer-pc__wrap-top .footer_logo img {
  width: 300px;
  /* height: 200px; */
  object-fit: contain;
}

.footer-pc__wrap-top .footer_logo:hover img {
  opacity: 1;
  transition: none;
}
.footer-pc__wrap-top .footer_area_wrap {
  grid-area: footer_area_wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.footer-pc__wrap-top .footer_area {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0 24px;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .footer-pc__wrap-top .footer_area {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}

.footer-pc__wrap-top .footer_area .footer_inner {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 1100px) {
  .footer-pc__wrap-top .footer_area .footer_inner {
    width: 0;
    margin-bottom: 30px;
  }
}

/* .footer-pc__wrap-top .footer_area .footer_inner:nth-of-type(5),
  .footer-pc__wrap-top .footer_area .footer_inner:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  } */

.footer-pc__wrap-top .footer_area .footer_inner:first-child ul,
.footer-pc__wrap-top .footer_area .footer_inner:nth-child(2) ul {
  list-style: disc;
  line-height: 2.2;
}
.footer-pc__wrap-top .footer_area .footer_inner:nth-child(3) ul li {
  line-height: 2.2 !important;
  list-style: none;
}
.footer-pc__wrap-top .footer_area .footer_inner:nth-child(3) ul li i {
  margin-right: 10px;
}
.footer-pc__wrap-top .footer_area .footer_inner:first-child ul li a:hover,
.footer-pc__wrap-top .footer_area .footer_inner:nth-child(2) ul li a:hover {
  color: #b19777;
}
.footer-pc__wrap-top .footer_area_2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.footer-pc__wrap-top .footer_area_2 .footer_inner {
  width: calc((100% - 100px) / 3);
}
/*   
  .footer-pc__wrap-top .footer_area_2 .footer_inner:not(:last-child) {
    margin-right: 50px;
  } */

@media screen and (max-width: 1100px) {
  .footer-pc__wrap-top .footer_area_2 .footer_inner {
    width: calc((100% - 40px) / 3);
  }

  /* .footer-pc__wrap-top .footer_area_2 .footer_inner:not(:last-child) {
        margin-right: 20px
    } */
}

.footer-pc__wrap-top .footer_area_2 ul {
  list-style: disc;
  margin-left: 2rem;
}

.footer-pc__wrap-top a {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.footer-pc__wrap-top .ls-square {
  list-style: square inside;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 29px;
  color: #000;
}

.footer-pc__wrap-top .nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .footer-pc__wrap-top .nowrap_sp {
    white-space: nowrap;
  }
}

.footer-pc__copyright {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #000;
  opacity: 0.8;
  text-align: center;
  padding-bottom: 20px;
}

.footer-pc__linkbtn {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 95%;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #000;
  padding: 15px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000;
  margin-top: 16px;
}

.footer-pc__linkbtn:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .footer-pc__wrap-top .footer_area {
    display: grid;
    margin: 0px 25px;
    grid-template-columns: auto auto;
  }
}
</pre></body></html>