@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
@charset "UTF-8";
:root {
  --color-red: #ea5450;
  --color-red-80: #ee7673;
  --color-red-60: #f29896;
  --color-red-40: #f7bbb9;
  --color-red-30: #f9cccb;
  --color-red-20: #fbdddc;
  --color-orange: #ed6d1f;
  --color-orange-80: #f18a4c;
  --color-orange-60: #f4a779;
  --color-orange-40: #f8c5a5;
  --color-orange-30: #fad3bc;
  --color-orange-20: #fbe2d2;
  --color-blue: #00a6ba;
  --color-blue-80: #33b8c8;
  --color-blue-60: #66cad6;
  --color-blue-40: #99dbe3;
  --color-blue-30: #b3e4ea;
  --color-blue-20: #ccedf1;
  --color-purple: #af579d;
  --color-purple-80: #bf79b1;
  --color-purple-60: #cf9ac4;
  --color-purple-40: #dfbcd8;
  --color-purple-30: #e7cde2;
  --color-purple-20: #efddeb;
  --color-green: #00a84d;
  --color-green-80: #33b971;
  --color-green-60: #66cb94;
  --color-green-40: #99dcb8;
  --color-green-30: #b3e5ca;
  --color-green-20: #cceedb;
  --color-brown: #7d6b55;
  --color-brown-80: #978977;
  --color-brown-60: #b1a699;
  --color-brown-40: #cbc4bb;
  --color-brown-30: #d8d3cc;
  --color-brown-20: #e5e1dd;
  --color-stone: #E9E5DF;
  --color-white: #fff;
  --color-white-80: #ebebeb;
  --color-font: #111;
  --color-font-brown: #5f5140;
  --color-link: #007A89;
  --color-link-hover: #00a7bc;
  --color-require: #ea5450;
  --color-error: #ea5450;
}

body {
  margin: 0;
}

input, textarea {
  font-size: 1rem;
}

input, textarea, button, select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=button], input[type=submit], textarea, button, select {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  color: var(--color-font);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  color: var(--color-font);
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.lang-en h1, .lang-en h2, .lang-en h3, .lang-en h4, .lang-en h5, .lang-en h6 {
  line-height: 1.25em;
  letter-spacing: 0.02em;
}

p {
  line-height: 2em;
}

.lang-en p {
  line-height: 1.5em;
}

.u-inline-block, .u-ib {
  display: inline-block;
}

.u-mt-1 {
  margin-top: 1rem;
}

.u-mr-1 {
  margin-right: 1rem;
}

.u-mb-1 {
  margin-bottom: 1rem;
}

.u-ml-1 {
  margin-left: 1rem;
}

.u-mt-2 {
  margin-top: 2rem;
}

.u-mr-2 {
  margin-right: 2rem;
}

.u-mb-2 {
  margin-bottom: 2rem;
}

.u-ml-2 {
  margin-left: 2rem;
}

.u-mt-3 {
  margin-top: 3rem;
}

.u-mr-3 {
  margin-right: 3rem;
}

.u-mb-3 {
  margin-bottom: 3rem;
}

.u-ml-3 {
  margin-left: 3rem;
}

.u-mt-4 {
  margin-top: 4rem;
}

.u-mr-4 {
  margin-right: 4rem;
}

.u-mb-4 {
  margin-bottom: 4rem;
}

.u-ml-4 {
  margin-left: 4rem;
}

.u-mt-5 {
  margin-top: 5rem;
}

.u-mr-5 {
  margin-right: 5rem;
}

.u-mb-5 {
  margin-bottom: 5rem;
}

.u-ml-5 {
  margin-left: 5rem;
}

.u-mt-6 {
  margin-top: 6rem;
}

.u-mr-6 {
  margin-right: 6rem;
}

.u-mb-6 {
  margin-bottom: 6rem;
}

.u-ml-6 {
  margin-left: 6rem;
}

.u-mt-7 {
  margin-top: 7rem;
}

.u-mr-7 {
  margin-right: 7rem;
}

.u-mb-7 {
  margin-bottom: 7rem;
}

.u-ml-7 {
  margin-left: 7rem;
}

.u-mt-8 {
  margin-top: 8rem;
}

.u-mr-8 {
  margin-right: 8rem;
}

.u-mb-8 {
  margin-bottom: 8rem;
}

.u-ml-8 {
  margin-left: 8rem;
}

.u-mt-9 {
  margin-top: 9rem;
}

.u-mr-9 {
  margin-right: 9rem;
}

.u-mb-9 {
  margin-bottom: 9rem;
}

.u-ml-9 {
  margin-left: 9rem;
}

.u-mt-10 {
  margin-top: 10rem;
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-mb-10 {
  margin-bottom: 10rem;
}

.u-ml-10 {
  margin-left: 10rem;
}

.btn-top-course {
  display: block;
  max-width: 36em;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: none;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  border: none;
}
.btn-top-course .inner {
  box-sizing: border-box;
  display: flex;
  gap: 1em;
  align-items: center;
  height: 100%;
  padding: 1.25em 2em 1.5em;
  -webkit-clip-path: polygon(calc(0% + 10px) 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, calc(0% + 10px) 100%, 0 calc(100% - 10px), 0 10px);
          clip-path: polygon(calc(0% + 10px) 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, calc(0% + 10px) 100%, 0 calc(100% - 10px), 0 10px);
  font-weight: bold;
  color: #fff;
  background-color: var(--color-orange);
  transition-property: background-color;
  transition-duration: 0.4s;
}
@media screen and (max-width: 759px) {
  .btn-top-course .inner {
    padding: 1em 1em 1.25em;
    gap: 0.5em;
  }
}
.btn-top-course .inner .icon-id {
  width: 50px;
  height: 64px;
  margin-right: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 759px) {
  .btn-top-course .inner .icon-id {
    width: 40px;
    height: 50px;
  }
}
.btn-top-course .inner .text {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-start;
  text-align: left;
}
.btn-top-course .inner .text-title {
  display: block;
  font-size: clamp(1rem, 0.6rem + 1.1vw, 1.8rem);
}
.btn-top-course .inner .text-time {
  padding: 0.4em 0.8em;
  line-height: 1em;
  color: var(--color-font);
  background-color: #fff;
  font-size: clamp(0.9rem, 0.8rem + 0.18vw, 1rem);
}
@media (hover: hover) {
  .btn-top-course:hover .inner {
    background-color: var(--color-orange-80);
  }
}

.btn-top-course._id-1 .icon-id {
  background-image: url("../images/course/icon/course-icon-1.png");
}

.btn-top-course._id-2 .icon-id {
  background-image: url("../images/course/icon/course-icon-2.png");
}

.btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  border: none;
}
.btn .inner {
  display: inline-block;
  padding: 0.75em 2em;
  -webkit-clip-path: polygon(calc(0% + 10px) 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, calc(0% + 10px) 100%, 0 calc(100% - 10px), 0 10px);
          clip-path: polygon(calc(0% + 10px) 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, calc(0% + 10px) 100%, 0 calc(100% - 10px), 0 10px);
  font-weight: bold;
  line-height: 1.25em;
  color: #fff;
  background-color: var(--color-red);
  transition-duration: 0.4s;
  transition-property: background-color;
}
@media (hover: hover) {
  .btn:hover .inner {
    background-color: var(--color-red-80);
  }
}
.btn._arrow-right .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._arrow-right .inner::after {
  display: inline-block;
  width: 1.5em;
  height: 1em;
  content: "";
  background: url("../images/icon-svg/arrow-right.svg") no-repeat center center;
  background-size: contain;
}
.btn._arrow-down .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._arrow-down .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-down.svg") no-repeat center center;
  background-size: contain;
}

.btn._red > .inner {
  background-color: var(--color-red);
}
@media (hover: hover) {
  .btn._red:hover .inner {
    background-color: var(--color-red-80);
  }
}

.btn._white-red > .inner {
  color: var(--color-red);
  background-color: #fff;
}
@media (hover: hover) {
  .btn._white-red:hover .inner {
    background-color: var(--color-red-20);
  }
}
.btn._white-red._arrow-right > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-red._arrow-right > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-right-red.svg") no-repeat center center;
  background-size: contain;
}
.btn._white-red._arrow-down > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-red._arrow-down > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-down-red.svg") no-repeat center center;
  background-size: contain;
}

.btn._orange > .inner {
  background-color: var(--color-orange);
}
@media (hover: hover) {
  .btn._orange:hover .inner {
    background-color: var(--color-orange-80);
  }
}

.btn._white-orange > .inner {
  color: var(--color-orange);
  background-color: #fff;
}
@media (hover: hover) {
  .btn._white-orange:hover .inner {
    background-color: var(--color-orange-20);
  }
}
.btn._white-orange._arrow-right > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-orange._arrow-right > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-right-orange.svg") no-repeat center center;
  background-size: contain;
}
.btn._white-orange._arrow-down > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-orange._arrow-down > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-down-orange.svg") no-repeat center center;
  background-size: contain;
}

.btn._blue > .inner {
  background-color: var(--color-blue);
}
@media (hover: hover) {
  .btn._blue:hover .inner {
    background-color: var(--color-blue-80);
  }
}

.btn._white-blue > .inner {
  color: var(--color-blue);
  background-color: #fff;
}
@media (hover: hover) {
  .btn._white-blue:hover .inner {
    background-color: var(--color-blue-20);
  }
}
.btn._white-blue._arrow-right > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-blue._arrow-right > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-right-blue.svg") no-repeat center center;
  background-size: contain;
}
.btn._white-blue._arrow-down > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-blue._arrow-down > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-down-blue.svg") no-repeat center center;
  background-size: contain;
}

.btn._purple > .inner {
  background-color: var(--color-purple);
}
@media (hover: hover) {
  .btn._purple:hover .inner {
    background-color: var(--color-purple-80);
  }
}

.btn._white-purple > .inner {
  color: var(--color-purple);
  background-color: #fff;
}
@media (hover: hover) {
  .btn._white-purple:hover .inner {
    background-color: var(--color-purple-20);
  }
}
.btn._white-purple._arrow-right > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-purple._arrow-right > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-right-purple.svg") no-repeat center center;
  background-size: contain;
}
.btn._white-purple._arrow-down > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-purple._arrow-down > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-down-purple.svg") no-repeat center center;
  background-size: contain;
}

.btn._green > .inner {
  background-color: var(--color-green);
}
@media (hover: hover) {
  .btn._green:hover .inner {
    background-color: var(--color-green-80);
  }
}

.btn._white-green > .inner {
  color: var(--color-green);
  background-color: #fff;
}
@media (hover: hover) {
  .btn._white-green:hover .inner {
    background-color: var(--color-green-20);
  }
}
.btn._white-green._arrow-right > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-green._arrow-right > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-right-green.svg") no-repeat center center;
  background-size: contain;
}
.btn._white-green._arrow-down > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-green._arrow-down > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-down-green.svg") no-repeat center center;
  background-size: contain;
}

.btn._brown > .inner {
  background-color: var(--color-brown);
}
@media (hover: hover) {
  .btn._brown:hover .inner {
    background-color: var(--color-brown-80);
  }
}

.btn._white-brown > .inner {
  color: var(--color-brown);
  background-color: #fff;
}
@media (hover: hover) {
  .btn._white-brown:hover .inner {
    background-color: var(--color-brown-20);
  }
}
.btn._white-brown._arrow-right > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-brown._arrow-right > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-right-brown.svg") no-repeat center center;
  background-size: contain;
}
.btn._white-brown._arrow-down > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-brown._arrow-down > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-down-brown.svg") no-repeat center center;
  background-size: contain;
}

.btn._white > .inner {
  background-color: var(--color-white);
}
@media (hover: hover) {
  .btn._white:hover .inner {
    background-color: var(--color-white-80);
  }
}

.btn._white-white > .inner {
  color: var(--color-white);
  background-color: #fff;
}
@media (hover: hover) {
  .btn._white-white:hover .inner {
    background-color: var(--color-white-20);
  }
}
.btn._white-white._arrow-right > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-white._arrow-right > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-right-white.svg") no-repeat center center;
  background-size: contain;
}
.btn._white-white._arrow-down > .inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.btn._white-white._arrow-down > .inner::after {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  content: "";
  background: url("../images/icon-svg/arrow-down-white.svg") no-repeat center center;
  background-size: contain;
}

a.btn {
  text-decoration: none;
}

.container {
  max-width: 1120px;
}

.icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  background-color: var(--color-red);
  border-radius: 2em;
}
.icon-arrow::after {
  display: inline-block;
  width: 1.5em;
  height: 1em;
  content: "";
  background: url("../images/icon-svg/arrow-right.svg") no-repeat center center;
  background-size: contain;
}
.icon-arrow._red {
  background-color: #ea5450;
}
.icon-arrow._orange {
  background-color: #ed6d1f;
}
.icon-arrow._blue {
  background-color: #00a6ba;
}
.icon-arrow._purple {
  background-color: #af579d;
}
.icon-arrow._green {
  background-color: #00a84d;
}
.icon-arrow._brown {
  background-color: #7d6b55;
}
.icon-arrow._white {
  background-color: #fff;
}
.icon-arrow._white-red {
  background-color: #fff;
}
.icon-arrow._white-red::after {
  background-image: url("../images/icon-svg/arrow-right-red.svg");
}
.icon-arrow._white-orange {
  background-color: #fff;
}
.icon-arrow._white-orange::after {
  background-image: url("../images/icon-svg/arrow-right-orange.svg");
}
.icon-arrow._white-blue {
  background-color: #fff;
}
.icon-arrow._white-blue::after {
  background-image: url("../images/icon-svg/arrow-right-blue.svg");
}
.icon-arrow._white-purple {
  background-color: #fff;
}
.icon-arrow._white-purple::after {
  background-image: url("../images/icon-svg/arrow-right-purple.svg");
}
.icon-arrow._white-green {
  background-color: #fff;
}
.icon-arrow._white-green::after {
  background-image: url("../images/icon-svg/arrow-right-green.svg");
}
.icon-arrow._white-brown {
  background-color: #fff;
}
.icon-arrow._white-brown::after {
  background-image: url("../images/icon-svg/arrow-right-brown.svg");
}
.icon-arrow._white-white {
  background-color: #fff;
}
.icon-arrow._white-white::after {
  background-image: url("../images/icon-svg/arrow-right-white.svg");
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--color-font);
}
.icon._white {
  background-color: #fff;
}

.icon._caret-up {
  -webkit-mask-image: url("../images/icon/caret-up.svg");
          mask-image: url("../images/icon/caret-up.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._caret-right {
  -webkit-mask-image: url("../images/icon/caret-right.svg");
          mask-image: url("../images/icon/caret-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._caret-down {
  -webkit-mask-image: url("../images/icon/caret-down.svg");
          mask-image: url("../images/icon/caret-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._caret-left {
  -webkit-mask-image: url("../images/icon/caret-left.svg");
          mask-image: url("../images/icon/caret-left.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._facebook {
  -webkit-mask-image: url("../images/icon/facebook.svg");
          mask-image: url("../images/icon/facebook.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._instagram {
  -webkit-mask-image: url("../images/icon/instagram.svg");
          mask-image: url("../images/icon/instagram.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._line {
  -webkit-mask-image: url("../images/icon/line.svg");
          mask-image: url("../images/icon/line.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._mail {
  -webkit-mask-image: url("../images/icon/mail.svg");
          mask-image: url("../images/icon/mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._twitter {
  -webkit-mask-image: url("../images/icon/twitter.svg");
          mask-image: url("../images/icon/twitter.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._youtube {
  -webkit-mask-image: url("../images/icon/youtube.svg");
          mask-image: url("../images/icon/youtube.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._close {
  -webkit-mask-image: url("../images/icon/close.svg");
          mask-image: url("../images/icon/close.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._camera {
  -webkit-mask-image: url("../images/icon/camera.svg");
          mask-image: url("../images/icon/camera.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._qr-code {
  -webkit-mask-image: url("../images/icon/qr-code.svg");
          mask-image: url("../images/icon/qr-code.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._hint {
  -webkit-mask-image: url("../images/icon/hint.svg");
          mask-image: url("../images/icon/hint.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._info {
  -webkit-mask-image: url("../images/icon/info.svg");
          mask-image: url("../images/icon/info.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._question {
  -webkit-mask-image: url("../images/icon/question.svg");
          mask-image: url("../images/icon/question.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._download {
  -webkit-mask-image: url("../images/icon/download.svg");
          mask-image: url("../images/icon/download.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon._stamp {
  -webkit-mask-image: url("../images/icon/stamp.svg");
          mask-image: url("../images/icon/stamp.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.menu-sp-trigger {
  display: none;
  flex-direction: column;
  gap: 10px;
  width: 50px;
  padding: 10px;
  cursor: pointer;
  background-color: var(--color-blue);
  border: none;
}
.menu-sp-trigger > span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 1120px) {
  .menu-sp-trigger {
    display: flex;
  }
}

.menu-sp-modal {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2100;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem 0;
  pointer-events: none;
  background-color: #fff;
  transition-duration: 0.4s;
  transition-property: opacity, translate;
  translate: 0 -20px;
  opacity: 0;
}
.menu-sp-modal.is-active {
  pointer-events: initial;
  translate: 0 0;
  opacity: 1;
}
@media screen and (min-width: 1121px) {
  .menu-sp-modal.is-active {
    pointer-events: none;
    opacity: 0;
  }
}
.menu-sp-modal .sp-menu {
  border-top: 1px solid #ddd;
}
.menu-sp-modal .sp-menu li {
  border-bottom: 1px solid #ddd;
}
.menu-sp-modal .sp-menu a {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0.5em 32px;
  font-weight: bold;
  color: var(--color-font);
}
.menu-sp-modal .sp-menu .img {
  width: 30%;
  text-align: center;
}
.menu-sp-modal .sp-menu .text br {
  display: none;
}
.menu-sp-modal .wrap-select-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
}

.mouse-stalker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.71, 0, 0.39, 1);
  transition-duration: 0.2s;
  transition-property: opacity, scale, background-image;
  scale: 0;
}
.mouse-stalker._color-red {
  background-image: url("../images/mouse-stalker/mouse-stalker-red.svg");
}
.mouse-stalker._color-orange {
  background-image: url("../images/mouse-stalker/mouse-stalker-orange.svg");
}
.mouse-stalker._color-blue {
  background-image: url("../images/mouse-stalker/mouse-stalker-blue.svg");
}
.mouse-stalker._color-purple {
  background-image: url("../images/mouse-stalker/mouse-stalker-purple.svg");
}
.mouse-stalker._color-green {
  background-image: url("../images/mouse-stalker/mouse-stalker-green.svg");
}
.mouse-stalker._color-brown {
  background-image: url("../images/mouse-stalker/mouse-stalker-brown.svg");
}
.mouse-stalker.is-active {
  opacity: 0.9;
  scale: 2;
}

.to-top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 2000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: opacity, translate, scale;
  scale: 0.8;
  translate: 0 40px;
}
.to-top.is-absolute {
  position: absolute;
}
.to-top.is-active {
  pointer-events: initial;
  opacity: 1;
  translate: 0 0;
}
@media (hover: hover) {
  .to-top:hover {
    scale: 1;
  }
}
@media screen and (max-width: 759px) {
  .to-top {
    display: none;
  }
}

.map-label .title {
  padding: 0.25em;
  font-size: 0.9375rem;
  color: #fff;
  background-color: var(--color-font);
  text-align: center;
}
@media screen and (max-width: 759px) {
  .map-label .title {
    font-size: 0.75rem;
  }
}

.map-div-icon {
  position: relative;
}
.map-div-icon .marker {
  width: 100%;
  height: 100%;
  background: url("../images/map/marker.png") no-repeat center center;
  transition-duration: 0.4s;
  transition-property: scale;
  transform-origin: 50% 100%;
  scale: 0.9;
  translate: 0 -53px;
}
@media screen and (max-width: 759px) {
  .map-div-icon .marker {
    translate: 0 -26px;
    background-image: url("../images/map/marker-sp.png");
  }
}
.map-div-icon .marker .marker-img {
  width: 80px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 100%;
  translate: 13px 13px;
}
@media screen and (max-width: 759px) {
  .map-div-icon .marker .marker-img {
    width: 42px;
    translate: 5px 4px;
  }
}
.map-div-icon .marker .marker-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.map-div-icon.is-active .marker {
  background-image: url("../images/map/marker-active.png");
}
@media screen and (max-width: 759px) {
  .map-div-icon.is-active .marker {
    background-image: url("../images/map/marker-active-sp.png");
  }
}
.map-div-icon .title {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 10em;
  padding: 0.5em;
  font-weight: bold;
  color: var(--color-font);
  background-color: #fff;
  text-align: center;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  border-radius: 0.5em;
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity translate;
  translate: -50% -50%;
}
.map-div-icon:hover {
  z-index: 2000;
}
.map-div-icon:hover .marker {
  scale: 1;
}
.map-div-icon:hover .title {
  opacity: 1;
  translate: -50% 0%;
}

.menu-header {
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.menu-header a {
  font-weight: bold;
  color: var(--color-font);
}
.menu-header a .img {
  height: 55px;
}
.menu-header a .img, .menu-header a .text {
  pointer-events: none;
}

.pagination-wrapper {
  padding-right: 2rem;
  padding-left: 2rem;
}

.pagination {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.pagination-item {
  min-width: 2rem;
  padding: 2px;
  -webkit-clip-path: polygon(calc(0% + 7px) 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, calc(0% + 7px) 100%, 0 calc(100% - 7px), 0 7px);
          clip-path: polygon(calc(0% + 7px) 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, calc(0% + 7px) 100%, 0 calc(100% - 7px), 0 7px);
  background-color: var(--color-blue);
}
.pagination-item .link {
  display: block;
  padding: 0.5em;
  -webkit-clip-path: polygon(calc(0% + 6px) 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, calc(0% + 6px) 100%, 0 calc(100% - 6px), 0 6px);
          clip-path: polygon(calc(0% + 6px) 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, calc(0% + 6px) 100%, 0 calc(100% - 6px), 0 6px);
  font-weight: bold;
  line-height: 1em;
  color: var(--color-blue);
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}
.pagination-item .link .icon {
  background-color: var(--color-blue);
}
.pagination-item.is-active .link {
  color: #fff;
  background-color: var(--color-blue);
}
.pagination-item.is-active .link .icon {
  background-color: #fff;
}
.pagination-item a.link:hover {
  color: #fff;
  background-color: var(--color-blue);
}
.pagination-item a.link:hover .icon {
  background-color: #fff;
}
.pagination-item._blank {
  background-color: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  align-items: flex-start;
  padding: 2rem;
  color: #fff;
  background-color: #323232;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer__logo {
  grid-row: 1/2;
  grid-column: 1/3;
}
.site-footer__logo h2 {
  margin-top: 2em;
  font-size: 1rem;
  font-weight: bold;
}
.site-footer__logo p {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5em;
}

.site-footer__menu {
  display: flex;
  flex-wrap: wrap;
  grid-row: 1/2;
  grid-column: 3/7;
  gap: 1.5em;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer__menu li a {
  display: block;
}

.site-footer__sub-menu {
  display: flex;
  flex-wrap: wrap;
  grid-row: 2/3;
  grid-column: 4/7;
  gap: 1.5em;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  list-style: none;
}

.site-footer__copyright {
  grid-row: 2/3;
  grid-column: 1/4;
  margin: 0;
  font-size: 0.875rem;
  color: #ccc;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 759px) {
  .site-footer {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
  .site-footer__logo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .site-footer__menu {
    display: flex;
    flex-direction: column;
    grid-row: 2/3;
    grid-column: 1/2;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .site-footer__menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .site-footer__menu a {
    display: block;
    padding: 1em 0;
  }
  .site-footer__sub-menu {
    display: flex;
    flex-direction: column;
    grid-row: 3/4;
    grid-column: 1/2;
    gap: 0;
  }
  .site-footer__sub-menu li {
    width: 100%;
  }
  .site-footer__sub-menu a {
    display: block;
    padding: 1em 0;
  }
  .site-footer__copyright {
    grid-row: 4/5;
    grid-column: 1/2;
    font-size: 0.8125rem;
    letter-spacing: 0.15em;
  }
}
.page-top .site-header {
  position: fixed;
  top: 0;
  left: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  box-sizing: border-box;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #fff;
}
@media screen and (max-width: 759px) {
  .site-header {
    padding: 1rem;
  }
}
.site-header::after {
  position: absolute;
  bottom: -43px;
  left: 0;
  display: block;
  width: 100%;
  height: 43px;
  content: "";
  background: url("../images/patterns/header.png") repeat-x 0 0;
}
@media screen and (max-width: 759px) {
  .site-header::after {
    background-size: 70%;
    height: 20px;
    bottom: -20px;
  }
}
.site-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-header a {
  text-decoration: none;
}
.site-header .select-lang {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.site-header .select-lang > select {
  padding: 0.25em 1.5em 0.25em 0.5em;
  background-color: #fff;
  border: 1px solid var(--color-font);
}
.site-header .select-lang::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: inline-block;
  width: 1em;
  height: 1em;
  pointer-events: none;
  content: "";
  background-color: var(--color-font);
  translate: 0 -50%;
  -webkit-mask-image: url("../images/icon/caret-down.svg");
          mask-image: url("../images/icon/caret-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 1120px) {
  .site-header {
    padding-right: 0;
  }
  .site-header .site-header__center {
    display: none;
  }
  .site-header .site-header__right {
    display: none;
  }
}

.site-header__right {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  align-items: flex-end;
}

.lang-en .menu-header {
  line-height: 1.25em;
  font-size: 0.9375rem;
}

.site-main {
  position: relative;
}

.page-404 {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-404__title {
  font-size: 2.5rem;
  text-align: center;
}

.course-container {
  display: flex;
  gap: 32px;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.course-points {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  list-style: none;
}
.course-points > li {
  margin-bottom: 10rem;
}
.course-points .img {
  aspect-ratio: 4/3;
  -webkit-clip-path: polygon(10% 0, 0 10%, 0 100%, 90% 100%, 100% 90%, 100% 0);
          clip-path: polygon(10% 0, 0 10%, 0 100%, 90% 100%, 100% 90%, 100% 0);
  background-color: #ccc;
}
.course-points .title-number {
  font-size: 5rem;
  line-height: 1.2em;
}
.course-points .title-text {
  font-size: 2rem;
  line-height: 1.5em;
}
.course-points .desc {
  line-height: 2em;
}
.course-points .wrap-btn {
  padding: 1.5em 0 2em;
}

.course-map {
  position: sticky;
  top: 25vh;
  width: 100%;
  height: 60vh;
  background-color: #ddd;
}

.course-header {
  position: relative;
  padding: 2rem 1rem;
  margin-bottom: 120px;
  color: var(--color-orange);
  text-align: center;
  background-color: var(--color-orange-60);
}
@media screen and (max-width: 759px) {
  .course-header {
    margin-bottom: 40px;
  }
}
.course-header::after {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-image: url("../images/patterns/orange-bottom.png");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
}
@media screen and (max-width: 759px) {
  .course-header::after {
    bottom: -27px;
    height: 28px;
  }
}
.course-header .sub-title {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
}
.course-header .sub-title strong {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 70%;
  line-height: 1em;
  color: var(--color-orange);
  background-color: #fff;
  border: 2px solid var(--color-orange);
}
@media screen and (max-width: 759px) {
  .course-header .sub-title {
    flex-direction: column;
    gap: 0.25em;
  }
}
.course-header .title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2em;
  margin-right: auto;
  margin-left: auto;
  color: var(--color-orange);
  background: url("../images/title/bg-sub-title.svg") no-repeat center center;
  background-size: 100%;
  font-size: clamp(1.6rem, 1.3rem + 1.1vw, 2.4rem);
}
@media screen and (max-width: 759px) {
  .course-header .title {
    padding-bottom: 3rem;
  }
}
.course-header .title .time {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
  line-height: 1em;
  color: #fff;
  background-color: var(--color-orange);
  translate: -50% 0.75rem;
}
.course-header .title .time strong {
  font-size: 150%;
}

.dino-header {
  padding: 4rem 1rem 2rem;
  background-color: var(--color-blue-80);
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 759px) {
  .dino-header {
    padding: 2rem 1rem 2rem;
  }
}
.dino-header__sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  font-size: clamp(1.5rem, 1.3rem + 0.74vw, 2rem);
  margin-bottom: 0.5em;
}
.dino-header__sub-title strong {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 70%;
  border: 1px solid #fff;
  line-height: 1em;
}
@media screen and (max-width: 759px) {
  .dino-header__sub-title {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.dino-header__title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2em;
  margin-right: auto;
  margin-left: auto;
  color: var(--color-blue);
  background: url("../images/title/bg-sub-title.svg") no-repeat center center;
  background-size: 100%;
  font-size: clamp(1.5rem, 0.9rem + 2.02vw, 2.9rem);
  line-height: 1.5em;
}
@media screen and (max-width: 759px) {
  .dino-header__title {
    padding: 1em 1em;
  }
}
.dino-header__intro {
  max-width: 928px;
  margin: 0 auto;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  margin-bottom: -60px;
}
.dino-header__intro__inner {
  padding: 2rem;
  background-color: #fff;
  -webkit-clip-path: polygon(calc(0% + 20px) 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, calc(0% + 20px) 100%, 0 calc(100% - 20px), 0 20px);
          clip-path: polygon(calc(0% + 20px) 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, calc(0% + 20px) 100%, 0 calc(100% - 20px), 0 20px);
  text-align: left;
}
@media screen and (max-width: 759px) {
  .dino-header__intro__inner {
    padding: 1em 1.5em;
  }
}

.wpra-dino-contents__slider__main {
  position: relative;
}

.dino-contents__slider__main__nav {
  position: absolute;
  top: 50%;
  border: none;
  background-color: var(--color-blue);
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  padding: 0;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dino-contents__slider__main__nav.swiper-button-disabled {
  opacity: 0.25;
  cursor: initial;
}
.dino-contents__slider__main__nav .icon {
  background-color: #fff;
}
.dino-contents__slider__main__nav._prev {
  left: -3rem;
}
.dino-contents__slider__main__nav._next {
  right: -3rem;
}

.dino-contents__slider {
  box-sizing: border-box;
  max-width: 1048px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 759px) {
  .dino-contents__slider {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
  }
}
.dino-contents__slider__main .swiper-slide {
  aspect-ratio: 4/3;
}
.dino-contents__slider__main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dino-contents__slider__thumb {
  box-sizing: border-box;
  margin-top: 1rem;
}
.dino-contents__slider__thumb.swiper {
  padding-bottom: 1rem;
}
@media screen and (max-width: 759px) {
  .dino-contents__slider__thumb.swiper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.dino-contents__slider__thumb .swiper-slide {
  box-sizing: border-box;
}
.dino-contents__slider__thumb .swiper-slide .slide-inner {
  border: 2px solid transparent;
  aspect-ratio: 4/3;
}
.dino-contents__slider__thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dino-contents__slider__thumb .swiper-slide-thumb-active .slide-inner {
  border-color: var(--color-blue);
}

.dino-contents__map__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  color: var(--color-blue);
  font-size: 3.75rem;
  margin-bottom: -0.5em;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 759px) {
  .dino-contents__map__title {
    font-size: 2.5rem;
  }
}
.dino-contents__map__map {
  height: 60vh;
  background-color: #999;
}
@media screen and (max-width: 759px) {
  .dino-contents__map__map {
    height: 50vh;
  }
}
.dino-contents__map .wrap-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: -1em auto 0;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 759px) {
  .dino-contents__map .wrap-btn {
    margin-top: 1rem;
  }
}

.dino-contents__guide {
  background-color: var(--color-blue-80);
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 3rem 2rem;
  position: relative;
}
@media screen and (max-width: 759px) {
  .dino-contents__guide {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 1rem 1rem;
  }
}
.dino-contents__guide::before, .dino-contents__guide::after {
  position: absolute;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
}
@media screen and (max-width: 759px) {
  .dino-contents__guide::before, .dino-contents__guide::after {
    height: 40px;
  }
}
.dino-contents__guide::before {
  top: -90px;
  background-image: url("../images/patterns/blue-top.png");
}
@media screen and (max-width: 759px) {
  .dino-contents__guide::before {
    top: -40px;
  }
}
.dino-contents__guide::after {
  bottom: -90px;
  background-image: url("../images/patterns/blue-bottom.png");
}
@media screen and (max-width: 759px) {
  .dino-contents__guide::after {
    bottom: -40px;
  }
}
.dino-contents__guide__dino {
  position: absolute;
  top: 0;
}
.dino-contents__guide__dino._left {
  left: 0;
}
.dino-contents__guide__dino._right {
  right: 0;
}
@media screen and (max-width: 1000px) {
  .dino-contents__guide__dino {
    display: none;
  }
}
.dino-contents__guide__title {
  margin: 1em 0 1em;
  text-align: center;
  font-size: clamp(1.5rem, 1rem + 1.47vw, 2.5rem);
  color: #fff;
}
.dino-contents__guide__title strong {
  font-size: 1.5em;
  display: inline-block;
}
.dino-contents__guide__contents {
  box-sizing: border-box;
  max-width: 928px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.dino-list {
  max-width: 928px;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 759px) {
  .dino-list {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.dino-list__title {
  margin: 10rem 0 4rem;
  text-align: center;
  font-size: clamp(1.5rem, 1rem + 1.47vw, 2.5rem);
}
.dino-list__title strong {
  color: var(--color-blue);
  font-size: 1.5em;
}
@media screen and (max-width: 759px) {
  .dino-list__title {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
.dino-list__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0 0 4rem;
  margin: 0;
  gap: 2rem;
}
@media screen and (max-width: 759px) {
  .dino-list__list {
    grid-template-columns: 1fr;
  }
}
.dino-list__list li {
  padding: 2rem;
  background-color: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 759px) {
  .dino-list__list li {
    padding: 1rem 1.5rem;
  }
}
.dino-list__list__title {
  padding: 0 0 0.25em;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid var(--color-brown);
}
.dino-list__list__info {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.dino-list__list__info dt {
  grid-column: 1/2;
  border-bottom: 1px dashed var(--color-brown);
  padding: 0.5em 1em 0.5em 0;
  font-weight: bold;
}
.dino-list__list__info dd {
  margin: 0;
  grid-column: 2/3;
  border-bottom: 1px dashed var(--color-brown);
  padding: 0.5em 0;
}
@media screen and (max-width: 759px) {
  .dino-list__list__info {
    grid-template-columns: 1fr;
  }
  .dino-list__list__info dt {
    grid-column: 1/2;
    border-bottom: none;
    padding-bottom: 0;
  }
  .dino-list__list__info dd {
    grid-column: 1/2;
    padding-top: 0.2em;
  }
}

.news-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 2rem 120px;
  background: url("../images/bg/bg-red-light.png") repeat 0 0;
}
@media screen and (max-width: 759px) {
  .news-page-header {
    padding: 45px 1.5rem 70px;
  }
}

.page-header__title {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10em;
  padding: 1em;
  margin: 0;
  text-align: center;
  background: url("../images/title/bg-sub-title.svg") no-repeat center center;
  background-size: 100%;
  font-size: clamp(1.3rem, 0.8rem + 1.47vw, 2.3rem);
}

.news-view {
  position: relative;
  padding-top: 32px;
  padding-bottom: 64px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.news-view::before {
  position: absolute;
  top: -90px;
  left: 0;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-image: url("../images/patterns/white-top.png");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
}
@media screen and (max-width: 759px) {
  .news-view::before {
    height: 45px;
    top: -45px;
  }
}

.news-view__header {
  max-width: 736px;
  margin: 0 auto 3rem;
}
.news-view__header__title {
  font-size: clamp(1.3rem, 0.9rem + 1.1vw, 2rem);
  margin: 0 0 0.25em;
}
.news-view__header .new {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 0.5em;
  line-height: 1em;
  color: #fff;
  background-color: var(--color-red);
}

.news-view__contents {
  max-width: 736px;
  margin: 0 auto 10em;
}

.news-view__btn-wrapper {
  padding-bottom: 10em;
  text-align: center;
}

.page-header {
  position: relative;
  padding: 5rem 32px calc(90px + 1.5rem);
  text-align: center;
  background: url("../images/bg/bg-brown-light.png") repeat 0 0;
}
.page-header .title {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10em;
  padding: 0.75em 1em;
  margin: 0 auto;
  font-size: 2.125rem;
  line-height: 1.25em;
  background: url("../images/title/bg-sub-title.svg") no-repeat center center;
}
.page-header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background: url("../images/patterns/white-top.png") repeat-x 0 0;
}

.page-contents {
  max-width: 736px;
  padding: 2rem 2rem 4rem;
  margin-right: auto;
  margin-left: auto;
}

.stamp-video {
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #c90000;
}

.stamp-canvas {
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #0066c5;
}

.page-top .site-main {
  overflow: hidden;
}

.top-hero {
  width: 100%;
  height: 100svh;
  position: relative;
}
.top-hero .bg {
  width: 100%;
  height: 100%;
}
.top-hero .bg picture, .top-hero .bg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.top-hero .text-top {
  box-sizing: border-box;
  padding: 200px 60px 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  display: block;
}
@media screen and (max-width: 759px) {
  .top-hero .text-top {
    padding: 130px 20px 20px;
    width: 100%;
    text-align: center;
  }
}
.top-hero .text-bottom {
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
}

.top-news {
  position: relative;
  padding: 3rem 2rem;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .top-news {
    padding: 2rem 2rem;
  }
}

.top-news-title {
  margin: 0 0 1.75em;
  font-size: 1.625rem;
  font-weight: bold;
  color: var(--color-red);
}
@media screen and (max-width: 759px) {
  .top-news-title {
    font-size: 1.375rem;
    margin-bottom: 1.25em;
  }
}

.top-news-list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  max-width: 736px;
  padding: 0;
  margin: 0 auto 60px;
  text-align: left;
  list-style: none;
}
@media screen and (max-width: 759px) {
  .top-news-list {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.top-news-list > li {
  position: relative;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}
.top-news-list > li > a {
  position: relative;
  display: flex;
  gap: 4em;
  padding: 1.25em 4em 1.25em 2em;
  -webkit-clip-path: polygon(calc(0% + 10px) 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, calc(0% + 10px) 100%, 0 calc(100% - 10px), 0 10px);
          clip-path: polygon(calc(0% + 10px) 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, calc(0% + 10px) 100%, 0 calc(100% - 10px), 0 10px);
  color: var(--color-font);
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 759px) {
  .top-news-list > li > a {
    flex-direction: column;
    gap: 0.25em;
  }
}
.top-news-list > li > a .body {
  font-weight: bold;
  color: var(--color-red);
}
.top-news-list > li > a .icon-arrow {
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
}
.top-news-list > li .new {
  position: absolute;
  top: -0.6em;
  left: 2em;
  padding: 0.25em 0.5em;
  line-height: 1em;
  color: #fff;
  background-color: var(--color-red);
}

.top-section-title {
  display: flex;
  gap: 0.25em;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.75em auto 0.25em;
  font-size: clamp(1.6rem, 0.9rem + 2.21vw, 3.1rem);
  letter-spacing: 0.1em;
  max-width: 90%;
}
@media screen and (max-width: 759px) {
  .top-section-title {
    max-width: 100%;
  }
}
.top-section-title strong {
  padding: 0.5em;
  font-size: 1.125rem;
  line-height: 1em;
  border: 2px solid var(--color-font);
}
@media screen and (max-width: 759px) {
  .top-section-title {
    flex-direction: column;
  }
}

.lang-en .top-section-title {
  font-size: clamp(1.9rem, 1.3rem + 1.84vw, 3.1rem);
  letter-spacing: 0.05em;
  line-height: 1.25em;
  margin-bottom: 1em;
}

.top-section-sub-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto 0;
  font-size: clamp(1.3rem, 0.9rem + 1.1vw, 2rem);
  font-weight: bold;
  line-height: 1.75em;
  letter-spacing: 0.15em;
  max-width: 90%;
}
@media screen and (max-width: 759px) {
  .top-section-sub-title {
    min-width: 100%;
  }
}
.top-section-sub-title b {
  font-size: 150%;
}

.top-section-desc {
  line-height: 1.75em;
}
@media screen and (max-width: 759px) {
  .top-section-desc {
    font-size: 0.9375rem;
  }
}

.lang-en .top-section-sub-title {
  font-size: clamp(1.4rem, 1.1rem + 0.92vw, 2rem);
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.top-section {
  position: relative;
  padding: 10rem 1rem 8rem;
}
@media screen and (max-width: 759px) {
  .top-section {
    padding: 4rem 1rem 2rem;
  }
}
.top-section p {
  font-weight: bold;
}
.top-section .top-section-dino {
  position: absolute;
  top: 100px;
}
.top-section .top-section-dino._left {
  left: 0;
}
.top-section .top-section-dino._right {
  right: 0;
}
@media screen and (max-width: 759px) {
  .top-section .top-section-dino {
    display: none;
  }
}
.top-section .top-section-icon {
  transition-duration: 0.4s;
  transition-property: translate, opacity;
  translate: 0 20px;
  opacity: 0;
}
@media screen and (max-width: 759px) {
  .top-section .top-section-icon {
    width: 60px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
.top-section .top-section-title {
  will-change: transform;
  transition-delay: 0.2s;
  transition-duration: 0.4s;
  transition-property: translate, opacity;
  translate: 0 20px;
  opacity: 0;
}
.top-section .top-section-sub-title {
  will-change: transform;
  transition-delay: 0.4s;
  transition-duration: 0.4s;
  transition-property: translate, opacity;
  translate: 0 20px;
  opacity: 0;
}
.top-section .top-section-desc {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  will-change: transform;
  transition-delay: 0.6s;
  transition-duration: 0.4s;
  transition-property: translate, opacity;
  translate: 0 20px;
  opacity: 0;
}
.top-section.is-active .top-section-icon {
  opacity: 1;
  translate: 0 0;
}
.top-section.is-active .top-section-title {
  opacity: 1;
  translate: 0 0;
}
.top-section.is-active .top-section-sub-title {
  opacity: 1;
  translate: 0 0;
}
.top-section.is-active .top-section-desc {
  opacity: 1;
  translate: 0 0;
}

.top-about-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  max-width: 1120px;
  padding: 64px 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
.top-about-inner b {
  font-size: 150%;
  font-weight: bold;
}
@media screen and (max-width: 759px) {
  .top-about-inner {
    gap: 1rem;
  }
}

.top-about {
  padding: 0 2rem 10rem;
}
@media screen and (max-width: 759px) {
  .top-about {
    padding-bottom: 2rem;
  }
}
.top-about .logo-lead {
  display: flex;
  gap: 2rem;
  align-items: center;
  will-change: transform;
  transition-duration: 0.4s;
  transition-property: translate, opacity;
  translate: 0 20px;
  opacity: 0;
}
.top-about .logo-lead .logo {
  max-width: 250px;
  height: auto;
}
.top-about .logo-lead .lead {
  margin: 0;
  font-size: clamp(1.4rem, 0.6rem + 2.57vw, 3.1rem);
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 850px) {
  .top-about .logo-lead {
    gap: 1rem;
  }
  .top-about .logo-lead .logo {
    width: 30%;
  }
}
.top-about .text {
  font-size: clamp(0.9rem, 0.8rem + 0.37vw, 1.2rem);
  text-align: center;
  will-change: transform;
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  transition-property: translate, opacity;
  translate: 0 20px;
  opacity: 0;
}
.top-about .text p {
  line-height: 2.5em;
}
.top-about.is-active .logo-lead {
  opacity: 1;
  translate: 0 0;
}
.top-about.is-active .text {
  opacity: 1;
  translate: 0 0;
}

.top-dino {
  position: relative;
  padding-top: 4rem;
  color: #fff;
  text-align: center;
  background-color: var(--color-blue-80);
}
.top-dino .top-section-title {
  background-color: var(--color-blue-80);
}
.top-dino .top-section-title strong {
  border-color: #fff;
}
.top-dino .top-section-sub-title {
  background-color: var(--color-blue-80);
}
.top-dino .top-section-desc {
  background-color: var(--color-blue-80);
}
.top-dino .top-section-dino._right {
  top: 0;
}
.top-dino .top-section-dino._left {
  top: 180px;
}
.top-dino::before, .top-dino::after {
  position: absolute;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
}
@media screen and (max-width: 759px) {
  .top-dino::before, .top-dino::after {
    height: 40px;
  }
}
.top-dino::before {
  top: -90px;
  background-image: url("../images/patterns/blue-top.png");
}
@media screen and (max-width: 759px) {
  .top-dino::before {
    top: -40px;
  }
}
.top-dino::after {
  bottom: -90px;
  background-image: url("../images/patterns/blue-bottom.png");
}
@media screen and (max-width: 759px) {
  .top-dino::after {
    bottom: -40px;
  }
}

.top-dino-map {
  width: 90%;
  height: 600px;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 759px) {
  .top-dino-map {
    width: calc(100% + 2rem);
    height: 50svh;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.slick-controller {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  padding: 1em 0 2em;
}
.slick-controller > * {
  flex-shrink: 0;
}
.slick-controller .slick-navigation {
  font-size: 1.25rem;
  width: auto;
  font-weight: bold;
}

.top-spot {
  position: relative;
  text-align: center;
  background-color: var(--color-purple-60);
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 759px) {
  .top-spot {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.top-spot .top-section-dino._right {
  top: 320px;
}
.top-spot::after {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-image: url("../images/patterns/purple-bottom.png");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
}
@media screen and (max-width: 759px) {
  .top-spot::after {
    height: 40px;
    bottom: -40px;
  }
}
.top-spot .slick {
  margin-top: 3rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.top-spot .slick-slide {
  position: relative;
  display: block;
  width: 352px;
  aspect-ratio: 352/264;
  margin-right: 32px;
  -webkit-clip-path: polygon(calc(0% + 32px) 0, calc(100% - 32px) 0, 100% 32px, 100% calc(100% - 32px), calc(100% - 32px) 100%, calc(0% + 32px) 100%, 0 calc(100% - 32px), 0 32px);
          clip-path: polygon(calc(0% + 32px) 0, calc(100% - 32px) 0, 100% 32px, 100% calc(100% - 32px), calc(100% - 32px) 100%, calc(0% + 32px) 100%, 0 calc(100% - 32px), 0 32px);
}
@media screen and (max-width: 600px) {
  .top-spot .slick-slide {
    width: 85vw;
  }
}
.top-spot .slick-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-spot .slick-slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em 32px;
  margin: 0;
  color: var(--color-font);
  text-align: center;
  background-color: #fff;
}
.top-spot .slick-wrapper {
  height: auto;
}
.top-spot .slick-navigation__current {
  color: #640a51;
}
.top-spot .top-section-title {
  background-color: var(--color-purple-60);
}
.top-spot .top-section-sub-title {
  background-color: var(--color-purple-60);
}
.top-spot .top-section-desc {
  background-color: var(--color-purple-60);
}

.top-spot .slick-controller .top-slider-navigation .swiper-pagination-current {
  color: var(--color-purple);
}

.slick-pagination-prev,
.slick-pagination-next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  line-height: 1em;
  background-color: var(--color-font);
  border: none;
  border-radius: 100%;
  font-size: 1rem;
  cursor: pointer;
}
@media (hover: hover) {
  .slick-pagination-prev:hover,
  .slick-pagination-next:hover {
    background-color: #333;
  }
}
.slick-pagination-prev .icon,
.slick-pagination-next .icon {
  background-color: #fff;
  height: 1rem;
  width: 1rem;
}

._event .top-slider-navigation .swiper-pagination-current {
  color: #fff;
}

.top-event {
  position: relative;
  color: #fff;
  text-align: center;
  background-color: var(--color-brown);
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 759px) {
  .top-event {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.top-event .top-section-dino._left {
  top: 140px;
}
.top-event .top-section-dino._right {
  top: 380px;
}
.top-event .slick {
  margin-top: 4rem;
}
.top-event .slick-slide {
  display: block;
  width: 70vw;
  max-width: 700px;
  margin-right: 64px;
  aspect-ratio: 864/648;
}
.top-event .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 759px) {
  .top-event .slick-slide {
    width: 85vw;
  }
}
.top-event::after {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-image: url("../images/patterns/brown-bottom.png");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
}
@media screen and (max-width: 759px) {
  .top-event::after {
    height: 40px;
    bottom: -40px;
  }
}
.top-event .top-section-title {
  background-color: var(--color-brown);
}
.top-event .top-section-sub-title {
  background-color: var(--color-brown);
}
.top-event .top-section-desc {
  background-color: var(--color-brown);
}

.top-course {
  position: relative;
  text-align: center;
  background-color: var(--color-orange-60);
}
.top-course::after {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-image: url("../images/patterns/orange-bottom.png");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
}
@media screen and (max-width: 759px) {
  .top-course::after {
    bottom: -40px;
    height: 40px;
  }
}
.top-course .top-section-title {
  background-color: var(--color-orange-60);
}
.top-course .top-section-sub-title {
  background-color: var(--color-orange-60);
}
.top-course .top-section-desc {
  background-color: var(--color-orange-60);
}

.wrap-btn-top-course {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  margin-top: 2rem;
}

.top-fukui {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: url("../images/bg/bg-color.png") repeat 0 0;
}
@media screen and (max-width: 759px) {
  .top-fukui {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.top-fukui-top {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 759px) {
  .top-fukui-top {
    padding-bottom: 1rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 759px) {
  .top-fukui-top .img {
    width: 200px;
    max-width: 100%;
  }
}
.top-fukui-top .text {
  text-align: left;
}
.top-fukui-top .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em;
  margin: 0 0 0.5em;
  font-size: clamp(1.3rem, 1.1rem + 0.37vw, 1.5rem);
  line-height: 1.5em;
  color: #fff;
  background-color: var(--color-purple);
}
.top-fukui-top .sub-title {
  margin: 0;
  font-size: clamp(1.8rem, 1.4rem + 1.1vw, 2.5rem);
  font-weight: bold;
  line-height: 1.5em;
  color: var(--color-purple);
}

.top-fukui__links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-fukui__links li a {
  text-decoration: none;
}
.top-fukui__links .link {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.top-fukui__links .link img {
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  transition-property: scale;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-fukui__links .link .text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1em;
  font-size: clamp(1.1rem, 0.5rem + 2.02vw, 2.5rem);
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  transition-duration: 0.4s;
  transition-property: background-color;
}
@media (hover: hover) {
  .top-fukui__links a.link:hover .text {
    background-color: rgba(0, 0, 0, 0);
  }
  .top-fukui__links a.link:hover img {
    scale: 1.1;
  }
}

.lang-en .top-fukui__links .link .text {
  font-size: 0.875rem;
  line-height: 1.25em;
}

.top-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 32px;
}
@media screen and (max-width: 759px) {
  .top-banner {
    padding: 40px 1rem;
  }
}
.top-banner .title {
  margin: 0;
  font-size: 1.75rem;
}
.top-banner .desc {
  margin-top: 0;
  margin-bottom: 3rem;
}
.top-banner .banner-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 759px) {
  .top-banner .banner-list {
    grid-template-columns: auto;
  }
}
.top-banner .banner {
  display: block;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
  transition-duration: 0.4s;
  transition-property: translate;
}
@media (hover: hover) {
  .top-banner .banner:hover {
    translate: -6px -6px;
  }
}

.lang-en .top-banner .title {
  margin-bottom: 1em;
}

.video-block {
  position: relative;
  width: 200px;
}

.video-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: auto;
}

.video-canvas {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
}

.video-wrap {
  padding-right: 2rem;
  padding-left: 2rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.admin-btn {
  display: inline-block;
  padding: 0.5em 1.25em;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--color-font);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  border-radius: 0.25em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.admin-btn._primary {
  background-color: #0d6efd;
  color: #fff;
}
.admin-btn._primary:hover {
  background-color: #0257d5;
}
.admin-btn._secondary {
  background-color: #6c757d;
  color: #fff;
}
.admin-btn._secondary:hover {
  background-color: #545b62;
}
.admin-btn._success {
  background-color: #198754;
  color: #fff;
}
.admin-btn._success:hover {
  background-color: #115c39;
}
.admin-btn._danger {
  background-color: #dc3545;
  color: #fff;
}
.admin-btn._danger:hover {
  background-color: #bd2130;
}
.admin-btn._warning {
  background-color: #ffc107;
  color: #000;
}
.admin-btn._warning:hover {
  background-color: #d39e00;
}
.admin-btn._info {
  background-color: #0dcaf0;
  color: #000;
}
.admin-btn._info:hover {
  background-color: #0aa1c0;
}
.admin-btn._light {
  background-color: #f8f9fa;
  color: #fff;
}
.admin-btn._light:hover {
  background-color: #dae0e5;
}

.admin-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 1em 1em 4em;
}

.admin-form__fieldset {
  border: none;
}

.tinymce h2 {
  padding-left: 0.5em;
  margin: 2em 0 0.5em;
  font-size: 1.875rem;
  border-left: 0.25em solid var(--color-brown);
}
.tinymce h3 {
  margin: 2em 0 0.5em;
  font-size: 1.625rem;
  color: var(--color-font-brown);
}
.tinymce h4 {
  margin: 2em 0 0.5em;
  font-size: 1.375rem;
  color: var(--color-font-brown);
}
.tinymce h5 {
  margin: 2em 0 0.5em;
  font-size: 1.125rem;
  color: var(--color-font-brown);
}
.tinymce h6 {
  margin: 2em 0 0.5em;
  font-size: 1rem;
  color: var(--color-font-brown);
}
.tinymce p {
  margin: 0 0 2em;
  line-height: 2em;
}
.tinymce ul {
  padding-left: 0;
  margin: 0 0 2em;
  list-style: none;
}
.tinymce ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.tinymce ul li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-color: var(--color-brown);
  border-radius: 1em;
}
.tinymce a {
  font-weight: bold;
  color: var(--color-link);
  text-decoration: none;
}
.tinymce a:hover {
  color: var(--color-link-hover);
}
.tinymce table {
  margin: 0 0 2em;
  border: none;
  border-width: 1px;
}
.tinymce table th {
  padding: 1em;
  text-align: left;
  background-color: var(--color-brown-20);
  border-top: 1px solid var(--color-brown);
  border-right: none;
  border-bottom: 1px solid var(--color-brown);
  border-left: none;
}
.tinymce table th:not(:first-child) {
  border-left: 1px solid var(--color-brown-40);
}
.tinymce table td {
  padding: 1em;
  border-top: 1px solid var(--color-brown);
  border-right: none;
  border-bottom: 1px solid var(--color-brown);
  border-left: none;
}
.tinymce table td:not(:first-child) {
  border-left: 1px solid var(--color-brown-40);
}
@media screen and (max-width: 759px) {
  .tinymce .sp-none {
    display: none;
  }
}
.tinymce .pc-none {
  display: none;
}
@media screen and (max-width: 759px) {
  .tinymce .pc-none {
    display: inline-block;
  }
}
.tinymce .custom-div {
  padding: 1em;
  background-color: var(--color-brown-20);
  line-height: 2em;
}
.tinymce .custom-div::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/pin.png") no-repeat center center;
}

.tinymce-course .course-contents {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(auto, 560px) minmax(auto, 560px) minmax(0, 1fr);
  gap: 32px;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents {
    display: flex;
    flex-direction: column-reverse;
  }
}
.tinymce-course .course-contents-list {
  display: flex;
  flex-direction: column;
  grid-column: 2/3;
  gap: 62px;
  padding-left: 0;
  margin: 0 0 5rem;
  list-style: none;
}
.tinymce-course .course-contents-list li {
  position: relative;
}
.tinymce-course .course-contents-list li::after {
  display: block;
  width: 100%;
  height: 100px;
  margin-top: 36px;
  content: "";
  background: url("../images/icon-svg/arrow-down-orange.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list li::after {
    height: 50px;
  }
}
.tinymce-course .course-contents-list li.not-arrow::after {
  display: none;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list li {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.tinymce-course .course-contents-list .img {
  width: -moz-fit-content;
  width: fit-content;
  height: 300px;
  margin-left: 6rem;
  -webkit-clip-path: polygon(calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
          clip-path: polygon(calc(0% + 20px) 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}
.tinymce-course .course-contents-list .img img {
  width: 100%;
  height: 100%;
  -o-object-position: 0 0;
     object-position: 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .img {
    margin-left: 0;
  }
}
.tinymce-course .course-contents-list .text {
  padding-left: 6rem;
  position: relative;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .text {
    padding-left: 0;
    margin-top: 1rem;
  }
}
.tinymce-course .course-contents-list .text-number {
  display: block;
  width: 5rem;
  font-size: 4rem;
  line-height: 1em;
  text-align: right;
  padding-right: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .text-number {
    font-size: 2rem;
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    text-align: left;
  }
}
.tinymce-course .course-contents-list .number-10, .tinymce-course .course-contents-list .number-9, .tinymce-course .course-contents-list .number-8, .tinymce-course .course-contents-list .number-7, .tinymce-course .course-contents-list .number-6, .tinymce-course .course-contents-list .number-5, .tinymce-course .course-contents-list .number-4, .tinymce-course .course-contents-list .number-3, .tinymce-course .course-contents-list .number-2, .tinymce-course .course-contents-list .number-1, .tinymce-course .course-contents-list .number-0 {
  display: inline-block;
  width: 2rem;
  height: 4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-10, .tinymce-course .course-contents-list .number-9, .tinymce-course .course-contents-list .number-8, .tinymce-course .course-contents-list .number-7, .tinymce-course .course-contents-list .number-6, .tinymce-course .course-contents-list .number-5, .tinymce-course .course-contents-list .number-4, .tinymce-course .course-contents-list .number-3, .tinymce-course .course-contents-list .number-2, .tinymce-course .course-contents-list .number-1, .tinymce-course .course-contents-list .number-0 {
    width: 1rem;
    height: 2rem;
  }
}
.tinymce-course .course-contents-list .number-0 {
  background-image: url("../images/course/number/number_0.png");
  width: 3.04rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-0 {
    width: 1.824rem;
  }
}
.tinymce-course .course-contents-list .number-1 {
  background-image: url("../images/course/number/number_1.png");
  width: 1.6625rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-1 {
    width: 0.9975rem;
  }
}
.tinymce-course .course-contents-list .number-2 {
  background-image: url("../images/course/number/number_2.png");
  width: 2.1225rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-2 {
    width: 1.2735rem;
  }
}
.tinymce-course .course-contents-list .number-3 {
  background-image: url("../images/course/number/number_3.png");
  width: 2.2925rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-3 {
    width: 1.3755rem;
  }
}
.tinymce-course .course-contents-list .number-4 {
  background-image: url("../images/course/number/number_4.png");
  width: 2.58rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-4 {
    width: 1.548rem;
  }
}
.tinymce-course .course-contents-list .number-5 {
  background-image: url("../images/course/number/number_5.png");
  width: 2.2925rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-5 {
    width: 1.3755rem;
  }
}
.tinymce-course .course-contents-list .number-6 {
  background-image: url("../images/course/number/number_6.png");
  width: 2.7525rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-6 {
    width: 1.6515rem;
  }
}
.tinymce-course .course-contents-list .number-7 {
  background-image: url("../images/course/number/number_7.png");
  width: 2.58rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-7 {
    width: 1.548rem;
  }
}
.tinymce-course .course-contents-list .number-8 {
  background-image: url("../images/course/number/number_8.png");
  width: 2.8675rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-8 {
    width: 1.7205rem;
  }
}
.tinymce-course .course-contents-list .number-9 {
  background-image: url("../images/course/number/number_9.png");
  width: 2.81rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-9 {
    width: 1.686rem;
  }
}
.tinymce-course .course-contents-list .number-10 {
  background-image: url("../images/course/number/number_10.png");
  width: 4.7025rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .number-10 {
    width: 2.8215rem;
  }
}
.tinymce-course .course-contents-list .text-title {
  color: var(--color-orange);
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .text-desc {
    padding-left: 0;
  }
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .wrap-btn {
    padding-left: 0;
    text-align: center;
  }
}
.tinymce-course .course-contents-list .course-list-column {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 6rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .course-list-column {
    margin-left: auto;
    margin-right: auto;
  }
}
.tinymce-course .course-contents-list .course-list-column .column-inner {
  padding: 2rem;
  background-color: var(--color-orange-60);
  -webkit-clip-path: polygon(calc(0% + 30px) 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, calc(0% + 30px) 100%, 0 calc(100% - 30px), 0 30px);
          clip-path: polygon(calc(0% + 30px) 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, calc(0% + 30px) 100%, 0 calc(100% - 30px), 0 30px);
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .course-list-column .column-inner {
    padding: 1rem;
  }
}
.tinymce-course .course-contents-list .course-list-column .column-title {
  margin: 0 0 0.5em;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .course-list-column .column-title {
    font-size: 1.25rem;
  }
}
.tinymce-course .course-contents-list .course-list-column .column-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.tinymce-course .course-contents-list .course-list-column .column-img img {
  width: calc((100% - 2rem) / 2);
}
.tinymce-course .course-contents-list .course-list-column::before, .tinymce-course .course-contents-list .course-list-column::after {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .course-list-column::before, .tinymce-course .course-contents-list .course-list-column::after {
    height: 30px;
  }
}
.tinymce-course .course-contents-list .course-list-column::before {
  top: -48px;
  background-image: url("../images/course/column-arrow-top.svg");
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .course-list-column::before {
    top: -28px;
  }
}
.tinymce-course .course-contents-list .course-list-column::after {
  bottom: -48px;
  background-image: url("../images/course/column-arrow-bottom.svg");
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-list .course-list-column::after {
    bottom: -28px;
  }
}
.tinymce-course .course-contents-map {
  position: sticky;
  top: 173px;
  grid-column: 3/5;
  height: calc(100vh - 173px);
  background-color: #999;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-contents-map {
    height: 40vh;
  }
}
.tinymce-course .course-footer {
  padding: 4rem 2rem;
  background-color: var(--color-orange-40);
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-footer {
    padding: 2rem 1rem;
  }
}
.tinymce-course .course-footer .course-footer_title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5em 2em;
  margin-right: auto;
  margin-left: auto;
  color: var(--color-orange);
  background: url("../images/title/bg-sub-title.svg") no-repeat center center;
  background-size: 100%;
  font-size: clamp(1.3rem, 1rem + 0.74vw, 1.8rem);
  text-align: center;
}
.tinymce-course .course-footer .wrap-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.tinymce-course .course-footer__contents {
  box-sizing: border-box;
  max-width: 1120px;
  padding: 4rem;
  margin: 2rem auto 0;
  background-color: #fff;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-footer__contents {
    padding: 2rem;
  }
}
.tinymce-course .course-footer__contents .contents-title {
  text-align: center;
  font-size: clamp(1.3rem, 1rem + 0.74vw, 1.8rem);
  margin: 0 0 1.5em;
}
.tinymce-course .course-footer__contents .img-text {
  display: flex;
  gap: 2rem;
}
.tinymce-course .course-footer__contents .img-text > * {
  width: 100%;
}
@media screen and (max-width: 759px) {
  .tinymce-course .course-footer__contents .img-text {
    flex-direction: column;
  }
}
.tinymce-course .course-footer__contents .text {
  line-height: 2em;
}
.tinymce-course .course-footer__map {
  max-width: 1120px;
  height: 480px;
  margin: 0 auto;
  background-color: #999;
}

.tinymce-fukui_dinosaur {
  overflow: hidden;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__header {
  position: relative;
  padding: 2rem 1rem;
  margin-bottom: 120px;
  text-align: center;
  background-color: var(--color-red-80);
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__header {
    margin-bottom: 40px;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__header::after {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-image: url("../images/patterns/red-bottom.png");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__header::after {
    bottom: -27px;
    height: 28px;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__header__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2em;
  margin: 1.5em auto 0.5em;
  background: url("../images/title/bg-sub-title.svg") no-repeat center center;
  background-size: 100%;
  font-size: clamp(1.3rem, 0.7rem + 1.65vw, 2.4rem);
  line-height: 1.75em;
  letter-spacing: 0.25em;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__header__title strong {
  color: var(--color-red);
  font-size: 1.5em;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__header__title {
    padding: 1em 1em 3rem;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__header__img {
  display: inline-block;
  position: absolute;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__header__img._left {
  top: 0;
  left: -150px;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__header__img._right {
  top: 50px;
  right: -150px;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__intro {
  margin-top: -120px;
  padding: 140px 2rem 20px;
  background-color: var(--color-red-20);
}
.tinymce-fukui_dinosaur .fukui_dinosaur__intro__text {
  max-width: 736px;
  margin: 0 auto;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.05));
}
.tinymce-fukui_dinosaur .fukui_dinosaur__intro__text__inner {
  background-color: #fff;
  padding: 2em;
  font-size: 1.0625rem;
  line-height: 2em;
  text-align: center;
  -webkit-clip-path: polygon(calc(0% + 16px) 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, calc(0% + 16px) 100%, 0 calc(100% - 16px), 0 16px);
          clip-path: polygon(calc(0% + 16px) 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, calc(0% + 16px) 100%, 0 calc(100% - 16px), 0 16px);
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__intro__text__inner {
    padding: 1em 1.5em;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item {
  padding: 4rem 2rem;
  position: relative;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item__inner {
  max-width: 928px;
  margin: 0 auto;
  position: relative;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-img {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-img {
    display: none;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-title {
  margin: 0 0 3em;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  gap: 0.5em;
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-title {
    margin-bottom: 1em;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-title .year {
  padding: 0.5em;
  font-size: clamp(1.1rem, 0.9rem + 0.55vw, 1.5rem);
  border: 1px solid var(--color-font);
  line-height: 1em;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-title .year strong {
  font-size: 150%;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-title .text {
  display: block;
  line-height: 1.5em;
  font-size: clamp(1.5rem, 1rem + 1.65vw, 2.6rem);
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-contents {
  display: flex;
  gap: 2rem;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-contents__wrap-img {
  width: calc((100% - 2rem) * 0.4);
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-contents__img {
  width: 120%;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-contents__text {
  width: calc((100% - 2rem) * 0.6);
  line-height: 2rem;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-contents {
    flex-direction: column;
  }
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-contents__wrap-img {
    width: 100%;
    order: 1;
  }
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-contents__img {
    width: 100%;
  }
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents__item .item-contents__text {
    order: 2;
    width: 100%;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even) {
  background-color: var(--color-red-80);
  padding: 160px 2rem;
  color: #fff;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even) {
    padding: 40px 1rem;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even)::before, .tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even)::after {
  position: absolute;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even)::before, .tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even)::after {
    height: 40px;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even)::before {
  top: -90px;
  background-image: url("../images/patterns/red-top.png");
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even)::before {
    top: -40px;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even)::after {
  bottom: -90px;
  background-image: url("../images/patterns/red-bottom.png");
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even)::after {
    bottom: -40px;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even) .item-img {
  top: 60px;
  left: 0;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even) .item-title .year {
  border-color: #fff;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even) .item-title .text {
  background-color: rgba(238, 118, 115, 0.9);
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even) .item-contents__text {
  background-color: rgba(238, 118, 115, 0.9);
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even) .item-contents__img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  margin-right: -20%;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(even) .item-contents__img {
    margin-right: 0;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(odd) {
  background-color: var(--color-red-20);
  padding: 200px 2rem 180px;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(odd) {
    padding: 80px 1rem 70px;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(odd) .item-img {
  top: 80px;
  right: 0;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(odd) .item-title .text {
  background-color: rgba(251, 221, 220, 0.9);
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(odd) .item-contents__text {
  background-color: rgba(251, 221, 220, 0.9);
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(odd) .item-contents__img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  margin-left: -20%;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(odd) .item-contents__img {
    margin-left: 0;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__contents .fukui_dinosaur__contents__item:nth-of-type(odd) .item-contents__img-desc {
  text-align: right;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__outro {
  padding: 20px 2rem 6rem;
  background-color: var(--color-red-20);
  position: relative;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__outro {
    padding: 0 1rem 4rem;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__outro::after {
  position: absolute;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  bottom: -90px;
  background-image: url("../images/patterns/red-bottom-20.png");
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__outro::after {
    height: 40px;
    bottom: -40px;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__outro__text {
  max-width: 736px;
  margin: 0 auto;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.05));
}
.tinymce-fukui_dinosaur .fukui_dinosaur__outro__text__inner {
  background-color: #fff;
  padding: 2em;
  font-size: clamp(1rem, 0.9rem + 0.37vw, 1.3rem);
  line-height: 2.25em;
  text-align: center;
  -webkit-clip-path: polygon(calc(0% + 16px) 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, calc(0% + 16px) 100%, 0 calc(100% - 16px), 0 16px);
          clip-path: polygon(calc(0% + 16px) 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, calc(0% + 16px) 100%, 0 calc(100% - 16px), 0 16px);
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__outro__text__inner {
    padding: 1em;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__kingdom {
  padding: 10rem 2rem 4rem;
  text-align: center;
  background: url("../images/patterns/bg-color-2.png") repeat 0 0;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__kingdom__title {
  font-size: clamp(1.6rem, 1.4rem + 0.55vw, 2rem);
  color: var(--color-blue);
}
.tinymce-fukui_dinosaur .fukui_dinosaur__kingdom__text {
  line-height: 2em;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__kingdom__text_2 {
  line-height: 2em;
  font-size: clamp(1.1rem, 0.9rem + 0.55vw, 1.5rem);
  color: var(--color-blue);
  font-weight: bold;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__kingdom {
    padding: 4rem 1rem 2rem;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__station-img img {
  width: 100%;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__column {
  padding: 6rem 1rem;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__column {
    padding: 3rem 1rem;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__column__inner {
  max-width: 928px;
  margin: 0 auto;
  padding: 4rem;
  background-color: var(--color-red-20);
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__column__inner {
    padding: 4rem 2rem;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__column__inner .column__sub-title {
  text-align: center;
  font-size: clamp(2.4rem, 1.7rem + 2.02vw, 3.8rem);
  color: var(--color-red);
  font-weight: bold;
  margin: -1.75em 0 0;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__column__inner .column__sub-title {
    margin-top: -2.2em;
  }
}
.tinymce-fukui_dinosaur .fukui_dinosaur__column__inner .column__title {
  margin: 1em 0 2em;
  font-size: clamp(1.5rem, 1.3rem + 0.74vw, 2rem);
  text-align: center;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__column__inner .column__contents__text {
  margin: 0;
}
.tinymce-fukui_dinosaur .fukui_dinosaur__column__inner .column__contents__img {
  width: calc((100% - 2rem) * 0.4);
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 759px) {
  .tinymce-fukui_dinosaur .fukui_dinosaur__column__inner .column__contents__text {
    width: 100%;
  }
  .tinymce-fukui_dinosaur .fukui_dinosaur__column__inner .column__contents__img {
    width: 100%;
    margin: 0 0 1.5em;
  }
  .tinymce-fukui_dinosaur .fukui_dinosaur__column__inner .column__contents__img img {
    width: 100%;
  }
}

/*# sourceMappingURL=portal-ja.css.map*/