@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: calc(100vw / 75);
  scroll-behavior: smooth;
}
@media (min-width: 750px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #494949;
  background: url("../img/bg.webp") top center/cover no-repeat;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  background: #FFFFFF;
  overflow: hidden;
}
@media (min-width: 750px) {
  .wrapper {
    max-width: 750px;
    margin: 0 auto;
  }
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-title {
  margin: 0 auto 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.8rem;
  font-family: "Yu Gothic Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #183D86;
  border-bottom: 0.3rem solid #183D86;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.hero {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}
.hero__logo {
  position: absolute;
  top: 3.8rem;
  left: 5.2rem;
  z-index: 2;
}
.hero__logo img {
  width: 18.5rem;
  height: auto;
}
.hero__img {
  display: block;
  width: 100%;
  height: auto;
}
.hero__cta {
  position: absolute;
  bottom: 11.2rem;
  left: 70%;/* 2つ並べるときには50％にする */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero__btn {
  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;
  gap: 1.2rem;
  width: 30.2rem;
  height: 9.7rem;
  text-decoration: none;
  border-radius: 99rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .hero__btn:hover {
    opacity: 0.6;
  }
}
.hero__btn--primary {
  color: #FFFFFF;
  background-color: #E89863;
  border: 0.3rem solid #E96D1B;
}
.hero__btn--secondary {
  color: #494949;
  background-color: #FFFFFF;
  border: 0.3rem solid #183D86;
}
.hero__btn-text {
  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: 0.4rem;
  line-height: 1.4;
  text-align: center;
}
.hero__btn-text strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  font-family: "Yu Gothic Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.hero__btn-text strong::before {
  content: "";
  display: block;
  background: center/contain no-repeat;
}
.hero__btn--primary .hero__btn-text strong::before {
  width: 3.4rem;
  height: 3.9rem;
  background-image: url("../img/icon-document.webp");
}
.hero__btn--secondary .hero__btn-text strong::before {
  width: 4.2rem;
  height: 3.3rem;
  background-image: url("../img/icon-mail.webp");
}
.hero__btn-text small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 1.6rem;
  opacity: 0.9;
}
.hero__btn--primary .hero__btn-text small::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 1.7rem;
  background: url("../img/icon-download.webp") center/contain no-repeat;
}

.topics {
  position: relative;
  margin: 3rem 3.8rem 6rem;
}
.topics__slider {
  width: 56rem;
  margin: 0 auto;
}
.topics .slick-list {
  overflow: visible;
}
.topics .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topics .slick-slide {
  height: auto;
}
.topics__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 26rem;
  margin: 0 2rem;
  padding: 3.2rem 2.1rem 2.6rem;
  text-decoration: none;
  color: inherit;
  background-color: #FFFFFF;
  border-radius: 2rem;
  -webkit-box-shadow: 0.6rem 0 3.2rem rgba(161, 213, 225, 0.74);
          box-shadow: 0.6rem 0 3.2rem rgba(161, 213, 225, 0.74);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .topics__card:hover {
    opacity: 0.6;
  }
}
.topics__card-img {
  position: relative;
  margin: 0 1rem 2rem;
  aspect-ratio: 205/140;
}
@supports not (aspect-ratio: 1) {
  .topics__card-img {
    padding-top: 68.29%;
  }
}
.topics__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1) {
  .topics__card-img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.topics__card-title {
  margin-bottom: 1.5rem;
  font-family: "Yu Gothic Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #494949;
}
.topics__card-link {
  display: inline-block;
  font-family: "Yu Gothic Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #183D86;
}
.topics .slick-prev,
.topics .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  font-size: 0;
  color: transparent;
  background: url("../img/icon-slider-arrow.webp") center/contain no-repeat;
  border: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.topics .slick-prev::before,
.topics .slick-next::before {
  content: none;
}
.topics .slick-prev {
  left: -6.4rem;
}
.topics .slick-next {
  right: -6.4rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.point-nav {
  margin: 0 0 8.7rem;
  padding: 0 3.2rem;
}
.point-nav__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.point-nav__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1.6rem 3.4rem;
  background-color: #FFFFFF;
  border: 0.7rem solid #757575;
  border-radius: 1.4em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .point-nav__card:hover {
    opacity: 0.6;
  }
}
.point-nav__card::after {
  content: "";
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  width: 3.8rem;
  height: 1.8rem;
  background: url("../img/icon-point-card-arrow.webp") center/contain no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point-nav__meta {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.2rem;
}
.point-nav__label {
  font-family: "DIN Alternate", "DIN", "Helvetica Neue", "Arial", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #7A94C8;
}
.point-nav__num {
  margin-top: -0.6rem;
  font-family: "DIN Alternate", "DIN", "Helvetica Neue", "Arial", sans-serif;
  font-size: 7.1rem;
  font-weight: 700;
  line-height: 1;
  color: #183D86;
}
.point-nav__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-top: 0.2rem;
  font-family: "Yu Gothic Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #494949;
  white-space: nowrap;
}
.point-nav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.8rem;
}
.point-nav__icon img {
  width: 6.7rem;
  height: 6.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.detail-wrap > .detail:nth-child(odd) {
  background-color: #E4F5FB;
}

.detail {
  padding: 8rem 6rem;
}
.detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.detail__head-left {
  margin-right: 3rem;
}
.detail__head-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.detail__label {
  display: block;
  font-family: "DIN Alternate", "DIN", "Helvetica Neue", "Arial", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #7A94C8;
}
.detail__num {
  display: block;
  margin-top: -0.8rem;
  font-family: "DIN Alternate", "DIN", "Helvetica Neue", "Arial", sans-serif;
  font-size: 7.1rem;
  font-weight: 700;
  line-height: 1;
  color: #183D86;
}
.detail__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Yu Gothic Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 0.4rem solid #183D86;
}
.detail__body {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.6;
}
.detail__body p {
  margin-bottom: 1.6rem;
}
.detail__point-label {
  margin-bottom: 0.8rem;
  font-weight: 700;
}
.detail__list li {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 2rem;
  line-height: 1.6;
}
.detail__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.detail__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.6rem;
  padding: 2.6rem;
  background-color: #FFFFFF;
  border-radius: 1.4rem;
  -webkit-box-shadow: 0.2rem 0 2.1rem rgba(168, 201, 239, 0.55);
          box-shadow: 0.2rem 0 2.1rem rgba(168, 201, 239, 0.55);
}
.detail-wrap > .detail:nth-child(odd) .detail__links {
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#point04 .detail__links {
  gap: 2rem;
}
.detail__links-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.detail__links-label {
  display: block;
  margin-bottom: 1.6rem;
  font-family: "DIN Alternate", "DIN", "Helvetica Neue", "Arial", sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
}
.detail__links-list li {
  margin-bottom: 0.2rem;
}
.detail__links-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.detail__links-list a span {
  text-decoration: underline;
}
@media (hover: hover) {
  .detail__links-list a:hover {
    opacity: 0.6;
  }
}
.detail__links-list a::after {
  position: relative;
  top: -0.4rem;
  display: block;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: url("../img/icon-detail-link-blank.webp") center/contain no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(56%);
          filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(56%);
}
.detail__links-photo {
  width: 22.4rem;
}
.detail__links-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  padding: 6rem 10rem 2.6rem;
  text-align: center;
  background-color: #E4F5FB;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3rem;
  margin-bottom: 4rem;
}
.footer__links > * {
  width: calc(50% - 1.65rem);
}
.footer__links p {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  border-left: 0.3rem solid #757575;
  text-align: left;
  padding-left: 2rem;
}
.footer__link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer__link:hover {
    opacity: 0.6;
  }
}
.footer__link img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__official {
  margin-bottom: 4rem;
}
.footer__official-link {
  display: inline-block;
  font-family: "Yu Gothic Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.footer__contact {
  padding: 3rem 0;
}
.footer__contact-title {
  font-family: "Yu Gothic Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.footer__address {
  margin-bottom: 1.6rem;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.footer__hours {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.footer__copyright {
  margin-top: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}/*# sourceMappingURL=style.css.map */