<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ----関数設定---- */
/* ----------------------------------------------------------------------
page top
---------------------------------------------------------------------- */
#page_top_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  height: 50px;
  width: 100px;
  z-index: 999;
  display: none;
}

/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
#footer {
  position: relative;
  padding: 20rem 0 8rem;
  background-color: var(--color-blue);
  border-radius: 7rem 7rem 0 0;
  margin-top: 29rem;
}
#footer .footer_contact_wrapper {
  padding: 8rem 10rem;
  background-color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  border-radius: 2rem;
}
#footer .footer_contact_wrapper .footer_contact_outer {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  align-items: center;
  font-family: var(--font-zen-maru);
}
#footer .footer_contact_wrapper .footer_contact_outer .contact_hl {
  font-size: max(3.2rem, 32px);
  letter-spacing: 0.05em;
  font-weight: 800;
}
#footer .footer_contact_wrapper .footer_contact_outer .contact_hl span {
  font-size: max(1.6rem, 16px);
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
  display: block;
  color: var(--color-gold);
}
#footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex {
  display: flex;
  align-items: center;
}
#footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .contact_tel_wrapper {
  text-align: center;
  padding: 1rem 8rem 0.5rem 0;
  color: var(--color-blue);
  border-right: 2px dashed var(--color-blue);
}
#footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .contact_tel_wrapper .contact_num a {
  display: block;
  font-size: max(4.8rem, 40px);
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-left: 5rem;
  background-image: url("../images/icon_tel.svg");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: bottom 2px left;
  margin-bottom: 1.5rem;
  width: fit-content;
  margin-inline: auto;
}
#footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .contact_tel_wrapper span {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: max(1.7rem, 17px);
}
#footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn {
  padding-left: 5.5rem;
}
#footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn a {
  display: block;
  padding: 3rem 3rem 3rem 3rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: max(40rem, 340px);
  background-color: var(--color-gold);
  border-radius: 400px;
  font-family: initial;
  font-size: max(1.9rem, 19px);
  text-align: center;
}
#footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn a span {
  display: block;
  padding-left: 4.5rem;
  background-image: url("../images/icon_mail.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center left 30px;
}
@media (hover: hover) and (pointer: fine) {
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn a:hover {
    opacity: 0.7;
  }
}
#footer .footer_menu_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
#footer .footer_menu_wrapper .footer_address .company_base {
  margin-bottom: 3rem;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
#footer .footer_menu_wrapper .footer_address .company_base .company_desc {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.78;
}
#footer .footer_menu_wrapper .footer_address .company_base .company_desc.address {
  margin-bottom: 1rem;
}
#footer .footer_menu_wrapper .footer_address .footer_logo {
  width: 270px;
  margin-bottom: 2rem;
}
#footer .footer_menu_wrapper .footer_address .footer_copyright {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
#footer .footer_menu_wrapper .footer_menu_link {
  display: flex;
  gap: 4rem;
}
#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column {
  width: max(20rem, 200px);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column .footer_menu_block .menu_title {
  color: #94a8ba;
  font-weight: 800;
  font-size: max(2.1rem, 16px);
  font-family: var(--font-en-sansserif);
  padding-bottom: 2.5rem;
  overflow: hidden;
  position: relative;
}
#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column .footer_menu_block .menu_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column .footer_menu_block .menu_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #94a8ba;
}
#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column .footer_menu_block .menu_list_l {
  margin: 0 0;
}
#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column .footer_menu_block .menu_list_l li:not(:has(a)) {
  color: #fff;
  font-size: max(1.6rem, 14px);
  font-weight: 600;
  padding: 1.5rem 0;
  line-height: 1.4;
  text-box: trim-both text text;
}
#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column .footer_menu_block .menu_list_l li a {
  display: block;
  color: #fff;
  font-size: max(1.6rem, 14px);
  font-weight: 600;
  padding: 1.5rem 0;
  line-height: 1.4;
  text-box: trim-both text text;
}
#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column .footer_menu_block .menu_list_l li a:hover {
  transform: translateX(5px);
}
#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column .footer_menu_block .menu_list_l li .menu_list_m li a {
  display: block;
  padding-left: 1.5rem;
  position: relative;
  font-weight: 500;
}
#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column .footer_menu_block .menu_list_l li .menu_list_m li a::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  #footer {
    padding-top: 30rem;
  }
  #footer .footer_contact_wrapper .footer_contact_outer {
    flex-direction: column;
    gap: 3rem;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .contact_hl {
    text-align: center;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #footer .footer_menu_wrapper .footer_address {
    width: calc((100% - 6rem) / 3);
  }
  #footer .footer_menu_wrapper .footer_menu_link {
    gap: 5rem;
    flex-grow: 1;
    justify-content: flex-end;
  }
  #footer .footer_menu_wrapper .footer_menu_link .footer_menu_column {
    width: min((100% - 5rem) / 2, 315px);
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    padding-top: 20rem;
  }
  #footer .footer_contact_wrapper {
    padding: 3.5rem 3.5rem;
  }
  #footer .footer_contact_wrapper .footer_contact_outer {
    gap: 2rem;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .contact_hl {
    font-size: max(3rem, 24px);
  }
  #footer .footer_contact_wrapper .footer_contact_outer .contact_hl span {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .contact_tel_wrapper {
    margin-right: 0.5rem;
    padding: 1rem 3rem 0.5rem 0;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .contact_tel_wrapper .contact_num a {
    font-size: max(3.5rem, 29px);
    padding-left: 3rem;
    margin-bottom: 1rem;
    width: fit-content;
    margin-inline: auto;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn {
    padding-left: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn a {
    padding: 2rem 0rem 2rem 0rem;
    width: max(31rem, 310px);
  }
  #footer .footer_menu_wrapper {
/*     flex-direction: column-reverse; */
    gap: 6rem;
  }
  #footer .footer_menu_wrapper .footer_address {
    width: auto;
  }
  #footer .footer_menu_wrapper .footer_menu_link {
    justify-content: flex-start;
    gap: 2rem;
	  flex-wrap: wrap;
  }
  #footer .footer_menu_wrapper .footer_menu_link .footer_menu_column {
    width: calc((100% - 6rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-top: 27rem;
  }
  #footer .footer_contact_wrapper .footer_contact_outer {
    gap: 1.5rem;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .contact_tel_wrapper {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .contact_tel_wrapper .contact_num {
    margin-right: 0;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .contact_tel_wrapper .contact_num a {
    padding-left: max(3rem, 25px);
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn {
    padding-left: 0;
    background-image: none;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn a {
    padding: 2rem 5rem 2rem 4rem;
    width: max(31rem, 340px);
    font-size: 16px;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn a span {
    padding-left: max(5.5rem, 38px);
    text-align: center;
    background-position: center left 4rem;
    padding-left: 4rem;
  }
	#footer .footer_menu_wrapper {
        flex-direction: column-reverse;
	}
	#footer .footer_menu_wrapper .footer_menu_link .footer_menu_column {
		width: calc((100% - 4rem) / 3);
	}
}
@media screen and (max-width: 520px) {
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex {
    width: 100%;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .contact_tel_wrapper span {
    font-size: 14px;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn {
    width: 100%;
  }
  #footer .footer_contact_wrapper .footer_contact_outer .footer_contact_flex .footer_contact_btn a {
    padding: 3rem 5rem 3rem 5rem;
    width: 100%;
    max-width: 310px;
    margin-inline: auto;
  }
  #footer .footer_menu_wrapper .footer_menu_link {
    flex-direction: column;
  }
  #footer .footer_menu_wrapper .footer_menu_link .footer_menu_column {
    width: 100%;
  }
}/*# sourceMappingURL=footer.css.map */

@media screen and (max-width: 520px) {
	#footer{padding: 20rem 0 16rem;}
	#footer .footer_menu_wrapper .footer_menu_link{margin-top:40px;}
	#footer .footer_menu_wrapper .footer_address{text-align:center;}
	#footer .footer_menu_wrapper .footer_address .footer_logo{margin:0 auto;}
}</pre></body></html>