@charset "UTF-8";
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2"), url("../fonts/Outfit-Regular.woff") format("woff"), url("../fonts/Outfit-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
@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-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: 400;
  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;
}

.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;
}
@media screen and (max-width: 1020px) {
  .gap-05 {
    gap: 0.3em;
  }
}

.gap-1-05 {
  gap: 1.5em;
}
@media screen and (max-width: 1020px) {
  .gap-1-05 {
    gap: 0.9em;
  }
}

*[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_grn {
  color: #fff;
  background: #aec180;
}

.bk_wht {
  background: #fff;
}

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

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

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

.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%);
}

.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 {
  font-size: 4.375em;
  letter-spacing: 0;
  line-height: 1.1em;
}
.ttlStl01 .en + .jp {
  margin-top: 0.5em;
}
.ttlStl01 .jp {
  font-size: 1.5em;
  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: #aec180;
  border-radius: 50%;
}

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

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

ヘッダー

==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 1.75em 2.5%;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 1020px) {
  header {
    padding: 0.75em 2.5%;
  }
}
header .naviButton {
  position: relative;
  display: block;
  z-index: 11;
  width: 55px;
  height: 55px;
  background-color: #aec180;
  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: 50%;
  height: 2px;
  margin: 0 auto;
  background: #333;
}
header .naviButton:before {
  top: 26%;
  -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: 38%;
  -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: 0.75em;
  right: 0;
  left: 0;
  font-family: 'Outfit';
  font-size: 1rem;
  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;
}
footer .copyright {
  position: relative;
  margin-left: 1em;
  padding-left: 1em;
  font-size: 1.1666em;
  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: #aec180;
}
.roundedCorners-wht:before {
  background: #fff;
}
.roundedCorners-grn {
  background: #fff;
}
.roundedCorners-grn:before {
  background: #aec180;
}

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

トップページ

==================================*/
.mv {
  position: relative;
  z-index: 1;
  padding: 0 2.5%;
  overflow: hidden;
  background: url(../images/dinosaur01_grn.png) no-repeat top 2% right 26%;
}
@media screen and (max-width: 1020px) {
  .mv {
    padding-bottom: 6em;
  }
}
.mv__container {
  max-width: 1340px;
  margin: 0 auto;
}
.mv__image {
  max-width: 60%;
  border-radius: 0 30px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .mv__image {
    max-width: 90%;
  }
}
.mv__image img {
  width: 100%;
}
@media screen and (min-width: 1020.1px) {
  .mv__text {
    margin-top: 4em;
  }
}
.mv__text p {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 1020px) {
  .mv__text .btnStl01 {
    margin-top: 1.5em;
  }
}
.mv::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #aec180;
  -webkit-clip-path: circle(2000px at 50% 2075px);
          clip-path: circle(2000px at 50% 2075px);
}
@media screen and (max-width: 1020px) {
  .mv::after {
    -webkit-clip-path: circle(1000px at 50% 1100px);
            clip-path: circle(1000px at 50% 1100px);
  }
}

#about {
  content: "";
  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_wht.png), url(../images/dinosaur03_wht.png), url(../images/dinosaur04_wht.png), url(../images/dinosaur05_wht.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 7em right 9%, top 7em left 20%, top 10em left 6%, bottom left 8%;
  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__point {
  counter-reset: point;
  gap: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .about__point {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about__point > li {
  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-flex-basis: calc(50% - 0.5em);
      -ms-flex-preferred-size: calc(50% - 0.5em);
          flex-basis: calc(50% - 0.5em);
  gap: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5em 2%;
  color: #333;
  background: #fff;
}
@media screen and (max-width: 1020px) {
  .about__point > li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 40em;
  }
}
@media screen and (min-width: 1020.1px) {
  .about__point > li:nth-of-type(even) {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
}
.about__point > li::before {
  counter-increment: point;
  content: "POINT" counter(point, decimal-leading-zero);
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
  padding: 0 0.5em 0.5em 2em;
  color: #fff;
  font-family: 'Outfit';
  font-size: 1.125em;
  line-height: 1em;
  background: #aec180;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 22% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 22% 100%);
}
@media screen and (max-width: 1020px) {
  .about__point > li::before {
    font-size: 1em;
  }
}
@media screen and (max-width: 1020px) {
  .about__point > li .img {
    max-width: 35%;
  }
}
.about__point > li dl {
  -webkit-flex-basis: 64%;
      -ms-flex-preferred-size: 64%;
          flex-basis: 64%;
}
.about__point > li dl dt {
  margin-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.4em;
}
@media screen and (max-width: 1020px) {
  .about__point > li dl dt {
    font-size: 1.3em;
  }
}
.about__point > li dl dd {
  line-height: 2em;
}
@media screen and (max-width: 1020px) {
  .about__point > li dl dd {
    line-height: 1.6em;
  }
}

#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_grn.png), url(../images/dinosaur07_grn.png), url(../images/dinosaur08_grn.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 8em right 8%, top 5em right 20%, bottom right 5%;
}
@media screen and (max-width: 1020px) {
  #map::before {
    background-size: 20% auto, 18% auto, 30% auto;
    background-position: top 5em right 3%, top 1em right 17%, bottom right 5%;
  }
}

.map__contents__details h3 {
  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;
  padding-bottom: 0.65em;
  margin-bottom: 1.25em;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.map__contents__details h3 small {
  font-size: 0.8333em;
}
.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;
  }
}

#price {
  position: relative;
}
#price::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1440px;
  margin: 0 auto;
  background-image: url(../images/dinosaur09_grn.png);
  background-repeat: no-repeat;
  background-position: bottom 1.5em left 34%;
}
@media screen and (max-width: 1020px) {
  #price::before {
    background-size: 20% auto;
    background-position: bottom 0em left 1%;
  }
}
#price .price__contents {
  gap: 1.5em;
}
#price .price__contents dl {
  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;
  width: 280px;
}
@media screen and (min-width: 1020.1px) {
  #price .price__contents dl {
    max-width: 48%;
  }
}
#price .price__contents dl dt {
  padding: 1em;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  background-color: #333;
  border-radius: 10px 10px 0 0;
}
#price .price__contents dl dd {
  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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1em;
  font-size: 1.5em;
  line-height: 1.2em;
  background: #fff;
  border: 1px solid #dddddd;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
#price .price__contents dl dd .fzS {
  font-size: 0.666em;
  line-height: 1.2em;
}
#price .price__contents dl dd .ff-o {
  font-size: 1.25em;
  line-height: 1.2em;
}

#application .application__image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5em;
  padding: 0 2.5em 10em 0;
}
@media screen and (min-width: 1020.1px) {
  #application .application__image {
    width: 60%;
  }
}
@media screen and (max-width: 1020px) {
  #application .application__image {
    padding-right: 5vw;
    padding-bottom: 20vw;
  }
}
#application .application__image figure {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 40em;
}
#application .application__image figure img[src*=img01] {
  width: 100%;
  height: 100%;
  border-radius: 0 30px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#application .application__image figure img[src*=img02] {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}
@media screen and (max-width: 1020px) {
  #application .application__image figure img[src*=img02] {
    right: 5%;
    max-width: 50%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#application .application__image p {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2.5em;
  font-size: clamp(1rem, 1.7vw, 1.5em);
  font-weight: bold;
  line-height: 2.5em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1020px) {
  #application .application__image p {
    margin-top: 1em;
    font-size: clamp(1rem, 3.5vw, 8em);
  }
}
#application .application__image p span {
  line-height: 2.5em;
  background: -webkit-linear-gradient(right, #333 0, #333 2px, transparent 2px) repeat top right/2.55em 10px;
  background: linear-gradient(to left, #333 0, #333 2px, transparent 2px) repeat top right/2.55em 10px;
}
@media screen and (min-width: 1020.1px) {
  #application .application__text {
    margin-top: 4em;
  }
}
@media screen and (max-width: 1020px) {
  #application .application__text {
    padding: 0 0.5em;
  }
}
#application .application__text__point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.65em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1020px) {
  #application .application__text__point {
    gap: 0.45em;
  }
}
#application .application__text__point > li {
  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;
  min-width: 5.65em;
  color: #ca2228;
  font-size: clamp(1rem, 1.3vw, 1.6rem);
  line-height: 1.375em;
  border: 1px solid #ca2228;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 1020px) {
  #application .application__text__point > li {
    font-size: 1em;
  }
}
#application .application__text p {
  line-height: 2em;
}
#application .application__text a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#application .application__text a:hover {
  opacity: 0.8;
}

#howToUse {
  position: relative;
}
#howToUse::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1440px;
  margin: 0 auto;
  background-image: url(../images/dinosaur10_grn.png), url(../images/dinosaur11_grn.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 2.5em left 17%, top 8.5em left 6%;
}
@media screen and (max-width: 1020px) {
  #howToUse::before {
    background-size: 22% auto, 23% auto;
    background-position: top 5em right 5%, top 8em right 22%;
  }
}

.howToUse__caution h3 {
  font-size: 1.375em;
}
.howToUse__caution li small {
  color: #ca2228;
  font-size: 1em;
  text-decoration: underline;
}

#modelCourse {
  position: relative;
}
#modelCourse::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1440px;
  margin: 0 auto;
  background-image: url(../images/dinosaur12_wht.png);
  background-repeat: no-repeat;
  background-position: bottom left 17%;
}
@media screen and (max-width: 1020px) {
  #modelCourse::before {
    background-size: 25% auto;
    background-position: bottom left 10%;
  }
}
#modelCourse .comingsoon {
  font-size: 1.875em;
}
#modelCourse .modelCourse__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
}
#modelCourse .modelCourse__link li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__link li {
    width: 100%;
  }
}
#modelCourse .modelCourse__link li a {
  position: relative;
  display: block;
  padding: 1em 2.5em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  background: #333;
  border-radius: 5px;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__link li a {
    padding: 1em;
    font-size: 1.1em;
  }
}
#modelCourse .modelCourse__link li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 0.75em;
  background: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  aspect-ratio: 2/1;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__link li a::after {
    right: 0.5em;
  }
}
#modelCourse .modelCourse__contents {
  padding: 3em 6.4% 3em;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents {
    padding: 3em 1em 1em;
  }
}
#modelCourse .modelCourse__contents + .modelCourse__contents {
  margin-top: 2.25em;
}
#modelCourse .modelCourse__contents__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-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;
  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 .balloon {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 55px;
  margin-bottom: 1.2em;
  padding: 0.5em 1.5em;
  color: #fff;
  font-size: 0.625em;
  line-height: 1.2em;
  background: #aec180;
  border-radius: 500px;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__title .balloon {
    min-height: 40px;
  }
}
#modelCourse .modelCourse__contents__title .balloon::after {
  content: "";
  position: absolute;
  bottom: -0.14em;
  right: 0;
  left: 0;
  display: block;
  width: 0.35em;
  height: 0.5em;
  margin: 0 auto;
  background: #aec180;
  border-radius: 500px;
}
#modelCourse .modelCourse__contents__time {
  margin: 0.5em 0 1.75em;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__time {
    font-size: 1.2em;
  }
}
#modelCourse .modelCourse__contents__copy {
  margin: 2em 0;
  font-size: 1.25em;
  line-height: 2em;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__copy {
    font-size: 1.1em;
  }
}
#modelCourse .modelCourse__contents__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 92%;
  margin: 4em auto;
  counter-reset: course;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__list {
    width: 100%;
  }
}
#modelCourse .modelCourse__contents__list::before {
  content: "";
  position: absolute;
  top: 3.45em;
  right: 0;
  left: 0;
  display: block;
  width: calc(100% - 6em);
  margin: 0 auto;
  border-bottom: 2px dotted #999999;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__list::before {
    top: 2.535em;
    width: calc(100% - 4em);
  }
}
@media screen and (max-width: 320px) {
  #modelCourse .modelCourse__contents__list::before {
    top: 2em;
    width: calc(100% - 3em);
  }
}
#modelCourse .modelCourse__contents__list li {
  position: relative;
  z-index: 1;
  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;
  font-size: 1.125em;
  font-weight: bold;
  gap: 1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@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::before {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
      -ms-flex-order: -2;
          order: -2;
  padding: 0.3em 0.75em;
  font-family: 'Outfit';
  font-size: 1.111em;
  line-height: 1em;
  text-orientation: mixed;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__list li::before {
    padding: 0.2em 0.5em;
    font-size: 0.9em;
    letter-spacing: 0;
  }
}
#modelCourse .modelCourse__contents__list li::after {
  content: "";
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  display: block;
  width: 0.666em;
  height: 0.666em;
  background: #aec180;
  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::after {
    -webkit-box-shadow: 0 0 0 2px #fff;
            box-shadow: 0 0 0 2px #fff;
  }
}
#modelCourse .modelCourse__contents__list li:first-of-type::before, #modelCourse .modelCourse__contents__list li:last-of-type::before {
  color: #fff;
  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: counter(course, decimal-leading-zero);
  counter-increment: course;
}
#modelCourse .modelCourse__contents__list li:last-of-type::before {
  content: "GOAL";
}
#modelCourse .modelCourse__contents__details {
  counter-reset: course02;
  margin-top: 6.5em;
}
#modelCourse .modelCourse__contents__details > li {
  display: grid;
  grid-template-columns: 18em 1fr;
  min-height: 210px;
  background: #f7f7f7;
  border-radius: 10px;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__details > li {
    grid-template-columns: 100%;
  }
}
#modelCourse .modelCourse__contents__details > li + li {
  margin-top: 1em;
}
#modelCourse .modelCourse__contents__details > li dl {
  padding: 2.25em;
}
@media screen and (max-width: 1020px) {
  #modelCourse .modelCourse__contents__details > li dl {
    padding: 2em 1.25em;
  }
}
#modelCourse .modelCourse__contents__details > li dl dt {
  margin-bottom: 0.85em;
  padding-bottom: 0.75em;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
#modelCourse .modelCourse__contents__details > li dl dd ul li a {
  color: #ca2228;
}
#modelCourse .modelCourse__contents__details > li dl dd ul li a:not(:hover) {
  text-decoration: underline;
}
#modelCourse .modelCourse__contents__details > li dl dd ul li a[target=_blank] {
  padding-right: 1.75em;
  background: url(../images/ico_blank_red.svg) no-repeat bottom 0.2em right/1em;
}
#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: #aec180;
  font-family: 'Outfit';
  font-size: 1.25em;
}

#faq {
  position: relative;
}
#faq::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1440px;
  margin: 0 auto;
  background-image: url(../images/dinosaur13_grn.png);
  background-repeat: no-repeat;
  background-position: top 8em right 8%;
}
@media screen and (max-width: 1020px) {
  #faq::before {
    background-size: 25% auto;
    background-position: top 5em 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: 1em 1.5em;
  font-size: 1.125em;
  font-weight: bold;
  background: #f7f7f7;
  border-radius: 10px;
}
.faq__category__title .toggleIcon {
  position: relative;
  display: block;
  width: 1.5em;
  background: #ca2228;
  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: #aec180;
  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;
}

.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 */