@charset "UTF-8";
@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&family=Noto+Serif+JP:wght@200..900&display=swap");
.f_noto, .sekirei .SekireiInfo__label, .sekirei .aboutSekirei .title-Lv2, .shisetsu .tb1 .head td, .houmonkango .leadCopy, .syokibo .listFl li, .syokibo .leadsubCopy, .syokibo .leadCopy, .grouphome .leadCopy, .akiBtnWrap .caption, .akiBtnWrap .akiBtn {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_notos, .aki .leadCopy {
  font-family: "Noto Serif JP", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

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

.akiBtnWrap {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  min-width: 300px;
}
.akiBtnWrap .akiBtn {
  padding: 0.75em 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  background-image: linear-gradient(45deg, #007ec7, #0d9dd2);
  color: white;
  text-shadow: 1px 1px 0px #007ec7;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.akiBtnWrap .akiBtn:hover {
  filter: brightness(110%);
  text-decoration: none;
}
.akiBtnWrap .caption {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  gap: 0 0.25em;
}
.akiBtnWrap .caption .icon {
  display: block;
  width: 20px;
  height: auto;
}

.grouphome .leadCopy {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.5 !important;
}

.grouphome .leadCopy em {
  font-size: 160%;
  font-weight: 800;
  font-style: normal;
  color: #0c86dd;
}

.helperstation .mainct img.img2 {
  float: right !important;
}

.syokibo .leadCopy {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.5 !important;
}
.syokibo .leadCopy em {
  font-size: 150%;
  font-weight: 800;
  font-style: normal;
  color: #0c86dd;
}
.syokibo .leadsubCopy {
  font-size: 130%;
  font-weight: 500;
}
.syokibo .leadsubCopy em {
  font-size: 140%;
  font-weight: 800;
  font-style: normal;
  color: #0c86dd;
}
.syokibo .listFl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
  margin-left: 1em;
}
.syokibo .listFl li {
  padding: 0.5em 0;
  padding-left: 2em;
  display: flex;
  align-items: center;
  width: calc(50% - 1em);
  max-width: calc(50% - 1em);
  font-size: 100%;
  font-weight: 700;
  color: #1ba6cd;
  background-color: #f0f8fa;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}
.syokibo .listFl li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #1ba6cd;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateX(-50%);
  border-radius: 50%;
}

.dayservice .conceptBox {
  background-color: #feeecd;
  border-radius: 10px;
  padding: 6px;
  overflow: hidden;
}
.dayservice .conceptBox__inner {
  padding: 3.5%;
  background-color: white;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #d5a479;
  box-sizing: border-box;
}
.dayservice .conceptBox .imgbox {
  display: block;
  width: 200px;
}
.dayservice .flCnt {
  display: flex;
  align-items: center;
  gap: 0 35px;
}

.houmonkango .leadCopy {
  display: block;
  margin-bottom: 2em !important;
  font-size: 135%;
  font-weight: 800;
  line-height: 1.5 !important;
}

.aki .leadCopy {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.5 !important;
  color: #0c86dd;
}
.aki .lb--phone {
  position: relative;
}
.aki .lb--phone .phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  font-size: 13px;
}

.shisetsu .tb1 .head th,
.shisetsu .tb1 .head td {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}
.shisetsu .tb1 .head td {
  font-weight: 500;
  font-size: 120%;
}

.sekirei .aboutSekirei {
  overflow: hidden;
}
.sekirei .aboutSekirei .title-Lv2 {
  padding-bottom: 0.5em;
  margin-left: 0.5em;
  display: inline-flex;
  font-size: 170%;
  font-weight: 800;
  position: relative;
}
.sekirei .aboutSekirei .title-Lv2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #70ad47 100px, #e1eada 100px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sekirei .aboutSekirei__img {
  float: right;
  display: flex;
  flex-wrap: wrap;
  min-width: 35%;
  width: 35%;
  gap: 30px;
}
.sekirei .aboutSekirei__img img {
  display: block;
  width: calc(50% - 15px);
  object-fit: cover;
  aspect-ratio: 5/7;
}
.sekirei .aboutSekirei__img img.full {
  width: 100%;
  aspect-ratio: 5/3.5;
}
.sekirei .aboutSekirei .leadCopy {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.5 !important;
  color: #0c86dd;
}
.sekirei .SekireiInfo__column {
  width: 100%;
  display: flex;
  gap: 0 25px;
}
.sekirei .SekireiInfo .InfoCnt {
  padding-left: 15px;
}
.sekirei .SekireiInfo .InfoCnt--1 {
  width: 100%;
}
.sekirei .SekireiInfo .InfoCnt--2 {
  width: 35%;
  min-width: 35%;
}
.sekirei .SekireiInfo .InfoCnt .tb1 {
  margin: 0;
}
.sekirei .SekireiInfo__label {
  padding: 0.5em 1em;
  padding-left: 2em;
  display: flex;
  align-items: center;
  background-image: linear-gradient(45deg, #92b036, #b8ce63);
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 1px 1px 0px #758f27;
  position: relative;
}
.sekirei .SekireiInfo__label::before {
  content: "";
  display: block;
  width: 5px;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.sekirei .SekireiInfo .Notes {
  display: inline-block;
  padding-left: 1em;
  font-size: 12px;
  position: relative;
  line-height: 1.3;
}
.sekirei .SekireiInfo .Notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*!
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 */
