@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

:root {
  --bg-color: #F6F3E4;
  --accent-color: #FFF000;
  --color-pink: #E50012;
  font-size: 1.3333333333vw;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: 0.625vw;
  }
  :root .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  :root .pc {
    display: none !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: var(--bg-color);
  width: 100dvw;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  body {
    width: auto;
  }
}
body.fixed {
  overflow-y: hidden;
  height: 100dvh;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.fixed_button {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 4rem 0;
}
.fixed_button img {
  width: 65rem;
}
@media screen and (min-width: 768px) {
  .fixed_button {
    width: 10rem;
    position: fixed;
    top: 20rem;
    right: 0;
    left: auto;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.on {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .header {
    background: #fff;
  }
  .header.on {
    background: #fff;
  }
}
.header__inner {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem;
}
.header__logo {
  width: 27rem;
}
.header__btn {
  width: 6.8rem;
  height: 6.5rem;
}
.header__btn #menu_open {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/menu_sp.svg") no-repeat center/contain;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header__btn {
    width: 10rem;
    height: 10rem;
    position: fixed;
    top: 12rem;
    right: 0;
  }
  .header__btn #menu_open {
    background: url("../img/menu_pc.svg") no-repeat center/contain;
  }
}
.header__nav {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  z-index: 101;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  pointer-events: none;
}
.header__nav.on {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  pointer-events: auto;
}
.header__nav #menu_close {
  width: 4.2rem;
  height: 4.2rem;
  background: url("../img/close.svg") no-repeat center/contain;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 2rem;
  right: 3rem;
}
.header__nav ul {
  border: 1px solid var(--color-pink);
  background: #fff;
  width: 56rem;
  position: absolute;
  top: 8rem;
  right: 2rem;
}
.header__nav ul li a {
  display: block;
  padding: 0.5em 1em 0.5em 2em;
  letter-spacing: 0.15em;
  background: url("../img/arrow.svg") no-repeat 0.5em center/2.4rem;
  font-size: 3rem;
}
.header__nav ul li + li {
  border-top: 1px solid var(--color-pink);
}

#intro {
  position: relative;
  overflow: hidden;
}
#intro .intro-bg-z00,
#intro .intro-bg-z05,
#intro .intro-bg-z10 {
  position: absolute;
  top: 0;
  inset-inline: 0;
  margin: auto;
  width: 100%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
}
#intro .intro-bg-z00 {
  -webkit-animation: op01 1s ease-in-out forwards;
          animation: op01 1s ease-in-out forwards;
  width: min(100%, 160rem);
  margin-inline: auto;
}
#intro .intro-bg-z05 {
  -webkit-animation: op01 1s 0.5s ease-in-out forwards;
          animation: op01 1s 0.5s ease-in-out forwards;
  width: min(100%, 160rem);
  margin-inline: auto;
}
#intro .intro-bg-z10 {
  -webkit-animation: op01 1s 1s ease-in-out forwards;
          animation: op01 1s 1s ease-in-out forwards;
  width: min(100%, 160rem);
  margin-inline: auto;
}
#intro .intro__inner {
  position: relative;
  text-align: center;
  width: min(100%, 160rem);
  margin-inline: auto;
}
#intro .intro__inner .h1sub {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-animation: op02 1.5s 2s ease-in-out forwards;
          animation: op02 1.5s 2s ease-in-out forwards;
}
#intro .intro__inner h1 {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-animation: op02 1.5s 3.5s ease-in-out forwards;
          animation: op02 1.5s 3.5s ease-in-out forwards;
}
#intro .intro__inner p {
  font-size: 2.5rem;
  line-height: 1.9;
}
#intro .intro__inner p.lead {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-bottom: 1em;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-animation: op01 1.5s 5s ease-in-out forwards;
          animation: op01 1.5s 5s ease-in-out forwards;
}
#intro .intro__inner p.lead + p {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-animation: op01 1.5s 5.5s ease-in-out forwards;
          animation: op01 1.5s 5.5s ease-in-out forwards;
}
#intro .intro__inner .overview {
  text-align: left;
}
#intro .intro__inner .overview .img-stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}
#intro .intro__inner #overview01 {
  position: relative;
  width: 73.2rem;
  height: 71.8rem;
  background: url("../img/overview_01_bg_sp.svg") no-repeat right top/100% auto;
  margin: 40rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  #intro .intro__inner #overview01 {
    width: 100%;
    height: auto;
    background: url("../img/overview_01_bg_pc.svg") no-repeat 24.3rem 8.8rem/82.4rem auto;
    margin-top: 44rem;
    padding-bottom: 9rem;
  }
}
#intro .intro__inner #overview01 h3 {
  width: 24.3rem;
  margin-left: 38rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#intro .intro__inner #overview01 p {
  margin-left: 13rem;
}
@media screen and (min-width: 768px) {
  #intro .intro__inner #overview01 p {
    margin-left: 33rem;
  }
}
#intro .intro__inner #overview01 .img-stack .img01 {
  width: 26.5rem;
}
#intro .intro__inner #overview01 .img-stack .img02 {
  width: 33.8rem;
}
@media screen and (min-width: 768px) {
  #intro .intro__inner #overview01 .img-stack {
    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-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    top: 4%;
    right: 16%;
  }
  #intro .intro__inner #overview01 .img-stack .img01 {
    margin: 0 -4rem -3rem 0;
    position: relative;
  }
}
#intro .intro__inner #overview02 {
  position: relative;
  width: 75rem;
  height: 100.5rem;
  background: url("../img/overview_02_bg_sp.svg") no-repeat center 6.9rem/100% auto;
  margin: 4rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  #intro .intro__inner #overview02 {
    width: 100%;
    height: auto;
    background: url("../img/overview_02_bg_pc.svg") no-repeat 19.2rem 5.4rem/120.7rem auto;
    margin-top: 2rem;
    padding-bottom: 9rem;
  }
}
#intro .intro__inner #overview02 h3 {
  width: 24.3rem;
  margin-left: 8.3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #intro .intro__inner #overview02 h3 {
    margin-left: 84.3rem;
  }
}
#intro .intro__inner #overview02 p {
  margin-left: 10rem;
}
@media screen and (min-width: 768px) {
  #intro .intro__inner #overview02 p {
    margin-left: 35rem;
    margin-top: -2rem;
  }
}
#intro .intro__inner #overview02 .img-stack {
  margin-top: 4rem;
}
#intro .intro__inner #overview02 .img-stack img {
  width: 30.6rem;
}
@media screen and (min-width: 768px) {
  #intro .intro__inner #overview02 .img-stack {
    position: absolute;
    top: 23%;
    right: 19%;
  }
}

#features .features__inner {
  background: #fff;
  margin: 5rem;
  padding: 4.5rem;
  border-radius: 5rem;
}
@media screen and (min-width: 768px) {
  #features .features__inner {
    margin-inline: auto;
    width: min(94%, 1600px);
  }
}
#features .program-list .program-item {
  text-align: center;
}
#features .program-list .program-item p {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  #features .program-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
  }
  #features .program-list .program-item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  #features .program-list .program-item h3 img {
    height: 4.5rem;
  }
  #features .program-list .program-item p {
    font-size: 2.2rem;
    margin: 0 0 1em;
  }
  #features .program-list .program-item p img {
    height: 17.6rem;
  }
}

#curriculum .curriculum__inner {
  background: #fff;
  margin: 5rem;
  padding: 4.5rem;
  border-radius: 5rem;
}
@media screen and (min-width: 768px) {
  #curriculum .curriculum__inner {
    margin-inline: auto;
    width: min(94%, 1600px);
  }
}
#curriculum .curriculum__inner .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #curriculum .curriculum__inner .lead {
    font-size: 2.8rem;
    font-weight: 500;
  }
  #curriculum .curriculum__inner .lead br {
    display: none;
  }
}
#curriculum .curriculum__inner .curriculum_body {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #curriculum .curriculum__inner {
    width: min(94%, 1600px);
    margin-inline: auto;
    margin-block: 10rem;
    padding: 6rem;
    border-radius: 5rem;
    background: #fff;
  }
  #curriculum .curriculum__inner .button {
    text-align: center;
    margin-top: 1em;
  }
  #curriculum .curriculum__inner .button img {
    width: 32rem;
  }
}

#future {
  background: #fff;
  padding-bottom: 2rem;
}
#future .future__inner {
  text-align: center;
}
#future .future__inner .future_body {
  margin: 5rem;
}
#future .future__inner .future_body p {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #future .future__inner .future_body {
    padding: 4rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: min(94%, 132rem);
    margin-inline: auto;
    gap: 4rem;
  }
  #future .future__inner .future_body p {
    margin-bottom: 0;
    width: 100%;
  }
}

#campus .campus__inner {
  background: #fff;
  margin: 5rem;
  padding: 6rem;
  border-radius: 5rem;
}
@media screen and (min-width: 768px) {
  #campus .campus__inner {
    padding: 0;
    margin: 0 auto;
    width: min(94%, 132rem);
  }
}
#campus .campus__inner .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #campus .campus__inner .lead {
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 0.8em;
  }
  #campus .campus__inner .lead br {
    display: none;
  }
}
#campus .campus__inner .overview {
  margin: 2rem 3rem;
}
#campus .campus__inner .overview li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 1em;
  font-weight: 500;
}
#campus .campus__inner .overview li::before {
  content: "■";
  color: var(--accent-color);
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  #campus .campus__inner .overview {
    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;
    margin: 0 0 4rem;
  }
  #campus .campus__inner .overview li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.5rem;
    text-align: center;
    background: #F8E270;
    padding: 1.5em;
    margin-left: 0;
    text-indent: 0;
    border-radius: 100vmax;
  }
  #campus .campus__inner .overview li::before {
    content: none;
  }
}
#campus .campus__inner #campus__guide {
  margin: 2rem 0;
}
#campus .campus__inner #campus__guide .campus__guide-item {
  margin: 2rem 0 4rem;
}
#campus .campus__inner #campus__guide .campus__guide-item h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 1rem 0;
}
#campus .campus__inner #campus__guide .campus__guide-item p {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #campus .campus__inner {
    background: none;
  }
  #campus .campus__inner #campus__guide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
    gap: 6rem 4rem;
    grid-template-areas: "item02 item02 item02 item02 item02 item02" "item01 item01 item03 item03 item04 item04" "item05 item05 item05 item05 item05 item05" "item06 item06 item06 item07 item07 item07" "item08 item08 item08 item09 item09 item09";
  }
  #campus .campus__inner #campus__guide .item02 {
    grid-area: item02;
  }
  #campus .campus__inner #campus__guide .item01 {
    grid-area: item01;
  }
  #campus .campus__inner #campus__guide .item03 {
    grid-area: item03;
  }
  #campus .campus__inner #campus__guide .item04 {
    grid-area: item04;
  }
  #campus .campus__inner #campus__guide .item05 {
    grid-area: item05;
  }
  #campus .campus__inner #campus__guide .item06 {
    grid-area: item06;
  }
  #campus .campus__inner #campus__guide .item07 {
    grid-area: item07;
  }
  #campus .campus__inner #campus__guide .item08 {
    grid-area: item08;
  }
  #campus .campus__inner #campus__guide .item09 {
    grid-area: item09;
  }
  #campus .campus__inner #campus__guide .sideTxt20 {
    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;
    gap: 3rem;
  }
  #campus .campus__inner #campus__guide .sideTxt20 .txt {
    width: 20rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  #campus .campus__inner #campus__guide .sideTxt30 {
    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;
    gap: 3rem;
  }
  #campus .campus__inner #campus__guide .sideTxt30 .txt {
    width: 30rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  #campus .campus__inner #campus__guide .fullWidth .txt {
    width: auto;
    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: 0.5em;
  }
  #campus .campus__inner #campus__guide .item06,
  #campus .campus__inner #campus__guide .item07,
  #campus .campus__inner #campus__guide .item08,
  #campus .campus__inner #campus__guide .item09 {
    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;
    gap: 2rem;
  }
  #campus .campus__inner #campus__guide .item06 .txt,
  #campus .campus__inner #campus__guide .item07 .txt,
  #campus .campus__inner #campus__guide .item08 .txt,
  #campus .campus__inner #campus__guide .item09 .txt {
    width: 23rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

#fee .fee__inner {
  background: #fff;
  margin: 5rem;
  border-radius: 5rem;
  text-align: center;
}
#fee .fee__inner .lead {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #fee .fee__inner {
    border-radius: 100vmax;
    width: min(94%, 132rem);
    margin-inline: auto;
    padding: 0 2rem 8rem;
  }
  #fee .fee__inner h2 {
    margin: 0;
  }
  #fee .fee__inner .lead {
    margin: 0 0 4rem;
  }
  #fee .fee__inner .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 6rem;
    width: 108rem;
    margin-inline: auto;
  }
  #fee .fee__inner .row .table {
    width: 46.4rem;
    padding-left: 4rem;
  }
  #fee .fee__inner .row .end {
    width: 56.4rem;
  }
}

#access .access__inner {
  margin: 5rem;
  text-align: center;
}
#access .access__inner .lead {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2em;
}
#access .access__inner h3 {
  font-size: 3rem;
  font-weight: 600;
  margin: 0.5em 0;
}
@media screen and (min-width: 768px) {
  #access {
    background: #fff;
    margin: 12rem 0 0;
  }
  #access .access__inner {
    width: min(94%, 132rem);
    margin-inline: auto;
    margin-block: 0;
  }
  #access .access__inner .lead {
    font-size: 2.5rem;
  }
}

.footer {
  background: #fff;
}
.footer .footer__inner {
  padding: 4rem;
  text-align: center;
}
.footer .footer__inner .logo {
  text-align: center;
  margin-bottom: 4rem;
}
.footer .footer__inner .logo img {
  width: 27.2rem;
}
@media screen and (min-width: 768px) {
  .footer {
    background: var(--bg-color);
  }
}

@-webkit-keyframes popupOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes popupOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes popupClose {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}
@keyframes popupClose {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}
@-webkit-keyframes overlayOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes overlayOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlayClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes overlayClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.popup {
  display: none;
  border: 1rem solid var(--popup-color);
  background: #fff;
  border-radius: 3rem;
  width: min(90%, 100rem);
  padding-bottom: 2rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  margin: auto;
  /* Flexコンテナ内での中央寄せ */
  position: relative;
  /* 必要ならrelativeにするが、配置はflexに任せる */
}
.popup.is-active {
  display: block;
  -webkit-animation: popupOpen 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: popupOpen 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.popup.is-closing {
  display: block;
  -webkit-animation: popupClose 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: popupClose 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  pointer-events: none;
}
.popup .top-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
}
.popup .bottom-close {
  display: block;
  margin: auto;
  width: 20rem;
  height: 8rem;
  cursor: pointer;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  /* popupより上の階層として扱うため、popupを内包した際に適切に機能するように */
  overflow-y: auto;
  /* オーバーレイ側でスクロール */
  padding: 5rem 0;
  /* 上下に余白 */
  /* Flexboxで中央寄せ、ただし内容が多い場合はスクロールできるようにalign-itemsには注意 */
  /* align-items: centerだと縦長になったときに見切れることがあるため、必要に応じて調整 */
  /* ここではmin-heightを使って中央寄せっぽく振る舞わせつつ、溢れたらスクロールさせる */
}
.popup-overlay::before {
  content: "";
  display: block;
  height: 0;
}
.popup-overlay.is-active {
  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;
  /* justify-content: center; */
  /* 上下中央はmargin: autoに任せる */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: overlayOpen 0.4s ease forwards;
          animation: overlayOpen 0.4s ease forwards;
}
.popup-overlay.is-closing {
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: overlayClose 0.4s ease forwards;
          animation: overlayClose 0.4s ease forwards;
  pointer-events: none;
}

#popup04 {
  border: 0.3rem solid #333;
  padding-top: 10rem;
  padding-inline: 4rem;
  width: min(90%, 120rem);
}
@media screen and (min-width: 768px) {
  #popup04 .bottom-close {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

.popin {
  opacity: 0;
}
.popin.on {
  -webkit-animation: popin 0.5s ease-in-out forwards;
          animation: popin 0.5s ease-in-out forwards;
}

@-webkit-keyframes op01 {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes op01 {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes op02 {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes op02 {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes popin {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes popin {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}/*# sourceMappingURL=style.css.map */