@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.f_noto, .contactInfo .Phone__caption, .contactInfo__label, .LeadCopy {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_inter, .contactInfo .Phone__no {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

.k_contbox {
  overflow: hidden !important;
  float: none !important;
}
.k_contbox .ctbox {
  overflow: hidden;
  float: none !important;
}

#sub_contentspg.kyotaku #content .k_container {
  float: none !important;
}

#sub_contentspg.kyotaku #content .cbox {
  float: none !important;
}

.contactList {
  padding-bottom: 50px;
  overflow: hidden;
}
.contactList__inner {
  padding: 0 2.5%;
}
.contactList__column {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}

.LeadCopy {
  font-size: 20px;
  font-weight: 700;
}

.contactInfo {
  position: relative;
  padding: 25px;
  border: 10px solid #f6eaed;
  overflow: hidden;
}
.contactInfo::before {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-image: linear-gradient(90deg, #aa7884 100px, #f6eaed 100px);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.contactInfo__label {
  display: flex;
  font-size: 18px;
  font-weight: 500;
}
.contactInfo__label em {
  font-style: normal;
  font-weight: 800;
  color: #ae2e2e;
}
.contactInfo .Phone {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
.contactInfo .Phone__no {
  display: flex;
  align-items: center;
  font-size: 48px;
  font-weight: 800;
  color: #db1212;
  gap: 0 0.15em;
}
.contactInfo .Phone__no .icon {
  display: block;
  width: 32px;
}
.contactInfo .Phone__caption {
  font-size: 16px;
  font-weight: 500;
}
.contactInfo .infolist {
  margin-left: 0 !important;
}

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-ml5 {
  margin-left: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u-p-reset {
  padding: 0 !important;
}

.u-ptb {
  padding: 100px 0 !important;
}

.u-ptb100 {
  padding: 100px 0 !important;
}

.u-ptb70 {
  padding: 70px 0 !important;
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-pt {
  padding-top: 100px !important;
}

.u-pb {
  padding-bottom: 100px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.u-fll {
  float: left !important;
}

.u-flr {
  float: right !important;
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w45 {
  width: 45% !important;
  max-width: 45% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w55 {
  width: 55% !important;
  max-width: 55% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.u-w95 {
  width: 95% !important;
  max-width: 95% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: 800;
}

.u-txtSmall {
  font-size: 1.4rem;
}

.u-txtLarge {
  font-size: 18px;
}

.br-sp {
  display: none;
}

/*# sourceMappingURL=upd.css.map */
