*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.flex-shrink {
  flex-shrink: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-width: 1px;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.text-center {
  text-align: center;
}
.italic {
  font-style: italic;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#contentTop div,
#contentTop span,
#contentTop applet,
#contentTop object,
#contentTop iframe,
#contentTop h1,
#contentTop h2,
#contentTop h3,
#contentTop h4,
#contentTop h5,
#contentTop h6,
#contentTop p,
#contentTop blockquote,
#contentTop pre,
#contentTop a,
#contentTop abbr,
#contentTop acronym,
#contentTop address,
#contentTop big,
#contentTop cite,
#contentTop code,
#contentTop del,
#contentTop dfn,
#contentTop em,
#contentTop img,
#contentTop ins,
#contentTop kbd,
#contentTop q,
#contentTop s,
#contentTop samp,
#contentTop small,
#contentTop strike,
#contentTop strong,
#contentTop sub,
#contentTop sup,
#contentTop tt,
#contentTop var,
#contentTop b,
#contentTop u,
#contentTop i,
#contentTop center,
#contentTop dl,
#contentTop dt,
#contentTop dd,
#contentTop ol,
#contentTop ul,
#contentTop li,
#contentTop fieldset,
#contentTop form,
#contentTop label,
#contentTop legend,
#contentTop table,
#contentTop caption,
#contentTop tbody,
#contentTop tfoot,
#contentTop thead,
#contentTop tr,
#contentTop th,
#contentTop td,
#contentTop article,
#contentTop aside,
#contentTop canvas,
#contentTop details,
#contentTop embed,
#contentTop figure,
#contentTop figcaption,
#contentTop footer,
#contentTop header,
#contentTop hgroup,
#contentTop menu,
#contentTop nav,
#contentTop output,
#contentTop ruby,
#contentTop section,
#contentTop summary,
#contentTop time,
#contentTop mark,
#contentTop audio,
#contentTop video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
#contentTop article,
#contentTop aside,
#contentTop details,
#contentTop figcaption,
#contentTop figure,
#contentTop footer,
#contentTop header,
#contentTop hgroup,
#contentTop menu,
#contentTop nav,
#contentTop section {
  display: block;
}
#contentTop body {
  line-height: 1;
}
#contentTop ol,
#contentTop ul {
  list-style: none;
}
#contentTop blockquote,
#contentTop q {
  quotes: none;
}
#contentTop blockquote:before,
#contentTop blockquote:after,
#contentTop q:before,
#contentTop q:after {
  content: none;
}
#contentTop table {
  border-collapse: collapse;
  border-spacing: 0;
}
#contentTop html {
  box-sizing: border-box;
}
#contentTop *,
#contentTop *::before,
#contentTop *::after {
  box-sizing: inherit;
}
#contentTop * {
  margin: 0;
  padding: 0;
}
#contentTop img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#contentTop a {
  text-decoration: none;
}

@media screen and (max-width: 749px) {
  #contentTop .sm\:center-xy {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  #contentTop .sm\:center-y {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  #contentTop .sm\:center-x {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (min-width: 750px) {
  #contentTop .center-xy {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  #contentTop .center-y {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  #contentTop .center-x {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes tenmetsu {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotationReverse {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 102%, 0);
  }
  50.999% {
    opacity: 1;
    transform: translate3d(0, 102%, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(0, 102%, 0);
  }
  51.999% {
    opacity: 0;
    transform: translate3d(0, -102%, 0);
  }
  52% {
    opacity: 1;
    transform: translate3d(0, -102%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotationReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotationReverse_ {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(-360deg);
  }
}
@keyframes ellipse {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(0deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(360deg);
  }
}
@keyframes dotScaleDown {
  0% {
    transform: translate3d(-50%, 0, 0) 1;
  }
  100% {
    transform: translate3d(-50%, 0, 0) scale(0);
  }
}
@keyframes dotScale {
  0% {
    transform: translate3d(-50%, 0, 0) 0;
  }
  60% {
    transform: translate3d(-50%, 0, 0) scale(1.4);
  }
  100% {
    transform: translate3d(-50%, 0, 0) scale(1);
  }
}
@keyframes left1 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(-10deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(-80deg);
  }
}
@keyframes left2 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(-20deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(-70deg);
  }
}
@keyframes left3 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(-30deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(-60deg);
  }
}
@keyframes left4 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(-40deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(-50deg);
  }
}
@keyframes left5 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(-50deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(-40deg);
  }
}
@keyframes left6 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(-60deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(-30deg);
  }
}
@keyframes left7 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(-70deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(-20deg);
  }
}
@keyframes left8 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(-80deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(-10deg);
  }
}
@keyframes right1 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(10deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(80deg);
  }
}
@keyframes right2 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(20deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(70deg);
  }
}
@keyframes right3 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(30deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(60deg);
  }
}
@keyframes right4 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(40deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(50deg);
  }
}
@keyframes right5 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(50deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(40deg);
  }
}
@keyframes right6 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(60deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(30deg);
  }
}
@keyframes right7 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(70deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(20deg);
  }
}
@keyframes right8 {
  from {
    transform: translate3d(-50%, -50%, 0) rotateY(80deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotateY(10deg);
  }
}
@keyframes left1Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(-10deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(350deg);
  }
}
@keyframes left2Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(-20deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(340deg);
  }
}
@keyframes left3Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(-30deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(330deg);
  }
}
@keyframes left4Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(-40deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(320deg);
  }
}
@keyframes left5Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(-50deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(310deg);
  }
}
@keyframes left6Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(-60deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(300deg);
  }
}
@keyframes left7Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(-70deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(290deg);
  }
}
@keyframes left8Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(-80deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(280deg);
  }
}
@keyframes right1Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(10deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(370deg);
  }
}
@keyframes right2Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(20deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(380deg);
  }
}
@keyframes right3Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(30deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(390deg);
  }
}
@keyframes right4Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(40deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(400deg);
  }
}
@keyframes right5Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(50deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(410deg);
  }
}
@keyframes right6Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(60deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(420deg);
  }
}
@keyframes right7Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(70deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(430deg);
  }
}
@keyframes right8Round {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(80deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(440deg);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrollBar {
  0% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(0, 102%, 0);
  }
  40% {
    opacity: 0;
    transform: translate3d(0, 102%, 0);
  }
  40.001% {
    opacity: 0;
    transform: translate3d(0, -102%, 0);
  }
  40.002% {
    opacity: 1;
    transform: translate3d(0, -102%, 0);
  }
  65% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes titleAnim {
  0% {
    left: 0;
    width: 0;
    transform: translate3d(0, 0, 0);
  }
  50% {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
  }
  100% {
    left: 101%;
    width: 100%;
  }
}
@keyframes anime1 {
  0% {
    transform: scale(0.9, 0.9);
  }
  15% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
@keyframes icon {
  0% {
    transform: scale(0);
  }
  5% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#contentTop {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  will-change: opacity;
  color: #272727;
  transition: opacity 0.5s ease;
}
#contentTop.loaded {
  opacity: 1;
}
#contentTop .gif .gif-image {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#contentTop .gif .gif-image:nth-child(1) img {
  position: relative;
  top: auto;
  left: auto;
  transform: initial;
}
#contentTop .gif .gif-image picture, #contentTop .gif .gif-image img {
  display: block;
  height: 100%;
  width: 100%;
}
#contentTop .gif .gif-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
  -o-object-fit: cover;
     object-fit: cover;
}
#contentTop .gif .gif-image.active {
  opacity: 1;
  z-index: 1;
}
#contentTop .stevie-sans {
  font-family: "stevie-sans", sans-serif;
}
#contentTop .source-han-sans-cjk-ja {
  font-family: "source-han-sans-cjk-ja", sans-serif;
}
#contentTop .source-han-sans-cjk-ja.regular {
  font-weight: 400;
}
#contentTop .source-han-sans-cjk-ja.bold {
  font-weight: 700;
}
#contentTop .indivisible {
  font-family: "indivisible", sans-serif;
}
#contentTop .indivisible.regular {
  font-weight: 400;
}
#contentTop .indivisible.medium {
  font-weight: 500;
}
#contentTop .indivisible.semibold {
  font-weight: 600;
}
#contentTop .indivisible.bold {
  font-weight: 700;
}
#contentTop .bold {
  font-weight: bold;
}
#contentTop .parallax {
  display: block;
  position: relative;
}

@media screen and (max-width: 749px) {
  #contentTop .button {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding: 0 4.0712468193vw;
    height: 14.2493638677vw;
    width: 51.9083969466vw;
    background-color: #DC98CE;
  }
  #contentTop .button.long {
    width: 74.8091603053vw;
    background-color: #272727;
  }
  #contentTop .button-text {
    font-size: 3.0534351145vw;
    color: #ffffff;
  }
  #contentTop .button-arrow svg:nth-child(2) {
    display: none;
  }
  #contentTop .pv-section#section3 .text {
    margin-top: 10.1781170483vw;
    margin-bottom: 20.3562340967vw;
    margin-right: auto;
    margin-left: auto;
    width: 90.0763358779vw;
    font-size: 3.3078880407vw;
    line-height: 200%;
  }
  #contentTop .section#about {
    padding: 16.2849872774vw 0;
  }
  #contentTop .section#about h2 {
    margin-bottom: 10.1781170483vw;
    font-size: 4.5801526718vw;
    line-height: 160%;
  }
  #contentTop .section#about p {
    font-size: 3.8167938931vw;
    line-height: 200%;
    margin-left: auto;
    margin-right: auto;
    width: 90.0763358779vw;
    text-align: left;
  }
  #contentTop .section#invitation {
    padding: 10.1781170483vw 0 10.1781170483vw;
    background-color: #FBF7E5;
  }
  #contentTop .section#invitation .section__inner {
    margin-left: auto;
    margin-right: auto;
    width: 90.0763358779vw;
  }
  #contentTop .section#invitation .wrapper {
    margin-bottom: 8.1424936387vw;
    margin-left: auto;
    margin-right: auto;
    width: 90.0763358779vw;
  }
  #contentTop .section#invitation .wrapper h2 {
    margin-bottom: 7.6335877863vw;
    font-size: 7.1246819338vw;
    line-height: 120%;
    color: #EA9201;
  }
  #contentTop .section#invitation .wrapper h3 {
    margin-bottom: 5.0890585242vw;
    font-size: 4.0712468193vw;
    line-height: 160%;
  }
  #contentTop .section#invitation .wrapper p {
    font-size: 3.3078880407vw;
    line-height: 200%;
  }
  #contentTop .section#invitation .image {
    margin-left: auto;
    margin-right: auto;
  }
  #contentTop .section#index {
    padding: 10.1781170483vw 0 16.2849872774vw;
  }
  #contentTop .section#index .button {
    margin-left: auto;
    margin-right: auto;
    background-color: #272727;
  }
  #contentTop .section#index .section__inner {
    margin-left: auto;
    margin-right: auto;
    width: 90.0763358779vw;
  }
  #contentTop .section#index .wrapper {
    margin-bottom: 11.7048346056vw;
    padding: 6.106870229vw 0;
    height: 104.3256997455vw;
    box-sizing: border-box;
    overflow: scroll;
    border-top: 0.2544529262vw solid #B3B5BD;
    border-bottom: 0.2544529262vw solid #B3B5BD;
  }
  #contentTop .section#index .wrapper ul li {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    margin-bottom: 7.1246819338vw;
  }
  #contentTop .section#index .wrapper ul li p.no1 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no1::before {
    content: "1.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no2 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no2::before {
    content: "2.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no3 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no3::before {
    content: "3.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no4 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no4::before {
    content: "4.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no5 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no5::before {
    content: "5.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no6 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6.";
    flex-shrink: 0;
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no7 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no7::before {
    content: "7.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no8 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no8::before {
    content: "8.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no9 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no9::before {
    content: "9.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no10 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no10::before {
    content: "10.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no11 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no11::before {
    content: "11.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p:nth-child(1) {
    margin-bottom: 4.0712468193vw;
    font-size: 3.3078880407vw;
    line-height: 160%;
    color: #EA9201;
  }
  #contentTop .section#index .wrapper ul li p:nth-child(2) {
    font-size: 3.0534351145vw;
    line-height: 180%;
    color: #6D6D6D;
  }
  #contentTop .section#information {
    padding: 0 0 12.213740458vw 0;
    background-color: #F7F7F7;
  }
  #contentTop .section#information .section__inner {
    margin-left: auto;
    margin-right: auto;
  }
  #contentTop .section#information .section__inner .wrapper-image {
    margin-bottom: 10.1781170483vw;
  }
  #contentTop .section#information .section__inner .wrapper-content {
    margin-left: auto;
    margin-right: auto;
    width: 90.0763358779vw;
  }
  #contentTop .section#information .section__inner .wrapper-content h2 {
    margin-bottom: 10.1781170483vw;
    font-size: 6.106870229vw;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line {
    margin-bottom: 4.5801526718vw;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line a {
    color: #A9C23F;
    text-decoration: underline;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line:last-child {
    margin-bottom: 0;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line div:nth-child(1) {
    margin-bottom: 2.0356234097vw;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line div:nth-child(1) p {
    font-size: 3.3078880407vw;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line div:nth-child(2) p {
    font-size: 3.3078880407vw;
    line-height: 180%;
  }
  #contentTop .section#footer {
    padding: 20.3562340967vw 0;
  }
  #contentTop .section#footer h2 {
    margin-bottom: 8.1424936387vw;
    font-size: 3.5623409669vw;
  }
  #contentTop .section#footer .text {
    font-size: 3.0534351145vw;
    line-height: 180%;
  }
  #contentTop .section#footer .button {
    margin-top: 10.1781170483vw;
    margin-bottom: 10.1781170483vw;
    margin-left: auto;
    margin-right: auto;
  }
  #contentTop .section#footer ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.1424936387vw;
    width: 8.1424936387vw;
    margin-right: 4.0712468193vw;
  }
  #contentTop .section#footer ul li:last-child {
    margin-right: 0;
  }
  #contentTop .section#footer ul li a {
    color: #272727;
  }
  #contentTop .section#footer .note {
    margin-top: 16.2849872774vw;
    margin-bottom: 20.3562340967vw;
    font-size: 3.0534351145vw;
    line-height: 180%;
  }
  #contentTop .section#footer .scroll-trigger:active div {
    transform: rotateY(180deg);
  }
  #contentTop .section#footer .scroll-trigger div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: 10.1781170483vw;
    width: 10.1781170483vw;
    background-color: #F7F7F7;
    border-radius: 100%;
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  #contentTop .section#footer .scroll-trigger div svg {
    width: 3.0534351145vw;
  }
  #contentTop .section#footer .scroll-trigger p {
    margin-top: 2.0356234097vw;
    font-size: 3.0534351145vw;
  }
  #contentTop .section.common .wrapper {
    margin-bottom: 14.2493638677vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #contentTop .section.common .wrapper-image {
    margin-bottom: 10.1781170483vw;
  }
  #contentTop .section.common .wrapper-content {
    margin-left: auto;
    margin-right: auto;
    width: 90.0763358779vw;
  }
  #contentTop .section.common .wrapper-title {
    margin-bottom: 4.5801526718vw;
    line-height: 1;
    font-size: 7.1246819338vw;
  }
  #contentTop .section.common .wrapper-who span {
    display: block;
  }
  #contentTop .section.common .wrapper-who span.medium {
    font-size: 3.3078880407vw;
    color: #6D6D6D;
  }
  #contentTop .section.common .wrapper-who span.semibold {
    margin-bottom: 6.106870229vw;
    font-size: 6.106870229vw;
    line-height: 1.4;
  }
  #contentTop .section.common .wrapper h5 {
    margin-bottom: 6.106870229vw;
    font-size: 4.0712468193vw;
    line-height: 160%;
  }
  #contentTop .section.common .wrapper p {
    margin-bottom: 7.1246819338vw;
    font-size: 3.8167938931vw;
    line-height: 200%;
    color: #6D6D6D;
  }
}
@media screen and (min-width: 750px) {
  #contentTop .hover {
    will-change: opacity;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #contentTop .hover:hover {
    opacity: 0.5;
  }
  #contentTop .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    height: 56px;
    width: 183px;
    padding: 0 16px;
    background-color: #DC98CE;
  }
  #contentTop .button:hover::before {
    opacity: 1;
  }
  #contentTop .button:hover .button-text {
    transform: translate3d(5px, 0, 0);
  }
  #contentTop .button:hover .button-arrow svg:nth-child(1) {
    transform: translate3d(16px, -16px, 0);
  }
  #contentTop .button:hover .button-arrow svg:nth-child(2) {
    transform: translate3d(0, 0, 0);
  }
  #contentTop .button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #contentTop .button.long {
    width: 386px;
    background-color: #272727;
  }
  #contentTop .button-arrow {
    position: relative;
    height: 16px;
    width: 16px;
  }
  #contentTop .button-arrow svg {
    position: relative;
    display: block;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #contentTop .button-arrow svg:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(-16px, 16px, 0);
  }
  #contentTop .button-text {
    position: relative;
    font-size: 12px;
    color: #ffffff;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #contentTop .pv-section#section3 .text {
    margin-top: 48px;
    margin-bottom: 120px;
    margin-right: 0;
    margin-left: auto;
    width: 40.6944444444%;
    font-size: 13px;
    line-height: 200%;
  }
  #contentTop .pv-section#section3 .section__inner {
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333%;
  }
  #contentTop .section#about {
    padding: 80px 0;
  }
  #contentTop .section#about h2 {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 180%;
  }
  #contentTop .section#about p {
    font-size: 15px;
    line-height: 200%;
  }
  #contentTop .section#invitation {
    padding: 80px 0;
    background-color: #FBF7E5;
  }
  #contentTop .section#invitation .section__inner {
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333%;
  }
  #contentTop .section#invitation .wrapper {
    margin-bottom: 40px;
  }
  #contentTop .section#invitation .wrapper div {
    width: 40.6666666667%;
  }
  #contentTop .section#invitation .wrapper h2 {
    font-size: 40px;
    line-height: 120%;
    color: #EA9201;
  }
  #contentTop .section#invitation .wrapper h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 160%;
  }
  #contentTop .section#invitation .wrapper p {
    font-size: 13px;
    line-height: 160%;
    color: #6D6D6D;
  }
  #contentTop .section#invitation .image {
    margin-left: auto;
    margin-right: auto;
    width: 66.1666666667%;
  }
  #contentTop .section#index {
    padding: 64px 0 120px;
  }
  #contentTop .section#index .button {
    margin-left: auto;
    margin-right: auto;
    background-color: #272727;
  }
  #contentTop .section#index .section__inner {
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333%;
  }
  #contentTop .section#index .wrapper {
    margin-bottom: 64px;
  }
  #contentTop .section#index .wrapper ul {
    width: 31.0833333333%;
  }
  #contentTop .section#index .wrapper ul li {
    margin-bottom: 44px;
  }
  #contentTop .section#index .wrapper ul li:last-child {
    margin-bottom: 0;
  }
  #contentTop .section#index .wrapper ul li p.no1 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no1::before {
    content: "1.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no2 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no2::before {
    content: "2.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no3 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no3::before {
    content: "3.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no4 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no4::before {
    content: "4.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no5 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no5::before {
    content: "5.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no6 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6.";
    flex-shrink: 0;
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no7 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no7::before {
    content: "7.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no8 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no8::before {
    content: "8.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no9 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no9::before {
    content: "9.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no10 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no10::before {
    content: "10.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p.no11 {
    display: flex;
  }
  #contentTop .section#index .wrapper ul li p.no11::before {
    content: "11.";
    flex-shrink: 0;
  }
  #contentTop .section#index .wrapper ul li p.no6::before {
    content: "6&7.";
  }
  #contentTop .section#index .wrapper ul li p:nth-child(1) {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 160%;
    color: #EA9201;
  }
  #contentTop .section#index .wrapper ul li p:nth-child(2) {
    font-size: 13px;
    line-height: 180%;
    color: #6D6D6D;
  }
  #contentTop .section#information {
    padding: 64px 0;
    background-color: #F7F7F7;
  }
  #contentTop .section#information .section__inner {
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333%;
  }
  #contentTop .section#information .section__inner .wrapper {
    display: flex;
    justify-content: space-between;
  }
  #contentTop .section#information .section__inner .wrapper-image {
    width: 40.8333333333%;
  }
  #contentTop .section#information .section__inner .wrapper-content {
    width: 49.1666666667%;
  }
  #contentTop .section#information .section__inner .wrapper-content h2 {
    padding-bottom: 16px;
    margin-bottom: 32px;
    font-size: 24px;
    border-bottom: 1px solid #B3B5BD;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line {
    margin-bottom: 20px;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line a {
    color: #A9C23F;
    text-decoration: underline;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line:last-child {
    margin-bottom: 0;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line div:nth-child(1) {
    width: 112px;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line div:nth-child(1) p {
    font-size: 13px;
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line div:nth-child(2) {
    width: calc(100% - 136px);
  }
  #contentTop .section#information .section__inner .wrapper-content .line-wrapper .line div:nth-child(2) p {
    font-size: 13px;
    line-height: 180%;
  }
  #contentTop .section#footer {
    padding: 120px 0 80px;
  }
  #contentTop .section#footer h2 {
    margin-bottom: 32px;
    font-size: 16px;
  }
  #contentTop .section#footer .text {
    font-size: 13px;
    line-height: 180%;
  }
  #contentTop .section#footer .button {
    margin-top: 48px;
    margin-bottom: 53px;
    margin-left: auto;
    margin-right: auto;
  }
  #contentTop .section#footer ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin-right: 24px;
  }
  #contentTop .section#footer ul li:last-child {
    margin-right: 0;
  }
  #contentTop .section#footer ul li a {
    color: #272727;
  }
  #contentTop .section#footer .note {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 12px;
    line-height: 180%;
  }
  #contentTop .section#footer .scroll-trigger:hover div {
    transform: rotateY(180deg);
  }
  #contentTop .section#footer .scroll-trigger div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    width: 40px;
    background-color: #F7F7F7;
    border-radius: 100%;
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  #contentTop .section#footer .scroll-trigger div svg {
    width: 12px;
  }
  #contentTop .section#footer .scroll-trigger p {
    margin-top: 8px;
    font-size: 12px;
  }
  #contentTop .section.common .wrapper {
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333%;
  }
  #contentTop .section.common .wrapper-image {
    width: 49.1666666667%;
  }
  #contentTop .section.common .wrapper-content {
    width: 40.6666666667%;
  }
  #contentTop .section.common .wrapper-title {
    margin-bottom: 30px;
    line-height: 1;
    font-size: 40px;
  }
  #contentTop .section.common .wrapper-who span {
    display: block;
  }
  #contentTop .section.common .wrapper-who span.medium {
    font-size: 16px;
    color: #6D6D6D;
  }
  #contentTop .section.common .wrapper-who span.semibold {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.4;
  }
  #contentTop .section.common .wrapper h5 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 160%;
  }
  #contentTop .section.common .wrapper p {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 200%;
    color: #6D6D6D;
  }
}
@media (max-width: 750px) {

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:text-center {
    text-align: center;
  }
}