@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
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,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type="button"] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* stylelint-disable no-empty-source */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

html {
  --header-height: 0px;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    Osaka, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #444;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.container {
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 94%;
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media not screen and (max-width: 768px) {
  .spOnly {
    display: none;
  }
}

[class^="sec-"] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media not screen and (max-width: 768px) {
  [class^="sec-"] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.acordionContainer dl + dl {
  margin-top: 0.5em;
}
.acordionContainer dl dt {
  position: relative;
  padding: 0.4em;
  cursor: pointer;
  background: #fafcf2;
}
.acordionContainer dl dt::before,
.acordionContainer dl dt::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  width: 0.8em;
  height: 1px;
  content: "";
  background: #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.acordionContainer dl dt::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.acordionContainer dl dd {
  display: none;
  padding: 0.4em;
  line-height: 1.2;
}
.acordionContainer dl.-opened dt::after {
  -webkit-transform: none;
  transform: none;
}

.btn {
  margin-top: 2em;
  font-size: clamp(14px, 1.4545454545vw, 16px);
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: clamp(14px, 3.7333333333vw, 16px);
  }
}
.btn a,
.btn .btn_txt {
  display: inline-block;
  padding: 0.5em 1em;
  cursor: pointer;
  background: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn a:hover,
  .btn .btn_txt:hover {
    background: #aea;
  }
}
.btn a:focus-visible,
.btn .btn_txt:focus-visible {
  background: #aea;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 8rem 1.5rem 2rem;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .modal_overlay {
    padding-top: 5rem;
  }
}
.modal_container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.modal_closeBtn {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal_closeBtn {
    top: -4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.modal_closeBtn::before,
.modal_closeBtn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5.3rem;
  height: 1px;
  content: "";
  background: #444;
}
@media screen and (max-width: 768px) {
  .modal_closeBtn::before,
  .modal_closeBtn::after {
    width: 4rem;
  }
}
.modal_closeBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_closeBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal[aria-hidden="false"] .modal_overlay {
  -webkit-animation: mmfadeIn 0.25s;
  animation: mmfadeIn 0.25s;
}

.modal[aria-hidden="false"] .modal_container {
  -webkit-animation: mmfadeIn 0.5s;
  animation: mmfadeIn 0.5s;
}

.modal[aria-hidden="true"] .modal_overlay {
  -webkit-animation: mmfadeOut 0.25s;
  animation: mmfadeOut 0.25s;
}

.modal[aria-hidden="true"] .modal_container {
  -webkit-animation: mmfadeOut 0.5s;
  animation: mmfadeOut 0.5s;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal_content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50vh;
  background: #eee;
}

.tabContainer .tabBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabContainer .tabBtnList .js-tabBtn {
  padding: 1em;
  cursor: pointer;
  border: 1px solid #eee;
  -webkit-transform: 0.3s;
  transform: 0.3s;
}
.tabContainer .tabBtnList .js-tabBtn + .js-tabBtn {
  border-left: none;
}
.tabContainer .tabBtnList .js-tabBtn.-active {
  background: #fafcf2;
}
.tabContainer .tabContents .js-tabContent {
  display: none;
  -webkit-transform: 0.3s;
  transform: 0.3s;
}
.tabContainer .tabContents .js-tabContent.-active {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  padding: 1rem 3rem;
}
@media screen and (max-width: 768px) {
  .header {
    height: 6rem;
    padding: 0 3%;
  }
}
.header .logo a {
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  color: #707070;
}
@media (hover: hover) {
  .header a:hover {
    text-shadow: 1px 3px 5px rgba(68, 68, 68, 0.3);
  }
}
.header a:focus-visible {
  text-shadow: 1px 3px 5px rgba(68, 68, 68, 0.3);
}

.gnavContainer {
  max-width: calc(100% - 25rem);
}
@media screen and (max-width: 768px) {
  .gnavContainer {
    display: contents;
    max-width: none;
  }
}
.gnavContainer .gnavBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnavContainer .gnavBtn {
    position: relative;
    z-index: 11;
    display: block;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
  }
}
.gnavContainer .gnavBtn_line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 1px;
  background: #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gnavContainer .gnavBtn_line::before,
.gnavContainer .gnavBtn_line::after {
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnavContainer .gnavBtn_line::after {
  top: -0.7rem;
}
.gnavContainer.-opened .gnavBtn_line {
  background: transparent;
}
.gnavContainer.-opened .gnavBtn_line::before,
.gnavContainer.-opened .gnavBtn_line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gnavContainer.-opened .gnavBtn_line::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnavContainer .gnav {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .gnavContainer .gnav {
    position: absolute;
    top: 6rem;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 6rem);
    max-height: calc(var(--vh, 1vh) * 100 - 6rem);
    margin-right: 0;
    overflow: auto;
    overscroll-behavior-y: contain;
  }
}
.gnavContainer .gnavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3em 1em;
}
@media screen and (max-width: 768px) {
  .gnavContainer .gnavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .gnavContainer .gnavList li {
    border-bottom: 1px solid #aaa;
  }
  .gnavContainer .gnavList li:first-child {
    border-top: 1px solid #aaa;
  }
}
.gnavContainer .gnavList a {
  display: block;
  padding: 0.5em;
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .gnavContainer .gnavList a {
    width: 100%;
    padding: 1.5em;
    text-align: center;
    background: #fff;
  }
}

body:not(.topPage) .gnavContainer {
  display: none;
}

p + p {
  margin-top: 1em;
}

.secTemp {
  padding: 8rem 0;
}
.secTemp:nth-of-type(5n + 1) {
  background: #fafcf2;
}
.secTemp:nth-of-type(5n + 2) {
  background: #e2f5df;
}
.secTemp:nth-of-type(5n + 3) {
  background: #c9e4ec;
}
.secTemp:nth-of-type(5n + 4) {
  background: #b9c2ed;
}
.secTemp:nth-of-type(5n + 5) {
  background: #f4cbe5;
}
.secTemp_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0;
  font-size: 3.2rem;
  font-weight: bold;
  color: #707070;
}
.secTemp_ttlEn {
  display: block;
  margin-left: 1em;
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #707070;
  white-space: nowrap;
}
.secTemp_ttlEn::before {
  content: "/ ";
}
.secTemp_txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
}

.tempList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 2%;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .tempList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tempInfo {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .tempInfo {
    width: 100%;
    max-width: 100%;
  }
}
.tempInfo > a {
  display: block;
  height: 100%;
  padding-bottom: 2.4rem;
  background: #fff;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(68, 68, 68, 0.2);
  box-shadow: 1rem 1rem 3rem rgba(68, 68, 68, 0.2);
}
@media screen and (max-width: 768px) {
  .tempInfo > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.2rem;
  }
}
@media (hover: hover) {
  .tempInfo > a:hover {
    -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(68, 68, 68, 0.5);
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(68, 68, 68, 0.5);
  }
}
.tempInfo > a:focus-visible {
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(68, 68, 68, 0.5);
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(68, 68, 68, 0.5);
}
.tempInfo > a[href=""] {
  position: relative;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem rgba(68, 68, 68, 0.03);
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(68, 68, 68, 0.03);
}
.tempInfo > a[href=""]::before {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  display: block;
  padding: 0.5em 1em;
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  content: "coming soon...";
  background: #707070;
  opacity: 0.6;
  -webkit-transform: translateX(-50%) rotate(-5deg);
  transform: translateX(-50%) rotate(-5deg);
}
@media screen and (max-width: 768px) {
  .tempInfo > a[href=""]::before {
    top: 50%;
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }
}
@media screen and (max-width: 768px) {
  .tempInfo_pic {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35%;
  }
}
.tempInfo_name {
  padding: 0 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.tempInfo_txt {
  padding: 0 1.6rem;
  margin-top: 1em;
  font-size: 1.4rem;
}

.height100vh {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.width100vw {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: auto;
  overflow-y: hidden;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.-scrollsnap001 .sec {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.-scrollsnap002 .sec {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.-scrollsnap004 .anchorList::before {
  border: 1px solid #707070;
  opacity: 0.3;
}
.-scrollsnap004 .main :nth-child(1) .sec {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #e2f5df;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(1) .sec::before,
.-scrollsnap004 .main :nth-child(1) .sec::after {
  background-color: #fafcf2;
}
.-scrollsnap004 .main :nth-child(2) .sec {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #c9e4ec;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(2) .sec::before,
.-scrollsnap004 .main :nth-child(2) .sec::after {
  background-color: #e2f5df;
}
.-scrollsnap004 .main :nth-child(3) .sec {
  position: fixed;
  top: 0;
  left: 200%;
  width: 100%;
  height: 100%;
  background-color: #b9c2ed;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(3) .sec::before,
.-scrollsnap004 .main :nth-child(3) .sec::after {
  background-color: #c9e4ec;
}
.-scrollsnap004 .main :nth-child(4) .sec {
  position: fixed;
  top: 0;
  left: 300%;
  width: 100%;
  height: 100%;
  background-color: #f4cbe5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(4) .sec::before,
.-scrollsnap004 .main :nth-child(4) .sec::after {
  background-color: #b9c2ed;
}
.-scrollsnap004 .main :nth-child(5) .sec {
  position: fixed;
  top: 0;
  left: 400%;
  width: 100%;
  height: 100%;
  background-color: #fafcf2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(5) .sec::before,
.-scrollsnap004 .main :nth-child(5) .sec::after {
  background-color: #f4cbe5;
}
.-scrollsnap004 .main :nth-child(6) .sec {
  position: fixed;
  top: 0;
  left: 500%;
  width: 100%;
  height: 100%;
  background-color: #e2f5df;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(6) .sec::before,
.-scrollsnap004 .main :nth-child(6) .sec::after {
  background-color: #fafcf2;
}
.-scrollsnap004 .main :nth-child(7) .sec {
  position: fixed;
  top: 0;
  left: 600%;
  width: 100%;
  height: 100%;
  background-color: #c9e4ec;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(7) .sec::before,
.-scrollsnap004 .main :nth-child(7) .sec::after {
  background-color: #e2f5df;
}
.-scrollsnap004 .main :nth-child(8) .sec {
  position: fixed;
  top: 0;
  left: 700%;
  width: 100%;
  height: 100%;
  background-color: #b9c2ed;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(8) .sec::before,
.-scrollsnap004 .main :nth-child(8) .sec::after {
  background-color: #c9e4ec;
}
.-scrollsnap004 .main :nth-child(9) .sec {
  position: fixed;
  top: 0;
  left: 800%;
  width: 100%;
  height: 100%;
  background-color: #f4cbe5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(9) .sec::before,
.-scrollsnap004 .main :nth-child(9) .sec::after {
  background-color: #b9c2ed;
}
.-scrollsnap004 .main :nth-child(10) .sec {
  position: fixed;
  top: 0;
  left: 900%;
  width: 100%;
  height: 100%;
  background-color: #fafcf2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(10) .sec::before,
.-scrollsnap004 .main :nth-child(10) .sec::after {
  background-color: #f4cbe5;
}
.-scrollsnap004 .main :nth-child(11) .sec {
  position: fixed;
  top: 0;
  left: 1000%;
  width: 100%;
  height: 100%;
  background-color: #e2f5df;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-scrollsnap004 .main :nth-child(11) .sec::before,
.-scrollsnap004 .main :nth-child(11) .sec::after {
  background-color: #fafcf2;
}
.-scrollsnap004 .main[data-activesec="0"] .sec {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.-scrollsnap004 .main[data-activesec="1"] .sec {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.-scrollsnap004 .main[data-activesec="2"] .sec {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.-scrollsnap004 .main[data-activesec="3"] .sec {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
.-scrollsnap004 .main[data-activesec="4"] .sec {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}
.-scrollsnap004 .main[data-activesec="5"] .sec {
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}
.-scrollsnap004 .main[data-activesec="6"] .sec {
  -webkit-transform: translateX(-600%);
  transform: translateX(-600%);
}
.-scrollsnap004 .main[data-activesec="7"] .sec {
  -webkit-transform: translateX(-700%);
  transform: translateX(-700%);
}
.-scrollsnap004 .main[data-activesec="8"] .sec {
  -webkit-transform: translateX(-800%);
  transform: translateX(-800%);
}
.-scrollsnap004 .main[data-activesec="9"] .sec {
  -webkit-transform: translateX(-900%);
  transform: translateX(-900%);
}
.-scrollsnap004 .main[data-activesec="10"] .sec {
  -webkit-transform: translateX(-1000%);
  transform: translateX(-1000%);
}
.-scrollsnap004 .sectionContainer {
  width: 100%;
  height: 100vh;
}
.-scrollsnap004 .sectionContainer.-active .sec::before,
.-scrollsnap004 .sectionContainer.-active .sec::after {
  width: 30%;
  height: 30%;
}
.-scrollsnap004 .sectionContainer.-active .sec .sec_contents {
  left: 0;
  opacity: 1;
}

.page-scrollSnap .sidebar {
  position: fixed;
  top: 8rem;
  left: 2rem;
  z-index: 5;
}
.page-scrollSnap .sidebar .anchorList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.page-scrollSnap .sidebar .anchorList::before {
  position: absolute;
  top: 0;
  left: -0.3rem;
  z-index: -1;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  content: "";
  -webkit-transition: 0.3s top, 0.3s background-color;
  transition: 0.3s top, 0.3s background-color;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="0"]::before {
  top: 0rem;
  background-color: #e2f5df;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="1"]::before {
  top: 4rem;
  background-color: #c9e4ec;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="2"]::before {
  top: 8rem;
  background-color: #b9c2ed;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="3"]::before {
  top: 12rem;
  background-color: #f4cbe5;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="4"]::before {
  top: 16rem;
  background-color: #fafcf2;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="5"]::before {
  top: 20rem;
  background-color: #e2f5df;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="6"]::before {
  top: 24rem;
  background-color: #c9e4ec;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="7"]::before {
  top: 28rem;
  background-color: #b9c2ed;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="8"]::before {
  top: 32rem;
  background-color: #f4cbe5;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="9"]::before {
  top: 36rem;
  background-color: #fafcf2;
}
.page-scrollSnap .sidebar .anchorList[data-activerow="10"]::before {
  top: 40rem;
  background-color: #e2f5df;
}
.page-scrollSnap .sidebar .anchorList a {
  display: block;
  padding: 0.8rem;
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.page-scrollSnap .sec {
  position: relative;
  padding: 5rem;
}
.page-scrollSnap .sec::before,
.page-scrollSnap .sec::after {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.3s width, 0.3s height;
  transition: 0.3s width, 0.3s height;
}
.page-scrollSnap .sec::before {
  top: 0;
  right: 0;
}
.page-scrollSnap .sec::after {
  bottom: 0;
  left: 0;
}
.page-scrollSnap .sec:nth-of-type(5n + 1) {
  background: #fafcf2;
}
.page-scrollSnap .sec:nth-of-type(5n + 1)::before,
.page-scrollSnap .sec:nth-of-type(5n + 1)::after {
  background-color: #e2f5df;
}
.page-scrollSnap .sec:nth-of-type(5n + 2) {
  background: #e2f5df;
}
.page-scrollSnap .sec:nth-of-type(5n + 2)::before,
.page-scrollSnap .sec:nth-of-type(5n + 2)::after {
  background-color: #c9e4ec;
}
.page-scrollSnap .sec:nth-of-type(5n + 3) {
  background: #c9e4ec;
}
.page-scrollSnap .sec:nth-of-type(5n + 3)::before,
.page-scrollSnap .sec:nth-of-type(5n + 3)::after {
  background-color: #b9c2ed;
}
.page-scrollSnap .sec:nth-of-type(5n + 4) {
  background: #b9c2ed;
}
.page-scrollSnap .sec:nth-of-type(5n + 4)::before,
.page-scrollSnap .sec:nth-of-type(5n + 4)::after {
  background-color: #f4cbe5;
}
.page-scrollSnap .sec:nth-of-type(5n + 5) {
  background: #f4cbe5;
}
.page-scrollSnap .sec:nth-of-type(5n + 5)::before,
.page-scrollSnap .sec:nth-of-type(5n + 5)::after {
  background-color: #fafcf2;
}
.page-scrollSnap .sec.-active::before,
.page-scrollSnap .sec.-active::after {
  width: 30%;
  height: 30%;
}
.page-scrollSnap .sec.-active .sec_contents {
  left: 0;
  opacity: 1;
}
.page-scrollSnap .sec .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.page-scrollSnap .sec_contents {
  position: relative;
  left: 5rem;
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 5rem;
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page-scrollSnap .sec_contents {
    padding: 3rem 2rem;
  }
}
.page-scrollSnap .sec_ttl {
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .page-scrollSnap .sec_ttl {
    font-size: 3.2rem;
  }
}
.page-scrollSnap .sec_ttl span {
  padding-left: 0.5em;
  font-size: 50%;
}
.page-scrollSnap .sec_ttl span::before {
  content: " / ";
}
.page-scrollSnap .sec p {
  margin-top: 2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-scrollSnap .sec p {
    font-size: 1.4rem;
  }
}
.page-scrollSnap.-scrollsnap002 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700vw;
}

.horizontalScrollWrapper,
.diagonalScrollWrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: repeating-linear-gradient(
    -45deg,
    rgba(112, 112, 112, 0.03),
    rgba(112, 112, 112, 0.03) 15px,
    #fff 15px,
    #fff 30px
  );
}
.horizontalScrollWrapper.-halfHeight,
.diagonalScrollWrapper.-halfHeight {
  height: 50vh;
}
.horizontalScrollWrapper.-halfHeight2,
.diagonalScrollWrapper.-halfHeight2 {
  height: 100vh;
}
.horizontalScrollWrapper.-halfHeight2 .horizontalScrollContents,
.diagonalScrollWrapper.-halfHeight2 .horizontalScrollContents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.horizontalScrollWrapper.-halfHeight2 .sec2,
.diagonalScrollWrapper.-halfHeight2 .sec2 {
  max-height: 50vh;
}
.horizontalScrollWrapper.-innerHeightOver,
.diagonalScrollWrapper.-innerHeightOver {
  background: transparent;
}
.horizontalScrollWrapper.-innerHeightOver .diagonalScrollContents,
.diagonalScrollWrapper.-innerHeightOver .diagonalScrollContents {
  height: 150vh;
  padding-right: 300px;
  padding-left: 300px;
  background: repeating-linear-gradient(
    -45deg,
    rgba(226, 245, 223, 0.5),
    rgba(226, 245, 223, 0.5) 15px,
    #fff 15px,
    #fff 30px
  );
}
.horizontalScrollWrapper.-innerHeightOver .diagonalScrollContents .sec2,
.diagonalScrollWrapper.-innerHeightOver .diagonalScrollContents .sec2 {
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
}
.horizontalScrollWrapper.-innerHeightOver
  .diagonalScrollContents
  .sec2:nth-child(1),
.diagonalScrollWrapper.-innerHeightOver
  .diagonalScrollContents
  .sec2:nth-child(1) {
  margin-top: 40vh;
}
.horizontalScrollWrapper.-innerHeightOver
  .diagonalScrollContents
  .sec2:nth-child(2),
.diagonalScrollWrapper.-innerHeightOver
  .diagonalScrollContents
  .sec2:nth-child(2) {
  margin-top: 43vh;
}
.horizontalScrollWrapper.-innerHeightOver
  .diagonalScrollContents
  .sec2:nth-child(3),
.diagonalScrollWrapper.-innerHeightOver
  .diagonalScrollContents
  .sec2:nth-child(3) {
  margin-top: 46vh;
}
.horizontalScrollWrapper.-innerHeightOver
  .diagonalScrollContents
  .sec2:nth-child(4),
.diagonalScrollWrapper.-innerHeightOver
  .diagonalScrollContents
  .sec2:nth-child(4) {
  margin-top: 49vh;
}
.horizontalScrollWrapper.-innerHeightOver
  .diagonalScrollContents
  .sec2
  .container,
.diagonalScrollWrapper.-innerHeightOver
  .diagonalScrollContents
  .sec2
  .container {
  height: 100%;
}

.horizontalScrollContents,
.diagonalScrollContents {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.page-crossScroll .sec {
  position: relative;
  padding: 10rem;
}
.page-crossScroll .sec:nth-of-type(5n + 1) {
  background: #fafcf2;
}
.page-crossScroll .sec:nth-of-type(5n + 2) {
  background: #e2f5df;
}
.page-crossScroll .sec:nth-of-type(5n + 3) {
  background: #c9e4ec;
}
.page-crossScroll .sec:nth-of-type(5n + 4) {
  background: #b9c2ed;
}
.page-crossScroll .sec:nth-of-type(5n + 5) {
  background: #f4cbe5;
}
.page-crossScroll .sec_contents {
  padding: 5rem;
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page-crossScroll .sec_contents {
    padding: 3rem 2rem;
  }
}
.page-crossScroll .sec_ttl {
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .page-crossScroll .sec_ttl {
    font-size: 3.2rem;
  }
}
.page-crossScroll .sec_ttl span {
  padding-left: 0.5em;
  font-size: 50%;
}
.page-crossScroll .sec_ttl span::before {
  content: " / ";
}
.page-crossScroll .sec p {
  margin-top: 2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-crossScroll .sec p {
    font-size: 1.4rem;
  }
}
.page-crossScroll.-scrollsnap002 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700vw;
}
.page-crossScroll .sec2 {
  width: 50vw;
  min-width: 350px;
  height: 100%;
  padding: 5rem 0;
}
.page-crossScroll .sec2:nth-of-type(5n + 1) .sec2_contents {
  background: #fafcf2;
}
.page-crossScroll .sec2:nth-of-type(5n + 2) .sec2_contents {
  background: #e2f5df;
}
.page-crossScroll .sec2:nth-of-type(5n + 3) .sec2_contents {
  background: #c9e4ec;
}
.page-crossScroll .sec2:nth-of-type(5n + 4) .sec2_contents {
  background: #b9c2ed;
}
.page-crossScroll .sec2:nth-of-type(5n + 5) .sec2_contents {
  background: #f4cbe5;
}
.page-crossScroll .sec2 .container {
  height: 100%;
}
.page-crossScroll .sec2_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  overflow-y: auto;
  -webkit-box-shadow: 2px 2px 30px rgba(68, 68, 68, 0.1);
  box-shadow: 2px 2px 30px rgba(68, 68, 68, 0.1);
}
.page-crossScroll .sec2_ttl {
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-crossScroll .sec2_ttl {
    font-size: 2rem;
  }
}
.page-crossScroll .sec2 .pic {
  width: 80%;
  max-width: 300px;
  margin: 2rem auto 0;
}
.page-crossScroll .sec2 p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .page-crossScroll .sec2 p {
    font-size: 1.4rem;
  }
}
.page-crossScroll .subttl {
  padding: 1em;
  font-size: 3rem;
  text-align: center;
}
.page-crossScroll .diagonalScrollContents .sec2 {
  height: auto;
  min-height: 50vh;
}
.page-crossScroll .diagonalScrollContents .sec2 .container {
  height: auto;
}
.page-crossScroll .diagonalScrollContents .sec2:nth-child(1) {
  margin-top: 0rem;
}
.page-crossScroll .diagonalScrollContents .sec2:nth-child(2) {
  margin-top: 5rem;
}
.page-crossScroll .diagonalScrollContents .sec2:nth-child(3) {
  margin-top: 10rem;
}
.page-crossScroll .diagonalScrollContents .sec2:nth-child(4) {
  margin-top: 15rem;
}
.page-crossScroll .diagonalScrollContents .sec2:nth-child(5) {
  margin-top: 20rem;
}
.page-crossScroll .diagonalScrollContents .sec2:nth-child(6) {
  margin-top: 25rem;
}
.page-crossScroll .diagonalScrollContents .sec2:nth-child(7) {
  margin-top: 30rem;
}
.page-crossScroll .diagonalScrollContents .sec2:nth-child(8) {
  margin-top: 35rem;
}
.page-crossScroll .diagonalScrollContents .sec2:nth-child(9) {
  margin-top: 40rem;
}
.page-crossScroll .diagonalScrollContents .sec2:nth-child(10) {
  margin-top: 45rem;
}

.height100vh {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.width100vw {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: auto;
  overflow-y: hidden;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

#fixedlayout .sec {
  padding: 5rem 0;
}
#fixedlayout .sec:nth-of-type(5n + 1) {
  background: #fafcf2;
}
#fixedlayout .sec:nth-of-type(5n + 1)::before,
#fixedlayout .sec:nth-of-type(5n + 1)::after {
  background-color: #e2f5df;
}
#fixedlayout .sec:nth-of-type(5n + 2) {
  background: #e2f5df;
}
#fixedlayout .sec:nth-of-type(5n + 2)::before,
#fixedlayout .sec:nth-of-type(5n + 2)::after {
  background-color: #c9e4ec;
}
#fixedlayout .sec:nth-of-type(5n + 3) {
  background: #c9e4ec;
}
#fixedlayout .sec:nth-of-type(5n + 3)::before,
#fixedlayout .sec:nth-of-type(5n + 3)::after {
  background-color: #b9c2ed;
}
#fixedlayout .sec:nth-of-type(5n + 4) {
  background: #b9c2ed;
}
#fixedlayout .sec:nth-of-type(5n + 4)::before,
#fixedlayout .sec:nth-of-type(5n + 4)::after {
  background-color: #f4cbe5;
}
#fixedlayout .sec:nth-of-type(5n + 5) {
  background: #f4cbe5;
}
#fixedlayout .sec:nth-of-type(5n + 5)::before,
#fixedlayout .sec:nth-of-type(5n + 5)::after {
  background-color: #fafcf2;
}
#fixedlayout .sec_ttl {
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #fixedlayout .sec_ttl {
    font-size: 3.2rem;
  }
}
#fixedlayout .sec_ttl span {
  padding-left: 0.5em;
  font-size: 50%;
}
#fixedlayout .sec_ttl span::before {
  content: " / ";
}
#fixedlayout .sec p {
  margin-top: 2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #fixedlayout .sec p {
    font-size: 1.4rem;
  }
}
#fixedlayout .sideFixedContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: visible;
}
@media screen and (max-width: 768px) {
  #fixedlayout .sideFixedContainer.-rightFixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#fixedlayout .sideFixedContainer .sideFixedArea {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
  background: url(../images/pic001.jpg) center right/cover;
}
@media screen and (max-width: 768px) {
  #fixedlayout .sideFixedContainer .sideFixedArea {
    z-index: -1;
    width: 100%;
  }
}
#fixedlayout .sideFixedContainer .contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #fixedlayout .sideFixedContainer .contents {
    width: 100%;
    padding: 2rem;
  }
}
#fixedlayout .verticalFixedContainer {
  overflow-y: visible;
  border: 3rem solid #fff;
}
#fixedlayout .verticalFixedContainer.-bottomFixed .verticalFixedArea {
  top: auto;
  bottom: 0;
}
#fixedlayout .verticalFixedContainer .verticalFixedArea {
  position: sticky;
  top: 0;
  height: 8rem;
  background: #f2f2f2;
}
#fixedlayout .verticalFixedContainer .verticalFixedArea .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
#fixedlayout .verticalFixedContainer .verticalFixedArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fixedlayout .verticalFixedContainer .verticalFixedArea ul a {
  display: block;
  padding: 1em 0.5em;
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #fixedlayout .verticalFixedContainer .verticalFixedArea ul a:hover {
    opacity: 0.5;
  }
}
#fixedlayout .verticalFixedContainer .verticalFixedArea ul a:focus-visible {
  opacity: 0.5;
}
#fixedlayout .verticalFixedContainer .sec_contents {
  padding-top: 8rem;
  margin-top: -8rem;
}

.page-sectionAnimation.-sectionAnimation031 .main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 500px;
  perspective: 500px;
}
.page-sectionAnimation.-sectionAnimation031 .sec {
  position: absolute;
  inset: 0;
  width: 90%;
  max-width: 800px;
  height: 80vh;
  padding: 2rem;
  margin: auto;
  border: 1px solid #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-sectionAnimation.-sectionAnimation031 .sec:nth-of-type(5n + 1) {
  background: #fafcf2;
}
.page-sectionAnimation.-sectionAnimation031 .sec:nth-of-type(5n + 2) {
  background: #e2f5df;
}
.page-sectionAnimation.-sectionAnimation031 .sec:nth-of-type(5n + 3) {
  background: #c9e4ec;
}
.page-sectionAnimation.-sectionAnimation031 .sec:nth-of-type(5n + 4) {
  background: #b9c2ed;
}
.page-sectionAnimation.-sectionAnimation031 .sec:nth-of-type(5n + 5) {
  background: #f4cbe5;
}
.page-sectionAnimation.-sectionAnimation031 .sec_contents {
  position: relative;
  height: calc(80vh - 4rem);
  overflow-y: auto;
}
.page-sectionAnimation.-sectionAnimation031 .sec_ttl {
  padding: 0.5em 0;
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-sectionAnimation.-sectionAnimation031 .sec_ttl {
    font-size: 3.2rem;
  }
}
.page-sectionAnimation.-sectionAnimation031 .sec_ttl span {
  padding-left: 0.5em;
  font-size: 50%;
}
.page-sectionAnimation.-sectionAnimation031 .sec_ttl span::before {
  content: " / ";
}
.page-sectionAnimation.-sectionAnimation031 .sec p {
  margin-top: 2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-sectionAnimation.-sectionAnimation031 .sec p {
    font-size: 1.4rem;
  }
}
.page-sectionAnimation.-sectionAnimation031 .sec ol {
  counter-reset: number;
}
.page-sectionAnimation.-sectionAnimation031 .sec ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1.5;
}
.page-sectionAnimation.-sectionAnimation031 .sec ol li::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.7em;
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  content: counter(number) ".";
  counter-increment: number;
}
.page-sectionAnimation.-sectionAnimation031 .sec ol li + li {
  margin-top: 0.5em;
}
.page-sectionAnimation.-sectionAnimation032 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #0f0b1d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.page-sectionAnimation.-sectionAnimation032 .main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 500px;
  perspective: 500px;
}
.page-sectionAnimation.-sectionAnimation032 .sec {
  position: absolute;
  width: 90%;
  max-width: 800px;
  height: 80vh;
  padding: 2rem;
  margin: auto;
  -webkit-transition: 1s;
  transition: 1s;
}
.page-sectionAnimation.-sectionAnimation032 .sec_contents {
  position: relative;
  height: calc(80vh - 4rem);
  overflow-y: auto;
}
.page-sectionAnimation.-sectionAnimation032 .sec_ttl {
  padding: 0.5em 0;
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  font-size: 3.2rem;
  color: #f6f6f6;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.5);
}
.page-sectionAnimation.-sectionAnimation032 .sec_ttl span {
  padding-left: 0.5em;
  font-size: 50%;
}
.page-sectionAnimation.-sectionAnimation032 .sec_ttl span::before {
  content: " / ";
}
.page-sectionAnimation.-sectionAnimation032 .sec p {
  margin-top: 2em;
  line-height: 2;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .page-sectionAnimation.-sectionAnimation032 .sec p {
    font-size: 1.4rem;
  }
}
.page-sectionAnimation.-sectionAnimation032 .sec p a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
.page-sectionAnimation.-sectionAnimation032 .kira {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
}
.page-sectionAnimation.-sectionAnimation032 .kira::before {
  position: absolute;
  top: 30px;
  left: -50px;
  display: block;
  width: 50%;
  aspect-ratio: 1;
  content: "";
  background: inherit;
  border-radius: 50%;
}
.page-sectionAnimation.-sectionAnimation032 .kira::after {
  position: absolute;
  top: 10px;
  left: -20px;
  display: block;
  width: 300%;
  height: 600%;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280.167%22%20height%3D%2297.129%22%20viewBox%3D%220%200%2080.167%2097.129%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M1181.242%2C4574.9c-.164%2C2.109-1.528%2C17.722-9.126%2C26.368s-29.991%2C12.823-29.991%2C12.823%2C17.222%2C1.222%2C25.958%2C7.626%2C13.23%2C50.671%2C13.158%2C50.31c.28-.192%2C1.6-41.7%2C10.272-50.31s30.778-7.626%2C30.778-7.626-26.176-2.883-34.165-12.823S1181.242%2C4574.9%2C1181.242%2C4574.9Z%22%20transform%3D%22translate(-1142.125%20-4574.897)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
  -webkit-animation: kirakira 1s infinite;
  animation: kirakira 1s infinite;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(1) {
  top: 59%;
  left: 98%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(1)::before {
  top: 100%;
  left: 3750%;
  width: 70%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(1)::after {
  top: 1600%;
  left: 1520%;
  height: 414%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(2) {
  top: 25%;
  left: 33%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(2)::before {
  top: 3600%;
  left: 3650%;
  width: 34%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(2)::after {
  top: 1960%;
  left: 1520%;
  height: 484%;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(3) {
  top: 64%;
  left: 77%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(3)::before {
  top: 2850%;
  left: 300%;
  width: 19%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(3)::after {
  top: 2240%;
  left: 1680%;
  height: 558%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(4) {
  top: 95%;
  left: 46%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(4)::before {
  top: 200%;
  left: 5000%;
  width: 54%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(4)::after {
  top: 2640%;
  left: 1640%;
  height: 504%;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(5) {
  top: 44%;
  left: 35%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(5)::before {
  top: 4700%;
  left: 4700%;
  width: 14%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(5)::after {
  top: 1920%;
  left: 2320%;
  height: 416%;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(6) {
  top: 34%;
  left: 79%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(6)::before {
  top: 4850%;
  left: 3050%;
  width: 53%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(6)::after {
  top: 2200%;
  left: 280%;
  height: 440%;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(7) {
  top: 78%;
  left: 87%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(7)::before {
  top: 3600%;
  left: 1900%;
  width: 33%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(7)::after {
  top: 360%;
  left: 3680%;
  height: 570%;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(8) {
  top: 18%;
  left: 47%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(8)::before {
  top: 3050%;
  left: 2800%;
  width: 34%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(8)::after {
  top: 880%;
  left: 2120%;
  height: 428%;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(9) {
  top: 95%;
  left: 79%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(9)::before {
  top: 4950%;
  left: 3100%;
  width: 100%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(9)::after {
  top: 3440%;
  left: 3480%;
  height: 414%;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(10) {
  top: 55%;
  left: 36%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(10)::before {
  top: 1450%;
  left: 500%;
  width: 30%;
}
.page-sectionAnimation.-sectionAnimation032 .kira:nth-of-type(10)::after {
  top: 2280%;
  left: 3520%;
  height: 442%;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
@-webkit-keyframes kirakira {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kirakira {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.page-sectionAnimation.-sectionAnimation033 .sec033FixedArea {
  position: relative;
}
.page-sectionAnimation.-sectionAnimation033 .sec033Container {
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: 1000px;
  height: calc(100vh - 200px);
  margin: 0 auto;
}
.page-sectionAnimation.-sectionAnimation033 .figure {
  position: absolute;
  top: 50%;
  left: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-sectionAnimation.-sectionAnimation033 .figure {
    top: 1%;
    left: 0;
    width: 100%;
    height: 40%;
    -webkit-transform: none;
    transform: none;
  }
}
.page-sectionAnimation.-sectionAnimation033
  .figure[data-currentno="1"]
  ol::before {
  -webkit-clip-path: polygon(
    50% 0,
    100% 0,
    100% 50%,
    100% 50%,
    50% 50%,
    50% 50%,
    50% 50%
  );
  clip-path: polygon(
    50% 0,
    100% 0,
    100% 50%,
    100% 50%,
    50% 50%,
    50% 50%,
    50% 50%
  );
}
.page-sectionAnimation.-sectionAnimation033
  .figure[data-currentno="1"]
  li:nth-child(2)::before {
  background-color: #e2f5df;
}
.page-sectionAnimation.-sectionAnimation033
  .figure[data-currentno="2"]
  ol::before {
  -webkit-clip-path: polygon(
    50% 0,
    100% 0,
    100% 100%,
    50% 100%,
    50% 50%,
    50% 50%,
    50% 50%
  );
  clip-path: polygon(
    50% 0,
    100% 0,
    100% 100%,
    50% 100%,
    50% 50%,
    50% 50%,
    50% 50%
  );
}
.page-sectionAnimation.-sectionAnimation033
  .figure[data-currentno="2"]
  li:nth-child(2)::before {
  background-color: #e2f5df;
}
.page-sectionAnimation.-sectionAnimation033
  .figure[data-currentno="2"]
  li:nth-child(3)::before {
  background-color: #c9e4ec;
}
.page-sectionAnimation.-sectionAnimation033
  .figure[data-currentno="3"]
  ol::before {
  -webkit-clip-path: polygon(
    50% 0,
    100% 0,
    100% 100%,
    0 100%,
    0 50%,
    50% 50%,
    50% 50%
  );
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 50%, 50% 50%, 50% 50%);
}
.page-sectionAnimation.-sectionAnimation033
  .figure[data-currentno="3"]
  li:nth-child(2)::before {
  background-color: #e2f5df;
}
.page-sectionAnimation.-sectionAnimation033
  .figure[data-currentno="3"]
  li:nth-child(3)::before {
  background-color: #c9e4ec;
}
.page-sectionAnimation.-sectionAnimation033
  .figure[data-currentno="3"]
  li:nth-child(4)::before {
  background-color: #b9c2ed;
}
.page-sectionAnimation.-sectionAnimation033 .figure ol {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(44vw, 100vh - 200px, 368px);
  height: min(44vw, 100vh - 200px, 368px);
  list-style: none;
  counter-reset: number;
  border: 1px solid #ddd;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .page-sectionAnimation.-sectionAnimation033 .figure ol {
    font-size: 10px;
  }
}
.page-sectionAnimation.-sectionAnimation033 .figure ol::before {
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  -webkit-clip-path: polygon(
    50% 0,
    50% 0,
    100% 50%,
    100% 50%,
    50% 50%,
    50% 50%,
    50% 50%
  );
  clip-path: polygon(
    50% 0,
    50% 0,
    100% 50%,
    100% 50%,
    50% 50%,
    50% 50%,
    50% 50%
  );
  content: "";
  border: 6px solid #707070;
  border-radius: 50%;
  -webkit-transition: -webkit-clip-path 0.3s;
  transition: -webkit-clip-path 0.3s;
  transition: clip-path 0.3s;
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li {
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(2vw, 4vh, 20px);
  font-weight: bold;
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  content: counter(number);
  counter-increment: number;
  background: #fff;
  border: 1px solid #707070;
  -webkit-transition: background-color 0.3s 0.2s;
  transition: background-color 0.3s 0.2s;
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li span {
  position: absolute;
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li:nth-child(1)::before {
  top: 0;
  left: 50%;
  background: #fafcf2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li:nth-child(1) span {
  top: 2em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li:nth-child(2)::before {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li:nth-child(2) span {
  top: 50%;
  left: calc(100% - 3em);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li:nth-child(3)::before {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li:nth-child(3) span {
  top: calc(100% - 2em);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li:nth-child(4)::before {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-sectionAnimation.-sectionAnimation033 .figure ol li:nth-child(4) span {
  top: 50%;
  left: 3em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-sectionAnimation.-sectionAnimation033 .sec {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-sectionAnimation.-sectionAnimation033 .sec {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    -webkit-transform: none;
    transform: none;
  }
  .page-sectionAnimation.-sectionAnimation033 .sec p {
    font-size: 1.2rem;
  }
}
.page-sectionAnimation.-sectionAnimation033 .sec_ttl {
  padding: 0.5em 0;
  margin-bottom: 1em;
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
}
.page-sectionAnimation.-sectionAnimation033 .sec_ttl span {
  padding-left: 0.5em;
  font-size: 50%;
}
.page-sectionAnimation.-sectionAnimation033 .sec_ttl span::before {
  content: " / ";
}
.page-sectionAnimation.-sectionAnimation033 .sec[data-paperno="0"] {
  opacity: 1;
}
.page-sectionAnimation.-sectionAnimation033 .sec2 .container {
  padding: 100px 1em;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.page-sectionAnimation.-sectionAnimation033 .sec2_ttl {
  padding: 0.5em 0;
  margin-bottom: 1em;
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
}
.page-sectionAnimation.-sectionAnimation033 .sec2_ttl span {
  padding-left: 0.5em;
  font-size: 50%;
}
.page-sectionAnimation.-sectionAnimation033 .sec2_ttl span::before {
  content: " / ";
}
.page-sectionAnimation.-sectionAnimation033 .sec2 + .sec2 .container {
  border-top: none;
}

.scrollCont {
  position: relative;
  z-index: -10;
}

.page-backgroundAnimation .sec {
  position: relative;
  padding: 10rem;
}
.page-backgroundAnimation .sec:nth-of-type(5n + 1) {
  background: #fafcf2;
}
.page-backgroundAnimation .sec:nth-of-type(5n + 2) {
  background: #e2f5df;
}
.page-backgroundAnimation .sec:nth-of-type(5n + 3) {
  background: #c9e4ec;
}
.page-backgroundAnimation .sec:nth-of-type(5n + 4) {
  background: #b9c2ed;
}
.page-backgroundAnimation .sec:nth-of-type(5n + 5) {
  background: #f4cbe5;
}
.page-backgroundAnimation .sec_contents {
  position: relative;
  z-index: 1;
  padding: 5rem;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page-backgroundAnimation .sec_contents {
    padding: 3rem 2rem;
  }
}
.page-backgroundAnimation .sec_contents.-pr30 {
  padding-right: 30%;
}
.page-backgroundAnimation .sec_ttl {
  font-family: "Edu TAS Beginner", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .page-backgroundAnimation .sec_ttl {
    font-size: 3.2rem;
  }
}
.page-backgroundAnimation .sec_ttl span {
  padding-left: 0.5em;
  font-size: 50%;
}
.page-backgroundAnimation .sec_ttl span::before {
  content: " / ";
}
.page-backgroundAnimation .sec p {
  margin-top: 2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-backgroundAnimation .sec p {
    font-size: 1.4rem;
  }
}
.page-backgroundAnimation [class^="deco0"] {
  position: absolute;
  z-index: -1;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2248%22%20width%3D%2248%22%20fill%3D%22%23707070%22%3E%3Cpath%20d%3D%22m11%2039.6%205.3-2.15q-.65-1.9-1.125-3.85-.475-1.95-.825-3.95L11%2031.9Zm8.3-2.6h9.4q1.1-2.95%201.7-5.875Q31%2028.2%2031%2026q0-5.75-1.65-10.1T24%207.65q-3.7%203.9-5.35%208.25Q17%2020.25%2017%2026q0%202.2.6%205.125T19.3%2037ZM24%2025.5q-1.45%200-2.475-1.025Q20.5%2023.45%2020.5%2022q0-1.45%201.025-2.475Q22.55%2018.5%2024%2018.5q1.45%200%202.475%201.025Q27.5%2020.55%2027.5%2022q0%201.45-1.025%202.475Q25.45%2025.5%2024%2025.5Zm13%2014.1v-7.7l-3.35-2.25q-.35%202-.825%203.95-.475%201.95-1.125%203.85ZM24%203.55q5.1%204.5%207.55%209.975T34%2026v.25l4.65%203.15q.65.4%201%201.05t.35%201.4V44l-10-4H18L8%2044V31.85q0-.75.35-1.4.35-.65%201-1.05L14%2026.25V26q0-7%202.45-12.475T24%203.55Z%22%2F%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
}
.page-backgroundAnimation .deco01 {
  top: 20%;
  right: -6%;
  width: 30rem;
  height: 30rem;
  opacity: 0.4;
}
.page-backgroundAnimation .deco02 {
  top: 40%;
  left: 30%;
  width: 18rem;
  height: 18rem;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  opacity: 0.3;
}
.page-backgroundAnimation .deco03 {
  top: 70%;
  left: 10%;
  width: 7rem;
  height: 7rem;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.2;
}
.page-backgroundAnimation .bg01,
.page-backgroundAnimation .bg_h01 {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 200px);
  background: url(../images/pic001.jpg) center center/cover;
  opacity: 0.5;
}
.page-backgroundAnimation .-anime21,
.page-backgroundAnimation .-anime22,
.page-backgroundAnimation .-anime23 {
  top: 80%;
}
.page-backgroundAnimation [class^="deco1"] {
  position: absolute;
  z-index: -1;
  display: block;
  width: 8rem;
  height: 8rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2248%22%20width%3D%2248%22%20fill%3D%22%23707070%22%3E%3Cpath%20d%3D%22M24%2044q-6.35%200-11.175-4.425Q8%2035.15%208%2027.6q0-4.8%203.675-10.425Q15.35%2011.55%2022.85%205q.25-.2.55-.325.3-.125.6-.125t.6.125q.3.125.55.325%207.5%206.55%2011.175%2012.175Q40%2022.8%2040%2027.6q0%207.55-4.825%2011.975T24%2044Zm-.05-6.4q.8%200%201.225-.275.425-.275.425-.825%200-.55-.425-.85-.425-.3-1.275-.3-2.1%200-4.275-1.325Q17.45%2032.7%2016.85%2029.35q-.1-.45-.45-.725-.35-.275-.75-.275-.55%200-.85.425-.3.425-.2.875.75%204.2%203.55%206.075t5.8%201.875Z%22%2F%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
  opacity: 0.3;
}
.page-backgroundAnimation [class^="deco1"]::before,
.page-backgroundAnimation [class^="deco1"]::after {
  position: absolute;
  top: -50%;
  left: 100%;
  display: block;
  width: 50%;
  height: 50%;
  content: "";
  background: inherit;
}
.page-backgroundAnimation [class^="deco1"]::after {
  top: 10%;
  left: -30%;
  width: 30%;
  height: 30%;
}
.page-backgroundAnimation [class^="deco1"].-anime12 {
  width: 6rem;
  height: 6rem;
}
.page-backgroundAnimation [class^="deco1"].-anime13 {
  width: 4rem;
  height: 4rem;
}
.page-backgroundAnimation .deco11 {
  top: -5%;
  left: 1%;
}
.page-backgroundAnimation .deco12 {
  top: 5%;
  right: 8%;
}
.page-backgroundAnimation .deco13 {
  top: 15%;
  left: 5%;
}
.page-backgroundAnimation .deco14 {
  top: 20%;
  right: 1%;
}
.page-backgroundAnimation .deco15 {
  top: 40%;
  left: -2%;
}
.page-backgroundAnimation .deco16 {
  top: 50%;
  right: 3%;
}
.page-backgroundAnimation .deco17 {
  top: 55%;
  left: 3%;
}
.page-backgroundAnimation .deco18 {
  top: 82%;
  right: -1%;
}
.page-backgroundAnimation .deco19 {
  top: 90%;
  left: 0;
}
.page-backgroundAnimation .-anime24,
.page-backgroundAnimation .-anime25,
.page-backgroundAnimation .-anime26 {
  top: 0%;
}
.page-backgroundAnimation .bg02,
.page-backgroundAnimation .bg_h02 {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 200px);
  background: url(../images/pic002.jpg) center center/cover;
  opacity: 0.5;
}
.page-backgroundAnimation [class^="deco_h0"] {
  position: absolute;
  z-index: -1;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2248%22%20width%3D%2248%22%3E%3Cpath%20d%3D%22M11.2%2039.95q-2.45%200-4.175-1.725Q5.3%2036.5%205.3%2034.05H2V11q0-1.2.9-2.1Q3.8%208%205%208h28.95v8.35h5.25L46%2025.4v8.65h-3.55q0%202.45-1.725%204.175Q39%2039.95%2036.55%2039.95q-2.45%200-4.175-1.725Q30.65%2036.5%2030.65%2034.05H17.1q0%202.45-1.725%204.175Q13.65%2039.95%2011.2%2039.95Zm0-3q1.2%200%202.05-.85.85-.85.85-2.05%200-1.2-.85-2.05-.85-.85-2.05-.85-1.2%200-2.05.85-.85.85-.85%202.05%200%201.2.85%202.05.85.85%202.05.85ZM5%2031.05h1.1q.85-1.35%202.15-2.15%201.3-.8%202.9-.8%201.6%200%202.925.825%201.325.825%202.175%202.125h14.7V11H5Zm31.55%205.9q1.2%200%202.05-.85.85-.85.85-2.05%200-1.2-.85-2.05-.85-.85-2.05-.85-1.2%200-2.05.85-.85.85-.85%202.05%200%201.2.85%202.05.85.85%202.05.85Zm-2.6-10.2h9.3l-5.55-7.4h-3.75ZM18%2021.55Z%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
}
.page-backgroundAnimation .deco_h01 {
  top: 50%;
  left: 5%;
  width: 15rem;
  height: 15rem;
  opacity: 0.4;
}
.page-backgroundAnimation .deco_h02 {
  top: 10%;
  left: 12%;
  width: 10rem;
  height: 10rem;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  opacity: 0.3;
}
.page-backgroundAnimation .deco_h03 {
  top: 90%;
  left: 40%;
  width: 5rem;
  height: 5rem;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.2;
}
.page-backgroundAnimation [class^="deco_h1"] {
  position: absolute;
  z-index: -1;
  display: block;
  width: 8rem;
  height: 8rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2248%22%20width%3D%2248%22%3E%3Cpath%20d%3D%22M18%2038%204%2024l14-14%202.1%202.1L9.7%2022.5H44v3H9.7l10.4%2010.4Z%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
  opacity: 0.3;
}
.page-backgroundAnimation [class^="deco_h1"]::before,
.page-backgroundAnimation [class^="deco_h1"]::after {
  position: absolute;
  top: -50%;
  left: 100%;
  display: block;
  width: 50%;
  height: 50%;
  content: "";
  background: inherit;
}
.page-backgroundAnimation [class^="deco_h1"]::after {
  top: 10%;
  left: -30%;
  width: 30%;
  height: 30%;
}
.page-backgroundAnimation [class^="deco_h1"].-animeH12 {
  width: 6rem;
  height: 6rem;
}
.page-backgroundAnimation [class^="deco_h1"].-animeH13 {
  width: 4rem;
  height: 4rem;
}
.page-backgroundAnimation .deco_h11 {
  top: 1%;
  left: 95%;
}
.page-backgroundAnimation .deco_h12 {
  top: 15%;
  left: 50%;
}
.page-backgroundAnimation .deco_h13 {
  top: 40%;
  left: 65%;
}
.page-backgroundAnimation .deco_h14 {
  top: 50%;
  left: 70%;
}
.page-backgroundAnimation .deco_h15 {
  top: 70%;
  left: 60%;
}
.page-backgroundAnimation .deco_h16 {
  top: 90%;
  left: 65%;
}

/*# sourceMappingURL=app.css.map */
