@charset "UTF-8";
body {
  color: #191919;
  font-weight: 400;
  font-family: noto-sans-cjk-jp, sans-serif;
  margin-top: 105px !important;
}

body.no-scroll {
  overflow: hidden;
}

@media (max-width: 1000px) {
  body {
    margin-top: 60px !important;
  }
}
main {
  color: #191919;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.zen-mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

.wrap820 {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.wrap1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.wrap1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .wrap820 {
    padding: 0 15px;
  }
  .wrap1000 {
    padding: 0 15px;
  }
  .wrap1100 {
    padding: 0 15px;
  }
}
.c-breadcrumb {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.c-breadcrumb ol,
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumb li {
  font-size: 11px;
}
.c-breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: "＞";
  padding: 0 4px;
}

@media (max-width: 1100px) {
  .c-breadcrumb {
    padding: 0 15px;
  }
  .c-breadcrumb ol,
  .c-breadcrumb ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 100%;
  }
  .c-breadcrumb li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
div[id^=contact-modal] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div[id^=contact-modal].active {
  opacity: 1;
  visibility: visible;
}
div[id^=contact-modal] .modal-content {
  background-color: #f4f4f4;
  margin: auto;
  max-width: 640px;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  position: relative;
  padding: 30px 30px 25px 30px;
}
div[id^=contact-modal] .modalclose {
  width: 38px;
  height: 38px;
  background-color: #191919;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  top: 18px;
  right: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div[id^=contact-modal] .modalclose span {
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  inset: 0;
  margin: auto;
}
div[id^=contact-modal] .modalclose span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
div[id^=contact-modal] .modal-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
}
div[id^=contact-modal] .modal-text {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}
div[id^=contact-modal] .modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div[id^=contact-modal] .modal-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.035%;
          flex: 0 0 31.035%;
  text-align: center;
  background-color: #fff000;
  border-radius: 8px;
  padding: 26px 0 20px 0;
}
div[id^=contact-modal] .modal-item-text {
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
div[id^=contact-modal] .modal-item-name {
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
}
div[id^=contact-modal] .modal-item-link {
  display: block;
  max-width: 134px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #191919;
  border-radius: 50px;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 11.5px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div[id^=contact-modal] .modal-item-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background-image: url(../img/base/modal-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  div[id^=contact-modal] .modalclose:hover {
    opacity: 0.7;
  }
  div[id^=contact-modal] .modal-item-link:hover {
    background-color: #191919;
    color: #fff;
  }
  div[id^=contact-modal] .modal-item-link:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(94%) saturate(26%) hue-rotate(31deg) brightness(106%) contrast(109%);
            filter: brightness(0) saturate(100%) invert(94%) sepia(94%) saturate(26%) hue-rotate(31deg) brightness(106%) contrast(109%);
  }
}
@media (max-width: 767px) {
  div[id^=contact-modal] .modal-content {
    width: 93%;
  }
  div[id^=contact-modal] .modal-text {
    font-size: 12px;
    line-height: 1.8333333333;
    margin-bottom: 20px;
  }
  div[id^=contact-modal] .modal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
  }
  div[id^=contact-modal] .modal-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 27px 0 26px 0;
  }
  div[id^=contact-modal] .modal-item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: right;
  }
  div[id^=contact-modal] .modal-item-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 32px;
  }
  div[id^=contact-modal] .modal-item-link {
    max-width: 184px;
  }
}