.l-content {
  margin: 0 20px;
}
.l-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-inner {
    width: 90vw;
  }
}
.l-flex {
  display: flex;
  justify-content: space-between;
}
.l-flex--center {
  align-items: center;
}
.l-flex--justify-start {
  justify-content: flex-start;
}
.l-flex--align-end {
  align-items: flex-end;
}
.l-flex-1 {
  flex: 1;
}
.l-flex-3 {
  flex: 3;
}
.l-flex-4 {
  flex: 4;
}
.l-flex-6 {
  flex: 6;
}
.l-flex-7 {
  flex: 7;
}
.l-indent p {
  line-height: 1.6 !important;
  padding-left: 1rem;
  text-indent: -1rem;
}
.l-border {
  border: 1px solid #000;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.mt-1r {
  margin-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .mt-1r {
    margin-top: 0.8333333333vw;
  }
}
.mt-3r {
  margin-top: 3rem !important;
}
@media screen and (max-width: 1000px) {
  .mt-3r {
    margin-top: 3.75vw !important;
  }
}
.mt-7r {
  margin-top: 7rem !important;
}
@media screen and (max-width: 1000px) {
  .mt-7r {
    margin-top: 8.75vw !important;
  }
}
.mt-10 {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .mt-10 {
    margin-top: 0.8333333333vw;
  }
}
.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .mt-20 {
    margin-top: 1.6666666667vw;
  }
}
.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .mt-30 {
    margin-top: 2.5vw;
  }
}
.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .mt-40 {
    margin-top: 3.3333333333vw;
  }
}
.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .mt-50 {
    margin-top: 4.1666666667vw;
  }
}
.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .mt-60 {
    margin-top: 5vw;
  }
}
.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .mt-100 {
    margin-top: 8.3333333333vw;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1r {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 1000px) {
  .mb-1r {
    margin-bottom: 1.6666666667vw !important;
  }
}
.mb-2r {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 1000px) {
  .mb-2r {
    margin-bottom: 3.3333333333vw !important;
  }
}
.mb-3r {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 1000px) {
  .mb-3r {
    margin-bottom: 5vw !important;
  }
}
.mb-4r {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 1000px) {
  .mb-4r {
    margin-bottom: 6.6666666667vw !important;
  }
}
.mb-5r {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 1000px) {
  .mb-5r {
    margin-bottom: 8.3333333333vw !important;
  }
}
.mb-6r {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 1000px) {
  .mb-6r {
    margin-bottom: 10vw !important;
  }
}
.mb-7r {
  margin-bottom: 7rem !important;
}
@media screen and (max-width: 1000px) {
  .mb-7r {
    margin-bottom: 11.6666666667vw !important;
  }
}
.mb-8r {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 1000px) {
  .mb-8r {
    margin-bottom: 13.3333333333vw !important;
  }
}
.mb-9r {
  margin-bottom: 9rem !important;
}
@media screen and (max-width: 1000px) {
  .mb-9r {
    margin-bottom: 15vw !important;
  }
}
.mb-10r {
  margin-bottom: 10rem !important;
}
@media screen and (max-width: 1000px) {
  .mb-10r {
    margin-bottom: 16.6666666667vw !important;
  }
}

.mr-1-5r {
  margin-right: 1.5rem !important;
}
@media screen and (max-width: 1000px) {
  .mr-1-5r {
    margin-right: 1.25vw;
  }
}
.mr-50 {
  margin-right: 50px;
}
@media screen and (max-width: 1000px) {
  .mr-50 {
    margin-right: 4.1666666667vw;
  }
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-1r {
  padding: 1rem !important;
}
.p-2r {
  padding: 2rem !important;
}
.px-1r {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.f-w-bold {
  font-weight: 700;
}
.f-fa-nikomoji {
  font-family: vdl-gigamaru, sans-serif;
}
.f-fa-yugothic {
  font-family: "Yu Gothic", sans-serif;
}
.f-s-1-2 {
  font-size: 1.2rem !important;
}
.f-s-1-5 {
  font-size: 1.5rem !important;
}

.bg-white {
  background-color: #fff !important;
}

@media only screen and (min-width: 46.75em) {
  .st-Header .list .contact:hover a::after {
    opacity: 0.8;
  }
  .st-Header .list .contact a img {
    max-height: 11.25vw;
  }
  .st-Header .list .contact a::after {
    content: "";
    width: 16px;
    height: 11.25vw;
    background-color: #000;
    position: absolute;
    right: -15px;
    top: 0;
  }
}
.jichitai {
  background-color: #fff;
}
.jichitai p {
  font-family: "Yu Gothic", sans-serif;
  font-size: 0.94rem;
  line-height: 1.4;
  margin: 1.5rem 0;
}
@media screen and (max-width: 1000px) {
  .jichitai p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 46.74em) {
  .jichitai .l-flex div {
    flex: 1;
  }
  .jichitai .l-flex-3 {
    flex: 3 !important;
  }
}
.jichitai .l-flex div:not(:last-of-type) {
  margin-right: 2rem;
}
.jichitai-kv {
  margin-top: 5.1rem;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 46.75em) {
  .jichitai-kv {
    margin-top: 5.3125vw;
  }
}
.jichitai-kv__inner {
  position: relative;
}
.jichitai-kv__text {
  position: absolute;
  bottom: 4rem;
  left: 5.5rem;
  color: #fff;
  line-height: 1.2;
  width: 85%;
}
@media screen and (max-width: 1000px) {
  .jichitai-kv__text {
    width: 90vw;
    left: 0;
    margin: 0 5vw;
  }
}
.jichitai-kv__text .l-flex {
  align-items: flex-end;
  justify-content: left;
}
.jichitai-kv__text .l-flex div {
  margin: 0;
}
.jichitai-kv__text .l-flex div:not(:last-of-type) {
  margin-right: 1rem;
}
.jichitai-kv__text01 {
  letter-spacing: 4px;
}
.jichitai-kv__text02 {
  font-size: 3rem;
}
.jichitai-kv__img01 {
  width: 5rem;
  margin-left: 1rem;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 1000px) {
  .jichitai-kv__img01 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .jichitai-kv__img01__wrap {
    width: 13vw;
    flex: none !important;
  }
}
.jichitai-kv__img02 {
  width: 14rem;
  margin-left: auto !important;
  margin-right: 1rem !important;
  margin-bottom: -3rem !important;
}
@media screen and (max-width: 1000px) {
  .jichitai-kv__img02 {
    margin-right: 0 !important;
    margin-bottom: -0.5rem !important;
    text-align: right;
  }
  .jichitai-kv__img02 img {
    width: 18vw;
  }
}
.jichitai-kv__text03 {
  font-size: 1.7rem;
  margin-top: 1rem;
}
.jichitai-heros__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .jichitai-heros__inner {
    width: 100%;
    padding: 0 1.6666666667vw;
  }
}
.jichitai-heros__title {
  text-align: center;
  border-bottom: 2px solid #000;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.jichitai-heros__title01 {
  font-size: 2rem;
}
.jichitai-heros__banner {
  margin-bottom: 7rem;
}
.jichitai-heros__banner img:hover {
  cursor: pointer;
}
.jichitai-pr__kv {
  position: relative;
  margin-bottom: 3rem;
}
.jichitai-pr__kv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}
.jichitai-pr__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .jichitai-pr__inner {
    width: 100%;
    padding: 0 1.6666666667vw;
  }
}
.jichitai-pr__text01 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.jichitai-pr__text01 ~ p {
  margin: 0.7rem 0;
}
.jichitai-comment {
  background-color: #efe9d7;
  padding: 3.5rem 0;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1000px) {
  .jichitai-comment {
    margin-bottom: 8vw;
  }
}
.jichitai-comment__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .jichitai-comment__inner {
    width: 100%;
    padding: 0 1.6666666667vw;
  }
}
.jichitai-banner__inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1000px) {
  .jichitai-banner__inner {
    width: 100%;
    padding: 0 1.6666666667vw 20vw;
  }
}
.jichitai-banner__inner div {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .jichitai-banner__inner div {
    margin-bottom: 4vw;
  }
}
.jichitai-002 .jichitai-pr__kv-title {
  font-size: 3.7vw;
}
.jichitai-002 .jichitai-heros__banner,
.jichitai-003 .jichitai-heros__banner {
  margin-bottom: 2rem;
}
.jichitai-003 .jichitai-heros__banner > div {
  width: 50%;
}
.jichitai-003 .jichitai-heros__banner:last-of-type {
  margin-bottom: 7rem;
}
.jichitai-003 .jichitai-comment__title {
  font-size: 1.2rem;
}
.jichitai-004 .jichitai-heros__title01 {
  letter-spacing: -0.1rem;
}
.jichitai-004 table td {
  padding-right: 1rem;
  font-family: "Yu Gothic", sans-serif;
  vertical-align: top;
}
.jichitai-005 h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.jichitai-005 .jichitai-heros__banner {
  margin-bottom: 1rem;
}
.jichitai-005 .jichitai-heros__contact {
  margin-top: 7rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 7rem;
  width: 94%;
}

.modal .close {
  color: #fff;
  top: -50px;
  position: absolute;
  right: -40px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 46.74em) {
  .modal .close {
    top: -14vw;
    right: 0;
    font-size: 2.8rem;
    padding: 0;
  }
}
.modal-dialog {
  max-width: none !important;
}
@media only screen and (min-width: 46.75em) {
  .modal-dialog {
    max-width: 55% !important;
  }
}
.modal-backdrop {
  --bs-backdrop-zindex:1050;
  --bs-backdrop-bg:#000;
  --bs-backdrop-opacity:0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}