main.sub .sub__top {
  position: relative;
  width: 100%;
  height: 350px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  main.sub .sub__top {
    height: 300px;
  }
}
main.sub .sub__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.sub .sub__titleWrapper {
  margin-block: 100px 96px;
}
@media screen and (max-width: 767px) {
  main.sub .sub__titleWrapper {
    margin-block: 47px 41px;
  }
}
main.sub .sub__titleWrapper .section__inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.sub .sub__titleJa {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  letter-spacing: 2.1px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  main.sub .sub__titleJa {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
main.sub .sub__topLogo {
  margin-top: 53px;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  main.sub .sub__topLogo {
    margin-top: 30px;
    width: 20px;
  }
}
main.sub .sub__titleEn {
  margin-top: 46px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 1.5px;
  color: #0041A0;
}
@media screen and (max-width: 767px) {
  main.sub .sub__titleEn {
    margin-top: 10px;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 1px;
  }
}
main.sub .section {
  width: 100%;
  height: 100%;
}
main.sub .section__subCommonStyle {
  margin-top: 96px;
  background-color: #e6f0ff;
}
@media screen and (max-width: 767px) {
  main.sub .section__subCommonStyle {
    margin-top: 46px;
  }
}
main.sub .section__subCommonStyle .section__inner {
  padding-top: 50px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  main.sub .section__subCommonStyle .section__inner {
    padding-bottom: 49px;
  }
}
main.sub .section__subCommonStyle .section__text {
  margin-top: 39px;
  padding-left: min(6.6666666667vw, 80px);
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  main.sub .section__subCommonStyle .section__text {
    margin-top: 25px;
    padding-left: 0;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0.7px;
  }
}
main.sub .section__subCommonStyle .section__text + .section__text {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  main.sub .section__subCommonStyle .section__text + .section__text {
    margin-top: 22px;
  }
}
main.sub .section__subCommonStyle .section__body {
  margin-top: 44px;
  padding-top: 80px;
  padding-bottom: 96px;
  padding-inline: min(6.6666666667vw, 80px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  main.sub .section__subCommonStyle .section__body {
    margin-top: 26px;
    padding-top: 23px;
    padding-bottom: 34px;
    padding-inline: 4.6875vw;
  }
}
main.sub .section__subTop {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main.sub .section__subTop {
    margin-top: 33px;
  }
}
main.sub .section__subTop .subTop__text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 3.6px;
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.sub .section__subTop .subTop__text {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.7px;
    text-align: left;
  }
}
main.sub .section__subTop .subTop__tel {
  margin-top: 16px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  color: #0041A0;
}
@media screen and (max-width: 767px) {
  main.sub .section__subTop .subTop__tel {
    margin-top: 22px;
    margin-bottom: 72px;
    font-size: 28px;
    line-height: 38.56px;
    letter-spacing: 2.8px;
  }
}
main.sub .section__subTop .subTop__tel a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.breadcrumbs-wrapper {
  margin-top: 15px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}

.breadcrumbs {
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.65px;
  color: #969696;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
    visibility: hidden;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .breadcrumbs a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=common-sub.css.map */