@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&display=swap");
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.7;
  color: #0a2540;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
  font-weight: 500;
  background-color: #fff;
}

:lang(en) {
  letter-spacing: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}

.title,
.subtitle {
  line-height: 1.3;
}

.title {
  color: #0a2540;
}

p {
  margin: 0 0 1em;
  word-break: break-word;
  overflow-wrap: break-word;
}

p.last {
  margin: 0;
}

/*************************/
.hero-slider {
  position: relative;
  overflow: hidden;
}
.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* slickが生成する要素にも高さを与える */
.hero-bg,
.hero-bg .slick-list,
.hero-bg .slick-track {
  height: 100%;
}

/* 各スライド */
.hero-bg .bg {
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* 画像指定 */
.bg01 {
  background-image: url("../images/main01.jpg");
}

.bg02 {
  background-image: url("../images/main02.jpg");
}

.bg03 {
  background-image: url("../images/main03.jpg");
}

.bg04 {
  background-image: url("../images/main04.jpg");
}

.hero-body {
  position: relative;
  z-index: 1;
  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;
}

.br-1 {
  border-radius: 1.5rem;
}

.is-through {
  text-decoration: line-through;
}

.is-grad01 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ff6685), to(#b94058));
  background-image: linear-gradient(to right bottom, #ff6685 0%, #b94058 100%);
}

.is-grad02 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#48c78e), to(#258b5d));
  background-image: linear-gradient(to right bottom, #48c78e 0%, #258b5d 100%);
}

.is-grad03 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ffb70f), to(#c08807));
  background-image: linear-gradient(to right bottom, #ffb70f 0%, #c08807 100%);
}

.is-grad04 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#66d1ff), to(#3c94b9));
  background-image: linear-gradient(to right bottom, #66d1ff 0%, #3c94b9 100%);
}

.border01 {
  border: solid 2px #ff6685;
}

.border02 {
  border: solid 2px #48c78e;
}

.border03 {
  border: solid 2px #ffb70f;
}

.border04 {
  border: solid 2px #4258ff;
}

.border05 {
  border: solid 2px #eee;
}

.is-top {
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer {
  background-color: #1e3a8f;
}
.footer .menu-list a {
  background: transparent;
}

hr {
  opacity: 0.6;
}

.card-header-icon i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-header-icon i.is-open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navbar-brand .navbar-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}
.navbar-brand .navbar-item .kana {
  display: block;
  font-size: 11px;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .navbar-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .navbar-item {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}/*# sourceMappingURL=style.css.map */