@charset "UTF-8";
/* reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, figure img, picture img {
  vertical-align: baseline;
}

figure, picture {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

img {
  vertical-align: baseline;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img[width="1"], img[width="0"] {
  display: none;
}

html {
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 16px;
  letter-spacing: normal;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #415364;
  line-height: 1.6;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
#splash {
  width: 100vw;
  height: 65vh;
  background: url(../images/splash.jpg) left center no-repeat;
  background-size: cover;
  position: relative;
}
#splash.sp2 {
  background: url(../images/splash2.jpg) left center no-repeat;
}
#splash.sp3 {
  background: url(../images/splash3.jpg) left center no-repeat;
}
#splash.sp4 {
  background: url(../images/splash4.jpg) left center no-repeat;
}
#splash .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media only screen and (max-width: 768px) {
  #splash .inner {
    width: 80%;
  }
}
#splash .inner p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  #splash .inner p {
    font-size: 1.5rem;
  }
}
#splash .inner p + p {
  font-size: 4.5rem;
}
@media only screen and (max-width: 768px) {
  #splash .inner p + p {
    font-size: 2rem;
  }
}

.indexSection {
  width: 56.25%;
  margin-inline: auto;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .indexSection {
    width: 80%;
  }
}
.indexSection .page-title {
  text-align: center;
  margin: 5rem auto 2.5rem;
}
.indexSection .page-title span {
  background: linear-gradient(90deg, #e9a5a5 0%, #b8c1c0 25%, #65c0e0 50%, #aea2db 75%, #81c1d9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.indexSection .section-title {
  font-size: 1.875rem;
  margin-bottom: 0.725rem;
  line-height: 1.5;
}
.indexSection ul {
  list-style: disc;
}
.indexSection ol {
  list-style: decimal;
}
.indexSection li {
  margin-left: 1.5em;
  text-indent: 1ch;
}
.indexSection li + li {
  margin-top: 0.5rem;
}
.indexSection ul + p, .indexSection ol + p {
  margin-top: 2.5rem;
}
.indexSection p.btn {
  margin-top: 1.5rem;
}
.indexSection p.btn a {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #e9a5a5 0%, #aea2db 100%);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: background 0.3s ease;
  padding: 1rem 2rem;
  border-radius: 10px;
}
.indexSection p.btn a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #e9a5a5 50%, #aea2db 50%);
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}
.indexSection p.btn a:hover:before {
  opacity: 1;
}
.indexSection p.btn a span {
  position: relative;
  z-index: 1;
  display: block;
}
.indexSection .box {
  margin-top: 2.5rem;
  border: 5px solid #ccc;
  padding: 1.5rem;
  box-sizing: border-box;
}
.indexSection table {
  margin: 2.5rem auto 1rem;
  width: 100%;
  border-collapse: collapse;
}
.indexSection table th, .indexSection table td {
  background: #95a0aa;
  color: #fff;
  padding: 1.5rem;
  box-sizing: border-box;
  border: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  .indexSection table th, .indexSection table td {
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .indexSection table td {
    background: rgba(149, 160, 170, 0.6901960784);
  }
}/*# sourceMappingURL=content.css.map */