@charset "UTF-8";
/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.4s ease-out;
  text-decoration: none;
}

a:hover img, a:hover {
  opacity: 0.5;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

figure img, h2 img, h3 img, h4 img {
  width: 100%;
  height: auto;
}

.forPC {
  display: block;
}

.forSP {
  display: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

html {
  font-size: 0.694444444444444444vw;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

@media screen and (max-width: 820px) {
  .forPC {
    display: none;
  }

  .forSP {
    display: block;
  }

  html {
    font-size: 2.6666666666vw;
    /* 1.3333333333vw */
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 821px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000032;
  line-height: 1.7;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: 10rem;
  background: #ffffff;
}
@media screen and (max-width: 820px) {
  header {
    height: 5rem;
  }
}
header .headerCont {
  width: 144rem;
  margin: auto;
  padding: 1.8rem 4rem 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  header .headerCont {
    width: 100%;
    padding: 1.6rem 1.5rem;
  }
}
header .headerCont p.toForm {
  margin: 1.7rem auto auto;
  width: 19.4rem;
  height: 4rem;
  position: absolute;
  top: 1rem;
  right: 4rem;
}
@media screen and (max-width: 820px) {
  header .headerCont p.toForm {
    position: static;
    width: 19.4rem;
    height: 5.2rem;
    margin: 3.9em auto auto;
  }
}
header .headerCont p.toForm a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #00d2d7, #008eff);
  border-radius: 2.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 0 1.2rem 0 4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
}
header .headerCont p.toForm a:hover {
  opacity: 1;
}
header .headerCont p.toForm a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #008eff, #00d2d7);
  border-radius: 2.6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
}
header .headerCont p.toForm a:hover::before {
  opacity: 1;
}
header .headerCont p.toForm a span {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
header .headerCont p.toForm a span::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #0656f0;
  border-right: 1px solid #0656f0;
  transform: rotate(45deg);
  position: absolute;
  top: 38%;
  left: 34%;
}
header .headerCont h1.logo {
  width: 27.36rem;
}
@media screen and (max-width: 820px) {
  header .headerCont h1.logo {
    width: 19.3rem;
  }
}
header .headerCont nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
header .headerCont nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.4rem;
}
header .headerCont nav ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0656f0;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 820px) {
  header .headerCont nav ul li a {
    justify-content: flex-start;
    text-align: left;
  }
}

.mv {
  width: 100%;
  height: 50rem;
  background: url("../images/bg_mv.webp") repeat-x center bottom;
  background-size: 1rem;
}
@media screen and (max-width: 820px) {
  .mv {
    height: 59.4vw;
  }
}
.mv figure {
  width: auto;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}
.mv figure img {
  width: auto;
  height: 100%;
}

.intro {
  width: 100%;
  background: #fff;
  padding-top: 6rem;
}
@media screen and (max-width: 820px) {
  .intro {
    padding-top: 8vw;
  }
}
.intro p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .intro p {
    width: 89.3vw;
    font-size: 4.2vw;
    line-height: 2;
    text-align: left;
    font-feature-settings: "palt";
  }
}
.intro figure.event {
  margin: 2.7rem auto 2rem;
  width: 70rem;
  height: 15.83rem;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .intro figure.event {
    width: 89.3vw;
    margin: 7.2vw auto auto;
  }
}
.intro figure.event img {
  transition: all 0.4s ease;
}
.intro figure.event :hover {
  opacity: 1;
}
.intro figure.event :hover img {
  transform: scale(1.1, 1.1);
}
.intro figure.silhouette {
  margin: 0 auto -3.5rem;
  width: 72.7rem;
}
@media screen and (max-width: 820px) {
  .intro figure.silhouette {
    width: 96vw;
    margin: 8vw auto -5.8vw;
  }
}

section .inner > h2 {
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 6rem;
  margin-top: -5rem;
  padding-top: 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  section .inner > h2 {
    font-size: 3.8rem;
    padding-left: 4rem;
    width: 33.5rem;
    margin: auto auto 4rem;
    box-sizing: border-box;
    margin-top: -5rem;
    padding-top: 5rem;
  }
}
section .inner > h2::before {
  content: '';
  position: absolute;
  top: 2.4rem;
  left: -8rem;
  width: 12.8rem;
  height: 8rem;
  background: url("../images/bg_h2_after.webp") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  section .inner > h2::before {
    top: 2.7rem;
    left: -1rem;
    width: 6rem;
  }
}
section .inner > h2 span {
  font-size: 51%;
  margin-top: 1rem;
}

section.kashikiri {
  width: 100%;
  background: #e6eefd;
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri {
    padding-top: 16vw;
    padding-bottom: 6rem;
  }
}
section.kashikiri .inner {
  width: 112rem;
  margin: auto;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner {
    width: 100%;
  }
}
section.kashikiri .inner .contHead {
  width: 100%;
  background: #fff;
  border: 1px solid #cddcfa;
  border-radius: 1rem;
  padding: 3rem 4rem;
  margin-bottom: 10.6rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .contHead {
    width: 33.5rem;
    margin: auto;
    border-radius: 2.6vw;
    padding: 3rem 2rem;
    margin-bottom: 8.4rem;
  }
}
section.kashikiri .inner .contHead h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #cddcfa;
  padding-bottom: 3rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .contHead h2 {
    font-size: 2rem;
    padding-bottom: 2rem;
    line-height: 1.2;
  }
}
section.kashikiri .inner .contHead p.lead {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .contHead p.lead {
    text-align: left;
  }
}
section.kashikiri .inner .contHead p.excuse {
  font-size: 1.6rem;
  font-weight: 400;
}
section.kashikiri .inner ul.uketuke {
  width: 100%;
  margin: auto auto 3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner ul.uketuke {
    flex-direction: column;
    row-gap: 3rem;
    width: 33.5rem;
  }
}
section.kashikiri .inner ul.uketuke li.active {
  width: 54.4rem;
  border-radius: 2rem;
  background: #fff;
  overflow: hidden;
  padding-bottom: 3rem;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 98, 255, 0.1);
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner ul.uketuke li.active {
    width: 100%;
  }
}
section.kashikiri .inner ul.uketuke li.active p.status {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #0656f0;
  padding: 1.8rem 0 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
  text-align: center;
  margin-bottom: 3rem;
}
section.kashikiri .inner ul.uketuke li.active p.status span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0656f0;
  line-height: 1;
  background: #fff;
  padding: 0.4rem 0;
  display: block;
  border-radius: 0.4rem;
  width: 11.7rem;
  margin: auto;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner ul.uketuke li.active p.status span {
    font-size: 1.8rem;
    width: 8.4rem;
    padding: 0.2rem 0;
  }
}
section.kashikiri .inner ul.uketuke li.active p.ttl {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner ul.uketuke li.active p.ttl {
    font-size: 3.4rem;
    row-gap: 0.9rem;
  }
}
section.kashikiri .inner ul.uketuke li.active p.ttl span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-align: center;
}
section.kashikiri .inner ul.uketuke li.active p.taisyo {
  text-align: center;
  margin-bottom: 2.4rem;
}
section.kashikiri .inner ul.uketuke li.active p.taisyo span {
  font-size: 1.6rem;
  background: rgba(0, 0, 50, 0.1);
  display: inline;
  padding: 0 1rem;
}
section.kashikiri .inner ul.uketuke li.active p.attention {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
section.kashikiri .inner ul.uketuke li.active p.attention span.marker {
  display: inline;
  background: linear-gradient(transparent 40%, #ffff00 40%);
}
section.kashikiri .inner ul.uketuke li.active p.btn {
  width: 31.6rem;
  height: 5.2rem;
  background: #fff;
  border: 1px solid #0656f0;
  border-radius: 2.6rem;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0656f0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4.2rem;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner ul.uketuke li.active p.btn {
    width: 29.5rem;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    padding-left: 8rem;
  }
}
section.kashikiri .inner ul.uketuke li.active p.btn:hover {
  background: #0656f0;
  color: #fff;
}
section.kashikiri .inner ul.uketuke li.active p.btn::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #e6eefd;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
}
section.kashikiri .inner ul.uketuke li.active p.btn::after {
  content: '+';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  color: #0656f0;
  position: absolute;
  top: 28%;
  right: 1.85rem;
}
section.kashikiri .inner ul.uketuke li.passive {
  width: 54.4rem;
  border-radius: 2rem;
  background: #fff;
  overflow: hidden;
  padding-bottom: 3rem;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 98, 255, 0.1);
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner ul.uketuke li.passive {
    width: 100%;
  }
}
section.kashikiri .inner ul.uketuke li.passive p.status {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 50, 0.6);
  padding: 1.8rem 0 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
  text-align: center;
  margin-bottom: 3rem;
}
section.kashikiri .inner ul.uketuke li.passive p.status span {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(0, 0, 50, 0.6);
  line-height: 1;
  background: #fff;
  padding: 0.4rem 0;
  display: block;
  border-radius: 0.4rem;
  width: 11.7rem;
  margin: auto;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner ul.uketuke li.passive p.status span {
    font-size: 1.8rem;
    width: 8.4rem;
    padding: 0.2rem 0;
  }
}
section.kashikiri .inner ul.uketuke li.passive p.ttl {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner ul.uketuke li.passive p.ttl {
    font-size: 3.4rem;
    row-gap: 0.9rem;
  }
}
section.kashikiri .inner ul.uketuke li.passive p.ttl span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-align: center;
}
section.kashikiri .inner ul.uketuke li.passive p.taisyo {
  text-align: center;
  margin-bottom: 2.4rem;
}
section.kashikiri .inner ul.uketuke li.passive p.taisyo span {
  font-size: 1.6rem;
  background: rgba(0, 0, 50, 0.1);
  display: inline;
  padding: 0 1rem;
}
section.kashikiri .inner ul.uketuke li.passive p.attention {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner ul.uketuke li.passive p.attention {
    width: 29.5rem;
    margin: auto auto 3rem;
    line-height: 2.2rem;
  }
}
section.kashikiri .inner ul.uketuke li.passive p.btn {
  width: 31.6rem;
  height: 5.2rem;
  background: #fff;
  border: 1px solid #0656f0;
  border-radius: 2.6rem;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0656f0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4.2rem;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner ul.uketuke li.passive p.btn {
    width: 29.5rem;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    padding-left: 8rem;
  }
}
section.kashikiri .inner ul.uketuke li.passive p.btn:hover {
  background: #0656f0;
  color: #fff;
}
section.kashikiri .inner ul.uketuke li.passive p.btn::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #e6eefd;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
}
section.kashikiri .inner ul.uketuke li.passive p.btn::after {
  content: '+';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  color: #0656f0;
  position: absolute;
  top: 28%;
  right: 1.85rem;
}
section.kashikiri .inner p.btn2 {
  width: 44rem;
  height: 5.2rem;
  background: #fff;
  border: 1px solid #0656f0;
  border-radius: 2.6rem;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0656f0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4.2rem;
  box-sizing: border-box;
  margin: auto auto 6rem;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner p.btn2 {
    width: 33.5rem;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    padding-left: 4rem;
  }
}
section.kashikiri .inner p.btn2:hover {
  background: #0656f0;
  color: #fff;
}
section.kashikiri .inner p.btn2::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #e6eefd;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
}
section.kashikiri .inner p.btn2::after {
  content: '+';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  color: #0656f0;
  position: absolute;
  top: 28%;
  right: 1.85rem;
}
section.kashikiri .inner p.attention {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner p.attention {
    text-align: left;
    width: 33.5rem;
    margin: auto auto 3rem;
  }
}
section.kashikiri .inner p.attention span.marker {
  display: inline;
  background: linear-gradient(transparent 40%, #ffff00 40%);
}
section.kashikiri .inner .flows {
  width: 100%;
  background: linear-gradient(to right, #acd0fe, #bde6f9);
  border-radius: 2rem;
  padding: 3rem 4rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows {
    padding: 3rem 2rem;
  }
}
section.kashikiri .inner .flows h3 {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows h3 {
    font-size: 2.8rem;
  }
}
section.kashikiri .inner .flows .flow {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  padding: 3rem 4rem;
  position: relative;
  margin-bottom: 5.3rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow {
    padding: 3rem 2rem;
  }
}
section.kashikiri .inner .flows .flow::after {
  content: '';
  width: 100%;
  height: 1.5rem;
  background: url("../images/tri_below.webp") no-repeat top center;
  background-size: 3rem;
  position: absolute;
  bottom: -3.6rem;
  left: 0;
}
section.kashikiri .inner .flows .flow:nth-of-type(3) {
  margin-bottom: 0;
}
section.kashikiri .inner .flows .flow:nth-of-type(3)::after {
  display: none;
}
section.kashikiri .inner .flows .flow .rightCont {
  position: absolute;
  top: 3.5rem;
  right: 0;
  width: 52rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow .rightCont {
    position: static;
    width: 100%;
  }
}
section.kashikiri .inner .flows .flow .rightCont p.normal {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
section.kashikiri .inner .flows .flow .rightCont p.normal.bold {
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow .rightCont p.normal {
    text-align: center;
    margin-top: 2.3rem;
    line-height: 2.7rem;
  }
}
section.kashikiri .inner .flows .flow .rightCont p.kaishi {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
section.kashikiri .inner .flows .flow .rightCont p.kaishi span.marker {
  display: inline-block;
  background: linear-gradient(transparent 40%, #ffff00 40%);
}
section.kashikiri .inner .flows .flow .rightCont p.btn4 {
  width: 29.2rem;
  height: 5.2rem;
}
section.kashikiri .inner .flows .flow .rightCont p.btn4 a {
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 2.6rem;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.8rem 0 0.8rem 7rem;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  transition: all 0.4s ease;
  background: linear-gradient(to right, #008eff, #00d2d7);
}
section.kashikiri .inner .flows .flow .rightCont p.btn4 a::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: url("../images/ico_ext.webp") no-repeat center center #fff;
  background-size: 1.1rem;
  position: absolute;
  top: 1.4rem;
  right: 1.1rem;
}
section.kashikiri .inner .flows .flow .rightCont p.btn4 a::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 2.6rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
section.kashikiri .inner .flows .flow .rightCont p.btn4 a span {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  margin-left: -4rem;
}
section.kashikiri .inner .flows .flow .rightCont p.toForm {
  margin: auto auto auto;
  width: 25.5rem;
  height: 5.2rem;
  position: static;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow .rightCont p.toForm {
    position: static;
    width: 25.5rem;
    height: 5.2rem;
    margin: 0 auto auto;
  }
}
section.kashikiri .inner .flows .flow .rightCont p.toForm a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #00d2d7, #008eff);
  border-radius: 2.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 0 1.2rem 0 4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
}
section.kashikiri .inner .flows .flow .rightCont p.toForm a:hover {
  opacity: 1;
}
section.kashikiri .inner .flows .flow .rightCont p.toForm a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #008eff, #00d2d7);
  border-radius: 2.6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
}
section.kashikiri .inner .flows .flow .rightCont p.toForm a:hover::before {
  opacity: 1;
}
section.kashikiri .inner .flows .flow .rightCont p.toForm a span {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
section.kashikiri .inner .flows .flow .rightCont p.toForm a span::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #0656f0;
  border-right: 1px solid #0656f0;
  transform: rotate(45deg);
  position: absolute;
  top: 38%;
  left: 34%;
}
section.kashikiri .inner .flows .flow h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0656f0;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow h4 {
    line-height: 3rem;
    align-items: flex-start;
  }
}
section.kashikiri .inner .flows .flow h4 span {
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1.5rem;
  background: #0656f0;
  border-radius: 1rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow h4 span {
    font-size: 2rem;
    padding: 0;
    width: 5rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
  }
}
section.kashikiri .inner .flows .flow p {
  font-size: 1.6rem;
}
section.kashikiri .inner .flows .flow ul.normal {
  margin-top: 2.4rem;
  list-style-type: disc;
  margin-left: 2rem;
}
section.kashikiri .inner .flows .flow ul.normal li {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
section.kashikiri .inner .flows .flow ul.touroku {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow ul.touroku {
    flex-direction: column;
    row-gap: 2rem;
  }
}
section.kashikiri .inner .flows .flow ul.touroku li {
  width: 30.6rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 98, 255, 0.1), -0.2rem 0 1rem rgba(0, 98, 255, 0.1);
}
section.kashikiri .inner .flows .flow ul.touroku li dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #0656f0;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow ul.touroku li dl dt {
    padding: 0.5rem 0;
  }
}
section.kashikiri .inner .flows .flow ul.touroku li dl dd {
  height: 13.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
}
section.kashikiri .inner .flows .flow ul.touroku li dl dd > span {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-top: 1.2rem;
}
section.kashikiri .inner .flows .flow ul.touroku li dl dd p.toForm {
  margin: 1.7rem auto auto;
  width: 25.5rem;
  height: 5.2rem;
}
section.kashikiri .inner .flows .flow ul.touroku li dl dd p.toForm a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #008eff, #00d2d7);
  border-radius: 2.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 0 1.2rem 0 4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
}
section.kashikiri .inner .flows .flow ul.touroku li dl dd p.toForm a:hover {
  opacity: 1;
}
section.kashikiri .inner .flows .flow ul.touroku li dl dd p.toForm a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #00d2d7, #008eff);
  border-radius: 2.6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
}
section.kashikiri .inner .flows .flow ul.touroku li dl dd p.toForm a:hover::before {
  opacity: 1;
}
section.kashikiri .inner .flows .flow ul.touroku li dl dd p.toForm a span {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
section.kashikiri .inner .flows .flow ul.touroku li dl dd p.toForm a span::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #0656f0;
  border-right: 1px solid #0656f0;
  transform: rotate(45deg);
  position: absolute;
  top: 38%;
  left: 34%;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow ul.touroku li dl dd.dd02 {
    height: 8.3rem;
    text-align: left;
    align-items: flex-start;
    padding-left: 2rem;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow ul.touroku li dl dd.dd03 {
    text-align: left;
    align-items: flex-start;
    padding-left: 2rem;
    font-feature-settings: "palt";
  }
}
section.kashikiri .inner .flows .flow ul.touroku li:first-of-type dl dd {
  padding-top: 2.3rem;
}
section.kashikiri .inner .flows .flow ol.shinseigo {
  margin-top: 2.4rem;
  margin-left: 2rem;
}
section.kashikiri .inner .flows .flow ol.shinseigo li {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
section.kashikiri .inner .flows .flow p.btn3 {
  width: 30.7rem;
  height: 5.2rem;
  position: absolute;
  top: 5.6rem;
  right: 3.9rem;
}
section.kashikiri .inner .flows .flow p.btn3 + p.btn3 {
  top: 12.8rem;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow p.btn3 + p.btn3 {
    position: static;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow p.btn3 {
    position: static;
    margin-top: 2.5rem;
    width: 100%;
  }
}
section.kashikiri .inner .flows .flow p.btn3 a {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #0656f0;
  border-radius: 2.6rem;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0656f0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4.2rem;
  box-sizing: border-box;
  margin: auto auto 6rem;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  background: url("../images/ico_pdf.webp") no-repeat center right 1.5rem #fff;
  background-size: 2.4rem;
  text-align: center;
}
section.kashikiri .inner .flows .flow p.btn3 a:hover {
  color: #fff;
  background: url("../images/ico_pdf_w.webp") no-repeat center right 1.5rem #0656f0;
  background-size: 2.4rem;
  opacity: 1;
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  section.kashikiri .inner .flows .flow p.btn3 a {
    padding-left: 5rem;
    text-align: center;
    line-height: 1.2;
  }
}
section.kashikiri .inner .flows .flow p.btn3 a.xls {
  background: url("../images/ico_xls.webp") no-repeat center right 1.9rem #fff;
  background-size: 1.39rem;
}
section.kashikiri .inner .flows .flow p.btn3 a.xls:hover {
  background: url("../images/ico_xls_hover.webp") no-repeat center right 1.9rem #0656f0;
  background-size: 1.39rem;
  opacity: 1;
}

.rinen {
  width: 100%;
  background: url("../images/bg_rinen.webp") no-repeat center bottom;
  background-size: 106%;
  padding: 3.6rem 0;
}
@media screen and (max-width: 820px) {
  .rinen {
    background: url("../images/bg_rinen_sp.webp") no-repeat center top;
    background-size: 100%;
    padding: 4rem 0 3rem;
  }
}
.rinen .inner {
  width: 112rem;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  gap: 5.4rem;
}
@media screen and (max-width: 820px) {
  .rinen .inner {
    width: 33.5rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.rinen .inner .txts {
  width: 39.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 820px) {
  .rinen .inner .txts {
    width: 100%;
    gap: 2.5rem;
  }
}
.rinen .inner .txts h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #fff;
  text-align: left;
  letter-spacing: -0.1rem;
}
.rinen .inner .txts p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-feature-settings: "palt";
}
.rinen .inner figure {
  margin-top: 1rem;
  width: 64.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .rinen .inner figure {
    width: 33.5rem;
  }
}

section.use {
  width: 100%;
  background-image: url("../images/bg_use.webp"), linear-gradient(to bottom, #f3f6ff, #ffffff);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 820px) {
  section.use {
    padding-top: 8rem;
    background-image: url("../images/bg_use_sp.webp"), linear-gradient(to bottom, #f3f6ff, #ffffff);
    background-size: 100%;
    padding-bottom: 6rem;
  }
}
section.use .inner {
  width: 112rem;
  margin: auto;
}
@media screen and (max-width: 820px) {
  section.use .inner {
    width: 100%;
  }
}
section.use .inner.school {
  margin-bottom: 8rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #cddcfa;
}
@media screen and (max-width: 820px) {
  section.use .inner.school {
    width: 33.5rem;
  }
}
section.use .inner p.btn10 {
  width: 29rem;
  height: 5.2rem;
  margin: auto 0 auto 57rem;
}
@media screen and (max-width: 820px) {
  section.use .inner p.btn10 {
    margin: auto;
  }
}
section.use .inner p.btn10 a {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #0656f0;
  border-radius: 2.6rem;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0656f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 11rem;
  padding-right: 1.3rem;
  box-sizing: border-box;
  margin: auto auto 6rem;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  background: #fff;
  background-size: 2.4rem;
}
section.use .inner p.btn10 a:hover {
  color: #fff;
  background: #0656f0;
  background-size: 2.4rem;
  opacity: 1;
}
section.use .inner p.btn10 a span {
  width: 2.4rem;
  height: 2.4rem;
  background: #e6eefd;
  border-radius: 50%;
  position: relative;
}
section.use .inner p.btn10 a span::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #0656f0;
  border-right: 1px solid #0656f0;
  transform: rotate(45deg);
  position: absolute;
  top: 38%;
  left: 34%;
}
section.use .inner .info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 2px solid #cddcfa;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 820px) {
  section.use .inner .info {
    width: 33.5rem;
    margin: auto;
    flex-direction: column;
    padding-top: 3rem;
    gap: 3rem;
  }
}
section.use .inner .info .addCont {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  margin-left: 32rem;
  width: 80rem;
}
@media screen and (max-width: 820px) {
  section.use .inner .info .addCont {
    width: 100%;
    margin-left: auto;
    margin-top: 0;
  }
}
section.use .inner .info .addCont p.btn9 {
  width: 29rem;
  height: 5.2rem;
  margin: auto;
}
section.use .inner .info .addCont p.btn9 a {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #0656f0;
  border-radius: 2.6rem;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0656f0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 9rem;
  box-sizing: border-box;
  margin: auto auto 6rem;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  background: url(../images/ico_pdf.webp) no-repeat center right 1.5rem #fff;
  background-size: 2.4rem;
}
section.use .inner .info .addCont p.btn9 a:hover {
  color: #fff;
  background: url("../images/ico_pdf_w.webp") no-repeat center right 1.5rem #0656f0;
  background-size: 2.4rem;
  opacity: 1;
}
section.use .inner .info h3 {
  width: 32rem;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  section.use .inner .info h3 {
    width: 100%;
    font-size: 2.8em;
  }
}
section.use .inner .info h3 span {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  margin-top: 1.4rem;
}
@media screen and (max-width: 820px) {
  section.use .inner .info h3 span {
    margin-top: 2rem;
  }
}
section.use .inner .info .contBox {
  width: 80rem;
  border-radius: 2rem;
  overflow: hidden;
  background: url("../images/bg_useinfo.webp") no-repeat top -3.8rem left 42rem #0656f0;
  background-size: 26.7rem;
  padding: 1rem 3.5rem;
}
@media screen and (max-width: 820px) {
  section.use .inner .info .contBox {
    width: 100%;
    padding: 1.8rem 2rem;
    background: url(../images/bg_useinfo.webp) no-repeat top 0 left 0 #0656f0;
    background-size: 100%;
  }
}
section.use .inner .info .contBox dl {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0 1.5rem;
}
@media screen and (max-width: 820px) {
  section.use .inner .info .contBox dl {
    flex-direction: column;
  }
}
section.use .inner .info .contBox dl:last-of-type {
  border-bottom: none;
}
section.use .inner .info .contBox dl dt {
  width: 10.8rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  section.use .inner .info .contBox dl dt {
    width: 100%;
  }
}
section.use .inner .info .contBox dl dd {
  width: calc(100% - 10.8rem);
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  section.use .inner .info .contBox dl dd {
    width: 100%;
  }
}
section.use .inner .info .contBox dl dd p.attention {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-top: 1rem;
}
section.use .inner .info .tableBox {
  width: 80rem;
}
@media screen and (max-width: 820px) {
  section.use .inner .info .tableBox {
    width: 100%;
  }
}
section.use .inner .info .tableBox > h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
section.use .inner .info .tableBox .dantai {
  width: 100%;
  background: #fff;
  margin: 3rem auto 6rem;
  padding: 3rem;
  border: 1px solid #cddcfa;
  border-radius: 1rem;
}
@media screen and (max-width: 820px) {
  section.use .inner .info .tableBox .dantai {
    padding: 3rem 2rem;
  }
}
section.use .inner .info .tableBox .dantai h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  section.use .inner .info .tableBox .dantai h4 {
    margin-bottom: 1.5rem;
  }
}
section.use .inner .info .tableBox .dantai h5 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-feature-settings: "palt";
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 820px) {
  section.use .inner .info .tableBox .dantai h5 {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
section.use .inner .info .tableBox .dantai p {
  font-size: 1.3rem;
}
section.use .inner .info .tableBox .dantai p.btn5 {
  width: 29rem;
  height: 5.2rem;
  margin: auto;
}
section.use .inner .info .tableBox .dantai p.btn5 a {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #0656f0;
  border-radius: 2.6rem;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0656f0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8rem;
  box-sizing: border-box;
  margin: auto auto 6rem;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  background: url(../images/ico_pdf.webp) no-repeat center right 1.5rem;
  background-size: 2.4rem;
}
section.use .inner .info .tableBox .dantai p.btn5 a:hover {
  color: #fff;
  background: url("../images/ico_pdf_w.webp") no-repeat center right 1.5rem #0656f0;
  background-size: 2.4rem;
  opacity: 1;
}
section.use .inner .info .tableBox .dantai p.btn5.nopdf a {
  background-image: none;
  justify-content: space-between;
  padding-right: 1.3rem;
}
section.use .inner .info .tableBox .dantai p.btn5.nopdf a:hover {
  color: #fff;
  background: #0656f0;
  opacity: 1;
}
section.use .inner .info .tableBox .dantai p.btn5.nopdf a span {
  width: 2.4rem;
  height: 2.4rem;
  background: #e6eefd;
  border-radius: 50%;
  position: relative;
}
section.use .inner .info .tableBox .dantai p.btn5.nopdf a span::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #0656f0;
  border-right: 1px solid #0656f0;
  transform: rotate(45deg);
  position: absolute;
  top: 38%;
  left: 34%;
}
section.use .inner .info .tableBox p.muryou {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0656f0;
  background: #fff;
  margin: 3rem auto;
  border: 1px solid #cddcfa;
  border-radius: 1rem;
  padding: 1.5rem 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  section.use .inner .info .tableBox p.muryou {
    text-align: left;
    padding: 1.5rem 2rem;
    line-height: 2.7rem;
  }
}
section.use .inner .info .tableBox p.btn6 {
  width: 24rem;
  height: 5.2rem;
  background: #fff;
  border: 1px solid #0656f0;
  border-radius: 2.6rem;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0656f0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4.2rem;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
section.use .inner .info .tableBox p.btn6:hover {
  background: #0656f0;
  color: #fff;
}
section.use .inner .info .tableBox p.btn6::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #e6eefd;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
}
section.use .inner .info .tableBox p.btn6::after {
  content: '+';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  color: #0656f0;
  position: absolute;
  top: 28%;
  right: 1.85rem;
}

section.facility {
  width: 100%;
  background: linear-gradient(to bottom, #f3f6fe, #ffffff);
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 820px) {
  section.facility {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
section.facility .inner {
  width: 112rem;
  margin: auto;
}
@media screen and (max-width: 820px) {
  section.facility .inner {
    width: 100%;
  }
}
section.facility .inner p.lead {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  section.facility .inner p.lead {
    width: 33.5rem;
    margin: auto;
  }
}
section.facility .inner ul {
  width: 100%;
  margin: 3rem auto auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  section.facility .inner ul {
    width: 33.5rem;
    flex-direction: column;
    row-gap: 3rem;
  }
}
section.facility .inner ul li {
  width: 54.4rem;
}
@media screen and (max-width: 820px) {
  section.facility .inner ul li {
    width: 100%;
  }
}
section.facility .inner ul li figure {
  width: 100%;
}
section.facility .inner ul li figure figcaption {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  section.facility .inner ul li figure figcaption {
    margin-top: 1.5rem;
  }
}

section.access {
  width: 100%;
  background: linear-gradient(to bottom, #f3f6fe, #ffffff);
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  section.access {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
section.access .inner {
  width: 112rem;
  margin: auto;
}
@media screen and (max-width: 820px) {
  section.access .inner {
    width: 33.5rem;
  }
}
section.access .inner .gmap {
  width: 100%;
  height: 40rem;
  margin-bottom: 3rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  section.access .inner .gmap {
    height: 33.5rem;
  }
}
section.access .inner .gmap iframe {
  width: 100%;
  height: 100%;
}
section.access .inner .accessIntoro {
  width: 100%;
  margin: auto auto 6rem;
  position: relative;
}
section.access .inner .accessIntoro h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  width: 26rem;
}
section.access .inner .accessIntoro p {
  font-size: 1.6rem;
  line-height: 1;
}
section.access .inner .accessIntoro p.toForm {
  margin: 2rem 0 auto;
  width: 25.4rem;
  height: 5.2rem;
}
@media screen and (max-width: 820px) {
  section.access .inner .accessIntoro p.toForm {
    width: 25.4rem;
    height: 5.2rem;
    margin: 2rem auto 1rem;
  }
}
section.access .inner .accessIntoro p.toForm a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #00d2d7, #008eff);
  border-radius: 2.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 0 1.2rem 0 4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(6, 86, 240, 0.2);
}
section.access .inner .accessIntoro p.toForm a:hover {
  opacity: 1;
}
section.access .inner .accessIntoro p.toForm a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #008eff, #00d2d7);
  border-radius: 2.6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
}
section.access .inner .accessIntoro p.toForm a:hover::before {
  opacity: 1;
}
section.access .inner .accessIntoro p.toForm a span {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
section.access .inner .accessIntoro p.toForm a span::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #0656f0;
  border-right: 1px solid #0656f0;
  transform: rotate(45deg);
  position: absolute;
  top: 38%;
  left: 34%;
}
section.access .inner .accessIntoro p.tel {
  font-size: 3.3rem;
  font-weight: 700;
  color: #0656f0;
  margin-top: 2rem;
}
@media screen and (max-width: 820px) {
  section.access .inner .accessIntoro p.tel {
    font-size: 2.8rem;
  }
}
section.access .inner .accessIntoro p.tel a {
  font-size: 4.4rem;
  color: #0656f0;
}
@media screen and (max-width: 820px) {
  section.access .inner .accessIntoro p.tel a {
    font-size: 3.2rem;
  }
}
section.access .inner .accessIntoro .addInfo {
  width: 100%;
  border: 1px solid #cddcfa;
  border-radius: 1rem;
  padding: 3rem 4rem;
  margin: 3rem auto auto;
}
@media screen and (max-width: 820px) {
  section.access .inner .accessIntoro .addInfo {
    padding: 2.5rem 2rem;
  }
}
section.access .inner .accessIntoro .addInfo h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-feature-settings: "palt";
}
section.access .inner .accessIntoro .addInfo p.lead {
  font-size: 1.6rem;
  line-height: 1.7;
}
section.access .inner .accessIntoro .addInfo p.lead + p.lead {
  margin-top: 3rem;
}
section.access .inner .accessIntoro .addInfo p.lead span {
  font-weight: 700;
  color: #e80000;
}
section.access .inner .viaBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  section.access .inner .viaBox {
    flex-direction: column;
    row-gap: 3rem;
  }
}
section.access .inner .viaBox .via {
  width: 54.4rem;
}
@media screen and (max-width: 820px) {
  section.access .inner .viaBox .via {
    width: 100%;
  }
}
section.access .inner .viaBox .via h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #0656f0;
  padding-left: 3.8rem;
  margin-bottom: 1.5rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
}
section.access .inner .viaBox .via h4.viaCar {
  background: url("../images/ico_car.webp") no-repeat center left;
  background-size: 3.2rem;
}
section.access .inner .viaBox .via h4.viaPub {
  background: url("../images/ico_pub.webp") no-repeat center left;
  background-size: 3.2rem;
}
section.access .inner .viaBox .via h4.viaBus {
  background: url("../images/ico_bus.webp") no-repeat center left;
  background-size: 3.2rem;
}
section.access .inner .viaBox .via p {
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  section.access .inner .viaBox .via p {
    font-feature-settings: "palt";
  }
}
section.access .inner .viaBox .via h5 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
  font-feature-settings: "palt";
}
section.access .inner p.muryou {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #e80000;
  background: #fff;
  margin: 3rem auto 0;
  border: 1px solid #e80000;
  border-radius: 1rem;
  padding: 1.5rem 0;
  width: 92rem;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  section.access .inner p.muryou {
    width: 100%;
    padding: 1.5rem 2rem;
    text-align: left;
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

p.inert a {
  pointer-events: none;
}
p.inert a::after {
  content: '準備中';
  width: 100%;
  height: 100%;
  border-radius: 2.6rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.modal {
  display: none;
  /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 501;
  padding: 4rem 0;
}
@media screen and (max-width: 820px) {
  .modal {
    padding: 2rem 0;
    align-items: normal;
  }
}

.modal-content {
  background: #fff;
  box-sizing: border-box;
  width: 92rem;
  height: 100%;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .modal-content {
    width: 35.5rem;
    height: auto;
  }
}
.modal-content h2 {
  width: 100%;
  height: 8rem;
  padding-left: 6rem;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  background: #0656f0;
  border-radius: 2rem 2rem 0 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .modal-content h2 {
    font-size: 2.6rem;
    height: 6rem;
    padding-left: 2rem;
  }
}
.modal-content > h3 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #cddcfa;
  padding-bottom: 2rem;
  width: 80rem;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 820px) {
  .modal-content > h3 {
    width: 31.5rem;
    padding: 1.5rem 0;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
.modal-content .inner {
  background: #fff;
  padding: 2.2rem 6rem;
  height: calc(100vh - 18rem);
  overflow-y: scroll;
}
@media screen and (max-width: 820px) {
  .modal-content .inner {
    padding: 2rem 2rem 0;
    height: calc(100vh - 12rem);
  }
}
.modal-content .inner.modal3, .modal-content .inner.modal4 {
  height: calc(100vh - 21rem);
}
@media screen and (max-width: 820px) {
  .modal-content .inner.modal3, .modal-content .inner.modal4 {
    height: calc(100vh - 16rem);
  }
}
.modal-content .inner h3 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #cddcfa;
  padding-bottom: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  .modal-content .inner h3 {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.modal-content .inner h3:first-of-type {
  margin-top: auto;
}
.modal-content .inner h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #0656f0;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.modal-content .inner h4:first-of-type {
  margin-top: auto;
}
.modal-content .inner p {
  font-size: 1.6rem;
}
.modal-content .inner p + p {
  margin-top: 1.4rem;
  margin-bottom: 3rem;
}
.modal-content .inner p.attention {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
.modal-content .inner .flow {
  width: 100%;
  margin-bottom: 3rem;
}
.modal-content .inner .flow dl {
  width: 100%;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .modal-content .inner .flow dl {
    padding-bottom: 2rem;
  }
}
.modal-content .inner .flow dl::after {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px dashed #0656f0;
  position: absolute;
  top: 3.6rem;
  left: 3rem;
}
.modal-content .inner .flow dl:last-of-type::after {
  display: none;
}
.modal-content .inner .flow dl dt {
  width: 100%;
  height: 3.6rem;
  font-size: 2rem;
  font-weight: 700;
  color: #0656f0;
  display: flex;
  justify-content: flex-start;
  gap: 1.8rem;
}
@media screen and (max-width: 820px) {
  .modal-content .inner .flow dl dt {
    height: auto;
  }
}
.modal-content .inner .flow dl dt p {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .modal-content .inner .flow dl dt p {
    width: 23rem;
  }
}
.modal-content .inner .flow dl dt span {
  font-size: 2.4rem;
  width: 6rem;
  height: 3.6rem;
  background: #e6eefd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}
.modal-content .inner .flow dl dd {
  width: 100%;
  padding-left: 7.8rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
.modal-content .inner figure.modal3_001 {
  width: 100%;
  margin: 3rem auto auto;
}
@media screen and (max-width: 820px) {
  .modal-content .inner figure.modal3_001 img {
    width: 29.3rem;
  }
}
.modal-content .close-modal {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background: url("../images/close_mod.webp") no-repeat top left;
  background-size: 4rem;
}
@media screen and (max-width: 820px) {
  .modal-content .close-modal {
    background: url("../images/close_mod.webp") no-repeat top left;
    background-size: 4rem;
    top: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
  }
}

table {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #cddcfa;
  border-right: 1px solid #cddcfa;
}
table + table {
  margin-top: 3rem;
}
table th, table td {
  padding: 1rem 0.7rem;
  line-height: 2rem;
  border-bottom: 1px solid #cddcfa;
  border-left: 1px solid #cddcfa;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  table th, table td {
    padding: 1rem 0.9rem;
  }
}
table thead th {
  color: #fff;
  background: #0656f0;
}
table tbody th {
  background: #e6eefd;
}
table tbody td {
  background: #ffffff;
}
table.col4 thead th {
  width: 25%;
}
table.col3 thead th {
  width: calc(100% / 3 );
}

.bg_ffffe6 {
  background: #ffffe6;
}

.bg_e6eefd {
  background: #e6eefd;
}

.bg_e5f9f5 {
  background: #e5f9f5;
}

.price {
  text-align: right;
}

.alignL {
  text-align: left;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.regular {
  font-weight: 400;
}

.forSP table + table {
  margin-top: 0;
}

.eq3 table td {
  width: calc(100% / 3);
}

.boder_b {
  border-bottom: 1px solid #0656f0 !important;
}

.weight700 {
  font-weight: 700;
}

.size13 {
  font-size: 1.3rem;
}

span.small {
  font-size: 70%;
}

footer {
  width: 100%;
  border-top: 1px solid #cddcfa;
  padding-top: 2.7rem;
}
footer > p {
  width: 112rem;
  margin: auto auto 3rem;
}
@media screen and (max-width: 820px) {
  footer > p {
    width: 100%;
    text-align: center;
  }
}
footer > p a {
  font-size: 1.4rem;
  background: url("../images/ico_ext_b.webp") no-repeat top 50% right;
  background-size: 2.4rem;
  padding-right: 2.4rem;
  line-height: 1;
  color: #000032;
}
footer .rightsBox {
  width: 100%;
  background: #000032;
}
@media screen and (max-width: 820px) {
  footer .rightsBox {
    padding: 1.5rem 0 2rem;
  }
}
footer .rightsBox .inner {
  width: 112rem;
  height: 5.2rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 820px) {
  footer .rightsBox .inner {
    width: 100%;
    flex-direction: column;
  }
}
footer .rightsBox .inner ul {
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
}
footer .rightsBox .inner ul li a {
  font-size: 1.4rem;
  color: #fff;
}
footer .rightsBox .inner p {
  font-size: 1rem;
  color: #fff;
}

@media screen and (max-width: 820px) {
  #menuButton {
    position: fixed;
    top: 4.9vw;
    right: 3.3vw;
    display: block;
    width: 8vw;
    height: 6vw;
    z-index: 5;
  }
  #menuButton span {
    display: block;
    background: #fff;
    width: 8vw;
    height: 0.8vw;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  #menuButton span:first-child {
    top: 0;
  }
  #menuButton span:nth-child(2) {
    top: 2.6vw;
  }
  #menuButton span:nth-child(3) {
    top: 5.2vw;
  }
  #menuButton.active span:first-child {
    transform: translateY(2.5vw) rotate(45deg);
    background: #e60000;
  }
  #menuButton.active span:nth-child(2) {
    opacity: 0;
  }
  #menuButton.active span:nth-child(3) {
    transform: translateY(-2.7vw) rotate(-45deg);
    background: #e60000;
  }

  .menu-panel {
    visibility: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 64%;
    height: 0;
    background: #e6eefd;
    opacity: 0;
    transition: all .8s ease;
    padding: 20vw 10vw 0;
    border-radius: 0 0 0 21vw;
    z-index: -1;
  }
  .menu-panel.active {
    opacity: 1;
    height: calc(100vh - 5rem);
    z-index: 2;
  }
  .menu-panel p.btn_close {
    width: 14.1vw;
    margin: 12vw auto 0;
  }
  .menu-panel p.btn_close img {
    width: 100%;
    height: auto;
  }

  nav ul {
    width: 100%;
    height: auto;
    margin: 3.5rem auto auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0 !important;
  }
  nav ul li {
    position: static;
    display: flex;
    justify-content: flex-start;
    margin: auto;
    border-bottom: 0.1rem solid #cddcfa;
    width: 29.4rem;
  }
  nav ul li a {
    padding: 2rem 0;
    line-height: 1;
    display: block;
    width: 100%;
    height: 100%;
  }

  nav .menu-panel.active ul {
    display: flex;
    height: auto;
    z-index: 2;
  }
}
.prizeDetail {
  visibility: none;
  padding-bottom: 0;
  opacity: 0;
  transition: all .4s ease;
  height: 0;
}

.prizeDetail.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding-bottom: 4rem;
}

.camp01 .howto .howtoBody p.toDetail, .camp01 .howto .howtoBody p.closeDetail {
  font-size: 1.9rem;
  width: 26.7rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #231815;
  border-radius: 0.4rem;
  margin-bottom: 3rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .camp01 .howto .howtoBody p.toDetail, .camp01 .howto .howtoBody p.closeDetail {
    width: 100%;
    height: 8.3vw;
    border: 0.1rem solid #231815;
    border-radius: 0.8rem;
    z-index: 2;
    font-size: 3.42vw;
  }
}

.camp01 .howto .howtoBody p.toDetail.active {
  display: none;
}

.camp01 .howto .howtoBody p.closeDetail {
  margin-top: 3rem;
}

.camp01 .howto .howtoBody p.toDetail::before {
  content: '';
  width: 1.3rem;
  height: 1px;
  border-top: 1px solid #231815;
  transform: rotate(45deg);
  position: absolute;
  top: 52%;
  right: 2.5rem;
}
@media screen and (max-width: 820px) {
  .camp01 .howto .howtoBody p.toDetail::before {
    width: 2rem;
    right: 3rem;
  }
}

.camp01 .howto .howtoBody p.toDetail::after {
  content: '';
  width: 1.3rem;
  height: 1px;
  border-top: 1px solid #231815;
  transform: rotate(-45deg);
  position: absolute;
  top: 52%;
  right: 1.4rem;
}
@media screen and (max-width: 820px) {
  .camp01 .howto .howtoBody p.toDetail::after {
    width: 2rem;
  }
}

.camp01 .howto .howtoBody p.closeDetail::before {
  content: '';
  width: 1.3rem;
  height: 1px;
  border-top: 1px solid #231815;
  transform: rotate(-45deg);
  position: absolute;
  top: 52%;
  right: 2.3rem;
}
@media screen and (max-width: 820px) {
  .camp01 .howto .howtoBody p.closeDetail::before {
    width: 2rem;
    right: 2.7rem;
  }
}

.camp01 .howto .howtoBody p.closeDetail::after {
  content: '';
  width: 1.3rem;
  height: 1px;
  border-top: 1px solid #231815;
  transform: rotate(45deg);
  position: absolute;
  top: 52%;
  right: 1.4rem;
}
@media screen and (max-width: 820px) {
  .camp01 .howto .howtoBody p.closeDetail::after {
    width: 2rem;
  }
}

.camp01 .howto .howtoBody .prizeDetail p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  .camp01 .howto .howtoBody .prizeDetail p {
    font-size: 3.42vw;
    line-height: 1.5;
  }
}

/* sp menu */
#menu-open {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

a#menu-open span {
  display: block;
  width: 2rem;
  height: 0.1rem;
  background: #0656f0;
}

a#menu-open span:first-child {
  position: absolute;
  top: 1.7rem;
  right: 1.5rem;
  transition: all 0.4s ease;
}

a#menu-open span:nth-child(2) {
  position: absolute;
  top: 2.4rem;
  right: 1.5rem;
  transition: all 0.4s ease;
}

a#menu-open span:nth-child(3) {
  position: absolute;
  top: 3.1rem;
  right: 1.5rem;
  transition: all 0.4s ease;
}

#menu-open.open {
  position: fixed;
  z-index: -1;
  opacity: 0;
}

@media screen and (max-width: 820px) {
  #menu-panel {
    position: absolute;
    top: 5rem;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 20;
    background: #e6eefd;
    height: calc(100vh - 5rem);
  }
}

#menu-panel.open {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

#menu-panel > ul {
  margin: auto;
}

#menu-panel > ul > li {
  border-bottom: 2rem solid #fff;
  margin-bottom: 0;
}
#menu-panel > ul > li:last-of-type {
  border: none;
}
@media screen and (max-width: 820px) {
  #menu-panel > ul > li:last-of-type {
    border-bottom: 2rem solid #fff;
  }
}

#menu-panel > ul > li > a {
  font-size: 2.56rem;
  padding: 5.4rem 0.9rem;
  display: block;
  color: #fff;
}

#menu-panel > ul li ul.secondDeg {
  margin-top: 0;
  padding-bottom: 1rem;
}

#menu-panel > ul li ul.secondDeg li {
  border-bottom: none;
  margin-bottom: 2.1rem;
}

#menu-panel > ul li ul.secondDeg li a {
  font-size: 2.4rem;
  padding: 1rem 0;
  display: block;
  color: #fff;
}

#menu-panel > ul:nth-of-type(3) {
  width: 67rem;
  display: grid;
  /* width: fit-content; */
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
  margin-top: 3rem;
}

#menu-panel > ul:nth-of-type(3) li {
  border-bottom: none;
}

p.navRights {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-top: 26.2rem;
}

.btn-menu {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0;
  border: none;
  height: 5.4vw;
  width: 5.4vw;
  opacity: 0 !important;
  z-index: 1;
}

.btn-menu.active {
  opacity: 1 !important;
  z-index: 30;
}

#menu-close {
  top: -5rem;
  right: 0;
  cursor: pointer;
  background: #e6eefd;
  width: 5rem;
  height: 5rem;
}

#menu-close span {
  width: 6vw;
  height: 0.1rem;
  background: #0656f0;
  transition: 0.4s;
}

#menu-close span:first-child {
  position: absolute;
  top: 2.5rem;
  right: 1.25rem;
  transition: all 0.4s ease;
  transform: rotate(45deg);
}

#menu-close span:nth-child(2) {
  display: none;
}

#menu-close span:nth-child(3) {
  position: absolute;
  top: 2.5rem;
  right: 1.25rem;
  transition: all 0.4s ease;
  transform: rotate(-45deg);
}

p.closeBtn {
  font-size: 3vw;
  color: #fff;
  position: absolute;
  bottom: 5.5vw;
  left: 50%;
  transform: translateX(-50%);
}
