@charset "UTF-8";
*, ::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: #e5e7eb; /* 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;
}
@font-face {
  font-family: "script";
  src: url("../fonts/signpainter/SignPainter-HouseScript.woff2") format("woff2"), url("../fonts/signpainter/SignPainter-HouseScript.woff") format("woff"), url("../fonts/signpainter/SignPainter-HouseScript.otf") format("opentype");
}
@font-face {
  font-family: "cf";
  src: url("../fonts/venti/VentiCF-DemiBold.woff2") format("woff2"), url("../fonts/venti/VentiCF-DemiBold.woff") format("woff"), url("../fonts/venti/VentiCF-DemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "cf";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/venti/VentiCF-DemiBold.woff2") format("woff2"), url("../fonts/venti/VentiCF-DemiBold.woff") format("woff"), url("../fonts/venti/VentiCF-DemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "cf";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/venti/VentiCF-DemiBold.woff2") format("woff2"), url("../fonts/venti/VentiCF-DemiBold.woff") format("woff"), url("../fonts/venti/VentiCF-DemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "cf";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/venti/VentiCF-Bold.woff2") format("woff2"), url("../fonts/venti/VentiCF-Bold.woff") format("woff"), url("../fonts/venti/VentiCF-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "cf";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/venti/VentiCF-Bold.woff2") format("woff2"), url("../fonts/venti/VentiCF-Bold.woff") format("woff"), url("../fonts/venti/VentiCF-Bold.ttf") format("truetype");
}
a {
  color: #2a74b7;
  text-decoration: underline;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  a:hover {
    color: #999999;
    text-decoration: none;
  }
}
@media not all and (min-width: 768px) {
  a:active {
    color: #999999;
    text-decoration: none;
  }
}
body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #32373a;
  font-size: 14px;
}
body.is-naviOpened {
  overflow: hidden;
}

@media all and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
#__bs_notify__ {
  opacity: 0.25;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

html:root {
  margin-top: 0 !important;
}

:root {
  --wrap-max-width: 1920px;
  --wrap-width: 1440px;
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-ground {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d9edf2;
}

@media all and (min-width: 768px) {
  .l-ground {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
.l-ground__left {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  width: calc(0.6478873239 * (100% - 375px));
}

@media screen and (min-width: 768px) and (max-width: 1339px) {
  .l-ground__left {
    width: 45%;
  }
}
.l-ground__left-symbol {
  position: absolute;
  opacity: 0.36;
  top: -180px;
  left: -160px;
}
.l-ground__left-symbol svg {
  width: 557px;
  height: 557px;
  color: #fff;
  animation: anime-l-ground__left-symbol 60s linear infinite;
}

@keyframes anime-l-ground__left-symbol {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-ground__left-wrap {
  position: relative;
  width: 100%;
}

.l-ground__left-logo .__logo {
  color: #5c8cc9;
}
.l-ground__left-logo .__logo svg {
  width: 503px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1339px) {
  .l-ground__left-logo .__logo svg {
    width: 320px;
  }
}
.l-ground__left-contact {
  margin-top: 85px;
  width: 510px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) and (max-width: 1339px) {
  .l-ground__left-contact {
    width: 320px;
  }
  .l-ground__left-contact .c-side-contact {
    padding-top: 45px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-ground__left-contact .c-side-contact__head {
    font-size: 14px;
    top: 20px;
  }
  .l-ground__left-contact .c-side-contact__button {
    font-size: 14px;
  }
}
.l-ground__right {
  position: relative;
  flex-shrink: 0;
  width: calc(0.3521126761 * (100% - 375px));
}

@media not all and (min-width: 768px) {
  .l-ground__right {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339px) {
  .l-ground__right {
    display: none;
  }
}
.l-ground__right-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 650px;
  padding-left: 35px;
  padding-right: 35px;
}

.l-ground__right-copy {
  position: absolute;
  left: 35px;
  bottom: 30px;
}
.l-ground__right-copy > * + * {
  margin-top: 5px;
}
.l-ground__right-copy .__1 {
  font-size: 15px;
}
.l-ground__right-copy .__2 {
  font-size: 14px;
}

.l-header-spacer {
  height: calc(var(--width) * 60 / 375);
}

@media not all and (min-width: 768px) {
  .l-header-spacer {
    height: 60px;
  }
}
.l-main {
  position: relative;
  width: 100%;
  pointer-events: none;
}

.l-main__inner {
  position: relative;
  pointer-events: initial;
  font-size: calc(var(--width) * 16 / 375);
  min-height: 100vh;
  background-color: #fff;
}

@media not all and (min-width: 768px) {
  .l-main__inner {
    width: 100%;
    font-size: 16px;
  }
}
@media all and (min-width: 768px) {
  .l-main__inner {
    width: 375px;
    left: calc(0.6478873239 * (100% - 375px));
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1339px) {
  .l-main__inner {
    left: 45%;
  }
}
.l-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: var(--wrap-max-width, 1920px);
  margin: 0 auto;
}

.o-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 50px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #333;
  color: #333;
  font-size: 14px;
  transition: 0.3s;
}
a.o-button {
  color: #333;
  text-decoration: none;
}

.o-button:hover {
  cursor: pointer;
}

@media not all and (min-width: 768px) {
  .o-button:active {
    background-color: #333333;
    color: #ffffff;
  }
}
@media all and (min-width: 768px) {
  .o-button:hover {
    background-color: #333333;
    color: #ffffff;
  }
}
.o-exButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: calc(var(--width) * 50 / 375);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #5c8cc9;
  border: 1px solid #5c8cc9;
  transition: 0.3s;
}
.o-exButton span {
  font-weight: bold;
  color: #fff;
  font-size: calc(var(--width) * 16 / 375);
  letter-spacing: 0.1em;
  transition: 0.5s letter-spacing;
}
a.o-exButton {
  color: #fff;
  text-decoration: none;
}
a.o-exButton.--skelton {
  color: #5c8cc9;
}

.o-exButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(var(--width) * 25 / 375);
  width: calc(var(--width) * 52 / 375);
  height: 100%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 14' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.706,14.004 L44.991,12.458 L48.757,8.000 L-0.000,8.000 L-0.000,6.1000 L48.958,6.1000 L44.991,2.304 L45.706,0.757 L51.281,7.381 L45.706,14.004 ZM48.1000,7.712 L49.280,7.381 L48.1000,7.050 L48.1000,7.712 Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  pointer-events: none;
  transition: 0.5s transform;
  transform: translateX(0);
}
.o-exButton.--skelton {
  color: #5c8cc9;
  background-color: rgba(92, 140, 201, 0);
}
.o-exButton.--skelton span {
  color: #5c8cc9;
}
.o-exButton.--skelton::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 14' fill='%235c8cc9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.706,14.004 L44.991,12.458 L48.757,8.000 L-0.000,8.000 L-0.000,6.1000 L48.958,6.1000 L44.991,2.304 L45.706,0.757 L51.281,7.381 L45.706,14.004 ZM48.1000,7.712 L49.280,7.381 L48.1000,7.050 L48.1000,7.712 Z' /%3E%3C/svg%3E");
}
.o-exButton.--wide-1::after {
  right: calc(var(--width) * 15 / 375);
}
.o-exButton.--wide-2::after {
  right: calc(var(--width) * 5 / 375);
}

@media not all and (min-width: 768px) {
  .o-exButton {
    height: 50px;
  }
  .o-exButton span {
    font-size: 16px;
  }
  .o-exButton::after {
    right: 15px;
    width: 52px;
  }
  .o-exButton.--wide-1::after {
    right: 15px;
  }
  .o-exButton.--wide-2::after {
    right: 5px;
  }
  .o-exButton:active {
    background-color: #3f6ca6;
  }
  .o-exButton:active span {
    letter-spacing: 0.2em;
  }
  .o-exButton:active::after {
    transform: translateX(25%);
  }
  .o-exButton.--skelton:active {
    background-color: rgba(92, 140, 201, 0.15);
  }
}
@media all and (min-width: 768px) {
  .o-exButton:hover {
    background-color: #3f6ca6;
  }
  .o-exButton:hover span {
    letter-spacing: 0.2em;
  }
  .o-exButton:hover::after {
    transform: translateX(25%);
  }
  .o-exButton.--skelton:hover {
    background-color: rgba(92, 140, 201, 0.15);
  }
}
.o-followCircle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--width) * 150 / 375);
  height: calc(var(--width) * 150 / 375);
  clip-path: circle(50% at 50% 50%);
  background-image: linear-gradient(135deg, #5c8ec9 0%, #125fb9 45%, #003370 95%, #003370 100%);
}
.o-followCircle::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--width) * 4 / 375);
  left: calc(var(--width) * 4 / 375);
  width: calc(var(--width) * 142 / 375);
  height: calc(var(--width) * 142 / 375);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 252.47 252.41' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2' d='M251.41,117.21C247,54.9,197.11,5.17,134.74,1 M117.74,1C55.37,5.17,5.48,54.9,1.06,117.21 M1,134.21c3.95,62.77,54.04,113.01,116.74,117.21 M134.74,251.41c62.7-4.19,112.79-54.44,116.74-117.21' /%3E%3C/svg%3E");
  animation: anime-o-followCircle 30s linear infinite;
}
.o-followCircle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--width) * 30 / 375);
  margin: 0 auto;
  width: calc(var(--width) * 14 / 375);
  height: calc(var(--width) * 7 / 375);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: calc(var(--width) * 14 / 375);
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 7' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511,0.940 L2.057,0.225 L7.135,4.514 L12.212,0.225 L13.758,0.940 L7.135,6.516 L0.511,0.940 Z' /%3E%3C/svg%3E");
}
a.o-followCircle {
  text-decoration: none;
  color: #fff;
}

@media not all and (min-width: 768px) {
  .o-followCircle {
    width: 150px;
    height: 150px;
  }
  .o-followCircle::before {
    top: 4px;
    left: 4px;
    width: 142px;
    height: 142px;
  }
  .o-followCircle::after {
    width: 14px;
    height: 7px;
    bottom: 30px;
    background-size: 14px;
  }
}
@keyframes anime-o-followCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.o-followCircle__inner {
  padding-bottom: calc(var(--width) * 10 / 375);
}
.o-followCircle__inner .__text {
  text-align: center;
  color: #fff;
  line-height: 1.25;
}
.o-followCircle__inner .__text > * + * {
  margin-top: 0.5em;
}
.o-followCircle__inner .__text-1 {
  font-size: calc(var(--width) * 18 / 375);
  font-weight: bold;
}
.o-followCircle__inner .__text-2 {
  font-size: calc(var(--width) * 14 / 375);
}

@media not all and (min-width: 768px) {
  .o-followCircle__inner {
    padding-bottom: 10px;
  }
  .o-followCircle__inner .__text-1 {
    font-size: 18px;
  }
  .o-followCircle__inner .__text-2 {
    font-size: 14px;
  }
}
.o-header-naviButton {
  position: relative;
  width: calc(var(--width) * 60 / 375);
  height: calc(var(--width) * 60 / 375);
  background-color: #32373a;
  transition: 0.3s;
  cursor: pointer;
}

@media not all and (min-width: 768px) {
  .o-header-naviButton {
    width: 60px;
    height: 60px;
  }
}
@media all and (min-width: 768px) {
  .o-header-naviButton:hover {
    background-color: #2a74b7;
  }
}
@media not all and (min-width: 768px) {
  .o-header-naviButton:active {
    background-color: #2a74b7;
  }
}
.o-header-naviButton__shape {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(var(--width) * 5 / 375);
  left: calc(50% - var(--width) * 16 / 375);
  width: calc(var(--width) * 32 / 375);
  height: calc(var(--width) * 32 / 375);
}
.o-header-naviButton__shape span {
  display: block;
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 100%;
  transition: 0.3s;
}
.o-header-naviButton__shape span:nth-child(1) {
  left: 0%;
  top: calc(50% - var(--width) * 5 / 375);
  transform-origin: 50% 50%;
}
.o-header-naviButton__shape span:nth-child(2) {
  left: 0%;
  top: calc(50% + var(--width) * 5 / 375);
  transform-origin: 50% 50%;
}
.o-header-naviButton.is-naviOpened .o-header-naviButton__shape span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(15deg);
}
.o-header-naviButton.is-naviOpened .o-header-naviButton__shape span:nth-child(2) {
  top: calc(50% - 1px);
  transform: rotate(-15deg);
}

@media not all and (min-width: 768px) {
  .o-header-naviButton__shape {
    top: 5px;
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
  .o-header-naviButton__shape span:nth-child(1) {
    top: calc(50% - 5px);
  }
  .o-header-naviButton__shape span:nth-child(2) {
    top: calc(50% + 5px);
  }
}
.o-header-naviButton__text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 20px;
}
.o-header-naviButton__text:before {
  content: "menu";
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
.o-header-naviButton.is-naviOpened .o-header-naviButton__text:before {
  content: "close";
}

.o-roundButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
  height: calc(var(--width) * 50 / 375);
  width: 100%;
  max-width: calc(var(--width) * 295 / 375);
  margin-left: auto;
  margin-right: auto;
  padding: 0 calc(var(--width) * 20 / 375);
  border-radius: calc(var(--width) * 30 / 375);
  background-color: #2a74b7;
  border: 2px solid #2a74b7;
  text-align: center;
  line-height: 1.25;
  color: #6ebaba;
  font-size: calc(var(--width) * 16 / 375);
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}
a.o-roundButton {
  color: #fff;
  text-decoration: none;
}

.o-roundButton.--large {
  height: calc(var(--width) * 100 / 375);
  border-radius: calc(var(--width) * 50 / 375);
}
.o-roundButton.--mint-border {
  background-color: #fff;
  border: 2px solid #6ebaba;
}
a.o-roundButton.--mint-border {
  color: #6ebaba;
}

.o-roundButton.--mint-fill {
  background-color: #6ebaba;
  border: 2px solid #6ebaba;
}
.o-roundButton.--mint-rust-border {
  background-color: #fff;
  border: 2px solid #87bec3;
}
a.o-roundButton.--mint-rust-border {
  color: #87bec3;
}

.o-roundButton.--mint-rust-fill {
  background-color: #87bec3;
  border: 2px solid #87bec3;
}
.o-roundButton.--blue-border {
  background-color: #fff;
  border: 2px solid #2a74b7;
}
a.o-roundButton.--blue-border {
  color: #2a74b7;
}

.o-roundButton.--blue-fill {
  background-color: #2a74b7;
  border: 2px solid #2a74b7;
}
.o-roundButton.--blue-rust-border {
  background-color: #fff;
  border: 2px solid #5c8cc9;
}
a.o-roundButton.--blue-rust-border {
  color: #5c8cc9;
}

.o-roundButton.--blue-rust-fill {
  background-color: #5c8cc9;
  border: 2px solid #5c8cc9;
}
.o-roundButton .__icon {
  display: inline-block;
  margin-left: calc(var(--width) * 10 / 375);
  vertical-align: baseline;
}

@media not all and (min-width: 768px) {
  .o-roundButton {
    height: 50px;
    max-width: 295px;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 16px;
  }
  .o-roundButton.--large {
    height: 100px;
    border-radius: 50px;
  }
  .o-roundButton .__icon {
    margin-left: 10px;
  }
  .o-roundButton:active {
    border: 2px solid #fff;
    background-color: #32373a;
    color: #ffffff;
  }
  a.o-roundButton:active.--mint-border {
    color: #ffffff;
  }
  a.o-roundButton:active.--mint-rust-border {
    color: #ffffff;
  }
  a.o-roundButton:active.--blue-border {
    color: #ffffff;
  }
  a.o-roundButton:active.--blue-rust-border {
    color: #ffffff;
  }
}
@media all and (min-width: 768px) {
  .o-roundButton:hover {
    border: 2px solid #fff;
    background-color: #32373a;
    color: #ffffff;
  }
  a.o-roundButton:hover.--mint-border {
    color: #ffffff;
  }
  a.o-roundButton:hover.--mint-rust-border {
    color: #ffffff;
  }
  a.o-roundButton:hover.--blue-border {
    color: #ffffff;
  }
  a.o-roundButton:hover.--blue-rust-border {
    color: #ffffff;
  }
}
.o-title {
  position: relative;
  text-align: center;
  padding-bottom: calc(var(--width) * 8 / 375);
}
.o-title::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 32px;
  height: 3px;
  background-image: linear-gradient(120deg, #5c8ec9 0%, #003370 100%);
}
.o-title.--whited::after {
  background-image: none;
  background-color: #fff;
}

@media not all and (min-width: 768px) {
  .o-title {
    padding-bottom: 8px;
  }
}
.o-title__sub {
  margin-bottom: calc(var(--width) * 6 / 375);
  font-size: calc(var(--width) * 14 / 375);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #32373a;
}
.o-title.--whited .o-title__sub {
  color: #fff;
}

@media not all and (min-width: 768px) {
  .o-title__sub {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.o-title__main {
  font-family: "cf", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: calc(var(--width) * 53 / 375);
  color: #5c8cc9;
}
.o-title.--whited .o-title__main {
  color: #fff;
}

@media not all and (min-width: 768px) {
  .o-title__main {
    font-size: 53px;
  }
}
.c-faq-dropDown {
  position: relative;
}

.c-faq-dropDown-question {
  position: relative;
  width: 100%;
  padding-top: calc(var(--width) * 10 / 375);
  padding-bottom: calc(var(--width) * 10 / 375);
  padding-left: calc(var(--width) * 15 / 375);
  padding-right: calc(var(--width) * 53 / 375);
  background-color: #d9edf2;
  font-size: calc(var(--width) * 16 / 375);
  line-height: 1.25;
  text-align: left;
}
.c-faq-dropDown-question::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(var(--width) * 44 / 375);
  background-image: linear-gradient(135deg, #5c8ec9 0%, #125fb9 45%, #003370 95%, #003370 100%);
}
.c-faq-dropDown-question::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(var(--width) * 44 / 375);
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: calc(var(--width) * 19 / 375);
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 7' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511,0.940 L2.057,0.225 L7.135,4.514 L12.212,0.225 L13.758,0.940 L7.135,6.516 L0.511,0.940 Z' /%3E%3C/svg%3E");
  transition: 0.5s;
  transform: scale(1, 1);
}
.c-faq-dropDown-question.is-active::after {
  transform: scale(1, -1);
}

@media not all and (min-width: 768px) {
  .c-faq-dropDown-question {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 53px;
    font-size: 16px;
  }
  .c-faq-dropDown-question::before {
    width: 44px;
  }
  .c-faq-dropDown-question::after {
    width: 44px;
    background-size: 19px;
  }
}
.c-faq-dropDown-answer {
  margin-top: 2px;
  padding-top: calc(var(--width) * 10 / 375);
  padding-bottom: calc(var(--width) * 10 / 375);
  padding-left: calc(var(--width) * 15 / 375);
  padding-right: calc(var(--width) * 15 / 375);
  background-color: #d9edf2;
}

@media not all and (min-width: 768px) {
  .c-faq-dropDown-answer {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-gmenu-list > * + * {
  margin-top: calc(var(--width) * 25 / 375);
}

@media not all and (min-width: 768px) {
  .c-gmenu-list > * + * {
    margin-top: 25px;
  }
}
.c-gmenu-list__item > ul > li {
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
}
.c-gmenu-list__item > ul > li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #32373a;
}
.c-gmenu-list__item > ul > li a:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: #32373a;
  width: 0;
  bottom: -6px;
  left: auto;
  right: 0;
  transition: 0.3s;
}
.c-gmenu-list__item > ul > li .__icon {
  display: inline-block;
  flex-shrink: 0;
  margin-left: 8px;
}
.c-gmenu-list__item > ul > li > * + * {
  margin-top: 25px;
}
.c-gmenu-list__item > ul > li > .__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-gmenu-list__item > ul > li > .__row .__row-button {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 1em;
  height: 1em;
  cursor: pointer;
  transition: 0.3s;
}
.c-gmenu-list__item > ul > li > .__row .__row-button.is-active {
  transform: rotate(45deg);
}
.c-gmenu-list__item > ul > li > .__row .__row-button-inner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1em;
  left: -1em;
  width: 3em;
  height: 3em;
}
.c-gmenu-list__item > ul > li > ul {
  width: calc(100% + 15px);
  margin-left: -15px;
  padding: 30px 20px;
  background-color: #f4f4f4;
}
.c-gmenu-list__item > ul > li > ul > li {
  position: relative;
  padding-left: 1em;
}
.c-gmenu-list__item > ul > li > ul > li:before {
  position: absolute;
  content: "-";
  top: 0;
  left: 0;
}
.c-gmenu-list__item > ul > li > ul > li + li {
  margin-top: 25px;
}
.c-gmenu-list__item > ul > li + li {
  margin-top: 25px;
}

@media all and (min-width: 768px) {
  .c-gmenu-list__item > ul > li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media not all and (min-width: 768px) {
  .c-gmenu-list__item > ul > li a:active:after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.c-side-contact {
  position: relative;
  background-image: linear-gradient(135deg, #5c8ec9 0%, #125fb9 45%, #003370 95%, #003370 100%);
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.c-side-contact__head {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.c-side-contact__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s border-radius;
  overflow: hidden;
}
a.c-side-contact__button {
  text-decoration: none;
  color: #1f66be;
}

.c-side-contact__button::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  width: 14px;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 7' fill='%231f66be' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511,0.940 L2.057,0.225 L7.135,4.514 L12.212,0.225 L13.758,0.940 L7.135,6.516 L0.511,0.940 Z' /%3E%3C/svg%3E");
}

@media not all and (min-width: 768px) {
  .c-side-contact__button:active {
    border-radius: 35px;
  }
}
@media all and (min-width: 768px) {
  .c-side-contact__button:hover {
    border-radius: 35px;
  }
}
.c-side-menu {
  width: 100%;
}
.c-side-menu > * + * {
  margin-top: 25px;
}

.c-side-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 1.5em;
  width: 100%;
  font-size: 22px;
}
.c-side-menu__item::before {
  content: "";
  display: block;
  height: 3px;
  width: 31px;
  margin-right: 12px;
  background-image: linear-gradient(120deg, #5c8ec9 0%, #003370 100%);
}
.c-side-menu__item .__display {
  z-index: 2;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  left: 40px;
  height: 100%;
  color: rgba(50, 55, 58, 0);
  background-image: linear-gradient(120deg, #5c8ec9 0%, #125fb9 45%, #003370 95%, #003370 100%);
  --webkit-background-clip: text;
  -webkit-background-clip: text;
          background-clip: text;
  pointer-events: none;
  transition: 0.5s;
  opacity: 0;
}
.c-side-menu__item .__anchor {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  left: 40px;
  height: 100%;
  color: #32373a;
}
.c-side-menu__item a {
  text-decoration: none;
}
.c-side-menu__item.is-active .__display {
  opacity: 1;
}

@media all and (min-width: 768px) {
  .c-side-menu__item a.__anchor:hover ~ .__display {
    opacity: 1;
  }
}
.c-studio-feature {
  position: relative;
  background-color: #fff;
}

.c-studio-feature__number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  top: calc(var(--width) * -15 / 375);
  left: calc(var(--width) * 5 / 375);
  right: 0;
  margin: 0 auto;
}
.c-studio-feature__number img {
  height: calc(var(--width) * 64 / 375);
  width: auto;
}

@media not all and (min-width: 768px) {
  .c-studio-feature__number {
    top: -15px;
    left: 5px;
  }
  .c-studio-feature__number img {
    height: 64px;
  }
}
.c-studio-feature__image img {
  width: 100%;
  height: auto;
}

.c-studio-feature__content {
  padding-top: calc(var(--width) * 15 / 375);
  padding-bottom: calc(var(--width) * 20 / 375);
  padding-left: calc(var(--width) * 15 / 375);
  padding-right: calc(var(--width) * 15 / 375);
  text-align: center;
}
.c-studio-feature__content p {
  line-height: 1.5;
}

@media not all and (min-width: 768px) {
  .c-studio-feature__content {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-studio-list-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--width) * 9 / 375) calc(var(--width) * 13 / 375);
}
.c-studio-list-index li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--width) * 35 / 375);
  padding-right: calc(var(--width) * 35 / 375);
  background-color: #5c8cc9;
  color: #fff;
  font-size: calc(var(--width) * 18 / 375);
  text-decoration: none;
  border-radius: 0px;
  transition: 0.5s;
  overflow: hidden;
}
.c-studio-list-index li a span {
  position: relative;
  display: inline-block;
}
.c-studio-list-index li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(var(--width) * 35 / 375);
  height: calc(var(--width) * 35 / 375);
  background-color: #3f6ca6;
}
.c-studio-list-index li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(var(--width) * 35 / 375);
  height: calc(var(--width) * 35 / 375);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 7' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511,0.940 L2.057,0.225 L7.135,4.514 L12.212,0.225 L13.758,0.940 L7.135,6.516 L0.511,0.940 Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: calc(var(--width) * 14 / 375);
  background-position: center;
}

@media not all and (min-width: 768px) {
  .c-studio-list-index {
    gap: 9px 13px;
  }
  .c-studio-list-index li a {
    height: 35px;
    padding-right: 35px;
    font-size: 18px;
  }
  .c-studio-list-index li a::before {
    width: 35px;
    height: 35px;
  }
  .c-studio-list-index li a::after {
    width: 35px;
    height: 35px;
    background-size: 14px;
  }
  .c-studio-list-index li a:active {
    background-color: #3f6ca6;
  }
}
@media all and (min-width: 768px) {
  .c-studio-list-index li a:hover {
    background-color: #3f6ca6;
  }
}
.c-studio-numberBox {
  position: relative;
  background-color: #fff;
  padding-top: calc(var(--width) * 52 / 375);
  padding-left: calc(var(--width) * 12 / 375);
  padding-right: calc(var(--width) * 12 / 375);
  padding-bottom: calc(var(--width) * 20 / 375);
}

@media not all and (min-width: 768px) {
  .c-studio-numberBox {
    padding-top: 52px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
  }
}
.c-studio-numberBox__number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: calc(var(--width) * -20 / 375);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-studio-numberBox__number img {
  height: calc(var(--width) * 64 / 375);
  width: auto;
  margin-right: -1em;
}

@media not all and (min-width: 768px) {
  .c-studio-numberBox__number {
    top: -20px;
  }
  .c-studio-numberBox__number img {
    height: 64px;
  }
}
.c-studio-numberBox__title {
  margin-bottom: calc(var(--width) * 15 / 375);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-studio-numberBox__title .__text {
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
  font-size: calc(var(--width) * 22 / 375);
  background-image: linear-gradient(135deg, #5c8ec9 0%, #125fb9 45%, #003370 95%, #003370 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media not all and (min-width: 768px) {
  .c-studio-numberBox__title {
    margin-bottom: 15px;
  }
  .c-studio-numberBox__title .__text {
    font-size: 22px;
  }
}
.c-studio-numberBox__content p {
  line-height: 1.75;
}

.c-studio-schedule {
  position: relative;
}

.c-studio-schedule__label {
  position: relative;
  width: 100%;
  padding-top: calc(var(--width) * 10 / 375);
  padding-bottom: calc(var(--width) * 10 / 375);
  padding-left: calc(var(--width) * 15 / 375);
  padding-right: calc(var(--width) * 53 / 375);
  background-color: #d9edf2;
  font-size: calc(var(--width) * 16 / 375);
  line-height: 1.25;
  text-align: left;
  font-weight: bold;
}
.c-studio-schedule__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(var(--width) * 44 / 375);
  background-image: linear-gradient(135deg, #5c8ec9 0%, #125fb9 45%, #003370 95%, #003370 100%);
}
.c-studio-schedule__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(var(--width) * 44 / 375);
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: calc(var(--width) * 19 / 375);
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 7' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511,0.940 L2.057,0.225 L7.135,4.514 L12.212,0.225 L13.758,0.940 L7.135,6.516 L0.511,0.940 Z' /%3E%3C/svg%3E");
  transition: 0.5s;
  transform: scale(1, 1);
}
.c-studio-schedule__label.is-active::after {
  transform: scale(1, -1);
}

@media not all and (min-width: 768px) {
  .c-studio-schedule__label {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 53px;
    font-size: 16px;
  }
  .c-studio-schedule__label::before {
    width: 44px;
  }
  .c-studio-schedule__label::after {
    width: 44px;
    background-size: 19px;
  }
}
.c-studio-schedule__inner {
  padding-top: calc(var(--width) * 20 / 375);
  padding-bottom: calc(var(--width) * 40 / 375);
}

@media not all and (min-width: 768px) {
  .c-studio-schedule__inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.c-studio-schedule__description .__image {
  margin-bottom: calc(var(--width) * 10 / 375);
}
.c-studio-schedule__description .__image img {
  aspect-ratio: 325/180;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-studio-schedule__description .__description-body {
  padding: calc(var(--width) * 10 / 375) calc(var(--width) * 20 / 375);
  background-color: #ececec;
  line-height: 1.75;
}
.c-studio-schedule__description .__description-foot {
  margin-top: 2px;
  padding: calc(var(--width) * 10 / 375) calc(var(--width) * 20 / 375);
  background-color: #ececec;
}
.c-studio-schedule__description .__description-foot dl {
  display: flex;
  font-size: calc(var(--width) * 16 / 375);
}
.c-studio-schedule__description .__description-foot dl dt {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 calc(var(--width) * 5 / 375);
  line-height: 1;
  background-color: #5c8cc9;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
.c-studio-schedule__description .__description-foot dl dd {
  flex-grow: 1;
  padding-left: calc(var(--width) * 8 / 375);
  color: #5c8cc9;
}

@media not all and (min-width: 768px) {
  .c-studio-schedule__description .__image {
    margin-bottom: 10px;
  }
  .c-studio-schedule__description .__description-body {
    padding: 10px 20px;
  }
  .c-studio-schedule__description .__description-foot {
    padding: 10px 20px;
  }
  .c-studio-schedule__description .__description-foot dl {
    font-size: 16px;
  }
  .c-studio-schedule__description .__description-foot dl dt {
    padding: 0 5px;
  }
  .c-studio-schedule__description .__description-foot dl dd {
    padding-left: 8px;
  }
}
.c-studio-schedule__information {
  margin-top: calc(var(--width) * 20 / 375);
}
.c-studio-schedule__information .__title {
  color: #5c8cc9;
  font-size: calc(var(--width) * 16 / 375);
  padding-bottom: calc(var(--width) * 5 / 375);
  margin-bottom: calc(var(--width) * 10 / 375);
  border-bottom: 2px solid #5c8cc9;
}
.c-studio-schedule__information > p {
  line-height: 1.75;
}
.c-studio-schedule__information .__text {
  font-weight: bold;
}
.c-studio-schedule__information dl.__list {
  display: grid;
  grid-template-columns: calc(var(--width) * 60 / 375) 1fr;
  gap: 1px;
  line-height: 1.5;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.c-studio-schedule__information dl.__list dt {
  text-align: center;
  padding: 0.25em 0.5em;
  background-color: #d9edf2;
}
.c-studio-schedule__information dl.__list dd {
  background-color: #fff;
  padding: 0.25em 0.5em;
}
.c-studio-schedule__information p + dl.__list {
  margin-top: 0.5em;
}

@media not all and (min-width: 768px) {
  .c-studio-schedule__information {
    margin-top: 20px;
  }
  .c-studio-schedule__information .__title {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.m-gmenu__sitemap {
  margin-bottom: 40px;
}

.m-gmenu__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.m-gmenu__info-button-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 45px;
  gap: 16px;
}
.m-gmenu__info-button-top .o-roundButton {
  width: 335px;
  height: 60px;
  border-radius: 30px;
}

.m-gmenu__info-logo {
  margin-bottom: 25px;
}
.m-gmenu__info-logo img {
  width: 215px;
  height: auto;
  transition: 0.3s;
}
.m-gmenu__info-logo a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media all and (min-width: 768px) {
  .m-gmenu__info-logo a:hover img {
    opacity: 0.6;
  }
}
@media not all and (min-width: 768px) {
  .m-gmenu__info-logo a:active img {
    opacity: 0.6;
  }
}
.m-gmenu__info-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  margin-bottom: 20px;
}
.m-gmenu__info-sns > li a {
  color: #86979e;
  transition: 0.3s;
}

@media all and (min-width: 768px) {
  .m-gmenu__info li a:hover {
    opacity: 0.6;
  }
}
@media not all and (min-width: 768px) {
  .m-gmenu__info li a:active {
    opacity: 0.6;
  }
}
.m-gmenu__info-button-bottom {
  flex-shrink: 0;
  width: 100%;
  text-align: center;
}
.m-gmenu__info-button-bottom > * {
  flex-shrink: 0;
}
.m-gmenu__info-button-bottom .o-roundButton {
  width: 335px;
  height: 60px;
  border-radius: 30px;
}

.m-studio-flow__pager {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: calc(var(--width) * 5 / 375);
  margin-bottom: calc(var(--width) * 25 / 375);
}
.m-studio-flow__pager li {
  flex-grow: 1;
  height: calc(var(--width) * 50 / 375);
}
.m-studio-flow__pager li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.m-studio-flow__pager li button svg {
  color: #32373a;
  width: calc(var(--width) * 32 / 375);
  height: calc(var(--width) * 32 / 375);
}
.m-studio-flow__pager li button::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  margin: 0 auto;
  width: calc(var(--width) * 20 / 375);
  height: calc(var(--width) * 18 / 375);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #5c8cc9;
  opacity: 0;
}
.m-studio-flow__pager li button.--selected {
  background-color: #5c8cc9;
}
.m-studio-flow__pager li button.--selected svg {
  color: #fff;
}
.m-studio-flow__pager li button.--selected::after {
  opacity: 1;
}

@media not all and (min-width: 768px) {
  .m-studio-flow__pager {
    gap: 5px;
    margin-bottom: 25px;
  }
  .m-studio-flow__pager li {
    height: 50px;
  }
  .m-studio-flow__pager li button svg {
    width: 32px;
    height: 32px;
  }
  .m-studio-flow__pager li button::after {
    width: 20px;
    height: 18px;
  }
}
.m-studio-flow__body {
  background-color: #fff;
  padding: calc(var(--width) * 20 / 375) calc(var(--width) * 15 / 375);
}

@media not all and (min-width: 768px) {
  .m-studio-flow__body {
    padding: 20px 15px;
  }
}
.m-studio-flow__body-item > * + * {
  margin-top: 0.5em;
}
.m-studio-flow__body-item em {
  display: block;
  font-style: normal;
  font-weight: bold;
  color: #5c8cc9;
}
.m-studio-flow__body-item ul li {
  position: relative;
  padding-left: 1.2em;
}
.m-studio-flow__body-item ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.m-studio-flow__body-item .o-exButton {
  margin-top: 1.5em;
}

.m-studio-form > * + * {
  margin-top: calc(var(--width) * 20 / 375);
}

@media not all and (min-width: 768px) {
  .m-studio-form > * + * {
    margin-top: 20px;
  }
}
.m-studio-form__item input[type=text],
.m-studio-form__item input[type=email],
.m-studio-form__item input[type=tel],
.m-studio-form__item input[type=date],
.m-studio-form__item input[type=time],
.m-studio-form__item textarea {
  padding: 0.5em 1em;
  width: 100%;
}
.m-studio-form__item select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5em 1em;
  width: 100%;
  padding-right: 2em;
  background-repeat: no-repeat;
  background-size: 0.8em;
  background-position: right 0.75em center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 7' fill='%231f66be' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511,0.940 L2.057,0.225 L7.135,4.514 L12.212,0.225 L13.758,0.940 L7.135,6.516 L0.511,0.940 Z' /%3E%3C/svg%3E");
}
.m-studio-form__item .__form-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: calc(var(--width) * 15 / 375);
  color: #fff;
}
.m-studio-form__item .__form-checkbox input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0;
  opacity: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
}
.m-studio-form__item .__form-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.75em);
  left: 0px;
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
}
.m-studio-form__item .__form-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.75em);
  left: 0px;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='%231a63bc' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.874,0.940 L5.899,13.685 C5.778,13.878 5.554,13.1000 5.311,13.1000 C5.309,13.1000 5.307,13.1000 5.305,13.1000 C5.064,13.1000 4.841,13.884 4.718,13.694 L0.097,6.600 C-0.087,6.318 -0.003,5.955 0.290,5.765 C0.582,5.576 0.984,5.625 1.212,5.878 L5.251,10.351 L12.714,0.275 C12.921,-0.005 13.331,-0.083 13.643,0.096 C13.955,0.274 14.057,0.648 13.874,0.940 Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  opacity: 0;
}
.m-studio-form__item .__form-checkbox:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.m-studio-form__item button[type=submit] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(var(--width) * 70 / 375);
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  font-size: calc(var(--width) * 20 / 375);
  font-weight: bold;
  transition: 0.5s border-radius;
  overflow: hidden;
  color: #2a74b7;
}
.m-studio-form__item button[type=submit]::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(var(--width) * 16 / 375);
  width: calc(var(--width) * 14 / 375);
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: calc(var(--width) * 14 / 375);
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 7' fill='%231f66be' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511,0.940 L2.057,0.225 L7.135,4.514 L12.212,0.225 L13.758,0.940 L7.135,6.516 L0.511,0.940 Z' /%3E%3C/svg%3E");
}
.m-studio-form__item button[type=submit][disabled] {
  pointer-events: none;
  color: #ccc;
}
.m-studio-form__item button[type=submit][disabled]::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 7' fill='%23ccc' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511,0.940 L2.057,0.225 L7.135,4.514 L12.212,0.225 L13.758,0.940 L7.135,6.516 L0.511,0.940 Z' /%3E%3C/svg%3E");
}

@media not all and (min-width: 768px) {
  .m-studio-form__item .__form-checkbox {
    font-size: 15px;
  }
  .m-studio-form__item button[type=submit] {
    height: 70px;
    font-size: 20px;
  }
  .m-studio-form__item button[type=submit]::after {
    right: 16px;
    width: 14px;
    background-size: 14px;
  }
  .m-studio-form__item button[type=submit]:active {
    border-radius: 35px;
  }
}
@media all and (min-width: 768px) {
  .m-studio-form__item button[type=submit]:hover {
    border-radius: calc(var(--width) * 35 / 375);
  }
}
.m-studio-form__item-label {
  margin-bottom: 0.25em;
  color: #fff;
}

.m-studio-form__item-body .__col-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
}
.m-studio-form__item-body .__col-2 > * {
  flex-grow: 1;
}

.m-studio-instructor__pager-1 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--width) * 10 / 375);
  margin-bottom: 5px;
}
.m-studio-instructor__pager-1 li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: calc(var(--width) * 10 / 375);
  background-color: #fff;
}
.m-studio-instructor__pager-1 li button.--selected {
  background-color: #32373a;
  color: #fff;
}
.m-studio-instructor__pager-1::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  height: 5px;
  width: 100%;
  background-image: linear-gradient(120deg, #5c8ec9 0%, #003370 100%);
}

@media not all and (min-width: 768px) {
  .m-studio-instructor__pager-1 {
    gap: 10px;
  }
  .m-studio-instructor__pager-1 li button {
    padding: 10px;
  }
}
.m-studio-instructor__body {
  padding-top: calc(var(--width) * 20 / 375);
}

@media not all and (min-width: 768px) {
  .m-studio-instructor__body {
    padding-top: 20px;
  }
}
.m-studio-instructor__body-item-image {
  position: relative;
  margin-bottom: calc(var(--width) * 55 / 375);
}
.m-studio-instructor__body-item-image .__image img {
  aspect-ratio: 325/180;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.m-studio-instructor__body-item-image .__label {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-studio-instructor__body-item-image .__label-inner {
  padding: calc(var(--width) * 10 / 375) calc(var(--width) * 15 / 375);
  background-color: #5c8cc9;
  text-align: center;
  transform: translateY(-50%);
}
.m-studio-instructor__body-item-image .__label-inner-name {
  font-size: calc(var(--width) * 20 / 375);
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
}
.m-studio-instructor__body-item-image .__label-inner-title {
  font-size: calc(var(--width) * 14 / 375);
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
}

@media not all and (min-width: 768px) {
  .m-studio-instructor__body-item-image {
    margin-bottom: 55px;
  }
  .m-studio-instructor__body-item-image .__label-inner {
    padding: 10px 15px;
  }
  .m-studio-instructor__body-item-image .__label-inner-name {
    font-size: 20px;
  }
  .m-studio-instructor__body-item-image .__label-inner-title {
    font-size: 14px;
  }
}
.m-studio-instructor__body-item-description .__description {
  font-size: calc(var(--width) * 16 / 375);
  line-height: 1.75;
}
.m-studio-instructor__body-item-description .__messageTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 0.5em;
  white-space: nowrap;
  font-size: calc(var(--width) * 16 / 375);
  color: #5c8cc9;
  font-weight: bold;
}
.m-studio-instructor__body-item-description .__messageTitle::before, .m-studio-instructor__body-item-description .__messageTitle::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-image: linear-gradient(120deg, #5c8ec9 0%, #003370 100%);
}
.m-studio-instructor__body-item-description .__message {
  font-size: calc(var(--width) * 16 / 375);
  line-height: 1.75;
}

@media not all and (min-width: 768px) {
  .m-studio-instructor__body-item-description .__description {
    font-size: 16px;
  }
  .m-studio-instructor__body-item-description .__messageTitle {
    font-size: 16px;
  }
  .m-studio-instructor__body-item-description .__message {
    font-size: 16px;
  }
}
.m-studio-instructor__pager-2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--width) * 10 / 375);
  margin-top: calc(var(--width) * 30 / 375);
}
.m-studio-instructor__pager-2 li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: calc(var(--width) * 10 / 375);
  background-color: #fff;
}
.m-studio-instructor__pager-2 li button::after {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  width: 12px;
  height: 14px;
  margin: 0 auto;
  background-color: #32373a;
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  opacity: 0;
}
.m-studio-instructor__pager-2 li button.--selected {
  background-color: #32373a;
  color: #fff;
}
.m-studio-instructor__pager-2 li button.--selected::after {
  opacity: 1;
}

@media not all and (min-width: 768px) {
  .m-studio-instructor__pager-2 {
    gap: 10px;
    margin-top: 30px;
  }
  .m-studio-instructor__pager-2 li button {
    padding: 10px;
  }
}
.m-studio-list {
  border-top: 1px solid #d5d5d5;
}

.m-studio-list__item {
  border-bottom: 1px solid #d5d5d5;
  padding-top: calc(var(--width) * 33 / 375);
  padding-bottom: calc(var(--width) * 38 / 375);
}

@media not all and (min-width: 768px) {
  .m-studio-list__item {
    padding-top: 33px;
    padding-bottom: 38px;
  }
}
.m-studio-list__item-image {
  position: relative;
  margin-bottom: calc(var(--width) * 21 / 375);
}
.m-studio-list__item-image .__image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.m-studio-list__item-image .__image img {
  width: calc(var(--width) * 240 / 375);
  height: calc(var(--width) * 160 / 375);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.m-studio-list__item-image .__label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.m-studio-list__item-image .__label-text {
  position: relative;
}
.m-studio-list__item-image .__label-text span {
  position: relative;
  display: block;
  background-color: #32373a;
  color: #fff;
  min-width: calc(var(--width) * 110 / 375);
  padding: calc(var(--width) * 18 / 375);
  text-align: center;
  font-size: calc(var(--width) * 16 / 375);
  font-weight: bold;
  line-height: 1.2;
}
.m-studio-list__item-image .__label-text::before {
  content: "";
  position: absolute;
  top: calc(var(--width) * 5 / 375);
  left: calc(var(--width) * 7 / 375);
  width: 100%;
  height: 100%;
  background-color: #5c8cc9;
}

@media not all and (min-width: 768px) {
  .m-studio-list__item-image {
    margin-bottom: 21px;
  }
  .m-studio-list__item-image .__image img {
    width: 240px;
    height: 160px;
  }
  .m-studio-list__item-image .__label-text span {
    min-width: 110px;
    padding: 18px;
    font-size: 16px;
  }
  .m-studio-list__item-image .__label-text::before {
    top: 5px;
    left: 7px;
  }
}
.m-studio-list__item-description {
  font-size: calc(var(--width) * 14 / 375);
}
.m-studio-list__item-description .__box {
  background-color: #d5d5d5;
  padding: calc(var(--width) * 15 / 375);
  text-align: center;
}
.m-studio-list__item-description .__box > * + * {
  margin-top: 0.5em;
}
.m-studio-list__item-description em {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: calc(var(--width) * 18 / 375);
  line-height: 1.25;
}
.m-studio-list__item-description small {
  display: inline-block;
  font-size: calc(var(--width) * 14 / 375);
}

@media not all and (min-width: 768px) {
  .m-studio-list__item-description {
    font-size: 14px;
  }
  .m-studio-list__item-description .__box {
    padding: 15px;
  }
  .m-studio-list__item-description em {
    font-size: 18px;
  }
  .m-studio-list__item-description small {
    font-size: 14px;
  }
}
.m-studio-list__item-link {
  margin-top: calc(var(--width) * 20 / 375);
}

@media not all and (min-width: 768px) {
  .m-studio-list__item-link {
    margin-top: 20px;
  }
}
.t-studio-about {
  position: relative;
  padding-top: calc(var(--width) * 55 / 375);
  padding-bottom: calc(var(--width) * 70 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-about {
    padding-top: 55px;
    padding-bottom: 70px;
  }
}
.t-studio-about__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(var(--width) * 30 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-about__head {
    margin-bottom: 30px;
  }
}
.t-studio-about__image {
  position: relative;
  margin-bottom: calc(var(--width) * 45 / 375);
}
.t-studio-about__image .__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/235;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.t-studio-about__image .__label {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.t-studio-about__image .__label-text {
  position: relative;
  transform: translateY(45%);
}
.t-studio-about__image .__label-text span {
  position: relative;
  display: block;
  background-color: #32373a;
  color: #fff;
  min-width: calc(var(--width) * 110 / 375);
  padding: calc(var(--width) * 18 / 375);
  text-align: center;
  font-size: calc(var(--width) * 16 / 375);
  font-weight: bold;
  line-height: 1.2;
}
.t-studio-about__image .__label-text::before {
  content: "";
  position: absolute;
  top: calc(var(--width) * 5 / 375);
  left: calc(var(--width) * 7 / 375);
  width: 100%;
  height: 100%;
  background-color: #5c8cc9;
}

@media not all and (min-width: 768px) {
  .t-studio-about__image {
    margin-bottom: 45px;
  }
  .t-studio-about__image .__label-text span {
    min-width: 110px;
    padding: 18px;
    font-size: 16px;
  }
  .t-studio-about__image .__label-text::before {
    top: 5px;
    left: 7px;
  }
}
.t-studio-about__description {
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
  font-size: calc(var(--width) * 14 / 375);
}
.t-studio-about__description .__box {
  background-color: #d5d5d5;
  padding: calc(var(--width) * 15 / 375);
  text-align: center;
}
.t-studio-about__description .__box > * + * {
  margin-top: 0.5em;
}
.t-studio-about__description em {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: calc(var(--width) * 18 / 375);
  line-height: 1.25;
}
.t-studio-about__description small {
  display: inline-block;
  font-size: calc(var(--width) * 14 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-about__description {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }
  .t-studio-about__description .__box {
    padding: 15px;
  }
  .t-studio-about__description em {
    font-size: 18px;
  }
  .t-studio-about__description small {
    font-size: 14px;
  }
}
.t-studio-about__map {
  margin-top: calc(var(--width) * 35 / 375);
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
}
.t-studio-about__map .__map {
  position: relative;
}
.t-studio-about__map .__map::before {
  content: "";
  display: block;
  padding-top: 70.7692307692%;
}
.t-studio-about__map .__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media not all and (min-width: 768px) {
  .t-studio-about__map {
    margin-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.t-studio-contact {
  position: relative;
  padding-top: calc(var(--width) * 40 / 375);
  padding-bottom: calc(var(--width) * 55 / 375);
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
  background-image: linear-gradient(135deg, #5c8ec9 0%, #125fb9 45%, #003370 95%, #003370 100%);
}

@media not all and (min-width: 768px) {
  .t-studio-contact {
    padding-top: 40px;
    padding-bottom: 55px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.t-studio-contact__symbol {
  position: absolute;
  opacity: 0.07;
  top: calc(var(--width) * -55 / 375);
  left: calc(var(--width) * -40 / 375);
}
.t-studio-contact__symbol svg {
  width: calc(var(--width) * 203 / 375);
  height: calc(var(--width) * 203 / 375);
  color: #fff;
  animation: anime-t-studio-contact__symbol 60s linear infinite;
}

@media not all and (min-width: 768px) {
  .t-studio-contact__symbol {
    top: -55px;
    left: -40px;
  }
  .t-studio-contact__symbol svg {
    width: 203px;
    height: 203px;
  }
}
@keyframes anime-t-studio-contact__symbol {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.t-studio-contact__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(var(--width) * 30 / 375);
}

@media not all and (min-width: 640px) {
  .t-studio-contact__head {
    margin-bottom: 30px;
  }
}
.t-studio-contact__button-1 {
  position: relative;
}
.t-studio-contact__button-1 .__head {
  color: #fff;
  text-align: center;
  font-size: calc(var(--width) * 16 / 375);
  margin-bottom: calc(var(--width) * 8 / 375);
}
.t-studio-contact__button-1 a.__button {
  text-decoration: none;
  color: #1f66be;
}
.t-studio-contact__button-1 .__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(var(--width) * 70 / 375);
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  font-size: calc(var(--width) * 20 / 375);
  font-weight: bold;
  transition: 0.5s border-radius;
  overflow: hidden;
}
.t-studio-contact__button-1 .__button::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(var(--width) * 16 / 375);
  width: calc(var(--width) * 14 / 375);
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: calc(var(--width) * 14 / 375);
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 7' fill='%231f66be' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511,0.940 L2.057,0.225 L7.135,4.514 L12.212,0.225 L13.758,0.940 L7.135,6.516 L0.511,0.940 Z' /%3E%3C/svg%3E");
}

@media not all and (min-width: 768px) {
  .t-studio-contact__button-1 .__head {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .t-studio-contact__button-1 .__button {
    height: 70px;
    font-size: 20px;
  }
  .t-studio-contact__button-1 .__button::after {
    right: 16px;
    width: 14px;
    background-size: 14px;
  }
  .t-studio-contact__button-1 .__button:active {
    border-radius: 35px;
  }
}
@media all and (min-width: 768px) {
  .t-studio-contact__button-1 .__button:hover {
    border-radius: calc(var(--width) * 35 / 375);
  }
}
.t-studio-contact__button-2 {
  position: relative;
}
.t-studio-contact__button-2 .__head {
  color: #fff;
  text-align: center;
  font-size: calc(var(--width) * 16 / 375);
  margin-bottom: calc(var(--width) * 8 / 375);
}
.t-studio-contact__button-2 a.__button {
  text-decoration: none;
  color: #1f66be;
}
.t-studio-contact__button-2 .__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(var(--width) * 70 / 375);
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  font-size: calc(var(--width) * 20 / 375);
  font-weight: bold;
  transition: 0.5s border-radius;
  overflow: hidden;
}
.t-studio-contact__button-2 .__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(var(--width) * 15 / 375);
  width: calc(var(--width) * 52 / 375);
  height: 100%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 14' fill='%231f66be' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.706,14.004 L44.991,12.458 L48.757,8.000 L-0.000,8.000 L-0.000,6.1000 L48.958,6.1000 L44.991,2.304 L45.706,0.757 L51.281,7.381 L45.706,14.004 ZM48.1000,7.712 L49.280,7.381 L48.1000,7.050 L48.1000,7.712 Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  pointer-events: none;
  transition: 0.5s transform;
  transform: translateX(0);
}

@media not all and (min-width: 768px) {
  .t-studio-contact__button-2 .__head {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .t-studio-contact__button-2 .__button {
    height: 70px;
    font-size: 20px;
  }
  .t-studio-contact__button-2 .__button::after {
    right: 15px;
    width: 52px;
  }
  .t-studio-contact__button-2 .__button:active {
    border-radius: 35px;
  }
}
@media all and (min-width: 768px) {
  .t-studio-contact__button-2 .__button:hover {
    border-radius: calc(var(--width) * 35 / 375);
  }
}
.t-studio-contact__button-3 {
  margin-top: calc(var(--width) * 25 / 375);
  position: relative;
}
.t-studio-contact__button-3 .__head {
  color: #fff;
  text-align: center;
  font-size: calc(var(--width) * 16 / 375);
  margin-bottom: calc(var(--width) * 8 / 375);
}
.t-studio-contact__button-3 a.__button {
  text-decoration: none;
  color: #fff;
}
.t-studio-contact__button-3 .__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(var(--width) * 50 / 375);
  background-color: #5c8cc9;
  border-radius: 0px;
  font-size: calc(var(--width) * 18 / 375);
  font-weight: bold;
  transition: 0.5s border-radius;
  overflow: hidden;
}
.t-studio-contact__button-3 .__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(var(--width) * 15 / 375);
  width: calc(var(--width) * 52 / 375);
  height: 100%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 14' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.706,14.004 L44.991,12.458 L48.757,8.000 L-0.000,8.000 L-0.000,6.1000 L48.958,6.1000 L44.991,2.304 L45.706,0.757 L51.281,7.381 L45.706,14.004 ZM48.1000,7.712 L49.280,7.381 L48.1000,7.050 L48.1000,7.712 Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  pointer-events: none;
  transition: 0.5s transform;
  transform: translateX(0);
}

@media not all and (min-width: 768px) {
  .t-studio-contact__button-3 {
    margin-top: 25px;
  }
  .t-studio-contact__button-3 .__head {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .t-studio-contact__button-3 .__button {
    height: 50px;
    font-size: 18px;
  }
  .t-studio-contact__button-3 .__button::after {
    right: 15px;
    width: 52px;
  }
  .t-studio-contact__button-3 .__button:active {
    border-radius: 25px;
  }
}
@media all and (min-width: 768px) {
  .t-studio-contact__button-3 .__button:hover {
    border-radius: calc(var(--width) * 25 / 375);
  }
}
.t-studio-faq {
  position: relative;
  padding-top: 0;
  padding-bottom: calc(var(--width) * 35 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-faq {
    padding-top: 0;
    padding-bottom: 35px;
  }
}
.t-studio-faq__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(var(--width) * 30 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-faq__head {
    margin-bottom: 30px;
  }
}
.t-studio-faq__main {
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
}
.t-studio-faq__main > * + * {
  margin-top: calc(var(--width) * 15 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-faq__main {
    padding-left: 25px;
    padding-right: 25px;
  }
  .t-studio-faq__main > * + * {
    margin-top: 15px;
  }
}
.t-studio-faq__foot {
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
  margin-top: calc(var(--width) * 30 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-faq__foot {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
  }
}
.t-studio-features {
  position: relative;
  padding-top: calc(var(--width) * 55 / 375);
  padding-bottom: calc(var(--width) * 70 / 375);
  background-color: #5c8cc9;
}

@media not all and (min-width: 768px) {
  .t-studio-features {
    padding-top: 55px;
    padding-bottom: 70px;
  }
}
.t-studio-features__symbol {
  position: absolute;
  opacity: 0.07;
  top: calc(var(--width) * -75 / 375);
  left: calc(var(--width) * -100 / 375);
}
.t-studio-features__symbol svg {
  width: calc(var(--width) * 269 / 375);
  height: calc(var(--width) * 269 / 375);
  color: #fff;
  animation: anime-t-studio-features__symbol 60s linear infinite;
}

@media not all and (min-width: 768px) {
  .t-studio-features__symbol {
    top: -75px;
    left: -100px;
  }
  .t-studio-features__symbol svg {
    width: 269px;
    height: 269px;
  }
}
@keyframes anime-t-studio-features__symbol {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.t-studio-features__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(var(--width) * 30 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-features__head {
    margin-bottom: 30px;
  }
}
.t-studio-features__main {
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-features__main {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.t-studio-features__main-head {
  margin-bottom: calc(var(--width) * 25 / 375);
}
.t-studio-features__main-head .__cheer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-studio-features__main-head .__cheer-text {
  position: relative;
  padding-left: calc(var(--width) * 10 / 375);
  padding-right: calc(var(--width) * 10 / 375);
  text-align: center;
  font-size: calc(var(--width) * 18 / 375);
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #fff;
  font-weight: bold;
}
.t-studio-features__main-head .__cheer-text::before, .t-studio-features__main-head .__cheer-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 110%;
  background-color: #fff;
  bottom: 0;
  transform-origin: 50% 100%;
}
.t-studio-features__main-head .__cheer-text::before {
  left: 0;
  transform: rotate(-25deg);
}
.t-studio-features__main-head .__cheer-text::after {
  right: 0;
  transform: rotate(25deg);
}
.t-studio-features__main-head .__title {
  margin-top: calc(var(--width) * 5 / 375);
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  font-size: calc(var(--width) * 60 / 375);
}
.t-studio-features__main-head .__title strong {
  font-size: calc(var(--width) * 68 / 375);
}
.t-studio-features__main-head .__title small {
  font-size: calc(var(--width) * 46 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-features__main-head {
    margin-bottom: 25px;
  }
  .t-studio-features__main-head .__cheer-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .t-studio-features__main-head .__title {
    margin-top: 5px;
    font-size: 60px;
  }
  .t-studio-features__main-head .__title strong {
    font-size: 68px;
  }
  .t-studio-features__main-head .__title small {
    font-size: 46px;
  }
}
.t-studio-features__main-list > * + * {
  margin-top: calc(var(--width) * 30 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-features__main-list > * + * {
    margin-top: 30px;
  }
}
.t-studio-flow-1 {
  position: relative;
  padding-top: calc(var(--width) * 50 / 375);
  padding-bottom: calc(var(--width) * 30 / 375);
  background-color: #d9edf2;
}

@media not all and (min-width: 768px) {
  .t-studio-flow-1 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.t-studio-flow-1__head {
  margin-bottom: calc(var(--width) * 30 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-flow-1__head {
    margin-bottom: 30px;
  }
}
.t-studio-flow-1__main {
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-flow-1__main {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.t-studio-flow-2 {
  position: relative;
  margin-top: -1px;
  padding-top: calc(var(--width) * 72 / 375);
  padding-bottom: calc(var(--width) * 50 / 375);
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
  background-color: #d9edf2;
}
.t-studio-flow-2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(var(--width) * 90 / 375);
  height: calc(var(--width) * 48 / 375);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-image: linear-gradient(135deg, #5c8ec9 0%, #125fb9 45%, #003370 95%, #003370 100%);
}

@media not all and (min-width: 768px) {
  .t-studio-flow-2 {
    padding-top: 72px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .t-studio-flow-2::before {
    width: 90px;
    height: 48px;
  }
}
.t-studio-flow-2__1 {
  margin-bottom: calc(var(--width) * 20 / 375);
}
.t-studio-flow-2__1 .__cheer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-studio-flow-2__1 .__cheer-text {
  position: relative;
  padding-left: calc(var(--width) * 10 / 375);
  padding-right: calc(var(--width) * 10 / 375);
  text-align: center;
  font-size: calc(var(--width) * 18 / 375);
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #5c8cc9;
  font-weight: bold;
}
.t-studio-flow-2__1 .__cheer-text::before, .t-studio-flow-2__1 .__cheer-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 110%;
  background-color: #5c8cc9;
  bottom: 0;
  transform-origin: 50% 100%;
}
.t-studio-flow-2__1 .__cheer-text::before {
  left: 0;
  transform: rotate(-25deg);
}
.t-studio-flow-2__1 .__cheer-text::after {
  right: 0;
  transform: rotate(25deg);
}
.t-studio-flow-2__1 .__title {
  margin-top: calc(var(--width) * 5 / 375);
  text-align: center;
  color: #5c8cc9;
  font-weight: bold;
  font-size: calc(var(--width) * 44 / 375);
  letter-spacing: -0.06em;
  line-height: 1;
}

@media not all and (min-width: 768px) {
  .t-studio-flow-2__1 {
    margin-bottom: 20px;
  }
  .t-studio-flow-2__1 .__cheer-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .t-studio-flow-2__1 .__title {
    margin-top: 5px;
    font-size: 44px;
  }
}
.t-studio-flow-2__2 {
  margin-bottom: calc(var(--width) * 30 / 375);
}
.t-studio-flow-2__2 p {
  line-height: 1.75;
}

@media not all and (min-width: 768px) {
  .t-studio-flow-2__2 {
    margin-bottom: 30px;
  }
}
.t-studio-flow-2__3 > * + * {
  margin-top: calc(var(--width) * 30 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-flow-2__3 > * + * {
    margin-top: 30px;
  }
}
.t-studio-flow-3 {
  position: relative;
  padding-top: calc(var(--width) * 72 / 375);
  padding-bottom: calc(var(--width) * 50 / 375);
  background-color: #fff;
}
.t-studio-flow-3::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(var(--width) * 90 / 375);
  height: calc(var(--width) * 48 / 375);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #d9edf2;
}

@media not all and (min-width: 768px) {
  .t-studio-flow-3 {
    padding-top: 72px;
    padding-bottom: 50px;
  }
  .t-studio-flow-3::before {
    width: 90px;
    height: 48px;
  }
}
.t-studio-flow-3__head {
  margin-bottom: calc(var(--width) * 20 / 375);
  text-align: center;
}
.t-studio-flow-3__head > * + * {
  margin-top: calc(var(--width) * 8 / 375);
}
.t-studio-flow-3__head .__text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.2em;
  line-height: 1.25;
  color: #5c8cc9;
  font-size: calc(var(--width) * 20 / 375);
  font-weight: bold;
}
.t-studio-flow-3__head .__text-spcial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(var(--width) * 1 / 375);
  padding-bottom: calc(var(--width) * 3 / 375);
  padding-left: calc(var(--width) * 10 / 375);
  padding-right: calc(var(--width) * 10 / 375);
  font-size: calc(var(--width) * 29 / 375);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-image: linear-gradient(120deg, #5c8ec9 0%, #003370 100%);
}

@media not all and (min-width: 768px) {
  .t-studio-flow-3__head {
    margin-bottom: 20px;
  }
  .t-studio-flow-3__head > * + * {
    margin-top: 8px;
  }
  .t-studio-flow-3__head .__text {
    font-size: 20px;
  }
  .t-studio-flow-3__head .__text-spcial {
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 29px;
  }
}
.t-studio-flow-3__image img {
  width: 100%;
  height: auto;
}

.t-studio-flow-3__message {
  position: relative;
  margin-top: calc(var(--width) * -45 / 375);
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
}
.t-studio-flow-3__message .__card {
  padding: calc(var(--width) * 15 / 375);
  font-size: calc(var(--width) * 16 / 375);
  line-height: 1.75;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

@media not all and (min-width: 768px) {
  .t-studio-flow-3__message {
    margin-top: -45px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .t-studio-flow-3__message .__card {
    padding: 15px;
    font-size: 16px;
  }
}
.t-studio-form {
  position: relative;
  padding-top: calc(var(--width) * 40 / 375);
  padding-bottom: calc(var(--width) * 55 / 375);
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
  background-image: linear-gradient(135deg, #5c8ec9 0%, #125fb9 45%, #003370 95%, #003370 100%);
}

@media not all and (min-width: 768px) {
  .t-studio-form {
    padding-top: 40px;
    padding-bottom: 55px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.t-studio-form__symbol {
  position: absolute;
  opacity: 0.07;
  top: calc(var(--width) * -55 / 375);
  left: calc(var(--width) * -40 / 375);
}
.t-studio-form__symbol svg {
  width: calc(var(--width) * 203 / 375);
  height: calc(var(--width) * 203 / 375);
  color: #fff;
  animation: anime-t-studio-form__symbol 60s linear infinite;
}

@media not all and (min-width: 768px) {
  .t-studio-form__symbol {
    top: -55px;
    left: -40px;
  }
  .t-studio-form__symbol svg {
    width: 203px;
    height: 203px;
  }
}
@keyframes anime-t-studio-form__symbol {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.t-studio-form__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(var(--width) * 30 / 375);
}

@media not all and (min-width: 640px) {
  .t-studio-form__head {
    margin-bottom: 30px;
  }
}
.t-studio-form__hubspot {
  position: relative;
}

.t-studio-fv {
  position: relative;
  padding-top: calc(var(--width) * 45 / 375);
}

.t-studio-fv__title {
  position: relative;
  z-index: 2;
  padding-left: calc(var(--width) * 13 / 375);
  padding-right: calc(var(--width) * 13 / 375);
}

.t-studio-fv__title-main {
  position: relative;
  width: calc(var(--width) * 200 / 375);
  -webkit-mask-image: url("../images/studio/text-studio.svg");
          mask-image: url("../images/studio/text-studio.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.t-studio-fv__title-main::before {
  content: "";
  display: block;
  padding-top: 28.4965034965%;
}
.t-studio-fv__title-main .__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #5c8ec9 0%, #003370 50%, #5c8ec9 100%);
  animation: anime-t-studio-fv__title-main 6s linear infinite;
  background-size: 200% 100%;
}

@media not all and (min-width: 768px) {
  .t-studio-fv__title-main {
    width: 200px;
  }
}
@keyframes anime-t-studio-fv__title-main {
  0% {
    background-position: 0% 50%;
  }
  99.99% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.t-studio-fv__title-sub {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: calc(var(--width) * 10 / 375);
}
.t-studio-fv__title-sub .__text {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  font-size: calc(var(--width) * 15 / 375);
  line-height: 1.2;
  color: #fff;
  background-color: #32373a;
}

@media not all and (min-width: 768px) {
  .t-studio-fv__title-sub {
    margin-top: 10px;
  }
  .t-studio-fv__title-sub .__text {
    font-size: 15px;
  }
}
.t-studio-fv__image {
  position: relative;
  margin-top: calc(var(--width) * -40 / 375);
}
.t-studio-fv__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media not all and (min-width: 768px) {
  .t-studio-fv__image {
    margin-top: -40px;
  }
}
.t-studio-guidance {
  position: relative;
  padding-top: calc(var(--width) * 50 / 375);
  padding-bottom: calc(var(--width) * 70 / 375);
  background-color: #d9edf2;
}

@media not all and (min-width: 768px) {
  .t-studio-guidance {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.t-studio-guidance__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
  padding-bottom: calc(var(--width) * 35 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-guidance__head {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
  }
}
.t-studio-guidance__image img {
  width: 100%;
  height: auto;
}

.t-studio-guidance__body {
  padding-top: calc(var(--width) * 25 / 375);
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
}
.t-studio-guidance__body p {
  letter-spacing: -0.06em;
  line-height: 1.75;
}
.t-studio-guidance__body .o-exButton {
  margin-top: 1em;
}

@media not all and (min-width: 768px) {
  .t-studio-guidance__body {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.t-studio-instructor {
  position: relative;
  padding-top: calc(var(--width) * 55 / 375);
  padding-bottom: calc(var(--width) * 70 / 375);
  background-color: #d9edf2;
}

@media not all and (min-width: 768px) {
  .t-studio-instructor {
    padding-top: 55px;
    padding-bottom: 70px;
  }
}
.t-studio-instructor__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(var(--width) * 30 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-instructor__head {
    margin-bottom: 30px;
  }
}
.t-studio-instructor__main {
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-instructor__main {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.t-studio-list {
  position: relative;
  padding-top: calc(var(--width) * 60 / 375);
  padding-bottom: calc(var(--width) * 50 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-list {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.t-studio-list__head {
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-list__head {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.t-studio-list__head-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(var(--width) * 20 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-list__head-title {
    margin-bottom: 20px;
  }
}
.t-studio-list__head-description p {
  line-height: 1.75;
}

.t-studio-list__head-list {
  margin-top: calc(var(--width) * 20 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-list__head-list {
    margin-top: 20px;
  }
}
.t-studio-list__main {
  margin-top: calc(var(--width) * 32 / 375);
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-list__main {
    margin-top: 32px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.t-studio-schedule {
  position: relative;
  padding-top: calc(var(--width) * 45 / 375);
  padding-bottom: calc(var(--width) * 60 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-schedule {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.t-studio-schedule__inner {
  padding-left: calc(var(--width) * 25 / 375);
  padding-right: calc(var(--width) * 25 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-schedule__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.t-studio-schedule__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(var(--width) * 35 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-schedule__head {
    margin-bottom: 35px;
  }
}
.t-studio-schedule__main > * + * {
  margin-top: calc(var(--width) * 10 / 375);
}

@media not all and (min-width: 768px) {
  .t-studio-schedule__main > * + * {
    margin-top: 10px;
  }
}
.g-follow {
  z-index: 19;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.g-follow__inner {
  position: relative;
  height: 100%;
  width: 100%;
}

@media all and (min-width: 768px) {
  .g-follow__inner {
    width: 375px;
    left: calc(0.6478873239 * (100% - 375px));
  }
}
@media screen and (min-width: 768px) and (max-width: 1339px) {
  .g-follow__inner {
    left: 45%;
  }
}
.g-follow__inner-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
body.is-bottom .g-follow__inner-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.g-footer {
  position: relative;
  padding-top: 40px;
}

.g-footer__inner {
  width: 100%;
  padding-left: calc(var(--width) * 20 / 375);
  padding-right: calc(var(--width) * 20 / 375);
  padding-bottom: calc(var(--width) * 35 / 375);
}

@media not all and (min-width: 768px) {
  .g-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
}
.g-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--width) * 5 / 375) 0;
  font-size: calc(var(--width) * 14 / 375);
  color: #2a74b7;
}

@media not all and (min-width: 768px) {
  .g-footer__copy {
    padding: 5px 0;
    font-size: 14px;
  }
}
.g-header {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.g-header__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--width) * 60 / 375);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: 0.3s;
  pointer-events: initial;
}
body.is-top .g-header__inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

body.p-studio.is-top .g-header__inner {
  transform: translateY(-20%);
  opacity: 0;
  pointer-events: none;
}

.is-naviOpened .g-header__inner {
  box-shadow: none;
}

@media not all and (min-width: 768px) {
  .g-header__inner {
    width: 100%;
    height: 60px;
  }
}
@media all and (min-width: 768px) {
  .g-header__inner {
    width: 375px;
    left: calc(0.6478873239 * (100% - 375px));
  }
}
@media screen and (min-width: 768px) and (max-width: 1339px) {
  .g-header__inner {
    left: 45%;
  }
}
.g-header__left-logo {
  padding-left: calc(var(--width) * 25 / 375);
}
.g-header__left-logo img {
  height: calc(var(--width) * 28 / 375);
  width: auto;
}
.g-header__left-logo a {
  transition: 0.3s;
}

@media not all and (min-width: 768px) {
  .g-header__left-logo {
    padding-left: 23px;
  }
  .g-header__left-logo img {
    height: 28px;
  }
}
@media all and (min-width: 768px) {
  .g-header__left-logo a:hover {
    opacity: 0.6;
  }
}
@media not all and (min-width: 768px) {
  .g-header__left-logo a:active {
    opacity: 0.6;
  }
}
.g-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

.g-header__right-navi {
  display: flex;
}

.g-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
body.is-preload .g-loader {
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
}

.g-loader__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.g-loader__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.g-loader__inner .__logo {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  animation: anime-loading-rotate 2s linear infinite both;
}
.g-loader__inner .__logo svg {
  width: 100%;
  height: 100%;
  color: #5c8cc9;
}
.g-loader__inner .__text {
  width: 146px;
  height: 59px;
}
.g-loader__inner .__text svg {
  width: 100%;
  height: 100%;
  color: #5c8cc9;
}

@keyframes anime-loading-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.g-menu {
  z-index: 20;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 60px;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.g-menu.is-naviOpened {
  opacity: 1;
  visibility: visible;
}

.g-menu__wrap {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #fff;
  pointer-events: initial;
}

@media all and (min-width: 768px) {
  .g-menu__wrap {
    width: 375px;
    left: calc(0.6478873239 * (100% - 375px));
  }
}
@media screen and (min-width: 768px) and (max-width: 1339px) {
  .g-menu__wrap {
    left: 45%;
  }
}
.g-menu__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

a.anchor {
  position: relative;
  display: block;
  top: calc(var(--width) * -60 / 375);
}

@media not all and (min-width: 768px) {
  a.anchor {
    top: -60px;
  }
}
.anime-fadeUp {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.anime-fadeUp.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.anime-clipIn {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-out;
}
.anime-clipIn.is-animated {
  clip-path: inset(0);
}

.cliptext {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  white-space: nowrap;
}

.font-script {
  font-family: "script", serif;
}

.font-cf {
  font-family: "cf", "Noto Sans JP", sans-serif;
  transform: translateY(0.19em);
}

.kerning {
  margin-left: -0.2em;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .sp {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .tab {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .tab {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc-tab {
    display: none !important;
  }
  .tab-pc {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .sp-tab {
    display: none !important;
  }
  .tab-sp {
    display: none !important;
  }
}

.svgload {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 0;
  padding: 0;
  margin: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
}
[x-cloak] {
  display: none !important;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.relative{
  position: relative;
}

.\!m-0{
  margin: 0px !important;
}

.\!m-1{
  margin: 0.25rem !important;
}

.\!m-10{
  margin: 2.5rem !important;
}

.\!m-11{
  margin: 2.75rem !important;
}

.\!m-12{
  margin: 3rem !important;
}

.\!m-14{
  margin: 3.5rem !important;
}

.\!m-16{
  margin: 4rem !important;
}

.\!m-2{
  margin: 0.5rem !important;
}

.\!m-20{
  margin: 5rem !important;
}

.\!m-24{
  margin: 6rem !important;
}

.\!m-3{
  margin: 0.75rem !important;
}

.\!m-4{
  margin: 1rem !important;
}

.\!m-5{
  margin: 1.25rem !important;
}

.\!m-6{
  margin: 1.5rem !important;
}

.\!m-7{
  margin: 1.75rem !important;
}

.\!m-8{
  margin: 2rem !important;
}

.\!m-9{
  margin: 2.25rem !important;
}

.\!m-auto{
  margin: auto !important;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-10{
  margin: 2.5rem;
}

.m-11{
  margin: 2.75rem;
}

.m-12{
  margin: 3rem;
}

.m-14{
  margin: 3.5rem;
}

.m-16{
  margin: 4rem;
}

.m-2{
  margin: 0.5rem;
}

.m-20{
  margin: 5rem;
}

.m-24{
  margin: 6rem;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-5{
  margin: 1.25rem;
}

.m-6{
  margin: 1.5rem;
}

.m-7{
  margin: 1.75rem;
}

.m-8{
  margin: 2rem;
}

.m-9{
  margin: 2.25rem;
}

.m-auto{
  margin: auto;
}

.\!mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.\!mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.\!mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.\!mx-11{
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.\!mx-12{
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.\!mx-14{
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.\!mx-16{
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.\!mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.\!mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.\!mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.\!mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.\!mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.\!mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.\!mx-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.\!mx-7{
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.\!mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.\!mx-9{
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.\!my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.\!my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.\!my-11{
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.\!my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.\!my-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.\!my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.\!my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.\!my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.\!my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.\!my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.\!my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.\!my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.\!my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.\!my-7{
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.\!my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.\!my-9{
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.\!my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.\!mb-1{
  margin-bottom: 0.25rem !important;
}

.\!mb-10{
  margin-bottom: 2.5rem !important;
}

.\!mb-11{
  margin-bottom: 2.75rem !important;
}

.\!mb-12{
  margin-bottom: 3rem !important;
}

.\!mb-14{
  margin-bottom: 3.5rem !important;
}

.\!mb-16{
  margin-bottom: 4rem !important;
}

.\!mb-2{
  margin-bottom: 0.5rem !important;
}

.\!mb-20{
  margin-bottom: 5rem !important;
}

.\!mb-24{
  margin-bottom: 6rem !important;
}

.\!mb-3{
  margin-bottom: 0.75rem !important;
}

.\!mb-4{
  margin-bottom: 1rem !important;
}

.\!mb-5{
  margin-bottom: 1.25rem !important;
}

.\!mb-6{
  margin-bottom: 1.5rem !important;
}

.\!mb-7{
  margin-bottom: 1.75rem !important;
}

.\!mb-8{
  margin-bottom: 2rem !important;
}

.\!mb-9{
  margin-bottom: 2.25rem !important;
}

.\!mb-auto{
  margin-bottom: auto !important;
}

.\!ml-0{
  margin-left: 0px !important;
}

.\!ml-1{
  margin-left: 0.25rem !important;
}

.\!ml-10{
  margin-left: 2.5rem !important;
}

.\!ml-11{
  margin-left: 2.75rem !important;
}

.\!ml-12{
  margin-left: 3rem !important;
}

.\!ml-14{
  margin-left: 3.5rem !important;
}

.\!ml-16{
  margin-left: 4rem !important;
}

.\!ml-2{
  margin-left: 0.5rem !important;
}

.\!ml-20{
  margin-left: 5rem !important;
}

.\!ml-24{
  margin-left: 6rem !important;
}

.\!ml-3{
  margin-left: 0.75rem !important;
}

.\!ml-4{
  margin-left: 1rem !important;
}

.\!ml-5{
  margin-left: 1.25rem !important;
}

.\!ml-6{
  margin-left: 1.5rem !important;
}

.\!ml-7{
  margin-left: 1.75rem !important;
}

.\!ml-8{
  margin-left: 2rem !important;
}

.\!ml-9{
  margin-left: 2.25rem !important;
}

.\!ml-auto{
  margin-left: auto !important;
}

.\!mr-0{
  margin-right: 0px !important;
}

.\!mr-1{
  margin-right: 0.25rem !important;
}

.\!mr-10{
  margin-right: 2.5rem !important;
}

.\!mr-11{
  margin-right: 2.75rem !important;
}

.\!mr-12{
  margin-right: 3rem !important;
}

.\!mr-14{
  margin-right: 3.5rem !important;
}

.\!mr-16{
  margin-right: 4rem !important;
}

.\!mr-2{
  margin-right: 0.5rem !important;
}

.\!mr-20{
  margin-right: 5rem !important;
}

.\!mr-24{
  margin-right: 6rem !important;
}

.\!mr-3{
  margin-right: 0.75rem !important;
}

.\!mr-4{
  margin-right: 1rem !important;
}

.\!mr-5{
  margin-right: 1.25rem !important;
}

.\!mr-6{
  margin-right: 1.5rem !important;
}

.\!mr-7{
  margin-right: 1.75rem !important;
}

.\!mr-8{
  margin-right: 2rem !important;
}

.\!mr-9{
  margin-right: 2.25rem !important;
}

.\!mr-auto{
  margin-right: auto !important;
}

.\!mt-0{
  margin-top: 0px !important;
}

.\!mt-1{
  margin-top: 0.25rem !important;
}

.\!mt-10{
  margin-top: 2.5rem !important;
}

.\!mt-11{
  margin-top: 2.75rem !important;
}

.\!mt-12{
  margin-top: 3rem !important;
}

.\!mt-14{
  margin-top: 3.5rem !important;
}

.\!mt-16{
  margin-top: 4rem !important;
}

.\!mt-2{
  margin-top: 0.5rem !important;
}

.\!mt-20{
  margin-top: 5rem !important;
}

.\!mt-24{
  margin-top: 6rem !important;
}

.\!mt-3{
  margin-top: 0.75rem !important;
}

.\!mt-4{
  margin-top: 1rem !important;
}

.\!mt-5{
  margin-top: 1.25rem !important;
}

.\!mt-6{
  margin-top: 1.5rem !important;
}

.\!mt-7{
  margin-top: 1.75rem !important;
}

.\!mt-8{
  margin-top: 2rem !important;
}

.\!mt-9{
  margin-top: 2.25rem !important;
}

.\!mt-auto{
  margin-top: auto !important;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-11{
  margin-bottom: 2.75rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[3px\]{
  margin-bottom: 3px;
}

.mb-auto{
  margin-bottom: auto;
}

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.ml-11{
  margin-left: 2.75rem;
}

.ml-12{
  margin-left: 3rem;
}

.ml-14{
  margin-left: 3.5rem;
}

.ml-16{
  margin-left: 4rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-20{
  margin-left: 5rem;
}

.ml-24{
  margin-left: 6rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-7{
  margin-left: 1.75rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-9{
  margin-left: 2.25rem;
}

.ml-\[-0\.5em\]{
  margin-left: -0.5em;
}

.ml-auto{
  margin-left: auto;
}

.mr-0{
  margin-right: 0px;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mr-11{
  margin-right: 2.75rem;
}

.mr-12{
  margin-right: 3rem;
}

.mr-14{
  margin-right: 3.5rem;
}

.mr-16{
  margin-right: 4rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-20{
  margin-right: 5rem;
}

.mr-24{
  margin-right: 6rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-7{
  margin-right: 1.75rem;
}

.mr-8{
  margin-right: 2rem;
}

.mr-9{
  margin-right: 2.25rem;
}

.mr-auto{
  margin-right: auto;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-11{
  margin-top: 2.75rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-9{
  margin-top: 2.25rem;
}

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-24{
  height: 6rem;
}

.h-auto{
  height: auto;
}

.w-\[27px\]{
  width: 27px;
}

.w-full{
  width: 100%;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-xl{
  max-width: 36rem;
}

.translate-y-0{
  --tw-translate-y: 0px;
  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));
}

.translate-y-4{
  --tw-translate-y: 1rem;
  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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

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

.resize{
  resize: both;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.gap-6{
  gap: 1.5rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-\[15px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\!p-0{
  padding: 0px !important;
}

.\!p-1{
  padding: 0.25rem !important;
}

.\!p-10{
  padding: 2.5rem !important;
}

.\!p-11{
  padding: 2.75rem !important;
}

.\!p-12{
  padding: 3rem !important;
}

.\!p-14{
  padding: 3.5rem !important;
}

.\!p-16{
  padding: 4rem !important;
}

.\!p-2{
  padding: 0.5rem !important;
}

.\!p-20{
  padding: 5rem !important;
}

.\!p-24{
  padding: 6rem !important;
}

.\!p-3{
  padding: 0.75rem !important;
}

.\!p-4{
  padding: 1rem !important;
}

.\!p-5{
  padding: 1.25rem !important;
}

.\!p-6{
  padding: 1.5rem !important;
}

.\!p-7{
  padding: 1.75rem !important;
}

.\!p-8{
  padding: 2rem !important;
}

.\!p-9{
  padding: 2.25rem !important;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-11{
  padding: 2.75rem;
}

.p-12{
  padding: 3rem;
}

.p-14{
  padding: 3.5rem;
}

.p-16{
  padding: 4rem;
}

.p-2{
  padding: 0.5rem;
}

.p-20{
  padding: 5rem;
}

.p-24{
  padding: 6rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

.p-9{
  padding: 2.25rem;
}

.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.\!px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.\!px-11{
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.\!px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.\!px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.\!px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\!px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.\!px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.\!px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.\!px-9{
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.\!py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.\!py-11{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.\!py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.\!py-14{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.\!py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.\!py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.\!py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.\!py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.\!py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.\!py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.\!py-9{
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.\!pb-0{
  padding-bottom: 0px !important;
}

.\!pb-1{
  padding-bottom: 0.25rem !important;
}

.\!pb-10{
  padding-bottom: 2.5rem !important;
}

.\!pb-11{
  padding-bottom: 2.75rem !important;
}

.\!pb-12{
  padding-bottom: 3rem !important;
}

.\!pb-14{
  padding-bottom: 3.5rem !important;
}

.\!pb-16{
  padding-bottom: 4rem !important;
}

.\!pb-2{
  padding-bottom: 0.5rem !important;
}

.\!pb-20{
  padding-bottom: 5rem !important;
}

.\!pb-24{
  padding-bottom: 6rem !important;
}

.\!pb-3{
  padding-bottom: 0.75rem !important;
}

.\!pb-4{
  padding-bottom: 1rem !important;
}

.\!pb-5{
  padding-bottom: 1.25rem !important;
}

.\!pb-6{
  padding-bottom: 1.5rem !important;
}

.\!pb-7{
  padding-bottom: 1.75rem !important;
}

.\!pb-8{
  padding-bottom: 2rem !important;
}

.\!pb-9{
  padding-bottom: 2.25rem !important;
}

.\!pl-0{
  padding-left: 0px !important;
}

.\!pl-1{
  padding-left: 0.25rem !important;
}

.\!pl-10{
  padding-left: 2.5rem !important;
}

.\!pl-11{
  padding-left: 2.75rem !important;
}

.\!pl-12{
  padding-left: 3rem !important;
}

.\!pl-14{
  padding-left: 3.5rem !important;
}

.\!pl-16{
  padding-left: 4rem !important;
}

.\!pl-2{
  padding-left: 0.5rem !important;
}

.\!pl-20{
  padding-left: 5rem !important;
}

.\!pl-24{
  padding-left: 6rem !important;
}

.\!pl-3{
  padding-left: 0.75rem !important;
}

.\!pl-4{
  padding-left: 1rem !important;
}

.\!pl-5{
  padding-left: 1.25rem !important;
}

.\!pl-6{
  padding-left: 1.5rem !important;
}

.\!pl-7{
  padding-left: 1.75rem !important;
}

.\!pl-8{
  padding-left: 2rem !important;
}

.\!pl-9{
  padding-left: 2.25rem !important;
}

.\!pr-0{
  padding-right: 0px !important;
}

.\!pr-1{
  padding-right: 0.25rem !important;
}

.\!pr-10{
  padding-right: 2.5rem !important;
}

.\!pr-11{
  padding-right: 2.75rem !important;
}

.\!pr-12{
  padding-right: 3rem !important;
}

.\!pr-14{
  padding-right: 3.5rem !important;
}

.\!pr-16{
  padding-right: 4rem !important;
}

.\!pr-2{
  padding-right: 0.5rem !important;
}

.\!pr-20{
  padding-right: 5rem !important;
}

.\!pr-24{
  padding-right: 6rem !important;
}

.\!pr-3{
  padding-right: 0.75rem !important;
}

.\!pr-4{
  padding-right: 1rem !important;
}

.\!pr-5{
  padding-right: 1.25rem !important;
}

.\!pr-6{
  padding-right: 1.5rem !important;
}

.\!pr-7{
  padding-right: 1.75rem !important;
}

.\!pr-8{
  padding-right: 2rem !important;
}

.\!pr-9{
  padding-right: 2.25rem !important;
}

.\!pt-0{
  padding-top: 0px !important;
}

.\!pt-1{
  padding-top: 0.25rem !important;
}

.\!pt-10{
  padding-top: 2.5rem !important;
}

.\!pt-11{
  padding-top: 2.75rem !important;
}

.\!pt-12{
  padding-top: 3rem !important;
}

.\!pt-14{
  padding-top: 3.5rem !important;
}

.\!pt-16{
  padding-top: 4rem !important;
}

.\!pt-2{
  padding-top: 0.5rem !important;
}

.\!pt-20{
  padding-top: 5rem !important;
}

.\!pt-24{
  padding-top: 6rem !important;
}

.\!pt-3{
  padding-top: 0.75rem !important;
}

.\!pt-4{
  padding-top: 1rem !important;
}

.\!pt-5{
  padding-top: 1.25rem !important;
}

.\!pt-6{
  padding-top: 1.5rem !important;
}

.\!pt-7{
  padding-top: 1.75rem !important;
}

.\!pt-8{
  padding-top: 2rem !important;
}

.\!pt-9{
  padding-top: 2.25rem !important;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-0\.5{
  padding-left: 0.125rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-11{
  padding-left: 2.75rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-14{
  padding-left: 3.5rem;
}

.pl-16{
  padding-left: 4rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-20{
  padding-left: 5rem;
}

.pl-24{
  padding-left: 6rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pr-0{
  padding-right: 0px;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-11{
  padding-right: 2.75rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pr-16{
  padding-right: 4rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-20{
  padding-right: 5rem;
}

.pr-24{
  padding-right: 6rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-9{
  padding-top: 2.25rem;
}

.text-left{
  text-align: left;
}

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

.text-right{
  text-align: right;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\!font-bold{
  font-weight: 700 !important;
}

.\!font-normal{
  font-weight: 400 !important;
}

.font-bold{
  font-weight: 700;
}

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.text-_blue{
  --tw-text-opacity: 1;
  color: rgb(42 116 183 / var(--tw-text-opacity, 1));
}

.text-_blue-rust{
  --tw-text-opacity: 1;
  color: rgb(92 140 201 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-rust{
  --tw-text-opacity: 1;
  color: rgb(92 140 201 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.filter{
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px){
  .sm\:hidden{
    display: none;
  }
}

@media (min-width: 768px){
  .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md\:ml-\[10px\]{
    margin-left: 10px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-\[36px\]{
    width: 36px;
  }
  .md\:max-w-4xl{
    max-width: 56rem;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:text-\[15px\]{
    font-size: 15px;
  }
  .md\:text-\[17px\]{
    font-size: 17px;
  }
  .md\:text-\[21px\]{
    font-size: 21px;
  }
  .md\:text-\[23px\]{
    font-size: 23px;
  }
}

@media (min-width: 1024px){
  .lg\:hidden{
    display: none;
  }
}

@media (min-width: 1680px){
  .xl\:hidden{
    display: none;
  }
}

@media (max-width: 639px){
  .nsm\:hidden{
    display: none;
  }
}

@media (max-width: 767px){
  .nmd\:mt-\[-0\.3em\]{
    margin-top: -0.3em;
  }
  .nmd\:hidden{
    display: none;
  }
}

@media (max-width: 1023px){
  .nlg\:hidden{
    display: none;
  }
}

@media (max-width: 1679px){
  .nxl\:hidden{
    display: none;
  }
}
