@charset "UTF-8";
/*-------- トップページcss --------*/
/* モバイルレイアウト 767px以下 */
/* --------------------------------------------------------
variable
-------------------------------------------------------- */
/* --------------------------------------------------------
キャッチ・下層リンク
-------------------------------------------------------- */
#mainimg_illust {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(25%);
}

ul.page-link a {
  text-decoration: none;
}

/* --------------------------------------------------------
見出し
-------------------------------------------------------- */
#underLink h2 {
  width: 70vw;
  margin: 0 auto;
  text-align: center;
  width: 90vw;
  margin: 0 auto;
  color: #007BA1;
  padding: 20% 0 10%;
  line-height: 1.5em;
  font-family: "Noto Serif JP", sans-serif;
}

#underLink ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5%;
  color: #1FA1FF;
}

#underLink ul > li::before {
  content: "▶";
  color: #EBC234;
  text-indent: -10px;
  padding-right: 3px;
}

.leadTxt em {
  color: #EBC234;
  font-family: "Happy Monkey", sans-serif;
}

.leadTxt h2 {
  margin: 0.5em 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #1FA1FF;
}

.leadTxt {
  text-align: center;
}

/* --------------------------------------------------------
section
-------------------------------------------------------- */
section {
  width: 90vw;
  margin: 0 auto;
}

section:nth-of-type(n+2) {
  padding-top: 10%;
}

section:last-of-type {
  padding-bottom: 10%;
}

/* タブレット・PCレイアウト : 768px～ */
@media print, screen and (min-width: 768px) {
  /* --------------------------------------------------------
  キャッチ・下層リンク
  -------------------------------------------------------- */
  #mainimg_illust {
    right: 15%;
  }
  /* --------------------------------------------------------
  見出し
  -------------------------------------------------------- */
  #underLink h2 {
    padding: 100px 0 40px;
  }
  #underLink ul {
    width: 500px;
    margin: 0 auto;
  }
  /* --------------------------------------------------------
  section
  -------------------------------------------------------- */
  section:nth-of-type(n+2) {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
  }
  section:last-of-type {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=underlayer.css.map */