@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Outfit:600|Noto+Sans+Javanese:700");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/68527af14224a2964fab9189.68527af14224a2964fab918c.usFzWXe.hcp.png");

@font-face {
  font-family: "Seitu-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Seitu-Medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Seitu-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Seitu-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Seitu-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Seitu-SemiBold.otf") format("opentype");
  font-display: swap;
}

.contents-wrapper a {
  display: contents;
  text-decoration: none;
}

.btn_entry,
.btn_entry-1,
.btn_entry-2 {
  text-decoration: none;
  color: inherit;
  display: flex;
  transition: box-shadow 0.3s ease;
}

.btn_entry:hover,
.btn_entry-1:hover,
.btn_entry-2:hover {
  box-shadow: 8px 8px 24px #fc652e88;
}

.btn_entry .arrow,
.btn_entry-1 .arrow,
.btn_entry-2 .arrow {
  transition: transform 0.3s ease;
}

.btn_entry:hover .arrow,
.btn_entry-1:hover .arrow,
.btn_entry-2:hover .arrow {
  transform: translateX(3px);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: rgb(249 250 251);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* h要素のフォント指定 */
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
}

h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

h5 {
  font-size: 1.125rem;
  font-weight: 600;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}