@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-size: clamp(14px, 1.1111111111vw, 19px);
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  * {
    font-size: min(14px, 3.7333333333vw);
  }
}
@media screen and (max-width: 480px) {
  * {
    font-weight: 600;
  }
}

html,
body {
  height: auto;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Serif JP", serif;
}

body {
  position: relative;
}

section {
  scroll-margin-top: 88px;
  padding-inline: 1.25rem;
}
@media only screen and (max-width: 768px) {
  section {
    scroll-margin-top: 0;
    padding-inline: 0;
  }
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

ul {
  list-style: none;
}

p {
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  p {
    line-height: 1.9;
  }
}

rt {
  font-size: 60%;
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.tab-none {
  display: block;
}
@media only screen and (max-width: 768px) {
  .tab-none {
    display: none;
  }
}

.sp-none {
  display: block;
}
@media only screen and (max-width: 414px) {
  .sp-none {
    display: none;
  }
}

.w-0 {
  width: 0% !important;
}

@media only screen and (max-width: 768px) {
  .w-0-tab {
    width: 0% !important;
  }
}

.w-5 {
  width: 5% !important;
}

@media only screen and (max-width: 768px) {
  .w-5-tab {
    width: 5% !important;
  }
}

.w-10 {
  width: 10% !important;
}

@media only screen and (max-width: 768px) {
  .w-10-tab {
    width: 10% !important;
  }
}

.w-15 {
  width: 15% !important;
}

@media only screen and (max-width: 768px) {
  .w-15-tab {
    width: 15% !important;
  }
}

.w-20 {
  width: 20% !important;
}

@media only screen and (max-width: 768px) {
  .w-20-tab {
    width: 20% !important;
  }
}

.w-25 {
  width: 25% !important;
}

@media only screen and (max-width: 768px) {
  .w-25-tab {
    width: 25% !important;
  }
}

.w-30 {
  width: 30% !important;
}

@media only screen and (max-width: 768px) {
  .w-30-tab {
    width: 30% !important;
  }
}

.w-35 {
  width: 35% !important;
}

@media only screen and (max-width: 768px) {
  .w-35-tab {
    width: 35% !important;
  }
}

.w-40 {
  width: 40% !important;
}

@media only screen and (max-width: 768px) {
  .w-40-tab {
    width: 40% !important;
  }
}

.w-45 {
  width: 45% !important;
}

@media only screen and (max-width: 768px) {
  .w-45-tab {
    width: 45% !important;
  }
}

.w-50 {
  width: 50% !important;
}

@media only screen and (max-width: 768px) {
  .w-50-tab {
    width: 50% !important;
  }
}

.w-55 {
  width: 55% !important;
}

@media only screen and (max-width: 768px) {
  .w-55-tab {
    width: 55% !important;
  }
}

.w-60 {
  width: 60% !important;
}

@media only screen and (max-width: 768px) {
  .w-60-tab {
    width: 60% !important;
  }
}

.w-65 {
  width: 65% !important;
}

@media only screen and (max-width: 768px) {
  .w-65-tab {
    width: 65% !important;
  }
}

.w-70 {
  width: 70% !important;
}

@media only screen and (max-width: 768px) {
  .w-70-tab {
    width: 70% !important;
  }
}

.w-75 {
  width: 75% !important;
}

@media only screen and (max-width: 768px) {
  .w-75-tab {
    width: 75% !important;
  }
}

.w-80 {
  width: 80% !important;
}

@media only screen and (max-width: 768px) {
  .w-80-tab {
    width: 80% !important;
  }
}

.w-85 {
  width: 85% !important;
}

@media only screen and (max-width: 768px) {
  .w-85-tab {
    width: 85% !important;
  }
}

.w-90 {
  width: 90% !important;
}

@media only screen and (max-width: 768px) {
  .w-90-tab {
    width: 90% !important;
  }
}

.w-95 {
  width: 95% !important;
}

@media only screen and (max-width: 768px) {
  .w-95-tab {
    width: 95% !important;
  }
}

.w-100 {
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .w-100-tab {
    width: 100% !important;
  }
}

.flex-shrink {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  header {
    display: none;
  }
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 88px;
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4375rem 2.5vw 0.5rem 1.0625rem;
  position: absolute;
  z-index: 90;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 0.7142857143rem;
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: -webkit-linear-gradient(135deg, #008FDB 0%, #31ABED 40%, #E5F5FF 95%);
    background: linear-gradient(315deg, #008FDB 0%, #31ABED 40%, #E5F5FF 95%);
  }
}
@media screen and (min-width: 768px) {
  .header--scroll {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    -webkit-animation: header-animation 1000ms;
            animation: header-animation 1000ms;
  }
  .header--scroll .header-nav__list > li > a {
    color: #155686;
  }
}
@-webkit-keyframes header-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header-logo {
  display: inline-block;
  width: 7.5rem;
}
.header-logo__img {
  width: 6.8571428571rem;
  height: auto;
}
.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5vw;
}
@media only screen and (max-width: 768px) {
  .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.2857142857rem;
    gap: 2.8571428571rem;
  }
}
.header-nav__list > li > a {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-size: max(12px, 1.0416666667vw);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .header-nav__list > li > a {
    font-size: 1.1428571429rem;
  }
}

.hb-btn {
  display: none;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .hb-btn {
    display: block;
    position: fixed;
    top: 0.7142857143rem;
    right: 0.7142857143rem;
    width: 4.2857142857rem;
    height: 4.2857142857rem;
    background: url(../images/btn_hb_01.svg) no-repeat center/cover;
  }
}
.hb-btn--scroll {
  background: url(../images/btn_hb_02.svg) no-repeat center/cover;
}
.hb-btn--open {
  top: 1.4285714286rem;
  right: 1.4285714286rem;
  width: 2.4285714286rem;
  height: 2.9285714286rem;
  background: url(../images/btn_hb_close_01.svg) no-repeat center/cover;
}

.footer {
  padding: 2rem 0 0.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(167, 208, 232, 0.5))), #ffffff;
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(167, 208, 232, 0.5) 100%), #ffffff;
  background: linear-gradient(to right, #ffffff 0%, rgba(167, 208, 232, 0.5) 100%), #ffffff;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 6.4vw;
    padding-bottom: 4.2666666667vw;
  }
}
.footer-logo {
  display: block;
  width: 10.9722222222vw;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .footer-logo {
    width: 33.0666666667vw;
  }
}
.footer-copyright {
  text-align: center;
  margin-top: 1.625rem;
  font-family: "Cormorant Garamond", serif;
  font-size: max(12px, 0.8333333333vw);
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 0.7142857143rem;
    font-weight: 600;
  }
}

.ttl--en {
  font-family: "Cormorant Garamond", serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .ttl--en {
    font-size: 3.2857142857rem;
  }
}
.ttl--jp {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #155686;
  display: block;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .ttl--jp {
    font-size: 1.1428571429rem;
  }
}
.ttl-history {
  margin-left: 6.9444444444vw;
}
@media only screen and (max-width: 768px) {
  .ttl-history {
    margin-left: 5.3333333333vw;
  }
}
.ttl-history--num {
  display: block;
  width: 7.875rem;
  margin-left: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .ttl-history--num {
    margin-left: 0;
    width: 5.7142857143rem;
  }
}
.ttl-history--jp {
  font-family: "Noto Serif JP", serif;
  font-size: 2.125rem;
  letter-spacing: 0.079em;
  font-weight: 900;
  background: #ffffff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0.5rem 0.3125rem 0.875rem;
  margin-top: -0.1875rem;
  color: #155686;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .ttl-history--jp {
    font-weight: bold;
    font-size: 1.4285714286rem;
    padding: 0.3571428571rem 1rem 0.3571428571rem 0.4285714286rem;
    margin-top: -0.1428571429rem;
    letter-spacing: 0.04em;
  }
}
.ttl-uniform {
  margin-left: 6.9444444444vw;
  margin-top: 0;
  position: relative;
  color: #155686;
  display: block;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .ttl-uniform {
    margin-top: 5.2857142857rem;
  }
}
.ttl-uniform span {
  font-size: 1.875rem;
  font-weight: bold;
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .ttl-uniform span {
    font-size: 1.4285714286rem;
  }
}
.ttl-uniform::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  width: calc(100% + 0.625rem);
  height: 0.6875rem;
  background: #ffffff;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .ttl-uniform::after {
    height: 2.9333333333vw;
    font-weight: bold;
    bottom: -1.3333333333vw;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .flex > * {
    width: 100%;
  }
}

.wrapper {
  max-width: 77.75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    margin-inline: 5.3333333333vw;
  }
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 369px;
  padding: 1.25rem 4.875rem 1.0625rem 4.625rem;
  border-radius: 43px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn {
    padding: 22px 40px;
    margin-inline: auto;
    min-width: unset;
  }
}
.btn--dl {
  border: solid 2px #ffffff;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn--dl::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
  background: url(../images/icon_pdf_01.svg) center/cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn--dl:hover {
  background: #ffffff;
  color: #155686;
}
.btn--dl:hover::after {
  background: url(../images/icon_pdf_02.svg) center/cover;
}
.btn--preparation {
  background: rgba(196, 196, 196, 0.5);
  color: #ffffff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.history-building__address--txt .note {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.2em;
}
.history-building__address--txt .note > span {
  display: block;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.9;
}/*# sourceMappingURL=style.css.map */