@charset "UTF-8";
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.woff2") format("woff2"), url("../fonts/Outfit-Bold.woff") format("woff"), url("../fonts/Outfit-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
* {
  letter-spacing: 0.05em;
  line-height: 1.75em;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: 'Noto Sans JP','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background: #fff;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1020px) {
  body {
    font-size: 1.4rem;
  }
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

table {
  table-layout: fixed;
}

*:has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

em {
  color: #ca2228;
  font-style: normal;
  font-weight: bold;
}

mark {
  background: none;
}

textarea {
  width: 100%;
  min-height: 5em;
  resize: vertical;
}

.en,
.ff-o {
  font-family: 'Outfit';
}

.container {
  position: relative;
  z-index: 1;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.dp_ib {
  display: inline-block;
}

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexL {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flexC {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flexR {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.i_flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ai_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai_fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ai_fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ai_s {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jc_sa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.jc_c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jc_fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fw_wp {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.taL {
  text-align: left;
}

.fwB {
  font-weight: bold;
}
.fwN {
  font-weight: normal;
}

.m-a {
  margin: auto;
}

.m-c {
  margin-inline: auto;
}

.ma-0 {
  margin: 0em;
}
.mb-0 {
  margin-bottom: 0em;
}
.mb-05 {
  margin-bottom: calc(0em + 0.5em);
}
.mt-0 {
  margin-top: 0em;
}
.ml-0 {
  margin-left: 0em;
}
.mr-0 {
  margin-right: 0em;
}

.pa-0 {
  padding: 0em;
}
.pb-0 {
  padding-bottom: 0em;
}
.pt-0 {
  padding-top: 0em;
}
.pl-0 {
  padding-left: 0em;
}
.pr-0 {
  padding-right: 0em;
}

.gap-0 {
  gap: 0em;
}

.ma-1 {
  margin: 1em;
}
.mb-1 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: calc(1em + 0.5em);
}
.mt-1 {
  margin-top: 1em;
}
.ml-1 {
  margin-left: 1em;
}
.mr-1 {
  margin-right: 1em;
}

.pa-1 {
  padding: 1em;
}
.pb-1 {
  padding-bottom: 1em;
}
.pt-1 {
  padding-top: 1em;
}
.pl-1 {
  padding-left: 1em;
}
.pr-1 {
  padding-right: 1em;
}

.gap-1 {
  gap: 1em;
}

.ma-2 {
  margin: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mb-25 {
  margin-bottom: calc(2em + 0.5em);
}
.mt-2 {
  margin-top: 2em;
}
.ml-2 {
  margin-left: 2em;
}
.mr-2 {
  margin-right: 2em;
}

.pa-2 {
  padding: 2em;
}
.pb-2 {
  padding-bottom: 2em;
}
.pt-2 {
  padding-top: 2em;
}
.pl-2 {
  padding-left: 2em;
}
.pr-2 {
  padding-right: 2em;
}

.gap-2 {
  gap: 2em;
}

.ma-3 {
  margin: 3em;
}
.mb-3 {
  margin-bottom: 3em;
}
.mb-35 {
  margin-bottom: calc(3em + 0.5em);
}
.mt-3 {
  margin-top: 3em;
}
.ml-3 {
  margin-left: 3em;
}
.mr-3 {
  margin-right: 3em;
}

.pa-3 {
  padding: 3em;
}
.pb-3 {
  padding-bottom: 3em;
}
.pt-3 {
  padding-top: 3em;
}
.pl-3 {
  padding-left: 3em;
}
.pr-3 {
  padding-right: 3em;
}

.gap-3 {
  gap: 3em;
}

.ma-4 {
  margin: 4em;
}
.mb-4 {
  margin-bottom: 4em;
}
.mb-45 {
  margin-bottom: calc(4em + 0.5em);
}
.mt-4 {
  margin-top: 4em;
}
.ml-4 {
  margin-left: 4em;
}
.mr-4 {
  margin-right: 4em;
}

.pa-4 {
  padding: 4em;
}
.pb-4 {
  padding-bottom: 4em;
}
.pt-4 {
  padding-top: 4em;
}
.pl-4 {
  padding-left: 4em;
}
.pr-4 {
  padding-right: 4em;
}

.gap-4 {
  gap: 4em;
}

.ma-5 {
  margin: 5em;
}
.mb-5 {
  margin-bottom: 5em;
}
.mb-55 {
  margin-bottom: calc(5em + 0.5em);
}
.mt-5 {
  margin-top: 5em;
}
.ml-5 {
  margin-left: 5em;
}
.mr-5 {
  margin-right: 5em;
}

.pa-5 {
  padding: 5em;
}
.pb-5 {
  padding-bottom: 5em;
}
.pt-5 {
  padding-top: 5em;
}
.pl-5 {
  padding-left: 5em;
}
.pr-5 {
  padding-right: 5em;
}

.gap-5 {
  gap: 5em;
}

.ma-6 {
  margin: 6em;
}
.mb-6 {
  margin-bottom: 6em;
}
.mb-65 {
  margin-bottom: calc(6em + 0.5em);
}
.mt-6 {
  margin-top: 6em;
}
.ml-6 {
  margin-left: 6em;
}
.mr-6 {
  margin-right: 6em;
}

.pa-6 {
  padding: 6em;
}
.pb-6 {
  padding-bottom: 6em;
}
.pt-6 {
  padding-top: 6em;
}
.pl-6 {
  padding-left: 6em;
}
.pr-6 {
  padding-right: 6em;
}

.gap-6 {
  gap: 6em;
}

.ma-7 {
  margin: 7em;
}
.mb-7 {
  margin-bottom: 7em;
}
.mb-75 {
  margin-bottom: calc(7em + 0.5em);
}
.mt-7 {
  margin-top: 7em;
}
.ml-7 {
  margin-left: 7em;
}
.mr-7 {
  margin-right: 7em;
}

.pa-7 {
  padding: 7em;
}
.pb-7 {
  padding-bottom: 7em;
}
.pt-7 {
  padding-top: 7em;
}
.pl-7 {
  padding-left: 7em;
}
.pr-7 {
  padding-right: 7em;
}

.gap-7 {
  gap: 7em;
}

.ma-8 {
  margin: 8em;
}
.mb-8 {
  margin-bottom: 8em;
}
.mb-85 {
  margin-bottom: calc(8em + 0.5em);
}
.mt-8 {
  margin-top: 8em;
}
.ml-8 {
  margin-left: 8em;
}
.mr-8 {
  margin-right: 8em;
}

.pa-8 {
  padding: 8em;
}
.pb-8 {
  padding-bottom: 8em;
}
.pt-8 {
  padding-top: 8em;
}
.pl-8 {
  padding-left: 8em;
}
.pr-8 {
  padding-right: 8em;
}

.gap-8 {
  gap: 8em;
}

.ma-9 {
  margin: 9em;
}
.mb-9 {
  margin-bottom: 9em;
}
.mb-95 {
  margin-bottom: calc(9em + 0.5em);
}
.mt-9 {
  margin-top: 9em;
}
.ml-9 {
  margin-left: 9em;
}
.mr-9 {
  margin-right: 9em;
}

.pa-9 {
  padding: 9em;
}
.pb-9 {
  padding-bottom: 9em;
}
.pt-9 {
  padding-top: 9em;
}
.pl-9 {
  padding-left: 9em;
}
.pr-9 {
  padding-right: 9em;
}

.gap-9 {
  gap: 9em;
}

.ma-10 {
  margin: 10em;
}
.mb-10 {
  margin-bottom: 10em;
}
.mb-105 {
  margin-bottom: calc(10em + 0.5em);
}
.mt-10 {
  margin-top: 10em;
}
.ml-10 {
  margin-left: 10em;
}
.mr-10 {
  margin-right: 10em;
}

.pa-10 {
  padding: 10em;
}
.pb-10 {
  padding-bottom: 10em;
}
.pt-10 {
  padding-top: 10em;
}
.pl-10 {
  padding-left: 10em;
}
.pr-10 {
  padding-right: 10em;
}

.gap-10 {
  gap: 10em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1-05 {
  gap: 1.5em;
}

*[class*=grid-] {
  display: grid;
}

.grid-0 {
  grid-template-columns: repeat(0, 1fr);
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.hoverOpa {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hoverOpa:hover {
  opacity: 0.8;
}

.ofCover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ofCotain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.youtubeWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==================================

全ページ共通CSS

==================================*/
.bk_blu {
  background: #cae2e4;
}

.bk_wht {
  background: #fff;
}

.w250 {
  width: 100%;
  max-width: 250px;
}

.w300 {
  width: 100%;
  max-width: 300px;
}

.w720 {
  width: 100%;
  max-width: 720px;
}

.linkStl01 {
  color: #949120;
}
.linkStl01:not(:hover) {
  text-decoration: underline;
}

.btnStl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 0.75em 1em;
  color: #fff;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  background-color: #ca2228;
  border-radius: 100px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.btnStl01:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.btnStl01:active {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.btnStl02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  background-color: #ca2228;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (min-width: 1020.1px) {
  .btnStl02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: 5/4;
  }
}
@media screen and (max-width: 1020px) {
  .btnStl02 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1em 3em 1em 1em;
  }
  .btnStl02 span {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  .btnStl02 img {
    width: 50px;
    max-width: 20%;
  }
}
.btnStl02[target=_blank] {
  background-image: url(../images/ico_blank_wht.svg);
  background-repeat: no-repeat;
  background-position: bottom 9% right 5%;
}
@media screen and (max-width: 1020px) {
  .btnStl02[target=_blank] {
    background-size: 0.85em;
    background-position: bottom 0.5em right 0.5em;
  }
}
.btnStl02:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.btnStl02:active {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.btn-arrow {
  position: relative;
}
.btn-arrow::after {
  content: "";
  position: absolute;
  right: 1em;
  bottom: 0.75em;
  display: block;
  width: 6px;
  background: #fff;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.bk_grn {
  background-color: #347934;
}

.ttlStl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttlStl01:not(.taL) {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ttlStl01 .en {
  color: #949120;
  font-family: 'Outfit';
  font-size: 4.375em;
  letter-spacing: 0.05em;
  line-height: 1.1em;
}
@media screen and (max-width: 1020px) {
  .ttlStl01 .en {
    font-size: 3em;
  }
}
.ttlStl01 .en + .jp {
  margin-top: 0.5em;
}
.ttlStl01 .jp {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4em;
}

.ttlStl02 {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.4em;
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent01List > * {
  padding-left: 1em;
  text-indent: -1em;
}

.indent01-25List > * {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.indent03-25List > * {
  padding-left: 3.25em;
  text-indent: -3.25em;
}

.ul01 > * {
  padding-left: 1em;
  text-indent: -1em;
}
.ul01 > * > * {
  text-indent: 0;
}
.ul01 > *:before {
  content: "・";
}

.ul02 > * {
  padding-left: 1.175em;
  text-indent: -1.175em;
}
.ul02 > * + * {
  margin-top: 0.5em;
}
.ul02 > *:before {
  content: "";
  display: inline-block;
  width: 0.375em;
  height: 0.375em;
  margin: -0.2em 0.75em 0 0;
  vertical-align: middle;
  background: #cae2e4;
  border-radius: 50%;
}

.box01 {
  padding: 2em 2em;
  background: #f7f7f7;
  border-radius: 10px;
}
@media screen and (max-width: 1020px) {
  .box01 {
    padding: 1.5em 1.25em;
  }
}

.tableStl01 {
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.tableStl01 * {
  text-align: center;
}
.tableStl01 thead tr th {
  padding: 1em;
  color: #fff;
  background: #333;
}
.tableStl01 tbody {
  border-top: none;
  border: 1px solid #dddddd;
}
.tableStl01 tbody tr > * {
  padding: 1em;
  font-weight: 400;
}
.tableStl01 tbody tr > * + * {
  border-left: 1px solid #ddd;
}
.tableStl01 tbody tr th {
  color: #949120;
  font-weight: bold;
}
.tableStl01 tbody tr + tr td {
  border-top: 1px solid #ddd;
}

.tableStl02 {
  width: 100%;
  border-collapse: separate;
}
@media screen and (max-width: 1020px) {
  .tableStl02 {
    font-size: 0.9em;
  }
}
.tableStl02 * {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1020px) {
  .tableStl02 thead tr > td:first-of-type {
    width: 6em;
  }
}
.tableStl02 thead tr th {
  padding: 1em;
  background: #ddeded;
}
@media screen and (max-width: 1020px) {
  .tableStl02 thead tr th {
    padding: 0.5em 0.25em;
  }
}
.tableStl02 thead tr th + th {
  border-left: 1px solid #fff;
}
.tableStl02 thead tr:first-of-type th {
  color: #3c8caa;
  font-size: 1.25em;
}
@media screen and (max-width: 1020px) {
  .tableStl02 thead tr:first-of-type th {
    font-size: 1.1em;
  }
}
.tableStl02 thead tr:first-of-type th * {
  line-height: 1.2em;
}
@media screen and (max-width: 1020px) {
  .tableStl02 thead tr:first-of-type th .flexBox {
    gap: 0.5em;
  }
  .tableStl02 thead tr:first-of-type th .flexBox span:has(img[src*=twk]) {
    width: 3em;
  }
  .tableStl02 thead tr:first-of-type th .flexBox span:has(img[src*=gs]) {
    width: 5em;
  }
}
.tableStl02 thead tr:first-of-type th:first-of-type {
  border-radius: 10px 0 0 0;
}
.tableStl02 thead tr:first-of-type th:last-of-type {
  border-radius: 0 10px 0 0;
}
.tableStl02 thead tr + tr th {
  border-top: 1px solid #fff;
}
.tableStl02 tbody tr th {
  padding: 1.5em 1em;
  color: #fff;
  background: #333;
}
@media screen and (max-width: 1020px) {
  .tableStl02 tbody tr th {
    padding: 1em 0.1em;
  }
}
.tableStl02 tbody tr td {
  padding: 1.5em 1em;
  font-size: 1.125em;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tableStl02 tbody tr td:last-of-type {
  border-right: 1px solid #ddd;
}
.tableStl02 tbody tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.tableStl02 tbody tr:last-of-type th {
  border-radius: 0 0 0 10px;
}
.tableStl02 tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 10px 0;
}
.tableStl02 tbody tr + tr th {
  border-top: 1px solid #fff;
}

/*==================================

ヘッダー

==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 1.75em 2.5%;
  z-index: 10;
  background: #cae2e4;
}
@media screen and (max-width: 1020px) {
  header {
    padding: 0.75em 2.5%;
  }
}
header .naviButton {
  position: relative;
  z-index: 11;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #333;
  cursor: pointer;
  border-radius: 5px;
}
header .naviButton span:not(.naviButton__txt), header .naviButton:before, header .naviButton:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 41.6%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}
header .naviButton:before {
  top: 30%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header .naviButton span:not(.naviButton__txt) {
  top: 40%;
  -webkit-transition: 0s 0.3s;
  transition: 0s 0.3s;
}
header .naviButton:after {
  top: 50%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header .naviButton .naviButton__txt {
  content: "MENU";
  position: absolute;
  bottom: 1.25em;
  right: 0;
  left: 0;
  font-family: 'Outfit';
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
}
header .naviButton.active:before, header .naviButton.active:after {
  top: 38%;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
header .naviButton.active:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
header .naviButton.active span:not(.naviButton__txt) {
  width: 0;
}
header .naviButton.active:after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 1020px) {
  header nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    -webkit-animation: close 0.5s 0s forwards;
            animation: close 0.5s 0s forwards;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
header nav ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.75em 1.75em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1020px) {
  header nav ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
header nav ul li .btnStl01 {
  min-height: 0;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1020px) {
  header nav ul li .btnStl01 {
    padding: 1em 2.5em;
  }
}
header:has(.active) nav {
  -webkit-animation: open 0.5s 0s forwards;
          animation: open 0.5s 0s forwards;
}

@-webkit-keyframes open {
  0% {
    display: block;
    -webkit-clip-path: circle(0% at 100% 0);
            clip-path: circle(0% at 100% 0);
  }
  100% {
    -webkit-clip-path: circle(150% at 100% 0);
            clip-path: circle(150% at 100% 0);
  }
}

@keyframes open {
  0% {
    display: block;
    -webkit-clip-path: circle(0% at 100% 0);
            clip-path: circle(0% at 100% 0);
  }
  100% {
    -webkit-clip-path: circle(150% at 100% 0);
            clip-path: circle(150% at 100% 0);
  }
}
@-webkit-keyframes close {
  0% {
    -webkit-clip-path: circle(150% at 100% 0);
            clip-path: circle(150% at 100% 0);
  }
  100% {
    display: none;
    -webkit-clip-path: circle(0% at 100% 0);
            clip-path: circle(0% at 100% 0);
  }
}
@keyframes close {
  0% {
    -webkit-clip-path: circle(150% at 100% 0);
            clip-path: circle(150% at 100% 0);
  }
  100% {
    display: none;
    -webkit-clip-path: circle(0% at 100% 0);
            clip-path: circle(0% at 100% 0);
  }
}
/*==================================

フッター

==================================*/
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 5;
}

footer {
  padding: 5em 5% 1.5em;
  color: #fff;
  background: #333;
  font-size: 0.75em;
}
footer .logo {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 1020px) {
  footer .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3em;
  }
}
footer .copyright {
  position: relative;
  margin-left: 1em;
  padding-left: 1em;
  font-size: 1.1666em;
  font-weight: 400;
  line-height: 1.2em;
}
footer .copyright::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 1em;
  background: #777;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1020px) {
  footer .jc_fe {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section:has(*[class*=roundedCorners]) {
  position: relative;
}

.roundedCorners-l, .roundedCorners-r {
  position: absolute;
  top: 0;
  width: 7.5em;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.roundedCorners-l::before, .roundedCorners-r::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.roundedCorners-l {
  left: 0;
}
.roundedCorners-l::before {
  border-radius: 50% 0 0 0/50% 0 0 0;
}
.roundedCorners-r {
  right: 0;
}
.roundedCorners-r::before {
  border-radius: 0 50% 0 0/0 50% 0 0;
}
.roundedCorners-wht {
  background: #cae2e4;
}
.roundedCorners-wht:before {
  background: #fff;
}
.roundedCorners-grn {
  background: #fff;
}
.roundedCorners-grn:before {
  background: #cae2e4;
}

/*==================================

トップページ

==================================*/
.mv {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 0 2.5%;
  background-color: #cae2e4;
  background-image: url(../images/mv_svg.svg);
  background-repeat: no-repeat;
  background-position: top right -10em;
  background-size: 52.39% auto;
  aspect-ratio: 12/7;
}
@media screen and (max-width: 1020px) {
  .mv {
    padding: 2.5vw 6vw 0;
    background-size: 61.8%;
    background-position: top 3em right -5em;
    aspect-ratio: 7/10;
  }
}
.mv__bk {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .mv__bk {
    padding-top: 3em;
  }
}
.mv__bk img {
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .mv__bk img {
    width: 121.25%;
    max-width: 121.25%;
    margin-left: -21.25%;
  }
}
.mv__container {
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr 40%;
  gap: 3vw 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-rows: 1fr 44%;
  height: 100%;
}
@media screen and (min-width: 1020.1px) {
  .mv__container {
    display: grid;
  }
}
.mv__logo {
  grid-column: 2;
  grid-row: 1/-1;
  margin-top: 10%;
}
@media screen and (max-width: 1020px) {
  .mv__logo {
    margin: 68vw auto 0;
    width: 98%;
  }
}
.mv__logo img {
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .mv__img {
    position: absolute;
    top: 36%;
    left: 3.25%;
    gap: 1vw;
    width: 56%;
  }
}
@media screen and (max-width: 1020px) {
  .mv__img .img + .img {
    margin-top: 9vw;
  }
}
.mv__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2em;
  font-size: clamp(2rem, 2vw, 2.8rem);
  font-weight: bold;
}
@media screen and (min-width: 1020.1px) {
  .mv__text {
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1020px) {
  .mv__text {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
    text-align: right;
    font-size: max(4vw, 10px);
  }
}
.mv__date {
  margin-top: 2.5%;
  color: #949120;
  font-family: 'Outfit';
  font-size: clamp(4.375em, 6vw, 7rem);
  letter-spacing: 0;
}
@media screen and (max-width: 1020px) {
  .mv__date {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.75em;
    font-size: max(10vw, 10px);
  }
}
.mv__date-start, .mv__date-end {
  line-height: 1em;
}
.mv__date-arrow {
  margin: 0.25em 0.1em 0 0;
}
@media screen and (max-width: 1020px) {
  .mv__date-arrow {
    width: 6%;
  }
}
.mv__date .week {
  font-family: 'Noto Sans JP','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',sans-serif;
  font-size: 0.28571em;
  line-height: 1em;
}
.mv__notes {
  gap: 0 1em;
  font-size: clamp(1rem, 1.5vw, 1.8rem);
}
@media screen and (max-width: 1020px) {
  .mv__notes {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: max(3.25vw, 10px);
  }
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 64%;
  right: 4%;
  display: block;
  width: 198px;
  max-width: 26.5%;
  background: url(../images/dinosaur01.webp) no-repeat bottom center/contain;
  aspect-ratio: 11/5;
}
@media screen and (max-width: 1020px) {
  .mv::after {
    bottom: calc(82% - 3em);
    right: 4%;
  }
}

#about {
  position: relative;
  margin: -1px 0;
}
#about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  max-width: 1440;
  margin: 0 auto;
  background-image: url(../images/dinosaur02.webp), url(../images/dinosaur03.webp), url(../images/dinosaur04.webp), url(../images/dinosaur05.webp);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 6em left 20%, top 12em left 4%, top 8em right 6%, bottom left 8%;
  background-size: 270px auto, 182px auto, 198px auto, 196px auto;
  pointer-events: none;
}
@media screen and (max-width: 1020px) {
  #about::before {
    background-position: top right, top left 45%, top left 5%, bottom left 15%;
    background-size: 26% auto, 30% auto, 25% auto, 30% auto;
  }
}

.about__introduction .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about__text {
  font-size: 1.125em;
  line-height: 2.7777em;
}
.about__ride > li {
  padding: 2em 1em 3em;
  border-radius: 10px;
}
.about__ride > li p {
  line-height: 2em;
}
.about__ride__img {
  width: 100%;
  height: 190px;
}
.about__ride__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__ride__name {
  margin: 0.75em 0;
  color: #3c8caa;
  font-size: 1.75em;
  font-weight: bold;
}
.about__remaining__title {
  font-size: 2.25em;
  font-weight: bold;
}
.about__remaining__description {
  font-size: 1.125em;
}
.about__remaining .btnStl01 {
  width: 40rem;
  max-width: 100%;
  min-height: 4.1666em;
  font-size: 1.5em;
}

#map {
  position: relative;
}
#map::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1440px;
  margin: 0 auto;
  background-image: url(../images/dinosaur06.webp), url(../images/dinosaur07.webp);
  background-repeat: no-repeat, no-repeat;
  background-size: 110px auto, 160px auto;
  background-position: top 8em right 20%, top 5em right 4%;
}
@media screen and (max-width: 1020px) {
  #map::before {
    background-size: 15% auto, 18% auto;
    background-position: top 8em right 20%, top 3em right 3%;
  }
}

.map__contents__details {
  padding-bottom: 2em;
}
.map__contents__details-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2em;
  margin-bottom: 1.85em;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.map__contents__details-title h3 {
  font-size: 1.5em;
}
.map__contents__details-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.25em;
}
.map__contents__details-icon li {
  padding: 0.35em 1em;
  color: #949120;
  font-size: 0.8125em;
  line-height: 1.4em;
  border: 1px solid #949120;
  border-radius: 100vmax;
}
.map__contents__details .img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.map__contents__details .img img {
  width: 100%;
}
.map__contents__details .img:empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  background: #e2e2e2;
  aspect-ratio: 16/9;
}
.map__contents__details .img:empty::before {
  content: "img";
  font-family: 'Outfit';
  font-size: clamp(1rem, 4vw, 5rem);
  letter-spacing: 0.1em;
}
.map__contents__details iframe {
  width: 100%;
}
.map__contents__details .googleMap + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 1020px) {
  .map__contents__details + .map__contents__details {
    margin-top: 2em;
  }
}

.timeTable .container {
  position: relative;
  z-index: 1;
}
.timeTable .container::before {
  content: "";
  position: absolute;
  top: 2em;
  right: 20px;
  z-index: -1;
  width: 195px;
  max-width: 25%;
  margin: 0 auto;
  background: url(../images/dinosaur08.webp) no-repeat center center/contain;
  aspect-ratio: 49/25;
}
@media screen and (max-width: 1020px) {
  .timeTable .container::before {
    top: 5em;
  }
}
.timeTable__container {
  padding-bottom: 3em;
}
.timeTable__container h3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 10rem;
  margin: 2.5em 0;
  padding: 0.5em;
  color: #3c8caa;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  background: #ddeded;
  border-radius: 10px;
}
@media screen and (max-width: 1020px) {
  .timeTable__container h3 {
    font-size: 1.5em;
    padding-right: 1em;
    padding-left: 26%;
  }
}
.timeTable__container h3 img {
  position: absolute;
  left: -1em;
  max-width: 25%;
}
@media screen and (max-width: 1020px) {
  .timeTable__container h3 img {
    left: -5px;
    max-width: 20%;
  }
}
.timeTable__container h3 img[src*=gsm] {
  max-width: 28%;
}
@media screen and (max-width: 1020px) {
  .timeTable__container h3 img[src*=gsm] {
    max-width: 25%;
  }
}
.timeTable__container dl dt {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.35em;
  font-size: 1.125em;
  line-height: 1.7777em;
}
.timeTable__container dl dt::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #949120;
}
.timeTable__container dl dt small {
  font-size: 0.888888em;
  font-weight: 400;
}
.timeTable__container .tableStl01 {
  width: 100%;
}
.timeTable__container .tableStl01 tbody:not(:has(th)) td {
  padding: 0.625em;
  font-size: 1.25em;
}

#howToUse {
  position: relative;
}
#howToUse .container {
  position: relative;
  z-index: 1;
}
#howToUse .container::before {
  content: "";
  position: absolute;
  top: 4em;
  left: 20px;
  z-index: -1;
  width: 158px;
  max-width: 20%;
  margin: 0 auto;
  background: url(../images/dinosaur09.webp) no-repeat center center/contain;
  aspect-ratio: 79/60;
}
@media screen and (max-width: 1020px) {
  #howToUse .container::before {
    top: 5em;
  }
}
#howToUse::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(4% + 20px);
  z-index: -1;
  width: 170px;
  max-width: 20%;
  margin: 0 auto;
  background: url(../images/dinosaur10.webp) no-repeat center center/contain;
  aspect-ratio: 17/10;
}
.howToUse__caution {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.howToUse__caution h3 {
  margin-bottom: 0.5em;
  font-size: 1.375em;
  font-weight: bold;
}
.howToUse__caution li {
  font-weight: 400;
}
.howToUse__caution li small {
  color: #ca2228;
  font-size: 1em;
  text-decoration: underline;
}

#modelCourse {
  position: relative;
}
#modelCourse .comingsoon {
  font-size: 1.875em;
}
#modelCourse .modelCourse__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
}
#modelCourse .modelCourse__tab li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__tab li {
    width: 100%;
  }
}
#modelCourse .modelCourse__tab li button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 2.5em;
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
  border: 1px solid #333;
  border-radius: 5px;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__tab li button {
    padding: 1em 2em;
    font-size: 1.1em;
  }
}
#modelCourse .modelCourse__tab li button[aria-selected=true] {
  color: #fff;
  font-weight: bold;
  background: #333;
}
#modelCourse .modelCourse__tab li button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#modelCourse .modelCourse__contents__box {
  padding: 3em 4% 3em;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__box {
    padding: 3em 1em 1em;
  }
}
#modelCourse .modelCourse__contents__title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__title {
    font-size: 1.75em;
  }
}
#modelCourse .modelCourse__contents__title::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  display: block;
  height: 3px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#modelCourse .modelCourse__contents dl dt {
  padding: 0.5em;
  color: #fff;
  font-family: 'Outfit';
  font-size: 1.25em;
  text-align: center;
  background: #949120;
}
#modelCourse .modelCourse__contents__list {
  position: relative;
  margin: 2em auto;
  counter-reset: course;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__list {
    width: 100%;
  }
}
#modelCourse .modelCourse__contents__list-time {
  color: #949120;
}
#modelCourse .modelCourse__contents__list li {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 4.445em 1fr;
  font-size: 1.125em;
  font-weight: bold;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__list li {
    font-size: 1em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 320px) {
  #modelCourse .modelCourse__contents__list li {
    font-size: 0.8em;
  }
}
#modelCourse .modelCourse__contents__list li p {
  font-size: 1.125em;
  line-height: 1.4em;
}
#modelCourse .modelCourse__contents__list li p + p {
  margin-top: 0.2em;
}
#modelCourse .modelCourse__contents__list li + li {
  margin-top: 1.25em;
}
#modelCourse .modelCourse__contents__list li::before {
  grid-row: 1/3;
}
#modelCourse .modelCourse__contents__list li:first-of-type::before, #modelCourse .modelCourse__contents__list li:last-of-type::before {
  width: 4.445em;
  padding: 0.5em 0.1em;
  color: #fff;
  font-family: 'Outfit';
  line-height: 1em;
  text-align: center;
  background: #333;
  border-radius: 500px;
}
#modelCourse .modelCourse__contents__list li:first-of-type::before {
  content: "START";
}
#modelCourse .modelCourse__contents__list li:not(:first-of-type):not(:last-of-type)::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-top: 0.75em;
  margin-inline: auto;
  background: #949120;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__list li:not(:first-of-type):not(:last-of-type)::before {
    -webkit-box-shadow: 0 0 0 2px #fff;
            box-shadow: 0 0 0 2px #fff;
  }
}
#modelCourse .modelCourse__contents__list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1.25em auto -2em 2.2em;
  display: block;
  width: 1px;
  border-left: 2px dotted #999999;
}
#modelCourse .modelCourse__contents__list li:last-of-type::before {
  content: "GOAL";
}
#modelCourse .modelCourse__contents__areaName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 1em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1020.1px) {
  #modelCourse .modelCourse__contents__areaName {
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__areaName {
    padding: 1.5em 1em;
    border-bottom: 2px solid #fff;
  }
}
#modelCourse .modelCourse__contents__areaName::before {
  content: counter(course02, decimal-leading-zero);
  counter-increment: course02;
  margin-bottom: 0.5em;
  color: #cae2e4;
  font-family: 'Outfit';
  font-size: 1.25em;
}

#faq {
  position: relative;
  z-index: 1;
}
#faq::before {
  content: "";
  position: absolute;
  top: 7em;
  right: 10%;
  z-index: -1;
  width: 158px;
  max-width: 25%;
  margin: 0 auto;
  background: url(../images/dinosaur12.webp) no-repeat center center/contain;
  aspect-ratio: 79/60;
}
@media screen and (max-width: 1020px) {
  #faq::before {
    top: 8em;
    right: 3%;
  }
}

.faq__category {
  max-width: 800px;
  margin: 0 auto;
}
.faq__category:has(button[aria-expanded=true]) .toggleIcon::before {
  display: none;
}
.faq__category + .faq__category {
  margin-top: 0.25em;
}
.faq__category__title button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.4em 1.5em;
  font-size: 1.125em;
  font-weight: bold;
  background: #ddeded;
  border-radius: 10px;
}
.faq__category__title .toggleIcon {
  position: relative;
  display: block;
  width: 1.5em;
  background: #949120;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.faq__category__title .toggleIcon::before, .faq__category__title .toggleIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__category__title .toggleIcon::before {
  width: 1px;
  height: 41.6%;
}
.faq__category__title .toggleIcon::after {
  width: 41.6%;
  height: 1px;
}
.faq__category__details {
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}
.faq__category__details > dl {
  padding: 1em 0;
}
.faq__category__details > dl + dl {
  border-top: 1px solid #dddddd;
}
.faq__category__details > dl > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  padding: 1em 0.5em;
}
.faq__category__details > dl > *::before {
  color: #949120;
  width: 1.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: 'Outfit';
  font-size: 1.875em;
  font-weight: bold;
}
@media screen and (max-width: 1020px) {
  .faq__category__details > dl > *::before {
    width: 1.2em;
  }
}
.faq__category__details > dl > dt::before {
  content: "Q.";
}
.faq__category__details > dl > dd::before {
  content: "A.";
}
.faq__category__details > dl > dd * {
  line-height: 2em;
}
.faq__category__details > dl > dd a {
  color: #668e07;
}
.faq__category__details > dl > dd a:not(:hover) {
  text-decoration: underline;
}

.pageFooter p {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 1020px) {
  .pageFooter p {
    font-size: 1.6em;
  }
}
.pageFooter ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.pageFooter ul li a {
  padding: 1.2em;
  font-size: 1.4em;
}

.popBox {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 16;
  padding: 5em 3%;
  width: 1200px;
  max-width: 95%;
  max-height: 90vh;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow-y: auto;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  background: rgba(0, 0, 0, 0.5);
}

.closeBtn {
  position: absolute;
  top: 0;
  right: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 5em;
  height: 5em;
  font-size: 0.8em;
  letter-spacing: 0;
  line-height: 1em;
}
.closeBtn::before, .closeBtn::after {
  content: "";
  position: absolute;
  top: 52.5%;
  right: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 50%;
  margin: 0 auto;
  background: #333;
}
.closeBtn::before {
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}
.closeBtn::after {
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}

/*==================================

js animation

==================================*/
.hide {
  opacity: 0;
  display: none;
  -webkit-animation: hide 0.3s forwards;
          animation: hide 0.3s forwards;
}

.show {
  -webkit-animation: show 0.3s forwards;
          animation: show 0.3s forwards;
}

@-webkit-keyframes show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.js_st[class*=fadein] {
  opacity: 0;
}
.js_st[class*=fadeinT] {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js_st[class*=fadeinB] {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.js_st[class*=fadeinR] {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.js_st[class*=fadeinL] {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.js_st[class*=fadein].scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1500ms, background 0.3s, min-width 0s;
  transition: all 1500ms, background 0.3s, min-width 0s;
}

@media screen and (min-width: 1020.1px) {
  .spOnly {
    display: none !important;
  }
}

/*==================================

@media screen SP

==================================*/
@media screen and (max-width: 1020px) {
  .pcOnly {
    display: none !important;
  }
  .sp_bk {
    display: block;
  }
  .sp_fdc {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp_g100 {
    grid-template-columns: 100%;
  }
}/*# sourceMappingURL=style.css.map */